@charset "UTF-8";

/* --------------------
section
-------------------- */
.section {
  padding: 64px var(--contentsPadding);
}

@media screen and (min-width: 769px) {
  .section {
    padding: 96px var(--contentsPaddingPC);
  }
}

/* --------------------
mv
-------------------- */
.main__visual {
  position: relative;
}
.mv__txt {
  position: absolute;
  top: 30%;
  left: 6.7%;
}

.mv__txt--ja {
  color: var(--Primary-white, #fff);
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 4px rgba(56, 39, 26, 0.1);
}

.mv__txt--en {
  color: var(--Primary-white, #fff);
  font-family: Lora;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 16px;
  text-shadow: 2px 2px 4px rgba(56, 39, 26, 0.1);
}

/* mv animation */
.main__visual__img {
  position: relative;
  overflow: hidden; /* 画像が拡大しても外に出ないようにする */
}

/* 各スライド内の img タグに対して拡大アニメーションを適用 */
.main__visual--01 img,
.main__visual--02 img,
.main__visual--03 img {
  width: 100%;
  height: 100vh;
  object-fit: cover; /* 画像を親要素にフィットさせる */
  transform: scale(1); /* 初期スケール */
  transition: transform 5s ease-in; /* 拡大アニメーションの速度 */
}

/* スライドが表示された時、画像がゆっくり拡大するアニメーション */
.main__visual--01.slick-active img,
.main__visual--02.slick-active img,
.main__visual--03.slick-active img {
  transform: scale(1.1); /* 10%拡大 */
}

/* mv pc */
@media screen and (min-width: 769px) {
  .mv__txt {
    top: 33%;
    left: 10%;
  }

  .mv__txt--ja {
    font-size: 3.8rem;
  }

  .mv__txt--en {
    font-size: 1.6rem;
  }
}

/* --------------------
concept
-------------------- */
.section__concept {
}

.section__inner {
}

.concept__contents {
}

.section__title {
  text-align: center;
}

.section__title--en {
  font-family: Lora;
  font-size: 3.6rem;
  line-height: 1;
}

.section__title--ja {
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 16px;
}

.section__subTitle {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 48px;
}

.section__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 48px;
}

.btn__concept {
  margin: 48px auto 0;
  font-family: Lora;
  /* padding: 14px 28px 14px 14px; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.btn__concept:after {
  display: none;
}

.concept__img {
  display: none;
}

.concept__title--col {
  display: none;
}

/* concept pc */
@media screen and (min-width: 769px) {
  .concept__inner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 175px;
  }

  .section__concept {
    padding: 0;
    position: relative;
  }

  .concept__contents {
    padding: 96px 0px 96px var(--contentsPaddingPC);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section__title {
  }

  .section__title--en {
    font-size: 6.4rem;
  }

  .section__title--ja {
    font-size: 2rem;
    text-align: left;
  }

  .section__subTitle {
    font-size: 2.1rem;
    margin-top: 64px;
    text-align: left;
  }

  .section__text {
  }

  .btn__concept {
    margin: 48px 0 0;
  }

  .concept__img {
    display: block;
    width: 36%;
    height: auto;
    object-fit: cover;
    position: relative;
  }

  .concept__img img {
    height: 100%;
  }

  .concept__title--col {
    position: absolute;
    top: 0;
    right: 10%;
    display: block;
  }
}

/* --------------------
our brand
-------------------- */
.section__brand {
  background-color: var(--primary-black);
  position: relative;
}

.section__title--en--wh {
  color: var(--primary-white);
}

.section__title--ja--wh {
  color: var(--primary-white);
}

.section__title__brand,
.section__title__brand p {
  text-align: left;
}

.brand__wrapper {
}

.brand__img {
  margin-top: 64px;
}

.brand__group {
  margin-top: 32px;
}

.brand__title {
  color: var(--primary-white);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.brand__txt {
  color: var(--primary-white);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 32px;
}

.btn__brand {
  margin: 32px auto 0;
}

.brand__img--bottom {
  margin-top: 64px;
  display: flex;
  gap: 30px;
  justify-content: center;
  /* min-width: 440px; */
}

.brand__img--right,
.brand__img--left {
  width: 50%;
}

.brand__img--center {
  display: none;
}

.brand__img--right {
  margin-top: 64px;
  /* margin-right: calc(50% - 50vw); */
}

.brand__img--left {
  /* margin-left: calc(50% - 50vw); */
}

.brand__title--col {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 10;
}

.section__title--col--line {
  width: 1px;
  background-color: var(--primary-gray);
  height: 50vw;
  margin: 0 auto 0.6666666667vw;
}

.section__title--col--txt {
  color: var(--primary-gray);
  font-family: Lora;
  font-size: 2.4rem;
  line-height: 2; /* 64px */
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  margin: 30px 0px;
}

/* pc brand */
@media screen and (min-width: 769px) {
  .brand__wrapper {
    margin-top: 64px;
  }

  .brand__contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 44px;
  }

  .brand__img--top {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }

  .brand__img--top {
    width: 50%;
  }

  .brand__group {
    width: 50%;
    padding: 0 2.5% 0 0;
    margin-top: 0;
  }

  .brand__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .brand__txt {
    margin-top: 48px;
  }

  .btn__brand {
    margin: 48px 0 0;
  }

  .brand__img--bottom {
    margin-top: 64px;
    gap: 50px;
  }

  .brand__img--center {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    margin-top: 100px;
    gap: 30px;
  }

  .brand__img--left {
    margin: 0;
  }

  .brand__img--right {
    margin: 200px 0 0;
  }

  .brand__img--right,
  .brand__img--left {
    width: 33.3%;
  }

  .brand__title--col {
    position: absolute;
    top: 0;
    right: 4%;
  }

  .section__title--col--line {
    height: 15vw;
  }

  .section__title--col--txt {
    font-size: 3.2rem;
    writing-mode: vertical-rl;
    margin: 30px 0px;
  }
}

/* --------------------
features
-------------------- */
/* section__featureに対して背景を擬似要素で追加 */
.section__feature {
  position: relative;
  overflow: hidden; /* 擬似要素の拡大をセクション内に収める */
}

/* 背景画像は擬似要素を使って動かす */
.section__feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/feature_bg.jpg"); /* ここに背景画像を指定 */
  background-size: cover; /* 背景をエリア全体にフィットさせる */
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* コンテンツの背後に配置 */
  transform: scale(1);
  animation: zoomBackground 15s ease-in-out infinite; /* 背景画像のアニメーション */
}

/* 背景画像の拡大アニメーション */
@keyframes zoomBackground {
  0% {
    transform: scale(1); /* 初期状態 */
  }
  50% {
    transform: scale(1.2); /* 50%の時点で少し拡大 */
  }
  100% {
    transform: scale(1); /* 元に戻る */
  }
}

/* section__feature内のコンテンツはそのまま */
.section__feature {
  position: relative;
}

.inner__feature {
  /* position: relative; */
  z-index: 1; /* 背景画像より上に配置 */
}

.section__title__feature {
  text-align: left;
  max-width: 1152px;
  margin: 0 auto;
}

.feature__wrapper {
  margin-top: 64px;
}

.feature__list {
  max-width: 1152px;
  margin: 0 auto;
}

.feature__item {
  margin-top: 32px;
  text-align: center;
}

.feature__img {
}

.feature__contents {
  color: var(--primary-white);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 32px;
  text-align: center;
}

.feature__number {
  position: relative;
  font-family: Lora;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  /* line-height: 1; */
}

.feature__number::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/top/feature_icon.svg);
  background-color: var(--primary-white);
  top: 35px;
  left: 50%;
  width: 1px;
  height: 32px;
}

.feature__title {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 74px;
}

.feature__txt {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 32px;
  text-align: left;
  display: inline-block;
}

.btn__feature {
  margin: 64px auto 0;
}

.feature__title--col {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 100;
}

/* pc feature */
@media screen and (min-width: 1023px) {
  .feature__item {
    display: flex;
    margin-top: 108px;
    gap: 64px;
  }

  .feature__item:first-of-type {
    margin-top: 64px;
  }

  .feature__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .feature__contents {
    margin: 0;
    /* padding: 0 2.5%; */
  }

  .feature__number {
    font-size: 3.8rem;
    text-align: left;
  }

  .feature__number::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/top/feature_icon_pc.svg);
    background-color: var(--primary-white);
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    width: 50%;
    height: 1px;
  }

  .feature__number::after {
    display: none;
  }

  .feature__title {
    font-size: 2.4rem;
    margin-top: 48px;
    text-align-last: left;
  }

  .feature__txt {
    margin-top: 36px;
  }

  .feature__img {
    max-width: 50%;
  }

  .section__feature::before {
    background-position: left;
  }

  .btn__feature {
    margin: 108px auto 0;
  }
}

/* --------------------
product
-------------------- */
.section__product {
  position: relative;
}

.section__title__product {
  text-align-last: left;
  max-width: 1152px;
  margin: 0 auto;
}

.product__lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 32px;
  text-align: start;
}

.product__wrapeer {
}

.product__list {
  max-width: 1152px;
  margin: 0 auto;
}

.product__item {
  margin-top: 32px;
}

.product__img {
}

.product__contents {
  color: var(--primary-black);
  margin-top: 32px;
}

.product__title {
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 32px;
  border-bottom: 1px solid var(--primary-black);
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}

.product__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 32px;
  letter-spacing: 0.05em;
}

.product__price {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.btn__product {
  margin: 32px auto 0;
}

.product__title--col {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 100;
}

/* pc product */
@media screen and (min-width: 769px) {
  .product__wrapper {
    margin-top: 64px;
  }

  .product__item {
    display: flex;
    gap: 64px;
    margin-top: 0;
  }

  .product__item:last-of-type {
    margin-top: 64px;
  }

  .product__img {
    max-width: 40%;
  }

  .product__contents {
    margin-top: 0;
    width: 50%;
  }

  .product__title {
    margin-top: 16px;
  }

  .product__txt {
    margin-top: 36px;
  }

  .btn__product {
    margin-top: 64px;
  }
}

/* --------------------
loading
-------------------- */

/* .loading {
  --uib-size: 45px;
  --uib-color: black;
  --uib-speed: 2s;
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    z-index: -1;
    visibility: hidden;
  }
} */

/* loading-2 */

.container {
  display: none;
}

.loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  /* max-width: 25%; */
  height: 200px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: var(--primary-gray);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

/* HTML: <div class="loader"></div> */
.dot {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  opacity: 0;
}
@keyframes l3 {
  0% {
    transform: rotate(1turn);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
