@charset "UTF-8";
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
/* --------------------------------------
　　案件ごとに編集　▲ ここまで ▲
-------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif JP", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .show-pc {
    display: none;
  }
}

.show-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-tab {
    display: block;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .show-sp {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  /* スクロールインジケーターの幅 */
  height: 200px;
  /* スクロールインジケーターの高さ */
  background-color: rgba(52, 64, 71, 0.5019607843);
  /* スクロールインジケーターの背景色 */
  animation: indicatorAnimation 1s ease infinite alternate;
}

@keyframes indicatorAnimation {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(20px);
    /* 上下に移動する距離 */
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slidein-L {
  position: relative;
  left: -100%;
  opacity: 0;
}

.slidein-R {
  position: relative;
  right: -100%;
  opacity: 0;
}

.slidein-L.scrollin {
  left: 0;
  opacity: 1;
  transition: 1s;
}

.slidein-R.scrollin {
  right: 0;
  opacity: 1;
  transition: 1s;
}

.show1 {
  opacity: 0;
  transform: translate(0, 80px);
}

.show2 {
  opacity: 0;
  transform: translate(0, 80px);
}

.show3 {
  opacity: 0;
  transform: translate(0, 80px);
}

.show4 {
  opacity: 0;
  transform: translate(0, 80px);
}

.show5 {
  opacity: 0;
  transform: translate(0, 80px);
}

.ashiato1 {
  opacity: 0;
}

.ashiato2 {
  opacity: 0;
}

.ashiato3 {
  opacity: 0;
}

.ashiato4 {
  opacity: 0;
}

.ashiato5 {
  opacity: 0;
}

.ashiato6 {
  opacity: 0;
}

.top-btn-area {
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .top-btn-area {
    display: none;
  }
}

.top-btn {
  padding: 30px;
  position: relative;
  color: #344047;
  font-family: Shippori Antique;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .top-btn {
    display: none;
  }
}
.top-btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 32%;
  left: -5px;
}
.top-btn:hover {
  opacity: 0.6;
}

.zoomin {
  transition: transform 1s ease;
  transform: scale(1.08);
}

.js-resize {
  transform: scale(1);
}

.background-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100vh;
  background-image: url(../images/main_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  max-width: 576px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: transparent;
  padding: 20px;
}

.header__logo {
  max-width: 60px;
  display: block;
}

.mv {
  position: relative;
}

.mv__img {
  margin: 0 auto;
  max-width: 576px;
}

.mv__btn {
  display: block;
  margin: 0 auto;
  margin-top: -180px;
  max-width: 220px;
  position: relative;
  color: white;
  font-size: 20px;
  border-radius: 50px;
  opacity: 0.65;
  background: linear-gradient(101deg, #D43280 25.08%, #E0D9FF 100.21%);
  padding: 15px 20px 15px 25px;
  transition: 0.5s ease;
}
@media screen and (max-width: 576px) {
  .mv__btn {
    margin-top: -130px;
  }
}
@media screen and (max-width: 414px) {
  .mv__btn {
    margin-top: -100px;
  }
}
.mv__btn:hover {
  color: #674E5D;
  background: rgb(255, 255, 255);
}
.mv__btn:hover:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%);
}
.mv__btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%);
}

.worries {
  max-width: 576px;
  margin: 0 auto;
  margin-top: 115px;
  background-image: url(../images/pink_background_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .worries {
    margin-top: 60px;
  }
}
@media screen and (max-width: 414px) {
  .worries {
    margin-top: 30px;
  }
}

.worries__title {
  padding-top: 80px;
  text-align: center;
  color: #674E5D;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 4px;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .worries__title {
    padding-top: 60px;
  }
}

.worries__title span {
  font-size: 22px;
}

.worries__text {
  padding-bottom: 80px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #674E5D;
  font-weight: 600;
  letter-spacing: 2px;
}

.worries__taparea {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.worries__tapbtn {
  max-width: 150px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.worries__left {
  background: #D2DEED;
  mix-blend-mode: multiply;
  width: 50%;
}

.worries__left-contents {
  position: relative;
  margin-left: auto;
  max-height: 750px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 100px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 414px) {
  .worries__left-contents {
    margin-left: 20px;
  }
}
.worries__left-contents::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #D2DEED;
  mix-blend-mode: multiply;
}

.worries__left-text {
  max-width: 200px;
  margin: 0 auto;
}

.worries__left-img {
  width: 100%;
  height: 100%;
}

.worries__left-img img {
  height: 449px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  .worries__left-img img {
    height: 455px;
  }
}

.worries__right {
  width: 50%;
  background: #F7DECC;
  mix-blend-mode: multiply;
}

.worries__right-contents {
  position: relative;
  padding-top: 100px;
  margin-top: 20px;
  max-height: 750px;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 414px) {
  .worries__right-contents {
    margin-right: 20px;
  }
}
.worries__right-contents::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FAD5D0;
  mix-blend-mode: multiply;
}

.worries__right-text {
  margin: 0 auto;
  max-width: 200px;
}

.worries__right-img {
  width: 100%;
  height: 100%;
}

.worries__right-img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 414px) {
  .worries__right-img img {
    height: 452px;
  }
}

.worries__point {
  max-width: 576px;
  margin: 0 auto;
  background-image: url(../images/wave_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.worries__point-2 {
  max-width: 576px;
  margin: 0 auto;
  background-image: url(../images/wave_background_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.worries__point-title {
  background-image: url(../images/wave_background_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 120px 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px #08073B;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .worries__point-title {
    padding: 80px 0 80px 0;
  }
}

.worries__strong {
  font-size: 36px;
}

.worries__point-title-2 {
  background: linear-gradient(180deg, #D68C8C 0%, rgba(255, 166, 128, 0) 100%);
  mix-blend-mode: multiply;
  padding: 80px 0 120px 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px #590A0A;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .worries__point-title-2 {
    padding: 80px 0 80px 0;
  }
}

.worries__point-layout {
  margin: 0 auto;
  margin-top: -50px;
  max-width: 576px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .worries__point-layout {
    gap: 0;
    margin-top: -40px;
  }
}

.worries__point-item {
  width: 40%;
}

.worries__container {
  max-width: 576px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 120px;
  background-image: url(../images/pink_background_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card {
  max-width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 576px) {
  .card {
    margin: 50px 20px;
  }
}

.card__title {
  border-radius: 20px 20px 0 0;
  padding: 50px 0;
  background: linear-gradient(180deg, #DC4584 -11.81%, #E48AB9 100.29%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 576px) {
  .card__title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 414px) {
  .card__title {
    padding: 30px 0;
  }
}

.card__title span {
  font-size: 30px;
  margin-right: -5px;
}

.card__box {
  padding: 40px;
  background-color: #FFFEFE;
  color: #674E5D;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 4px 4px rgba(103, 78, 93, 0.15);
}
@media screen and (max-width: 576px) {
  .card__box {
    padding: 30px;
  }
}

.card__text {
  font-size: 14px;
  line-height: 25px;
  /* 178.571% */
  font-weight: 600;
  letter-spacing: 2px;
}

.card__img {
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .card__img {
    padding: 20px 0;
  }
}

.recommendation {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
}

.recommendation__container {
  max-width: 576px;
  height: 650px;
  margin: 0 auto;
  background-image: url(../images/recommendation_img_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .recommendation__container {
    height: 550px;
  }
}
@media screen and (max-width: 414px) {
  .recommendation__container {
    height: 460px;
  }
}

.recommendation__container-2 {
  max-width: 576px;
  height: 650px;
  margin: 0 auto;
  background-image: url(../images/recommendation_img_02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .recommendation__container-2 {
    height: 600px;
  }
}
@media screen and (max-width: 414px) {
  .recommendation__container-2 {
    height: 500px;
  }
}

.recommendation__img {
  max-width: 300px;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 414px) {
  .recommendation__img {
    max-width: 180px;
    top: -120px;
    left: 50%;
  }
}

.recommendation__text {
  padding-top: 100px;
  color: #674E5D;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 576px) {
  .recommendation__text {
    padding-top: 90px;
  }
}
@media screen and (max-width: 414px) {
  .recommendation__text {
    line-height: 14px;
    font-size: 8px;
  }
}

.text {
  color: #674E5D;
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 40px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.voice {
  margin-top: 50px;
}

.voice__container {
  position: relative;
  z-index: -5;
  max-width: 500px;
  margin: 0 auto;
  background-image: url(../images/pink_background_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .voice__container {
    margin: 0 40px;
  }
}

.voice__title {
  max-width: 250px;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 50px;
  line-height: 30px;
  /* 75% */
  letter-spacing: 4px;
  color: #674E5D;
  font-family: "GFS Didot", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .voice__title {
    font-size: 40px;
    top: -15px;
  }
}
.voice__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -40px;
  z-index: -1;
  display: block;
  width: 130%;
  height: 80%;
  background: linear-gradient(0deg, rgb(237, 100, 172), rgba(237, 100, 172, 0));
}

.voice__title-center {
  max-width: 250px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  line-height: 30px;
  /* 75% */
  letter-spacing: 4px;
  color: #674E5D;
  font-family: "GFS Didot", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .voice__title-center {
    font-size: 40px;
    top: -15px;
  }
}
.voice__title-center::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(237, 100, 172), rgba(237, 100, 172, 0));
}

.voice__circle {
  max-width: 180px;
  position: absolute;
  top: -50px;
  left: -40px;
}
@media screen and (max-width: 576px) {
  .voice__circle {
    left: -60px;
  }
}
@media screen and (max-width: 414px) {
  .voice__circle {
    max-width: 170px;
  }
}

.voice__text-top {
  padding-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 20px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 576px) {
  .voice__text-top {
    margin-right: -30px;
    width: 220px;
  }
}
@media screen and (max-width: 414px) {
  .voice__text-top {
    width: 150px;
    position: relative;
    z-index: 5;
    line-height: 25px;
    padding-right: 0;
  }
}

.voice__text-bottom {
  padding-top: 5px;
  margin-right: -20px;
  padding-left: 20px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 576px) {
  .voice__text-bottom {
    width: 210px;
  }
}
@media screen and (max-width: 414px) {
  .voice__text-bottom {
    width: 150px;
    padding-left: 0;
    margin-right: -30px;
    line-height: 25px;
  }
}

.voice__layout {
  padding-top: 100px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice__layout-2 {
  padding-top: 30px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice__left {
    width: 40%;
  }
}

.voice__right {
  width: 65%;
  margin-right: -40px;
  margin-top: -50px;
}
@media screen and (max-width: 414px) {
  .voice__right {
    width: 75%;
  }
}

.voice__left-2 {
  width: 65%;
  margin-left: -40px;
}
@media screen and (max-width: 414px) {
  .voice__left-2 {
    width: 75%;
  }
}

.voice__right-2 {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice__right-2 {
    margin-top: -130px;
    width: 40%;
  }
}

.voice__item-top {
  margin-top: 30px;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice__item-top {
    max-width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .voice__item-top {
    max-width: 100px;
  }
}

.voice__item-bottom {
  margin-top: 30px;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice__item-bottom {
    max-width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .voice__item-bottom {
    max-width: 100px;
  }
}

.voice-2 {
  max-width: 576px;
  margin: 0px auto 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  z-index: -5;
}
@media screen and (max-width: 576px) {
  .voice-2 {
    overflow: hidden;
    margin: 0px auto 0 auto;
  }
}

.voice-2__message {
  position: relative;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #674E5D;
  letter-spacing: 2px;
  line-height: 20px;
}
.voice-2__message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  background: rgb(215, 71, 149);
}
.voice-2__message::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  background: rgb(215, 71, 149);
}

.voice-2__container {
  position: relative;
  z-index: -5;
  max-width: 500px;
  margin: 0 auto;
  background-image: url(../images/pink_background_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .voice-2__container {
    margin: 0 40px;
  }
}

.voice-2__title {
  max-width: 250px;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 50px;
  line-height: 30px;
  /* 75% */
  letter-spacing: 4px;
  color: #674E5D;
  font-family: "GFS Didot", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .voice-2__title {
    font-size: 40px;
    top: -15px;
  }
}
.voice-2__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -40px;
  z-index: -1;
  display: block;
  width: 130%;
  height: 80%;
  background: linear-gradient(0deg, rgb(237, 100, 172), rgba(237, 100, 172, 0));
}

.voice-2__title-center {
  max-width: 250px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  line-height: 30px;
  /* 75% */
  letter-spacing: 4px;
  color: #674E5D;
  font-family: "GFS Didot", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .voice-2__title-center {
    font-size: 40px;
    top: -15px;
  }
}
.voice-2__title-center::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(237, 100, 172), rgba(237, 100, 172, 0));
}

.voice-2__circle {
  max-width: 200px;
  position: absolute;
  top: -50px;
  left: -40px;
}
@media screen and (max-width: 576px) {
  .voice-2__circle {
    left: -60px;
  }
}
@media screen and (max-width: 414px) {
  .voice-2__circle {
    max-width: 150px;
  }
}

.voice-2__layout {
  padding-top: 60px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice-2__layout-2 {
  padding-top: 50px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice-2__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice-2__left {
    width: 40%;
  }
}

.voice-2__right {
  width: 65%;
  margin-right: -40px;
}
@media screen and (max-width: 414px) {
  .voice-2__right {
    width: 75%;
  }
}

.voice-2__left-2 {
  width: 65%;
  margin-left: -40px;
}
@media screen and (max-width: 414px) {
  .voice-2__left-2 {
    width: 75%;
  }
}

.voice-2__right-2 {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice-2__right-2 {
    margin-top: -100px;
    width: 40%;
  }
}

.voice-2__text-top {
  padding-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .voice-2__text-top {
    position: relative;
    z-index: 5;
    margin-right: -30px;
    line-height: 25px;
    padding-right: 0;
  }
}

.voice-2__text-bottom {
  padding-top: 5px;
  margin-right: -20px;
  padding-left: 20px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .voice-2__text-bottom {
    padding-left: 0;
    margin-right: -30px;
    line-height: 25px;
  }
}

.voice-2__item-top {
  margin-top: 30px;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice-2__item-top {
    max-width: 120px;
  }
}

.voice-2__item-bottom {
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice-2__item-bottom {
    max-width: 120px;
  }
}

.voice-3 {
  margin-top: 50px;
}

.voice-3__layout {
  padding-top: 100px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice-3__layout-2 {
  padding-top: 50px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.voice-3__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice-3__left {
    width: 40%;
  }
}

.voice-3__right {
  width: 85%;
  margin-right: -40px;
  margin-top: -50px;
}
@media screen and (max-width: 414px) {
  .voice-3__right {
    width: 75%;
  }
}

.voice-3__left-2 {
  width: 65%;
  margin-left: -40px;
}
@media screen and (max-width: 414px) {
  .voice-3__left-2 {
    width: 75%;
  }
}

.voice-3__right-2 {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 414px) {
  .voice-3__right-2 {
    margin-top: -100px;
    width: 40%;
  }
}

.voice-3__text-top {
  padding-top: 5px;
  margin-left: -15px;
  margin-right: -30px;
  padding-right: 20px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .voice-3__text-top {
    position: relative;
    z-index: 5;
    margin-right: -30px;
    line-height: 25px;
    padding-right: 0;
  }
}

.voice-3__text-bottom {
  padding-top: 5px;
  margin-right: -20px;
  padding-left: 20px;
  font-size: 12px;
  color: #674E5D;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
  .voice-3__text-bottom {
    padding-left: 0;
    margin-right: -30px;
    line-height: 25px;
  }
}

.voice-3__item-top {
  margin-top: 30px;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice-3__item-top {
    max-width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .voice-3__item-top {
    max-width: 100px;
  }
}

.voice-3__item-bottom {
  margin-top: 30px;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .voice-3__item-bottom {
    max-width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .voice-3__item-bottom {
    max-width: 100px;
  }
}

.order-btn {
  max-width: 500px;
  margin: 120px auto 100px auto;
}
@media screen and (max-width: 576px) {
  .order-btn {
    margin: 120px 40px;
  }
}
@media screen and (max-width: 414px) {
  .order-btn {
    margin: 80px 20px;
  }
}

.features {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: -5;
  background-image: url(../images/features_background.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.features__img {
  max-width: 576px;
  margin: 0 auto;
}

.features__sec1 {
  position: relative;
}

.features__item {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100px;
  margin: 0 auto;
}

.features__sec1-title {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: -2;
  padding: 90px 80px 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  .features__sec1-title {
    padding: 90px 60px 0 60px;
  }
}

.features__sec1-wrap {
  max-width: 250px;
  margin: 0 auto;
}

.features__sec2-wrap {
  max-width: 300px;
  margin: 0 auto;
}

.features__sec3-wrap {
  max-width: 300px;
  margin: 0 auto;
}

.features__sec1-img {
  max-width: 576px;
  margin: 0 auto;
}

.features__sec1-text {
  max-width: 576px;
  margin: 0 auto;
  padding: 40px 45px;
  color: #674E5D;
  font-size: 14px;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .features__sec1-text {
    padding: 40px 35px;
  }
}

.features__sec2 {
  position: relative;
  margin-top: 80px;
}

.features__sec2-title {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: -2;
  padding: 90px 0 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .features__sec2-title {
    padding: 90px 80px 40px 80px;
  }
}
@media screen and (max-width: 414px) {
  .features__sec2-title {
    padding: 90px 40px 40px 40px;
  }
}

.features__sec2-img {
  max-width: 576px;
  margin: 0 auto;
  background-color: #fff;
}

.features__sec2-name {
  padding-top: 40px;
  max-width: 576px;
  margin: 0 auto;
  color: #674E5D;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}

.name-s {
  font-size: 16px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

.name-xs {
  font-size: 12px;
  letter-spacing: 1px;
}

.name-l {
  font-size: 26px;
  letter-spacing: 2px;
}

.features__sec2-text {
  max-width: 576px;
  margin: 0 auto;
  padding: 40px 45px;
  color: #674E5D;
  font-size: 14px;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .features__sec2-text {
    padding: 40px 35px;
  }
}

.features__sec3 {
  position: relative;
  margin-top: 80px;
}

.features__sec3-title {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: -2;
  padding: 90px 0 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .features__sec3-title {
    padding: 90px 80px 40px 80px;
  }
}
@media screen and (max-width: 414px) {
  .features__sec3-title {
    padding: 90px 40px 40px 40px;
  }
}

.features__sec3-img {
  max-width: 576px;
  margin: 0 auto;
  background-color: #fff;
}

.features__sec3-text {
  max-width: 576px;
  margin: 0 auto;
  padding: 40px 45px 60px 45px;
  color: #674E5D;
  font-size: 14px;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .features__sec3-text {
    padding: 40px 35px;
  }
}

.features_pd {
  padding: 20px 40px 40px 40px;
}

.product {
  position: relative;
  z-index: -5;
  background-color: #fff;
  max-width: 576px;
  margin: 0 auto;
}

.product_text {
  margin-top: -50px;
  padding: 0 40px 40px 40px;
  font-size: 14px;
  color: #674E5D;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .product_text {
    padding: 0 35px 40px 35px;
  }
}

.product_textarea {
  margin: 30px 0;
  color: #D74792;
  letter-spacing: 3px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

.product_textarea-top {
  font-size: 14px;
}

.product_textarea-center {
  display: inline-block;
  margin-top: 20px;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .product_textarea-center {
    font-size: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .product_textarea-center {
    font-size: 22px;
  }
}
.product_textarea-center::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  background: #EEE3F3;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.product_textarea-bottom {
  margin-top: 20px;
  font-size: 16px;
}

.price {
  max-width: 576px;
  margin: 0 auto 0 auto;
}

.price__title {
  padding: 50px 0 40px 0;
  background-color: rgb(215, 71, 146);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}

.price__title-s {
  margin-left: 10px;
  font-size: 14px;
}

.price__title-m {
  border-bottom: #fff solid 2px;
  font-size: 24px;
}

.price__title-l {
  font-size: 36px;
  font-weight: 600;
}

.dot-layout {
  max-width: 130px;
  margin: 10px auto 1px auto;
  display: flex;
  justify-content: space-between;
}

.dot {
  max-width: 7px;
}

.dot-layout-2 {
  max-width: 100px;
  margin-left: auto;
  margin-right: 180px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .dot-layout-2 {
    margin-right: 32%;
  }
}
@media screen and (max-width: 414px) {
  .dot-layout-2 {
    max-width: 80px;
    margin-right: 30%;
  }
}

.price__container {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url(../images/pink_background_05.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.price__card {
  max-width: 500px;
  margin: 30px auto 0 auto;
  border: rgb(166, 103, 139) solid 2px;
}
@media screen and (max-width: 576px) {
  .price__card {
    margin: 30px 40px 0 40px;
  }
}

.price__lavel {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 600;
  background-color: rgb(166, 103, 139);
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .price__lavel {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .price__lavel {
    font-size: 12px;
  }
}

.price__lavel-l {
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .price__lavel-l {
    font-size: 20px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .price__lavel-l {
    font-size: 16px;
    margin-left: 5px;
  }
}

.price__box {
  background-color: #FFF;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  .price__box {
    padding: 20px;
  }
}

.price__layout {
  justify-content: center;
  gap: 50px;
  display: flex;
}
@media screen and (max-width: 576px) {
  .price__layout {
    gap: 40px;
  }
}
@media screen and (max-width: 414px) {
  .price__layout {
    gap: 20px;
  }
}

.price__left {
  width: 25%;
}
@media screen and (max-width: 576px) {
  .price__left {
    width: 30%;
  }
}

.price__right {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .price__right {
    width: 60%;
  }
}
@media screen and (max-width: 414px) {
  .price__right {
    width: 70%;
  }
}

.price__right-top {
  width: 80%;
}

.price__item {
  max-width: 350px;
  margin: 20px auto;
  padding: 10px 0;
  background-color: rgb(215, 71, 146);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 3.5;
}
@media screen and (max-width: 414px) {
  .price__item {
    max-width: 300px;
    line-height: 37px;
  }
}

.price__border {
  border-bottom: #fff solid 2px;
}

.price__item-img {
  margin-left: 10px;
}

.price__item-img img {
  max-width: 120px;
}
@media screen and (max-width: 414px) {
  .price__item-img img {
    max-width: 80px;
  }
}

.price__order {
  max-width: 500px;
  margin: 20px auto 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .price__order {
    margin: 60px 20px 0 20px;
  }
}

.price__product {
  margin-top: 30px;
}

.order-text {
  position: relative;
  background-color: #FFF;
  border-radius: 15px 15px 0 0;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  color: #674E5D;
}
@media screen and (max-width: 576px) {
  .order-text {
    margin: 0px 40px;
  }
}
@media screen and (max-width: 414px) {
  .order-text {
    font-size: 14px;
  }
}

.order-text-xl {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 414px) {
  .order-text-xl {
    font-size: 26px;
  }
}

.order-text-l {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 414px) {
  .order-text-l {
    font-size: 16px;
  }
}

.color-accent {
  color: rgb(215, 71, 146);
}

.order-btn-2 {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  background-color: rgb(215, 71, 146);
  color: #fff;
  letter-spacing: 3px;
  border-radius: 0 0 15px 15px;
  padding: 20px 30px;
}
@media screen and (max-width: 576px) {
  .order-btn-2 {
    margin: 0px 40px;
  }
}

.order-thamb {
  margin-top: -80px;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  /* 白から透明へのグラデーション */
}

.price_textarea {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
  color: #D74792;
  letter-spacing: 3px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

.price_textarea-top {
  font-size: 14px;
}

.price_textarea-center {
  display: inline-block;
  margin-top: 20px;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .price_textarea-center {
    font-size: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .price_textarea-center {
    font-size: 22px;
  }
}
.price_textarea-center::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  background: #EEE3F3;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.price_textarea-bottom {
  margin-top: 20px;
  font-size: 16px;
}

.footer {
  padding-top: 30px;
  background-color: #fff;
  max-width: 576px;
  margin: 0 auto;
}

.footer__icon {
  margin: 0 40px;
  max-width: 40px;
}
@media screen and (max-width: 414px) {
  .footer__icon {
    max-width: 30px;
    margin: 0 30px;
  }
}

.footer__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 40px;
  gap: 10px 20px;
}
@media screen and (max-width: 576px) {
  .footer__layout {
    gap: 5px 20px;
  }
}
@media screen and (max-width: 414px) {
  .footer__layout {
    margin: 30px 20px;
  }
}

.footer__list {
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 576px) {
  .footer__list {
    font-size: 12px;
  }
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding: 20px 0;
  background-color: rgb(215, 71, 146);
  color: #fff;
}

.button {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}

.JsInview {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 2.4s, transform 0.8s;
}
.JsInview.is-active {
  opacity: 1;
  transform: translateY(0);
}

.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
.JsInviewBox__01 {
  transition-delay: 0.8s;
}
.JsInviewBox__02 {
  transition-delay: 1.1s;
}
.JsInviewBox__03 {
  transition-delay: 1.4s;
}
.JsInviewBox__04 {
  transition-delay: 1.7s;
}
.JsInviewBox__05 {
  transition-delay: 2s;
}
.JsInviewBox__06 {
  transition-delay: 2.3s;
}
.JsInviewBox__07 {
  transition-delay: 2.6s;
}
.JsInviewBox.is-active .JsInviewBox__01,
.JsInviewBox.is-active .JsInviewBox__02,
.JsInviewBox.is-active .JsInviewBox__03,
.JsInviewBox.is-active .JsInviewBox__04,
.JsInviewBox.is-active .JsInviewBox__05,
.JsInviewBox.is-active .JsInviewBox__06,
.JsInviewBox.is-active .JsInviewBox__07 {
  opacity: 1;
  transform: translateY(0);
}

.JsMenuBtn {
  cursor: pointer;
}
.JsAcBtn {
  cursor: pointer;
}

.JsHoverContent {
  opacity: 0;
  display: none;
  animation: hidden 0.1s ease;
}
.JsHoverContent.is-active {
  opacity: 1;
  animation: appear 0.1s ease;
  display: block;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.JsBgCover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: none;
  animation: hidden 0.1s ease;
}
.JsBgCover.is-active {
  opacity: 1;
  animation: appear 0.1s ease;
  display: block;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.font-base {
  font-family: "Noto Serif JP", sans-serif;
}

.font-strong {
  font-family: "GFS Didot", serif;
}

.font-special-01 {
  font-family: "Yusei Magic", sans-serif;
}

.font-special-02 {
  font-family: "SignPainter", serif;
}

.font-special-03 {
  font-family: "Kaisei Decol", serif;
}

.font-style-italic {
  font-style: italic;
}/*# sourceMappingURL=style.css.map */