@charset "UTF-8";

:root {
  --color-black: #393641;
  --color-white: #ffffff;
  --color-red: #EA0A0A;
  --color-cream: #F5F4E7;
  --max-width: 390px;
  --font-indivisible: "indivisible-variable", sans-serif;
  --font-dnp-shuei: "dnp-shuei-gothic-kin-std", sans-serif;
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-sofia: "sofia-pro", sans-serif;
}

html {
  font-size: clamp(0.1rem,calc(100vw * 11 / 390),11px);
}
body {
  /* font-family: maru-maru-gothic-blr-stdn, sans-serif; */
  font-family: var(--font-dnp-shuei);
  font-weight: 400;
  line-height: 1.6;
  background: var(--color-cream);
  color: var(--color-black);
}

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
figure {
  margin: 0;
}
h1 {
  /* font-size: clamp(0.1rem,calc(100vw * 17 / 390),34px); */
  margin: 0;
}
h2 {
  /* font-size: clamp(0.1rem,calc(100vw * 12 / 390),22px); */
  margin: 0;
}
h3 {
  margin: 0;
}
p {
  font-size: clamp(0.1rem,calc(100vw * 11 / 390),11px);
  line-height: 1.9;
  margin: 0;
}
ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.js-animation {
  opacity: 0;
}


body > div.wrapper {
  position: relative;
  margin-inline: auto;
}
body > div.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-image, url(../img/img_back_0.jpg)) no-repeat top left / cover;
  z-index: -2;
}

body > div.wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--next-bg-image, url(../img/img_back_0.jpg)) no-repeat top left / cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body > div.wrapper.changing::after {
  opacity: 1;
}

body > div.wrapper.changing::before {
  opacity: 0;
}

body .wrapper .content {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;
  background-color: var(--color-cream);
  overflow: clip;
  transition: background-color 0.5s ease;
}

.background {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--max-width);
  height: 100%;
  background: url(../img/img_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  z-index: 0;
}


/* ===============================================
# BUYボタン
=============================================== */
.buy-btn {
  position: absolute;
  bottom: calc(-23/11*1rem);
  left: 0;
  display: block;
  width: fit-content;
  min-width: calc(65/11*1rem);
  padding: calc(2/11*1rem) calc(10/11*1rem);
  font-family: var(--font-indivisible);
  font-size: calc(11/11*1rem);
  font-weight: 700;
  text-align: center;
  background-color: var(--color-black);
  border: 0.5px solid var(--color-black);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
  animation: poyopoyo 2s ease-out infinite;
}
.buy-btn.right {
  left: auto;
  right: 0;
}
@media (any-hover: hover) {
  .buy-btn:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}

/* ===============================================
# header
=============================================== */
.js-hedaer {
  opacity: 0;
  transform: translateY(calc(5/11*1rem));
}
.header {
  position: relative;
}
.header-inner {
  position: relative;
  width: 100%;
  min-height: calc(800/11*1rem);
}
.header h1 {
  position: absolute;
  top: calc(20/11*1rem);
  left: calc(32/11*1rem);
  width: calc(119/11*1rem);
  line-height: 1;
  z-index: 10;
}
.header h2 {
  position: absolute;
  top: calc(25/11*1rem);
  right: calc(23/11*1rem);
  width: calc(193/11*1rem);
  line-height: 1;
  z-index: 10;
}
.header h3 {
  position: absolute;
  top: calc(52/11*1rem);
  right: calc(30/11*1rem);
  width: calc(51/11*1rem);
  z-index: 10;
}

.header-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(800/11*1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.header-title img {
  width: calc(193/11*1rem);
}

.header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(800/11*1rem);
  opacity: 0;
}

.header-img img {
  transform: translateY(calc(160/11*1rem));
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(800/11*1rem);
}

.header-main-title {
  position: absolute;
  top: calc(88/11*1rem);
  left: calc(39/11*1rem);
  width: calc(316/11*1rem);
  z-index: 1;
  opacity: 0;
}

.header-main-human {
  position: relative;
  width: 100%;
  z-index: 2;
  opacity: 0;
}





/* ===============================================
# headline
=============================================== */
.content-wrap {
  position: relative;
  z-index: 2;
}
.headline {
  position: relative;
  padding: calc(18/11*1rem) calc(30/11*1rem) calc(20/11*1rem);
  z-index: 2;
}
.headline_copy {
  font-family: var(--font-dnp-shuei);
  font-size: calc(19/11*1rem);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.headline_text {
  margin-top: calc(15/11*1rem);
  font-family: var(--font-dnp-shuei);
  font-size: calc(12/11*1rem);
  font-weight: 400;
  line-height: calc(20/11);
  letter-spacing: -0.03em;
  text-align: center;
}

/* ===============================================
# product
=============================================== */
section.product {
  position: relative;
  padding-top: calc(60/11*1rem);
}

section.product.style7 {
  padding-bottom: calc(60/11*1rem);
}

.style-head {
  position: relative;
  width: calc(345/11*1rem);
  margin-inline: auto;
}

.style-slide-wrapper {
  position: relative;
  width: 100%;
  margin: calc(22/11*1rem) auto 0;
}

.style-slide-text {
  position: absolute;
  top: calc(-10/11*1rem);
  left: calc(15/11*1rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: calc(5/11*1rem);
  z-index: 10;
}
.style2 .style-slide-text,
.style3 .style-slide-text,
.style6 .style-slide-text,
.style7 .style-slide-text {
  top: calc(315/11*1rem);
  left: auto;
  right: 0;
}

.style-slide-text p {
  padding: calc(10/11*1rem);
  font-size: calc(13/11*1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #F29A88;
  color: #BAE3DE;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.style2 .style-slide-text p {
  background-color: #E9430F;
  color: #FADAC4;
}
.style3 .style-slide-text p {
  background-color: #FADAC4;
  color: #8E9ACD;
}
.style4 .style-slide-text p {
  background-color: #F7EF5C;
  color: #E9430F;
}
.style5 .style-slide-text p {
  background-color: #F7EF5C;
  color: #8BCAE0;
}
.style6 .style-slide-text p {
  background-color: #8BCAE0;
  color: #F7EF5C;
}
.style7 .style-slide-text p {
  background-color: #3D73BA;
  color: #F7C2BE;
}

.style-slide {
  max-width: calc(351/11*1rem);
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  left: auto;
  right: calc(11/11*1rem) !important;
}

.swiper-button-prev {
  bottom: calc(107/11*1rem);
}

.swiper-button-next {
  bottom: calc(61/11*1rem);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0;
  width: calc(9/11*1rem);
  height: calc(26/11*1rem);
}

.swiper-button-prev:after {
  background: url(../img/prev.svg) no-repeat center / contain;
}

.swiper-button-next:after {
  background: url(../img/next.svg) no-repeat center / contain;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4/11*1rem);
  width: fit-content;
  bottom: calc(-20/11*1rem) !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: calc(6/11*1rem);
  height: calc(6/11*1rem);
  margin: 0 !important;
  opacity: 1 !important;
  background: #EBE7E7;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #F29A88;
}
.style2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #E9430F;
}
.style3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #FADAC4;
}
.style4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #F7EF5C;
}
.style5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #F7EF5C;
}
.style6 .swiper-pagination .swiper-pagination-bullet-active {
  background: #8BCAE0;
}
.style7 .swiper-pagination .swiper-pagination-bullet-active {
  background: #3D73BA;
}

.product-info {
  position: relative;
  max-width: calc(315/11*1rem);
  margin-inline: auto;
  padding-top: calc(40/11*1rem);
  padding-bottom: calc(20/11*1rem);
  z-index: 2;
}
.product-info-title {
  font-family: var(--font-dnp-shuei);
  font-size: calc(19/11*1rem);
  font-weight: 700;
  line-height: calc(25/17);
  color: var(--color-white);
}
.product-info-inner {
  display: flex;
  gap: calc(29/11*1rem);
  margin-top: calc(20/11*1rem);
}
.product-info-text {
  max-width: calc(307/11*1rem);
  font-family: var(--font-dnp-shuei);
  margin: calc(14/11*1rem) auto calc(10/11*1rem);
  letter-spacing: -0.08em;
}
.style1 .product-info-text {
  color: #F29A88;
}
.style2 .product-info-text {
  color: #E9430F;
}
.style3 .product-info-text {
  color: #FADAC4;
}
.style4 .product-info-text {
  color: #F7EF5C;
}
.style5 .product-info-text {
  color: #F7EF5C;
}
.style6 .product-info-text {
  color: #8BCAE0;
}
.style7 .product-info-text {
  color: #3D73BA;
}
.product-info-wrap {
  padding: calc(30/11*1rem) calc(20/11*1rem) 0;
}
.product-info-ph {
  position: relative;
  width: calc(315/11*1rem);
  /* aspect-ratio: 315/355; */
  margin-inline: auto;
}
.product-info-ph-text {
  position: absolute;
  display: inline-block;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.product-info-ph-text span {
  display: block;
  width: fit-content;
  padding: calc(2/11*1rem) calc(8/11*1rem);
  font-family: var(--font-notosans);
  font-size: calc(11/11*1rem);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}
.product-info-ph-text span + span {
  margin: calc(2/11*1rem) 0 0;
}
.product-info-ph-text.text01 {
  top: calc(31/11*1rem);
  left: calc(38/11*1rem);
}
.product-info-ph-text.text02 {
  top: calc(75/11*1rem);
  left: calc(17/11*1rem);
}
.product-info-ph-text.text03 {
  top: calc(39/11*1rem);
  right: calc(38/11*1rem);
}
.product-info-ph-text.text04 {
  top: calc(22/11*1rem);
  right: calc(24/11*1rem);
}
.product-info-ph-text.text05 {
  top: calc(85/11*1rem);
  left: calc(13/11*1rem);
}
.product-info-ph-text.text06 {
  top: calc(104/11*1rem);
  right: calc(50/11*1rem);
}
.product-info-ph-text.text07 {
  top: calc(60/11*1rem);
  right: calc(10/11*1rem);
}
.product-info-ph-text .buy-btn {
  bottom: calc(-26/11*1rem);
  left: 0;
}

.product-info-ph-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  background-color: var(--color-black);
  z-index: -1;
  height: 0;
  transform-origin: bottom;
  transition: height 0.5s ease;
  --line-height: calc(32/11*1rem);
  transform: rotate(-45deg) translateY(100%);
}
.product-info-ph-text.text01::after {
  left: calc(97/11*1rem);
}
.product-info-ph-text.text02::after {
  left: calc(97/11*1rem);
}
.product-info-ph-text.text03::after {
  bottom: calc(-25/11*1rem);
  left: calc(25/11*1rem);
}
.product-info-ph-text.text04::after {
  bottom: calc(-25/11*1rem);
  left: calc(25/11*1rem);
}
.product-info-ph-text.text05::after {
  left: calc(80/11*1rem);
}
.product-info-ph-text.text06::after {
  --line-height: calc(23/11*1rem);
  left: calc(80/11*1rem);
}
.product-info-ph-text.text07::after {
  --line-height: calc(25/11*1rem);
  bottom: calc(-25/11*1rem);
  left: calc(25/11*1rem);
  transform: rotate(40deg) translateY(100%);
}

.product-info-ph-text.is-active::after {
  animation: line-animation 0.5s ease forwards;
  animation-delay: 0.5s;
}
.product-info-ph-text.is-active {
  opacity: 1;
  animation: bounce 0.5s ease-out;
}


/* ===============================================
# store
=============================================== */
.store {
  position: relative;
  padding: calc(40/11*1rem);
  text-align: center;
  background-color: #fff;
}
.store img {
  width: calc(162/11*1rem);
  height: auto;
}

/* ===============================================
# footer
=============================================== */
footer {
  position: relative;
  padding: 2em 0;
  background-color: #fff;
}
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);
}

/* ===============================================
# pc-contents
=============================================== */
.pc-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 390px) / 2);
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 1139px) {
  .pc-contents {
    display: none;
  }
}
.pc-contents-wrap {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(130/11*1rem);
  padding-bottom: calc(70/11*1rem);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc-contents-wrap::-webkit-scrollbar {
  display: none;
}
.pc-contents-inner {
  position: relative;
  max-width: 306px;
  margin-inline: auto;
  text-align: center;
  z-index: 1;
}
.pc-contents-title {
  width: calc(193/11*1rem);
  margin: 0 auto;
}


/* ===============================================
# list
=============================================== */
.list {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 390px) / 2);
  height: 100dvh;
  z-index: 2;
  background-color: var(--color-cream);
  transition: background-color 0.5s ease;
  overflow: hidden;
}
@media (max-width: 1139px) {
  .list {
    display: none;
  }
}
.list_inner {
  position: absolute;
  top: 50%;
  left: calc(10/11*1rem);
  transform: translateY(-50%);
  width: calc(140/11*1rem);
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  padding-block: calc(40/11*1rem);
  padding-inline: calc(40/11*1rem);
}
.list_inner::-webkit-scrollbar {
  display: none;
}
.list_item {
  position: relative;
  text-align: center;
  transition: transform 0.5s ease;
  transform-origin: center center;
  margin: calc(15/11*1rem) 0;
}
.list_item + .list_item {
  margin-top: calc(10/11*1rem);
}
.list_item_img {
  width: calc(64/11*1rem);
}
.list_item.is-active {
  position: relative;
  transform: rotate(20deg) scale(1.15);
  z-index: 1;
}

.list_item:nth-child(even).is-active {
  transform: rotate(-20deg) scale(1.15);
}


/* ===============================================
# アニメーション
=============================================== */
@keyframes shake {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: 3deg;
  }
  10% {
    rotate: -3deg;
  }
  15% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  } 
}
@keyframes line-animation {
  0% {
    height: 0;
  }
  100% {
    height: var(--line-height);
  }
}
@keyframes bounce {
  0% {
      transform: scale(1);
  }

  25% {
      transform: scale(1.1);
      animation-timing-function: ease-in;
  }

  100% {
    transform: scale(1);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.8);
  }
}

/* ===============================================
# スライド設定
=============================================== */
.item_slider {
  position: relative;
  aspect-ratio: 315/379;
  min-height: calc(379/11*1rem);
  margin-bottom: calc(40/11*1rem);
}
.item_slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.item_slider_arrow {
  visibility: hidden;
}
.item_slider_arrow button {
  position: absolute;
  top: 50%;
  appearance: none;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.item_slider_arrow_prev {
  left: calc(-20/11*1rem);
  transform: translateY(-50%) scale(-1, 1) !important;
}
.item_slider_arrow_next {
  right: calc(-20/11*1rem);
}
.item_slider_pagination {
  position: absolute;
  bottom: calc(-40/11*1rem);
  right: 0;
  display: flex;
  align-items: center;
  gap: calc(3/11*1rem);
  z-index: 10;
  margin-top: calc(23/11*1rem);
}
.item_slider_pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(14/11*1rem);
  height: calc(14/11*1rem);
  font-family: var(--font-indivisible);
  line-height: calc(14/11*1rem);
  font-size: calc(10/11*1rem);
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--color-red);
  background-color: var(--color-white);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.item_slider_pagination span.is-active {
  background-color: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

.item_slide:nth-child(odd) {
  transform: translate(-30%, -30%) rotate(-10deg);
}
.item_slide:nth-child(even) {
  transform: translate(30%, -30%) rotate(10deg);
}

.item_slide_01 {
  transform: rotate(-3deg);
}
.item_slide_03 {
  transform: rotate(-5deg);
}
.item_slide_04 {
  transform: rotate(3deg);
}
.item_slide_05 {
  transform: rotate(-4deg);
}
.item_slide_06 {
  transform: rotate(5deg);
}

