@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media only screen and (max-width: 390px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.1764705882vw;
  }
}
@media only screen and (min-width: 1360px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  color: #000000;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7142857143;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
  min-inline-size: 0;
}

picture {
  display: block;
  line-height: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.Header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.Header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .Header__inner {
    background-color: #000;
    padding: 20px;
  }
  .Header__inner.is-expanded {
    background-color: transparent;
  }
}
.Header__logo__img {
  height: 32px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Header__logo__img {
    height: auto;
    width: 66%;
  }
}
.Header__menu {
  align-items: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .Header__menu {
    align-items: center;
    display: none;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 24px;
  }
}
.Header__menu__icon {
  display: flex;
  flex-direction: column;
  height: 10px;
  justify-content: space-between;
  position: relative;
  width: 43px;
}
.Header__menu__icon span {
  background-color: white;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.Header__menu__icon span:first-child {
  top: 0;
}
.Header__menu__icon span:last-child {
  bottom: 0;
}
.Header__menu.is-expanded {
  display: flex;
}
.Header__menu.is-expanded .Header__menu__icon span:first-child {
  -webkit-transform: translateY(4px) rotate(20deg);
  transform: translateY(4px) rotate(20deg);
}
.Header__menu.is-expanded .Header__menu__icon span:last-child {
  -webkit-transform: translateY(-4px) rotate(-20deg);
  transform: translateY(-4px) rotate(-20deg);
}
.Header__menu__text {
  color: white;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-weight: 600; /* SemiBold */
  letter-spacing: 0.1em;
}

.Main {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Main {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.Main__inner {
  height: 100%;
  margin: 0 auto;
}
.Main__title {
  left: 0;
  position: absolute;
  text-align: center;
  top: 85px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Main__title.is-hidden-mobile {
    display: none;
  }
}
.Main__title__img {
  height: 29px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Main__title__img {
    height: 41px;
  }
}
.Main__content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Main__content {
    flex-direction: column;
    height: 100%;
  }
}
.Main__content__item {
  background-position: 100% 50%; /* Initial position: right */
  background-size: auto 100%; /* Make background wider to allow sliding */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 7% 0;
  text-align: center;
  width: 33.333%;
}
.Main__content__item:hover {
  -webkit-animation: slideBackgroundHover 30s linear infinite;
  animation: slideBackgroundHover 30s linear infinite; /* Apply animation only on hover */
}
.Main__content__item__inner {
  height: 415px;
}
@media screen and (max-width: 768px) {
  .Main__content__item__inner {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .Main__content__item {
    background-position: center; /* Reset background position for mobile */
    background-size: cover; /* Reset background size for mobile */
    height: calc((100vh - 140px) / 3);
    justify-content: center;
    padding: 0;
    width: 100%;
    -webkit-animation: none;
    animation: none; /* Disable animation on mobile by default */
    overflow: hidden; /* Hide overflowing content when collapsed */
    transition: all 0.5s ease-out; /* Smooth transition for expansion */
  }
}
@media screen and (max-width: 768px) {
  .Main__content__item.is-expanded {
    background-size: auto 100%; /* Re-enable sliding background size */
    height: calc(var(--vh, 1vh) * 100); /* Full screen height */
    -webkit-animation: slideBackgroundHover 10s linear infinite;
    animation: slideBackgroundHover 10s linear infinite; /* Re-enable animation */
    box-sizing: border-box;
    padding: 0 60px;
  }
  .Main__content__item.is-expanded .Main__content__item__title {
    margin-bottom: 25px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .Main__content__item.is-hidden {
    display: none;
  }
}
.Main__content__item--1 {
  background-image: url(../img/bg_01.jpg);
  /* .Main__content__item--1 が is-hidden の場合の特別なpadding-top設定 */
}
@media screen and (max-width: 768px) {
  .Main__content__item--1 {
    box-sizing: content-box;
    padding-top: 140px;
  }
}
.Main__content__item--1 .Main__content__item__title__img {
  height: 62px;
}
@media screen and (max-width: 768px) {
  .Main__content__item--1.is-hidden {
    padding-top: 0; /* 140pxのpaddingを0にアニメーションさせる */
  }
}
.Main__content__item--2 {
  background-image: url(../img/bg_02.jpg);
}
.Main__content__item--2 .Main__content__item__title__img {
  height: 58px;
}
.Main__content__item--3 {
  background-image: url(../img/bg_03.jpg);
}
.Main__content__item--3 .Main__content__item__title__img {
  height: 42px;
}
.Main__content__item__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Main__content__item__title {
    margin-bottom: 0;
  }
}
.Main__content__item__title__wrap {
  height: 75px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Main__content__item__title__wrap {
    height: auto;
    margin-bottom: 10px;
  }
}
.Main__content__item__title__img {
  width: auto;
}
.Main__content__item__title__text {
  color: white;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.Main__content__item__text {
  color: white;
  font-size: 0.85vw;
  font-weight: 900;
  line-height: 2.5;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Main__content__item__text {
    font-size: 13px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .Main__content__item__text {
    display: none; /* Hide on mobile by default */
  }
  .is-expanded .Main__content__item__text {
    display: block; /* Show when expanded */
  }
}
.Main__content__item__btn__link {
  display: block;
}
.Main__content__item__btn__link__img {
  height: auto;
  width: 121px;
}
@media screen and (max-width: 768px) {
  .Main__content__item__btn__link__img {
    width: 96px;
  }
}
.Main__content__item__btn__link.nolink {
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .Main__content__item__btn {
    display: none; /* Hide on mobile by default */
  }
  .is-expanded .Main__content__item__btn {
    display: block; /* Show when expanded */
  }
}
.Main__footer {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.Main__footer__moji {
  height: auto;
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .Main__footer__moji {
    height: auto;
    width: calc(100% - 30px);
  }
}

@-webkit-keyframes slideBackgroundHover {
  0% {
    background-position: 0% 50%; /* Start from right */
  }
  100% {
    background-position: 100% 50%; /* Move to left */
  }
}

@keyframes slideBackgroundHover {
  0% {
    background-position: 0% 50%; /* Start from right */
  }
  100% {
    background-position: 100% 50%; /* Move to left */
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */