@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  font-family: "Shippori Mincho B1", serif;
}

body {
  position: relative;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

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

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

select::-moz-placeholder {
  color: #b6b7b7;
}

select::placeholder {
  color: #b6b7b7;
}

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

         COMMON

-----------------------*/
.container, .wrapper {
  width: 1280px;
  padding: 0 3rem;
  margin: 0 auto 3rem;
  min-height: auto;
}

input, select, textarea, button, label {
  font-family: inherit !important;
}

.account-page [class^=icon-], [class*=" icon-"] {
  font-family: inherit !important;
  font-size: 0.9em;
}

.top-mv img {
  width: 100vw;
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 6rem;
  height: 2rem;
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 4rem;
  top: 1.7rem;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--mainColor);
  height: 0.5rem;
}

.drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-hamburger-icon:after {
  background-color: var(--mainColor);
  width: 80%;
}

.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
  background: none;
}

.drawer-hamburger .text {
  margin-top: 1.6rem;
  font-size: clamp(1.14rem, 0.943rem + 0.524vw, 1.95rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.drawer--right .drawer-nav .drawer-hamburger .text {
  text-align: center;
}

.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 2.5rem 14rem 3vw 3.5rem;
  background: #fff;
}

.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer--right .drawer-nav .mypage a {
  color: var(--baseColor);
}

.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer--right .drawer-nav .wrapper {
  padding: 6rem 0;
}

.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}

.drawer--right .drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
}

.drawer--right .drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer--right .drawer-nav .drawer-menu a {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
}

.drawer--right .drawer-nav .drawer-menu a.o-drawer__submenu__link {
  color: var(--colorW);
}

.drawer--right .drawer-nav .drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}

.drawer--right .drawer-nav .drawer-menu.second {
  margin-top: 1.5rem;
}

.drawer--right .drawer-nav .drawer-menu.o-drawer__menu--second a {
  padding: 1rem 0;
  font-size: 1.2rem;
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  background: var(--mainColor);
  width: 32rem;
}

.drawer--right header .drawer-nav .drawer-menu li ul.sub-menu {
  position: absolute;
  top: 6rem;
  left: 0;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div, .slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div, .media-slider li div, .topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next, .slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before, .slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure, .slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img, .slider2 figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

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

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
header {
  padding: 2.5rem 14rem 1.5rem 3.5rem;
}

.hdr-inner {
  justify-content: space-between;
  align-items: flex-start;
}

.navi {
  justify-content: flex-end;
}

p.login img {
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

header nav {
  margin-top: -4rem;
}

header nav ul > li {
  position: relative;
}

header nav ul > li a {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}

/* カートの表示 ozaki ↓ */
header .right-Area {
  gap: 2rem;
}

header .right-Area .cart-area a {
  gap: 1rem;
  align-items: center;
}

header .right-Area .cart-area p {
  background: var(--mainColor);
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.5rem;
  line-height: 1;
}

/* カートの表示 ozaki ↑ */
/*---------ドロワーのアコーディオン調整--------*/
header .linkG {
  position: relative;
  display: flex;
  justify-content: center;
}

.right-Area {
  position: relative;
  overflow: visible; /* ul がはみ出すのを許可 */
  cursor: pointer; /* マウスカーソル */
}

.mypage-list {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 0;
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 100;
  white-space: nowrap; /* 折り返さず横に伸びる */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 中身に応じて広がる */
  min-width: 100%; /* 親と同じ以上にはなるように */
  overflow: visible; /* 子要素のはみ出し許可 */
}

.mypage-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--baseColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

.mypage-item {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
}

.mypage-item a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}

.loginBtn .img-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle; /* これが重要！ */
}

.mypage.loginBtn.flex {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* 画像とテキストの間隔調整（任意） */
}

@media screen and (max-width: 1440px) {
  header nav ul > li a {
    font-size: 1.6rem;
  }
}
.menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}

header nav ul > li a img {
  vertical-align: baseline;
  margin-left: 1rem;
}

header nav ul > li:not(:last-child) a::after {
  content: "/";
  padding: 0 1.5rem;
}

header nav ul.sub-menu > li a::after {
  display: none;
}

/*サブメニュー*/
header .flex.navi li {
  position: relative;
}

header .flex.navi li ul.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  padding: 0rem 1.8rem 1rem;
  border-radius: 0.8rem;
  z-index: 9999;
  background: transparent;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

header .flex.navi li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 背景の半透明ボックス */
header .flex.navi li ul.sub-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--baseColor);
  opacity: 0.9;
  z-index: -1;
  border-radius: 0.8rem;
}

header .flex.navi li ul.sub-menu li {
  border-bottom: 1px dashed #fff;
  padding: 0 0.5rem;
  width: 100%;
}

header .flex.navi li ul.sub-menu li:last-child {
  border-bottom: none;
}

header .flex.navi li ul.sub-menu li a {
  display: block;
  padding: 1.8rem 0 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

/* 不要な装飾を無効化 */
header .flex.navi li ul li:first-child {
  border-left: none;
}

header .flex.navi li ul.sub-menu li a::after {
  display: none;
}

header .flex.navi li.current-menu-item ul li::after {
  border-bottom: none;
}

header p.login, header .mypage.loginBtn p {
  font-size: 1.6rem;
}

/* ロゴアイコンの表示を調整 */
header h1 img, header p.logo img {
  height: auto;
  width: 16vw;
  max-width: 30rem;
}

header .navi .flex {
  flex-wrap: wrap;
  justify-content: end;
  line-height: 2.1;
  max-width: 72vw;
  margin-top: 0.8vw;
}

@media screen and (max-width: 1440px) {
  header .navi .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5vw;
    max-width: 100vw;
  }
}
/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 4.5rem 0 0;
  margin-top: 9rem;
  border-top: none;
}

footer .sns-icon-Wrap {
  padding: 5rem 0 7rem;
  gap: 4.5rem;
}

footer .ftr-bottom-Area {
  padding: 5rem 0 2.5rem;
}

footer .ftr-bottom-Area ul {
  margin-bottom: 4rem;
  gap: 4rem;
}

footer .ftr-bottom-Area ul li a {
  color: #fff;
}

footer.main-footer p.copy {
  padding: clamp(4.5rem, 3.65rem + 2.265vw, 8rem) 0 2rem;
}

footer.main-footer p.copy small {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.957rem + 0.647vw, 2.2rem);
  color: var(--colorW);
}

.ftr-navi ul {
  display: flex;
  justify-content: center;
  gap: 2rem; /* 項目の間隔（必要に応じて調整） */
  padding: 0;
  list-style: none;
}

.ftr-navi li {
  display: inline-block;
}

.ftr-navi a {
  text-decoration: none;
  color: var(--baseColor);
  font-size: 0.8em; /* お好みで */
}

.ftr-navi i {
  margin-right: 4px; /* アイコンとテキストの間のスペース */
}

.copylight strong {
  color: var(--baseColor) !important;
  font-size: 0.77em;
  font-weight: 500;
}

footer p.logo {
  padding-top: 2rem;
  max-width: 20rem;
  margin: 0 auto;
}

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

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
/*header*/
.content-header {
  margin-bottom: clamp(5rem, 2.816rem + 5.825vw, 14rem);
  padding: 5vw;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mainColor);
}

.page-header {
  font-weight: 600;
  border-bottom: none;
  font-size: clamp(2.2rem, 1.6174757282rem + 1.5533980583vw, 4.6rem);
  max-width: 160rem;
  margin-inline: auto;
  padding-inline: 1vw;
  color: #fff;
}

.login-required {
  font-size: 1.6rem;
}

.sns-detail {
  /* margin-top: -11rem; */
  margin-top: -8rem;
  margin-bottom: 5rem;
}

/*====================================================================
.faq-wrap .accordion
====================================================================*/
.faq-wrap {
  max-width: 81.2rem;
  margin: 0 auto;
}

.faq-wrap .accordion_one .accordion_header {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap .accordion_one .accordion_header::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before, .faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .accordion_one .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap .accordion_one .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a, .modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

.modal__content1 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px var(--mainColor);
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--mainColor);
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*-----------------------
　　　　　
　　　  よくあるご質問/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.faq-wrap2.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0 2% 5rem;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question {
  font-weight: 700;
  padding: 2rem 7rem 1rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--mainColor);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question::before {
  content: "Q.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before, .faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -4px;
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question .i_box .one_i:before {
  width: 3px;
  height: 26px;
  top: -4px;
  left: 7px;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box {
  transform: rotate(-360deg);
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:before {
  display: none;
}

.faq-wrap2.accordion_wrap .accordion_one .accordion_inner .question.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner {
  display: none;
  padding: 3rem 3rem 2.5rem;
  background: var(--bg-p);
  box-sizing: border-box;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer::before {
  content: "A.";
  margin-right: 1rem;
  font-size: clamp(3rem, 2.636rem + 0.971vw, 4.5rem);
  font-weight: 500;
  position: relative;
  line-height: 1;
  color: var(--mainColor);
  top: -1.2rem;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.faq-wrap2 .accordion_one .accordion_inner .accordion_inner .answer .answer-wrap p a {
  text-decoration: underline;
}

@media screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  /*サファリのフォームで入力時にズームしないようにする*/
  input, textarea, select {
    font-size: 20px;
    transform: scale(0.8);
  }
  /* ボタンは小さくしないように */
  input[type=submit], input[type=button] {
    font-size: 16px;
    transform: scale(1);
  }
  /* プルダウンは小さくしないように */
  select {
    font-size: 20px;
    transform: scale(1);
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.container,
.wrapper {
  max-width: 1366px;
  width: 1366px;
  padding: 0 2rem;
  margin: 0 auto 3rem;
  min-height: auto;
}

@media screen and (max-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding: 0 6%;
    width: 100%;
  }
}
.container_1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_1000 {
    width: 100%;
  }
}

.container_740 {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_740 {
    width: 100%;
  }
}

.f-site_sec {
  padding-top: clamp(6rem, 3.572815534rem + 6.4724919094vw, 16rem);
}

.o_btn_area {
  text-align: center;
}
.o_btn_area._pickup {
  width: clamp(33rem, 32.2961165049rem + 1.8770226537vw, 35.9rem);
  margin-top: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o_btn_area._pickup {
    width: 100%;
  }
}
.o_btn_area._news {
  width: 33rem;
  margin-top: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o_btn_area._news {
    width: 100%;
  }
}
.o_btn_area._shop {
  width: clamp(33rem, 31.1310679612rem + 4.9838187702vw, 40.7rem);
  margin-top: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o_btn_area._shop {
    width: 100%;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.drawer-hamburger {
  width: 5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 4rem;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
  right: 0;
  padding: 1rem 0;
  top: 0;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    top: 0;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 0.2rem;
  background: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: var(--colorW);
  }
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -0.8rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    top: -0.8rem;
  }
}

.drawer-hamburger-icon:after {
  top: 0.8rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after {
    top: 0.8rem;
  }
}

.o-drawer__text {
  margin-top: 2rem;
  font-size: clamp(1.2rem, 1.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.drawer--right.drawer-open .drawer-nav {
  width: 100%;
  padding: 2.5rem;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-open .drawer-nav {
    padding: 1rem 1.5rem;
  }
}

.drawer--right .drawer-nav .wrapper {
  padding: 6rem 0;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .wrapper {
    padding: 6rem calc(6% - 1.5rem);
    width: 100%;
  }
}

.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}

.o-drawer__flex {
  gap: 6vw;
}
@media only screen and (max-width: 559px) {
  .o-drawer__flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.o-drawer__menu--second {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-drawer__menu--second {
    margin-top: 0;
    border-top: solid 1px;
    padding-top: 1rem;
  }
}
.o-drawer__menu__arrow {
  color: var(--mainColor);
}
.o-drawer__menu .l-hdr__menu__arrow {
  color: var(--mainColor);
}
.o-drawer__item {
  font-size: 2rem;
  font-weight: 500;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
}
@media only screen and (max-width: 600px) {
  .o-drawer__item:hover {
    text-decoration: none;
    color: var(--baseColor);
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__item {
    padding: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__item {
    font-size: 1.6rem;
  }
}
.o-drawer__item--second {
  padding: 1rem 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-drawer__item--second {
    font-size: 1.2rem;
  }
}
.o-drawer__menuopen {
  padding: 0 0 1rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .o-drawer__menuopen {
    padding: 0;
  }
}
.o-drawer__menulink.on + .o-drawer__submenu {
  transition: 0.4s;
  visibility: visible;
  opacity: 0.9;
}
.o-drawer__submenu {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 200%;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.5rem 8% 1rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .o-drawer__submenu {
    width: 80%;
    top: 5rem;
  }
}
.o-drawer__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  text-align: center;
}
.o-drawer__submenu__link:hover {
  color: #fff;
}
.o-drawer__submenu__item:not(:last-child) a {
  border-bottom: dashed 1px #fff;
}

@media only screen and (max-width: 559px) {
  .l-hdr__inner.o-drawer__inner {
    padding-right: 5rem;
    align-items: center;
  }
  .l-hdr__login {
    margin-bottom: 1rem;
  }
}
.l-hdr_cart_flex {
  border-bottom: 1px solid;
  padding-bottom: 1.5rem;
  display: flex;
  gap: 10px;
}

.drawer-hamburger-icon {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon {
    width: 60%;
    top: 5px;
    left: -5px;
  }
}
.drawer-hamburger-icon::after {
  width: 100%;
}

button.drawer-toggle.drawer-hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--mainColor);
  width: 103px;
  height: 103px;
  display: inline-block;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  button.drawer-toggle.drawer-hamburger::after {
    width: 56px;
    height: 56px;
  }
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: -4px;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: -4px;
}

.swiper_container {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.swiper_container .swiper_slide .title {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  font-weight: 500;
}

.o-hamburger {
  width: 50%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -50%;
  background: #f36;
  z-index: 9000;
  transition: 0.5s;
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  height: 3000px;
}

html.is-open .o-hamburger {
  right: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

.o-hamburger-page #test {
  height: 2000px;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}

.o-mv_wrap {
  position: relative;
}

.o-mv_video {
  padding: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}

.o-mv_video video {
  border-radius: 2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 4rem);
}

.o-mv_box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.o-mv_title {
  color: var(--colorW);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(6.7rem, 4.6854368932rem + 5.3721682848vw, 15rem);
  line-height: 1.0266666667;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .o-mv_title {
    line-height: 1.0298507463;
  }
}

.o-mv_title_sub {
  position: relative;
  color: var(--colorW);
  font-size: clamp(2.7rem, 2.0689320388rem + 1.6828478964vw, 5.3rem);
  text-align: center;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.o-mv_title_sub::after {
  position: absolute;
  top: 50%;
  left: -4.6875vw;
  transform: translateY(-50%);
  content: "";
  background-image: url("../img/icon_decoL.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
  height: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
}
@media only screen and (max-width: 1368px) {
  .o-mv_title_sub::after {
    left: -5.1169590643vw;
  }
}
@media only screen and (max-width: 559px) {
  .o-mv_title_sub::after {
    left: -4.5rem;
  }
}
.o-mv_title_sub::before {
  position: absolute;
  top: 50%;
  right: -4.6875vw;
  transform: translateY(-50%);
  content: "";
  background-image: url("../img/icon_decoR.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
  height: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
}
@media only screen and (max-width: 1368px) {
  .o-mv_title_sub::before {
    right: -5.1169590643vw;
  }
}
@media only screen and (max-width: 559px) {
  .o-mv_title_sub::before {
    right: -4.5rem;
  }
}

.o-mv_text {
  color: var(--colorW);
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.o-mv_text::before, .o-mv_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-mv_text::before {
  margin-top: calc((1 - 1.7272727273) * 0.5em);
}
.o-mv_text::after {
  margin-bottom: calc((1 - 1.7272727273) * 0.5em);
}

.c_headline_h2_02_wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}

.c_headline_h2_02 {
  font-size: clamp(2.4rem, 1.9145631068rem + 1.2944983819vw, 4.4rem);
  font-weight: 500;
  color: var(--mainColor);
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
}
.c_headline_h2_02::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -50px;
  font-size: clamp(6rem, 3.3786407767rem + 6.9902912621vw, 16.8rem);
  color: rgba(104, 184, 198, 0.1);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 559px) {
  .c_headline_h2_02::before {
    white-space: normal;
  }
}
.c_headline_h2_02._pickup::before {
  content: "Featured Gathering";
}
.c_headline_h2_02._archive::before {
  content: "New Emergence";
}
.c_headline_h2_02._drop::before {
  content: "New Drops";
}
.c_headline_h2_02._drop_new::before {
  content: "Featured Drop";
}
.c_headline_h2_02._drop_resonant::before {
  content: "Resonant Drops";
}

.o_headline_h2_01 {
  color: var(--mainColor);
  font-size: clamp(2.6rem, 2.1145631068rem + 1.2944983819vw, 4.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.o_headline_h2_01_sub {
  text-align: center;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3em;
}

.o_headline_h2_03 {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.o_headline_h2_03 .sub {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  margin-left: 15px;
}

.o-post_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-post_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .o-post_list {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.o-post_item {
  width: calc((100% - 6rem) / 4);
}
@media only screen and (max-width: 559px) {
  .o-post_item {
    width: calc((100% - 2rem) / 2);
  }
}

.o-post_box {
  position: relative;
}

.o-post_img img {
  border-radius: 5px;
}

.o-post_tag {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--colorW);
  background-color: var(--subColor);
  padding: 3px 14px;
  border-radius: 999px;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
}
.o-post_tag::before, .o-post_tag::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-post_tag::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.o-post_tag::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media only screen and (max-width: 559px) {
  .o-post_tag {
    padding: 3px 7px;
  }
}

.o-post_date {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--mainColor);
}

/*news*/
.o-post_news {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}

.o-post_list_news {
  margin-top: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
}

.o_text_16 {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .o_text_16 {
    line-height: 1.75;
  }
}

.o_text_18 {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.o_text_18._calender {
  text-align: center;
  margin-top: clamp(5.4rem, 4.4048543689rem + 2.6537216828vw, 9.5rem);
}
.o_text_18._pickup {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
.o_text_18._archive {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}

.o_text_14 {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--baseColor);
}
.o_text_14._news {
  margin-top: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.o-modal_wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal_wrapper .o-modal_inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 1000px;
  width: 90%;
  border-radius: 5px;
  position: relative;
}
.o-modal_wrapper .o-modal_inner .o-modal_close_top img {
  position: absolute;
  top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}
.o-modal_wrapper .o-modal_inner .o-modal_close_bottom img {
  position: absolute;
  bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}

.modal-op {
  overflow: hidden;
  height: 100%;
}
.modal-op::-webkit-scrollbar {
  display: none;
}

.o-modal_link {
  cursor: pointer;
}
.o-modal_close {
  cursor: pointer;
}

.o-modal_close {
  font-size: 60px;
  color: var(--mainColor);
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  margin-right: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.o-modal_inner {
  padding-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  padding-bottom: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  padding-right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}

.o-modal_title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.1em;
}

.o-modal_type_name {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
  color: var(--mainColor);
  letter-spacing: 0em;
  line-height: 1.8053294118;
  text-align: center;
  margin-top: clamp(0.5rem, 0.2572815534rem + 0.6472491909vw, 1.5rem);
}

.o-modal_type_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--mainColor);
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}

.o-modal_benefits_img {
  border-radius: 10px;
}

.o-modal_type_tag {
  background-color: var(--mainColor);
  border-radius: 999px;
  color: var(--colorW);
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  padding: 2px 15px 3px 15px;
}
@media only screen and (max-width: 559px) {
  .o-modal_type_tag {
    padding: 0 12px 2px 12px;
  }
}

.o-modal_type_price {
  font-size: clamp(3.8rem, 3.4601941748rem + 0.9061488673vw, 5.2rem);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.075em;
  line-height: 0;
}
.o-modal_type_price span {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
}
.o-modal_type_price span .en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.075em;
  font-size: clamp(2rem, 1.8300970874rem + 0.4530744337vw, 2.7rem);
}

.o-modal_benefits_title {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  color: var(--mainColor);
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
  padding-right: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_title {
    width: 80%;
  }
}
.o-modal_benefits_title::before {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  content: "individual benefits";
  color: var(--bgRed);
  font-size: clamp(2.4rem, 2.254368932rem + 0.3883495146vw, 3rem);
  font-family: "Cormorant Garamond", serif;
  width: 100%;
  z-index: -1;
}

.o-modal_benefits_text {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.75;
}

.o-modal_benefits_text_b {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: var(--mainColor);
}

.o-modal_benefits_container {
  width: 460px;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.o-modal_benefits_name {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  font-size: clamp(1.8rem, 1.6786407767rem + 0.3236245955vw, 2.3rem);
  line-height: 1.3043478261;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: var(--mainColor);
}

.o-modal_benefits_text02 {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .o-modal_benefits_text02 {
    line-height: 1.75;
  }
}

.o-modal_link_item {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  margin-top: 10px;
}

.o_cv {
  padding-top: clamp(6rem, 3.572815534rem + 6.4724919094vw, 16rem);
}
.o_cv_area {
  display: flex;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.o_cv_staff {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: clamp(9.7rem, 7.345631068rem + 6.2783171521vw, 19.4rem);
}
.o_cv_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(11.3rem, 11.2514563107rem + 0.1294498382vw, 11.5rem);
}
@media only screen and (max-width: 559px) {
  .o_cv_logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.o_cv .container {
  margin-bottom: 0;
}

.o_faq {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
}
.o_faq .container {
  margin-bottom: 0;
}
.o_faq_under {
  margin-top: clamp(4rem, 2.9077669903rem + 2.9126213592vw, 8.5rem);
  margin-bottom: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .o_faq_under {
    text-align: left;
  }
}
.o_faq_btn a {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  width: clamp(30rem, 28.5436893204rem + 3.8834951456vw, 36rem);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .o_faq_btn a {
    width: 100%;
  }
}

.o_faq .o_headline_h2_pt05 {
  margin-bottom: 3rem;
}

.faq__toggleIcon {
  transition: transform 0.3s ease-in-out;
}

.faq__question {
  display: flex;
  padding: 10px 20px;
}

.faq__toggleIcon {
  width: clamp(2.2rem, 1.7388349515rem + 1.2297734628vw, 4.1rem);
  height: clamp(2.2rem, 1.7388349515rem + 1.2297734628vw, 4.1rem);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #e2aab3;
  border-radius: 50%;
}

.faq__toggleIcon::before,
.faq__toggleIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(0.7rem, 0.5300970874rem + 0.4530744337vw, 1.4rem);
  height: clamp(0.2rem, 0.1757281553rem + 0.0647249191vw, 0.3rem);
  background-color: #fff;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

/* ▼（閉じている状態） */
.faq__toggleIcon::before {
  top: 50%;
  transform: translateX(-15%) rotate(-45deg);
}

.faq__toggleIcon::after {
  top: 50%;
  transform: translateX(-80%) rotate(45deg);
}

/* ▲（開いている状態） */
.is-open .faq__toggleIcon::before {
  top: 50%;
  transform: translateX(-80%) rotate(-45deg);
}

.is-open .faq__toggleIcon::after {
  top: 50%;
  transform: translateX(-15%) rotate(45deg);
}

.faq__answer.answer {
  display: none;
  padding-top: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-bottom: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: 43px;
  margin-top: 15px;
  background: rgba(213, 134, 146, 0.15);
  border-top-right-radius: clamp(1rem, 0.2718446602rem + 1.9417475728vw, 4rem);
  border-bottom-left-radius: clamp(1rem, 0.2718446602rem + 1.9417475728vw, 4rem);
}

.faq {
  padding-top: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
  padding-bottom: clamp(8rem, 6.6893203883rem + 3.4951456311vw, 13.4rem);
  position: relative;
}
.faq::after {
  content: "";
  display: inline-block;
  background-image: url("../img/deco_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  height: clamp(12.6rem, 8.6194174757rem + 10.6148867314vw, 29rem);
  position: absolute;
  bottom: -12.8205128205vw;
  right: clamp(-5rem, -2.572815534rem - 6.4724919094vw, -15rem);
  z-index: 1;
}
.faq::before {
  content: "";
  display: inline-block;
  background-image: url("../img/deco_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(16.1rem, 10.032038835rem + 16.1812297735vw, 41.1rem);
  height: clamp(16.1rem, 10.032038835rem + 16.1812297735vw, 41.1rem);
  position: absolute;
  top: -25.641025641vw;
  left: clamp(-5rem, -2.572815534rem - 6.4724919094vw, -15rem);
  z-index: 1;
}

.faq_link {
  font-weight: 700;
}

.faq_area {
  margin-top: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
}

.faq_box {
  margin-top: 3rem;
  width: 998px;
  margin-left: auto;
  margin-right: auto;
}
.faq_box:not(:first-of-type) {
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .faq_box {
    width: 100%;
  }
}

.faq_title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  padding-top: 2rem;
  display: flex;
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: clamp(0rem, -0.9708737864rem + 2.5889967638vw, 4rem);
  padding-right: 43px;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted;
}

.faq__q {
  margin-right: 0.5rem;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 450;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .faq__q {
    width: 8%;
    margin-right: 0;
  }
}

.faq_title label {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  margin-left: auto;
  padding-left: 2.5rem;
  line-height: 1;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
}

.answer {
  padding: 2rem;
  display: flex;
}

.answer p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  position: relative;
  letter-spacing: 0.56px;
  line-height: 1.7142857143;
}

.answer_inner {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 559px) {
  .answer_inner {
    gap: 0;
  }
}

.answer_inner::before {
  content: "A:";
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 450;
  margin-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .answer_inner::before {
    margin-top: 0.3em;
  }
}

.faqWrap .hidden_box:not(:first-child) {
  margin-top: 4rem;
}

.hidden_box {
  padding: 0;
  cursor: pointer;
}

.hidden_box input {
  display: none;
}

.hidden_box label {
  position: relative;
  display: block;
  cursor: pointer;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.hidden_box.open .hidden_show {
  height: auto;
  padding: 0 0 0.5rem;
  opacity: 1;
  overflow: visible;
  transition: 0.4s;
}

.faq-wrap {
  margin-top: 7.5rem;
  margin-bottom: 7.291vw;
}

.faq-wrap .accordion_one .accordion_header {
  background-color: #036eb8;
  color: #fff;
  font-size: clamp(1.8rem, 1.7029rem + 0.4142vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 4.5rem;
  padding: 1.8rem 5rem;
}

.faq-wrap .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq-wrap .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 10px;
  left: 10px;
}

.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  width: 2px;
  height: 18px;
  top: -2px;
  left: 10px;
  transform: rotate(-45deg);
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(0deg);
  top: 7px;
  left: 2px;
}

.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-90deg);
}

.faq-wrap .accordion_one .accordion_header.faq {
  background-color: transparent;
  color: #464646;
  font-size: clamp(1.4rem, 1.2058rem + 0.8285vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 2.5rem;
  padding: 0 8% 2rem 0;
  border-bottom: solid 1px;
  display: flex;
}

.faq-wrap .accordion_one .accordion_header.faq::before {
  content: "Q.";
  margin-right: 1rem;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box {
  top: 0;
  margin-top: 0;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before,
.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #036eb8;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq-wrap .accordion_one .accordion_header.faq.open {
  padding: 0 8% 2rem 0;
}

.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:before {
  transform: rotate(45deg);
}

.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:after {
  content: none;
}

.faq-wrap .accordion_one .accordion_header.answer {
  background: #d9e9f4;
  cursor: inherit;
  color: #464646;
  font-size: clamp(1.4rem, 1.2301rem + 0.7249vw, 2.1rem);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  padding: 2.5rem;
}

.faq-wrap .accordion_one .accordion_header.answer::before {
  content: "A.";
  margin-right: 1rem;
  color: #036eb8;
  font-size: clamp(2.2rem, 1.933rem + 1.1392vw, 3.3rem);
}

.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.faq-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.page-detail-faq .linkG.contensG {
  padding-top: 6rem;
  border-top: solid 1px #a2a2a2;
}

.swiper_container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 559px) {
  .swiper_container {
    width: 100%;
    margin: 0 auto;
  }
}

.swiper-slide {
  opacity: 1;
  transition: opacity 0.3s;
}

.swiper-slide.is-edge {
  opacity: 0.5;
}
@media only screen and (max-width: 559px) {
  .swiper-slide.is-edge {
    opacity: 1;
  }
}

/* ドット全体 */
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* ドット */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #acacac;
  opacity: 1;
  /* Swiperのデフォルト上書き */
  margin: 0 !important;
}

/* アクティブ */
.swiper-pagination-bullet-active {
  background: #68b8c6;
}

/* ナビ共通 */
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-top: 40px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
}

.swiper-pagination {
  position: static;
}

/* デフォルト矢印消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* 左ボタン */
.swiper-button-prev {
  background: url("../img/arrow-l.webp") no-repeat center/contain;
}

/* 右ボタン */
.swiper-button-next {
  background: url("../img/arrow-r.webp") no-repeat center/contain;
}

.swiper {
  position: relative;
  padding-bottom: 55px;
}
@media only screen and (max-width: 559px) {
  .swiper {
    padding-bottom: 15px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  margin-top: -20px;
}

.swiper_container {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.swiper_container a {
  text-decoration: none !important;
}
.swiper_container .swiper-slide .title {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.swiper_container .swiper-slide .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--baseColor);
}
.swiper_container .swiper-slide dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.swiper_container .swiper-slide dl:not(:first-of-type) {
  margin-top: 8px;
}
.swiper_container .swiper-slide dl dt {
  background-color: var(--mainColor);
  border-radius: 999px;
  color: var(--colorW);
  font-size: 1.6rem;
  padding: 2px 10px;
  letter-spacing: 0.05em;
}
.swiper_container .swiper-slide dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  font-weight: 500;
}
.swiper_container .swiper-slide dl dd span {
  display: block;
}
.swiper_container .swiper-slide .price {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.swiper_container .swiper-slide .price__old {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  color: #5a5a5a;
  text-decoration: line-through;
}
.swiper_container .swiper-slide .price__new {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #c1272d;
  font-weight: bold;
}

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

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 2rem 5rem 2.5rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 0 1rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.l-hdr__logo {
  padding-top: 1rem;
  width: 20vw;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 20rem;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.l-hdr__right {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__right {
    gap: 3.5rem;
    margin-right: 50px;
  }
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .l-hdr__login__link {
    color: var(--baseColor);
    font-size: 12px;
  }
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__login__icon {
    width: 20px;
  }
}
.l-hdr__login__arrow {
  margin-left: 1rem;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart {
    width: 20px;
  }
}
.l-hdr__cart__link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 2rem;
  padding: 0.6rem 1rem 0.5rem;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: var(--mainColor);
  color: #fff;
  margin-left: -20px;
}
.l-hdr__navi {
  display: flex;
  justify-content: flex-end;
  margin-top: -4.338542vw;
}
.l-hdr__menu {
  display: flex;
  border-radius: 999px;
  padding-top: 5.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.5rem;
  color: var(--baseColor);
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:last-child) .l-hdr__menu__link::after {
  content: "｜";
  padding: 0 1.5rem;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
.l-hdr__menu__arrow {
  color: var(--baseColor);
}
.l-hdr .l-hdr__shop {
  width: 100px;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}

/*下層ページ*/
.l-hdr_under {
  position: relative;
}

.l-hdr__menu_under {
  background-color: transparent;
  color: var(--baseColor);
}

header.l-hdr.l-hdr_under .l-hdr__login__link {
  color: var(--baseColor);
}

.l-hdr_under .l-hdr__menu__arrow {
  color: var(--mainColor);
}

header h1 img {
  width: 13vw;
}
@media only screen and (max-width: 559px) {
  header h1 img {
    width: 32vw;
  }
}

.container {
  margin-bottom: 0;
}

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

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  position: relative;
  padding: 5.5rem 0 3rem;
  margin-top: clamp(9rem, 6.8155339806rem + 5.8252427184vw, 18rem);
  background-color: transparent;
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding: 7rem 0 1rem;
  }
}

.l-footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.l-footer ul {
  display: flex;
  color: var(--baseColor);
  text-align: center;
  font-size: 16px;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .l-footer ul {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer ul li::after {
  content: "|";
  color: var(--baseColor);
  padding: 0 7px;
}
@media only screen and (max-width: 559px) {
  .l-footer ul li::after {
    content: none;
  }
}
.l-footer ul li:last-child::after {
  content: none;
}
.l-footer figure {
  margin-right: auto;
  margin-left: auto;
  width: clamp(19.3rem, 16.8485436893rem + 6.5372168285vw, 29.4rem);
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}

.l-footer__copy {
  color: var(--mainColor);
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.page-detail-page.page-detail-top .content-header .page-header {
  font-size: clamp(2.8rem, 1.8291262136rem + 2.5889967638vw, 6.8rem);
  letter-spacing: 0.6em;
  font-weight: 100;
  line-height: 2.2058823529;
}
@media only screen and (max-width: 559px) {
  .page-detail-page.page-detail-top .content-header .page-header {
    padding-top: 3rem;
  }
}
.page-detail-page.page-detail-top .content-header .page-header span {
  letter-spacing: 0.6em;
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .page-detail-page.page-detail-top .content-header .page-header span {
    letter-spacing: 0.3em;
  }
}

.page-detail-page.page-detail-top .content-header::after {
  top: 45%;
  right: 17%;
}
@media only screen and (max-width: 559px) {
  .page-detail-page.page-detail-top .content-header::after {
    top: 90%;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

.content {
  position: relative;
  z-index: 1;
}

.ill-ft {
  text-align: center;
  width: clamp(22.6rem, 21.532038835rem + 2.8478964401vw, 27rem);
  position: relative;
  z-index: -9999;
  margin: 0 auto;
}

.l_news {
  padding-top: 8rem;
}
.l_news .news_contents {
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 559px) {
  .l_news .news_contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.l_news .news_contents a {
  text-decoration: none !important;
}
.l_news .news_contents a .fig_wrap {
  position: relative;
}
.l_news .news_contents a .tab {
  color: var(--colorW);
  background-color: var(--mainColor);
  border-radius: 999px;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media only screen and (max-width: 559px) {
  .l_news .news_contents a .tab {
    padding: 0 10px;
  }
}
.l_news .news_contents a .title {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l_news .news_contents a .date {
  font-family: "Cormorant Garamond", serif;
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  color: var(--mainColor);
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: right;
}

.page-detail-page .content-header {
  padding-top: clamp(7rem, 2.5097087379rem + 11.9741100324vw, 25.5rem);
  background-color: transparent;
  position: relative;
}

.page-detail-page .content-header .page-header {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.5;
  text-align: left;
  color: var(--mainColor);
  padding-left: 15rem;
}
@media only screen and (max-width: 559px) {
  .page-detail-page .content-header .page-header {
    text-align: center;
    padding-left: auto;
    padding-left: 0;
    letter-spacing: 0.3em;
    line-height: 2.3076923077;
  }
}
.page-detail-page .content-header .page-header span {
  color: var(--mainColor);
  display: block;
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  letter-spacing: 0.2em;
}
.page-detail-page .content-header figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  width: clamp(27rem, 22.6310679612rem + 11.6504854369vw, 45rem);
}

.l_calender {
  padding-top: clamp(8rem, 6.0582524272rem + 5.1779935275vw, 16rem);
}
.l_calender_title {
  position: relative;
}

.l_calender .calender_area {
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}

.l_pickup {
  padding-top: clamp(10rem, 6.8446601942rem + 8.4142394822vw, 23rem);
}

.l_archive {
  padding-top: clamp(8rem, 7.1504854369rem + 2.2653721683vw, 11.5rem);
}

.l_drops {
  padding-top: clamp(8rem, 5.572815534rem + 6.4724919094vw, 18rem);
}

.l_drops_new,
.l_drops_resonant {
  padding-top: clamp(8rem, 6.3009708738rem + 4.5307443366vw, 15rem);
}

.catch_img_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  margin-top: clamp(10rem, 8.5436893204rem + 3.8834951456vw, 16rem);
}
.catch_img_area .o_btn_area._catch_area {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(33rem, 31.1310679612rem + 4.9838187702vw, 40.7rem);
}

/* 運営からのお知らせ */
.l_circle_news {
  margin-top: clamp(8rem, 6.5436893204rem + 3.8834951456vw, 14rem);
}
.circle_news_heading {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
  color: var(--baseColor);
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: translateY(-6rem);
}
.circle_news_heading__sub {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
  color: var(--mainColor);
}
.circle_news_body {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #ebebeb;
  padding: clamp(3rem, 2.5rem + 1.3vw, 5rem) 0 clamp(5rem, 4.0291262136rem + 2.5889967638vw, 9rem);
}
.circle_news_body .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(2rem, 1.6359223301rem + 0.9708737864vw, 4rem);
}
.circle_news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.circle_news_item {
  padding: clamp(1.8rem, 1.5631067961rem + 0.6472491909vw, 2.8rem) 0;
  border-bottom: 1px dashed var(--base50Color);
}
.circle_news_item:first-child {
  border-top: 1px dashed var(--base50Color);
}
.circle_news_item__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.8rem;
}
.circle_news_item__tag {
  display: inline-block;
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 3px 14px;
  white-space: nowrap;
}
.circle_news_item__date {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  color: var(--baseColor);
  letter-spacing: 0.05em;
}
.circle_news_item__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  color: var(--baseColor);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 0.5rem;
}
.o_btn_area._circle_news {
  width: clamp(33rem, 31.1310679612rem + 4.9838187702vw, 40.7rem);
  margin-top: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o_btn_area._circle_news {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .circle_news_body .container {
    padding: 0 2rem;
  }
}

/* ライブ配信 */
.l_live {
  padding-top: clamp(8rem, 6.5436893204rem + 3.8834951456vw, 14rem);
}
.l_live__inner {
  display: flex;
  align-items: center;
  gap: clamp(4rem, 2.9126213592rem + 2.9126213592vw, 8rem);
}
.l_live__content {
  flex: 0 0 45%;
  min-width: 0;
}
.l_live__image {
  flex: 1;
  min-width: 0;
}
.l_live__image figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.l_live__tag {
  display: inline-block;
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 3px 14px;
}
.l_live__date {
  margin-top: clamp(1.5rem, 1.2631067961rem + 0.6472491909vw, 2.5rem);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  color: var(--baseColor);
  letter-spacing: 0.05em;
}
.l_live__heading {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.l_live__text {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  color: var(--baseColor);
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.o_btn_area._live {
  width: 33rem;
  margin-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o_btn_area._live {
    width: 100%;
  }
}
.l_live__btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--baseColor);
  border-radius: 999px;
  padding: clamp(0.8rem, 0.6786407767rem + 0.3236245955vw, 1.3rem) clamp(2.5rem, 2.2631067961rem + 0.6472491909vw, 3.5rem);
  font-size: clamp(1.3rem, 1.2029126214rem + 0.2588996764vw, 1.7rem);
  color: var(--baseColor);
  letter-spacing: 0.1em;
  transition: background-color 0.2s, color 0.2s;
}
.l_live__btn:hover,
.l_live__btn:focus {
  background-color: var(--baseColor);
  color: var(--colorW);
  opacity: 1;
}
.l_live__btn__arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--baseColor);
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.l_live__btn:hover .l_live__btn__arrow,
.l_live__btn:focus .l_live__btn__arrow {
  border-color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .l_live__inner {
    flex-direction: column;
  }
  .l_live__image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */