@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;
}

/*表示*/
.t-center {
  text-align: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

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

.small-img {
  width: 100%;
}

.small-img img {
  width: 32%;
}

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

  .sp {
    display: block !important;
  }

  .kuwashiku {
    font-size: 1.2em !important;
  }
}

.logo {
  position: absolute;
  width: 20%;
  fill: #fff;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo svg g{
  fill: #667498;
}

@media screen and (max-width:767px) {
  .logo {
    width: 44%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

.t-margin-01 {
  margin-bottom: 1.5rem !important;
}

.t-margin-02 {
  margin-bottom: 3rem !important;
}

.margin-0 {
  margin-bottom: 0 !important;
}

.t-left {
  text-align: left;
}

.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-margin-01 {
    margin-bottom: 0.5rem !important;
  }

  .t-margin-02 {
    margin-bottom: 2rem !important;
  }

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

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

}

.date-label {
  border-radius: 5px;
  background-color: rgb(8, 8, 8);
  /*背景色*/
  box-shadow: 0 0 6px 1px #6cb4d2, 0 0 6px 2px #6cb4d2 inset;
  /*ふわりとした影*/
  padding: 0.5em 2em;
  width: fit-content;
  margin: 0 auto 2em;
  color: #6cb4d2;
  font-size: 1.6em;
  font-weight: 500;
}

.logo h1 {
  margin: 0 !important;
}

/*scroll促す*/
#one {
  position: relative;
}

.container-scroll {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 24px;
  margin: 0 auto;
  z-index: 999;
}

.chevron {
  position: absolute;
  width: 32px;
  height: 3px;
  top: 0;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/* ワイプ */
.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;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  height: 88%;
  padding: 3rem 6rem 8rem;
  gap: 3rem;
}

.div1 img {
  object-position: 30% 0;
}

.div2 img {
  object-position: 16% 0;
}

.div3 img {
  object-position: 40% 0;
}

@media screen and (max-width:767px) {
  .parent {
    padding: 1rem 1rem 4rem;
    height: 93%;
    gap: 1.5%;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 30% 30% 30%;
  }

  .div1,
  .div2,
  .div3 {}

  .div1 img {
    object-position: 50% 50%;
  }
}

.parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.scroll-infinity {
  padding-top: 0;
  position: relative;
}

.scroll-infinity h1 {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  line-height: 0.7;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 72s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 3);
}

.scroll-infinity__item>img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 20s infinite linear 0.5s both;
}

@media screen and (max-width:980px) {
  .scroll-infinity {
    padding-top: 0;
  }

  .scroll-infinity__item {
    width: calc(100vw / 2);
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 56s infinite linear 0.5s both;
  }

  .scroll-infinity__list--right {
    animation: infinity-scroll-right 16s infinite linear 0.5s both;
  }
}

@media screen and (max-width:480px) {
  .scroll-infinity {
    padding-top: 0;
  }

  .scroll-infinity__item {
    width: calc(100vw / 1.2);
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 100s infinite linear 0.5s both;
  }

  .scroll-infinity__list--right {
    animation: infinity-scroll-right 100s infinite linear 0.5s both;
  }
}

.change_width {
  padding: 2em 1em 2em 2em;
  width: 50%;
  transform: scale(0.84);
  transition: all 0.8s ease-in-out;
  z-index: -1;
}




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

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

  #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;
}

.img_left {
  position: relative;
  display: block;
  z-index: 99;
}

.img_right {
  position: relative;
  display: block;
  z-index: 999;
}

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

.i-title {
  font-size: 2.8rem;
  letter-spacing: 0.35rem;
}

.i-title_svg {
  height: 2.4rem;
  fill: #aa1548;
}

.i-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem;
}

.i-info .i-info_img {
  display: block;
  width: 44%;
  padding-right: 2rem;
  text-align: left;
}

.i-info .i-info_img div:nth-child(1) {
  width: 64%;
}

.i-info .i-info_img div:nth-child(2) {
  width: 48%;
  margin: 1.5rem 2rem 0 auto;
}

.i-info .i-info_img div:nth-child(3) {
  width: 72%;
  margin-top: 1.5rem;
}

.i-info_desc {
  display: flex;
  width: 36%;
  font-size: 1.25rem;
  line-height: 3rem;
  margin-left: 3rem;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.i-info_desc p {}

@media screen and (max-width: 767px) {
  .i-info {
    flex-direction: column;
  }

  .i-info .i-info_img {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .i-info .i-info_img div:nth-child(1) {
    width: 72%;
  }

  .i-info .i-info_img div:nth-child(2) {
    width: 64%;
    margin: 1rem 0 0 auto;
  }

  .i-info .i-info_img div:nth-child(3) {
    width: 64%;
    margin-top: 1rem;
  }

  .i-info_desc {
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    margin-left: 0rem;
    margin-top: 2rem;
    text-align: left;
  }

  .i-info_desc p {}
}

.i-gallery_flex {
  display: flex;
  max-width: 84vw;
  gap: 2rem;
}

.i-gallery_flex .flex01 {
  aspect-ratio: 3/2;
  margin-left: 0;
}

.i-gallery_flex .flex02 {
  width: 56%;
  aspect-ratio: 3/2;
  margin: -6rem 0rem 0 auto;
}

.i-gallery_flex_01 {
  width: 56%;
}

.i-gallery_flex_02 {
  width: 44%;
}

.i-gallery .swiper .swiper-slide,
.i-gallery .swiper02 .swiper-slide,
.swiper_text .swiper-slide {
  overflow: hidden !important;
}

.swiper02 {
  overflow: hidden;
}

.i-gallery .swiper .swiper-slide img,
.i-gallery .swiper02 .swiper-slide img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.swiper_text .swiper-slide img {
  aspect-ratio: auto !important;
}

.i-gallery .swiper .swiper-slide-next,
.i-gallery .swiper .swiper-slide-prev,
.i-gallery .swiper02 .swiper-slide-next,
.i-gallery .swiper02 .swiper-slide-prev,
.swiper_text .swiper-slide-prev {
  opacity: 1;
}

.i-gallery .swiper .swiper-slide-next img,
.i-gallery .swiper .swiper-slide-prev img,
.i-gallery .swiper02 .swiper-slide-next img,
.i-gallery .swiper02 .swiper-slide-prev img,
.swiper_text .swiper-slide-prev img,
.swiper_text .swiper-slide-next img {
  transform: scale(1);
}

.swiper-slide-next img,
.swiper-slide-prev img {
  transform: scale(1);
  transition: all 1s;
}

.i-flex {
  margin: 2rem auto 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.i-flex.sub {
  justify-content: center;
}

.i-flex .i-tenji {
  background-color: #AA1548;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #fff;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.i-flex .btn-wrap {
  margin: 0 auto;
  width: fit-content;
}

.i-flex .btn-wrap .button-37 {
  padding: 0.5rem 2rem;
}

@media screen and (max-width:767px) {
  .i-gallery_flex {
    max-width: 84vw;
    display: block;
  }

  .i-gallery_flex_01 {
    width: 100%;
  }

  .i-gallery_flex_02 {
    width: 100%;
  }

  .i-gallery_flex .flex01 {
    width: 100%;
    aspect-ratio: 3/2;
    margin-left: 0;
  }

  .i-gallery_flex .flex02 {
    width: 56%;
    aspect-ratio: 3/2;
    margin: -2rem 0rem 0 auto;
  }

  .i-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .i-title_svg {
    height: 1.8rem;
  }

  .i-flex {
    width: 100%;
    margin: 2rem auto 2rem;
    gap: 2rem;
    flex-direction: column;
  }

  .i-flex .i-tenji {
    margin-left: 0;
  }

}

.c-02_wrap {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  /*background: linear-gradient(-30deg, #C19CB1 0%, #F1CDD0 25%, #f9f9f9 50%, #F1CDD0 75%, #C19CB1 100%);*/
  margin-top: 6rem;
  padding: 6rem 4rem;
  color: #ffffff;
}


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

キャンペーン　CP

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

.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: #BE364B;
  background: linear-gradient(-20deg, #173365 0%, #160606 45%, #160606 55%, #173365 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: 3rem auto;
}
.sugdas .image {
  width: 70%;
  margin: 0 auto 2rem;
}
@media screen and (max-width:767px) {
  .sugdas .image {
    width: 100%;
  }
}

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

.c-02_a {
  width: 100%;
  margin: 0 auto 6rem;
}

.c-02_flex {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.c-02_flex .c-flexa_item {
  width: 64%;
  position: relative;
}

.c-flexa_item_desc {
  width: 36%;
}

.c-cap {
  position: absolute;
  letter-spacing: 1px !important;
  left: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
}

.c-02_b {
  width: 100%;
  margin: 0 auto 6rem;
}

.c-02_b_title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.c-02_b_title h2 {
  white-space: nowrap;
}

.c-02_b_title span {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-02_flexb {
  display: flex;
  gap: 2rem;
}

.c-02_flexb_item:nth-child(1) {
  width: calc(44% - 1rem);
}

.c-02_flexb_item:nth-child(2) {
  width: calc(56% - 1rem);
}

.c-02_mono {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.c-02_mono span,
.c-02_two span {
  display: block;
}

.c-02_mono div {
  width: calc(50% - 0.5rem);
}

.c-02_two {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.c-02_two div {
  width: calc(50% - 0.5rem);
}

.c-02_c {
  width: 100%;
  margin: 0 auto 1rem;
}

.c-02_c .t-txt {
  margin-left: 1rem;
  color: #ffffff;
}

.c-02_c .point {
  margin: 0rem 0 0;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 1px solid #000;
}

.c-forester {
  width: 100%;
  max-width: 1200px;
  margin: 0rem auto 0rem;
}

.c-forester .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto 1rem;
}

.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);
}

@media screen and (max-width:767px) {
  .c-forester .ttl {
    align-items: flex-start;
  }
}

.c-forester_flex .i-flex {
  width: 100%;
}

.c-forester_index {
  display: block;
}

.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%;
}

.c-forester_item {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 3rem auto;
  padding: 4rem 3rem;
  border: 1px solid #1B2624;
  border-radius: 1rem;
}

.c-forester_item .title {
  line-height: 2rem;
}

.c-forester_item .title_sub {}

.c-forester_item .content {
  margin: 1rem 0;
}

.c-forester_item .content img {
  border-radius: 16px;
}

.c-forester_item .desc {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

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

  .c-forester_item {
    padding: 2rem 1.75rem;
  }

  .c-forester_item .desc {
    text-align: left;
    font-size: 1.25rem;
  }
}


.c-pr {
  border-radius: 1.5rem;
}


.c-main_title {
  text-align: center;
  margin-bottom: 2rem;
}

.c-main_title .term {
  width: fit-content;
  margin: 0 auto;
  background-color: #f8f7c7;
  color: #232584;
  padding: 1rem;
  border-radius: 1rem;
}

.c-wrap .c-sticky svg,
.c-wrap .c-sticky02 svg {
  text-align: left;
  object-fit: cover;
}

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

.c-wrap .c-sticky svg g,
.c-wrap .c-sticky02 svg g {
  fill: url(#gradient);
  width: 100%;
}

#stop1 {
  animation: step1 2s ease-in-out infinite alternate;
}

#stop2 {
  animation: step2 3s ease-in-out infinite alternate;
}

@keyframes step1 {
  0% {
    stop-color: #bf7f5a;
  }

  100% {
    stop-color: #4E96A6;
  }
}

@keyframes step2 {
  0% {
    stop-color: #bf7f5a;
  }

  100% {
    stop-color: #4E96A6;
  }
}

.c-cont {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
}

.c-cont p {
  text-align: left;
  margin-top: 0.5rem;
}

.c-eq {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 6rem;
}

.c-eq h3 {
  margin-bottom: 1rem;
}

.c-eq .c-eq_flex {
  display: flex;
  gap: 3rem;
}

.c-eq .c-eq_flex div {
  width: 50%;
}

.c-eq .c-eq_flex p {
  margin-top: 0.5rem;
  text-align: left;
}

.tabmenu {
  display: flex;
  justify-content: center;
  margin: 4rem 1rem 2rem;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .tabmenu {
    margin: 4rem 0 1rem;
  }
}

/* タブメニュー指定 */
.tablist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #232584;
  border-radius: 0rem;
  font-size: 1.2rem;
  padding: 1.5rem 0.5rem;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background-color 0.4s linear;
}

.tablist:hover {
  background-color: #95c0ec9f;
  transition: 0.5s;
}

.tab_yel:hover {
  background-color: rgba(255, 213, 196, 0.565)
}

/* 最後のタブメニュー以外にかける指定 */
.tablist:not(:last-child) {
  margin-right: 1px;
}

/* タブコンテンツ指定 */
.tabcontents {
  display: none;
  padding: 0rem 0px;
}

/* クリックされた時の指定 */
.tablist.active {
  display: flex;
  flex-direction: column;
}

.tabcontents.active {
  display: block;
}

.tab_pink.active {
  background-color: #232584;
  border: none;
  color: #fff;
}

.tab_yel.active {
  background-color: #ffcfbb;
  border: none;
  color: #1a1a1a;
}



.pr-seiyaku_title {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 1em;
  letter-spacing: 0.175em;
}

.pr-seiyaku_title h2 {
  font-weight: 500;
}

.pr-seiyaku_title span {
  background-color: #D9560B;
  display: inline-block;
  width: 10px;
  height: 30px;
}

.pr-image {
  max-width: 800px;
  margin: 0 auto;
}

.pr-seiyaku_wrap {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
}

.pr-seiyaku_img {
  width: 40%;
}

.pr-seiyaku_swiper {
  width: 100%;
  margin: 0rem auto 0;
}

.swiper-slide-active img {
  transform: scale(1);
  transition: all 1s;
}

.c-swiper_nav {
  position: relative;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99999;
}

.swiper-pagination,
.swiper-pagination02,
.swiper-pagination03 {
  position: relative !important;
}


/*  coming soon cross & imp  */
.swiper_text {
  height: 100%;
  border-radius: 15px;
  background-color: #f5f6f3;
  box-shadow: inset 5px 5px 15px rgba(255, 152, 152, 0.25),
    inset -5px -5px 15px rgba(0, 0, 0, .25);
  padding: 3rem;
  display: flex;
  justify-content: center;
}

.swiper_text .swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper_text .txt img {
  width: 72% !important;
  height: auto !Important;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width:767px) {
  .swiper_text {
    width: 100%;
    padding: 2rem 1.6rem;
  }
}

.cs_flex {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.cs_flex_sand {
  position: relative;
  width: 50%;
  padding: 1rem 0.25rem;
  background-color: #d3d0b9;
}

.cs_flex_yel {
  position: relative;
  width: 50%;
  padding: 1rem 0.25rem;
  background-color: #d5d826;
}

.cs_blue {
  padding: 1rem;
  background-color: #243877;
  color: #fff;
}

.cs_red {
  padding: 1rem;
  background-color: #b40021;
  color: #fff;
}

.cs_flex_sand span,
.cs_flex_yel span {
  width: 100%;
}

.c-swiper_button {
  position: relative;
  margin-top: 1rem;
  width: 120px;
  display: flex;
  flex-direction: row;
}

.c-swiper_button div {}

.c-swiper_button div:nth-child(1) {
  position: relative;
  left: 4px;
  width: 60px;
}

.c-swiper_button div:nth-child(2) {
  position: relative;
  right: 4px;
  width: 60px;
}

.pr-seiyaku_swiper p {
  white-space: nowrap;
  text-align: center;
}

.swiper-slide p {
  font-size: 1rem;
  text-align: left;
}

@media screen and (max-width:767px) {
  .pr-seiyaku_title {
    justify-content: center;
    text-align: left;
  }

  .pr-seiyaku_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }

  .pr-seiyaku_img {
    width: 60%;
    margin: 0 auto;
  }

  .pr-seiyaku_swiper {
    width: 90%;
    margin: 1rem auto 1rem;
  }
}

/* 左右に横線 */
.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;
}

.cp {
  width: 100%;
  display: flex;
  gap: 40px;
}

.cp-item-wrap {
  display: block;
  width: calc(100% / 3);
  position: relative;
}

.cp-item-wrap .cp-item {
  padding: 2em 1em;
  aspect-ratio: 4/5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.cp-item-wrap:nth-child(1) .cp-item {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("");
  padding: 0;
  z-index: 1;
  color: #142A6C;
}

.cp-item-wrap:nth-child(1) .cp-item .image,
.cp-item-wrap:nth-child(1) .cp-item .details {
  margin: 0;
}

.cp-item-wrap:nth-child(1) .cp-item .details summary {
  width: 100%;
  aspect-ratio: 8/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cp-item-wrap:nth-child(2) .cp-item {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 0;
  background-image: url("../../images/cp-2-bg.png");
  z-index: 1;
  color: #142A6C;
}

.cp-item-wrap:nth-child(2) .cp-item div {
  width: 100%;
  display: flex;
  aspect-ratio: 125/41;
  padding: 0 0.5em;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cp-item-wrap:nth-child(2) .cp-item div p {
  margin: 0;
}

.cp-item-wrap:nth-child(3) .cp-item {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../../images/cp-3-bg.png");
  z-index: 1;
  color: #142A6C;
}

.cp-item-wrap:nth-child(3) .cp-item p {
  color: #142A6C;
  font-weight: 600;
}

.cp-item-wrap .cp-item-image {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.cp-item-wrap .cp-item-image img {
  width: 100%;
}

@media screen and (max-width:980px) {
  #two .inner {
    width: 88%;
    padding: 128px 0em;
  }

  #two .title {
    font-size: 2.2em;
  }

  .cp {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    flex-direction: column;
  }

  .cp-item-wrap {
    display: block;
    width: 100%;
    position: relative;
  }

  .cp-item-wrap:nth-child(3) .cp-item {
    aspect-ratio: 1/1;
  }
}

.pu-wrap {
  display: block;
  max-width: 1400px;
  margin-bottom: 12rem;
}

@media screen and (max-width:767px) {
  .pu-wrap {
    margin-bottom: 0rem;
  }
}

.pu-wrap p {
  color: #2F2A27;
  margin-top: 0.75em;
  font-size: 1rem;
}

.pu-obk_content,
.pu-frt div,
.pu-dg {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pu-frt div {
  flex-direction: row-reverse;
}

.pu-frt {
  margin-top: 5.125em;
}

.pu-frt p {
  text-align: left;
}

.pu-dg {
  margin-top: 5.125em;
  text-align: center;
}

.pu-obk_desc {
  width: 40%;
  text-align: left;
}

.pu-obk_content,
.pu-frt div,
.pu-dg div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .pu-obk_desc {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .pu-obk_desc span {
    width: 60%;
  }

  .pu-obk_desc p {
    width: 100%;
    margin-top: 0;
  }

  .pu-obk_content,
  .pu-frt div,
  .pu-dg div {
    width: 100%;
  }

  .pu-obk_content,
  .pu-frt div,
  .pu-dg {
    flex-direction: column;
    gap: 10px;
  }
}

/*three*/
#three {
  background-color: #1c1c1c;
  background: linear-gradient(-12deg, #26282f 0%, #373737 54%, #0D0D0D 97%);
}

#three .l-inner {
  width: 64%;
}

#three .title {
  font-size: 2em;
  margin-bottom: 6em;
}

#three .fit {
  width: 80%;
  margin: 0 auto 1em;
}

#three .l-inner .obk-logo {
  width: 40%;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  #three .l-inner .obk-logo {
    width: 80%;
  }
}

#three h1 {
  color: #fff;
}

.cp-levorg-el {
  width: 48%;
  margin: 0 auto;
}

.cp-levorg-img-wrap {
  position: relative;
}

.cp-levorg-img-wrap p {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.cp-levorg-msg-wrap {
  display: flex;
  flex-direction: row;
  margin: 4em 0 8em;
}

.cp-levorg-msg-wrap .cp-levorg-msg:nth-child(1) {
  margin-right: 2em;
  width: 42.5%;
}

.cp-levorg-msg-wrap .cp-levorg-msg .t-large-02 {
  letter-spacing: 4px;
}

.cp-levorg-msg-wrap .cp-levorg-msg:nth-child(2) {
  width: 15%;
}

.cp-levorg-msg-wrap .cp-levorg-msg:nth-child(3) {
  width: 42.5%;
}

@media screen and (max-width: 767px) {
  .cp-levorg-img-wrap p {
    bottom: 0%;
    width: 100%;
  }

  .cp-levorg-msg-wrap {
    margin: 2em 0 4em;
    flex-direction: column;
    gap: 12px;
  }

  .cp-levorg-msg-wrap .cp-levorg-msg:nth-child(n) {
    width: 88%;
    margin: 0 auto;
  }

  .cp-levorg-msg-wrap .cp-levorg-msg:nth-child(2) {
    width: 100%;
  }
}

/*=================
アウトバックCP
===================*/
@media screen and (max-width: 767px) {
  .cp-obk p {
    text-align: left;
  }
}

.cp-obk-wrap {
  display: block;
  position: relative;
}

.cp-obk-title {
  position: absolute;
  bottom: 4%;
  left: 12%;
}

.cp-obk-pr .cp-obk-pr-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-obk-pr .cp-obk-pr-img span {
  width: 50%;
  height: 100%;
}

.cp-obk-pr .cp-obk-pr-img span img {
  width: 100%;
  height: 100%;
}

.cp-obk-pr .pcp-obk-txt {
  width: 50%;
}

@media screen and (max-width:767px) {
  .cp-obk-title {
    width: 100%;
    left: 0;
  }

  .cp-obk-title {
    font-size: 0.96em;
  }
}

.kyosho {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.kyosho .image {
  width: 30% !important;
}

.kyosho h2,
.kyosho p {
  width: 70%;
}

.kyosho2 {
  padding: 40px 0 120px;
}

.kyosho2 .image {
  width: 40% !important;
}

.kyosho2 p {
  width: 60% !important;
}

.outback-lineup {
  padding-bottom: 120px
}

@media screen and (max-width:980px) {
  #three {}

  #three .l-inner {
    width: 100%;
  }

  #three .fit {
    width: 100%;
  }

  #three .inner svg {
    width: 100%;
  }

  .present {
    flex-direction: column;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
  }

  .present .present-image {
    width: 80%;
    position: relative;
  }

  .present .present-text {
    width: 100%;
  }

  .kyosho {
    flex-direction: column;
    gap: 10px;
  }

  .kyosho .image {
    width: 72% !important;
  }

  .kyosho h2,
  .kyosho p,
  .kyosho2 p {
    width: 100% !important;
  }

  .kyosho2 {
    padding: 20px 0 60px;
  }

  .outback-lineup {
    padding-bottom: 60px
  }
}

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

#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);
}

/*pr tab*/
.tab {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tab .tab_bar {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.tab .tab_title {
  box-sizing: content-box;
  display: block;
  flex: 1;
  text-align: center;
  list-style: none;
  font-size: 1.2rem;
  padding: 0.6em 0;
  cursor: pointer;
  max-width: 50%;
}

.tab a,
.tab a:hover,
.tab a:visited {
  text-decoration: none !important;
  color: inherit;
}

.tab-content:after {
  display: table;
  clear: both;
}

.tab-content {
  display: flex;
  position: relative;
  left: 0;
}

.tab-content p {
  color: rgb(10, 59, 89) !important;
}

.tab-content_page {
  flex: 1 0 100%;
  padding: 2em 1em;
}

.tab {
  background-color: #D2C29E;
  /*背景色*/
  box-shadow: 0 0 6px 1px #D2C29E, 0 0 6px 2px #D2C29E inset;
  /*ふわりとした影*/
  padding: 0.5em 2em;
  margin: 0 auto 2em;
  color: rgb(10, 59, 89) !important;
}

.tab .tab_bar {
  background-color: rgb(10, 59, 89);
}

.tab .tab_title {
  color: rgba(10, 59, 89, 0.5) !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.tab .tab_title.tab_title_active,
.tab.tab_hover .tab_title:hover {
  color: rgb(10, 59, 89);
}

.tab.animated .tab_title {
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tab.animated .tab_bar {
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tab.animated+.tab-content {
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.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;
}

.pr_circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.3em;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 999;
}

.pr_circle p {
  margin: 0;
}

.pr_square {
  position: relative;
  margin: 1rem;
  padding: 4rem 1rem 1rem 1rem;
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.3em;
  transition: all 0.3s ease;
  z-index: 1;
}

.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;
}

.pink {
  background-color: #FC9FB1 !important;
}

.pink_2 {
  background-color: #dd899a !important;
}

.eq-flex {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.eq-flex h3 {
  font-size: 1em;
}

.eq-flex img {
  width: 80% !important;
  aspect-ratio: 19/10 !important;
  margin: 0 auto;
  object-fit: cover;
}

/* スクロールバー全体を対象にする */
.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;
  }
}

/*text slide-in*/
.slideConts {
  opacity: 0;
}

.slide {
  animation: slideAnime 2s ease forwards;
}

@keyframes slideAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.txt1 {
  animation-delay: 0.2s;
}

.txt2 {
  animation-delay: 0.8s;
}

.txt3 {
  animation-delay: 1.35s;
}

.txt4 {
  animation-delay: 1.9s;
}

.txt5 {
  animation-delay: 2.45s;
}

.txt6 {
  animation-delay: 3.0s;
}

.txt7 {
  animation-delay: 3.55s;
}

/*original*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b {
  margin-bottom: 1em;
}

.margin-b-1 {
  margin-bottom: 2em;
}

.margin-b-2 {
  margin-bottom: 4em;
}

.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: 72%;
  height: 2px;
  position: absolute;
  left: 14%;
  top: 44%;
}

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

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 40%;
  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: 4rem;

}
#header.is-bg {
  background-color: #ffffff6e;
  background: linear-gradient(to bottom, #ffffff95 0%,#ffffff43 90%,#ffffff00 100%);
  backdrop-filter: blur(6px);
  mask-image: linear-gradient(to top, rgba(0,0,0,0) 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;
}

.grid-area {
  display: grid;
  padding-bottom: 1em;
  align-items: center;
  grid-template: auto / 1fr auto 1fr;
  grid-template-areas:
    "itemA itemB itemC";
}

.grid-item {
  font-size: 1.75em;
  font-weight: bold;
  color: #ffffff;
  padding: 8px;
  box-sizing: border-box;
}

.grid-item p {
  text-align: center !important;
  text-transform: none !important;
  margin: 0 !important;
}

.grid-itemA {
  grid-area: itemA;
  width: fit-content;
  justify-self: end;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 0.5em;
}

.grid-itemB {
  grid-area: itemB;
  width: fit-content;
  justify-self: center;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.grid-itemB p {
  font-size: 1em !important;
}

.grid-itemC {
  grid-area: itemC;
  width: fit-content;
  justify-self: start;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.t-small {
  font-size: 0.85em !important;
  letter-spacing: normal !important;
  font-weight: 100;
}

.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;
  }
}

.t-weight {
  font-weight: 600;
}

.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: 1rem !important;
    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%, #263564, transparent 80%),
    radial-gradient(at 50% -50%, #5887C6, transparent 80%),
    radial-gradient(at 100% 0, #152960 0, transparent 30%),
    radial-gradient(at 100% 100%, #b1edff, transparent),
    radial-gradient(at 0 100%, #263564, 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);
  }
}

/*=====================
モーダル
==================*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-item-wrap {
  display: flex;
  position: relative;
  margin-top: 2em;
}

.modal-item-wrap .modal-item {
  width: 50%;
}

.modal-item-wrap02 {
  display: flex;
  position: relative;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin: 2em auto 0;
  gap: 40px;
}

.modal-item-wrap02 .image {
  width: 50%;
}

.modal-el03 {
  position: absolute;
  width: 20%;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  color: #ffffff;
  background: #000000;
  overflow-y: auto;
  padding: 4em 4em 5em;
  width: 80%;
  height: 84vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
    padding: 2em 1em 3em;
  }

  .modal-item-wrap02 {
    flex-direction: column;
    width: 90%;
  }

  .modal-item-wrap02 .image {
    width: 80%;
  }
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}

.modal-close {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #000000;
}

@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;
}

.fade {
  opacity: 1;
  transform: translateY(20px);
  transition: 0.6s all ease-out 2s;
}

button.fade,
a.fade {
  transition: 0.6s all ease-out 2.6s;
}

.fade.active {
  transform: translateY(0);
  opacity: 1;
}

/*==================
アコーディオン 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;
}

@media screen and (max-width:767px) {
  .product__detail__item {
    width: calc(100%);
  }
}

.product__detail__title {
  display: flex;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.06em;
  padding: 1rem;
  align-items: center;
  justify-content: left;
  width: 100%;
  border-bottom: 1px solid black;
  cursor: pointer;
}

.product__detail__title span {
  display: block;
  cursor: pointer;
}

.product__detail__title img {
  width: 5em;
  margin-right: 1em;
  margin-left: 1em;
  cursor: pointer;
}

.product__detail__title h2 {
  cursor: pointer;
}

.product__detail__icon {
  display: inline-block;
  position: absolute;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  left: 1.8rem;
}

.product__detail__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  fill: black;
  transform: translate(-50%, -50%);
}

.product__detail__inner {
  padding: 3rem 2rem;
  color: #000;
  background-color: #ffffff;
  background: linear-gradient(-30deg, #c19cb1d0 0%, #f1cdd0bd 25%, #f9f9f9ca 50%, #f1cdd0d3 75%, #c19cb1e1 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(50px);
}

.product__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.product__desc img {
  width: 100%;
  border-radius: 8px;
}

.product__desc_flex {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.product__desc_flex img,
.product__desc_flex div {
  width: calc(50% - 1rem);
}

.cta-btn i {
  display: inline !important;
}

@media screen and (max-width:767px) {
  .product__detail__title {
    padding: 1em 0;
  }

  .product__detail__title img {
    width: 3.2em;
    margin-right: 1em;
    margin-left: 0em;
  }

  .product__detail__title h2 {
    font-size: 1.125em;
  }

  .product__detail__icon {
    width: 0.6rem;
    left: 1rem;
  }

  .product__detail__inner {
    padding: 2rem 1.5rem;
    color: #000;
  }

  .product__desc img {
    width: 100%;
  }

  .product__desc_flex {
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
  }

  .product__desc_flex img,
  .product__desc_flex div {
    width: calc(100%);
  }
}


.gelande {
  width: 64%;
  margin: 0 auto;
  box-shadow: 2px 2px 4px gray;
}

@media screen and (max-width: 767px) {
  .gelande {
    width: 100%;
    margin-top: 2rem;
  }
}