<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;;
}
.small-img {
  width: 100%;
}
.small-img img{
  width: 32%;
}

@media screen and (max-width:767px){
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    .kuwashiku {
      font-size: 1.2em!important;
    }
}

.logo{
  position: absolute;
  width: 30%;
  fill: #fff;
  left: 3.75rem;
  top: 3.5em;
}
@media screen and (max-width:767px){
  .logo{
    width: 72%;
    left: 2rem;
    top: 0rem;
  }
}
.i-margin_01 {
  margin-bottom:1.5rem;
}
.i-margin_02 {
  margin-bottom:2.5rem;
}
.t-margin-01 {
  margin-bottom: 2rem!important;
}
.t-margin-02 {
  margin-bottom: 4rem!important;
}
.t-left {
  text-align: left;
}
@media screen and (max-width:767px){
  .t-margin-01 {
    margin-bottom: 1.125rem;
  }
  .t-margin-02 {
    margin-bottom: 2rem!important;
  }
}

.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;
  top: -4%;
  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: #fff;
}

.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%);/*繧ｯ繝ｪ繝��繝槭せ繧ｯ繧貞ｺ�￡繧�*/
 }

/*banner*/
.mv-logo-wrap {
  position: relative;
}
.mv-logo {
  display: block;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  top: -4.8em;
  left: 50%;
  transform: translateX(-50%);
}
.comp {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1em auto 0;
}
.comp span:nth-child(1){
  width: 35%;
}
.comp span:nth-child(2){
  width: 35%;
}
.comp span:nth-child(3){
  width: 30%;
}
@media screen and (max-width:767px) {
  .mv-logo {
    width: 90%;
    top: -1.6em;
  }
  .comp {
    flex-direction: column;
    position: relative;
    margin-top: 1em;
  }
  .comp span:nth-child(n){
    width: 64%;
    max-width: 220px;
  }
  .comp span:nth-child(3){
    width: 44%;
  }
}

.p-mv-el-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0em auto 4rem;
}

.scroll-infinity {
  padding-top: 7em;
}

@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 200s infinite linear 0.5s both;
}

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

.scroll-infinity__item&gt;img {
  width: 100%;
}

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

  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 200s infinite linear 0.5s both;
}

@media screen and (max-width:980px) {
  .scroll-infinity {
    padding-top: 6em;
  }
  .scroll-infinity__item {
    width: calc(100vw / 0.56);
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 160s infinite linear 0.5s both;
  }
  .scroll-infinity__list--right {
    animation: infinity-scroll-right 160s infinite linear 0.5s both;
  }
}

@media screen and (max-width:480px) {
  .scroll-infinity {
    padding-top: 6em;
  }
  .scroll-infinity__item {
    width: calc(100vw / 0.32);
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 160s infinite linear 0.5s both;
  }
  .scroll-infinity__list--right {
    animation: infinity-scroll-right 160s infinite linear 0.5s both;
  }
}

.p-mv-el-wrap h1 {
  line-height: 1.2;
}
.p-mv-el-wrap h1 span {
  font-size: 1.8rem;
}
.p-mv-el-txt {
  background-color: #fff;
  width: calc(100vw + 10em);
  transform: translateX(-5em);
}
.p-mv-el-txt p {
  color: #990209;
  letter-spacing: 8px;
}
.p-mv-el-wrap .p-mv-el-img {
  position: absolute;
  width: 28%;
}
.p-mv-el-wrap .p-mv-el-img:nth-child(1)  {
  left: 0;
}
.p-mv-el-wrap .p-mv-el-img:nth-child(2)  {
  left: 20%;
}
.p-mv-el-wrap .p-mv-el-img:nth-child(3)  {
  left: 50%;
}
.p-mv-el-wrap .p-mv-el-img:nth-child(4)  {
  right: 20%;
}
.p-mv-el-wrap .p-mv-el-img:nth-child(5)  {
  right: 0%;
}
@media screen and (max-width:767px) {
  .p-mv-el-wrap {
    margin: 1em auto 2rem;
  }
  .p-mv-el-wrap .p-mv-el-img {
    position: absolute;
    width: 34%;
  }
}

/*one*/

.t-gold {
  color: #B49C66!important;
}
.t-red {
  color: #c9171e!important;
}
.t-blk {
  color: #2F2A27;
}
.swiper-container {
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide h2 {
  color: #B49C66;
}
.swiper-slide p {
  color: #000000;
}

#one {
  text-align: left;
  background-color: #030303;
}

#one h1 {
  letter-spacing: 1rem;
}
#one h2 {
  letter-spacing: 0.5rem;
}

#one h3 {
  letter-spacing: 0.2rem;
}
#one p {
  letter-spacing: 4px;
  text-align: left;
}

#one .inner { 
  width: 84%;
}

.t-caution {
  width: 100%;
  margin: 0 auto;
  color: #2F2A27;
}
.oror {
  margin-left: 0!important;
}
.oror a{
  margin-bottom: 3em!important;
}
@media screen and (max-width:767px){
  .oror {
    margin-left: auto!important;
  }
}

@media screen and (max-width:480px) {
  #one {
  }
  #one h1 {
    letter-spacing: 8px;
  }
  #one h2 {
    letter-spacing: 0.25rem;
  }
  #one h3 {
    letter-spacing: 0.04em;
  }
  #one p {
    letter-spacing: 0.5px;
  }
  
  #one .inner { 
    width: 88%;
  }
}

.c-pr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 9rem;
  text-align: center;
}

.c-top {
  width: 100%;
  position: relative;
}
.c-top_imgWrap {
  position: relative;
}
.c-top_img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.c-top_imgWrap h1 {
  position: absolute;
  bottom: 0;
  left: 0rem;
  line-height: 2.6rem;
  margin-bottom: 0rem;
}
.c-top_cont_desc {
  margin-top: 1rem;
}
.c-top_cont p {
  text-align: left;
  padding-top: 1rem;
}

.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: #030303;
}
.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: #030303;
}

.c-accordion_btn {
  width: fit-content;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #fff;
}

.c-forester {
  width: 100%;
  max-width: 1200px;
  margin: 10rem auto;
}
.c-forester_index {
  display: block;
}
.c-forester_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}

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

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

.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;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-pr {
    margin-bottom: 6rem;
  }
  .c-top_imgWrap h1 {
    line-height: 2.4rem;
    bottom: -2.4rem;
  }
  .c-top_cont_desc {
    margin-top: 3rem;
  }
  .c-02_wrap {
    margin-top: 4rem;
    padding: 3rem 1.5rem;
    color: #030303;
  }
  .c-02_flex {
    margin-top: 1.5rem;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-02_flex .c-flexa_item{
    width: 100%;
  }
  .c-flexa_item_desc {
    width: 100%;
  }
  .c-02_a,.c-02_b {
    margin-bottom: 3rem;
  }
  .c-02_b_title span{
    width: 56%;
  }
  .c-02_b_title{
    justify-content: space-between;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
  }
  .c-02_flexb {
    flex-direction: column;
  }
  .c-02_flexb_item:nth-child(1),.c-02_flexb_item:nth-child(2){
    width: 100%;
  }
  .c-02_mono {
    gap: 0.75rem;
  }

  .product__detail__icon {
    left: 0.8rem!important;
  }
  .c-forester {
    margin: 6rem auto;
  }
  .c-forester_item {
    padding: 2rem 1.75rem;
  }
  .c-forester_item .desc {
    font-size: 1.25rem;
  }
}

.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: 1200px;
  margin: 0 auto 2rem;
}

.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-next img,.swiper-slide-prev img {
  transform: scale(0.84);
  transition: all 1s;
}
.swiper-slide-active img {
  transform: scale(1);
  transition: all 1s;
}
.c-swiper_nav {
  position: relative;
  margin-top: 1rem;
  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;
}
.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: 0;
  width: 60px;
}
.c-swiper_button div:nth-child(2) {
  position: relative;
  right: 0;
  width: 60px;
}

.pr-seiyaku_swiper p{
  white-space: nowrap;
  text-align: center;
}
.swiper-slide p {
  text-align: center!important;
}
@media screen and (max-width:767px) {
  .pr-seiyaku_title {
    justify-content: center;
    text-align: center;
  }
  .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: 84%;
    margin: 1rem auto 1rem;
  }
  .c-swiper_button {
    display: none;
  }
}
/* 蟾ｦ蜿ｳ縺ｫ讓ｪ邱� */
.heading {
  align-items: center; /* 讓ｪ邱壹ｒ荳贋ｸ倶ｸｭ螟ｮ */
  display: flex; /* 譁�ｭ励→讓ｪ邱壹ｒ讓ｪ荳ｦ縺ｳ */
  justify-content: center; /* 譁�ｭ励ｒ荳ｭ螟ｮ蟇�○ */
}
.heading::before,
.heading::after {
  background-color: #2F2A27; /* 讓ｪ邱壹�濶ｲ */
  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-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&gt;.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: #ffffff;
  height: 2px;
  width: 30px;
}
.right-arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-top: 17.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.right-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 32px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(36deg);
  transform-origin: calc(100% - 1px) 50%;
}

.left-arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-top: 17.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.left-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 32px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(-36deg);
  transform-origin: 1px 50%;
}

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

/* ==========================
  繝ｩ繧､繝ｳ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ繧辰SS縺ｧ陦ｨ迴ｾ
========================== */
.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 {
  padding: 0;
  background-color: #60616A;
  background: linear-gradient(-10deg, #e2793c 0%, #F2AF88 50%, #590B11 92%);
}
#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%;
}
.t-caution {
  margin-top: 2em;
}
@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;
}
.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;
}
.pu-obk_desc {
  width: 40%;
  text-align: left;
}
.pu-obk_content ,.pu-frt div,.pu-dg div{
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .pu-obk_desc {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .pu-obk_desc span {
    width: 50%;
  }
  .pu-obk_desc p {
    width: 50%;
    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 240px;
}
#footer h1 {
  letter-spacing: 8px!important;
}
.copyright {
  letter-spacing: 4px;
}
@media screen and (max-width:767px) {
  #footer h1 {
    letter-spacing: 4px!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: hidden;
  margin: 0em auto 2em;
  color:#ffffff;
  border-collapse: collapse;
  border:1px solid #ffffff;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.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 tr:nth-child(1) {
  border-bottom: 0px solid #000!important;
}
.table_box th {
  padding: 0.5em 1em 0.5em;
  font-weight: 300;
}
.table_box td {
  padding: 0.5em 1em 0.5em 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .table_box th,.table_box td {
  }
  .table_box th {
    padding: 0.5em 0.75em 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 .main-title,#card_2 .main-title{
  color: #fff;
}
.pink{
  background-color: #FC9FB1!important;
}
.pink_2{
  background-color: #dd899a!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;
  }
}

/*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閭梧勹逕ｻ髱｢險ｭ螳壹*/
#splash {
    /*fixed縺ｧ蜈ｨ髱｢縺ｫ蝗ｺ螳�*/
      position: fixed;
      width: 100%;
      height: 110vh;
      margin-top: 0em;
      z-index: 999999;
      background-image: linear-gradient(-30deg, #C19CB1 0%, #F1CDD0 25%, #f9f9f9 50%, #F1CDD0 75%, #C19CB1 100%);
      text-align:center;
      color:#030303;
      margin-top: -3rem;
    }
    
    /* Loading逕ｻ蜒丈ｸｭ螟ｮ驟咲ｽｮ縲*/
    #splash_logo {
      position: absolute;
      top: 46%;
      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 {
      width:400px;
    }
    #splash_logo svg {
      fill: #030303!important;
      width:400px;
    }
    #splash_logo {
      width:100%;
    }
    #splash_logo p {
      letter-spacing: 1.6em;
      color: #030303;
    }
    @media screen and (max-width:480px) {
        #splash_logo img {
            width:280px;
          }
          #splash_logo svg {
            fill: #030303;
            width:280px;
          }
          #splash_logo p {
            letter-spacing: 0.25em;
          }
    }

    /*text-animation*/
    .box {
      height: auto;
    }
    .text-animation {
      opacity: 0;
    }
    .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.9em!important;
    letter-spacing: normal!important;
    line-height: normal!important;
    font-weight: 200;
}
.t-small-2{
    font-size:0.76em!important;
    letter-spacing: normal;
    line-height: normal;
}
.t-large {
  font-size: 1.5em;
}
.t-large-02 {
  font-size: 1.85em;
}
@media screen and (max-width:767px) {
  .t-large {
    font-size: 1.3em;
  }
  .t-large-02 {
    font-size: 1.65em;
  }
}
.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: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .main-title {
    color: #ffffff;
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 1em;
    line-height: normal;
  }
  @media screen and (max-width:780px) {
    .main-title {
      font-size: 1.8em;
    }
  }
  .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 &gt; * {
    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: #6e251a;
    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(8, 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: 330px;
    height: 220px;
    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: #d14848b0;
    width: 100%;
    height: 3px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  .slider-scrollbar:hover .scrollbar-track {
    height: 4px;
  }
  .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background-color: #000;
    background: linear-gradient(150deg,#830611 0%,#590B11 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: 16px;
    color: #ffffff;
  }
  .card-title{
    font-size: 1.125em;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-top: 1em;
  }
  .card-item{
    position: relative;
    display: flex;
    background-color: #252525;
    background: linear-gradient(-40deg,#590B11 0%,#3e1e1e 100%);
    padding: 20px 10px 0px 10px;
    flex-direction: column;
  }
  @media screen and (max-width:980px) {
    .card-text{
        font-size: 16px;
        color: #ffffff;
      }
      .card-title{
        font-size: 20px;
      }
  }

  /* 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;
      height: 200px;
    }
    .slider-scrollbar .scrollbar-thumb {
      width: 25%;
    }
  }

  /*slider-wrapper-2*/
  .slider-container-2 {
    max-width: 1200px;
    width: 95%;
  }
  .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: #6e251a;
    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, 1fr);
    gap: 18px;
    font-size: 0;
    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%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-wrap-2{
    display: inline-block;
    margin: 0 auto;
  }
  .button-37 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: rgb(10,59,89)!important;
    cursor: pointer;
    font-size: 16px;
    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 3rem;
  }
  .btn-wrap .button-37{
    display: block;
    width: 100%!important;
    padding: 1rem 3rem;
  }
  
  .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: 6px 20px;
    }
  }

#gallery{
    background-color: #A97852;
}

/*accordion*/
/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ*/
.details {
  color: #fff;
  line-height: 2;
  background-color: #0D0D0C;
  width: 100%;
  margin: auto auto 20px;
}
.details p{
  color: #fff;
}
.details__summary {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 4px 40px 4px 16px;
  color: rgb(34, 34, 34);
}
.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 #000000;
  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;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #fff;
}
.details__content &gt; * {
  margin: 0;
  padding-top: 16px;
}
.details__content &gt; *:last-child {
  padding-bottom: 16px;
}
.details__content .image {
  margin-bottom: 0;
}

/*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-image: linear-gradient(-30deg, #C19CB1 0%, #F1CDD0 25%, #f9f9f9 50%, #F1CDD0 75%, #C19CB1 100%);
  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;
  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: grid;
  margin: 0;
}

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

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

.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.6rem;
  fill: black;
  transform: translate(-50%, -50%);
}

.product__detail__inner {
  padding: 2rem 1rem;
  color: #000;
  background-color: #ffffff1b;
  /*background: linear-gradient(-220deg, #f8f8c46c 0%,#9e9bfe36 100%);*/
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.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;
  }
  .product__detail__inner {
    padding: 2rem 1rem 2rem;
    color: #000;
  }
}

.p-desc__img {
  width: 50%;
  margin: 0 auto 1em;
}</pre></body></html>