@charset "UTF-8";

:root {
  --color-black: #393641;
  --color-white: #ffffff;
  --color-red: #EA0A0A;
  --color-cream: #FFFCDD;
  --color-blue: #5790ED;
  --color-blue2: #4B88EB;
  --color-yellow: #D7FF2E;
  --max-width: 390px;
  /* --font-indivisible: "indivisible-variable", sans-serif; */
  --font-indivisible: "indivisible", 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-blue);
  color: var(--color-cream);
}

* {
  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;
  background-color: var(--color-blue);
  z-index: 1;
}
body > div.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-image, none) no-repeat top left / cover;
  z-index: -2;
  transition: opacity 0.5s ease;
}

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

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

body .wrapper .content {
  position: relative;
  max-width: var(--max-width);
  margin-inline: auto;
  background-color: var(--color-blue);
  overflow: clip;
}
.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; */
  /* z-index: 1; */
}
.header-inner {
  position: relative;
  width: 100%;
  min-height: calc(880/11*1rem);
  z-index: 1;
}
.header h1 {
  position: absolute;
  top: calc(13/11*1rem);
  left: calc(13/11*1rem);
  width: calc(153/11*1rem);
  z-index: 10;
}
.header h2 {
  position: absolute;
  top: calc(24/11*1rem);
  right: calc(18/11*1rem);
  width: calc(34/11*1rem);
  z-index: 10;
}
.header h3 {
  position: absolute;
  top: calc(49/11*1rem);
  left: calc(12/11*1rem);
  width: calc(51/11*1rem);
  z-index: 10;
}
.header h4 {
  position: absolute;
  top: calc(318/11*1rem);
  right: calc(18/11*1rem);
  width: calc(22/11*1rem);
  z-index: 10;
}
.header-en {
  position: absolute;
  top: calc(88/11*1rem);
  left: calc(16/11*1rem);
  width: calc(355/11*1rem);
  z-index: -1;
}
.header-mv-images {
  position: absolute;
  top: calc(150/11*1rem);
  left: calc(40/11*1rem);
  width: calc(284/11*1rem);
  height: calc(426/11*1rem);
}
.header-mv-image {
  width: 100%;
  height: auto;
  transform: rotate(-5deg) translateX(-100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header-mv-image.image01,
.header-mv-image.image02,
.header-mv-image.image03,
.header-mv-image.image04 {
  top: 0;
}
.header-mv-bottom {
  position: absolute;
  top: calc(665/11*1rem);
  left: calc(30/11*1rem);
  width: calc(336/11*1rem);
  height: calc(233/11*1rem);
}
.header-mv-bottom-image {
  width: 100%;
  height: auto;
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header-mv-bottom-image.image01,
.header-mv-bottom-image.image02,
.header-mv-bottom-image.image03,
.header-mv-bottom-image.image04 {
  top: 0;
}
.header-stickers {
  position: absolute;
  top: calc(640/11*1rem);
  right: calc(14/11*1rem);
  width: calc(88/11*1rem);
  z-index: 11;
  opacity: 0;
}


/* ===============================================
# headline
=============================================== */
.content-wrap {
  position: relative;
  z-index: 2;
}
.headline {
  position: relative;
  padding: calc(45/11*1rem) calc(20/11*1rem) calc(32/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(80/11*1rem);
}
section.product.style1 {
  padding-top: calc(20/11*1rem);
}
.style-slide-wrapper {
  position: relative;
  width: 100%;
}
.style-slide {
  /* max-width: calc(313/11*1rem); */
  margin: 0 auto;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4/11*1rem);
  width: fit-content;
  top: auto !important;
  bottom: calc(-15/11*1rem) !important;
}
.swiper-pagination-bullet {
  background-color: #EBE7E7;
  opacity: 1;
  width: calc(6/11*1rem);
  height: calc(6/11*1rem);
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-yellow);
}
.product-info {
  position: relative;
  /* max-width: calc(315/11*1rem); */
  margin-inline: auto;
  padding-top: calc(35/11*1rem);
  padding-bottom: calc(20/11*1rem);
  z-index: 2;
}
.product-info-inner {
  font-family: var(--font-dnp-shuei);
  display: flex;
  gap: calc(29/11*1rem);
  margin-top: calc(20/11*1rem);
}
.product-info-title {
  font-size: calc(15/11*1rem);
  font-weight: 700;
  line-height: calc(22/15);
  text-align: center;
  color: var(--color-yellow);
}
.product-info-text {
  max-width: calc(340/11*1rem);
  margin: calc(14/11*1rem) auto calc(10/11*1rem);
  text-align: center;
}
.product-info-wrap {
  padding: calc(30/11*1rem) calc(40/11*1rem);
}
.product-info-ph-wrap {
  max-width: calc(278/11*1rem);
  margin-inline: auto;
  padding: calc(20/11*1rem);
  background-color: #F7F7F7;
  color: var(--color-blue2);
  opacity: 0;
  transform: translateY(30px) rotate(-3deg);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.product-info-ph-wrap.ph1,
.product-info-ph-wrap.ph3 {
  transform: translateY(30px) rotate(-3deg);
}
.product-info-ph-wrap.ph2 {
  transform: translateY(30px) rotate(6deg);
}
.product-info-ph-wrap.is-active {
  opacity: 1;
  transform: translateY(0) rotate(-3deg);
}
.product-info-ph-wrap.ph1.is-active,
.product-info-ph-wrap.ph3.is-active {
  transform: translateY(0) rotate(-3deg);
}
.product-info-ph-wrap.ph2.is-active {
  transform: translateY(0) rotate(6deg);
}
.product-info-ph-title {
  display: block;
  font-family: var(--font-indivisible);
  font-size: calc(14/11*1rem);
  font-weight: 700;
  letter-spacing: -0.1em;
  padding-bottom: calc(2/11*1rem);
  margin-bottom: calc(20/11*1rem);
  border-bottom: 1px solid var(--color-blue2);
}
.product-info-ph-lead {
  font-size: calc(12/11*1rem);
}

.product-info-ph {
  position: relative;
  width: calc(239/11*1rem);
  aspect-ratio: 239/324;
  margin-top: calc(25/11*1rem);
  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;
  color: var(--color-black);
  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(66/11*1rem);
  left: calc(27/11*1rem);
}
.product-info-ph-text.text01-02 {
  top: calc(-5/11*1rem);
  right: 0;
}
.product-info-ph-text.text01-03 {
  top: calc(-5/11*1rem);
  left: calc(14/11*1rem);
}
.product-info-ph-text.text02 {
  top: calc(66/11*1rem);
  left: calc(27/11*1rem);
}
.product-info-ph-text.text02-02 {
  top: calc(-5/11*1rem);
  right: calc(13/11*1rem);
}
.product-info-ph-text.text02-03 {
  top: calc(24/11*1rem);
  right: calc(12/11*1rem);
}
.product-info-ph-text.text03 {
  top: calc(55/11*1rem);
  left: calc(17/11*1rem);
}
.product-info-ph-text.text03-02 {
  top: calc(85/11*1rem);
  right: calc(48/11*1rem);
}
.product-info-ph-text.text03-03 {
  top: calc(36/11*1rem);
  right: calc(-10/11*1rem);
}
.product-info-ph-text.text04 {
  top: calc(42/11*1rem);
  left: calc(39/11*1rem);
}
.product-info-ph-text.text04-02 {
  top: calc(105/11*1rem);
  left: calc(54/11*1rem);
}
.product-info-ph-text.text04-03 {
  top: calc(66/11*1rem);
  left: calc(52/11*1rem);
}

.product-info-ph-text .buy-btn {
  bottom: calc(-28/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 {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
}
.product-info-ph-text.text01-02::after {
  bottom: calc(-28/11*1rem);
  left: calc(10/11*1rem);
  transform: rotate(3deg) translateY(100%);
  --line-height: calc(35/11*1rem);
}
.product-info-ph-text.text01-03::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
}
.product-info-ph-text.text02::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
}
.product-info-ph-text.text02-02::after {
  bottom: calc(-28/11*1rem);
  left: calc(15/11*1rem);
  transform: rotate(-15deg) translateY(100%);
}
.product-info-ph-text.text02-03::after {
  bottom: calc(-28/11*1rem);
  left: calc(30/11*1rem);
  transform: rotate(-20deg) translateY(100%);
  --line-height: calc(55/11*1rem);
}
.product-info-ph-text.text03::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
}
.product-info-ph-text.text03-02::after {
  bottom: calc(-28/11*1rem);
  left: calc(15/11*1rem);
  transform: rotate(-15deg) translateY(100%);
  --line-height: calc(50/11*1rem);
}
.product-info-ph-text.text03-03::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
  --line-height: calc(20/11*1rem);
}
.product-info-ph-text.text04::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
}
.product-info-ph-text.text04-02::after {
  bottom: calc(-28/11*1rem);
  left: calc(15/11*1rem);
  transform: rotate(-15deg) translateY(100%);
  --line-height: calc(50/11*1rem);
}
.product-info-ph-text.text04-03::after {
  bottom: calc(-28/11*1rem);
  left: calc(20/11*1rem);
  --line-height: calc(34/11*1rem);
}


.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; */
  width: 100%;
  margin-inline: auto;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
.pc-contents-images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(3/11*1rem);
  margin: calc(20/11*1rem) 0;
}
.pc-contents-images img {
  width: calc(127/11*1rem);
}
.pc-contents-top,
.pc-contents-bottom,
.pc-contents-logo {
  display: block;
  margin-left: calc(68/11*1rem);
}
.pc-contents-top {
  width: calc(285/11*1rem);
}
.pc-contents-bottom {
  width: calc(321/11*1rem);
}
.pc-contents-logo {
  width: calc(118/11*1rem);
  margin-top: calc(25/11*1rem);
}


/* ===============================================
# list
=============================================== */
.list {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 390px) / 2);
  height: 100dvh;
  z-index: 2;
}
@media (max-width: 1139px) {
  .list {
    display: none;
  }
}
.list_inner {
  position: absolute;
  top: 50%;
  left: calc(75/11*1rem);
  transform: translateY(-50%);
  width: calc(80/11*1rem);
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  padding-block: calc(60/11*1rem);
}
.list_inner::-webkit-scrollbar {
  display: none;
}
.list_item {
  position: relative;
  text-align: center;
}
/* .list_item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(-18/11*1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(18/11*1rem);
  background-color: var(--color-white);
} */
.list_item + .list_item {
  margin-top: calc(32/11*1rem);
}
.list_item .list_item_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(18/11*1rem);
}
.list_item span.style {
  font-family: var(--font-indivisible);
  font-size: calc(12/11*1rem);
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.list_item span.num {
  position: relative;
  font-family: var(--font-indivisible);
  font-size: calc(22/11*1rem);
  font-weight: 500;
}
.list_item span.num::after {
  content: "";
  position: absolute;
  top: calc(-6/11*1rem);
  left: 50%;
  transform: translateX(-50%);
  width: calc(19/11*1rem);
  height: 1px;
  background-color: var(--color-white);
  /* opacity: 0; */
}
.list_item_img {
  width: calc(60/11*1rem);
  margin: calc(5/11*1rem) auto 0;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.list_item.is-active .list_item_img {
  border: 3px solid var(--color-white);
}
/* .list_item.is-active span.num::after {
  opacity: 1;
} */


/* ===============================================
# アニメーション
=============================================== */
@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);
}

