@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	inview

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	c-section

==============================================*/
/*=============================================

	c-fv

==============================================*/
/*=============================================

	c-lookList

==============================================*/
/*=============================================

	c-productsList

==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  height: 48px;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 24px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-button {
    margin: 80px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-button {
    margin: 40px auto 0;
  }
}
@media (hover: hover) {
  .c-button:hover {
    background-color: #fff;
  }
  .c-button:hover .c-buttonText {
    color: #222222;
  }
  .c-button:hover .c-buttonArrow svg {
    fill: #222222;
  }
}

.c-buttonText {
  color: #fff;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-buttonArrow {
  aspect-ratio: 2.0555555556;
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.5px;
}
.c-buttonArrow img, .c-buttonArrow svg, .c-buttonArrow iframe, .c-buttonArrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-buttonArrow svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}

.c-fv {
  position: relative;
  background-color: #487E8C;
}
.c-fv .slick-list,
.c-fv .slick-track {
  height: 100svh;
}
@media print, screen and (min-width: 768px) {
  .c-fv .slick-list,
  .c-fv .slick-track {
    min-height: 720px;
  }
}

.c-fvCounter {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  gap: 47px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c-fvCounter {
    bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-fvCounter {
    bottom: 20px;
  }
}
.c-fvCounter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
}

.c-fvImg {
  display: block;
  height: 100svh;
}
@media print, screen and (min-width: 768px) {
  .c-fvImg {
    min-height: 720px;
  }
}

.c-fvImg_item {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.c-fvImg_item picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-fvImg_item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-fvContent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.c-fvLabel {
  -webkit-mask-box-image: 24px;
  mask-border: 24px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  line-height: 2.66;
}

.c-fvTitle {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.11;
}
@media print, screen and (min-width: 768px) {
  .c-fvTitle {
    font-size: 46px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-fvTitle {
    font-size: 26px;
  }
}

.c-fvLogo {
  aspect-ratio: 0.92;
}
.c-fvLogo img, .c-fvLogo svg, .c-fvLogo iframe, .c-fvLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .c-fvLogo {
    width: 92px;
    margin: 40px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-fvLogo {
    width: 73px;
    margin: 23px auto 0;
  }
}
.c-fvLogo svg {
  fill: #fff;
}

.c-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .c-section {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .c-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section {
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-section {
    margin-top: 80px;
  }
}

.c-sectionHeading {
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  display: -ms-grid;
  display: grid;
}
.c-sectionHeading.is-inviewHide {
  opacity: 0;
  visibility: hidden;
  translate: 0 30px;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 30px;
  }
}

.c-sectionHeading_title {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading_title {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading_title {
    font-size: 24px;
  }
}

.c-sectionHeading_label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading_label {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px;
    translate: 0 -20px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading_label {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 30px;
  }
}
.c-sectionHeading_label::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  translate: 0 -4px;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
.c-sectionHeading_label.is-inviewHide::before {
  width: 0;
}

.c-sectionHeading_labelInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-sectionHeading_labelRuby {
  font-size: 12px;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .c-sectionHeading_labelRuby {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionHeading_labelRuby {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 8px;
  }
}

.c-sectionHeading_labelText {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0.32em;
}

.c-lookList {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .c-lookList {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-lookList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.c-lookList_item {
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  aspect-ratio: 0.7142857143;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.c-lookList_item.is-inviewHide {
  opacity: 0;
  visibility: hidden;
  translate: 0 30px;
}
.c-lookList_item img, .c-lookList_item svg, .c-lookList_item iframe, .c-lookList_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .c-lookList_item:hover {
    opacity: 0.7;
  }
}

.c-productsList {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .c-productsList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-productsList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}

.c-productsList_item {
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease, translate 0.7s ease;
  display: block;
}
.c-productsList_item.is-inviewHide {
  opacity: 0;
  visibility: hidden;
  translate: 0 30px;
}
.c-productsList_item:nth-child(n+7) {
  display: none;
}

.c-productsList_itemImg {
  aspect-ratio: 1.3949579832;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-productsList_itemImg img, .c-productsList_itemImg svg, .c-productsList_itemImg iframe, .c-productsList_itemImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .c-productsList_item:hover .c-productsList_itemImg {
    opacity: 0.7;
  }
}

.c-productsList_itemNumber {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c-productsList_itemNumber {
    margin-top: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-productsList_itemNumber {
    margin-top: 6px;
    font-size: 12px;
  }
}

.c-productsList_itemName {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .c-productsList_itemName {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .c-productsList_itemName {
    margin-top: 4px;
    line-height: 1.3;
  }
}

.c-productsList_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-productsList_more:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .c-productsList_more {
    margin-top: 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-productsList_more {
    margin-top: 40px;
  }
}
body:not(:has(.c-productsList_item:nth-child(n+7))) .c-productsList_more {
  display: none;
}

.c-productsList_moreText {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-productsList_moreArrow {
  aspect-ratio: 1.4444444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 9px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.c-productsList_moreArrow img, .c-productsList_moreArrow svg, .c-productsList_moreArrow iframe, .c-productsList_moreArrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover: hover) {
  .c-productsList_more:hover .c-productsList_moreArrow {
    translate: 0 10px;
  }
}

.productCredit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.productCredit + .productCredit {
  margin-top: 24px;
}

.productCredit_name {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.productCredit_price {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.productCredit_priceTax {
  padding-left: 8px;
  font-size: 12px;
}

.productCredit_button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 61px;
  height: 31px;
  background-color: #222222;
  color: #fff;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #222222;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .productCredit:hover .productCredit_button {
    background-color: #fff;
    color: #222222;
  }
}

/*=============================================

	.productFv

==============================================*/
.productFv {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv {
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv {
    padding-top: 110px;
  }
}
.productFv:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #487E8C;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv:before {
    width: calc(100vw - 120px);
    height: 100%;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv:before {
    aspect-ratio: 375/359;
    width: 100%;
  }
}

.productFv_label {
  position: absolute;
  bottom: 41px;
  left: 168px;
  color: #fff;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.productFv_label br {
  display: none;
}

.productFv_img {
  position: relative;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv_img {
    aspect-ratio: 1.4;
    width: calc(100vw - 300px);
  }
  .productFv_img img, .productFv_img svg, .productFv_img iframe, .productFv_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv_img {
    aspect-ratio: 0.7142857143;
    width: calc(100vw - min(calc(20 / 375 * 100vw), calc(20 / 375 * 767px)));
  }
  .productFv_img img, .productFv_img svg, .productFv_img iframe, .productFv_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.productFv_content {
  background-color: #fff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv_content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 440px;
    height: calc(100% - 152px);
    margin-top: 152px;
    padding: 48px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv_content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
  }
}
@media print, screen and (max-width:1023px) and (min-width: 768px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) and (min-width: 768px) {
  .productFv_content {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width:1023px) and (max-width: 767px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) and (max-width: 767px) {
  .productFv_content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.productFv_num {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv_num {
    font-size: 12px;
  }
}
.productFv_title {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.13;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv_title {
    margin-bottom: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv_title {
    margin-bottom: 18px;
  }
}

.productFv_catch {
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 16px;
}

.productFv_lead {
  font-size: 12px;
  line-height: 1.8;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productFv_lead {
    margin-bottom: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productFv_lead {
    margin-bottom: 18px;
  }
}

.productDetail {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .productDetail {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .productDetail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .productDetail {
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .productDetail {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .productDetail_Block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.productDetail_Block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .productDetail_Block + .productDetail_Block {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .productDetail_Block + .productDetail_Block {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .productDetail_Block {
    gap: min(calc(80 / 1280 * 100vw), 80px);
  }
}

.productDetail_img {
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.productDetail_img img, .productDetail_img svg, .productDetail_img iframe, .productDetail_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .productDetail_img {
    width: min(calc(480 / 1280 * 100vw), calc(480 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .productDetail_img {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .productDetail_info {
    width: min(calc(400 / 1280 * 100vw), calc(400 / 1280 * 3000px));
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productDetail_info .productCredit {
    margin-top: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productDetail_info .productCredit {
    margin-top: 22px;
  }
}

.productDetail_catch {
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 16px;
}

.productDetail_lead {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.productDetail_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .productDetail_link:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productDetail_link {
    margin-top: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productDetail_link {
    margin-top: 15px;
  }
}

.productDetail_linkArrow {
  aspect-ratio: 2.0555555556;
  width: 18.5px;
  translate: 0 -1px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.productDetail_linkArrow img, .productDetail_linkArrow svg, .productDetail_linkArrow iframe, .productDetail_linkArrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.productDetail_linkArrow svg {
  fill: #222222;
}
@media (hover: hover) {
  .productDetail_link:hover .productDetail_linkArrow {
    translate: 10px -1px;
  }
}