@charset "UTF-8";
.p-otonaFooter {
  padding: 26.6666666667vw 0 22.6666666667vw;
  color: #000;
  font-size: 3.4666666667vw;
  font-family: garamond-premier-pro, serif;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter {
    padding: 35px 0 150px;
    font-size: 16px;
  }
}
.p-otonaFooter__list {
  width: 82.1333333333vw;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter__list {
    width: 528px;
    gap: 25px;
  }
}
.p-otonaFooter__list > li {
  width: 100%;
  height: 14.4vw;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter__list > li {
    height: 54px;
  }
}
.p-otonaFooter__list > li > a {
  height: 100%;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

:root {
  /* spacing
  ===================================================== */
  --g-spacing-xs: .8rem;
  --g-spacing-s: 1.2rem;
  --g-spacing-m: 2.4rem;
  --g-spacing-l: 4.8rem;
  --g-spacing-xl: 7.2rem;
  --g-spacing-2xl: 9.6rem;
  --g-spacing-3xl: 12rem;
  --g-spacing-4xl: 16rem;
  --g-var-vw: 1512;
  /* コンテンツ幅
  ===================================================== */
  --g-var-vh: 790;
  --g-var-vw-min: 768;
  --g-var-vw-max: 1920;
  --g-var-vw-min-unit: 768px;
  --g-var-vw-max-unit: 1920px;
  /* line-height
  ===================================================== */
  --t-lineheight-xs: 1;
  --t-lineheight-s: 1.25;
  --t-lineheight-m: 1.5;
  --t-lineheight-l: 1.75;
  --t-lineheight-xl: 2;
  /* color
  ===================================================== */
  --c-text2: #fff;
  --c-text1: #111111;
  --c-textsub: #666666;
  --c-footer: #D0C8C0;
  --c-main1: #FF9A9A;
  --c-sub1: #FFF4F4;
  --c-main2: #8CEDCB;
  --c-sub2: #DFFCF5;
  --c-main3: #FCAD84;
  --c-sub3: #FDF3ED;
  /* font-family
  ===================================================== */
  --g-font-family-jp:"font-jp" , "YuMincho", serif;
  --g-font-family-en: "font-en" , "Times New Roman", serif;
  /* font-family
  ===================================================== */
  --g-font-size-lead: 1.4rem;
  /* グリッド
  ===================================================== */
  --g-var-grid-col-pc: 12;
  --g-var-grid-col-tb: 8;
  --g-var-grid-col-sp: 4;
  --g-var-grid-col-gap-pc: 2.4rem;
  --g-var-grid-col-gap-sp: 1.2rem;
  --g-var-grid-row-gap-pc: 2.4rem;
  --g-var-grid-row-gap-sp: 1.2rem;
  /* ラディウス
  ===================================================== */
  --g-radius: 999px;
  /* header, footerの高さ
  ===================================================== */
  --g-menu-height: clamp(72px, calc(100vw / var(--g-var-grid-col-pc)* 0.75), 112px);
  --g-nav-height: clamp(60px, calc(100vw / var(--g-var-grid-col-pc)* 0.75), 80px);
  /* 変数
  ===================================================== */
  --gx: 8px;
  --gy: 8px;
}

html,
body {
  position: relative;
  font-family: var(--g-font-family-jp);
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 62.5%;
  transition: all 1.6s ease 0s;
  color: var(--c-text1);
  overflow-x: clip;
}
@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
    scroll-behavior: smooth; /* スムーススクロールを有効化 */
  }
}

img,
video {
  width: 100%;
  display: block;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #3F3F40;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

@media (min-width: 1025px) {
  .pcNone {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
}
.c-1 {
  color: var(--c-main1);
}

.c-2 {
  color: var(--c-main2);
}

.c-3 {
  color: var(--c-main3);
}

.c-1-50 {
  color: rgba(255, 154, 154, 0.5);
}

.c-2-50 {
  color: rgba(140, 237, 203, 0.5);
}

.c-3-50 {
  color: rgba(252, 173, 132, 0.5);
}

.bg-c1 {
  background-color: var(--c-main1);
}

.bg-c2 {
  background-color: var(--c-main2);
}

.bg-c3 {
  background-color: var(--c-main3);
}

.bg-subc1 {
  background-color: var(--c-sub1);
}

.bg-subc2 {
  background-color: var(--c-sub2);
}

.bg-subc3 {
  background-color: var(--c-sub3);
}

.m-7 {
  margin-right: -7px;
}

@media (max-width: 1024px) {
  .right-28 {
    right: 28rem !important;
  }
}

@media (max-width: 1024px) {
  .right-26 {
    right: 26rem !important;
  }
}

.m-t-10 {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .m-t-10 {
    margin-top: 0;
  }
}

/* sec-hero
===================================================== */
.sec-hero {
  width: 100% !important;
  height: 100%;
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .sec-hero {
    margin-bottom: max(18.6666666667vw, 70px);
  }
}
.sec-hero__body {
  width: 100%;
  height: calc(100svh - 50px);
  position: relative;
}
@media (max-width: 1024px) {
  .sec-hero__body {
    height: calc(100svh - 40px);
  }
}
@media (max-width: 1024px) {
  .sec-hero__img-spwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .sec-hero__img-sp {
    width: 100%;
    height: 100%;
    transition: transform 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 3s ease-out; /* transformとopacityをスムーズにトランジション */
    transform: scale(1.1); /* 初期状態で拡大 */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/pchero-3.jpg);
  }
}
.sec-hero__img-sp.active {
  transform: scale(1); /* アクティブ時に縮小 */
  opacity: 1; /* アクティブ時に表示 */
}
.sec-hero__imgs {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sec-hero__imgs {
    position: relative;
    overflow: hidden;
  }
}
.sec-hero__img {
  flex: 1;
  width: 100%;
  height: 100%;
  background-size: cover; /* 背景画像を要素のサイズに合わせて拡大縮小 */
  background-position: center center; /* 背景画像を中央に配置 */
  background-repeat: no-repeat; /* 背景画像を繰り返さない */
}
.sec-hero__img:nth-child(1) {
  background-image: url(../images/pchero-1.jpg);
}
.sec-hero__img:nth-child(2) {
  background-image: url(../images/pchero-2.jpg);
}
.sec-hero__img:nth-child(3) {
  background-image: url(../images/pchero-3.jpg);
}
@media (max-width: 1024px) {
  .sec-hero__img {
    position: absolute;
    opacity: 0;
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
    flex: none;
  }
  .sec-hero__img:nth-child(1) {
    background-image: url(../images/sphero-1.jpg);
  }
  .sec-hero__img:nth-child(2) {
    background-image: url(../images/sphero-2.jpg);
  }
  .sec-hero__img:nth-child(3) {
    background-image: url(../images/sphero-3.jpg);
  }
}
.sec-hero__img.active {
  opacity: 1;
  transform: scale(1);
}
.sec-hero__title {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 55rem;
  height: 33.7rem;
  color: var(--c-text2);
  z-index: 7;
}
@media (max-width: 1024px) {
  .sec-hero__title {
    width: 92%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: max(55.4666666667vw, 208px);
  }
}
.sec-hero__lead {
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 31.4rem;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .sec-hero__lead {
    width: max(51.2vw, 192px);
    top: auto;
    bottom: max(39.4666666667vw, 148px);
    left: max(0.8vw, 3px);
  }
}
.sec-hero__sub {
  position: absolute;
  bottom: 18rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sec-hero__sub {
    top: auto;
    gap: max(2.1333333333vw, 8px);
    bottom: max(32vw, 120px);
  }
}
.sec-hero__sub-text {
  font-size: 3.8rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .sec-hero__sub-text {
    font-size: max(6.4vw, 24px);
  }
}
.sec-hero__sub-img {
  width: 25.5rem;
}
@media (max-width: 1024px) {
  .sec-hero__sub-img {
    width: max(42.6666666667vw, 160px);
  }
}
.sec-hero__main {
  display: grid;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 49rem;
  height: 17.3rem;
}
@media (max-width: 1024px) {
  .sec-hero__main {
    width: max(82.9333333333vw, 311px);
    height: max(28.5333333333vw, 107px);
    right: auto;
    bottom: 0;
  }
}
.sec-hero__main-text1 {
  top: 0;
  font-size: 6.8rem;
  left: 50%;
  transform: translate(-50%);
  padding: 1rem 2rem;
}
@media (max-width: 1024px) {
  .sec-hero__main-text1 {
    font-size: max(13.3333333333vw, 50px);
    padding: max(1.8666666667vw, 7px) max(3.7333333333vw, 14px);
  }
}
.sec-hero__main-text2 {
  position: absolute;
  white-space: nowrap;
  font-size: 4.6rem;
  right: 0;
  bottom: 2rem;
}
@media (max-width: 1024px) {
  .sec-hero__main-text2 {
    font-size: max(9.0666666667vw, 34px);
    bottom: 0;
  }
}
.sec-hero__logo {
  position: absolute;
  bottom: 2rem;
  right: 2.5rem;
  width: 14rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .sec-hero__logo {
    width: max(26.6666666667vw, 100px);
    bottom: 2.5rem;
  }
}

/* アニメーション */
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1); /* 中間地点で縮小 */
    opacity: 1; /* 半透明 */
  }
  100% {
    transform: scale(1); /* 完全に縮小 */
    opacity: 0; /* 完全に透明 */
  }
}
/* sec-lead
===================================================== */
.sec-lead {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 12rem;
  line-height: var(--t-lineheight-xl);
}
@media (max-width: 1024px) {
  .sec-lead {
    font-size: max(3.7333333333vw, 14px);
    text-align: left;
    padding-left: max(10.4vw, 39px);
    padding-right: max(10.1333333333vw, 38px);
    margin-bottom: max(16vw, 60px);
  }
}

/* sec-cate
===================================================== */
.sec-cate {
  margin-bottom: 8rem;
}
.sec-cate__items {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sec-cate__items {
    gap: max(3.2vw, 12px);
    flex-wrap: wrap;
    padding-left: max(6.1333333333vw, 23px);
    padding-right: max(5.3333333333vw, 20px);
  }
}
.sec-cate__item {
  width: 16rem;
}
@media (max-width: 1024px) {
  .sec-cate__item {
    width: max(42.6666666667vw, 160px);
  }
}
.sec-cate__item.index-box {
  display: grid;
}
@media (max-width: 1024px) {
  .sec-cate__index {
    font-size: max(4.8vw, 18px);
    align-self: center;
    justify-self: center;
    border-bottom: 0.3rem solid var(--c-text1);
  }
}

/* sec-type
===================================================== */
.sec-type {
  margin-bottom: 11.5rem;
  /* title */
  /* brand-name */
  /* sec-style */
  /* sec-credit */
}
@media (max-width: 1024px) {
  .sec-type {
    margin-bottom: max(26.6666666667vw, 100px);
  }
}
.sec-type__inner {
  width: 100vw;
  height: 100%;
}
@media (max-width: 1024px) {
  .sec-type__inner {
    width: 100%;
  }
}
.sec-type__body {
  position: relative;
  width: 80rem;
  margin-bottom: 10rem;
  margin: 0 auto 10rem auto;
}
@media (max-width: 1024px) {
  .sec-type__body {
    width: 100%;
    margin: 0 auto max(26.6666666667vw, 100px) auto;
  }
}
.sec-type__title {
  position: relative;
  width: 100vw;
  height: 24rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1024px) {
  .sec-type__title {
    height: max(46.6666666667vw, 175px);
    width: 100%;
  }
}
.sec-type__title-line {
  position: absolute;
  top: 40%;
  left: -1rem;
  width: 110%;
  height: 7rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  .sec-type__title-line {
    height: max(18.6666666667vw, 70px);
    width: 110%;
  }
}
.sec-type__title-items {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 10rem;
}
@media (max-width: 1024px) {
  .sec-type__title-items {
    width: 100%;
    height: max(26.6666666667vw, 100px);
    gap: max(2.6666666667vw, 10px);
  }
}
.sec-type__title-num {
  width: 7rem;
}
@media (max-width: 1024px) {
  .sec-type__title-num {
    width: max(18.6666666667vw, 70px);
  }
}
.sec-type__title-texts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .sec-type__title-texts {
    gap: max(2.6666666667vw, 10px);
  }
}
.sec-type__title-subtext.subtext1 {
  width: 16.5rem;
}
@media (max-width: 1024px) {
  .sec-type__title-subtext.subtext1 {
    width: max(44vw, 165px);
  }
}
.sec-type__title-subtext.subtext2 {
  width: 21.8rem;
}
@media (max-width: 1024px) {
  .sec-type__title-subtext.subtext2 {
    width: max(58.1333333333vw, 218px);
  }
}
.sec-type__title-subtext.subtext3 {
  width: 16.5rem;
}
@media (max-width: 1024px) {
  .sec-type__title-subtext.subtext3 {
    width: max(44vw, 165px);
  }
}
.sec-type__title-maintext {
  font-size: 5rem;
  white-space: nowrap;
  display: flex;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .sec-type__title-maintext {
    font-size: max(13.3333333333vw, 50px);
  }
}
.sec-type__textbg {
  background-color: var(--c-text2);
  padding: 0.5rem 0.7rem;
}
@media (max-width: 1024px) {
  .sec-type__textbg {
    padding: max(1.3333333333vw, 5px) max(1.8666666667vw, 7px);
  }
}
@media (max-width: 1024px) {
  .sec-type__title-maintext.type-2 {
    font-size: max(6.4vw, 24px);
  }
}
@media (max-width: 1024px) {
  .sec-type__title-maintext.type-3 {
    font-size: max(5.6vw, 21px);
  }
}
@media (max-width: 1024px) {
  .sec-type .f-32 {
    font-size: max(8.5333333333vw, 32px);
  }
}
.sec-type__brand {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  justify-content: end;
  margin-bottom: 2rem;
  z-index: 3;
}
@media (max-width: 1024px) {
  .sec-type__brand {
    margin-bottom: max(4vw, 15px);
  }
}
@media (max-width: 1024px) {
  .sec-type__brand.brand2, .sec-type__brand.brand7 {
    width: fit-content;
    justify-content: start;
  }
}
.sec-type__brand.brand4, .sec-type__brand.brand6 {
  width: fit-content;
}
@media (max-width: 1024px) {
  .sec-type__brand.brand4, .sec-type__brand.brand6 {
    justify-content: start;
  }
}
.sec-type__brand .sec-type__brand-img {
  width: 8rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 1024px) {
  .sec-type__brand .sec-type__brand-img {
    width: max(21.3333333333vw, 80px);
    margin-bottom: max(1.0666666667vw, 4px);
  }
}
@media (max-width: 1024px) {
  .sec-type__brand-img.brand2, .sec-type__brand-img.brand7 {
    padding-left: max(6.6666666667vw, 25px);
  }
}
@media (max-width: 1024px) {
  .sec-type__brand-img.brand4, .sec-type__brand-img.brand6 {
    padding-left: max(6.6666666667vw, 25px);
  }
}
.sec-type__brand-name {
  position: relative;
  font-size: 3.2rem;
  padding-bottom: 0.4rem;
  font-family: var(--g-font-family-en);
}
@media (max-width: 1024px) {
  .sec-type__brand-name {
    font-size: max(6.9333333333vw, 26px);
    padding-right: max(6.6666666667vw, 25px);
    padding-bottom: max(1.0666666667vw, 4px);
  }
}
@media (max-width: 1024px) {
  .sec-type__brand-name.brand2, .sec-type__brand-name.brand7 {
    width: fit-content;
    padding-left: max(6.6666666667vw, 25px);
    padding-right: 0;
  }
}
.sec-type__brand-name.brand4, .sec-type__brand-name.brand6 {
  width: fit-content;
}
@media (max-width: 1024px) {
  .sec-type__brand-name.brand4, .sec-type__brand-name.brand6 {
    padding-left: max(6.6666666667vw, 25px);
    padding-right: 0;
  }
}
.sec-type__brand-line {
  content: "";
  position: absolute;
  bottom: 0; /* 上部に配置 */
  left: 0; /* 左端から開始 */
  width: calc(100% + 50vw);
  height: 0.1rem; /* ボーダーの高さ */
  background: repeating-linear-gradient(to right, var(--c-text1) 0, var(--c-text1) 0.2rem, transparent 0.2rem, transparent 0.5rem); /* ドット間隔と色を調整 */
  pointer-events: none; /* クリックを無効化 */
}
@media (min-width: 1024px) {
  .sec-type .right-pc {
    right: 0 !important;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .sec-type .right-sp {
    right: 0 !important;
    left: auto;
  }
}
.sec-type__style {
  display: flex;
  gap: 5.5rem;
  overflow-y: visible; /* 縦スクロールを許可 */
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .sec-type__style {
    display: block;
  }
}
.sec-type__imgs {
  width: 40rem;
  height: 100svh;
  position: sticky;
  display: flex;
  justify-content: center; /* 横方向中央配置 */
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-type__imgs {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: max(26.6666666667vw, 100px);
    top: 0;
  }
}
.sec-type__imgs::before {
  content: ""; /* 空の要素を作成 */
  position: absolute;
  top: -10rem;
  right: 40rem;
  width: 40rem;
  height: 14rem;
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sec-type__imgs::before {
    content: none;
  }
}
.sec-type__imgs::after {
  content: ""; /* 空の要素を作成 */
  position: absolute;
  top: 4rem;
  right: 40rem;
  width: 40rem;
  height: 10rem;
  background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1024px) {
  .sec-type__imgs::after {
    content: none;
  }
}
.sec-type .white-reverse::before {
  left: 40rem;
}
.sec-type .white-reverse::after {
  left: 40rem;
}
@media (max-width: 1024px) {
  .sec-type__imgs.imgs5, .sec-type__imgs.imgs7, .sec-type__imgs.imgs6 {
    margin-bottom: 0;
    padding-bottom: max(42.6666666667vw, 160px);
  }
}
.sec-type__imgs.imgs1, .sec-type__imgs.imgs2, .sec-type__imgs.imgs3, .sec-type__imgs.imgs5, .sec-type__imgs.imgs7 {
  order: 2;
}
.sec-type__lead {
  position: absolute;
  top: 4rem;
  left: -20rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-type__lead {
    top: auto;
    bottom: max(-13.3333333333vw, -50px);
    left: max(8vw, 30px);
  }
}
.sec-type__lead-reverse {
  position: absolute;
  top: 2rem;
  right: -20rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-type__lead-reverse {
    top: auto;
    bottom: max(-13.3333333333vw, -50px);
    left: max(8vw, 30px);
  }
}
@media (max-width: 1024px) {
  .sec-type__lead.style5, .sec-type__lead-reverse.style6, .sec-type__lead.style7 {
    bottom: max(12vw, 45px);
  }
}
.sec-type__lead-left {
  font-size: 8rem;
  position: absolute;
  top: -4rem;
  left: -3rem;
}
.sec-type__lead-right {
  font-size: 8rem;
  position: absolute;
  right: -3rem;
}
.sec-type__lead-text1, .sec-type__lead-text2 {
  width: fit-content;
  font-size: 1.6rem;
  border: 1px solid var(--c-text1);
  padding: 6px 8px;
  background-color: var(--c-text2);
}
.sec-type__lead-text1 {
  margin-bottom: 2px;
}
.sec-type__totalprice {
  position: absolute;
  bottom: 3.4rem;
  right: 0.6rem;
  width: 16.6rem;
  height: 5.4rem;
  z-index: 2;
}
.sec-type__off {
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 60rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-type__off {
    width: max(44vw, 165px);
    height: max(160vw, 600px);
    top: 0;
    right: max(-2.1333333333vw, -8px);
  }
}
.sec-type__offtext {
  position: absolute;
  width: 1.4rem;
  right: 0.6rem;
  top: 5rem;
}
@media (max-width: 1024px) {
  .sec-type__offtext {
    width: max(3.7333333333vw, 14px);
    right: max(17.0666666667vw, 64px);
    top: max(29.3333333333vw, 110px);
  }
}
.sec-type__vartical {
  position: absolute;
  top: 0;
  width: 1px;
  background-color: var(--c-text2);
  height: 100%;
  right: 2.3rem;
}
@media (max-width: 1024px) {
  .sec-type__vartical {
    right: max(21.6vw, 81px);
    top: 0;
  }
}
.sec-type__check {
  position: absolute;
  top: 19rem;
  right: -6rem;
  width: 7.6rem;
}
@media (max-width: 1024px) {
  .sec-type__check {
    right: 0;
    top: max(67.7333333333vw, 254px);
    width: max(20.2666666667vw, 76px);
  }
}
.sec-type__offitem {
  position: absolute;
  width: 20rem;
  right: -8rem;
  top: 24rem;
}
@media (max-width: 1024px) {
  .sec-type__offitem {
    width: max(44vw, 165px);
    right: 0;
    top: max(79.2vw, 297px);
  }
}
.sec-type__off-reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 60rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-type__off-reverse {
    width: max(44vw, 165px);
    height: max(160vw, 600px);
    top: 0;
    right: max(-2.1333333333vw, -8px);
    left: auto;
    bottom: auto;
  }
}
.sec-type__offtext-reverse {
  position: absolute;
  width: 1.4rem;
  left: 2.9rem;
  top: 5rem;
}
@media (max-width: 1024px) {
  .sec-type__offtext-reverse {
    width: max(3.7333333333vw, 14px);
    right: max(17.0666666667vw, 64px);
    top: max(29.3333333333vw, 110px);
    left: auto;
  }
}
.sec-type__vartical-reverse {
  position: absolute;
  top: -8rem;
  width: 1px;
  background-color: var(--c-text2);
  height: 100%;
  left: 2.3rem;
}
@media (max-width: 1024px) {
  .sec-type__vartical-reverse {
    right: max(21.6vw, 81px);
    top: 0;
    left: auto;
  }
}
.sec-type__check-reverse {
  position: absolute;
  top: 19rem;
  left: -6rem;
  width: 7.6rem;
}
@media (max-width: 1024px) {
  .sec-type__check-reverse {
    right: 0;
    top: max(67.7333333333vw, 254px);
    width: max(20.2666666667vw, 76px);
    left: auto;
  }
}
.sec-type__offitem-reverse {
  position: absolute;
  width: 20rem;
  left: -8rem;
  top: 24rem;
}
@media (max-width: 1024px) {
  .sec-type__offitem-reverse {
    width: max(44vw, 165px);
    right: 0;
    top: max(79.2vw, 297px);
    left: auto;
  }
}
.sec-type__imgs-inner {
  overflow: visible !important;
}
.sec-type__imgs-body {
  width: 40rem !important;
}
@media (max-width: 1024px) {
  .sec-type__imgs-body {
    width: max(100vw, 375px) !important;
  }
}
.sec-type__dot {
  position: absolute;
  bottom: -2rem !important;
  height: 8px;
  border-radius: 50%;
  color: #E5E5E5;
  overflow: visible;
}
@media (max-width: 1024px) {
  .sec-type__dot {
    text-align: right !important;
    bottom: max(-0.5333333333vw, -2px);
    left: auto !important;
    right: max(4vw, 15px) !important;
  }
}
.sec-type__dot.style5, .sec-type__dot.style6, .sec-type__dot.style7 {
  text-align: center !important;
}
.sec-type .swiper-pagination-bullet {
  background-color: #BFBFBF !important;
}
.sec-type .swiper-pagination-bullet-active {
  background-color: #BFBFBF !important;
}
.sec-type__credits {
  width: 100%;
}
.sec-type__credits-body {
  position: relative;
  width: 100%;
}
.sec-type__top {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 50px;
}
.sec-type__left {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 1px;
}
.sec-type__right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 1px;
}
.sec-type__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 50px;
}
.sec-type__direction {
  font-size: 1.2rem;
  color: var(--c-main1);
  margin-bottom: 2rem;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .sec-type__direction {
    font-size: max(3.2vw, 12px);
    margin-bottom: max(5.3333333333vw, 20px);
    margin-left: max(2.6666666667vw, 10px);
  }
}
.sec-type__credititems {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.sec-type__credits-inner {
  width: 34.5rem;
  margin-top: 13rem;
}
@media (max-width: 1024px) {
  .sec-type__credits-inner {
    width: max(92vw, 345px);
    padding-right: max(4vw, 15px);
    padding-left: max(4vw, 15px);
    margin-top: 0;
  }
}
.sec-type__credits-body {
  width: 28.5rem;
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .sec-type__credits-body {
    width: max(76vw, 285px);
    padding: max(8vw, 30px);
    margin-bottom: max(8vw, 30px);
  }
}
.sec-type__creditnote {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.sec-type__creditnote p a {
  white-space: nowrap;
  display: inline;
  text-decoration: underline; /* 下線を引く */
}
.sec-type__items a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-type__item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.sec-type__itemimg {
  width: 54px;
}
@media (max-width: 1024px) {
  .sec-type__itemimg {
    width: max(14.4vw, 54px);
  }
}
.sec-type__credittext {
  width: 70%;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  line-height: var(--t-lineheight-s);
}
@media (max-width: 1024px) {
  .sec-type__credittext {
    font-size: max(2.9333333333vw, 11px);
  }
}
.sec-type__itemname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sec-type__btn {
  padding: 5px 15px;
  display: grid;
  background-color: var(--c-text1);
}
@media (max-width: 1024px) {
  .sec-type__btn {
    padding: max(1.3333333333vw, 5px) max(4vw, 15px);
  }
}
.sec-type__btn p {
  align-self: center;
  justify-self: center;
  color: var(--c-text2);
  font-size: 1.1rem;
  font-family: var(--g-font-family-en);
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sec-type__btn p {
    font-size: max(2.9333333333vw, 11px);
  }
}
.sec-type__description {
  font-size: 1.2rem;
  line-height: 1.8;
  white-space: normal; /* 通常の改行を許可 */
  word-wrap: break-word; /* 長い単語を折り返し可能にする */
}
@media (max-width: 1024px) {
  .sec-type__description {
    font-size: max(3.2vw, 12px);
  }
}
.sec-type__underline1 {
  position: relative; /* 疑似要素の位置を相対的に設定 */
  display: inline-block; /* 下線がテキスト幅に合わせて表示されるようにする */
}
.sec-type__underline1::after {
  content: ""; /* 空のコンテンツを生成 */
  position: absolute;
  left: 0;
  bottom: 0; /* テキストにかぶる位置を調整 */
  height: 0.8rem;
  width: 100%;
  transform: translateY(-2px); /* テキストに少しかぶるように調整 */
  z-index: 0; /* 下線をテキストの背面に配置 */
  opacity: 0.25;
  background-color: var(--c-main1);
}
.sec-type__underline2 {
  position: relative; /* 疑似要素の位置を相対的に設定 */
  display: inline-block; /* 下線がテキスト幅に合わせて表示されるようにする */
}
.sec-type__underline2::after {
  content: ""; /* 空のコンテンツを生成 */
  position: absolute;
  left: 0;
  bottom: 0; /* テキストにかぶる位置を調整 */
  height: 0.8rem;
  width: 100%;
  transform: translateY(-2px); /* テキストに少しかぶるように調整 */
  z-index: 0; /* 下線をテキストの背面に配置 */
  opacity: 0.25;
  background-color: var(--c-main2);
}
.sec-type__underline3 {
  position: relative; /* 疑似要素の位置を相対的に設定 */
  display: inline-block; /* 下線がテキスト幅に合わせて表示されるようにする */
}
.sec-type__underline3::after {
  content: ""; /* 空のコンテンツを生成 */
  position: absolute;
  left: 0;
  bottom: 0; /* テキストにかぶる位置を調整 */
  height: 0.8rem;
  width: 100%;
  transform: translateY(-2px); /* テキストに少しかぶるように調整 */
  z-index: 0; /* 下線をテキストの背面に配置 */
  opacity: 0.25;
  background-color: var(--c-main3);
}

/* .sec_profile
===================================================== */
.sec-profile {
  width: 100%;
}
.sec-profile__inner {
  width: 34.5rem;
  background-color: #F4F4F4;
}
@media (max-width: 1024px) {
  .sec-profile__inner {
    width: max(92vw, 345px);
  }
}
.sec-profile__body {
  width: 28.5rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .sec-profile__body {
    width: max(74.6666666667vw, 280px);
    padding: max(8.5333333333vw, 32px);
    gap: max(6.6666666667vw, 25px);
  }
}
.sec-profile__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.sec-profile__img {
  width: 8.5rem;
}
@media (max-width: 1024px) {
  .sec-profile__img {
    width: max(22.6666666667vw, 85px);
  }
}
.sec-profile__img img {
  border-radius: 50%;
}
.sec-profile__nameen {
  font-size: 1.8rem;
  font-family: var(--g-font-family-en);
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .sec-profile__nameen {
    font-size: max(4.8vw, 18px);
    margin-bottom: max(1.3333333333vw, 5px);
  }
}
.sec-profile__nameja {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .sec-profile__nameja {
    font-size: max(2.6666666667vw, 10px);
    margin-bottom: max(2.6666666667vw, 10px);
  }
}
.sec-profile__btn {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .sec-profile__btn {
    gap: max(1.3333333333vw, 5px);
  }
}
.sec-profile__btn a {
  font-size: 1rem;
  color: var(--c-text2);
  width: 90px;
  height: 20px;
  background-color: #8E8E8E;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--g-font-family-en);
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sec-profile__btn a {
    font-size: max(2.6666666667vw, 10px);
    width: max(24vw, 90px);
    height: max(5.3333333333vw, 20px);
  }
}
.sec-profile__btnin {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .sec-profile__btnin {
    gap: max(0.8vw, 3px);
  }
}
.sec-profile__btnin img {
  width: 0.9rem;
}
@media (max-width: 1024px) {
  .sec-profile__btnin img {
    width: max(2.4vw, 9px);
  }
}

/* .sec_other
===================================================== */
.sec-other {
  background-color: #fff;
  width: 80rem;
  margin: 0 auto;
  margin-bottom: 14rem;
  /* 自動取得
  ===================================================== */
}
@media (max-width: 1024px) {
  .sec-other {
    margin-bottom: max(26.6666666667vw, 100px);
    width: 100%;
  }
}
.sec-other__lead {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .sec-other__lead {
    margin-bottom: max(2.1333333333vw, 8px);
  }
}
.sec-other .otherTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-family: var(--g-font-family-en);
}
@media (max-width: 1024px) {
  .sec-other .otherTitle {
    font-size: max(5.6vw, 21px);
    margin-bottom: max(3.2vw, 12px);
  }
}
.sec-other .otherTitle::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
.sec-other .swiper-scrollbar {
  background: #c3c3c3;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 18rem !important;
  height: 2px !important;
  bottom: 0 !important;
}
@media (max-width: 1024px) {
  .sec-other .swiper-scrollbar {
    width: max(48vw, 180px) !important;
    height: 0.4651162791vw !important;
  }
}
.sec-other .swiper2 {
  padding-bottom: 3rem !important;
}
@media (max-width: 1024px) {
  .sec-other .swiper2 {
    margin-left: max(4vw, 15px);
  }
}
@media (min-width: 1025px) {
  .sec-other .swiper2 .swiper-slide a p img {
    margin-bottom: 0.8rem !important;
  }
}
@media (max-width: 1024px) {
  .sec-other .photo {
    margin-bottom: max(2.6666666667vw, 10px);
  }
}
.sec-other .ico_box {
  display: none;
}
.sec-other .textOverflow {
  font-size: 1.1rem;
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
  line-height: 1.5em;
}
.sec-other .label {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .sec-other .label {
    margin-bottom: max(2.1333333333vw, 8px);
    margin-top: max(2.1333333333vw, 8px);
    font-size: max(2.9333333333vw, 11px);
    line-height: 1.5em;
  }
}
.sec-other .price {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .sec-other .price {
    border-bottom: solid 0.1rem var(--c-text1);
    width: fit-content;
    font-size: max(2.9333333333vw, 11px);
  }
}
.sec-other .otherBtn {
  text-align: center;
  background-color: #111111;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: max(66.1333333333vw, 248px);
  font-size: max(3.7333333333vw, 14px);
  letter-spacing: 0.005em;
  box-sizing: border-box;
  margin-top: max(10.6666666667vw, 40px);
}
@media screen and (min-width: 769px) {
  .sec-other .otherBtn {
    width: min(23.5416666667vw, 339px);
    font-size: min(0.9722222222vw, 14px);
    margin-top: 4rem;
  }
}
.sec-other .otherBtn a {
  color: var(--c-text2);
  display: block;
  padding: max(4vw, 15px);
}
@media screen and (min-width: 769px) {
  .sec-other .otherBtn a {
    padding: min(1.3888888889vw, 20px);
  }
}
.sec-other .otherBtn a:hover {
  opacity: 0.4;
  transition: all 0.4s;
}

/* 自動取得_オプション
===================================================== */
.creditAjax_price__sale {
  margin-left: 5px;
  color: #c52222;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_link.creditAjax__saleOn .price {
  text-decoration: line-through;
}

/* animation
  ===================================================== */
.fade-in {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* hero-animation
===================================================== */
@keyframes mv01-1 {
  0% {
    clip-path: inset(0 100% 0% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0% 0% 0);
    opacity: 1;
  }
}
.sec-hero__img {
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 1024px) {
  .sec-hero__img {
    animation: none;
    opacity: 0; /* 初期状態では非表示 */
    transition: opacity 1s ease-in-out; /* フェードの効果 */
  }
}
.sec-hero__img.active {
  opacity: 1; /* アクティブな画像を表示 */
  z-index: 1; /* 他の画像より前面に表示 */
}

.sec-hero__img.is-animated {
  animation-name: mv01-1;
}

.sec-hero__img.img1 {
  animation-delay: 0s;
}

.sec-hero__img.img2 {
  animation-delay: 1s;
}
@media (max-width: 1024px) {
  .sec-hero__img.img2 {
    animation-delay: 0s;
  }
}

.sec-hero__img.img3 {
  animation-delay: 2s;
}
@media (max-width: 1024px) {
  .sec-hero__img.img3 {
    animation-delay: 0s;
  }
}

.sec-hero__lead-wrap {
  display: block;
  overflow: hidden;
}
.sec-hero__lead-wrap .sec-hero__lead-inn {
  opacity: 0;
  transform: translateY(100px); /* 下に隠れる状態 */
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sec-hero__lead.is-animated-wrap {
  opacity: 1; /* アニメーションで表示 */
}
.sec-hero__lead.is-animated .sec-hero__lead-inn {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}

.sec-hero__sub-text {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
}

.sec-hero__sub-text.is-animated {
  clip-path: inset(0);
}

/* sec-hero__main1  */
.sec-hero__main .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  height: fit-content;
  width: fit-content;
  justify-self: center;
}
.sec-hero__main .inn {
  color: #fff;
  font-size: 8rem;
  font-weight: 500;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec-hero__main .inn {
    font-size: max(13.3333333333vw, 50px); /* vwmaxの代わりにcalcを使用 */
    padding: 0;
    padding: max(1.3333333333vw, 5px) max(4vw, 15px);
    white-space: nowrap;
  }
}
.sec-hero__main .smooth-hero {
  /* 初期状態では右側を隠す */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.4s cubic-bezier(0.37, 0, 0.63, 1); /* clip-path専用のtransition */
}
.sec-hero__main.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: rgba(255, 154, 154, 0.9); /* rgbaで透明度指定 */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sec-hero__main.is-animated .bg-wrap::before {
    height: 100%; /* 必要に応じて高さを調整 */
  }
}
.sec-hero__main.is-animated .smooth-hero {
  /* is-animatedクラス追加後、右側が表示される */
  clip-path: inset(0); /* 右側が開く */
}
.sec-hero__main.is-animated .sec-hero__main-text2 {
  animation: fadeIn 1.4s ease-in forwards;
  animation-delay: 2s; /* 2秒遅延 */
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.sec-hero__sub-img,
.sec-hero__main-text2 {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 1秒でフェードイン */
}

.sec-hero__sub-img.is-animated,
.sec-hero__main-text2.is-animated {
  opacity: 1;
}

.sec-hero__logo {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sec-hero__logo.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/* section-animation
===================================================== */
.line {
  width: 110%; /* 幅は100%に設定 */
  transform-origin: center; /* 中央からアニメーション */
  transform: scaleX(0); /* 初期状態をスケール0に設定 */
  rotate: -7deg;
}

/* sec-type__brand-name アニメーション */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.photoArea figure {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.photoArea figure::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--c-main1);
}
.photoArea figure img {
  opacity: 0;
  transition: opacity 0s ease, transform 0s ease;
}
.photoArea.move figure::before {
  animation: barAnime 1.5s ease forwards 0s;
}
.photoArea.move figure img {
  animation: photoAnime 1.5s ease forwards 0s;
}

.photoArea.area1 figure::before {
  background: var(--c-main1);
}

.photoArea.area2 figure::before {
  background: var(--c-main2);
}

.photoArea.area3 figure::before {
  background: var(--c-main3);
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.smooth.is-animated {
  clip-path: inset(0);
}

/* swiper1
===================================================== */
.swiper1 .swiper-slide {
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) !important; /* フェード時間とカーブを調整 */
}/*# sourceMappingURL=style.css.map */