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

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

	.intro

==============================================*/
.intro {
  -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;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.12em;
}
.intro.is-inviewHide {
  opacity: 0;
  visibility: hidden;
  translate: 0 30px;
}
@media print, screen and (min-width: 768px) {
  .intro {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .intro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .intro {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2.5;
  }
}
@media print, screen and (max-width: 767px) {
  .intro {
    padding: 0 30px;
    margin-top: 50px;
    font-size: 13px;
    line-height: 2;
  }
}

/*
	中見出し
------------------------------------*/
/*  小見出し */