@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font: 16px "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: clip;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #191936;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}
body.black {
  background-color: #000006;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-mt-05em {
  margin-top: 0.5em;
}

.u-inlineblock {
  display: inline-block;
}

.u-text-bold {
  font-weight: 800;
}

.u-font-75pper {
  font-size: 75%;
}

.u-font-60pper {
  font-size: 60%;
}

.u-colorchange {
  color: #ee887c;
  font-weight: inherit;
}

.u-colorpurple::before {
  background-color: #910252 !important;
  mix-blend-mode: normal !important;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
}
.fadeIn.scrollin.fadeIn-up, .fadeIn.scrollin.fadeIn-down, .fadeIn.scrollin.fadeIn-left, .fadeIn.scrollin.fadeIn-right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > fv
------------------------------
*/
.a-fv-wrap {
  background-color: rgba(25, 25, 54, 0.98);
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.a-fv-wrap.js-none {
  opacity: 0;
  top: -100%;
  overflow: hidden;
}

.a-fv-bnr {
  margin: auto;
  width: 60%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  -webkit-animation: anim1 0.7s ease-in;
          animation: anim1 0.7s ease-in;
}

@-webkit-keyframes anim1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
component > btn
------------------------------
*/
.c-btn-fixed {
  max-width: 340px;
  min-width: 250px;
  width: 20%;
  position: absolute;
  right: 2%;
  top: 0;
  display: block;
  -webkit-filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.75));
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .c-btn-fixed {
    max-width: none;
    min-width: 80px;
    position: absolute;
    margin: 0 auto;
    width: 28%;
    top: 10px;
    -webkit-filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.75));
            filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.75));
  }
}
@media (hover: hover) {
  a.c-btn-fixed:hover {
    -webkit-filter: drop-shadow(-3px -3px 9px rgba(0, 0, 0, 0.9));
            filter: drop-shadow(-3px -3px 9px rgba(0, 0, 0, 0.9));
  }
}

@media (hover: hover) {
  .c-btn-overline:hover {
    text-decoration: underline;
  }
}

/*!
component > title
------------------------------
*/
.c-title-period {
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 4.1rem);
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .c-title-period {
    margin-bottom: 1.25em;
  }
}
.c-title-period--inner {
  background-color: #191936;
  padding: 0 1em;
}
.c-title-period::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: -1;
}

.c-title-product {
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 4.1rem);
  position: relative;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .c-title-product {
    margin-bottom: 1.25em;
  }
}
.c-title-product--inner {
  background-color: #191936;
  padding: 0 1em;
}
.c-title-product--black {
  background: #000006;
}
.c-title-product--wrap {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.c-title-product--wrap::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.c-title-product--wrap::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.c-title-product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.c-title-shop {
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 4.1rem);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
}

.c-title-flow {
  margin: 0 auto 1em;
  padding: 0.5em;
  max-width: 1440px;
  width: 92%;
  font-size: clamp(2rem, 4.5vw, 4.6rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
}
.c-title-flow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #910252;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-title-flow::before {
    border-radius: 10px;
  }
}
.c-title-flow--inner {
  position: relative;
}

.c-title-caution {
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

/*!
layout > header
------------------------------
*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 399px) {
  footer {
    padding-bottom: 65px;
  }
}

.footer-page1 {
  background: url("../img/page1/bg_footer-01.jpg") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer-page1 {
    background-position: center top;
  }
}

.footer-page2 {
  background: url("../img/page2/bg_footer-02.jpg") no-repeat center top;
  background-size: cover;
}

.footer-page3 {
  background: url("../img/zengaku2512/bg_footer-02.jpg") no-repeat center top;
  background-size: cover;
}

.footer-inner {
  text-align: center;
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
  width: 90%;
  margin: 0 auto;
  padding: 1.8em 0;
}

@media screen and (max-width: 399px) {
  .footer-text--mail {
    font-size: 1.3rem;
  }
}

.footer-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.footer-text-time {
  font-size: clamp(1.3rem, 2.2vw, 2.4rem);
  margin-top: 1em;
}
.footer-text-time--small {
  font-size: 80%;
}

.footer-btn-fixed {
  max-width: 200px;
  width: 20%;
  position: fixed;
  top: -400px;
  right: -200px;
  display: block;
  -webkit-filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.75));
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .footer-btn-fixed {
    max-width: none;
    margin: 0 auto;
    width: 86%;
    max-width: 400px;
    right: 7%;
    top: auto;
    bottom: -400px;
  }
}
.footer-btn-fixed.is-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-animation: anim1 0.7s ease-in;
          animation: anim1 0.7s ease-in;
}
@media screen and (max-width: 768px) {
  .footer-btn-fixed.is-fixed {
    right: 10px;
    bottom: 10px;
    top: auto;
  }
}
@media screen and (max-width: 399px) {
  .footer-btn-fixed.is-fixed {
    right: 7%;
  }
}

@media (hover: hover) {
  a.footer-btn-fixed:hover {
    -webkit-filter: drop-shadow(-3px -3px 9px rgba(0, 0, 0, 0.9));
            filter: drop-shadow(-3px -3px 9px rgba(0, 0, 0, 0.9));
  }
}

/*!
page > top
------------------------------
*/
.top-lead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.top-lead--big {
  max-width: 1680px;
  width: 88%;
  margin: 1em auto 0;
  font-size: clamp(1.9rem, 4.6vw, 4.8rem);
  font-weight: 700;
  line-height: 1.9;
}

.top-lead-campaign {
  position: relative;
  /*@include g.maxmq(){
  	padding-bottom: 130px;
  }
  @include g.maxmq(sm){
  	padding-bottom: 90px;
  }*/
}
.top-lead-campaign--text1 {
  font-size: clamp(1.4rem, 3.2vw, 3.4rem);
  line-height: 2;
  max-width: 1740px;
  width: 90%;
  margin: 0 auto;
  padding: 1.2em 160px 1.2em 0;
}
@media screen and (max-width: 1599px) {
  .top-lead-campaign--text1 {
    padding: 1.2em 24% 1.2em 0;
  }
}
@media screen and (max-width: 768px) {
  .top-lead-campaign--text1 {
    padding: 1.2em 23% 1.2em 0.25em;
    text-align: left;
  }
}
.top-lead-campaign--text2 {
  color: #f3a989;
  font-size: clamp(1.4rem, 3.2vw, 3.4rem);
  letter-spacing: 0.04em;
  padding: 1.2em 10% 1.2em 5%;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top-lead-campaign--text2 {
    padding: 1.2em 5%;
  }
}
@media screen and (max-width: 768px) {
  .top-lead-campaign--text2 {
    margin-bottom: 1em;
  }
}
.top-lead-campaign--text2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #910252;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.top-period {
  width: 90%;
  max-width: 1400px;
  padding: 110px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-period {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 399px) {
  .top-period {
    padding: 40px 0 0;
  }
}

.top-period-buy {
  width: 96%;
  max-width: 1090px;
  margin: 0 auto;
}

.top-period-application {
  background-color: #910252;
  border-radius: 20px;
  padding: 0.2em 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 1em;
  font-size: clamp(2.5rem, 4.6vw, 5.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-period-application {
    border-radius: 10px;
  }
}
.top-period-application--inner::after {
  content: "→";
  margin-left: 0.5em;
  font-size: 75%;
}

.top-product {
  padding: 120px 0 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-product {
    padding: 50px 0 35px;
  }
}

.top-product-image {
  max-width: 1408px;
  width: 92%;
  margin: 0 auto;
}

.top-shop {
  border: 1px solid #fff;
  max-width: 1178px;
  width: 92%;
  margin: 0 auto;
}

.top-shop-inner {
  width: 82%;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-shop-inner {
    width: 88%;
    padding: 25px 0;
  }
}

.top-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  font-size: clamp(1.5rem, 3.2vw, 3.6rem);
  padding-bottom: 0.75em;
  border-bottom: 1px dashed #fff;
  margin-bottom: 0.75em;
}
.top-shop-list li {
  letter-spacing: 0.06em;
}
.top-shop-list li::after {
  content: "/";
  margin-left: 0.25em;
}
.top-shop-list li:last-child::after {
  display: none;
}

.top-shop-caution {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-shop-caution {
    font-size: 1.3rem;
  }
}
.top-shop-caution li {
  margin-bottom: 0.2em;
  padding-left: 1em;
}
.top-shop-caution li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-shop-caution li::before {
  content: "※";
}

.top-flow {
  margin: 140px auto 0;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .top-flow {
    margin: 70px auto 0;
    padding: 70px 0;
  }
}
@media screen and (max-width: 399px) {
  .top-flow {
    margin: 45px auto 0;
    padding: 40px 0;
  }
}
.top-flow--bg1 {
  background: url("../img/page1/bg_flow-01.jpg") no-repeat center top;
  background-size: cover;
}
.top-flow--bg2 {
  background: url("../img/page2/bg_flow-02.jpg") no-repeat center top;
  background-size: cover;
}
.top-flow--bg3 {
  background: url("../img/zengaku2512/bg_flow-02.jpg") no-repeat center top;
  background-size: cover;
}

.top-flow-block {
  max-width: 1400px;
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 92px 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  padding-bottom: 54px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-flow-block {
    padding-bottom: 40px;
    width: 92%;
    margin: 0 5% 0 3%;
  }
}
@media screen and (max-width: 399px) {
  .top-flow-block {
    padding-bottom: 20px;
    grid-template-columns: 56px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.top-flow-block::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 46px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 399px) {
  .top-flow-block::before {
    left: 28px;
    top: 28px;
  }
}
.top-flow-block:last-child {
  padding-bottom: 0;
}
.top-flow-block:last-child::before {
  display: none;
}

.top-flow-num {
  width: 92px;
  height: 92px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #910252;
  padding: 15px 0;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0;
  position: relative;
  z-index: 2;
}
.top-flow-num--step {
  font-size: 1.4rem;
}
.top-flow-num--num {
  font-size: 4.2rem;
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 399px) {
  .top-flow-num {
    width: 56px;
    height: 56px;
    padding: 12px 0;
  }
  .top-flow-num--step {
    font-size: 1rem;
  }
  .top-flow-num--num {
    font-size: 2.5rem;
    margin-top: 0.05em;
  }
}

.top-flow-detail {
  font-size: clamp(1.7rem, 4vw, 4.5rem);
  font-weight: 600;
  line-height: 1.5;
  padding-top: 0.25em;
}

.top-flow-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  margin-bottom: 1.2em;
}
.top-flow-period--bg {
  position: relative;
  padding: 0.75em 1em;
  line-height: 1.2;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  display: inline-block;
}
.top-flow-period--bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: #603760;
  mix-blend-mode: multiply;
}
.top-flow-period--bg span {
  position: relative;
}
.top-flow-period--imgtext {
  width: 476px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-flow-period--imgtext {
    width: 100%;
    max-width: 476px;
  }
}
.top-flow-period--f22 {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}
.top-flow-period--num1 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}
.top-flow-period--num2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .top-flow-period--num2 {
    line-height: 1.4;
  }
}
.top-flow-period--grid {
  display: grid;
  grid-template-columns: 5em 1fr;
  row-gap: 0.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 399px) {
  .top-flow-period--grid {
    grid-template-columns: 2.75em 1fr;
  }
}

.top-flow-list {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 400;
}
.top-flow-list li {
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.top-flow-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-flow-list li::before {
  content: "■";
}

.top-receipt {
  border: 2px solid #fff;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079px) {
  .top-receipt {
    display: block;
    padding: 10px 5% 20px;
  }
}
.top-receipt dt {
  padding: 1em;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
@media screen and (max-width: 1079px) {
  .top-receipt dt {
    padding: 1em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}
.top-receipt dd {
  padding: 20px 30px 20px 5%;
  border-left: 1px solid #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
}
@media screen and (max-width: 1079px) {
  .top-receipt dd {
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 399px) {
  .top-receipt dd {
    padding: 0 2%;
  }
}

.top-receipt-caution {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 400;
  margin-top: 0.5em;
}
.top-receipt-caution li {
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.top-receipt-caution li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-receipt-caution li::before {
  content: "※";
}

.top-caution {
  padding: 60px 5% 80px;
  margin: 180px auto;
  max-width: 1400px;
  width: 86%;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-caution {
    width: 90%;
    margin: 70px auto;
  }
}
@media screen and (max-width: 399px) {
  .top-caution {
    margin: 40px auto;
    padding: 30px 5%;
  }
}

.top-caution-block {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .top-caution-block {
    margin-bottom: 40px;
  }
}
.top-caution-block:last-child {
  margin-bottom: 0;
}
.top-caution-block dd {
  padding-left: 1em;
  margin-bottom: 0.25em;
  letter-spacing: 0;
  line-height: 1.7;
}
.top-caution-block dd::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-caution-block dd::before {
  content: "■";
}
.top-caution-block dd.top-caution-rice::before {
  content: "※";
}/*# sourceMappingURL=style.css.map */