@charset "UTF-8";


:root {
  --color-black: #3B3C3C;
  --color-white: #ffffff;
  --color-gray: #A09898;
  --color-cream: #F0ECD5;
  --color-text: #3B3C3C;
  --color-bg: #ffffff;
  --c1-accent: #EF77AE;
  --c2-accent: #51CE33;
  --c3-accent: #8E2626;
  --max-width: 390px;
  --photo-frame-w: 33rem;
  --font-indivisible: "indivisible-variable", sans-serif;
  --font-dnp-shuei: "dnp-shuei-gothic-kin-std", "Noto Sans JP", sans-serif;
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-sofia: "sofia-pro", sans-serif;
  --font-ivyora: "ivyora-display", "Times New Roman", serif;
  --font-helvetica-now: "nimbus-sans", "Noto Sans JP", sans-serif;
  --font-helvetica-cond: "nimbus-sans-condensed", "Noto Sans JP", sans-serif;
}

html, body {
  overflow-x: hidden;
}
html {
  font-size: min(10px, 100vw * 10 / 390);
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-dnp-shuei);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  background: var(--color-bg);
  color: var(--color-text);
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
figure { margin: 0; }
h1, h2, h3 { margin: 0; }
h1 {
  width: 29.651rem;
  height: auto
}
p {
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0;
}
ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.wrapper {
  position: relative;
  margin-inline: auto;
}
.card-shell {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;

}
.wrapper .header-content {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;

  z-index: 3;
  margin-top: 2.8rem;
  transform: translateX(0.5px);
}
.wrapper .content:not(.header-content) {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;
  background-color: var(--color-white);
  z-index: 1;
  transform: translateX(0.5px);
}
@media (min-width: 391px) {
  .wrapper .content {
    box-shadow: 0 4px 6px -3px rgba(0,0,0,0.2);
  }
  .wrapper .header-content {
    box-shadow: none;
  }
}
@media (max-width: 390px) {
  .wrapper .header-content {
    margin-top: 0;
  }
}
.wrapper .header-content .headline,
.wrapper .content .contents,
.wrapper .content .shop_list,
.wrapper .content .store,
.wrapper .content footer {
  position: relative;
  background: var(--color-white);
  z-index: 2;
}
.wrapper .content .chapter {
  position: relative;
  z-index: 2;
  background-color: var(--color-white);
}
.wrapper .content .contents_item {
  background: var(--color-white);
}


.bg-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.bg-a {
  background-image: url(../img/bg-01.jpg);
  opacity: 1;
}
.bg-b {
  background-image: url(../img/bg-02.jpg);
}
.bg-c {
  background-image: url(../img/bg-03.jpg);
}
@media (max-width: 767px) {
  .bg-layer { display: none; }
}
@media (max-width: 1139px) {
  .wrapper .content {
    box-shadow: none;
  }
  .wrapper .header-content {
    box-shadow: none;
  }
  .card-shell::before,
  .card-shell::after {
    content: '';
    position: absolute;
    top: 2.6rem;
    bottom: 0;
    width: 5px;
    background: rgba(0,0,0,0.1);
    filter: blur(3px);
  }
  .card-shell::before { left: -3px; }
  .card-shell::after { right: -3px; }
  .header-fv {
    margin-top: -0.6rem;
  }
  .header-fv img {
    filter: none;
    content: url(../img/fv/fv_sp.png);
  }
}


.pc-logo-left {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 570px + (570px - 195px) / 2 - 13.3rem);
  z-index: 10;
  width: 26.65rem;
}
@media (max-width: 1139px) {
  .pc-logo-left { display: none; }
}
.pc-logo-left img {
  width: 100%;
  height: auto;
}


.header {
  position: relative;
  z-index: 1;

}
.header-inner {
  position: relative;
  width: 100%;
}
.header-logo {
  position: absolute;
  top: 2.63rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.header-logo h1 img {
  width: 29.651rem;
  height: auto;
  display: block;
  margin-bottom: 0.84rem;
}
.header-logo-main {
  width: 32.87rem;
  height: auto;
  max-width: none;
  display: block;
  margin-bottom: 1.07rem;
}
.header-logo-collection {
  width: 8.543rem;
  height: auto;
  align-self: flex-end;
}

.header-fv {
  position: relative;
  width: 100%;
  z-index: 1;
}
.header-fv img {
  display: block;
  width: 39rem;
  height: auto;

}
.header-catch-vertical {
  position: absolute;
  top: 14rem;
  left: 1rem;
  z-index: 10;
  margin: 0;
  line-height: 1;
}
.header-catch-vertical img {
  width: auto;
  height: 26rem;
}
.header-copy-jp {
  position: absolute;
  top: 18rem;
  right: 3.5rem;
  z-index: 10;
}
.header-copy-jp img {
  width: 3.807rem;
  height: auto;
}
.header-copy-en {
  position: absolute;
  bottom: 2.33rem;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-copy-en img {
  width: 26.231rem;
  height: auto;
  max-width: 100%;
}


.wrapper .content .headline {
  padding: 3rem 0;
}
.wrapper .header-content .headline {
  padding: 0 0 3rem;
}
.headline {
  position: relative;
  padding: 0 0 3rem;
  z-index: 2;
  background: var(--color-white);
  text-align: center;
}
.headline img {
  width: 27.2rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.headline_body {
  margin-top: 2rem;
  font-family: var(--font-notosans);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: var(--color-text);
  text-align: center;
  padding: 0 3rem;
  letter-spacing: -0.03em;
}


.contents {
  position: relative;
  padding: 0.6rem 0 7rem 0;
  background: var(--color-white);
}
.contents_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: visible;
  width: 100%;
  align-items: center;
}
.contents_item:last-child {
  margin-bottom: 0;
}
.contents_item-image {
  position: relative;
  overflow: visible;
  min-width: 0;
}
.contents_item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.item01 .contents_item-image img {
  width: 20rem;
  margin: 0 0 -0.5rem 1rem;
}
.contents_item-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0.5rem 1rem;
  min-width: 0;
}
.contents_item-rule {
  display: block;
  border: none;
  border-top: 1px solid var(--color-black);
  width: 100%;
  max-width: 10rem;
  margin: 0 0 0.77rem 0;
}
.contents_item-label {
  display: block;
  margin: 0 0 1.2rem;
}
.contents_item-title {
  display: block;
  margin: 0 0 1.2rem;
}
.contents_item-desc {
  display: block;
  margin: 0;
}
.contents_item-bottom-rule {
  display: none;
}

.item01 .contents_item-label { width: 9.4rem;  height: 3rem; }
.item01 .contents_item-title { width: 12.9rem; height: 8.5rem; }
.item01 .contents_item-desc  { width: 11.2rem; height: 8.2rem; }
.item02 .contents_item-label { width: 9.5rem;  height: 3rem; }
.item02 .contents_item-title { width: 15.8rem; height: 4.7rem; }
.item02 .contents_item-desc  { width: 16.0rem; height: 6.0rem; }
.item03 .contents_item-label { width: 10.4rem; height: 3rem; }
.item03 .contents_item-title { width: 12.4rem; height: 10.4rem; }
.item03 .contents_item-desc  { width: 14.3rem; height: 6.0rem; }


.item01 .contents_item-text {
  order: 1;
  padding-left: 2.8rem;
}
.item01 .contents_item-image {
  order: 2;
  flex: 1;
  right: 2rem;
}

.item02 .contents_item-image {
  order: 1;
  flex: 0 0 18.6rem;
}
.item02 .contents_item-text {
  order: 2;
  flex: 1;
  right: -2rem;
  top:-1rem;
}

.item03 .contents_item-text {
  order: 1;
  flex: 1;
  padding-left: 2.8rem;
}
.item03 .contents_item-image {
  order: 2;
  flex: 0 0 18.6rem;
}

.contents_item.item01 {
  margin-bottom: 2rem;
}


.contents_check {
  position: absolute;
  width: 6.277rem;
  height: auto;
  text-decoration: none;
  z-index: 10;
}
.contents_check img {
  width: 100%;
  height: auto;
  display: block;
}

.item01 .contents_check { top: -1rem; right: 0; }
.item02 .contents_check { bottom: 1rem; right: -2rem; }
.item03 .contents_check { bottom: 1rem; left: -2rem; }
@media (any-hover: hover) {
  .contents_check:hover { opacity: 0.85; }
}


.contents_item.is-comingsoon {
  position: relative;
}
.contents_item.is-comingsoon .coming-soon-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
}
.contents_item.is-comingsoon .coming-soon-overlay img {
  width: 16.1rem;
  height: auto;
}
.contents_item.is-comingsoon .contents_check {
  pointer-events: none;
}
.contents_item.is-comingsoon .contents_check img {
  animation: none;
}


.chapter {
  position: relative;
  margin-bottom: 6rem;
}

#chapter02 {
  padding-bottom: 0.1rem;
  background-image:
    repeating-linear-gradient(0deg, rgba(81,206,51,0.25) 0, rgba(81,206,51,0.25) 1px, transparent 1px, transparent 1.6rem),
    repeating-linear-gradient(90deg, rgba(81,206,51,0.25) 0, rgba(81,206,51,0.25) 1px, transparent 1px, transparent 1.6rem);

}
.chapter-style {
  position: relative;
  margin-bottom: 5rem;
  padding: 0 2rem;

}
.c3-style {
  overflow: visible;
}
#chapter01 .chapter-style {
  margin-bottom: 0;
}
#c02-style1,
#c02-style2,
#c02-style3,
#c02-style4 {
  margin-bottom: 1rem;
}

.chapter-head-cover {
  position: relative;
  width: 100%;
}
.chapter-head-cover img.cover-photo {
  display: block;
  width: 39rem;
  height: auto;
}
.chapter-head-cover .cover-title {
  position: absolute;
  top: 8.5rem;
  left: 2.8rem;
  width: 25.2rem;
  height: auto;
  z-index: 2;
}
#chapter02 .chapter-head-cover .cover-title {
  width: 27.6rem;
  margin: 4.5rem 0 0 1rem;
}
#chapter03 .chapter-head-cover .cover-title {
  width: 31.4rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
  top: 36rem;
}
.chapter-head-lead {
  padding: 2.4rem 3rem 3rem;
  text-align: center;
}
.chapter-head-copy {
  font-family: var(--font-dnp-shuei);
  font-size: 2.45rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
#chapter01 .chapter-head-copy { color: var(--c1-accent); }
#chapter02 .chapter-head-copy { color: var(--c2-accent); }
#chapter03 .chapter-head-copy { color: var(--c3-accent); }
.chapter-head-text {
  font-family: var(--font-dnp-shuei);
  font-size: 1.2rem;
  line-height: 1.9;
  color: #EF77AE;
  text-align: center;
  margin: 0;
}
#chapter02 .chapter-head-text {
  color: #51CE33;
}

.style-photos {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.style-title-vertical {
  flex: 0 0 auto;
  margin: 0;
  padding-top: 0.5rem;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.style-title-vertical img {
  width: 4.5rem;
  height: auto;
}
#c01-style1 .style-title-vertical {
  padding-top: 2.2rem;
}
#c01-style2 .style-title-vertical {
  margin:7rem 3rem 0;
}
#c01-style3 .style-title-vertical {
  margin:3rem 0 0 2rem;
}


#chapter01 .style-title-vertical,
#chapter03 .c3-title-pill {
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 0 100% 0);
  transform: none;
  transition: opacity 1s ease .5s, filter 1s ease .5s, clip-path 1s ease .5s;
}
#chapter01 .style-title-vertical.is-visible,
#chapter03 .c3-title-pill.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
  filter: blur(0);
  transform: none;
}

#chapter02 .style-title-vertical {
  opacity: 0;
  filter: blur(10px);
  transform: none;
  transition: opacity 1s ease .5s, filter 1s ease .5s;
}
#chapter02 .style-title-vertical.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: none;
}


.style-swiper-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.style-swiper-wrap.is-visible {
  opacity: 1;
}
.style-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.style-swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
.style-swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 !important;
  background: #E8E7E7;
  opacity: 1;
}
.style-swiper-pagination .swiper-pagination-bullet-active {
  background: #9B9494;
}
#chapter02 .style-swiper-pagination {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  left: auto;
  width: fit-content;
  flex-direction: row;
  margin-top: 0;
  z-index: 20;
}

.swiper {
  z-index: -999999;
  width: 36.4rem;
  margin-top: -3rem;
}
#chapter03 .swiper {
  width: 100%;
  margin-top: 0;
  z-index: 1;
}
#chapter02 .swiper {
  width: var(--photo-frame-w);
}

#c01-style1 .swiper {
  right: 5.5rem;
}
#c01-style2 .swiper {
  right: 0;
}
#c01-style3 .swiper {
  right: 7.5rem;
}
.style-photo-frame {
  position: relative;
  width: var(--photo-frame-w);
}


#c02-style1 .style-photo-frame,
#c02-style2 .style-photo-frame {
  margin-left: calc(100% - var(--photo-frame-w) + 2rem);
  top: 9rem;
}

#c02-style1 .style-item-img,
#c02-style2 .style-item-img {
  left: -2rem;
  right: auto;
}


#c02-style3 .style-photos,
#c02-style4 .style-photos,
#c02-style5 .style-photos {
  flex-direction: row-reverse;
}
#c02-style3 .style-photo-frame,
#c02-style4 .style-photo-frame,
#c02-style5 .style-photo-frame {
  left: -2rem;
  right: auto;
  top: 9rem;
}
#c02-style3 .style-item-img,
#c02-style4 .style-item-img,
#c02-style5 .style-item-img {
  left: auto;
  right: -2rem;
}
#chapter02 .style-item-img {
  width: 24.9rem;
}


.style-catch-en {
  position: absolute;
  left: 4.5rem;
  bottom: 10rem;
  z-index: 5;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.style-catch-en.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.style-catch-en img {
  width: 7.3rem;
  height: auto;
}


#c01-style2 .style-photos {
  flex-direction: row-reverse;
}
#c01-style2 .style-catch-en {
  left: auto;
  right: 8.5rem;
  bottom: 9rem;
}
#c01-style2 .style-catch-en img {
  width: 2.9rem;
}
#c01-style3 .style-catch-en {
  left: auto;
  right: 8.5rem;
  top: 8.5rem;
}
#c01-style3 .style-catch-en img {
  width: 2.9rem;
}

#c02-style1 .style-photos,
#c02-style2 .style-photos,
#c02-style3 .style-photos,
#c02-style4 .style-photos,
#c02-style5 .style-photos {
  margin-bottom: 9rem;
}


.style-catch-ja {
  position: absolute;
  top: 1.5rem;
  right: 0;
  z-index: 5;
  padding: 1rem 0.6rem;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 0 100% 0);
  transform: none;
  transition: opacity 1s ease .5s, filter 1s ease .5s, clip-path 1s ease .5s;
}
.style-catch-ja.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0% 0);
  transform: none;
}
.style-catch-ja img {
  width: 5.866rem;
  height: auto;
  display: block;
}
#c01-style1 .style-catch-ja { top: 2.2rem; right: 1.58rem; }
#c01-style2 .style-catch-ja { top: 7rem; left: 1rem; }
#c01-style3 .style-catch-ja { top: 11rem; right: 1rem; }


#chapter02 .style-title-vertical img {
  width: 13rem;
  height: auto;
}
#c02-style1 .style-title-vertical img {
  width: 12.4rem;
}
#c02-style2 .style-title-vertical img {
  margin-top: -2rem;
  width: 14rem;
}
#c02-style3 .style-title-vertical img {
  width: 13.2rem;
}
#c02-style4 .style-title-vertical img {
  margin-top: 0.3rem;
  width: 14rem;
}
#c02-style5 .style-title-vertical img {
  margin-top: 0.3rem;
  width: 10rem;
}

#chapter02 .style-catch-en {
  top: auto;
  bottom: 1rem;
}

#c02-style1 .style-catch-en,
#c02-style2 .style-catch-en {
  left: 24rem;
  right: auto;
  bottom: 1.5rem;
}

#c02-style3 .style-catch-en,
#c02-style4 .style-catch-en,
#c02-style5 .style-catch-en {
  left: auto;
  right: 24rem;
  bottom: 1.5rem;
}
#chapter02 .style-catch-en img {
  width: 1.7rem;
  height: auto;
}

#c02-style1 .style-catch-ja,
#c02-style2 .style-catch-ja {
  top: auto; bottom: 1rem; left: -3rem; right: auto;
}
#c02-style1 .style-swiper-pagination,
#c02-style2 .style-swiper-pagination {
  bottom: 1rem; right: 1rem; left: auto;
}
#c02-style3 .style-catch-ja,
#c02-style4 .style-catch-ja,
#c02-style5 .style-catch-ja {
  top: auto; bottom: 1rem; right: -3rem; left: auto;
}
#c02-style3 .style-swiper-pagination,
#c02-style4 .style-swiper-pagination,
#c02-style5 .style-swiper-pagination {
  bottom: 1rem; left: 1rem; right: auto;
}


.style-info {
  position: relative;
  z-index: 10;
  margin: 0rem 1rem 3rem;
  border: 1px solid var(--c1-accent);
  border-radius: 1rem;

}
#chapter01 .style-info { border-color: var(--c1-accent); }
#chapter02 .style-info { border-color: var(--c2-accent); }
#chapter03 .style-info { border-color: var(--c3-accent); }

.style-info-head {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--c1-accent);

  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity 1s ease, clip-path 1s ease;
}
.style-info-head.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
}
#chapter01 .style-info-head {

  opacity: 1;
  clip-path: none;
  transition: none;
}
#chapter01 .style-info-num-text,
#chapter01 .style-info-title-text {

  display: block;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity 1s ease, clip-path 1s ease;
}
#chapter01 .style-info-num-text.is-visible,
#chapter01 .style-info-title-text.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
}
#chapter01 .style-info-head { border-color: var(--c1-accent); }
#chapter02 .style-info-head { border-color: var(--c2-accent); }
#chapter03 .style-info-head { border-color: var(--c3-accent); }

.style-info-num {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-right: 1px solid var(--c1-accent);
  font-family: var(--font-ivyora);
  font-style: italic;
  font-weight: 100;
  font-size: 1.9rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#chapter01 .style-info-num { border-color: var(--c1-accent); }
#chapter02 .style-info-num { border-color: var(--c2-accent); }
#chapter03 .style-info-num { border-color: var(--c3-accent); }

.style-info-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0.8rem 1rem;
  font-family: var(--font-helvetica-now);
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
}

.style-info-section {
  padding: 1.4rem;
}
.style-info-section + .style-info-section {
  border-top: none;
  padding-top: 0;
  position: relative;
}
.style-info-section + .style-info-section::before {
  content: '';
  display: block;
  width: 10.7rem;
  height: 1px;
  margin: 0 auto 2rem;
  background: var(--c1-accent);
}
#chapter01 .style-info-section + .style-info-section::before { background: var(--c1-accent); }
#chapter02 .style-info-section + .style-info-section::before { background: var(--c2-accent); }
#chapter03 .style-info-section + .style-info-section::before { background: var(--c3-accent); }


#chapter01 .style-info-section + .style-info-section {
  border-top: 1px solid var(--c1-accent);
  padding-top: 1.4rem;
}
#chapter01 .style-info-section + .style-info-section::before {
  display: none;
}

.style-label {
  font-family: var(--font-helvetica-now);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  text-align: left;
}
#chapter01 .style-info-num,
#chapter01 .style-info-title,
#chapter01 .style-label,
#chapter01 .style-body,
#chapter01 .style-credit { color: var(--c1-accent); }
#chapter02 .style-info-num,
#chapter02 .style-info-title,
#chapter02 .style-label,
#chapter02 .style-body,
#chapter02 .style-credit { color: var(--c2-accent); }
#chapter03 .style-info-num,
#chapter03 .style-info-title,
#chapter03 .style-label,
#chapter03 .style-body,
#chapter03 .style-credit { color: var(--c3-accent); }


#chapter02 .style-info {
  border: none;
  margin: 4rem;
  position: relative;
  padding: 3.6rem 0 1.8rem;
  background-color: var(--color-white);
}
#chapter02 .style-info-head {
  position: absolute;
  top: 0;
  right: -4.2rem;
  border-bottom: none;
  align-items: flex-start;
  gap: 0;
}
#chapter02 .style-info-num {
  border-right: none;
  background-color: var(--c2-accent);
  color: #1a1a1a !important;
  padding: 0.6rem 1.2rem;
  font-size: 1.9rem;
}
#chapter02 .style-info-title {
  background-color: var(--c2-accent);
  color: #1a1a1a !important;
  padding: 1rem 0.5rem;
  writing-mode: vertical-rl;

  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
}
#chapter02 .style-info-section {
  padding: 0.8rem 0;
}
#chapter02 .style-label,
#chapter02 .style-body,
#chapter02 .style-credit {
  text-align: center;
}
.style-body {
  font-family: var(--font-dnp-shuei);
  font-size: 1.3rem;
  line-height: calc(25/13);
  letter-spacing: -0.03em;
  margin: 0;
  text-align: left;
  padding: 0 1.2rem 1rem 1.2rem;
}
.style-credit {
  font-family: var(--font-dnp-shuei);
  font-size: 1.1rem;
  line-height: calc(19/11);
  letter-spacing: -0.01em;
  margin: 0;
  text-align: left;
  padding: 0 1.2rem 1rem 1.2rem;
}


.style-product {
  position: relative;
  padding: 3.59rem 0 0;
}
.style-product-inner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 34rem;
  overflow: visible;
}

#chapter01 .style-product {
  position: relative;
  z-index: 5;
  margin: -5rem 0 -2rem;
}
#c01-style2 .style-product {
  margin: -3rem 0;
}
#c02-style1 .style-product {
  margin: 0 auto;
}
#c02-style1 .style-product,
#c02-style2 .style-product,
#c02-style3 .style-product,
#c02-style4 .style-product,
#c02-style5 .style-product
{
  margin: -1.5rem 0 0;
}

.style-item-img {
  position: absolute;
  top: 0;
  left: 5.5rem;
  width: 28.5rem;
  height: auto;
}

#c01-style3 .style-product-inner {
  margin-top: 3rem;
}
.style-item-text {
  position: absolute;
  left: 3.48rem;
  z-index: 6;
}
.style-item-text p {
  margin: 0;
}
.style-item-text span {
  display: block;
  font-family: var(--font-notosans);
  font-size: 1.1rem;
  font-weight: 700;
  color: #393641;
  background: var(--color-white);
  border: 1px solid #393641;
  padding: 0.2rem 0.6rem;
  width: fit-content;
  line-height: 1.4;
  letter-spacing: 0;
}
.style-item-text span + span {
  margin-top: 0.5rem;
}

#c01-style2 .style-item-text {
  top:2rem;
}
#c01-style3 .style-item-text {
  top:-3.5rem;
}

#c02-style1 .style-item-text,
#c02-style2 .style-item-text {
  top: 2.22rem;
  left: 21rem;
  right: auto;
}

#c02-style3 .style-item-text,
#c02-style4 .style-item-text,
#c02-style5 .style-item-text {
  top: 2.22rem;
  left: auto;
  right: 21rem;
}
.style-wearing-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(7.5rem + 28.5rem + 1.11rem);
  width: 1.2rem;
  height: auto;
}


.buy-btn {
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  display: block;
  width: fit-content;
  min-width: 6.5rem;
  padding: 0.2rem 1rem;
  font-family: var(--font-notosans);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  border: 0.5px solid var(--color-black);
  border-radius: 100vmax;
  text-decoration: none;
  margin-top: 0.5rem;
  transition: color 0.3s ease, background 0.3s ease;
  animation: poyopoyo 2s ease-out infinite;
}
@media (any-hover: hover) {
  .buy-btn:hover {
    background-color: var(--color-white);
    color: #393641;
    outline: none;
  }
}
@keyframes poyopoyo {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.1); }
  20%  { transform: scale(0.95); }
  30%  { transform: scale(1.05); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}


.shop_list {
  text-align: center;
  padding: 0;
}
.shop_list_title {
  width: 17rem;
  margin: 0 auto;
}
.shop_list ul {
  display: grid;
  gap: 2rem;
  text-align: center;
  margin-top: 2.5rem;
}
.shop_list ul li span {
  display: block;
  font-family: var(--font-dnp-shuei);
  font-size: 1.1rem;
}
.shop_list ul li a {
  color: var(--color-gray);
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
.shop_list ul li a:hover {
  opacity: 0.7;
}


.store {
  padding: 4rem;
  text-align: center;
}
.store-btn {
  display: inline-block;
  width: 16.2rem;
}
.store-btn:focus {
  outline: none;
}
@media (any-hover: hover) {
  .store-btn:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}


footer {
  position: relative;
  padding: 2em 0;
  background-color: var(--color-white);
}
footer ul.sns {
  display: flex;
  justify-content: center;
  margin: 1em auto;
  list-style-type: none;
}
footer ul.sns li {
  width: 1.5em;
  margin: 1em;
}
footer ul.sns li a { display: block; }
footer small {
  text-align: center;
  display: block;
  color: var(--color-black);
}


@keyframes yura {
  0%   { rotate: 0deg; }
  50%  { rotate: -10deg; }
  100% { rotate: 0deg; }
}
.contents_check img {
  animation: yura 3s infinite;
}


#chapter03 {
  margin-top: -6.1rem;
  background-color: var(--c3-accent);
}
#chapter03 .chapter-head-lead {
  padding: 2.4rem 2rem 3rem;
}
#chapter03 .chapter-head-lead .chapter-head-copy,
#chapter03 .chapter-head-lead .chapter-head-text {
  color: var(--color-cream);
}

.c3-style {
  position: relative;
  padding: 3rem 1.8rem 0;
}
#c03-style1{
  margin-top: 2rem;
}

.c3-photo-wrap {
  position: relative;
  width: 33rem;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.c3-photo-wrap.is-visible {
  opacity: 1;
}
.c3-photo-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.c3-title-pill {
  position: absolute;
  top: -5.5rem;
  right: 1rem;
  z-index: 5;
  text-align: right;
  margin: 0;
}
#c03-style1 .c3-title-pill { right: -2rem; }
#c03-style2 .c3-title-pill { right: -2rem; }
#c03-style3 .c3-title-pill { right: -2rem; }
#c03-style4 .c3-title-pill { right: -2rem; }
#c03-style5 .c3-title-pill { right: -2rem; }

.c3-title-pill img {
  width: 15rem;
  height: auto;
  display: inline-block;
}

#c03-style1 .c3-title-pill img { width: 17.25rem; }
#c03-style2 .c3-title-pill img { width: 18.6rem; }
#c03-style3 .c3-title-pill img { width: 19.35rem; }
#c03-style4 .c3-title-pill img { width: 17.25rem; }
#c03-style5 .c3-title-pill img { width: 18.5rem; }
.c3-photo-wrap .style-catch-ja {
  position: absolute;
  top: 65%;
  left: -1.5rem;
  transform: translateY(-50%);
  z-index: 5;
}
#c03-style2 .c3-photo-wrap .style-catch-ja {
  top: 50%;
}
#c03-style4 .c3-photo-wrap .style-catch-ja {
  top: 50%;
}
.c3-photo-wrap .style-catch-ja img {
  width: 5.866rem;
  height: auto;
  display: block;
}

.c3-photo-wrap .style-swiper-pagination {
  position: absolute;
  bottom: 0;
  right: -1rem;
  left: auto;
  width: fit-content;
  flex-direction: column;
  z-index: 20;
}


.c3-product-circle {
  position: relative;
  z-index: 5;
  width: 27rem;
  margin: 4rem auto 0;
}
.c3-product-circle .c3-circle-img {
  display: block;
  width: 100%;
  height: auto;
}
.c3-product-circle .style-item-text {
  position: absolute;
  top: 1rem;
  left: -1rem;
  z-index: 5;
}
.c3-product-circle .style-item-text span {
  display: block;
  background: var(--color-white);
  border: 1px solid #393641;
  color: #393641;
  font-family: var(--font-notosans);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.c3-product-circle .buy-btn {
  position: relative;
  bottom: auto;
  margin-top: 0.5rem;
}
.c3-product-circle .style-catch-en {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  text-align: right;
  z-index: 5;
}
#c03-style1 .c3-product-circle .style-catch-en { top: -2rem; right: -5rem;}
#c03-style2 .c3-product-circle .style-catch-en { top: 0; right: -2rem;}
#c03-style3 .c3-product-circle .style-catch-en { top: 0; right: -3.5rem;}
#c03-style4 .c3-product-circle .style-catch-en { top: 0; right: -3rem;}
#c03-style5 .c3-product-circle .style-catch-en { top: -1rem; right: -5rem;}

.c3-product-circle .style-catch-en img {
  width: 9.2rem;
  height: auto;
}

#c03-style1 .style-catch-en img { width: 9.2rem; }
#c03-style2 .style-catch-en img { width: 5.15rem; }
#c03-style3 .style-catch-en img { width: 6.75rem; }
#c03-style4 .style-catch-en img { width: 6.65rem; }
#c03-style5 .style-catch-en img { width: 8.6rem; }


.c3-info {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem 0 3rem;
  color: var(--color-white);
}
.c3-info .c3-num,
.c3-info .c3-title {

  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity 1s ease, clip-path 1s ease;
}
.c3-info .c3-num.is-visible,
.c3-info .c3-title.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
}
.c3-info .c3-num {
  display: block;
  font-family: var(--font-ivyora);
  font-style: italic;
  font-weight: 100;
  font-size: 2rem;
  color: var(--color-cream);
  margin-bottom: 0.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c3-info .c3-title {
  display: block;
  font-family: var(--font-helvetica-now);
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1.2rem;
  color: var(--color-cream);
}
.c3-info .style-label,
.c3-info .style-body,
.c3-info .style-credit {
  color: var(--color-cream) !important;
  text-align: center;
}

.c3-info .style-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 33rem;
  margin: 1.5rem auto 1rem;
}
.c3-info .style-label::before,
.c3-info .style-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-cream);
}
