@charset "utf-8";

/**********
** root
***********************************/

:root {

  /* color */
  --black: #000;
  --white: #fff;
  --brown: #3d689b;
  --brown2: #5b3409;
  --gray: #f9f5dc;
  --gray2: #f6f6f6;
  --purple: #eff5f9;
  --purple2: #6f5b98;
  --purple3: #5a9391;
  --purple4: #93635a;
  --blue: #3d689b;


  /* font-family */
  --font-main: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-en: "cabrito-didone-condensed", sans-serif;
  --font-mincho: "Shippori Mincho B1", serif;
}

.bx-main {
  color: var(--black);
  font-family: var(--font-main);
}

a {
  transition: .3s;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.js-order1,
.js-order2,
.js-order3,
.js-order4,
.js-order5 {
opacity: 0;
visibility: hidden;
transform: translateY(50px);
transition: opacity 1s, visibility 1s, transform 1s;
}
.fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


@media(max-width: 520px) {
  a:hover {
    opacity: 1;
  }

  #ra37 .h1Class{
    margin-inline: auto !important;
  }
}

.u-mobile {
  display: none;
}

.u-desktop {
  display: block;
}

@media(max-width: 521px) {
  .u-mobile {
    display: block;
  }
  .u-desktop {
    display: none;
  }
}

/**********
** common
***********************************/

/* bx-btn */

.bx-btn {
  font-size: 21px;
  line-height: 44px;
  letter-spacing: 0.058em;
  color: #fff !important;
  font-family: var(--font-en);
  text-transform: capitalize;
  width: calc(572 / 750 * 100%);
  display: inline-block;
  max-width: 266px;
  background-color: var(--brown);
  border-radius: calc(infinity * 1px);
  text-align: center;
  position: relative;
}

.bx-btn.wide{
  background-color: var(--purple2);
}

.bx-btn.cropped{
  background-color: var(--purple3);
}

.bx-btn.linen{
  background-color: var(--purple4);
}


.bx-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 33px;
  height: 10px;
  background: url(../img/250304/icon_arrow.webp) no-repeat center/contain;
}

/**********
** layout
***********************************/

.bx-wrap {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  grid-template-columns: 33% minmax(490px, 520px) 1fr;
  background-color: var(--purple);
  transition: background-color 1s ease;
}

.bx-wrap.is-change {
  background-color: var(--gray);
}

/* .bx-wrap_center {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
} */

.bx-section,
.bx-section + .bx-section {
  margin-top: -90px;
  padding-top: 90px;
}

.bx-item + .bx-section {
  margin-top: 0;
  padding-top: 0;
}

@media(max-width: 1080px) {
  .bx-wrap {
    grid-template-columns: 40% minmax(300px, 58%) !important;
  }

  .bx-wrap_right {
    display: none;
  }
}

@media(max-width: 521px) {
  .bx-wrap {
    display: block!important;
  }

  .bx-section,
  .bx-section + .bx-section {
    margin-top: -120px;
    padding-top: 120px;
  }
  .bx-btn {
  width: calc(670 / 750 * 100%);
  max-width: 272px;
}
}

/**********
** bx-wrapRight
***********************************/

.bx-wrapRight {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

.bx-wrapRight_img {
  height: 100%;
}

.bx-wrapRight_img img {
  aspect-ratio: 1008 / 2094;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  animation: fadeAnime 12s ease infinite;
}

.bx-wrapRight_img img:nth-child(1) {
  animation-delay: 0s;
}
.bx-wrapRight_img img:nth-child(2) {
  animation-delay: 4s;
}
.bx-wrapRight_img img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  54% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/**********
** bx-wrapLeft
***********************************/

.bx-wrapLeft_content {
  position: sticky;
  top: 18vw;
  width: 65%;
  margin-inline: auto;
}

.bx-wrapLeft_title {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 80%;
}

.bx-wrapLeft_title img {
  aspect-ratio: 327 / 178;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bx-wrap_left{

}

/**********
** bx-mv
***********************************/
.bx-wrap_center{
  box-shadow: 0px 0px 10px #c9d3df inset;
}

.bx-mv {
  position: relative;
}

.bx-mv_img {
  width: 100%;
}

.bx-mv_img img {
  aspect-ratio: 825 / 760;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-mv_catch {
  width: calc(647 / 750 * 100%);
  margin-top: -17px;
  margin-inline: auto;
  position: relative;
}

.bx-mv_catch img {
  aspect-ratio: 651 / 203;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-mv_catch + .bx-mv_img {
  margin-top: 20px;
}

/**********
** bx-mv-intro
***********************************/

.bx-mv-intro {
  margin-top: 48px;
  text-align: center;
}

.bx-mv-intro_catch {
  font-size: 27px;
  font-weight: 700;
  line-height: calc(40 / 27);
}

.bx-mv-intro_text {
  width: 97%;
  margin-inline: auto;
  font-size: clamp(14px, 13.296px + 0.188vw, 16px);
  line-height: 2em;
}

.bx-mv-intro_banner {
  margin-top: 48px;
  margin-inline: 32px;
}

.bx-mv-intro_banner img {
  aspect-ratio: 690 / 340;
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 521px) {
  .bx-mv-intro_catch {
    margin-top: 60px;
  }

  .bx-mv_catch {
    width: calc(680 / 750 * 100%);
  }

  .bx-wrap_center{
    box-shadow:none;
    padding-bottom: 40px;
  }
}


/**********
** bx-links
***********************************/

.bx-links.bx-links--sp {
  display: none;
}

.bx-links_text {
  font-size: 19px;
  text-align: center;
  position: relative;
}

.bx-links_line {
  width: 2px;
  height: 50px;
  background-color: var(--gray2);
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-inline: auto;
}

.bx-links_line::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 25px;
  background-color: var(--blue);
  z-index: 2;
  animation: scrollDown 2.8s cubic-bezier(.45,0,.55,1) infinite, scrollHide 2.8s cubic-bezier(.5,1,.89,1) infinite;
}

.bx-links_text::after {
  background-color: var(--gray2);
  z-index: 1;
}

@keyframes scrollDown {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -20px;
  }
}

@keyframes scrollHide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bx-links_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.bx-links_item img {
  aspect-ratio: 317 / 317;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 521px) {
  .bx-links.bx-links--sp {
    display: block;
    margin-top: 50px;
    padding-inline: 16px;
  }
}

/**********
** bx-item
***********************************/

.bx-item_title {
  margin: 0 auto;
  padding-inline: 20px;
  width: 90%;
  margin-top: 60px;
}

.bx-item_title img {
  aspect-ratio: 596 / 280;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-item_main {
  margin-top: 40px;
  width: calc(526 / 750 * 100%);
  position: relative;
}

.bx-item_main img {
  aspect-ratio: 527 / 760;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-item_catch {
  position: absolute;
  top: -10px;
  right: -76px;
  font-size: clamp(16px, 14.592px + 0.376vw, 20px);
  font-size: 22px;
  font-size: clamp(20px, 19.296px + 0.188vw, 22px);
  line-height: 1.8;
  color: var(--white);
  font-family: var(--font-mincho);
  writing-mode: vertical-rl;
}

.bx-item_catch span {
  background-color: var(--brown);
  padding-inline: 8px;
}

.bx-item_catch.bx-item_catch--2 span {
  background-color: var(--purple2);
}

.bx-item_catch.bx-item_catch--3 span {
  background-color: var(--purple3);
}

.bx-item_catch.bx-item_catch--4 span {
  background-color: var(--purple4);
}

.bx-item_mainSub {
  width: calc(335 / 750 * 100%);
  margin-top: -180px;
  margin-left: auto;
  position: relative;
}

.bx-item_mainSub img {
  aspect-ratio: 335 / 496;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-item_comment {
  font-size: 18px;
  font-family: var(--font-mincho);
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-inline: 36px;
  line-height: 1.9rem;
}

.bx-item_comment img {
  aspect-ratio: 564 / 255;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bx-item_subImg {
  width: calc(590 / 750 * 100%);
  margin-top: 40px;
  margin-inline: auto;
}

.bx-item_subImg.wide01{
  width: calc(690 / 750 * 100%);
  margin-top: 0px;
}

.bx-item_subImg img {
  aspect-ratio: 590 / 720;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-item_btn {
  margin-top: 40px;
  text-align: center;
}

#item2 .bx-item_btn {
  margin-top: 0px;
}

.bx-item_detail {
  margin-top: 100px;
}

.bx-item_seriesBtn {
  margin-top: 80px;
  padding-inline: 28px;
}

.bx-item_seriesBtn img {
  aspect-ratio: 640 / 320;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-item_kindsItems {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-inline: 46px;
}

.bx-item_kindsItem img {
  aspect-ratio: 211 / 355;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-item_pageLinks {
  margin-top: 30px;
  padding-inline: 20px;
  margin-bottom: 80px;
}

.bx-item_pageLink + .bx-item_pageLink {
  margin-top: 10px;
}

.bx-item_pageLink a {
  font-size: 26px;
  line-height: 42px !important;
  font-family: var(--font-en);
  text-transform: uppercase;
  color: white !important;
  background-color: var(--purple2);
  display: block;
  text-align: center;
  position: relative;
  letter-spacing:.2rem;
}

.bx-item_pageLink.black a{
  background-color: black!important;
}

.bx-item_pageLink a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 34px;
  height: 10px;
  background: url(../img/250304/icon_arrow_white.webp) no-repeat center/contain;
}

@media screen and (max-width: 769px) {
  .bx-item_mainSub {
    margin-top: -8.6vw;
  }
}

/**********
** bx-detail
***********************************/

.bx-detail_box {
  position: relative;
}

.bx-detail_title {
  position: absolute;
  top: 60%;
  left: -28px;
  transform: translateY(-50%);
  width: calc(167 / 750 * 100%);
  z-index: 2;
}

.bx-detail_title02 {
  left: -13px;
}

.bx-detail_title img {
  aspect-ratio: 167 / 1012;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-detail_img {
  width: calc(666 / 750 * 100%);
}

.bx-detail_img img {
  aspect-ratio: 666 / 470;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-detail_slider {
  width: calc(481 / 750 * 100%);
  margin-top: -20px;
  margin-left: auto;
  position: relative;
}

.bx-detail_catch {
  position: absolute;
  top: 120px;
  left: -94px;
  z-index: 2;
  font-size: clamp(18px, 15.887px + 0.563vw, 24px);
  line-height: 2.2;
  color: var(--white);
  font-family: var(--font-mincho);
  writing-mode: vertical-rl;
}

.bx-detail_catch span {
  background-color: var(--brown);
  padding-inline: 8px;
  padding-block: 1px;
}

.bx-detail_catch.bx-detail_catch--2 span {
  background-color: var(--purple2);
}

.bx-detail_catch.bx-detail_catch--3 span {
  background-color: var(--purple3);
}

.bx-detail_catch.bx-detail_catch--4 span {
  background-color: var(--purple4);
}

.bx-detail_catch span ~ span {
  margin-top: 40px;
}

.bx-detail_box2 {
  margin-top: 80px;
}

.bx-detail_subImg {
  width: calc(476 / 750 * 100%);
}

.bx-detail_subImg.item04 {
  width: calc(550 / 750 * 100%);
}

.bx-detail_subImg img {
  aspect-ratio: 476 / 614;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-detail_subImg.item04 img {
  aspect-ratio: 550 / 630;
}

.bx-detail_text {
  margin-top: 40px;
  padding-inline: 33px;
  font-size: 18px;
  line-height: calc(50 / 28);
  font-family: var(--font-mincho);
  text-align: justify;
}

.bx-detail_box3 {
  margin-top: 60px;
}

.bx-detail03_points {
  width: 100%;
  padding-inline: 20px;
}

.bx-detail03_point {
  display: grid;
  grid-template-columns: auto calc(357 / 750 * 100%);
  place-items: center;
  gap: 16px;
}

.bx-detail03_point.bx-detail03_point--rev {
  grid-template-columns: calc(357 / 750 * 100%) auto;
}

.bx-detail03_point + .bx-detail03_point {
  margin-top: 40px;
}

.bx-detail03_textBox {
  text-align: center;
}

.bx-detail03_point--rev .bx-detail03_textBox {
  order: 2;
}

.bx-detail03_pointTitle {
  font-size: 22px;
  letter-spacing: 0.028em;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.bx-detail03_pointText {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(38 / 25);
  letter-spacing: 0.035em;
}

.bc-detail03_pointImg img {
  aspect-ratio: 357 / 264;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .bx-detail_catch {
    top: 20px;
    left: -84px;
    height: 100%;
  }
}

@media screen and (max-width: 521px) {
  .bx-detail_catch {
    top: 50px;
    left: -74px;
  }

  .bx-detail03_point {
    grid-template-columns: auto 178px;
  }

  .bx-detail03_point.bx-detail03_point--rev {
    grid-template-columns: 178px auto;
  }
  .bx-detail_title {
    left: -24px;
  }
  .bx-item_comment {
  padding-inline: 26px;
}
.bx-detail_text {
  padding-inline: 26px;
}
}

/**********
** bx-detail03
***********************************/

.bx-detail03_title {
  font-size: 22px;
  letter-spacing: 0.028em;
  text-align: center;
  position: relative;
}

.bx-detail03_title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 4px;
  background: url(../img/250304/detail03_under-bar.webp) no-repeat center/contain;
}

.bx-detail03_title span {
  font-size: 12px;
}

.bx-detail03_sizes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.bx-detail03_size {
  width: calc(196 / 750 * 100%);
}

.bx-detail03_size img {
  aspect-ratio: 196 / 197;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-detail03_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-inline: 82px;
}

.bx-detail03_items img {
  aspect-ratio: 360 / 360;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bx-detail03_itemText {
  font-size: clamp(12px, 11.296px + 0.188vw, 14px);
  line-height: calc(39 / 26);
  text-align: center;
  margin-top: 16px;
}

.bx-detail03_img {
  margin-top: 10px;
}

.bx-detail03_img img {
  aspect-ratio: 322 / 173;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/**********
** bx-price
***********************************/

.bx-price_points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.bx-price_point {
  font-size: 10px;
  letter-spacing: -0.04em;
  padding: 2px 4px;
  background-color: var(--gray);
}

.bx-price_box {
  text-align: center;
}

.bx-price_name.itemname {
  font-size: 15px;
  letter-spacing: -0.072em;
}

.bx-price_yen .price {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.bx-price_btn {
  margin-top: 4px;
}
.checktext {
  margin-top:15px;
  color: #c8568f;
}

/**********
** bx-slider
***********************************/

.bx-slider {
  padding-bottom: 20px;
}

.bx-slider_img img {
  aspect-ratio: 481 / 797;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-slider_pagination.swiper-pagination {
  bottom: 140px;
}

.bx-slider_pagination2.swiper-pagination {
  bottom: 20px;
}

.bx-slider_pagination .swiper-pagination-bullet-active {
  background-color: white;
}

.bx-slider_pagination2 .swiper-pagination-bullet-active {
  background-color: white;
}

/**********
** 関連アイテムリンク
***********************************/

.bx-list_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  padding-inline: 24px;
}

.bx-list_title {
  font-size: 23px;
  font-weight: 300;
  font-family: var(--font-main);
  text-transform: capitalize;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.bx-list_name.itemname {
  font-size: 14px;
  font-family: var(--font-main);
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bx-list_img img {
  aspect-ratio: 327 / 410;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-list_img.squarethumb img{
  aspect-ratio: 327 / 327;
}

.square {
  width: 81%;      /* 幅 */
  height: auto;     /* 高さ */
  background-color: rgba(255, 255, 255, 0.8); /* 背景色 */
  margin: 0 auto;
  padding:30px;
  margin-top: 40px;
}

@media screen and (max-width: 521px) {
  .square {
    width: 91%;
    padding:20px;
  }

  .bx-list_title{
    font-size: 18px;
  }
  .bx-detail03_items {
    padding-inline: 50px;
  }
  
}
.category{
  text-align: center;
  font-family: var(--font-en);
  font-size: 26px;
  margin-top: 44px;
}