@charset "UTF-8";

/* --- Variables --- */
:root {
  --wh: #fff;
  --bk: #000;
  --text-bk: #333333;
  --pink: #ff6b7f;
  --d-pink: #e7697a;
  --gold: #fcc89b;
  --saxe: #abced7;
  --mint: #34ccb8;
  --pink-g: linear-gradient(90deg, #ff5fa2 0%, #fcc89b 100%);
  --pink-g2: linear-gradient(90deg, #f27484 0%, #f28e9d 60%, #f27484 100%);
  --magenta-g: linear-gradient(135deg, #ff3cac 40%, #562b7c 100%);
  --gray90: #1a1a1a;
  --gray80: #333333;
  --gray70: #4d4d4d;
  --gray60: #666666;
  --gray50: #808080;
  --gray40: #999999;
  --gray30: #b2b2b2;
  --gray20: #cccccc;
  --gray10: #dddddd;
  --gray5: #eeeeee;
  --gray-bg: #f8f8f8;
  --container-px: 2.5rem;
  --max-width: 768px;
}

/* --- Reset CSS --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* --- Base Layout --- */
main {
  position: relative;
  overflow: hidden;
}

body {
  font-family: YakuHanJPs, "Arial", sans-serif;
}

.layout {
  margin: 0 auto;
  overflow: hidden;
  color: var(--text-bk);
  text-align: justify;
}

.container {
  padding: 0 1rem;
}

.u-prevent-orphan {
  display: inline-block;
}

img, video {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

ul, li {
  padding: 0;
  padding-left: 0rem;
}

/* --- Typography --- */
h2 {
  text-align: center;
}

h2 .h2-wrap {
  text-align: left;
  display: inline-flex;
  flex-flow: column;
}

h2 .h2-wrap div {
  font-size: 42px;
  border-top: 1px solid var(--text-bk);
  display: inline-block;
  font-weight: normal;
  font-feature-settings: 'palt';
  font-family: "Noto Serif JP", serif;
}

h2 .h2-wrap span {
  font-size: 12px;
  color: #FF5FA2;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

/* --- Sections --- */
section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

section:nth-child(even) {
  background-color: var(--gray-bg);
}

/* Release Section */
section.release {
  padding: 0;
  background-image: url(../images/release-bg.webp);
  background-size: cover;
}

section.release .inner {
  padding: 3.5rem;
  margin: 0 auto;
}

/* First Section */
section.first-sec {
  padding: 3rem 0;
  background-size: 100%;
  background-position: bottom right;
}

section.first-sec h2 {
  text-align: left;
  font-size: 21px;
}

section.first-sec h2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

section.first-sec h2 ul img {
  width: 3rem;
  margin-right: 1rem;
}

section.first-sec .inner {
  background-size: cover;
  background-position: top;
  display: flex;
  padding-left: 0;
  padding-right: 3rem;
}

section.first-sec .inner > div:first-child {
  flex: 0 0 3rem;
  position: relative;
}

section.first-sec .inner > div:first-child span {
  font-size: 11px;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: -2%;
  left: 56%;
  transform: rotate(90deg) scale(0.85);
  transform-origin: left;
  font-family: sans-serif;
  font-weight: bold;
  color: #FCC89B;
}

section.first-sec .inner > div:last-child {
  flex: 1;
  border-left: 1.5px solid #FCC89B;
  padding: 0 3%;
}

section.first-sec .inner > div:last-child h2 {
  font-size: 25px;
}

section.first-sec .inner > div:last-child h2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 1rem;
  color: var(--pink);
  font-family: "Noto Serif JP", serif;
}

section.first-sec .inner > div:last-child h2 ul li div {
  color: transparent;
  display: inline-block;
}

section.first-sec .inner > div:last-child h2 ul img {
  width: 2rem;
  margin-right: .5rem;
  margin-bottom: 0.2rem;
}

section.first-sec .inner > div:last-child p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

/* Second Section */
section.second-sec {
  padding: 4rem 0;
  color: var(--wh);
}

section.second-sec h2 {
  text-align: left;
  font-size: 21px;
}

section.second-sec h2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

section.second-sec h2 ul img {
  width: 3rem;
  margin-right: 1rem;
}

section.second-sec .inner {
  background-size: cover;
  background-position: top;
  padding: 4rem 2rem 4rem 0rem;
  display: flex;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

section.second-sec .inner > div:first-child {
  flex: 0 0 3rem;
  position: relative;
}

section.second-sec .inner > div:first-child span {
  font-size: 11px;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: -3%;
  left: 52%;
  transform: rotate(90deg) scale(0.85);
  transform-origin: left;
  font-family: sans-serif;
  font-weight: bold;
  color: #ABCED7;
}

section.second-sec .inner > div:last-child {
  flex: 1;
  border-left: 1.5px solid #ABCED7;
  padding-left: 3%;
}

section.second-sec .inner > div:last-child h2 {
  font-size: 25px;
}

section.second-sec .inner > div:last-child h2 ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}

section.second-sec .inner > div:last-child h2 ul li div {
  color: transparent;
  display: inline-block;
}

section.second-sec .inner > div:last-child h2 ul img {
  width: 2rem;
  margin-right: .5rem;
  margin-bottom: 0.2rem;
}

section.second-sec .inner > div:last-child p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

/* Point Section */
section.point-sec {
  padding: 3rem 0 0 0;
}

section.point-sec h2 {
  margin-bottom: 3rem;
}

section.point-sec .inner {
  padding: 20rem 0 3rem;
}

section.point-sec .point-img {
  text-align: center;
  margin-top: 2rem;
}

/* Contents Section */
section.contents-sec {
  background-size: 100%;
  background-position: bottom right;
}

section.contents-sec h3 {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 100;
}

section.contents-sec h3 .h3-wrap {
  text-align: left;
  border-left: 1px solid #333;
  padding-left: 0.5rem;
}

section.contents-sec h3 .h3-wrap div {
  font-size: 24px;
  display: inline-block;
  font-feature-settings: 'palt';
}

section.contents-sec h3 .h3-wrap span {
  font-size: 1rem;
  display: block;
  font-weight: bold;
}

section.contents-sec .inner {
  margin: 0 auto;
  padding: 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

section.contents-sec .inner > div img {
  border-radius: 30px;
}

section.contents-sec .inner > div .banner {
  border-radius: 15px;
  margin-bottom: .5rem;
  position: relative;
  z-index: 100;
}

section.contents-sec p {
  line-height: 1.8;
  position: relative;
  z-index: 100;
  font-size: 14px;
}

/* Safe Section */
section.safe-sec {
  padding: 3rem 0 4rem;
}

section.safe-sec .inner {
  text-align: center;
}

section.safe-sec .inner div.box {
  padding: 0 5%;
  margin-top: 3rem;
}

section.safe-sec .inner img {
  width: 6rem;
  margin-bottom: 0.5rem;
}

section.safe-sec .inner h4 {
  font-size: 16px;
  margin-bottom: 0.7rem;
  color: #34ccb8;
  font-family: "Noto Serif JP", serif;
}

section.safe-sec .inner p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
}

/* Review Section */
section.review {
  padding: 3rem 0 0;
  margin-top: 4rem;
}

section.review .inner .review-box {
  padding: 0 0% 10%;
}

section.review .inner .review-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-left: .5rem;
}

section.review .inner .review-header h4 {
  flex: 0 0 100%;
  margin-bottom: 0.2rem;
}

section.review .inner .review-header h4 a {
  color: #e83e8c;
}

section.review .inner .review-header img {
  width: 3em;
  border-radius: 3em;
  margin-right: 1rem;
}

section.review .inner .review-header div .name {
  font-size: 14px;
}

section.review .inner .review-header div .date {
  font-size: 12px;
}

section.review .inner .revew-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: .5rem;
}

section.review .inner .satisfaction {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
}

section.review .inner .satisfaction .list-star {
  font-size: 14px;
  display: flex;
}

section.review .inner .satisfaction .list-star i.star,
section.review .inner .satisfaction .list-star i.star-g {
  width: 1em;
  height: 1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section.review .inner .satisfaction .list-star i.star {
  background-image: url(../images/icon-star.svg);
}

section.review .inner .satisfaction .list-star i.star-g {
  background-image: url(../images/icon-star-g.svg);
}

section.review .inner p {
  background: #eee;
  padding: 1.2em;
  border-radius: 15px;
  position: relative;
  margin-bottom: .5rem;
  font-size: 14px;
}

section.review .inner p::before,
section.review .inner p::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

section.review .inner p::before {
  left: 12px;
  top: -10px;
  border-left: 20px solid #eee;
  border-top: 20px solid #eee;
}

section.review .inner p::after {
  left: 25px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
}

section.review .inner span {
  font-size: 12px;
  text-align: right;
  display: block;
  padding: 0.5rem 1.5rem 3rem;
}

/* --- Navigation --- */
nav {
  background-image: var(--pink-g2);
}

nav .inner {
  height: 4.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 1.5rem 0 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

nav .header-btn {
  border: .1rem solid var(--wh);
  border-radius: 1000px;
  color: var(--wh);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3rem;
  font-size: 1.2rem;
  position: relative;
}

nav .header-btn img {
  position: absolute;
  right: 2%;
  top: 50%;
  translate: -50% -50%;
  height: 50%;
  width: auto;
}

nav h1.logo {
  height: auto;
  width: 11.5rem;
}

nav h1.logo img {
  height: auto;
  width: 100%;
}

/* --- Header --- */
header {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.8) 100%), url("../images/top-bg.webp");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 2rem;
}

header .inner {
  margin: 0 auto;
  max-width: var(--max-width);
}

header .top-text {
  position: relative;
  text-align: center;
}

header .top-text > img:nth-child(2) {
  width: 75%;
  margin-top: 10px;
}

header .phone video,
header .phone img {
  width: 16.5rem;
  position: absolute;
  z-index: 10;
  top: -.3rem;
  right: 1.5rem;
}

header .phone video {
  border-radius: 3.5rem;
}

header .header-inner {
  overflow: hidden;
  height: 100%;
  position: relative;
}

header .point {
  margin: 2.5rem 0 0 0;
  text-align: center;
}

header .point img {
  width: calc(100% - 6rem);
  margin: 0 auto;
}

header .main-btn {
  border: .2rem solid var(--pink);
  border-radius: 1000px;
  color: var(--pink);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 6rem);
  height: 5rem;
  position: relative;
  margin: .5rem auto 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

header .main-btn:hover {
  background-color: var(--pink);
  color: var(--wh);
}

/* --- Fixed Buttons & Top Button --- */
.btn-fix {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 999;
  transform: translateY(0) translateX(-50%);
  text-align: center;
  padding: 0 1rem 2.5rem 1rem;
  background-size: 100% 77%;
}

.btn-fix:before {
  content: '';
  height: 30rem;
  width: 100%;
  top: -2rem;
  left: 0;
  position: absolute;
  backdrop-filter: blur(.5rem);
  -webkit-backdrop-filter: blur(.5rem);
  background-color: rgba(255, 255, 255, 0.5);
  border-top: .1rem solid rgba(255, 255, 255, 0.3);
}

.btn-fix .btn-wh {
  position: absolute;
  bottom: -8rem;
  left: 0;
  z-index: 1;
}

.btn-fix .btn {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 100;
  padding-bottom: env(safe-area-inset-bottom);
  animation: btn-anime 2s infinite ease-in;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-fix .btn a:hover {
  background-color: var(--pink);
  color: var(--wh);
}

.btn-fix .age a {
  display: block;
}

.btn-fix.open { display: flex; }
.btn-fix.hide { display: none; }

.btn-top {
  padding: 0rem 1rem;
  text-align: center;
  max-width: 768px;
  margin: auto;
}

.btn-top .btn-price {
  position: relative;
  z-index: 100;
  margin-bottom: .5rem;
}

.btn-top .btn {
  width: 100%;
  position: relative;
  z-index: 100;
  margin-bottom: 1rem;
  padding: 0;
}

.btn-top .btn a {
  width: 60rem;
  max-width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .2rem solid var(--pink);
  color: var(--pink);
  border-radius: 1000px;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

.btn-top .age {
  position: relative;
}

.btn-top .age a {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  color: var(--text-bk);
}

.btn-top .age a span {
  margin-bottom: 1rem;
}

/* --- Parallax & Video --- */
.parallax, .parallax2, .parallax3, .parallax4 {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 0;
  left: 0;
  top: 0;
}

.parallax, .parallax2 { background-position: center; }
.parallax3, .parallax4 { background-position: 100% 0%; }
.parallax { overflow: hidden; }

.video-wrap {
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.video-wrap > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* --- Footer --- */
footer {
  text-align: center;
  padding: 2rem 0 20rem;
  background-color: #333;
  color: var(--wh);
}

footer p {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

footer ul {
  margin-top: 1.5rem;
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-size: 12px;
}

footer ul li {
  flex: 0 0 24%;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.80);
  padding: 0.5rem 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul li a {
  display: block;
  color: var(--wh);
  text-decoration: none;
}

#footer_menu {
  margin: 25px 0;
}

.footer_menu_row {
  display: flex;
  justify-content: center;
  margin: 2px 10px;
}

.footer_menu_content {
  width: 240px;
  margin: 0 2%;
  text-align: left;
}

.footer_menu_content a {
  color: var(--wh);
}

/* --- Utilities (Margins) --- */
.m-0 { margin: 0; }
.mb-0 { margin-bottom: 0rem !important; }
.mb-0_5 { margin-bottom: 0.5rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-1_5 { margin-bottom: 1.5rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-2_5 { margin-bottom: 2.5rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-3_5 { margin-bottom: 3.5rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-4_5 { margin-bottom: 4.5rem !important; }
.mb-5 { margin-bottom: 5rem !important; }
.mb-5_5 { margin-bottom: 5.5rem !important; }
.mb-6 { margin-bottom: 6rem !important; }
.mt-0_5 { margin-top: 0.5rem !important; }
.mt-1 { margin-top: 1rem !important; }

/* --- Animations --- */
@keyframes fade-top {
  0% { transform: translateY(50%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes fade-top2 {
  0% { transform: translateY(50%); opacity: 0; }
  50% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes top-catch {
  0% { transform: scale(0); opacity: 0; }
  55% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes gum {
  0% { transform: scaleX(1) scaleY(0) translateY(-10%); opacity: 0; }
  55% { transform: scaleX(1) scaleY(1.1); }
  100% { transform: scaleX(1) scaleY(1) translateY(0); opacity: 1; }
}
@keyframes rolling {
  0% { left: -18.5rem; opacity: 0; transform: rotate(-360deg); }
  100% { left: 11.5rem; opacity: 1; transform: rotate(0deg); }
}
@keyframes fade-btn {
  0% { transform: scale(0); bottom: -300px !important; opacity: 0; }
  18% { bottom: 0px !important; opacity: 1; }
  55% { transform: scale(1.1); opacity: 1; }
  70% { transform: scale(0.9); opacity: 1; }
  85% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes fade-left {
  0% { transform: translateX(-100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes fade-right {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes flip {
  from { transform: perspective(400px) scale3d(1, 1, 1) rotate3d(0, 1, 0, -360deg); opacity: 0; }
  40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); }
  50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) rotate3d(0, 1, 0, 0deg); }
  to { transform: perspective(400px) scale3d(1, 1, 1) rotate3d(0, 1, 0, 0deg); opacity: 1; }
}
@keyframes btn-anime {
  0%, 20% { transform: translate(0px, 6px); }
  5%, 15%, 25% { transform: translate(0px, -2px); }
  10% { transform: translate(0px, 4px); }
  30% { transform: translate(0px, 0px); }
}

/* --- Motion Effects --- */
.effect {
  position: relative;
  opacity: 0;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
}

.left.active { animation-name: fade-left; }
.right.active { animation-name: fade-right; }
.top.active { animation-name: fade-top; }
.top2.active { animation-name: fade-top2; animation-duration: 500ms; }
.flip { animation-duration: 1s; }
.flip.active { animation-name: flip; }