@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

* {
  pointer-events: auto;
}

/*timer*/
.timerHidden {
  display: none !important;
}

.timerVisible {
  display: block !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.hideme,
.hideme2,
.hideme3 {
  opacity: 0;
}

.mincho {
  font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", serif;
}

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

  .sp {
    display: block !important;
  }
}

.t-line {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t-line::after {
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  margin-left: 2rem;
}

@media screen and (max-width:767px) {
  .t-line {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .t-line::after {
    margin-left: 1rem;
  }

}

/* ワイプ */
.target {
  clip-path: inset(0 100% 0 -5%);
  transition: all 2s;
}

.animeLeft {
  clip-path: inset(0 100% 0 0);
  /*左から右へ動くクリップマスク*/
}

.animeRight {
  clip-path: inset(0 0 0 100%);
  /*右から左へ動くクリップマスク*/
}

/*要素が見えたときの見え方*/
.target.showthis {
  opacity: 1;
  clip-path: inset(0 -5% 0 -5%);
  /*クリップマスクを広げる*/
}

/* MV*/

.head {
  display: block;
  width: 100vw;
  height: 3rem;
  top: 0;
  background: linear-gradient(45deg, #ced529, #e4e40d);
}

.mv_title_wrapper {
  width: 100vw;
  height: 80%;
  margin: 0rem auto 0rem auto;
  position: relative;
}

.mv_title {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv_title_wrapper {
    width: 70vw;
    margin: 0em auto 0rem;
    aspect-ratio: auto;
    height: 100%;
    position: relative;
  }

  .mv_title {
    display: block;
    width: 100%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

.mv_slide {
  display: flex;
  position: absolute;
  scale: 1.72;
}

.mv_slide .mv_left {
  margin-left: -6rem;
}

.mv_slide .mv_left:nth-last-child(1) {
  margin-left: -7rem;
}


@media screen and (max-width: 767px) {
  .mv_slide {
    scale: 1.25;
  }

  .mv_slide .mv_left {
    margin-left: -4rem;
  }

  .mv_slide .mv_left:nth-last-child(1) {
    margin-left: -5rem;
  }

  .bg_glass {
    width: 100vw;
  }
}

.banner-logo {
  height: 10%;
  width: 100%;
  padding: 3rem 6rem 0;
}

.banner-logo svg {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-logo {
    height: 20%;
    width: 100%;
    padding: 0rem 6rem 0;
    display: flex;
    justify-content: flex-start;
  }
}

#reveal {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.pr-seiyaku_swiper {
    margin-bottom: 2em;
  }

.pr-seiyaku_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15%;
}

.pr-seiyaku_swiper .p-work__contents .swiper-button-prev03,.pr-seiyaku_swiper .p-work__contents .swiper-button-next03 {
  bottom: -85%;
}

@media screen and (max-width: 767px) {
  .pr-seiyaku_swiper {
    margin-bottom: 2em;
  }

  #reveal {
    margin-bottom: 4rem;
  }
}

#reveal .t-small {
  font-weight: 500;
}

#reveal .line {
  width: 100vw;
  height: 1px;
  background-color: #fff;
  bottom: 20px;
  transform-origin: left;
  transform: scaleX(0);
  transition: .5s;
  transition-delay: 0s;
  margin: 1.6em calc(50% - 50vw);
}

#reveal .line_02 {
  transform-origin: right;
}

#reveal .line.active {
  transform: scaleX(1);
  transition-delay: .5s;
  margin: 1.6em calc(50% - 50vw);
}

#reveal .reveal {
  position: relative;
  padding: 0 10px;
  transform-origin: left;
  transform: scaleX(0);
  transition: .5s;
  transition-delay: .5s;
}

#reveal .reveal.active {
  transform: scaleX(1);
  transition-delay: 0s;
}

#reveal .reveal:nth-child(2) {
  transform-origin: right;
  font-weight: 300;
  letter-spacing: 2px;
  display: inline-block;
}

#reveal .reveal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(-20deg, #F20530 0%, #A60A27 100%);
  transform-origin: right;
  transition: .5s;
  transition-delay: 0s;
  margin: 0 calc(50% - 50vw);
}

#reveal .reveal:nth-child(2)::before {
  background: linear-gradient(-20deg, #F20530 0%, #A60A27 100%);
  transform-origin: left;
}

#reveal .reveal.active::before {
  transform: scaleX(0);
  transition-delay: .5s;
}

.t-accent {
  display: flex;
  gap: 10px;
}

/*--------------------------------------------------

キャンペーン　CP

--------------------------------------------------------*/
.bar_yoyaku {
  padding: 4rem 0;
  color: #0d1c44;
  text-align: center;
  background: linear-gradient(30deg, #fff, #ececec);
  border-radius: 1rem;
  overflow: hidden;
}

.bar_yoyaku .caution {
  color: #555555;
  text-align: center;
  width: 100%;
}

.bar_yoyaku__img {
  width: 44%;
  margin: 0 auto 5rem;
  box-shadow: 2px 2px 4px gray;
}

@media screen and (max-width:767px) {
  .bar_yoyaku {
    padding: 4rem 1rem;
    color: #0d1c44;
    text-align: center;
  }

  .bar_yoyaku__img {
    width: 95%;
    margin: 0 auto 3rem;
  }
}

.bar_shikin {
  padding: 4rem 0 2rem;
  background: linear-gradient(30deg, #12192c, #303f66);
  color: #fff;
  text-align: center;
}

.bar_shikin .flex {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.box_1 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.5rem;
}

.box_2 {
  background: linear-gradient(30deg, #a27436, #e9d582);
  color: #000;
  display: inline-block;
  padding: 0.5rem;
}



.c-cta {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.c-cta.--orange {
  margin: 2rem 0 0 0 !important;
}

@media screen and (max-width: 1080px) {
  .c-cta {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.c-cta .btn-wrap .button-37 {
  background-color: #a48037;
  background: linear-gradient(135deg, #a48037 0.000%, #e8d480 20%, #b79a33 80%, #e1c253 100%);
  border: 0px;
  border-radius: 0.5rem !important;
  font-size: 1.8rem;
  color: #ffffff;
}

.c-cta.--orange .btn-wrap .button-37 {
  background-color: #EDC500;
  background: linear-gradient(-20deg, #EDC500 0%, #ffd569 45%, #ffd569 55%, #EDC500 100%);
  color: #142A6C;
  font-weight: 600;
}

.c-cta-sugdas .btn-wrap .button-37 {
  background-color: #BE364B;
  background: linear-gradient(-20deg, #173365 0%, #160606 45%, #160606 55%, #173365 100%);
  color: #fff;
  margin-top: 1rem;
  padding: 0.5rem;
  font-size: 1.75rem;
}

@media screen and (max-width:767px) {

  .c-cta .btn-wrap .button-37,
  .c-cta-sugdas .btn-wrap .button-37 {
    font-size: 1.5rem;
  }
}

.sugdas {
  margin: 4rem auto;
  background: linear-gradient(to right, #9AA0A6, #61656d);
  padding: 6rem 2rem;
  border-radius: 1rem;
}

.sugdas img {
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.sugdas .c-cta {
  margin-top: 2rem;
}

.sugdas .image {
  width: 70%;
  margin: 0 auto 2rem;
  border-radius: 8px;
}

@media screen and (max-width:767px) {
  .sugdas {
    padding: 3rem 1.2rem;
    margin: 3rem auto;
  }

  .sugdas .image {
    width: 100%;
  }
}

.c-cta .btn-wrap h4 {
  text-align: center;
}

.ttl img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px) {
  .ttl img {
    width: 96%;
  }
}

.swiper_logo img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 64% !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

.swiper_logo_2 img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 72% !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

.swiper_txt {
  position: absolute;
  text-align: left !important;
  bottom: 0.1rem;
  left: 0.25rem;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
}

.down_bg {
  background-color: #fff;
  border-radius: 50%;
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.down_bg img {
  width: 24%;
  height: 100%;
}

/* 左右に横線 */
.heading {
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  justify-content: center;
  /* 文字を中央寄せ */
}

.heading::before,
.heading::after {
  background-color: #ffffff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 100%;
  /* 横線の長さ */
  max-width: 200px;
}

.heading::before {
  margin-right: 15px;
  /* 文字との余白 */
}

.heading::after {
  margin-left: 15px;
  /* 文字との余白 */
}

/* swiper */
@keyframes fade-text {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* テキストのアニメーション設定 */
.swiper-slide-active .t-txt {
  animation-name: fade-text;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: both;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next02,
.swiper-button-prev02,
.swiper-button-next03,
.swiper-button-prev03 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5%;
}

.swiper-pagination-bullet {
  border-radius: 0;
  background-color: #000000;
  height: 2px;
  width: 30px;
}

.swiper-pagination02,
.swiper-pagination03 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* ==========================
  fractionのカスタマイズ
========================== */
.swiper-pagination-fraction {
  height: 100px;
  padding-left: 4rem;
  font-size: 12px;
  font-weight: 600;
  color: #1a1b1b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-fraction {
    height: 50px;
    padding-left: 1rem;
  }
}

/* ==========================
  ラインアニメーションをCSSで表現
========================== */
.swiper-pagination-fraction .border {
  width: 32px;
  height: 1px;
  margin: 0 8px;
  background-color: #ddd;
  position: relative;
}

.swiper-pagination-fraction .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1a1b1b;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

.swiper-pagination.is-active .border span,
.swiper-pagination02.is-active .border span,
.swiper-pagination03.is-active .border span {
  transform: scaleX(1);
  transition: transform 3.85s linear;
}

/*two*/
#two {}

#two .inner {
  padding: 192px 1em;
}

#two .title {
  font-size: 2em;
  color: #ffffff;
}

/*==========
フッター
============*/

#footer {
  padding: 120px 0 200px;
  background-color: #ffffffb5;
}

#footer h1 {
  letter-spacing: 8px !important;
}

.copyright {
  letter-spacing: 4px;
}

@media screen and (max-width:767px) {
  #footer h1 {
    letter-spacing: 12px !important;
  }
}

/*pr*/
#pr {
  background-color: #f1f1f1;
}

#pr h1,
#pr h2,
#pr p {
  color: #26201d !important;
  text-align: center !important;
}

.pr-title {
  border-radius: 5px;
  background-color: #D2C29E;
  /*背景色*/
  box-shadow: 0 0 6px 1px #D2C29E, 0 0 6px 2px #D2C29E inset;
  /*ふわりとした影*/
  padding: 0.5em 2em;
  width: fit-content;
  margin: 0 auto 2em;
  color: #ffffff;
  font-weight: 500;
}

#pr .content * {
  color: rgb(10, 59, 89);
}

.border-box {
  overflow: hidden;
  box-shadow: 0 0 6px 1px #6cb4d2, 0 0 6px 2px #6cb4d2 inset;
  /*ふわりとした影*/
}

/*table pr*/
table {
  border-spacing: 0;
}

.table_box {
  display: block;
  max-width: fit-content;
  overflow: auto;
  margin: 0 auto 2rem;
  color: #ffffff;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

.table_box_blk {
  color: #000 !important;
  border: 1px solid #2F2A27 !important;
}

.table_box th,
.table_box td {
  text-align: left;
  white-space: nowrap;
}

.table_box tr:nth-child(1) {
  border-bottom: 1px solid #B49C66;
}

.table_box_blk th:nth-child(2),
.table_box_border {
  border-bottom: 0.5px solid #000 !important;
}

.table_box th {
  padding: 0.5em 1em 0.5em;
  font-weight: 300;
  border-right: 0.5px solid #fff;
}

.c-pr_02 .table_box th,
.c-pr_02 .table_box td {
  color: #1a1a1a;
}

.c-pr_02 .table_box th {
  border-right: 0.5px solid #1a1a1a;
}

.table_box td {
  padding: 0.5em 1em 0.5em 0.5rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {

  .table_box th,
  .table_box td {
    font-size: 1rem !important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .table_box th {
    font-weight: 600;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}

/*pr_txt*/
#pr_txt {
  background: url("../../images/bg_pr.jpg") no-repeat center / cover;
  padding-bottom: 2rem;
}

@media screen and (max-width:780px) {
  #pr_txt {
    background: url("../../images/bg_pr_sp.jpg") no-repeat center / cover;
  }
}

#pr_txt p,
#pr_txt h1,
#pr_txt h2 {
  color: #fff;
  text-align: center;
}

.txt_box_wrap {
  width: 100%;
}

.txt_box {
  position: relative;
}

.neon {
  box-shadow: 0 0 10px #6db5d2, 0 0 4px #6db5d2, 0 0 20px #6db5d2, 0 0 10px #6db5d2;
}

/*pr_2*/
#pr_2 h1,
#pr_2 p {
  text-align: center;
  color: #fff;
}

/*card*/
#card.l-inner {
  padding-top: 0em !important;
  padding-bottom: 0!important;
}

/* スクロールバー全体を対象にする */
.table_box::-webkit-scrollbar {
  width: 10px;
  /* スクロールバーの幅 */
  height: 2px;
  /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.table_box::-webkit-scrollbar-track {
  background: #989898;
  /* スクロールバーの背景色 */
  border-radius: 5px;
  /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.table_box::-webkit-scrollbar-thumb {
  background: #ffffff;
  /* スクロールバーの操作部分の背景色 */
  border-radius: 5px;
  /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.table_box::-webkit-scrollbar-thumb:hover {
  background: #fff0f0;
  /* ホバー時のスクロールバーの操作部分の背景色 */
}

/*star*/
/* キラキラ部分 */
#star {
  position: relative;
}

.star {
  position: absolute;
  display: block;
  width: 12px;
  /* キラキラの横幅を指定 */
  height: 12px;
  /* キラキラの縦幅を指定 */
  background-image: url("images/glitter/star-yellow.svg");
  /* キラキラの画像のパスを記入 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: glitter 1s;
  pointer-events: none;
}

/* キラキラが発生するアニメーション */
@keyframes glitter {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.caution_lineup {
  font-size: 0.8em;
  margin: 2em 0;
}

.detail-inner {
  width: 64%;
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  .detail-inner {
    width: 80%;
  }
}

@media screen and (max-width:480px) {
  .detail-inner {
    width: 100%;
  }
}

/* Loading背景画面設定　*/
#container {
  margin: 0 auto;
  width: 48%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44%;
}

@media screen and (max-width: 767px) {
  #container {
    width: 60%;
  }
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-top: 0em;
  z-index: 999999;
  background: linear-gradient(16deg, #B00304 0%, #7c181a 30%, #b62023 50%, #7c181a 70%, #B00304 100%);
  text-align: center;
  color: #6F1315;
}

#splash {
  will-change: clip-path, opacity;
  clip-path: inset(0% 0% 0% 0%);
  /* 最初は全部見えてる */
  -webkit-clip-path: inset(0% 0% 0% 0%);
  /* Safari保険 */
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(0px);
  animation-name: blur;
  animation-duration: 0.8s;
}

@keyframes blur {
  0% {
    filter: blur(5px);
  }

  100% {
    filter: blur(0);
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  margin-bottom: 1rem;
}

#splash_logo {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
}

#splash_logo p {
  letter-spacing: 1.6rem;
  font-size: 1.2rem;
}

#splash_logo svg g {
  fill: #fff;
}

#splash .loading_snow {
  display: flex;
  width: 52%;
  margin: 0 auto;
  gap: 0.7rem;
  justify-content: center;
}

#splash .loading_snow img {
  width: calc(100% / 6);
}

@media screen and (max-width:767px) {
  #splash .loading_snow {
    width: 100%;
  }

  #splash_logo img {
    width: 320px;
    margin: 0 auto 1rem;
  }

  #splash_logo p {
    letter-spacing: 0.5em;
  }
}

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
  width: 100%;
  height: 6rem;
}

.header_content {
  padding: 1rem 4rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:1080px) {
  #header {
    height: 4rem;
  }

  .header_content {
    padding: 1rem 1rem;
    height: 4rem;
  }
}

.logo {
  width: 26%;
  height: auto;
  fill: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.logo svg g {
  fill: #ffffff;
}

@media screen and (max-width:767px) {
  .logo {
    width: 52%;
  }
}

#header .c-cta .btn-wrap {
  margin: 0;
}

#header .c-cta a {
  line-height: normal;
  padding: 1rem 4rem;
  font-size: 1.125rem;
  font-weight: 500;
}

#header .c-cta .btn-wrap .button-37 {
  background-color: #191f38;
  background: linear-gradient(120deg, #191f38 0.000%, #5061a3 30%, #191f38 100%);
}

@media screen and (max-width:1080px) {
  #header .c-cta .btn-wrap {
    margin: 0;
  }

  #header .c-cta a {
    padding: 0.35rem 0.75rem;
    font-size: 0.96rem;
    font-weight: 500;
  }
}

#header.is-bg {
  background-color: #6380be;
  background: linear-gradient(150deg, #6380be 0%, #095ca7 95%, #095da7 100%);
  backdrop-filter: blur(6px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 24%);
  webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/*text-animation*/
.box {
  height: auto;
}

.text-animation {
  opacity: 1;
}

.text-animation.show {
  opacity: 1;
}

.text-animation.show .text-animation-span {
  display: inline-block;
  overflow: hidden;
}

.text-animation.show span {
  display: inline-block;
  letter-spacing: 0.1em;
  animation: showText .5s backwards;
}

@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0.4;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider_js {
  margin-top: 1em;
}

.slider_js ul {
  padding: 0 !important;
}

.slider_container {
  margin-bottom: 3em;
}

.t-small {
  font-size: 0.95rem !important;
  letter-spacing: normal !important;
  font-weight: 100;
  line-height: normal !important;
}

.t-small-2 {
  font-size: 0.78rem !important;
  letter-spacing: normal !important;
  font-weight: 400;
}

.--caution {
  font-size: 0.85rem !important;
  letter-spacing: normal !important;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}

.t-large {
  font-size: 1.35rem;
}

.t-large-02 {
  font-size: 1.85rem;
}

@media screen and (max-width:767px) {
  .t-large {
    font-size: 1.25rem;
  }

  .t-large-02 {
    font-size: 1.65rem;
  }
}

.btn-nav {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.btn-nav div:nth-child(1) {
  background-color: #A97852;
  margin-right: 2em;
}

.btn-nav div:nth-child(1) a {
  color: #fff !important;
}

.btn-nav div:nth-child(2) {
  background-color: #eeca82;
}

.btn-nav div:nth-child(2) a {
  color: #000 !important;
}

#card,
#card_2 {
  min-height: 60vh;
}

.slider-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto 4rem;
}

.main-title {
  text-align: left;
  line-height: normal;
}

@media screen and (max-width:780px) {
  #card .main-title {
    font-size: 2rem;
    letter-spacing: 0.35rem;
    line-height: 1.2;
    text-align: left;
  }
}

.slider-container .sub-title {
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  color: #D2C29E;
}

.v-line {
  position: relative;
  /*絶対値指定の親要素に必要*/
  display: flex;
  /*要素を横並びに*/
  align-items: center;
  margin-bottom: 1em;
}

.v-line:before {
  content: "";
  /*疑似要素の中身を指定*/
  background: #D2C29E;
  /*線の色指定*/
  width: 6px;
  /*線の幅指定*/
  height: 24px;
  /*線の高さ指定*/
  margin-right: 8px;
}

#orderfair .v-line::before {
  background: #fff;
}

.v-line>* {
  padding: 0 10px;
  /*余白指定*/
  color: #fff !important;
}

.slider-wrapper {
  position: relative;
}

.image-list p {
  color: #fff;
}

.image-item-key {
  width: 100%;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 50;
  color: #fff !important;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #243777;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 18px;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: block;
}

.slider-wrapper .image-list .image-item {
  width: 300px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (min-width:680px) {
  #card_2 .slider-scrollbar {
    display: none;
  }
}

@media screen and (min-width:1154px) {
  #card .slider-scrollbar {
    display: block;
  }
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #f0f0f030;
  width: 100%;
  height: 3.2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 3.2px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background-color: #ffffff;
  background: linear-gradient(150deg, #ffffff 0%, #e6e6e6 100%);
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.card-text {
  font-size: 1em;
  color: #252525;
}

.card-title {
  font-size: 1.35rem !important;
  letter-spacing: 2px !important;
  font-weight: 500;
  line-height: normal;
  color: #202020;
  margin-top: 1em;
  text-align: left;
  padding: 0 1rem;
}

.card-item {
  position: relative;
  border: 0px solid #b8a36f;
  background-color: #e0e0e0;
  background: linear-gradient(-40deg, #e0e0e0 30%, #e0e0e0 100%);
  padding: 0px 0rem 1rem 0rem;
  flex-direction: column;
  color: #202020;
}

@media screen and (max-width:980px) {
  .card-text {
    font-size: 1.1rem;
    color: #fff;
  }

  .card-title {
    font-size: 1.15rem !important;
    font-weight: 700;
    letter-spacing: 1px !important;
  }
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: 300px;
    aspect-ratio: 3/2;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 25%;
  }
}

/*slider-wrapper-2*/
@media screen and (min-width:768px) {
  .slider-container-2 {
    width: fit-content !important;
    margin: 0 auto;
  }

  .slider-wrapper-2 {
    width: fit-content;
  }

  .slider-container-2 .slider-scrollbar {
    display: none !important;
  }
}

.slider-container-2 {
  max-width: 1250px;
  width: 100%;
}

.slider-container-2 .sub-title {
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  color: #D2C29E;
}

.slider-wrapper-2 {
  position: relative;
}

.slider-wrapper-2 .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 50;
  color: #fff !important;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #243777;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper-2 .slide-button:hover {
  background: #404040;
}

.slider-wrapper-2 .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper-2 .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper-2 .image-list {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  gap: 18px;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper-2 .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper-2 .image-list .image-item {
  width: 330px;
  height: 220px;
  object-fit: cover;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper-2 .slide-button {
    display: none !important;
  }

  .slider-wrapper-2 .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper-2 .image-list .image-item {
    width: 300px;
    height: 200px;
  }
}

/*button*/
.btn-wrap {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.btn-wrap-2 {
  display: inline-block;
  margin: 0 auto;
}

.c-btn {
  margin-top: 1rem;
}

.button-37 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: rgb(10, 59, 89);
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 12px 24px 10px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  margin: 0 auto 1.5rem;
}

.details .button-37 {
  padding: 16px 24px !important;
  font-size: 16px !important;
}

.details .btn-wrap {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 0rem;
  }

  .button-37 {
    font-size: 18px;
    padding: 16px 18px 16px;
    margin: 0 auto 1.5rem;
    font-weight: 600;
  }

  .details .button-37 {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
}

.btn-wrap .button-37 {
  display: block;
  width: 100% !important;
}

.button-37:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.button-37 a {
  text-decoration: none;
  border-bottom: none;
  color: #4c742f !important;
  font-size: 16px;
}

@media (min-width: 768px) {
  .button-37 {
    padding: 24px 40px;
  }
}

#gallery {
  background-color: #A97852;
}

/*accordion*/
/*アコーディオン*/
.details {
  color: #252525;
  line-height: 2;
  background-color: #e4e4e493;
  backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 0.5px solid #202020;
  width: 100%;
  margin: 1rem auto;
}

.details h2 {
  font-size: 1.75rem !important;
  letter-spacing: 4px !important;
  line-height: 1.25em;
}

.details h2 .t-small-2 {
  font-size: 1rem !important;
}

.details p {
  color: #252525;
}

.details__summary {
  position: relative;
  background: #ffffff5b;
  cursor: pointer;
  margin: 0;
  border-radius: 12px;
  padding: 6px 40px 6px 24px;
  color: #030303;
}

.details__summary::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #484848;
  transition: .3s ease-in-out, top .3s ease-in-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}

#card_2 .details {
  border: 1px solid #dd899a;
  background-color: #dd899a;
}

.details__summary.open::after {
  transform: rotate(-90deg);
}

.details__content {
  display: none;
  overflow: hidden;
  padding: 1rem;
}

.details__content>* {
  margin: 0;
  padding-top: 4px;
}

.details__content .image {
  margin-bottom: 0;
}

.details__content p {
  line-height: 1.125em;
}

/*progress*/

.progress-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  justify-content: center;
  z-index: 999999;
  pointer-events: none;
}

.progress-container:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  background-color: rgba(214, 214, 214, 1);
  background-image: radial-gradient(at 50% 40%, #aaccf6, transparent 80%),
    radial-gradient(at 50% -50%, #70ccf3, transparent 80%),
    radial-gradient(at 100% 0, #fffdd5 0, transparent 30%),
    radial-gradient(at 100% 100%, #ffffff, transparent),
    radial-gradient(at 0 100%, #d0eeff, transparent);
  background-attachment: fixed;
  background-size: 200% 200%;
  animation: GradietionAnimation 5.6s ease infinite;
  box-shadow: 0 0 20px pink;
  transition: all 500ms cubic-bezier(.49, .23, 0, .99);
  opacity: 0;
}

.completed:before {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
  opacity: 1 !important;
  pointer-events: auto;
}

.progress-container svg {
  position: absolute;
  left: 8%;
  transform: translateX(-50%) rotate(-90deg);
}

.progress-container svg circle {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1.5px;
  stroke-linecap: round;
  fill: transparent;
}

.progress-container svg .progress-bar {
  stroke: url(#grad);
  transition: stroke-dashoffset 0 ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.pct {
  position: fixed;
  top: 90%;
  left: 8%;
  transform: translate(-50%, -50%);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

@media screen and (max-width:736px) {
  .progress-container svg {
    left: 12%;
    transform: translateX(-50%) rotate(-90deg);
  }

  .pct {
    display: none;
    top: 90%;
    left: 12%;
    transform: translate(-50%, -50%);
  }
}

.btn-after {
  opacity: 0;
  display: none;
}

.footer-end {
  opacity: 0;
  display: none;
  text-align: center;
}

.btn-after-on {
  opacity: 1;
  display: block;
  position: absolute;
  width: 90%;
  top: 60%;
  animation: on 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.footer-after-on {
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 0%;
  animation: on 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes on {
  0% {
    opacity: 0;
    transform: translateY(-90%) scale(0.8);
  }

  100% {
    opacity: 1;
    transform: translateY(-80%) scale(1);
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*cta*/

.cta-btn {
  font-size: 1.125em;
  font-weight: 100;
  cursor: pointer;
  display: inline-block;
  line-height: 2em;
  padding: 12px 24px;
  background: #222;
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  color: #fff;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 12px 12px;
  }

  .cta-btn i {
    font-size: 0.92em;
  }
}

button.cta-btn.outline,
a.cta-btn.outline {
  position: relative;
  background: #bfa4fb7d;
  box-shadow: 3px 3px 3px 0px rgba(86, 42, 152, 0.15);
  overflow: hidden;
  border-radius: 5px;
}

.cta-btn.outline:before {
  content: "";
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #222;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(1.000, 0.610, 0.165, 1.000);
  -webkit-transition: 0.6s transform cubic-bezier(1.000, 0.610, 0.165, 1.000);
  -moz-transition: 0.6s transform cubic-bezier(1.000, 0.610, 0.165, 1.000);
  transform-origin: right;
  -webkit-transform-origin: right;
}

.cta-btn.outline span {
  position: relative;
  z-index: 3;
  -webkit-background-clip: text;
  background-clip: text;
  background: -webkit-linear-gradient(0deg, #FFF 50%, #222 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
  background-size: 200% 100%;
  color: transparent;
  transition: 0.6s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 0.2s;
  -webkit-transition: 0.6s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 0.2s;
  -moz-transition: 0.6s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 0.2s;
}

.cta-btn.outline:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: left;
  -webkit-transform-origin: left;
}

.cta-btn.outline:hover {
  box-shadow: none;
}

.cta-btn.outline:hover span {
  background-position: 0 0;
}

/*==================
アコーディオン GSAP
====================*/

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
}

.u-overflow-h {
  overflow: hidden;
}

.u-height-0 {
  height: 0;
}

.u-overflow-h {
  overflow: hidden;
}

.u-height-0 {
  height: 0;
}

.product__detail__item {
  width: 100%;
}

.c-accordion_btn {
  width: fit-content;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #fff;
  color: #0D0D0D;
  border-radius: 1rem;
  margin-right: 1rem;
  font-style: italic;
}