@charset "UTF-8";
.main .section--01 .note::before, .main .section--01 .sub--01 .list::before, .main .section--01 .sub--02 .note::before, .main .section--02 .sub--02 p::before, .main .section--03 p::before, .main .section--01 .note::after, .main .section--01 .sub--01 .list::after, .main .section--01 .sub--02 .note::after, .main .section--02 .sub--02 p::after, .main .section--03 p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section--01 .note::before, .main .section--01 .sub--01 .list::before, .main .section--01 .sub--02 .note::before, .main .section--02 .sub--02 p::before, .main .section--03 p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .section--01 .note::after, .main .section--01 .sub--01 .list::after, .main .section--01 .sub--02 .note::after, .main .section--02 .sub--02 p::after, .main .section--03 p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader .gNav .navigation, .modalBody {
  scrollbar-width: none;
}
.gHeader .gNav .navigation::-webkit-scrollbar, .modalBody::-webkit-scrollbar {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1460px) and (min-width: 801px) {
  :root {
    font-size: 6.8493150685vw;
  }
}
@media screen and (max-width: 800px) {
  :root {
    font-size: 12.5vw;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 1.5;
}

.wrap {
  max-width: 10.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .wrap {
    padding-inline: 0.45rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
.fadeUp {
  opacity: 0;
  translate: 0 0.5rem 0;
  transition: 0.8s;
  transition-property: opacity, translate;
}
.fadeUp.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}

.scaleUp {
  opacity: 0;
  scale: 0.9;
  transition: 0.8s;
  transition-property: opacity, scale;
}
.scaleUp.scrollIn {
  opacity: 1;
  scale: 1;
}

.btn--01,
.btn--02 {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 0.9rem;
  position: relative;
  border-radius: 0.45rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (max-width: 800px) {
  .btn--01,
.btn--02 {
    width: 5.74rem;
    height: 1.07rem;
    border-radius: 0.535rem;
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .btn--01:hover,
.btn--02:hover {
    background-color: #fff;
  }
}
.btn--01 .arw,
.btn--02 .arw {
  width: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.33rem;
  translate: 0 -50%;
}
@media screen and (max-width: 800px) {
  .btn--01 .arw,
.btn--02 .arw {
    right: 0.3rem;
  }
}
.btn--01 .arw rect,
.btn--02 .arw rect {
  fill: currentColor;
}

.btn--01 {
  background: #004c85;
  box-shadow: inset 0 0 0 0.05rem #004c85;
}
@media screen and (hover: hover) and (pointer: fine) {
  .btn--01:hover {
    color: #004c85;
  }
}

.btn--02 {
  background: #e50012;
  box-shadow: inset 0 0 0 0.05rem #e50012;
}
@media screen and (hover: hover) and (pointer: fine) {
  .btn--02:hover {
    color: #e50012;
  }
}

.gHeader .branding {
  position: absolute;
  top: 0.2rem;
  right: calc(50% + 4.2rem);
  z-index: 9000;
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.9rem;
  height: 0.6rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9200;
  background: #e50012;
  transition: background-color 0.4s;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu {
    width: 1.26rem;
    height: 0.84rem;
  }
}
.gHeader .gNav .btn--menu:is(.gNav:has(.btn--menu input:checked) *) {
  background-color: transparent;
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.48rem;
  height: 0.22rem;
  background-image: linear-gradient(#fff, #fff);
  background-position: 50% 50%;
  background-size: 100% 0.02rem;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu .bar {
    width: 0.68rem;
    height: 0.31rem;
    background-size: 100% 0.03rem;
  }
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #fff;
  transition: 0.4s;
  transition-property: background-color translate, rotate;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
    height: 0.03rem;
  }
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.1rem 0;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu .bar::before {
    translate: 0 -0.14rem 0;
  }
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.1rem 0;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu .bar::after {
    translate: 0 0.14rem 0;
  }
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *) {
  background-size: 0 0.02rem;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *) {
    background-size: 0 0.03rem;
  }
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before, .gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  background-color: #e50012;
  translate: 0 0 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  rotate: 165deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  rotate: 15deg;
}
.gHeader .gNav .navigation {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9100;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation {
    display: block;
    box-sizing: border-box;
    padding: 1.24rem 0 0.6rem;
    -webkit-clip-path: none;
            clip-path: none;
    translate: 0 -100% 0;
    transition-property: translate;
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 7.6rem;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation .list {
    width: 7.1rem;
    margin: 0 auto;
  }
}
.gHeader .gNav .navigation .list .item {
  display: block;
  border: 0.05rem solid;
  padding: 0 0 0 0.39rem;
  position: relative;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 800;
  line-height: 1rem;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation .list .item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0 0 0 0.43rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.gHeader .gNav .navigation .list .item--01 {
  border-color: #004097;
  background-color: #004097;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list .item--01:hover {
    background-color: #fff;
    color: #004097;
  }
}
.gHeader .gNav .navigation .list .item--02 {
  border-color: #e7372f;
  background-color: #e7372f;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list .item--02:hover {
    background-color: #fff;
    color: #e7372f;
  }
}
.gHeader .gNav .navigation .list .item--03 {
  border-color: #0079e8;
  background-color: #0079e8;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list .item--03:hover {
    background-color: #fff;
    color: #0079e8;
  }
}
.gHeader .gNav .navigation .list .item--04 {
  border-color: #009844;
  background-color: #009844;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list .item--04:hover {
    background-color: #fff;
    color: #009844;
  }
}
.gHeader .gNav .navigation .list .item--05 {
  border-color: #eb4c86;
  background-color: #eb4c86;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list .item--05:hover {
    background-color: #fff;
    color: #eb4c86;
  }
}
.gHeader .gNav .navigation .list .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.15rem;
  box-shadow: inset 0 0 0 0.03rem #fff;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation .list .item::before {
    box-shadow: inset 0 0 0 0.04 rem #fff;
  }
}
.gHeader .gNav .navigation .list .item .arw {
  width: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.36rem;
  translate: 0 -50%;
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation .list .item .arw {
    width: 0.18rem;
    right: 0.35rem;
  }
}
.gHeader .gNav .navigation .list .item .arw rect {
  fill: currentColor;
}
.gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 800px) {
  .gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
    -webkit-clip-path: none;
            clip-path: none;
    translate: 0 0 0;
  }
}

.main {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 10.6rem 1fr;
  gap: 0 0.34rem;
  background: url(../imgs/bg.webp) 50% 0/29.24rem auto repeat;
}
@media screen and (max-width: 800px) {
  .main {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    background-image: url(../imgs/bg_sp.webp);
    background-size: 100% auto;
  }
}
.main .hero {
  grid-row: 1/2;
  grid-column: 1/4;
  background: #fff79d;
}
@media screen and (max-width: 800px) {
  .main .hero {
    grid-column: 1/2;
  }
}
.main .hero .pageTitle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 6.1rem;
  background: url(../imgs/bg-mv.svg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 800px) {
  .main .hero .pageTitle {
    display: block;
    height: auto;
    background: none;
  }
}
.main .hero .pageTitle img {
  width: 10.38rem;
}
@media screen and (max-width: 800px) {
  .main .hero .pageTitle img {
    width: auto;
  }
}
.main .hero .obi {
  display: grid;
  place-items: center;
  height: 1.3rem;
}
@media screen and (max-width: 800px) {
  .main .hero .obi {
    height: 1.17rem;
  }
}
.main .hero .obi img {
  width: 6.8rem;
}
@media screen and (max-width: 800px) {
  .main .hero .obi img {
    width: 5.87rem;
  }
}
.main .article {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.4rem 0 0.5rem;
}
@media screen and (max-width: 800px) {
  .main .article {
    grid-column: 1/2;
    padding: 0.22rem 0.29rem 0.3rem;
  }
}
.main .lead {
  height: 8.8rem;
  position: relative;
  background: #fff url(../imgs/bg001.svg) 0 calc(100% + 0.76rem)/100% auto no-repeat;
  border-radius: 0.3rem 0.3rem 0 0;
}
@media screen and (max-width: 800px) {
  .main .lead {
    height: 8.72rem;
    background-image: url(../imgs/bg001_sp.svg);
    background-position: 0 1.48rem;
  }
}
.main .lead .catch {
  width: 9.16rem;
  position: absolute;
  top: 0.84rem;
  left: 0.97rem;
}
@media screen and (max-width: 800px) {
  .main .lead .catch {
    width: 6.81rem;
    top: 0.53rem;
    left: 0.42rem;
  }
}
.main .lead .sNav .item {
  position: absolute;
  transition: scale 0.4s;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .lead .sNav .item:hover {
    scale: 1.1;
  }
}
.main .lead .sNav .item--01 {
  width: 3.67rem;
  top: 2.8rem;
  left: 1.56rem;
}
@media screen and (max-width: 800px) {
  .main .lead .sNav .item--01 {
    width: 3.85rem;
    top: 1.76rem;
    left: 0.37rem;
  }
}
.main .lead .sNav .item--02 {
  width: 3.41rem;
  top: 2.5rem;
  left: 5.83rem;
}
@media screen and (max-width: 800px) {
  .main .lead .sNav .item--02 {
    top: 3.04rem;
    left: 3.68rem;
  }
}
.main .lead .sNav .item--03 {
  width: 3.44rem;
  top: 5.82rem;
  left: 1.53rem;
}
@media screen and (max-width: 800px) {
  .main .lead .sNav .item--03 {
    width: 3.33rem;
    top: 4.57rem;
    left: 0.35rem;
  }
}
.main .lead .sNav .item--04 {
  width: 3.3rem;
  top: 5.63rem;
  left: 5.81rem;
}
@media screen and (max-width: 800px) {
  .main .lead .sNav .item--04 {
    top: 5.76rem;
    left: 3.64rem;
  }
}
.main .section--01 {
  padding: 0.5rem 0.4rem 0.4rem;
  background: #e7372f;
}
@media screen and (max-width: 800px) {
  .main .section--01 {
    padding: 0.25rem;
  }
}
.main .section--01 .ttl {
  width: 8.08rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .main .section--01 .ttl {
    width: 6.69rem;
    margin: 0 0 0 0.12rem;
  }
}
.main .section--01 .note {
  padding: 0.16rem 0 0;
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.22rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .note {
    padding: 0.2rem 0 0;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.main .section--01 .menu .inner,
.main .section--01 .sub .inner {
  background: #fff;
  border-radius: 0.2rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .inner,
.main .section--01 .sub .inner {
    border-radius: 0.15rem;
  }
}
.main .section--01 .menu {
  margin: 0.25rem 0 0;
}
.main .section--01 .menu .inner {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  padding: 0.4rem 0 0.35rem 0.4rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .inner {
    gap: 0.09rem;
    padding: 0.16rem 0 0.3rem 0.32rem;
  }
}
.main .section--01 .menu .item {
  width: 9.08rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item {
    width: 6.34rem;
  }
}
.main .section--01 .menu .item .note {
  padding: 0 0 0.29rem 0.23rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 0.13rem;
  line-height: 0.21rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item .note {
    padding: 0 0 0.2rem 0.26rem;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item--02 .note {
    padding-bottom: 0.18rem;
  }
}
.main .section--01 .menu .item--03 .note {
  padding-bottom: 0.16rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item--03 .note {
    padding-bottom: 0.18rem;
  }
}
.main .section--01 .menu .item--04 {
  margin: 0.05rem 0 0;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item--04 {
    width: 6.36rem;
  }
}
.main .section--01 .menu .item--04 .note {
  padding-bottom: 0.53rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .menu .item--04 .note {
    padding-bottom: 0.52rem;
  }
}
.main .section--01 .sub {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub {
    margin: 0.46rem 0 0;
  }
}
.main .section--01 .sub--01 .inner {
  padding: 0.69rem 0 0.46rem;
  background-image: url(../imgs/bg101.svg);
  background-position: 0 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--01 .inner {
    padding: 0.5rem 0 0.4rem;
    background-image: url(../imgs/bg101_sp.svg);
    background-position: 100% calc(100% - 0.14rem);
    background-size: 6.6rem auto;
  }
}
.main .section--01 .sub--01 .sttl {
  width: 7.48rem;
  margin: 0 0 0 1.26rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--01 .sttl {
    width: 5.7rem;
    margin: 0 0 0 0.66rem;
  }
}
.main .section--01 .sub--01 .list {
  padding: 0.38rem 0 0;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.46rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--01 .list {
    padding: 0.34rem 0 0;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
.main .section--01 .sub--01 .image {
  width: 7.93rem;
  margin: 0.52rem 0 0 0.88rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--01 .image {
    width: 5.73rem;
    margin: 0.32rem 0 0 0.55rem;
  }
}
.main .section--01 .sub--02 .inner {
  padding: 0.66rem 0 0.51rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--02 .inner {
    padding: 0.29rem 0 0.38rem;
  }
}
.main .section--01 .sub--02 .sttl {
  width: 8.17rem;
  margin: 0 0 0 0.85rem;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--02 .sttl {
    width: 6.16rem;
    margin: 0 0 0 0.39rem;
  }
}
.main .section--01 .sub--02 .image {
  width: 3.8rem;
  margin: 0.54rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--02 .image {
    width: 3.7rem;
    margin: 0.38rem auto 0;
  }
}
.main .section--01 .sub--02 .note {
  padding: 0.26rem 0 0;
  color: #000;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.33rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--02 .note {
    padding: 0.21rem 0 0;
    font-size: 0.19rem;
    font-weight: 700;
    line-height: 0.28rem;
  }
}
.main .section--01 .sub--02 .btn {
  margin: 0.46rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--01 .sub--02 .btn {
    margin: 0.3rem auto 0;
  }
}
.main .section--02 {
  padding: 0.48rem 0.4rem 0.4rem;
  background: #0079e8;
}
@media screen and (max-width: 800px) {
  .main .section--02 {
    padding: 0.25rem;
  }
}
.main .section--02 .ttl {
  width: 8.6rem;
  margin: 0 0 0 0.64rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .ttl {
    width: 6.64rem;
    margin: 0 0 0 0.12rem;
  }
}
.main .section--02 .chance {
  width: 8.43rem;
  margin: 0.25rem 0 0 0.64rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .chance {
    width: 6.54rem;
    margin: 0.18rem 0 0 0.17rem;
  }
}
.main .section--02 .sub {
  background: #fff;
}
.main .section--02 .sub--01 {
  margin: 0.25rem 0 0;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.54rem 0 0;
  background-image: url(../imgs/bg201.svg);
  background-position: 0 1.91rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 {
    margin: 0.24rem 0 0;
    border-radius: 0.12rem 0.12rem 0 0;
    padding: 0.32rem 0 0;
    background-image: url(../imgs/bg201_sp.svg);
    background-position: 0 1.61rem;
  }
}
.main .section--02 .sub--01 .sttl {
  width: 7.85rem;
  margin: 0 0 0 1.05rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .sttl {
    width: 5.88rem;
    margin: 0 0 0 0.55rem;
  }
}
.main .section--02 .sub--01 .list {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  margin: 0.64rem 0 0 1.01rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list {
    gap: 0.28rem;
    align-items: center;
    margin: 0.42rem 0 0;
  }
}
.main .section--02 .sub--01 .list .item--01 {
  width: 7.22rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--01 {
    width: 5.43rem;
  }
}
.main .section--02 .sub--01 .list .item--01 .link {
  display: block;
  width: 4.23rem;
  height: 0.28rem;
  margin: 0;
  position: absolute;
  left: 1.81rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--01 .link {
    width: 4.23rem;
    height: 0.29rem;
  }
}
.main .section--02 .sub--01 .list .item--01 .link--01 {
  top: 0;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--01 .link--01 {
    top: 0.79rem;
    left: 0.51rem;
  }
}
.main .section--02 .sub--01 .list .item--01 .link--02 {
  top: 0.45rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--01 .link--02 {
    top: 1.24rem;
    left: 0;
  }
}
.main .section--02 .sub--01 .list .item--01 .note {
  margin: 0.23rem 0 0 1.81rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--01 .note {
    margin: 0.19rem 0 0;
  }
}
.main .section--02 .sub--01 .list .item--02 {
  width: 7.48rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--02 {
    width: 5.67rem;
  }
}
.main .section--02 .sub--01 .list .item--03 {
  width: 7.41rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .list .item--03 {
    width: 5.59rem;
  }
}
.main .section--02 .sub--01 .catch {
  width: 6.59rem;
  margin: 0.09rem auto 0.3rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .catch {
    width: 5.25rem;
    margin: 0.15rem auto 0;
  }
}
.main .section--02 .sub--01 .question {
  width: 8.8rem;
  margin: 0.5rem auto 0;
  padding: 0.3rem 0 0.4rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question {
    width: 6.38rem;
    margin: 0.25rem auto 0;
    padding: 0.22rem 0 0.3rem;
    border-radius: 0.15rem;
  }
}
.main .section--02 .sub--01 .question:has(.comingsoon) {
  padding-bottom: 0.28rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question:has(.comingsoon) {
    padding-bottom: 0.3rem;
  }
}
.main .section--02 .sub--01 .question .legend {
  margin: 0 auto;
}
.main .section--02 .sub--01 .question .image {
  width: 8.06rem;
  margin: 0.29rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question .image {
    width: 5.72rem;
    margin: 0.2rem auto 0;
  }
}
.main .section--02 .sub--01 .question .comingsoon {
  display: grid;
  place-items: center;
  width: 8.12rem;
  height: 1.25rem;
  margin: 0.31rem auto 0;
  background: #fff 50% 50% no-repeat;
  border-radius: 0.15rem;
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question .comingsoon {
    width: 5.72rem;
    height: 0.97rem;
    margin: 0.21rem auto 0;
    border-radius: 0.1rem;
  }
}
.main .section--02 .sub--01 .question--07 {
  margin-top: -0.05rem;
  position: relative;
  background: #def1fb;
  box-shadow: inset 0 0 0 0.015rem #017edd;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--07 {
    margin-top: 0.24rem;
  }
}
.main .section--02 .sub--01 .question--07 .legend {
  width: 3.3rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--07 .legend {
    width: 2.97rem;
  }
}
.main .section--02 .sub--01 .question--08 {
  background: #fff0c5;
  box-shadow: inset 0 0 0 0.015rem #fa5a19;
}
.main .section--02 .sub--01 .question--08 .legend {
  width: 3.31rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--08 .legend {
    width: 2.98rem;
  }
}
.main .section--02 .sub--01 .question--08 .comingsoon {
  color: #fa5a19;
  background-image: url(../imgs/q08bg.svg);
  background-size: 4.07rem auto;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--08 .comingsoon {
    background-image: url(../imgs/q08bg_sp.svg);
    background-size: 3.22rem auto;
  }
}
.main .section--02 .sub--01 .question--09 {
  background: #e4e7f7;
  box-shadow: inset 0 0 0 0.015rem #4b5acd;
}
.main .section--02 .sub--01 .question--09 .legend {
  width: 3.31rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--09 .legend {
    width: 2.98rem;
  }
}
.main .section--02 .sub--01 .question--09 .comingsoon {
  color: #4b5acd;
  background-image: url(../imgs/q09bg.svg);
  background-size: 3.88rem auto;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--09 .comingsoon {
    background-image: url(../imgs/q09bg_sp.svg);
    background-size: 3.15rem auto;
  }
}
.main .section--02 .sub--01 .question--10 {
  background: #f5e2df;
  box-shadow: inset 0 0 0 0.015rem #be3c28;
}
.main .section--02 .sub--01 .question--10 .legend {
  width: 3.31rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--10 .legend {
    width: 3.21rem;
  }
}
.main .section--02 .sub--01 .question--10 .comingsoon {
  color: #be3c28;
  background-image: url(../imgs/q10bg.svg);
  background-size: 4.3rem auto;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .question--10 .comingsoon {
    background-image: url(../imgs/q10bg_sp.svg);
    background-size: 3.29rem auto;
  }
}
.main .section--02 .sub--01 .link {
  width: 7.08rem;
  margin: 0.58rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .link {
    width: 6.3rem;
    margin: 0.34rem auto 0;
  }
}
.main .section--02 .sub--01 .link .item--02 {
  margin: 0.11rem 0 0;
}
.main .section--02 .sub--01 .link .item--03 {
  margin: 0.16rem 0 0;
}
.main .section--02 .sub--01 .link .item--03.comingsoon {
  margin-right: -0.31rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .link .item--03.comingsoon {
    margin-right: -0.1rem;
  }
}
.main .section--02 .sub--01 .link + .question {
  margin-top: 0.7rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--01 .link + .question {
    margin-top: 0.4rem;
  }
}
.main .section--02 .sub--02 {
  padding: 0.45rem 0 0.5rem;
  border-radius: 0 0 0.2rem 0.2rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 {
    padding: 0.3rem 0 0.28rem;
    border-radius: 0 0 0.12rem 0.12rem;
  }
}
.main .section--02 .sub--02 p {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 p {
    font-size: 0.19rem;
    line-height: 0.26rem;
  }
}
.main .section--02 .sub--02 .sttl {
  width: 7.86rem;
  margin: 0.73rem 0 0 0.97rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .sttl {
    width: 5.81rem;
    margin: 0.63rem 0 0 0.57rem;
  }
}
.main .section--02 .sub--02 .term {
  margin: 0.46rem 0.54rem 0;
  padding: 0.35rem;
  background: #0079e8;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term {
    margin: 0.32rem 0.28rem 0;
    padding: 0.22rem 0.28rem;
  }
}
.main .section--02 .sub--02 .term .inner {
  height: 3.16rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .inner {
    overflow: scroll;
  }
}
.main .section--02 .sub--02 .term .inner h4 {
  font-size: 0.18rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .inner h4 {
    font-size: 0.24rem;
  }
}
.main .section--02 .sub--02 .term .inner h5 {
  font-size: 0.22rem;
  margin: 30px 0 10px;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .inner h5 {
    font-size: 0.28rem;
    margin: 0.38rem 0 0.18rem;
  }
}
.main .section--02 .sub--02 .term .inner p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .inner p {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.main .section--02 .sub--02 .term .inner ul li {
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .inner ul li {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.main .section--02 .sub--02 .term .inner a {
  color: #ffe600;
}
.main .section--02 .sub--02 .term .inner a:hover {
  text-decoration: underline;
}
.main .section--02 .sub--02 .term .simplebar-content {
  padding-right: 0.31rem !important;
}
.main .section--02 .sub--02 .term .simplebar-track.simplebar-vertical {
  width: 0.07rem;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .simplebar-track.simplebar-vertical {
    width: 0.1rem;
  }
}
.main .section--02 .sub--02 .term .simplebar-scrollbar.simplebar-visible:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 0.035rem;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .main .section--02 .sub--02 .term .simplebar-scrollbar.simplebar-visible:before {
    border-radius: 0.05rem;
  }
}
.main .section--03 {
  padding: 0.48rem 0 0.74rem;
  background: #009844 url(../imgs/bg301.svg) 0.93rem 3.19rem/8.65rem auto no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main .section--03 {
    padding: 0.24rem 0 0.3rem;
    background-image: url(../imgs/bg301_sp.svg);
    background-position: 0.63rem 2.8rem;
    background-size: 6.21rem auto;
  }
}
.main .section--03 .ttl {
  width: 8.52rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .main .section--03 .ttl {
    width: 6.65rem;
  }
}
.main .section--03 .image {
  width: 5.54rem;
  margin: 0.5rem auto 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .main .section--03 .image {
    width: 5.32rem;
    margin: 0.52rem auto 0;
  }
}
.main .section--03 .image .screen {
  display: grid;
  width: 0.64rem;
  position: absolute;
  top: 0.653rem;
}
.main .section--03 .image .screen img {
  grid-area: 1/1;
}
.main .section--03 .image .screen::after {
  content: "";
  display: block;
  grid-area: 1/1;
  box-shadow: inset 0 0.01rem 0.05rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .main .section--03 .image .screen {
    width: 0.62rem;
    top: 0.61rem;
  }
}
.main .section--03 .image .screen--01 {
  left: 0.48rem;
}
@media screen and (max-width: 800px) {
  .main .section--03 .image .screen--01 {
    left: 0.455rem;
  }
}
.main .section--03 .image .screen--02 {
  left: 2.37rem;
}
@media screen and (max-width: 800px) {
  .main .section--03 .image .screen--02 {
    left: 2.28rem;
  }
}
.main .section--03 .image .screen--03 {
  left: 4.24rem;
}
@media screen and (max-width: 800px) {
  .main .section--03 .image .screen--03 {
    left: 4.08rem;
  }
}
.main .section--03 .image .balloon {
  width: 1rem;
  position: absolute;
  top: 1.39rem;
  right: -0.42rem;
}
@media screen and (max-width: 800px) {
  .main .section--03 .image .balloon {
    width: 0.96rem;
    top: 1.32rem;
    right: -0.44rem;
  }
}
.main .section--03 .note {
  margin: 0.15rem 0 0;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .main .section--03 .note {
    margin: 0.19rem 0 0;
    font-size: 0.15rem;
  }
}
.main .section--03 p {
  padding: 0.3rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .main .section--03 p {
    padding: 0.28rem 0 0;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.main .section--03 .link {
  display: block;
  width: 7.79rem;
  margin: -0.38rem auto 0;
  border: none;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .main .section--03 .link {
    width: 6.59rem;
    margin: -0.24rem auto 0;
  }
}
.main .section--04 {
  padding: 0.48rem 0.4rem 0.4rem;
  background: #eb4c86;
}
@media screen and (max-width: 800px) {
  .main .section--04 {
    padding: 0.32rem 0.25rem 0.25rem;
  }
}
.main .section--04 .ttl {
  width: 9.2rem;
  margin: 0 0 0 0.36rem;
}
@media screen and (max-width: 800px) {
  .main .section--04 .ttl {
    width: 6.59rem;
    margin: 0 auto;
  }
}
.main .section--04 .inner {
  margin: 0.42rem 0 0;
  padding: 0.23rem 0 0.46rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
@media screen and (max-width: 800px) {
  .main .section--04 .inner {
    margin: 0.26rem 0 0;
    padding: 0.16rem 0 0.5rem;
    border-radius: 0.12rem;
  }
}
.main .section--04 .history--pc {
  width: 9.38rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .main .section--04 .history--pc {
    display: none;
  }
}
.main .section--04 .history--pc img {
  display: block;
}
.main .section--04 .history--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .main .section--04 .history--sp {
    display: block;
    width: 6.39rem;
    margin: 0 auto;
  }
}
.main .section--04 .history--sp .nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 -2px;
}
.main .section--04 .history--sp .nav .btn {
  display: grid;
  width: 2.07rem;
  height: calc(1.76rem + 2px);
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
}
.main .section--04 .history--sp .nav .btn .image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 1.07rem;
  margin: 0 0 -0.02rem;
}
.main .section--04 .history--sp .nav .btn .text {
  display: grid;
  place-items: center;
  border-radius: 0.15rem 0.15rem 0 0;
  box-sizing: border-box;
  height: calc(0.71rem + 2px);
  padding: 0 0 2px;
}
.main .section--04 .history--sp .nav .btn .text svg path {
  fill: #fff;
}
.main .section--04 .history--sp .nav .btn--p .image img {
  width: 1.53rem;
}
.main .section--04 .history--sp .nav .btn--p .text {
  background: #009844;
}
.main .section--04 .history--sp .nav .btn--p .text svg {
  width: 1.23rem;
}
.main .section--04 .history--sp .nav .btn--p.active .text {
  background: #d6eee1;
}
.main .section--04 .history--sp .nav .btn--p.active .text svg path {
  fill: #009844;
}
.main .section--04 .history--sp .nav .btn--y .image img {
  width: 1.69rem;
}
.main .section--04 .history--sp .nav .btn--y .text {
  background: #2345af;
}
.main .section--04 .history--sp .nav .btn--y .text svg {
  width: 0.99rem;
}
.main .section--04 .history--sp .nav .btn--y.active .text {
  background: #d1d8ee;
}
.main .section--04 .history--sp .nav .btn--y.active .text svg path {
  fill: #2345af;
}
.main .section--04 .history--sp .nav .btn--t .image img {
  width: 1.54rem;
}
.main .section--04 .history--sp .nav .btn--t .text {
  background: #0075c1;
}
.main .section--04 .history--sp .nav .btn--t .text svg {
  width: 1.49rem;
}
.main .section--04 .history--sp .nav .btn--t.active .text {
  background: #bedbef;
}
.main .section--04 .history--sp .nav .btn--t.active .text svg path {
  fill: #0075c1;
}
.main .section--04 .history--sp .col {
  display: none;
}
.main .section--04 .history--sp .col--p {
  background: #d6eee1;
}
.main .section--04 .history--sp .col--y {
  background: #d1d8ee;
}
.main .section--04 .history--sp .col--t {
  background: #bedbef;
}
.main .section--04 .history--sp .col.active {
  display: block;
}
.main .section--04 .history--sp .col img {
  display: block;
}
.main .section--04 .info {
  width: 6.41rem;
  margin: 0.44rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--04 .info {
    width: 5.78rem;
    margin: 0.27rem auto 0;
  }
}
.main .section--04 .image {
  width: 9.38rem;
  margin: 0.38rem auto 0;
}
@media screen and (max-width: 800px) {
  .main .section--04 .image {
    width: 6.38rem;
  }
}
.main .section--04 .btn {
  margin: 0.4rem auto 0;
}
.main .section--04 .sns {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 800px) {
  .main .section--04 .sns {
    gap: 0.48rem;
  }
}
.main .section--04 .sns li {
  width: 0.72rem;
}
@media screen and (max-width: 800px) {
  .main .section--04 .sns li {
    width: 0.86rem;
  }
}
.main .btn--receipt {
  grid-row: 2/3;
  grid-column: 3/4;
  align-self: flex-end;
  display: block;
  width: 1.37rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0.2rem;
  left: 0;
  transition: scale 0.4s;
}
@media screen and (max-width: 800px) {
  .main .btn--receipt {
    grid-column: 1/2;
    width: 1.5rem;
    left: 6.24rem;
  }
  .main .btn--receipt img {
    width: 100%;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .btn--receipt:hover {
    scale: 1.1;
  }
}

.gFooter {
  padding: 0.58rem 0 0.3rem;
}
@media screen and (max-width: 800px) {
  .gFooter {
    padding: 0.48rem 0 0.36rem;
  }
}
.gFooter .contact {
  width: 6.41rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .gFooter .contact {
    width: 7.42rem;
  }
}
@media screen and (min-width: 801px) {
  .gFooter .contact a {
    pointer-events: none;
  }
}
.gFooter .sns {
  margin: 0.65rem 0 0;
}
.gFooter .sns .legend {
  width: 5.33rem;
  margin: 0 auto;
}
.gFooter .sns .list {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 800px) {
  .gFooter .sns .list {
    gap: 0.48rem;
    margin: 0.42rem 0 0;
  }
}
.gFooter .sns .list li {
  width: 0.72rem;
}
@media screen and (max-width: 800px) {
  .gFooter .sns .list li {
    width: 0.86rem;
  }
}
.gFooter .btn {
  margin: 0.56rem auto 0;
}
@media screen and (max-width: 800px) {
  .gFooter .btn {
    margin: 0.64rem auto 0;
  }
}
.gFooter .copyright {
  margin: 0.74rem 0 0;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .gFooter .copyright {
    font-size: 0.18rem;
  }
}

.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.8s;
}
.modal.active {
  -webkit-animation: showModal 0.8s both;
          animation: showModal 0.8s both;
}
@-webkit-keyframes showModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal.active.toHide {
  -webkit-animation: hideModal 0.8s both;
          animation: hideModal 0.8s both;
}
@-webkit-keyframes hideModal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideModal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9300;
}
.modalBg.active {
  display: block;
}

.modalBody {
  place-items: center;
  width: 6.8rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: calc(50% - 3.4rem);
  z-index: 9400;
  overflow: scroll;
}
@media screen and (max-width: 800px) {
  .modalBody {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    gap: 0.22rem;
    box-sizing: border-box;
    width: 7.42rem;
    padding: 0;
    left: 0.29rem;
  }
}
.modalBody .panel {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  margin: 0.3rem 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .modalBody .panel {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
    padding: 0.35rem 0 0.4rem;
    margin: 0;
  }
}
.modalBody .panel .text {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .text {
    width: 6.8rem;
  }
}
.modalBody .panel .text p {
  margin: 0.28rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .text p {
    margin: 0.1rem 0 0;
    font-size: 0.17rem;
  }
}
.modalBody .panel .code {
  width: auto;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .code {
    width: 6.4rem;
    margin: 0.34rem auto 0;
  }
}
.modalBody .panel .flow {
  display: flex;
  justify-content: space-between;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .flow {
    flex-direction: column;
    gap: 0.22rem;
    width: 6.4rem;
    margin: 0.2rem auto 0;
  }
}
.modalBody .panel .flow li {
  width: 30%;
  padding: 0 0 0.2rem 0;
  position: relative;
  background: #ffe92c;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .flow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.36rem 0.15rem 0.44rem;
  }
}
.modalBody .panel .flow li p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 0.2rem;
  text-align: center;
  margin: 0.2rem 0;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .flow li p {
    display: block;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.37rem;
    text-align: left;
  }
}
.modalBody .panel .flow li .image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .modalBody .panel .flow li .image {
    width: 1.5rem;
    margin: 0;
  }
}
.modalBody .panel .flow li::before {
  content: "";
  display: block;
  width: 0.39rem;
  height: 0.78rem;
  position: absolute;
  top: 1.46rem;
  left: -0.3rem;
  background: #f66400;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 800px) {
  .modalBody .panel .flow li::before {
    width: 0.82rem;
    height: 0.42rem;
    top: -0.3rem;
    left: calc(50% - 0.41rem);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.modalBody .panel .flow li:first-child::before {
  content: none;
}
.modalBody .btn--close {
  width: 0.23rem;
  height: 0.23rem;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  margin: 0.3rem 0;
  left: calc(50% + 3.6rem);
  background: transparent url(../imgs/close.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 800px) {
  .modalBody .btn--close {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
    justify-self: flex-end;
    width: 0.3rem;
    height: 0.3rem;
    position: static;
    margin: 0;
  }
}
.modalBody.active {
  display: grid;
}
/*# sourceMappingURL=common.css.map */