@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////
////// COMMON //////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
p {
  line-height: calc(27 / 15);
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  p {
    font-size: 14px;
  }
}

h2 {
  font-size: 2.6rem;
}

.fixedBnr {
  display: none;
}

.indexno {
  opacity: 0;
}

#contsArea {
  padding: 0;
  text-align: center;
  color: #fff;
}

.titColor {
  color: #fff;
}

/* #contsArea h1 {
  line-height: 1;
  margin: 0 auto 40px;
} */

#contsArea .mainTitle {
  margin: 0 auto 3em;
  text-align: left;
  width: 90%;
}

#logo {
  width: 50%;
  max-width: 300px;
  margin: 0 auto 2.2em;
  fill: #fff;
}

@media screen and (min-width: 641px) {
  h2 {
    font-size: 3.2rem;
  }

  #contsArea .mainTitle {
    margin: 0 auto 80px;
    text-align: center;
  }

  #logo {
    margin: 0 auto 4em;
  }
}

@media screen and (min-width: 1024px) {
  .indexno {
    opacity: 1;
  }

  #contsArea {
    padding: 0;
  }
}

/* /////////////////////////////////////////////////////////////////////
////// CONTENTS //////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.movieBlk {
  width: 100%;
  margin: 50px auto 40px;
}

.movieBlk video {
  width: 100%;
}

#contsArea section.newsBlk {
  margin: 0 auto 120px;
  width: 85%;
  text-align: left;
}

#contsArea section.newsBlk h3 {
  margin: 0 auto 30px;
  line-height: 1.5;
}

#contsArea section.newsBlk p.VolDate {
  margin: 20px auto 10px;
}

#contsArea section.newsBlk p.newsTxt {
  text-align: left;
  margin: 0 auto 60px;
}

#contsArea section.newsBlk p.newsTxt + img + p {
  margin: 30px auto 60px;
}

#contsArea section.newsBlk .tel-link a {
  color: #333333;
}

#contsArea section.newsBlk img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .movieBlk {
    margin: 50px auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  #contsArea section.newsBlk {
    margin: 0 auto 120px;
    width: 100%;
    max-width: 800px;
  }
}

#contsArea section.newsBlk figure {
  margin: 0 auto 30px;
}
#contsArea section.newsBlk figure figcaption {
  margin: 10px auto 0;
  text-align: center;
}

ul.monoCnt {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

ul.monoCnt li {
  width: 100%;
  margin: 0 0;
  display: inline-block;
  vertical-align: top;
}

.monoCnt dl:nth-child(2n) {
}

.monoCnt li figure .imgBlk {
  background-color: #000;
  margin: 0 auto 10px;
}

.monoCnt li figure img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0.6;
}

.monoCnt li:last-of-type figure img {
  opacity: 0.9;
}

.logoChs {
  width: 50%;
  max-width: 220px;
  margin: 0 auto;
}

.monoCnt li figure figcaption {
  /*    display: block;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.monoCnt li figure figcaption .featuresTit {
  font-size: 1.2rem;
}
.monoCnt li.noLink figure img {
  opacity: 0.2;
}

ul.monoCnt li.noLink figure figcaption {
  padding: 0 0 3rem;
  color: #777;
}

ul.monoCnt li.noLink figure figcaption:after {
  content: "COMING SOON..";
  font-family: "Amiri", serif;
  font-size: 150%;
  letter-spacing: 0.03rem;
  position: absolute;
  display: block;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
  color: #fff;
}

p.BtnCenter {
  margin: 0 auto 120px;
}

a.outLink {
  padding: 0 4px 0;
  position: relative;
  color: #333333;
  text-decoration: underline !important;
  font-weight: bold;
  margin: 20px 0 0;
}

/*
a.outLink::after{
    content: "";
    display: block;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 5%;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transition: .4s;
    transition: .4s;

}
*/
#contsArea .monoCnt li.noLink a {
  pointer-events: none;
}

.BtnCenter {
  margin: 0 auto 80px;
}
.BtnCenter a {
  border: 1px solid #fff;
  padding: 25px 60px 24px 50px;
  text-align: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.BtnCenter a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  right: 7%;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.BtnCenter a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #241b1b;
  opacity: 1;
}

.BtnCenter a:hover::after {
  border-bottom: 1px solid #241b1b;
  border-right: 1px solid #241b1b;
  -webkit-transform: translate(-120%, -50%) rotate(-45deg);
  transform: translate(-120%, -50%) rotate(-45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.BtnCenter a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #241b1b;
  opacity: 1;
}

.BtnCenter a:hover::after {
  border-bottom: 1px solid #241b1b;
  border-right: 1px solid #241b1b;
  -webkit-transform: translate(-120%, -50%) rotate(-45deg);
  transform: translate(-120%, -50%) rotate(-45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 1024px) {
  .movieBlk {
    margin: 100px auto 60px;
  }
  ul.monoCnt {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto 80px;
    /*        text-align: center;*/
    /*        letter-spacing: -.4em;*/
  }

  ul.monoCnt li {
    width: calc((100% - 20px) / 2);
    max-width: 600px;
    margin: 0 0.2rem 0;
  }

  .detailBtn a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #212721;
    color: #ffffff;
    opacity: 1;
  }

  .detailBtn a:hover::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  #contsArea .monoCnt li a figure img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }

  #contsArea .monoCnt li a:hover figure img {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  #contsArea .monoCnt li.noLink a:hover figure img {
    opacity: 0.2;
    -webkit-transition: none;
    transition: none;
  }

  .BtnCenter {
    margin: 0 auto 120px;
  }
  .BtnCenter a {
    padding: 30px 120px 29px 100px;
  }
}

/* fair 共通クラス */
.ff-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.ff-noto-serif {
  font-family: "Noto Serif", serif;
}

.ff-sorts {
  font-family: "Sorts Mill Goudy", serif;
}
.ff-sorts-italic {
  font-family: "Sorts Mill Goudy", serif;
  font-style: italic;
}
.ff-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
.ff-cinzel {
  font-family: "Cinzel", serif;
}

.sec_title_en {
  font-size: 24px;
  color: #a5984c;
  font-family: "Sorts Mill Goudy", serif;
}
h3.sec_title {
  font-size: 32px;
  color: #a5984c;
  font-family: "Noto Serif", serif;
  line-height: calc(46 / 32);
}
.date {
  font-size: 39px;
  color: #a5984c;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 300;
}
.date span {
  font-size: 20px;
}
.date span.date-year {
  font-size: 27px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .date span.date-year {
    font-size: 16px;
    margin-right: 4px;
  }
}
.date span.date-line {
  font-size: 24px;
  margin-right: 8px;
}
.line {
  height: 1px;
  width: 100%;
  background-color: #a5984c;
}
.p-elegant-fair__button {
  width: 236px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(90deg, #a7994e 0%, #7b590c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline !important;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}
.p-elegant-fair__button.pdf-link{
  text-align: center;
  line-height: 1.2;
}
.p-elegant-fair__button.pdf-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.p-elegant-fair__content_wrap {
  position: relative;
}
.vertical-line {
  width: 1px;
  height: 100%;
  background-color: #a5984c;
  position: absolute;
  top: 0;
  z-index: 10;
}
.vertical-line-left {
  left: 50px;
}
.vertical-line-right {
  right: 50px;
}
.custom-prev,
.custom-next {
  width: 22px; /* 画像サイズに合わせて調整 */
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/slider-arrow.svg);
}
.custom-prev {
  transform: scaleX(-1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
/* fair mv */
.p-elegant-fair__mv {
  position: relative;
}
.p-elegant-fair__mv img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}
.p-elegant-fair__mv img.mv02-img {
  object-position: bottom;
}
.mv_text_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.361vw;
  background: linear-gradient(130deg, #c5b275 0%, #ffe79f 100%);
  background: -webkit-linear-gradient(-50deg, #c5b275 0%, #ffe79f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv_text_wrap01 {
  background: unset;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.mv_text_wrap01 .date {
  color: #fff;
}
.mv_text_wrap02 {
  left: 3.361vw;
}
.p-elegant-fair__mv .mv_text {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  line-height: calc(32 / 26) !important;
  margin-bottom: 24px;
  padding: 0 30px;
}

.p-elegant-fair__mv .mv_title_en,
.p-elegant-fair__mv .mv_title_sub {
  font-size: 45px;
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.2;
}

.p-elegant-fair__mv .mv_title_ja {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .p-elegant-fair__mv .about_date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    white-space: nowrap;
  }
  .p-elegant-fair__mv .mv_date02{
    color: #fff;
  }
}
/* fair header */
.container {
  margin-top: 100px;
}
.p-elegant-fair__header {
  position: fixed;
  top: 100px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 100;
  transition: top 0.7s ease; /* 0.3秒かけてゆるっと移動 */
}
.p-elegant-fair__header.is-scrolled {
  top: 60px;
}
@media screen and (max-width: 1023px) {
  .p-elegant-fair__header.is-scrolled {
    top: 50px;
  }
}
.p-elegant-fair__header_inner ul {
  font-family: "Sorts Mill Goudy", serif;
  display: flex;
  justify-content: center;
  gap: 68px;
  padding: 14px 0 10px;
  font-size: 16px;
  line-height: 1;
}

/* about */
.p-elegant-fair__about {
  text-align: center;
  padding: 120px 0;
  background-image: url(../img/about-bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-elegant-fair__about .sec_title {
  margin: 46px 0 16px;
}
.p-elegant-fair__about .about_text {
  max-width: 828px;
  margin: 48px auto 0;
  color: #302112;
}
.p-elegant-fair__about .about_text p:first-child {
  margin-bottom: 22px;
}

.fair_marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -167px;
  width: 100%;
}

.marquee__text {
  color: #a5984c;
  font-size: 163px;
  display: inline-block;
  padding-right: 0.5em;
  animation: marquee 10s linear infinite;
  font-family: "Sorts Mill Goudy", serif;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 購入特典 */
.p-elegant-fair__bonus h3.sec_title {
  font-size: 22px;
  margin-bottom: 8px;
}
.p-elegant-fair__bonus .sec_title_number {
  line-height: 1;
  margin-bottom: 32px;
  font-size: 56px;
  display: inline-block;
  background: linear-gradient(#a7994e 0%, #7b590c 100%);
  /* background: -webkit-linear-gradient(-50deg, #c5b275 0%, #ffe79f 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cinzel", serif;
}
.p-elegant-fair__bonus .bonus_subtitle {
  border: 1px solid #a7994e;
  padding: 7px 18px;
  font-size: 18px;
  margin: 48px 0 32px;
  display: inline-block;
  font-family: "Noto Serif", serif;
}
.p-elegant-fair__bonus .bonus_title {
  color: #a5984c;
  font-size: 32px;
  margin-bottom: 32px;
  font-family: "Noto Serif", serif;
}
.p-elegant-fair__bonus .bonus_box {
  max-width: 1057px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 0 100px;
}
.p-elegant-fair__bonus .bonus_box .bonus_img {
  width: 50%;
  object-fit: cover;
  max-height: 376px;
}
.p-elegant-fair__bonus .bonus_text_wrap {
  width: 392px;
  flex-shrink: 0;
  text-align: left;
}
.p-elegant-fair__bonus .bonus_img_wrap{
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
.p-elegant-fair__bonus .bonus_img_wrap {
  flex-direction: column;
  }
  .p-elegant-fair__bonus .bonus_box .bonus_img {
  width: 100%;
}
}
.p-elegant-fair__bonus .bonus_box .bonus_text {
}
.p-elegant-fair__bonus_content01 {
  padding: 181px 0 120px;
  background-image: url(../img/bonus-bk01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-elegant-fair__bonus_content01 .bonus_text {
  margin: 27px 0 20px;
}
.p-elegant-fair__bonus_content01 .bonus_desc_title {
  font-size: 24px;
}
.p-elegant-fair__bonus_content01 .p-elegant-fair__button {
  margin-top: 31px;
}

.p-elegant-fair__bonus_content02 {
  padding: 115px 0 95px;
  background-image: url(../img/bonus-bk02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-elegant-fair__bonus_content02 .bonus_box {
  align-items: center;
}
.p-elegant-fair__bonus_content02 .bonus_text {
  margin-bottom: 30px;
}
.p-elegant-fair__bonus_content02 .p-elegant-fair__button:first-of-type {
  margin-bottom: 14px;
}
.p-elegant-fair__bonus_content02 .bonus_img_content p {
  font-size: 12px;
  text-align: left;
}

/* New products */
.p-elegant-fair__products {
  background-color: #1c1916;
  padding: 114px 0 79px;
}
.p-elegant-fair__products .sec_title {
  margin: 12px 0 32px;
}
.p-elegant-fair__products .products_text {
  max-width: 678px;
  margin: 0 auto 83px;
}
.p-elegant-fair__products .products_swiper {
  position: relative;
}
.p-elegant-fair__products .products_swiper .swiper-slide {
  display: flex;
  height: auto;
}
.products-img_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(446px, 30.972vw);

  z-index: 10;
}
.products-img {
  width: 50%;
  object-fit: cover;
  height: 100%;
}
.product_detail_wrap {
  position: relative;
  width: 50%;
}
.product_detail_wrap .products-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_detail_text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
}
.product-number,
.product-name,
.product-price {
  font-family: "Noto Serif", serif;
}
.product-name {
  font-size: 20px;
}
.product-number {
  margin-bottom: 34px;
}
.product-price {
  margin-bottom: 40px;
}
.product-text {
  text-align: left;
  font-size: 14px;
}
.products_button {
  width: 370px;
  margin: 44px auto 15px;
}
.products_swiper_men .swiper-button-prev {
  left: 60%;
}
.products_swiper_men .swiper-button-next {
  right: 120px;
}
.products_swiper_men {
  background-color: #1c1916;
}
.products_swiper_ladies {
  background-color: #664c3f;
}
.products_swiper_ladies .swiper-button-prev {
  left: 120px;
}
.products_swiper_ladies .swiper-button-next {
  left: 40%;
}
@media screen and (max-width: 1300px) {
  .products_swiper_ladies .swiper-button-prev {
    left: 7%;
  }
  .products_swiper_ladies .swiper-button-next {
    left: 42%;
  }
  .products_swiper_men .swiper-button-next {
    right: 7%;
  }
  .products_swiper_men .swiper-button-prev {
    left: 58%;
  }
}
.products_swiper_line_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  height: 100%;
  z-index: 5;
}
.products_swiper_line-bold {
  height: 100%;
  width: 18px;
  background: linear-gradient(#7b590c 0%, #91792d 100%);
}
.products_swiper_ladies .products_swiper_line-bold {
  background: linear-gradient(#91792d 0%, #a7994e 100%);
}
.products_swiper_line-thin {
  height: 100%;
  width: 1px;
  background-color: #a7994e;
}

.p-elegant-fair__store_img {
  width: 100%;
}

/* week */
.p-elegant-fair__week {
  background-color: #dad3c3;
  padding: 120px 0;
  color: #302112;
}
.p-elegant-fair__week .sec_subtitle {
  font-size: 14px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .p-elegant-fair__week h3.sec_title {
    font-size: 43px;
    font-family: "Sorts Mill Goudy", serif;
    line-height: calc(62 / 43);
  }
}

.p-elegant-fair__week_inner {
  max-width: 796px;
  margin: 0 auto;
}
.p-elegant-fair__week .week_text {
  margin: 42px 0 35px;
}
.content_title {
  font-size: 32px;
}
.p-elegant-fair__week_event-content {
  margin-top: 72px;
}
.p-elegant-fair__week_event-content .event_guest_wrap {
  margin-top: 48px;
}
.p-elegant-fair__week_event-content .event_guest_wrap img {
  width: 45%;
  margin: 24px 0;
}
.p-elegant-fair__week_event-content .event_guest_wrap .event_guest_title {
  font-size: 32px;
  color: #a5984c;
  font-family: "Noto Serif", serif;
  line-height: 1.4;
}

.p-elegant-fair__week_event-content .event_disc_content .event_disc_wrap {
  display: flex;
}
.p-elegant-fair__week_event-content .event_disc_content .event_disc_title {
  white-space: nowrap;
}
.p-elegant-fair__week_event-content .event_disc_content p {
  text-align: left;
}
.p-elegant-fair__week_event-content .event_disc_content {
  border: 1px solid #a5984c;
  padding: 20px;
  margin-top: 48px;
}

.p-elegant-fair__week h3.sec_title {
  font-family: "Sorts Mill Goudy", serif;
}
.p-elegant-fair__week_event-content .date {
  color: #a5984c;
}
.p-elegant-fair__week_event-content .content_title {
  line-height: calc(36 / 24);
  color: #a5984c;
}
.p-elegant-fair__week iframe {
  width: 100%;
}

/* shop */
.p-elegant-fair__shop {
  background-color: #fff;
  padding: 120px 0 148px;
  color: #302112;
}
.p-elegant-fair__shop .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 100px);
}
.p-elegant-fair__shop .shop_text {
  margin: 48px 0;
}
.p-elegant-fair__shop ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1300px) {
  .p-elegant-fair__shop ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .p-elegant-fair__shop ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-elegant-fair__shop ul .shop_list_item {
  border-bottom: 1px solid #a5984c;
  text-align: left;
  padding-bottom: 17px;
}
.p-elegant-fair__shop ul .shop_list_item .shop-name {
  font-size: 18px;
  margin-bottom: 16px;
}
.p-elegant-fair__shop ul .shop_list_item .address {
  font-size: 12px;
}
.p-elegant-fair__shop ul .shop_list_item .tel {
  font-size: 14px;
  margin: 7px 0 11px;
}
.p-elegant-fair__shop ul .shop_list_item .text_wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}
.p-elegant-fair__shop .shoplink {
  border: 1px solid #5a483b;
  width: 108px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 16px;
  justify-content: space-between;
}
.p-elegant-fair__shop .shoplink::after {
  content: "";
  display: inline-block;
  background-image: url(../img/shop-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 5px;
  height: 8px;
}
.p-elegant-fair__shop .shoplink_mb {
  margin-bottom: 8px;
}
.p-elegant-fair__shop ul .shop_list_item .classic_text {
  font-size: 12px;
  color: #813905;
}
.p-elegant-fair__shop .shoplink02 {
  width: 222px;
  margin: 0 auto;
  height: 48px;
}
@media (min-width: 1024px) {
  .p-elegant-fair__shop a.tel {
    pointer-events: none; /* クリック無効 */
    cursor: default; /* カーソルを通常に */
    text-decoration: none;
  }
}

/* accordion */
.accordion-items {
  display: flex;
  flex-direction: column;
  border-block-start: 1px solid #707070;
}
/* デフォルトの▶マーカーを消す */
.accordion-item summary {
  list-style: none; /* マーカーを消す（念のため） */
  -webkit-appearance: none; /* Safari 用 */
  appearance: none; /* 標準 */
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Safari / iOS のマーカーを完全に非表示 */
.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item {
  border-block-end: 1px solid #707070;
  padding: 10px 0;
  /* @media (max-width: 767px) {
    padding-block: 0;
  } */
}
.accordion-item-title {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
  font-size: 15px;
  @media (max-width: 767px) {
    /* padding-block: 24px; */
  }
}
.accordion-item-title-icon {
  width: 14px;
  /* @media (max-width: 767px) {
    width: 14px;
  } */
  line {
    transition: rotate 0.3s ease;
    transform-origin: center;
  }
}

.accordion-item.is-opened .accordion-item-title-icon line:nth-of-type(2) {
  rotate: 90deg;
}
.faq-item-answer {
}
.accordion-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.is-opened .accordion-item-answer {
  opacity: 1;
}
.accordion-item-answer-text {
  padding-top: 9px;
  text-align: left;
  font-size: 12px;
}

.logo_content,
.toggle-menu {
  display: none;
}
.u_sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .u_sp {
    display: block;
  }
  .u_pc {
    display: none;
  }
  .container {
    margin-top: 50px;
  }
  .logo_content {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    z-index: 10;
  }
  .p-elegant-fair__mv img {
    height: calc(100vh - 50px);
  }
  /* .p-elegant-fair__mv img.mv-logo {
    width: 137px;
    height: auto;
  }
  .top-line {
    width: 100%;
    height: 10px;
    background: linear-gradient(#a7994e 0%, #7b590c 100%);
  } */
  /* ハンバーガーメニュー */
  /* .toggle-menu {
    display: block;
    width: 30px;
    height: 15px;
    position: fixed;
    z-index: 100;
    top: 94px;
    right: 20px;
    background-color: transparent;
    border: none;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999px;
    width: 27px;
    height: 1px;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -7px;
  }

  .toggle-menu .toggle-line::after {
    top: 7px;
  }

  .p-elegant-fair__header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #352920;
    z-index: 90;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    .global_nav {
      margin-top: 80px;
      padding: 0 30px;
      ul {
        flex-flow: column;
        li {
          a {
            color: #fff;
            padding-bottom: 10px;
            border-bottom: 1px solid #707070;
          }
        }
      }
    }
  }
  .open.toggle-menu {
    -webkit-transition: all 0.5s linear 1s;
    transition: all 0.5s linear 1s;
  }
  .open.toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }

  .open.toggle-menu .toggle-line::before {
    background-color: #fff;
    transform: rotate(-45deg);
    top: 0;
  }

  .open.toggle-menu .toggle-line::after {
    background-color: #fff;
    transform: rotate(45deg);
    top: 0;
  }

  .open.p-elegant-fair__header {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
  }*/
  .p-elegant-fair__header_inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  /* .p-elegant-fair__header_inner ul li {
    border-bottom: 1px solid #707070;
  } */
  .p-elegant-fair__header_inner ul li a {
    color: #fff;
    /* padding-bottom: 10px; */
    width: 100%;
    font-size: 14px;
  } 
    [id] {
    scroll-margin-top: 80px; /* ヘッダーの高さ分調整 */
  }
  .mv_text_wrap {
    top: 109px;
    width: 100%;
    transform: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-elegant-fair__mv .mv_text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .p-elegant-fair__mv .mv_title_sub {
    font-size: 24px;
  }
  .p-elegant-fair__mv .mv_title_en {
    font-size: 39px;
    line-height: calc(46 / 39);
  }
  .p-elegant-fair__mv .mv_title_ja {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .date {
    line-height: 1;
  }
  .p-elegant-fair__mv .date {
    font-size: 24px;
    line-height: calc(27 / 24);
  }
  .date span {
    font-size: 12px;
  }
  .date span.date-line {
    font-size: 14px;
  }
  .p-elegant-fair__about {
    padding: 80px 0;
    background-image: url(../img/about-bksp.webp);
  }
  h3.sec_title {
    font-size: 24px;
  }
  .p-elegant-fair__about .sec_title {
    margin: 20px 0 12px;
  }
  .date {
    font-size: 26px;
  }
  .vertical-line-left {
    left: 20px;
  }
  .vertical-line-right {
    right: 20px;
  }
  .p-elegant-fair__about .about_text {
    width: calc(100% - 64px);
  }
  .fair_marquee {
    bottom: -74px;
    width: 100%;
  }
  .marquee__text {
    font-size: 72px;
  }
  .p-elegant-fair__bonus_content01 {
    padding: 127px 0 80px;
    background-image: url(../img/bonus-bksp.webp);
  }
  .p-elegant-fair__bonus h3.sec_title {
    font-size: 18px;
  }
  .p-elegant-fair__bonus .sec_title_number {
    font-size: 32px;
  }
  .p-elegant-fair__bonus_content02 {
    padding: 77px 0 63px;
    background-image: url(../img/bonus-bksp.webp);
  }
  .p-elegant-fair__bonus .bonus_subtitle {
    margin: 35px 0 16px;
    font-size: 15px;
  }
  .p-elegant-fair__bonus .bonus_title {
    font-size: 24px;
  }
  .p-elegant-fair__bonus .bonus_box {
    flex-direction: column;
    padding: 0 20px;
    gap: 24px;
  }
  .p-elegant-fair__bonus .bonus_text_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .p-elegant-fair__bonus_content01 .bonus_text {
    margin: 16px 0;
  }
  .p-elegant-fair__bonus_content01 .bonus_desc_title {
    font-size: 15px;
    text-align: center;
  }
  .p-elegant-fair__bonus .swiper-button-prev,
  .p-elegant-fair__bonus .swiper-button-next {
    display: none;
  }
  .p-elegant-fair__bonus .bonus_swiper {
    width: 100%;
  }
  .p-elegant-fair__bonus .bonus_box .bonus_img {
    height: auto;
  }
  .p-elegant-fair__button {
    font-size: 13px;
  }
  .p-elegant-fair__products {
    padding: 82px 0 41px;
  }
  .p-elegant-fair__products .products_text {
    width: calc(100% - 64px);
  }
  .products-img {
    width: 100%;
  }
  .product_detail_text_wrap {
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    padding: 0 10px;
    width: 80.333vw;
  }
  .product-number,
  .product-price {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .p-elegant-fair__button.products_button,
  .p-elegant-fair__products .p-elegant-fair__button {
    width: 274px;
  }
  .p-elegant-fair__week .sec_subtitle {
    margin-bottom: 12px;
  }
  .p-elegant-fair__week_inner {
    width: calc(100% - 40px);
  }
  .p-elegant-fair__week .week_text {
    padding: 0 14px;
    margin: 32px 0;
  }
  .p-elegant-fair__week_event-content {
    margin-top: 48px;
  }
  .p-elegant-fair__week_event-content .line {
    width: 90%;
    margin: 0 auto;
  }
  .p-elegant-fair__week_event-content .content_title {
    font-size: 24px;
  }
  .p-elegant-fair__week_event-content .event_guest_wrap {
    /* gap: 5px;
    width: 98%;
    justify-content: center;
    margin: 0 auto; */
  }
  .p-elegant-fair__week_event-content .event_guest_wrap img {
    width: 100%;
  }
  .p-elegant-fair__week_event-content .event_guest_wrap .event_guest_title {
    font-size: 24px;
  }
  .p-elegant-fair__week_event-content .event_guest_wrap .event_guest_text {
    padding: 0 14px;
  }
  .p-elegant-fair__week_event-content .event_disc_content {
    padding: 14px;
  }
  .p-elegant-fair__week {
    padding: 80px 0;
  }
  .p-elegant-fair__shop {
    padding: 66px 0 80px;
    margin: 0 auto;
  }
  .p-elegant-fair__shop .inner {
    width: calc(100% - 64px);
  }
  .p-elegant-fair__shop .shop_text {
    margin: 24px 0 32px;
  }

  .p-elegant-fair__shop ul .shop_list_item {
    margin-bottom: 12px;
  }

  .p-elegant-fair__products .products_swiper .swiper-slide {
    flex-direction: column;
  }
  .products_swiper_line_wrap {
    top: 0;
    left: unset;
    transform: unset;
    flex-direction: column;
    gap: 10px;
    height: auto;
    width: 100%;
    z-index: 5;
  }
  .p-elegant-fair__products .products_swiper_ladies .swiper-slide {
    flex-direction: column-reverse;
  }
  .products_swiper_line-bold {
    height: 18px;
    width: 100%;
    background: linear-gradient(90deg, #a7994e 0%, #7b590c 100%);
  }
  .products_swiper_ladies .products_swiper_line-bold {
    background: linear-gradient(90deg, #a7994e 0%, #7b590c 100%);
  }
  .products_swiper_line-thin {
    height: 1px;
    width: 100%;
    margin-top: 10px;
  }
  .product_detail_wrap {
    width: 100%;
  }
  .product_detail_wrap .products-img {
    height: 700px;
  }
  .products_swiper_line_wrap {
  }
  .products-img_wrap {
    position: relative;
  }
  .products_swiper_ladies .swiper-button-next,
  .products_swiper_men .swiper-button-next {
    left: unset;
    right: 10%;
  }
  .products_swiper_ladies .swiper-button-prev,
  .products_swiper_men .swiper-button-prev {
    left: 10%;
  }
  .products-img_center {
    width: min(72.8vw, 450px);
    top: 0;
    transform: translate(-50%, -40%);
  }
  .p-elegant-fair__bonus .bonus_box .bonus_img {
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .p-elegant-fair__shop ul {
    display: block;
    margin-bottom: 80px;
  }
}
