@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 {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .intro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr min(calc(552 / 1280 * 100vw), calc(552 / 1280 * 3000px));
    grid-template-columns: 1fr min(calc(552 / 1280 * 100vw), calc(552 / 1280 * 3000px));
    gap: 18px min(calc(60 / 1280 * 100vw), calc(60 / 1280 * 3000px));
    padding: 78px 0 118px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .intro {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (min-width: 768px) and (max-width: 767px) {
  .intro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .intro {
    padding: 40px;
  }
}

.introCopy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .introCopy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .introCopy {
    font-size: 24px;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.introCopy i:nth-child(2 of i) {
  padding-left: 57px;
}
.introCopy i:nth-child(3 of i) {
  padding-left: 18px;
}

.introCatch {
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .introCatch {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .introCatch {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.introLead {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .introLead {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-size: 13px;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 767px) {
  .introLead {
    font-size: 12px;
  }
}

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

	.look

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

.lookList {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .lookList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .lookList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .lookList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.lookList_item {
  position: relative;
}

.lookList_img {
  aspect-ratio: 0.7142857143;
}
.lookList_img img, .lookList_img svg, .lookList_img iframe, .lookList_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lookList_credit {
  position: absolute;
  top: 0;
  left: 0;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .lookList_credit {
    gap: 12px;
    padding: 0 min(calc(30 / 1280 * 100vw), 30px);
  }
}
@media print, screen and (max-width: 767px) {
  .lookList_credit {
    gap: 12px;
    padding: 0 20px;
  }
}
@media (hover: hover) {
  .lookList_item:hover .lookList_credit {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.is-touch .is-creditOpen .lookList_credit {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lookList_creditItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.lookList_creditName {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.lookList_creditPrice {
  margin-top: 3px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .lookList_creditPrice {
    font-size: 10px;
  }
}

.lookList_creditButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 10px;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .lookList_creditButton {
    width: 38px;
    height: 20px;
    font-size: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .lookList_creditButton {
    width: 49px;
    height: 24px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .lookList_creditItem:hover .lookList_creditButton {
    background-color: rgba(0, 0, 0, 0.26);
    color: #fff;
  }
}

.lookList_creditCaution {
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: -3px;
}
@media print, screen and (max-width: 767px) {
  .lookList_creditCaution {
    margin-top: -2px;
  }
}

.lookList_creditToggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}
@media print, screen and (max-width: 767px) {
  .is-touch .lookList_creditToggle {
    display: block;
  }
}
.lookList_creditToggle::before, .lookList_creditToggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.lookList_creditToggle::after {
  rotate: 90deg;
}
.is-creditOpen .lookList_creditToggle::before {
  rotate: -45deg;
}
.is-creditOpen .lookList_creditToggle::after {
  rotate: 45deg;
}

.lookArchive {
  margin: 120px auto 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .lookArchive:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .lookArchive {
    width: 880px;
  }
}
@media print, screen and (max-width: 767px) {
  .lookArchive {
    width: 100%;
    padding: 0 20px;
    margin-top: 90px;
  }
}
.lookArchive img {
  width: 100%;
}

.lookArchive_item {
  display: block;
}