@charset "UTF-8";
html {
  /* JSが動く前でもスクロールさせない */
  overflow: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  /* JSが動く前でもスクロールさせない */
  overflow: hidden;
  height: 100%;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "apparat", sans-serif;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  font-style: normal;
}

/* コンテンツは最初は見えないようにしておく */
#container {
  opacity: 0;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.hir {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1a1a1a;
}

.hel {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.8cqw;
}

.maru {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
  margin: 0;
}

.sec1_brown {
  background-color: #bc9b6f;
}

.sec1_black {
  background-color: #000;
}

.sec2_brown {
  background-color: #603813;
}

.sec2_lightbrown {
  background-color: #8c6239;
}

.sec3_white {
  background-color: #fffaf0;
}

.sec3_gray {
  background-color: #c0c0c0;
}

.sec3_gray {
  background-color: #c0c0c0;
}

.sec3_pink {
  background-color: #d8bfd8;
}

.sec3_blue {
  background-color: #87cefa;
}

.sec4_beige {
  background-color: #efebbf;
}

.sec4_pink {
  background-color: #dcc7dd;
}

.sec4_purple {
  background-color: #b5a3c4;
}

.sec4_lightblue {
  background-color: #9dc5c9;
}

.sec4_blue {
  background-color: #538299;
}

.sec4_brown {
  background-color: #bc9b6f;
}

.sec5_brown {
  background-color: #603813;
}

.sec5_black {
  background-color: #000;
}

.sec6_pink {
  background-color: #e4c1e5;
}

.sec6_green {
  background-color: #d6e5c6;
}

.sec6_black {
  background-color: #1a1a1a;
}

[class*=_credit] a {
  display: inline-block;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
  width: 20cqw;
  border-radius: 20px;
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; /* 背景色 */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
}

/* .top
===================================================== */
.top {
  /* 既存のstyle.cssにあった背景画像などの設定を維持します */
  background-image: url(../images/top.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 174vw;
  position: relative;
}
.top > img {
  position: absolute;
  width: 20%;
}
.top > img:nth-of-type(1) {
  top: 6vw;
  left: 8vw;
}
.top > img:nth-of-type(2) {
  top: 30vw;
  right: 8vw;
}
.top > img:nth-of-type(3) {
  top: 82vw;
  left: 70vw;
  transform: translate(-50%, -50%);
  width: 15%;
}
.top > img:nth-of-type(4) {
  bottom: 42vw;
  left: 8vw;
}
.top > img:nth-of-type(5) {
  bottom: 25vw;
  left: 50%;
  transform: translateX(-50%);
}
.top > img:nth-of-type(6) {
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 85vw;
}
@media screen and (min-width: 769px) {
  .top > img:nth-of-type(6) {
    width: 30vw;
  }
}

/* .read
===================================================== */
.read {
  text-align: center;
}
.read_date {
  font-size: 6.41cqw;
  margin-top: 12cqw;
}
.read_txt {
  font-size: 3.077cqw;
  line-height: 2;
  margin-top: 5cqw;
}

.read_box {
  position: relative;
}
.read_box > img {
  position: absolute;
}
.read_box > img:nth-of-type(1) {
  top: 18cqw;
  left: 3cqw;
  width: 16%;
}
.read_box > img:nth-of-type(2) {
  top: 28cqw;
  left: 0;
  width: 30%;
}
.read_box > img:nth-of-type(3) {
  top: -4cqw;
  right: 0;
  width: 30%;
}
.read_box > img:nth-of-type(4) {
  bottom: 30cqw;
  right: 17cqw;
  width: 10%;
}

/* .lineup
===================================================== */
.lineup {
  margin: 40cqw 2cqw;
}
.lineup_ttl {
  width: 35%;
  margin: 0 auto 2%;
}
.lineup_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  margin-top: 8cqw;
}
.lineup_btn .lineup_btn_top {
  display: flex;
  align-items: center;
  gap: 1.5em;
  width: 100%;
  height: 350px;
  max-width: 600px;
  padding: 0 5vw;
}
@media screen and (min-width: 769px) {
  .lineup_btn .lineup_btn_top {
    padding: 0 4cqw;
  }
}
.lineup_btn .lineup_btn_top #product-descriptions > p {
  display: none;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.lineup_btn .lineup_btn_top #product-descriptions > p.active {
  display: block;
}
.lineup_btn p {
  font-size: 4cqw;
}
@media screen and (min-width: 769px) {
  .lineup_btn p {
    font-size: 4.7cqw;
  }
}
.lineup_btn .image-gallery {
  flex: 1;
}
.lineup_btn .image-gallery .main-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 0;
}
.lineup_btn .image-gallery .main-image img {
  width: 100%;
  height: auto;
}
.lineup_btn .thumbnails {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.lineup_btn .thumbnails::-webkit-scrollbar {
  display: none;
}
.lineup_btn .thumbnails .thumbnail-wrapper {
  flex: 0 0 calc((100% - 30px) / 3.5);
  position: relative;
  cursor: pointer;
}
.lineup_btn .thumbnails .thumbnail-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.lineup_btn .thumbnails .thumbnail-wrapper .pushed {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.lineup_btn .thumbnails .thumbnail-wrapper.active .pushed {
  opacity: 1;
}
.lineup_btn .thumbnails .thumbnail-wrapper.active .normal {
  opacity: 0;
}

/* separator
===================================================== */
.separator {
  width: 100%;
  height: auto;
  margin-bottom: 40cqw;
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}

/* sec01
===================================================== */
.sec1 {
  position: relative;
  margin-bottom: 40cqw;
}
.sec1 > img {
  position: absolute;
}
.sec1 > img:nth-of-type(1) {
  top: 0cqw;
  left: 3cqw;
  width: 16%;
}
.sec1 > img:nth-of-type(2) {
  top: 90cqw;
  right: 0;
  width: 30%;
}
.sec1 > img:nth-of-type(3) {
  top: 310cqw;
  left: 0;
  width: 50%;
}
.sec1 p {
  font-size: 5.128cqw;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.sec1_img {
  display: flex;
  flex-direction: column;
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}
.sec1_img_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10cqw;
}
.sec1_img_item img {
  width: 70%;
  height: auto;
}
.sec1_img__row {
  display: flex;
  align-items: end;
  gap: 1.5em;
  margin-top: 10px;
}
.sec1_img__row img {
  width: 70%;
  height: auto;
}
.sec1_img > img {
  margin-top: 30px;
}
.sec1_img .sec1_credit {
  display: flex;
  flex-direction: column;
}
.sec1_img .sec1_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}

/* sec02
===================================================== */
.sec2 {
  position: relative;
  margin-bottom: 40cqw;
}
.sec2 > img {
  position: absolute;
}
.sec2 > img:nth-of-type(1) {
  top: -4cqw;
  right: 0;
  width: 16%;
}
.sec2 > img:nth-of-type(2) {
  top: 84cqw;
  left: 4cqw;
  width: 22%;
  z-index: 1;
}
.sec2 > img:nth-of-type(3) {
  top: 93cqw;
  left: 0;
  width: 14%;
  z-index: 1;
}
.sec2 > .hel {
  font-size: 5.128cqw;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  position: absolute;
  right: 11%;
  top: 9%;
}
.sec2 .sec2_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
}
.sec2 .sec2_grid img {
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}
.sec2 .sec2_img {
  width: 70%;
}
.sec2 .sec2_img .sec2_credit {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.sec2 .sec2_img .sec2_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.sec2 .sec2_sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.sec2 .sec2_sub .sec2_sub_images {
  display: flex;
  gap: 5px;
  align-items: stretch;
}
.sec2 .sec2_sub .sec2_sub_images > img {
  width: 50%;
}
.sec2 .sec2_sub .sec2_sub2 {
  position: relative;
  width: 50%;
}
.sec2 .sec2_sub .sec2_sub2 img {
  position: absolute;
}
.sec2 .sec2_sub .sec2_sub2 img:nth-of-type(1) {
  top: 0%;
  left: 0%;
  width: 49%;
}
.sec2 .sec2_sub .sec2_sub2 img:nth-of-type(2) {
  top: 4%;
  right: 1%;
  width: 49%;
}
.sec2 .sec2_sub .sec2_sub2 img:nth-of-type(3) {
  bottom: 10%;
  left: 0%;
  width: 65%;
}
.sec2 .sec2_sub .sec2_credit {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: -7% 0 0 auto;
}
.sec2 .sec2_sub .sec2_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}

/* sec03
===================================================== */
.sec3 {
  position: relative;
  margin-bottom: 40cqw;
}
.sec3 .sec3_img {
  position: relative;
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}
.sec3 .plus-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 30;
}
.sec3 .plus-icon span {
  display: block;
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.sec3 .plus-icon span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.sec3 .plus-icon span:last-child {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.sec3 .plus-icon.is-active span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.sec3 .plus-icon.is-active span:last-child {
  transform: translateX(-50%) rotate(45deg);
}
.sec3 .sec3_overlay {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 20;
  color: #fff;
}
.sec3 .sec3_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.sec3 .sec3_sub {
  width: 80%;
  margin: 5% auto;
}

/* sec04
===================================================== */
.sec4 {
  position: relative;
  margin-bottom: 40cqw;
}
.sec4 > img {
  position: absolute;
}
.sec4 > img:nth-of-type(1) {
  top: -30cqw;
  left: 0;
  width: 36%;
  z-index: 1;
}
.sec4 > img:nth-of-type(2) {
  top: 89cqw;
  right: 2cqw;
  width: 15%;
  z-index: 1;
}
.sec4 > img:nth-of-type(3) {
  top: 290cqw;
  right: 0;
  width: 50%;
  z-index: 1;
}
.sec4 p {
  font-size: 4.128cqw;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.sec4_img {
  display: flex;
  flex-direction: column;
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}
.sec4_img_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12cqw;
}
.sec4_img_item img {
  width: 70%;
  height: auto;
}
.sec4_img__row {
  display: flex;
  align-items: end;
  gap: 1.5em;
  margin-top: 10px;
}
.sec4_img__row img {
  width: 70%;
  height: auto;
}
.sec4_img > img {
  margin-top: 30px;
}
.sec4_img .sec4_credit {
  display: flex;
  flex-direction: column;
}
.sec4_img .sec4_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}

.color-grid {
  display: inline-block;
  vertical-align: top;
}

/* sec05
===================================================== */
.sec5 {
  position: relative;
  margin-bottom: 40cqw;
}
.sec5 > img {
  position: absolute;
  z-index: 1;
}
.sec5 > img:nth-of-type(1) {
  top: -1cqw;
  right: 2cqw;
  width: 13%;
}
.sec5 > .hel {
  font-size: 5.128cqw;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  position: absolute;
  right: 10%;
  top: 7%;
}
.sec5 .sec5_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
}
.sec5 .sec5_grid img {
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}
.sec5 .sec5_img {
  width: 70%;
}
.sec5 .sec5_sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.sec5 .sec5_sub .sec5_sub_images {
  display: flex;
  gap: 5px;
  align-items: stretch;
}
.sec5 .sec5_sub .sec5_sub_images > img {
  width: 50%;
}
.sec5 .sec5_sub .sec5_sub2 {
  width: 50%;
}
.sec5 .sec5_sub .sec5_credit {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: -14% 0 0 auto;
}
.sec5 .sec5_sub .sec5_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}

/* sec06
===================================================== */
.sec6 {
  position: relative;
  margin-bottom: 10vw;
}
.sec6 > img {
  position: absolute;
  z-index: 1;
}
.sec6 > img:nth-of-type(1) {
  top: 125cqw;
  left: 2cqw;
  width: 15%;
}
.sec6 > img:nth-of-type(2) {
  top: 220cqw;
  right: 0;
  width: 30%;
}
.sec6_img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec6_img__row {
  display: flex;
  align-items: end;
  gap: 1.5em;
  margin-top: 10px;
}
.sec6_img__row > img {
  width: 70%;
  height: auto;
}
.sec6_img_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10cqw;
}
.sec6_img_item img {
  width: 70%;
  height: auto;
}
.sec6_img_item p {
  font-size: 5.128cqw;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.sec6 .sec6_credit {
  display: flex;
  flex-direction: column;
}
.sec6 .sec6_credit p {
  writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.2px;
}

/* .btm
===================================================== */
.btm_img {
  /* 既存のstyle.cssにあった背景画像などの設定を維持します */
  background-image: url(../images/btm.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 174vw;
  position: relative;
  /* アニメーションのパフォーマンスを向上させる */
  will-change: transform, opacity;
}

.btm > img {
  position: absolute;
}
.btm > img:nth-of-type(1) {
  bottom: 8vw;
  left: 0vw;
  width: 50%;
}
.btm > img:nth-of-type(2) {
  bottom: 3vw;
  right: 8vw;
  width: 35%;
  margin-bottom: 3%;
}

/* PC Layout
===================================================== */
@media screen and (min-width: 769px) {
  #container {
    display: flex;
    width: 100%;
    height: 100vh;
  }
  body {
    overflow: hidden;
  }
  .top,
  .btm {
    flex: 1 1 0;
    height: 100vh !important;
    position: sticky;
    top: 0;
  }
  .btm_img {
    background-size: cover;
    height: 100%;
  }
  .top > img:nth-of-type(1) {
    top: 5vh;
    left: 10%;
  }
  .top > img:nth-of-type(2) {
    top: 20vh;
    right: 10%;
  }
  .top > img:nth-of-type(3) {
    top: 50vh;
    left: 60%;
  }
  .top > img:nth-of-type(4) {
    bottom: 30vh;
    left: 10%;
  }
  .top > img:nth-of-type(5) {
    bottom: 15vh;
  }
  .main_content {
    width: 33.3333333333%;
    overflow-y: scroll;
    container-type: inline-size;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .main_content::-webkit-scrollbar {
    display: none;
  }
  .btm > img:nth-of-type(1) {
    bottom: 0;
    left: 0;
  }
  .btm > img:nth-of-type(2) {
    bottom: 0;
    right: 1vw;
    display: none;
  }
}/*# sourceMappingURL=style.css.map */