@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dropDown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-75rem);
  }
}
@keyframes scroll-loop-sm {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-120rem);
  }
}
html {
  scroll-behavior: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #F1F000;
}

h1, h2, h3, h4, h5, div, p {
  text-align: left;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #222222;
}

p {
  color: #222222;
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
p b {
  font-weight: 700;
}
p small {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.u-fs8 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.8);
}

.u-fs9 {
  font-size: 0.9rem;
}

.u-fs10 {
  font-size: 1rem;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fs21 {
  font-size: 2.1rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs28 {
  font-size: 2.8rem;
}

.u-fs32 {
  font-size: 3.2rem;
}

.u-fs36 {
  font-size: 3.6rem;
}

.u-fs40 {
  font-size: 4rem;
}

.u-fs44 {
  font-size: 4.4rem;
}

.u-fs48 {
  font-size: 4.8rem;
}

@media screen and (min-width: 340px) {
  .u-fs10--xxs {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs10--pc {
    font-size: 1rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs11--xs {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs11--tb {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs11--pc {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs12--xs {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs12--pc {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs13--xxs {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs13--xs {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs13--tb {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs13--pc {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs14--xxs {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs14--xs {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs14--sm {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs14--tb {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs14--pc {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs15--xxs {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs15--xs {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs15--sm {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs15--tb {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs15--pc {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs16--xs {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs16--sm {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs16--tb {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs16--pc {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs18--xxs {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs18--xs {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs18--sm {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs18--tb {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs18--pc {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs19--xxs {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs19--xs {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs19--sm {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs19--tb {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs19--pc {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 340px) {
  .u-fs20--xxs {
    font-size: 2rem;
  }
}
@media screen and (min-width: 380px) {
  .u-fs20--xs {
    font-size: 2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs20--sm {
    font-size: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs20--tb {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs20--pc {
    font-size: 2rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs21--xs {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs21--sm {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs21--tb {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs21--pc {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs22--xs {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs22--sm {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs22--tb {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs22--pc {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs24--xs {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs24--sm {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs24--tb {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs24--pc {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs28--xs {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs28--sm {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs28--tb {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs28--pc {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs32--xs {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs32--sm {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs32--tb {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs32--pc {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs36--xs {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs36--sm {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs36--tb {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs36--pc {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs40--xs {
    font-size: 4rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs40--sm {
    font-size: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs40--tb {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs40--pc {
    font-size: 4rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs44--xs {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs44--sm {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs44--tb {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs44--pc {
    font-size: 4.4rem;
  }
}

@media screen and (min-width: 380px) {
  .u-fs48--xs {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-fs48--sm {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-fs48--tb {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-fs48--pc {
    font-size: 4.8rem;
  }
}

.u-lh10 {
  line-height: 1rem;
}

.u-lh12 {
  line-height: 1.2rem;
}

.u-lh13 {
  line-height: 1.3rem;
}

.u-lh14 {
  line-height: 1.4rem;
}

.u-lh16 {
  line-height: 1.6rem;
}

.u-lh18 {
  line-height: 1.8rem;
}

.u-lh19 {
  line-height: 1.9rem;
}

.u-lh20 {
  line-height: 2rem;
}

.u-lh22 {
  line-height: 2.2rem;
}

.u-lh24 {
  line-height: 2.4rem;
}

.u-lh28 {
  line-height: 2.8rem;
}

.u-lh32 {
  line-height: 3.2rem;
}

.u-lh36 {
  line-height: 3.6rem;
}

.u-lh40 {
  line-height: 4rem;
}

.u-lh48 {
  line-height: 4.8rem;
}

.u-lh56 {
  line-height: 5.6rem;
}

.u-lh60 {
  line-height: 6rem;
}

@media screen and (min-width: 380px) {
  .u-lh12--xs {
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh12--pc {
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh13--xs {
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh13--pc {
    line-height: 1.3rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh14--xs {
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh14--pc {
    line-height: 1.4rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh16--xs {
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh16--sm {
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh16--tb {
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh16--pc {
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh18--xxs {
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh18--xs {
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh18--sm {
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh18--tb {
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh18--pc {
    line-height: 1.8rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh19--xxs {
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh19--xs {
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh19--sm {
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh19--tb {
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh19--pc {
    line-height: 1.9rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh20--xxs {
    line-height: 2rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh20--xs {
    line-height: 2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh20--sm {
    line-height: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh20--tb {
    line-height: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh20--pc {
    line-height: 2rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh22--xxs {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh22--xs {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh22--sm {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh22--tb {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh22--pc {
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh24--xxs {
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh24--xs {
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh24--sm {
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh24--tb {
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh24--pc {
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 340px) {
  .u-lh28--xxs {
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 380px) {
  .u-lh28--xs {
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh28--sm {
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh28--tb {
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh28--pc {
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh32--xs {
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh32--sm {
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh32--tb {
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh32--pc {
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 640px) {
  .u-lh36--tb {
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh36--pc {
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 640px) {
  .u-lh40--tb {
    line-height: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh40--pc {
    line-height: 4rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh48--xs {
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh48--sm {
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh48--tb {
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh48--pc {
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh56--xs {
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh56--sm {
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh56--tb {
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh56--pc {
    line-height: 5.6rem;
  }
}

@media screen and (min-width: 380px) {
  .u-lh60--xs {
    line-height: 6rem;
  }
}
@media screen and (min-width: 428px) {
  .u-lh60--sm {
    line-height: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .u-lh60--tb {
    line-height: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh60--pc {
    line-height: 6rem;
  }
}

a {
  text-decoration: none;
  color: auto;
  cursor: pointer;
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

dl dd, dl dt {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
  font-weight: 500;
}

.c-uList {
  padding-left: 2.4rem;
}
.c-uList--disc {
  padding-left: 2.4rem;
}
.c-uList--disc li {
  list-style: disc;
}
.c-uList--disc li::marker {
  font-size: 0.8em;
  line-height: 1em;
}
.c-uList--dot {
  padding-left: 0rem;
}
.c-uList--dot li {
  list-style: none;
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-uList--dot li::before {
  content: "・";
  display: inline-block;
  font-size: 1em;
  /*line-height: 1em;
  position: relative;
  top:0.25em;*/
}
.c-uList--check {
  padding-left: 0rem;
}
.c-uList--check li {
  list-style: none;
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-uList--check li::before {
  content: "✓";
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  top: 0.25em;
}
.c-uList--dbCircle {
  padding-left: 0rem;
}
.c-uList--dbCircle li {
  list-style: none;
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-uList--dbCircle li::before {
  content: "◎";
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  top: 0.25em;
}
.c-uList--cen {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-oList {
  padding-left: 2.4rem;
}
.c-oList--circle {
  padding-left: 0rem;
}
.c-oList--circle li {
  list-style: none;
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-oList--circle li::before {
  content: "①";
  display: inline-block;
  font-size: 1em;
  /*line-height: 1em;
  position: relative;
  top:0.25em;*/
}
.c-oList--circle li:nth-of-type(2)::before {
  content: "②";
}
.c-oList--circle li:nth-of-type(3)::before {
  content: "③";
}
.c-oList--circle li:nth-of-type(4)::before {
  content: "④";
}
.c-oList--circle li:nth-of-type(5)::before {
  content: "⑤";
}
.c-oList--circle li:nth-of-type(6)::before {
  content: "⑥";
}
.c-oList--circle li:nth-of-type(7)::before {
  content: "⑦";
}
.c-oList--circle li:nth-of-type(8)::before {
  content: "⑧";
}
.c-oList--circle li:nth-of-type(9)::before {
  content: "⑨";
}
.c-oList--circle li:nth-of-type(10)::before {
  content: "⑩";
}
.c-oList--circle li:nth-of-type(11)::before {
  content: "⑪";
}
.c-oList--circle li:nth-of-type(12)::before {
  content: "⑫";
}
.c-oList--circle li:nth-of-type(13)::before {
  content: "⑬";
}
.c-oList--circle li:nth-of-type(14)::before {
  content: "⑭";
}
.c-oList--circle li:nth-of-type(15)::before {
  content: "⑮";
}
.c-oList--circle li:nth-of-type(16)::before {
  content: "⑯";
}
.c-oList--circle li:nth-of-type(17)::before {
  content: "⑰";
}
.c-oList--circle li:nth-of-type(18)::before {
  content: "⑱";
}
.c-oList--circle li:nth-of-type(19)::before {
  content: "⑲";
}
.c-oList--circle li:nth-of-type(20)::before {
  content: "⑳";
}

.u-disBlk {
  display: block;
}

.c-ytIframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 640px;
  max-height: 360px;
}
@media screen and (min-width: 1024px) {
  .c-ytIframe {
    width: 640px;
    height: 360px;
  }
}
.c-ytIframe--vw {
  width: 90vw;
  height: 50.6vw;
  max-width: 640px;
  max-height: 360px;
}
@media screen and (min-width: 1024px) {
  .c-ytIframe--vw {
    width: 640px;
    height: 360px;
  }
}
.c-ytIframe__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.c-shadowTxt {
  filter: drop-shadow(0 0 2px rgb(255, 255, 255));
}

.u-noWrap {
  white-space: nowrap;
}

.c-circle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  border: solid 1px #222222;
}
@media screen and (min-width: 640px) {
  .c-circle {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 2.1rem;
  }
}
.c-circle--sml {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
}
@media screen and (min-width: 640px) {
  .c-circle--sml {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 1.8rem;
  }
}

.c-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.c-cross__bar {
  width: 1.6rem;
  height: 0.15rem;
  position: absolute;
  background-color: #222222;
}
.c-cross__bar:first-of-type {
  transform: rotate(45deg);
}
.c-cross__bar:last-of-type {
  transform: rotate(-45deg);
}
@media screen and (min-width: 640px) {
  .c-cross__bar {
    width: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .c-cross {
    width: 2rem;
    height: 2rem;
  }
}
.c-cross--sml {
  width: 1.3rem;
  height: 1.3rem;
}
.c-cross--sml__bar {
  width: 1.3rem;
  height: 0.15rem;
}
@media screen and (min-width: 640px) {
  .c-cross--sml__bar {
    width: 1.7rem;
  }
}
@media screen and (min-width: 640px) {
  .c-cross--sml {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.c-line--gray {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #CCCCCC;
}
.c-line--gray--bold {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #CCCCCC;
}
.c-line--lightgray {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #EEEEEE;
}
.c-line--lightgray--bold {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #EEEEEE;
}

.u-imgW72 {
  display: block;
  width: 72px;
  height: auto;
}

.u-imgW80 {
  display: block;
  width: 80px;
  height: auto;
}

.u-imgW70per {
  display: block;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.u-imgW80per {
  display: block;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.u-imgW100 {
  display: block;
  width: 100%;
  height: auto;
}

.u-imgH100 {
  display: block;
  height: 100%;
  width: auto;
}

.u-bdrImg {
  border: solid 0.1rem #666666;
}

.c-height100 {
  height: 100%;
}

.u-width01 {
  width: 96.2%;
  margin-left: auto;
  margin-right: auto;
}

.u-width02 {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
}

.u-width03 {
  width: 85% !important;
  margin-left: auto;
  margin-right: auto;
}
.u-width03--vw {
  width: 85vw !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 380px) {
  .u-width02--xs {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .u-width02--tb {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-width02--pc {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-width03--xs {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-width03--sm {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .u-width03--tb {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 380px) {
  .u-width03--vw--xs {
    width: 85vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-width03--vw--sm {
    width: 85vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .u-width03--vw--tb {
    width: 85vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-width24 {
  width: 24px;
}

.u-width28 {
  width: 28px;
}

.u-width40 {
  width: 40px;
}

.u-width60 {
  width: 60px;
}

.u-width64 {
  width: 64px;
}

.u-width80 {
  width: 80px;
}

.u-width88 {
  width: 88px;
}

.u-width96 {
  width: 96px;
}

.u-width100 {
  width: 100px;
}

.u-width108 {
  width: 108px;
}

.u-width126 {
  width: 126px;
}

.u-width128 {
  width: 128px;
}

.u-width140 {
  width: 140px;
}

.u-width160 {
  width: 160px;
}

.u-width180 {
  width: 180px;
}

.u-width192 {
  width: 192px;
}

.u-width240 {
  width: 240px;
}

.u-width320 {
  width: 260px;
}

.u-width320 {
  width: 320px;
}

@media screen and (min-width: 1024px) {
  .u-width720 {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .u-width832--pc {
    width: 832px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-minWidth40 {
  min-width: 40px;
}

.u-minWidth48 {
  min-width: 48px;
}

.u-minWidth60 {
  min-width: 60px;
}

.u-minWidth80 {
  min-width: 80px;
}

.u-minWidth464 {
  min-width: 464px;
}

.u-maxWidth32 {
  max-width: 32px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth48 {
  max-width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth52 {
  max-width: 52px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth60 {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth64 {
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth80 {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth96 {
  max-width: 96px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth108 {
  max-width: 108px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth128 {
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth160 {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth192 {
  max-width: 192px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth240 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth256 {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth288 {
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth320 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth512 {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth832 {
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxWidth1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 380px) {
  .u-width24--xs {
    width: 24px;
  }
}
@media screen and (min-width: 428px) {
  .u-width24--sm {
    width: 24px;
  }
}
@media screen and (min-width: 640px) {
  .u-width24--tb {
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width24--pc {
    width: 24px;
  }
}

@media screen and (min-width: 380px) {
  .u-width28--xs {
    width: 28px;
  }
}
@media screen and (min-width: 428px) {
  .u-width28--sm {
    width: 28px;
  }
}
@media screen and (min-width: 640px) {
  .u-width28--tb {
    width: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width28--pc {
    width: 28px;
  }
}

@media screen and (min-width: 640px) {
  .u-width40--tb {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width40--pc {
    width: 40px;
  }
}

@media screen and (min-width: 380px) {
  .u-width60--xs {
    width: 60px;
  }
}
@media screen and (min-width: 428px) {
  .u-width60--sm {
    width: 60px;
  }
}
@media screen and (min-width: 640px) {
  .u-width60--tb {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width60--pc {
    width: 60px;
  }
}

@media screen and (min-width: 380px) {
  .u-width64--xs {
    width: 64px;
  }
}
@media screen and (min-width: 428px) {
  .u-width64--sm {
    width: 64px;
  }
}
@media screen and (min-width: 640px) {
  .u-width64--tb {
    width: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width64--pc {
    width: 64px;
  }
}

@media screen and (min-width: 380px) {
  .u-width80--xs {
    width: 80px;
  }
}
@media screen and (min-width: 428px) {
  .u-width80--sm {
    width: 80px;
  }
}
@media screen and (min-width: 640px) {
  .u-width80--tb {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width80--pc {
    width: 80px;
  }
}

@media screen and (min-width: 380px) {
  .u-width88--xs {
    width: 88px;
  }
}
@media screen and (min-width: 428px) {
  .u-width88--sm {
    width: 88px;
  }
}
@media screen and (min-width: 640px) {
  .u-width88--tb {
    width: 88px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width88--pc {
    width: 88px;
  }
}

@media screen and (min-width: 380px) {
  .u-width96--xs {
    width: 96px;
  }
}
@media screen and (min-width: 428px) {
  .u-width96--sm {
    width: 96px;
  }
}
@media screen and (min-width: 640px) {
  .u-width96--tb {
    width: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width96--pc {
    width: 96px;
  }
}

@media screen and (min-width: 380px) {
  .u-width100--xs {
    width: 100px;
  }
}
@media screen and (min-width: 428px) {
  .u-width100--sm {
    width: 100px;
  }
}
@media screen and (min-width: 640px) {
  .u-width100--tb {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width100--pc {
    width: 100px;
  }
}

@media screen and (min-width: 380px) {
  .u-width108--xs {
    width: 108px;
  }
}
@media screen and (min-width: 428px) {
  .u-width108--sm {
    width: 108px;
  }
}
@media screen and (min-width: 640px) {
  .u-width108--tb {
    width: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width108--pc {
    width: 108px;
  }
}

@media screen and (min-width: 428px) {
  .u-width126--sm {
    width: 126px;
  }
}
@media screen and (min-width: 640px) {
  .u-width126--tb {
    width: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width126--pc {
    width: 126px;
  }
}

@media screen and (min-width: 340px) {
  .u-width128--xxs {
    width: 128px;
  }
}
@media screen and (min-width: 428px) {
  .u-width128--sm {
    width: 128px;
  }
}
@media screen and (min-width: 640px) {
  .u-width128--tb {
    width: 128px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width128--pc {
    width: 128px;
  }
}

@media screen and (min-width: 428px) {
  .u-width140--sm {
    width: 140px;
  }
}
@media screen and (min-width: 640px) {
  .u-width140--tb {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width140--pc {
    width: 140px;
  }
}

@media screen and (min-width: 428px) {
  .u-width160--sm {
    width: 160px;
  }
}
@media screen and (min-width: 640px) {
  .u-width160--tb {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width160--pc {
    width: 160px;
  }
}

@media screen and (min-width: 428px) {
  .u-width180--sm {
    width: 180px;
  }
}
@media screen and (min-width: 640px) {
  .u-width180--tb {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width180--pc {
    width: 180px;
  }
}

@media screen and (min-width: 428px) {
  .u-width192--sm {
    width: 192px;
  }
}
@media screen and (min-width: 640px) {
  .u-width192--tb {
    width: 192px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width192--pc {
    width: 192px;
  }
}

@media screen and (min-width: 428px) {
  .u-width240--sm {
    width: 240px;
  }
}
@media screen and (min-width: 640px) {
  .u-width240--tb {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width240--pc {
    width: 240px;
  }
}

@media screen and (min-width: 428px) {
  .u-width260--sm {
    width: 260px;
  }
}
@media screen and (min-width: 640px) {
  .u-width260--tb {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width260--pc {
    width: 260px;
  }
}

@media screen and (min-width: 428px) {
  .u-width264--sm {
    width: 264px;
  }
}
@media screen and (min-width: 640px) {
  .u-width264--tb {
    width: 264px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width264--pc {
    width: 264px;
  }
}

@media screen and (min-width: 640px) {
  .u-width320--tb {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .u-width320--pc {
    width: 320px;
  }
}

.u-width50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .u-width50--pc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-width100per {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .u-width100per--tb {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-width100per--pc {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-maxWidth32--xs {
    max-width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth32--sm {
    max-width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .u-maxWidth32--tb {
    max-width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth32--pc {
    max-width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-maxWidth52--xs {
    max-width: 52px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth52--sm {
    max-width: 52px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-maxWidth60--xs {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth60--sm {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-maxWidth80--xs {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth80--sm {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 380px) {
  .u-maxWidth96--xs {
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth96--sm {
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 340px) {
  .u-maxWidth108--xxs {
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 380px) {
  .u-maxWidth108--xs {
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth108--sm {
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 340px) {
  .u-maxWidth128--xxs {
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 380px) {
  .u-maxWidth128--xs {
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 428px) {
  .u-maxWidth128--sm {
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth160--tb {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth160--pc {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth192--tb {
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth192--pc {
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth200--tb {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth200--pc {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth240--tb {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth240--pc {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth256--tb {
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth256--pc {
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth288--tb {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth288--pc {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth320--tb {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth320--pc {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth480--tb {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth480--pc {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth512--tb {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth512--pc {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth640--tb {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth640--pc {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth720--tb {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth720--pc {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth960--tb {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth960--pc {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .u-maxWidth1000--tb {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .u-maxWidth1000--pc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-bgBlk {
  background-color: #ffffff;
  padding: 1.6rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--pc {
    background-color: #ffffff;
    padding: 1.6rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.c-bgBlk--h100 {
  height: 100%;
}
.c-bgBlk--lightblue {
  padding: 1.6rem;
  width: 100%;
  background-color: rgba(2, 113, 188, 0.1);
  box-sizing: border-box;
}
.c-bgBlk--rd2 {
  padding: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #DF0000;
  color: #ffffff;
}
.c-bgBlk--yel {
  background-color: #F1F000;
  padding: 1.6rem;
  width: 100%;
  box-sizing: border-box;
}
.c-bgBlk--gray {
  padding: 1.6rem;
  width: 100%;
  background-color: #EEEEEE;
  box-sizing: border-box;
}
.c-bgBlk--navy {
  padding: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #00214B;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--fff--pc {
    background-color: #ffffff;
  }
}
.c-bgBlk--mdPad {
  padding: 2.4rem;
}
@media screen and (min-width: 640px) {
  .c-bgBlk--mdPad--tb {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--mdPad--pc {
    padding: 2.4rem;
  }
}
.c-bgBlk--wdPad {
  padding: 3.2rem;
}
@media screen and (min-width: 640px) {
  .c-bgBlk--wdPad--tb {
    padding: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--wdPad--pc {
    padding: 3.2rem;
  }
}
.c-bgBlk--narPad {
  padding: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--narPad--pc {
    padding: 0.8rem;
  }
}
.c-bgBlk--narPad--sp {
  padding: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .c-bgBlk--narPad--sp {
    padding: 1.6rem;
  }
}

.c-alertBlk {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F8FFE4;
  border: solid 4px #AB0007;
  padding: 16px;
}
.c-alertBlk__head {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-alertBlk__head {
    align-items: center;
  }
}
.c-alertBlk__head::before {
  content: "";
  background-image: url("../img/common/ico_alert.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.c-alertBlk__head__txt {
  margin-left: 12px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #DF0000;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-alertBlk__head__txt {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.c-alertBlk__main {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #DF0000;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-alertBlk__main {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.c-plusIcon {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 2px;
}
.c-plusIcon span {
  display: block;
  background-color: #fff;
  width: 16px;
  height: 2px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-plusIcon span:nth-of-type(2) {
  position: absolute;
  transform: rotate(90deg);
}
.c-plusIcon--white {
  background-color: #fff;
  border-color: #CCCCCC;
}
.c-plusIcon--white span {
  background-color: #0271BC;
}

.is-shown .c-plusIcon span, .c-acordion--open .c-plusIcon span {
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-shown .c-plusIcon span:nth-of-type(2), .c-acordion--open .c-plusIcon span:nth-of-type(2) {
  position: absolute;
  transform: rotate(0deg);
}

.c-tbl__wrapper {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 428px) {
  .c-tbl__wrapper {
    overflow: hidden;
  }
}
.c-tbl__wrapper--md {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  .c-tbl__wrapper--md {
    overflow: hidden;
  }
}
.c-tbl {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #222222;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 0.2rem #00214B;
  border-bottom: solid 0.2rem #00214B;
}
@media screen and (min-width: 428px) {
  .c-tbl {
    font-size: 1.1rem;
  }
}
.c-tbl--noBdrTop {
  border-top: none;
}
.c-tbl th {
  color: #00214B;
  padding: 1rem 0.4rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.c-tbl th small {
  color: #fff;
}
@media screen and (min-width: 380px) {
  .c-tbl th {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.c-tbl td {
  padding: 1rem 0.4rem;
  font-size: 1.1rem;
  line-height: 1.2rem;
  min-width: 48px;
}
@media screen and (min-width: 380px) {
  .c-tbl td {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.c-tbl .padTd {
  padding: 4px 12px;
}
.c-tbl tr th, .c-tbl tr td {
  border-bottom: solid 0.1rem #CCCCCC;
}
.c-tbl tr:last-of-type th, .c-tbl tr:last-of-type td {
  border-bottom: none;
}
.c-tbl tr .c-tbl__noBdr {
  border-bottom: none !important;
}
.c-tbl__lineHead tr th {
  border-bottom: solid 0.2rem #00214B !important;
}
.c-tbl__lineHead--thin tr th {
  border-bottom: solid 0.1rem #00214B !important;
}
.c-tbl__tag {
  background-color: #0271BC;
  color: #FFFFFF;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 640px) {
  .c-tbl__tag {
    padding: 1.4rem 0.8rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.c-tbl--whtBg {
  background-color: #FFFFFF;
}
.c-tbl--2col th, .c-tbl--2col td {
  width: 50%;
}
.c-tbl--center th, .c-tbl--center td {
  text-align: center !important;
}
.c-tbl .blueTd {
  background-color: #0271BC !important;
  color: #fff;
  padding: 6px 2px;
  text-align: center;
  min-width: 44px;
}
.c-tbl .blueTd--line {
  border-bottom: solid 1px #fff;
}
.c-tbl .blueTd--light {
  background-color: #3A9EE2 !important;
  color: #fff;
  padding: 6px 2px;
  text-align: center;
  min-width: 44px;
}
.c-tbl .blueTd--light--line {
  border-bottom: solid 1px #fff;
}
.c-tbl .grayTd {
  background-color: #EEEEEE !important;
}
.c-tbl .grayTd--light {
  background-color: #F6F6F6 !important;
}
.c-tbl .whiteTd {
  background-color: #FFFFFF !important;
}
.c-tbl .tBasi {
  background-color: #00214B !important;
  color: #fff;
  text-align: center;
}
.c-tbl .tBron {
  background-color: #8a5a38 !important;
  color: #fff;
  text-align: center;
}
.c-tbl .tSilv {
  background-color: #222222 !important;
  color: #fff;
  text-align: center;
}
.c-tbl .tPlat {
  background-color: #8299a1 !important;
  color: #fff;
  text-align: center;
}
.c-tbl .tWhite {
  background-color: #fff !important;
}
.c-tbl .tWhite img {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.c-tbl .tFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tbl .tFlex .c-memRank__rank {
  margin: 4px;
}
.c-tbl__rankBgs th, .c-tbl__rankBgs td {
  padding: 0.4rem 0.05rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 340px) {
  .c-tbl__rankBgs th, .c-tbl__rankBgs td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 380px) {
  .c-tbl__rankBgs th, .c-tbl__rankBgs td {
    font-size: 1.1rem;
  }
}
.c-tbl__rankBgs th span, .c-tbl__rankBgs td span {
  padding: 0.5rem 0;
  white-space: nowrap;
}
.c-tbl__rankBgs__bas span {
  display: block;
  background-color: #00214B !important;
  color: #fff;
  text-align: center;
}
.c-tbl__rankBgs__brz span {
  display: block;
  background-color: #8a5a38 !important;
  color: #fff;
  text-align: center;
}
.c-tbl__rankBgs__slv span {
  display: block;
  background-color: #222222 !important;
  color: #fff;
  text-align: center;
}
.c-tbl__rankBgs__plt span {
  display: block;
  background-color: #8299a1 !important;
  color: #fff;
  text-align: center;
}
.c-tbl__rankBgs__wht {
  background-color: #fff !important;
}
.c-tbl__rankBgs__wht img {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.c-tbl__noBdr {
  border: none !important;
}
.c-tbl__navyHead tr th {
  background-color: #00214B !important;
}
.c-tbl__modal {
  cursor: pointer;
  position: relative;
  padding-right: 2.4rem !important;
}
.c-tbl__modal::after {
  content: "";
  background-image: url("../img/common/ico_plus-red.svg");
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0.4rem;
}
@media screen and (min-width: 380px) {
  .c-tbl__modal::after {
    width: 16px;
    height: 16px;
    right: 0.6rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl__modal::after {
    right: 0.8rem;
  }
}
.c-tbl__modal__data {
  display: none !important;
}
.c-tbl--grid--1col2col tr, .c-tbl--grid--1col3col tr, .c-tbl--grid--1col4col tr, .c-tbl--grid--1col5col tr, .c-tbl--grid--1col6col tr {
  display: grid;
  gap: 0.1rem;
  background-color: transparent !important;
}
.c-tbl--grid--1col2col thead th, .c-tbl--grid--1col3col thead th, .c-tbl--grid--1col4col thead th, .c-tbl--grid--1col5col thead th, .c-tbl--grid--1col6col thead th {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tbl--grid--1col2col td, .c-tbl--grid--1col3col td, .c-tbl--grid--1col4col td, .c-tbl--grid--1col5col td, .c-tbl--grid--1col6col td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tbl--grid--1col2col tbody, .c-tbl--grid--1col3col tbody, .c-tbl--grid--1col4col tbody, .c-tbl--grid--1col5col tbody, .c-tbl--grid--1col6col tbody {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0.1rem;
}
.c-tbl--grid--1col2col tr {
  grid-template-columns: auto repeat(2, 1fr);
}
.c-tbl--grid--1col3col tr {
  grid-template-columns: auto repeat(3, 1fr);
}
.c-tbl--grid--1col4col tr {
  grid-template-columns: auto repeat(4, 1fr);
}
.c-tbl--grid--1col5col tr {
  grid-template-columns: auto repeat(5, 1fr);
}
.c-tbl--grid--1col6col tr {
  grid-template-columns: auto repeat(6, 1fr);
}
.c-tbl--48 td, .c-tbl--48 th {
  min-width: 4.8rem;
}
.c-tbl--52 td, .c-tbl--52 th {
  min-width: 5.2rem;
}
@media screen and (min-width: 380px) {
  .c-tbl--52--xs td, .c-tbl--52--xs th {
    min-width: 5.2rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl--52--tb td, .c-tbl--52--tb th {
    min-width: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--52--pc td, .c-tbl--52--pc th {
    min-width: 5.2rem;
  }
}
.c-tbl--60 td, .c-tbl--60 th {
  min-width: 6rem;
}
@media screen and (min-width: 380px) {
  .c-tbl--60--xs td, .c-tbl--60--xs th {
    min-width: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl--60--tb td, .c-tbl--60--tb th {
    min-width: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--60--pc td, .c-tbl--60--pc th {
    min-width: 6rem;
  }
}
.c-tbl--62 td, .c-tbl--62 th {
  min-width: 6.2rem;
}
@media screen and (min-width: 380px) {
  .c-tbl--62--xs td, .c-tbl--62--xs th {
    min-width: 6.2rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl--62--tb td, .c-tbl--62--tb th {
    min-width: 6.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--62--pc td, .c-tbl--62--pc th {
    min-width: 6.2rem;
  }
}
.c-tbl--80 td, .c-tbl--80 th {
  min-width: 8rem;
}
@media screen and (min-width: 640px) {
  .c-tbl--80--tb td, .c-tbl--80--tb th {
    min-width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--80--pc td, .c-tbl--80--pc th {
    min-width: 8rem;
  }
}
.c-tbl--120 td, .c-tbl--120 th {
  min-width: 12rem;
}
@media screen and (min-width: 640px) {
  .c-tbl--120--tb td, .c-tbl--120--tb th {
    min-width: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--120--pc td, .c-tbl--120--pc th {
    min-width: 12rem;
  }
}
.c-tbl--160 td, .c-tbl--160 th {
  min-width: 16rem;
}
@media screen and (min-width: 640px) {
  .c-tbl--160--tb td, .c-tbl--160--tb th {
    min-width: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl--160--pc td, .c-tbl--160--pc th {
    min-width: 16rem;
  }
}
.c-tbl--pdH16 th, .c-tbl--pdH16 td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.c-tbl--fs11 th, .c-tbl--fs11 td {
  font-size: 1rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 380px) {
  .c-tbl--fs11 th, .c-tbl--fs11 td {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl--fs11 th, .c-tbl--fs11 td {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.c-tbl2__wrapper {
  width: 100%;
  overflow-x: scroll;
}
.c-tbl2 {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #222222;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate; /* セルとセルの間にスペースを確保したい場合 */
  border-spacing: 1px;
}
@media screen and (min-width: 428px) {
  .c-tbl2 {
    font-size: 1.1rem;
  }
}
.c-tbl2 small {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.c-tbl2 th {
  background-color: #00214B;
  color: #fff;
  padding: 1rem 0.4rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.c-tbl2 th small {
  color: #fff;
}
.c-tbl2 td {
  background-color: #EEEEEE;
  padding: 1rem 0.4rem;
  font-size: 1.1rem;
  line-height: 1.2rem;
  min-width: 48px;
}
.c-tbl2 .padTd {
  padding: 4px 12px;
}
.c-tbl2 tr:nth-child(odd) {
  background-color: #EEEEEE;
}
.c-tbl2 tr:nth-child(odd) td {
  background-color: #EEEEEE;
}
.c-tbl2 tr:nth-child(odd) th {
  background-color: #0271BC;
}
.c-tbl2 tr:nth-of-type(even) {
  background-color: #F6F6F6;
}
.c-tbl2 tr:nth-of-type(even) td {
  background-color: #F9F9F9;
}
.c-tbl2 tr:nth-of-type(even) th {
  background-color: #3A9EE2;
}
.c-tbl2--2col th, .c-tbl2--2col td {
  width: 50%;
}
.c-tbl2--center th, .c-tbl2--center td {
  text-align: center !important;
}
.c-tbl2 .blueTd {
  background-color: #0271BC !important;
  color: #fff;
  padding: 6px 2px;
  text-align: center;
  min-width: 44px;
}
.c-tbl2 .blueTd--line {
  border-bottom: solid 1px #fff;
}
.c-tbl2 .blueTd--light {
  background-color: #3A9EE2 !important;
  color: #fff;
  padding: 6px 2px;
  text-align: center;
  min-width: 44px;
}
.c-tbl2 .blueTd--light--line {
  border-bottom: solid 1px #fff;
}
.c-tbl2 .grayTd {
  background-color: #EEEEEE !important;
}
.c-tbl2 .grayTd--light {
  background-color: #F6F6F6 !important;
}
.c-tbl2 .whiteTd {
  background-color: #FFFFFF !important;
}
.c-tbl2 .tBasi {
  background-color: #00214B !important;
  color: #fff;
  text-align: center;
}
.c-tbl2 .tBron {
  background-color: #8a5a38 !important;
  color: #fff;
  text-align: center;
}
.c-tbl2 .tSilv {
  background-color: #222222 !important;
  color: #fff;
  text-align: center;
}
.c-tbl2 .tPlat {
  background-color: #8299a1 !important;
  color: #fff;
  text-align: center;
}
.c-tbl2 .tWhite {
  background-color: #fff !important;
}
.c-tbl2 .tWhite img {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.c-tbl2 .tFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tbl2 .tFlex .c-memRank__rank {
  margin: 4px;
}
.c-tbl2__navyHead tr th {
  background-color: #00214B !important;
}
.c-tbl2__modal {
  cursor: pointer;
  position: relative;
  padding-right: 2.4rem !important;
}
.c-tbl2__modal::after {
  content: "";
  background-image: url("../img/common/ico_plus-red.svg");
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0.4rem;
}
@media screen and (min-width: 380px) {
  .c-tbl2__modal::after {
    width: 16px;
    height: 16px;
    right: 0.6rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl2__modal::after {
    right: 0.8rem;
  }
}
.c-tbl2__modal__data {
  display: none !important;
}
.c-tbl2--grid--1col2col tr, .c-tbl2--grid--1col3col tr, .c-tbl2--grid--1col4col tr, .c-tbl2--grid--1col5col tr, .c-tbl2--grid--1col6col tr {
  display: grid;
  gap: 0.1rem;
  background-color: transparent !important;
}
.c-tbl2--grid--1col2col thead th, .c-tbl2--grid--1col3col thead th, .c-tbl2--grid--1col4col thead th, .c-tbl2--grid--1col5col thead th, .c-tbl2--grid--1col6col thead th {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tbl2--grid--1col2col td, .c-tbl2--grid--1col3col td, .c-tbl2--grid--1col4col td, .c-tbl2--grid--1col5col td, .c-tbl2--grid--1col6col td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tbl2--grid--1col2col tbody, .c-tbl2--grid--1col3col tbody, .c-tbl2--grid--1col4col tbody, .c-tbl2--grid--1col5col tbody, .c-tbl2--grid--1col6col tbody {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0.1rem;
}
.c-tbl2--grid--1col2col tr {
  grid-template-columns: auto repeat(2, 1fr);
}
.c-tbl2--grid--1col3col tr {
  grid-template-columns: auto repeat(3, 1fr);
}
.c-tbl2--grid--1col4col tr {
  grid-template-columns: auto repeat(4, 1fr);
}
.c-tbl2--grid--1col5col tr {
  grid-template-columns: auto repeat(5, 1fr);
}
.c-tbl2--grid--1col6col tr {
  grid-template-columns: auto repeat(6, 1fr);
}
.c-tbl2--48 td, .c-tbl2--48 th {
  min-width: 4.8rem;
}
.c-tbl2--52 td, .c-tbl2--52 th {
  min-width: 5.2rem;
}
@media screen and (min-width: 380px) {
  .c-tbl2--52--xs td, .c-tbl2--52--xs th {
    min-width: 5.2rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl2--52--tb td, .c-tbl2--52--tb th {
    min-width: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl2--52--pc td, .c-tbl2--52--pc th {
    min-width: 5.2rem;
  }
}
.c-tbl2--60 td, .c-tbl2--60 th {
  min-width: 6rem;
}
@media screen and (min-width: 380px) {
  .c-tbl2--60--xs td, .c-tbl2--60--xs th {
    min-width: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .c-tbl2--60--tb td, .c-tbl2--60--tb th {
    min-width: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl2--60--pc td, .c-tbl2--60--pc th {
    min-width: 6rem;
  }
}
.c-tbl2--80 td, .c-tbl2--80 th {
  min-width: 8rem;
}
@media screen and (min-width: 640px) {
  .c-tbl2--80--tb td, .c-tbl2--80--tb th {
    min-width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl2--80--pc td, .c-tbl2--80--pc th {
    min-width: 8rem;
  }
}
.c-tbl2--120 td, .c-tbl2--120 th {
  min-width: 12rem;
}
@media screen and (min-width: 640px) {
  .c-tbl2--120--tb td, .c-tbl2--120--tb th {
    min-width: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl2--120--pc td, .c-tbl2--120--pc th {
    min-width: 12rem;
  }
}
.c-tbl2--160 td, .c-tbl2--160 th {
  min-width: 16rem;
}
@media screen and (min-width: 640px) {
  .c-tbl2--160--tb td, .c-tbl2--160--tb th {
    min-width: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tbl2--160--pc td, .c-tbl2--160--pc th {
    min-width: 16rem;
  }
}

.borderTop {
  border-top: solid 1px #222222;
}

.c-flexBlk {
  display: flex;
  align-items: flex-start;
}
.c-flexBlk--alcen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-flexBlk--wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-flexBlk--end {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.c-flexBlk--end--alcen {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-flexBlk--center {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.c-flexBlk--center--alcen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flexBlk--col {
  display: flex;
  flex-direction: column;
}
.c-flexBlk--col--btw {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-flexBlk--col--jcCen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c-flexBlk--col--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-grid--2col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 640px) {
  .l-grid--2col--tb {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-grid--2col--pc {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-grid--3col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 428px) {
  .l-grid--3col--sm {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .l-grid--3col--tb {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-grid--3col--pc {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-gap2 {
  gap: 0.2rem;
}
.l-gap4 {
  gap: 0.4rem;
}
.l-gap8 {
  gap: 0.8rem;
}
.l-gap12 {
  gap: 1.2rem;
}
.l-gap16 {
  gap: 1.6rem;
}
.l-gap18 {
  gap: 1.8rem;
}
.l-gap20 {
  gap: 2rem;
}
.l-gap24 {
  gap: 2.4rem;
}
.l-gap28 {
  gap: 2.8rem;
}
.l-gap32 {
  gap: 3.2rem;
}
.l-gap40 {
  gap: 4rem;
}
.l-gap64 {
  gap: 6.4rem;
}
.l-gap80 {
  gap: 8rem;
}
@media screen and (min-width: 640px) {
  .l-gap2--tb {
    gap: 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap2--pc {
    gap: 0.2rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap4--tb {
    gap: 0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap4--pc {
    gap: 0.4rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap8--tb {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap8--pc {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap12--xs {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap12--sm {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap12--tb {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap12--pc {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap16--xs {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap16--sm {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap16--tb {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap16--pc {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap18--xs {
    gap: 1.8rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap18--sm {
    gap: 1.8rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap18--tb {
    gap: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap18--pc {
    gap: 1.8rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap20--xs {
    gap: 2rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap20--sm {
    gap: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap20--tb {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap20--pc {
    gap: 2rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap24--xs {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap24--sm {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap24--tb {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap24--pc {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap28--xs {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap28--sm {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap28--tb {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap28--pc {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap32--xs {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap32--sm {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap32--tb {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap32--pc {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap40--xs {
    gap: 4rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap40--sm {
    gap: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap40--tb {
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap40--pc {
    gap: 4rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap64--xs {
    gap: 6.4rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap64--sm {
    gap: 6.4rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap64--tb {
    gap: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap64--pc {
    gap: 6.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-gap64--xl {
    gap: 6.4rem;
  }
}
@media screen and (min-width: 380px) {
  .l-gap80--xs {
    gap: 8rem;
  }
}
@media screen and (min-width: 428px) {
  .l-gap80--sm {
    gap: 8rem;
  }
}
@media screen and (min-width: 640px) {
  .l-gap80--tb {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-gap80--pc {
    gap: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-gap80--xl {
    gap: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .l-gap80--xxl {
    gap: 8rem;
  }
}

.u-spWrap td, .u-spWrap th {
  display: block;
  padding: 12px 8px;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.u-spWrap th {
  margin-top: 12px;
}
.u-spWrap .dataLabel {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-row: 1fr;
  column-gap: 8px;
  padding: 0;
  border-bottom: solid 1px #fff;
}
.u-spWrap .dataLabel::before {
  content: attr(data-label);
  background-color: #0271BC;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 8px;
}
.u-spWrap .dataLabel div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-spWrap .spHidden {
  display: none;
}
@media screen and (min-width: 640px) {
  .u-spWrap .spHidden {
    display: table-cell;
  }
  .u-spWrap td, .u-spWrap th, .u-spWrap .dataLabel {
    display: table-cell;
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
  .u-spWrap .dataLabel {
    padding: 12px 8px;
    border-bottom: none;
  }
  .u-spWrap .dataLabel::before {
    display: none;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 10;
  transition: 0.2s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8rem 0;
  overflow: scroll;
}
.c-modal--open {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: 0.2s ease;
}
.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 33, 75, 0.9);
  z-index: 1;
}
.c-modal__content {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 640px) {
  .c-modal__content {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-modal__content {
    padding: 3.2rem;
  }
}
.c-modal__head {
  background-color: #EEEEEE;
  color: #00214B;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 1.2rem 3vw;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .c-modal__head {
    background-color: #00214B;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    padding: 1.2rem 1.6rem;
  }
}
.c-modal__main {
  padding: 2.4rem;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 640px) {
  .c-modal__main {
    padding: 1.6rem;
    background-color: #EEEEEE;
  }
}
.c-modal__main img {
  display: block;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .c-modal__main img {
    max-width: 480px;
  }
}
.c-modal__main__img--100 {
  max-width: none !important;
}
.c-modal .close {
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  grid-column: 4/5;
  width: 64px;
  height: 64px;
  padding-top: 4px;
  box-sizing: border-box;
}
@media screen and (min-width: 380px) {
  .c-modal .close {
    width: 77px;
  }
}
@media screen and (min-width: 1024px) {
  .c-modal .close {
    top: 1.2rem;
    right: 2rem;
    right: calc(50vw - 512px);
    width: 56px;
    height: 56px;
    grid-column: 3/4;
  }
}
.c-modal .close span {
  width: 2.9rem;
  height: 0.48rem;
  background-color: #fff;
  margin-bottom: 6px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-modal .close span:first-of-type {
  transform: rotate(45deg) translateY(3px) translateX(3px);
}
.c-modal .close span:last-of-type {
  transform: rotate(-45deg) translateY(-5px) translateX(4px);
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .c-modal .close span {
    width: 40px;
    margin-bottom: 5px;
  }
  .c-modal .close span:last-of-type {
    margin-bottom: 10px;
  }
}
.c-modal .close::after {
  color: #fff;
  content: "CLOSE";
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 380px) {
  .c-modal .close::after {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

.c-modalImg {
  cursor: pointer;
}

.c-modalBtn {
  cursor: pointer;
}
.c-modalBtn__data {
  display: none !important;
}

.c-modalTxtWrapper__txt {
  cursor: pointer;
}
.c-modalTxtWrapper__data {
  display: none !important;
}

.c-acordion {
  overflow: hidden;
}
.c-acordion__content {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  height: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.c-acordion .c-bgBlk {
  padding: 0 !important;
}
.c-acordion .c-bgBlk--lightblue {
  padding: 0 !important;
}
.c-acordion__btn::before, .c-acordion__btn::after {
  display: none !important;
}
.c-acordion__btn {
  cursor: pointer;
  position: relative;
}
.c-acordion__btn__plus {
  position: absolute;
  right: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .c-acordion__btn__plus {
    right: 3.2rem;
  }
}
.c-acordion__btn__plus__bar {
  background-color: #222222;
  width: 1.2rem;
  height: 0.2rem;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
}
@media screen and (min-width: 640px) {
  .c-acordion__btn__plus__bar {
    width: 2.4rem;
    height: 0.4rem;
  }
}
.c-acordion__btn__plus__bar:last-of-type {
  transform: rotate(90deg);
}
.c-acordion--open .c-acordion__content {
  opacity: 1;
  height: auto;
  pointer-events: auto;
  max-height: 200000px !important;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.c-acordion--open .c-bgBlk {
  padding: 1.6rem !important;
}
.c-acordion--open .c-bgBlk--lightblue {
  padding: 1.6rem !important;
}
.c-acordion--open .c-bgBlk--mdPad {
  padding: 2.8rem !important;
}
@media screen and (min-width: 640px) {
  .c-acordion--open .c-bgBlk--mdPad--tb {
    padding: 2.8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .c-acordion--open .c-bgBlk--mdPad--pc {
    padding: 2.8rem !important;
  }
}
.c-acordion--open .c-bgBlk--wdPad {
  padding: 3.2rem !important;
}
@media screen and (min-width: 640px) {
  .c-acordion--open .c-bgBlk--wdPad--tb {
    padding: 3.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .c-acordion--open .c-bgBlk--wdPad--pc {
    padding: 3.2rem !important;
  }
}
.c-acordion--open .c-acordion__btn__plus__bar:last-of-type {
  transform: rotate(0deg);
}

.u-taL {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .u-taL--pc {
    text-align: left;
  }
}

.u-taC {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .u-taC--tb {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .u-taC--pc {
    text-align: center;
  }
}

.u-taR {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .u-taR--pc {
    text-align: right;
  }
}

.u-posTxt {
  color: #222222 !important;
}

.u-negTxt {
  color: #FFFFFF !important;
}

.u-ylTxt {
  color: #FFE600 !important;
}

.u-grTxt {
  color: #666666 !important;
}

.u-regularTxt {
  font-weight: 400;
}

.u-mediumTxt {
  font-weight: 500;
}

.u-boldTxt {
  font-weight: 700;
}

.u-blackTxt {
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .u-mediumTxt--pc {
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) {
  .u-boldTxt--pc {
    font-weight: 700;
  }
}

@media screen and (min-width: 1024px) {
  .u-blackTxt--pc {
    font-weight: 900;
  }
}

.c-capTxt {
  display: block;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: grid;
  grid-template-columns: 1.2rem 1fr;
}
.c-capTxt::before {
  content: "※";
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.c-capTxt--dot {
  grid-template-columns: 1em 1fr;
}
.c-capTxt--dot::before {
  font-size: 1em;
  content: "・";
}
.c-capTxt--1 {
  grid-template-columns: 2.3rem 1fr;
}
.c-capTxt--1::before {
  content: "※1";
}
.c-capTxt--2 {
  grid-template-columns: 2.3rem 1fr;
}
.c-capTxt--2::before {
  content: "※2";
}
.c-capTxt--3 {
  grid-template-columns: 2.3rem 1fr;
}
.c-capTxt--3::before {
  content: "※3";
}
.c-capTxt--4 {
  grid-template-columns: 2.3rem 1fr;
}
.c-capTxt--4::before {
  content: "※4";
}
.c-capTxt--5 {
  grid-template-columns: 2.2rem 1fr;
}
.c-capTxt--5::before {
  content: "※5";
}

.c-numTxt {
  display: grid;
  grid-template-columns: 1em 1fr;
}
.c-numTxt::before {
  content: "①";
  display: block;
  font-size: 1em;
}
.c-numTxt--1::before {
  content: "①";
}
.c-numTxt--2::before {
  content: "②";
}
.c-numTxt--3::before {
  content: "③";
}
.c-numTxt--4::before {
  content: "④";
}
.c-numTxt--5::before {
  content: "⑤";
}
.c-numTxt--6::before {
  content: "⑥";
}
.c-numTxt--7::before {
  content: "⑦";
}
.c-numTxt--8::before {
  content: "⑧";
}
.c-numTxt--9::before {
  content: "⑨";
}
.c-numTxt--10::before {
  content: "⑩";
}
.c-numTxt--11::before {
  content: "⑪";
}
.c-numTxt--12::before {
  content: "⑫";
}
.c-numTxt--13::before {
  content: "⑬";
}

.c-linkTxt {
  color: #0271BC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-linkTxt--outer {
  color: #0271BC;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
.c-linkTxt--outer::after {
  content: "";
  position: relative;
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  margin-right: 0.5em;
  background-image: url("../img/common/ico_outer-blue.svg");
  background-size: cover;
}

.u-leftMinus {
  margin-left: -6px;
}

.u-leftMinus2 {
  margin-left: -12px;
}
@media screen and (min-width: 640px) {
  .u-leftMinus2 {
    margin-left: -24px;
  }
}

.u-rightMinus {
  margin-right: -3px;
}

.u-rightMinus2 {
  margin-right: -12px;
}
@media screen and (min-width: 640px) {
  .u-rightMinus2 {
    margin-right: -24px;
  }
}

.is-ofHidden {
  overflow: hidden;
}

.c-openCover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
  z-index: 4;
}

.is-hidden {
  display: none;
}

.is-shown {
  display: block !important;
}
.is-shown--flex {
  display: flex !important;
}

.u-centerMargin {
  margin-left: auto;
  margin-right: auto;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb6 {
  margin-bottom: 6px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb36 {
  margin-bottom: 3.6rem !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-mb104 {
  margin-bottom: 104px !important;
}

.u-mb112 {
  margin-bottom: 112px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb144 {
  margin-bottom: 144px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb320 {
  margin-bottom: 320px !important;
}

.u-mb360 {
  margin-bottom: 360px !important;
}

.m16 {
  margin: 16px auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .u-mb4--tb {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb4--pc {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-mb6--xs {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mb6--tb {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb6--pc {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-mb8--xs {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mb8--tb {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb8--pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb12--tb {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb12--pc {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb16--tb {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb16--pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb20--tb {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb24--pc {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb28--tb {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb28--pc {
    margin-bottom: 28px !important;
  }
}

.u-mb32--sp {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .u-mb32--sp {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .u-mb32--tb {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb32--pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb36--tb {
    margin-bottom: 3.6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb36--pc {
    margin-bottom: 3.6rem !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb40--tb {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb50--tb {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb48--tb {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb48--pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb56--tb {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb56--pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb60--tb {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb64--tb {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb64--pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb72--tb {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb72--pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb80--tb {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb88--tb {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb88--pc {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb96--tb {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb96--pc {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb104--tb {
    margin-bottom: 104px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb104--pc {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb112--tb {
    margin-bottom: 112px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb112--pc {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb120--tb {
    margin-bottom: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb120--pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb144--tb {
    margin-bottom: 144px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb144--pc {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb160--tb {
    margin-bottom: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb160--pc {
    margin-bottom: 160px !important;
  }
}

.u-mb200 {
  margin-bottom: 200px !important;
}
@media screen and (min-width: 1024px) {
  .u-mb200--pc {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb240--tb {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb240--pc {
    margin-bottom: 240px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-mb320--pc {
    margin-bottom: 320px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-mb360--pc {
    margin-bottom: 360px !important;
  }
}

@media screen and (min-width: 1024px) {
  .mt0--pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 640px) {
  .u-mb0--tb {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pb6 {
  padding-bottom: 6px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb18 {
  padding-bottom: 18px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb22 {
  padding-bottom: 22px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb26 {
  padding-bottom: 26px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb88 {
  padding-bottom: 88px !important;
}

.u-pb96 {
  padding-bottom: 96px !important;
}

.u-pb104 {
  padding-bottom: 104px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pb144 {
  padding-bottom: 144px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pb280 {
  padding-bottom: 280px !important;
}

.u-pb320 {
  padding-bottom: 320px !important;
}

.u-pb360 {
  padding-bottom: 360px !important;
}

.u-pb480 {
  padding-bottom: 480px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

@media screen and (min-width: 380px) {
  .u-pb20--xs {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pb22--xs {
    padding-bottom: 22px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pb24--xs {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pb26--xs {
    padding-bottom: 26px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pb28--xs {
    padding-bottom: 28px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb4--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb6--tb {
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb6--pc {
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb8--tb {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb8--pc {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb12--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb16--tb {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb16--pc {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb18--tb {
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb18--pc {
    padding-bottom: 18px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb20--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb22--tb {
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb22--pc {
    padding-bottom: 22px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb24--tb {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb24--pc {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb26--tb {
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb26--pc {
    padding-bottom: 26px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb28--tb {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb28--pc {
    padding-bottom: 28px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb30--tb {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}

.u-pb32--sp {
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .u-pb32--sp {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .u-pb32--tb {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb32--pc {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb40--tb {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb48--tb {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb48--pc {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb56--tb {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb56--pc {
    padding-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb64--tb {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb64--pc {
    padding-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb72--tb {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb72--pc {
    padding-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb80--tb {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb88--tb {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb88--pc {
    padding-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb96--tb {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb96--pc {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb104--tb {
    padding-bottom: 104px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb104--pc {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb120--tb {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb120--pc {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pb144--tb {
    padding-bottom: 144px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb144--pc {
    padding-bottom: 144px !important;
  }
}

.u-pb160 {
  padding-bottom: 160px !important;
}
@media screen and (min-width: 1024px) {
  .u-pb160--pc {
    padding-bottom: 160px !important;
  }
}

.u-pb200 {
  padding-bottom: 200px !important;
}
@media screen and (min-width: 1024px) {
  .u-pb200--pc {
    padding-bottom: 200px !important;
  }
}

.u-pb240 {
  padding-bottom: 240px !important;
}
@media screen and (min-width: 1024px) {
  .u-pb240--pc {
    padding-bottom: 240px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pb280--pc {
    padding-bottom: 280px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pb320--pc {
    padding-bottom: 320px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pb360--pc {
    padding-bottom: 360px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pb480--pc {
    padding-bottom: 480px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt11 {
  padding-top: 11px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt13 {
  padding-top: 13px !important;
}

.u-pt14 {
  padding-top: 14px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt18 {
  padding-top: 18px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt22 {
  padding-top: 22px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt88 {
  padding-top: 88px !important;
}

.u-pt96 {
  padding-top: 96px !important;
}

.u-pt104 {
  padding-top: 104px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pt144 {
  padding-top: 144px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pt320 {
  padding-top: 320px !important;
}

.u-pt360 {
  padding-top: 360px !important;
}

@media screen and (min-width: 380px) {
  .u-pt9--xs {
    padding-top: 9px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pt10--xs {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pt11--xs {
    padding-top: 11px !important;
  }
}

@media screen and (min-width: 380px) {
  .u-pt14--xs {
    padding-top: 14px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt4--tb {
    padding-top: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt8--tb {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt8--pc {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt11--tb {
    padding-top: 11px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt11--pc {
    padding-top: 11px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt12--tb {
    padding-top: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt14--tb {
    padding-top: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt14--pc {
    padding-top: 14px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt16--tb {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt16--pc {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt18--tb {
    padding-top: 18px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt18--pc {
    padding-top: 18px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt20--tb {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt22--tb {
    padding-top: 2.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt22--pc {
    padding-top: 2.2rem !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt24--tb {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt24--pc {
    padding-top: 24px !important;
  }
}

.u-pt32--sp {
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .u-pt32--sp {
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .u-pt32--tb {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt32--pc {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt40--tb {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt48--tb {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt48--pc {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt56--tb {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt56--pc {
    padding-top: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt64--tb {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt64--pc {
    padding-top: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt72--tb {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt72--pc {
    padding-top: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt80--tb {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt88--tb {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt88--pc {
    padding-top: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt96--tb {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt96--pc {
    padding-top: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt104--tb {
    padding-top: 104px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt104--pc {
    padding-top: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt120--tb {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt120--pc {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pt144--tb {
    padding-top: 144px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt144--pc {
    padding-top: 144px !important;
  }
}

.u-pt160 {
  padding-top: 160px !important;
}
@media screen and (min-width: 1024px) {
  .u-pt160--pc {
    padding-top: 160px !important;
  }
}

.u-pt200 {
  padding-top: 200px !important;
}
@media screen and (min-width: 1024px) {
  .u-pt200--pc {
    padding-top: 200px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pt320--pc {
    padding-top: 320px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pt360--pc {
    padding-top: 360px !important;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  .u-pt0--pc {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-pt0--xl {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-pt0--xxl {
    padding-top: 0px !important;
  }
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

@media screen and (min-width: 1024px) {
  .u-pl4--pc {
    padding-left: 4px !important;
  }
}

@media screen and (min-width: 340px) {
  .u-pl8--xxs {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 428px) {
  .u-pl8--sm {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl8--pc {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 340px) {
  .u-pl10--xxs {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 380px) {
  .u-pl10--xs {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 428px) {
  .u-pl10--sm {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 340px) {
  .u-pl12--xxs {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 380px) {
  .u-pl12--xxs {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 428px) {
  .u-pl12--sm {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl12--pc {
    padding-left: 12px !important;
  }
}

@media screen and (min-width: 340px) {
  .u-pl16--xxs {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 428px) {
  .u-pl16--sm {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pl16--tb {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl16--pc {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pl20--sm {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pl20--tb {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pl24--tb {
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl24--pc {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pl28--tb {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl28--pc {
    padding-left: 28px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pl32--pc {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

@media screen and (min-width: 1024px) {
  .u-pr4--pc {
    padding-right: 4px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pr8--sm {
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr8--pc {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pr12--sm {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr12--pc {
    padding-right: 12px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pr16--sm {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pr16--tb {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr16--pc {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pr24--tb {
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr24--pc {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pr28--sm {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pr28--tb {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr28--pc {
    padding-right: 28px !important;
  }
}

@media screen and (min-width: 428px) {
  .u-pr30--sm {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pr30--tb {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 640px) {
  .u-pr32--tb {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr32--pc {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}

.u-radius2 {
  border-radius: 0.2rem;
}
.u-radius2--top {
  border-radius: 0.2rem 0.2rem 0 0;
}
.u-radius2--btm {
  border-radius: 0 0 0.2rem 0.2rem;
}
.u-radius4 {
  border-radius: 0.4rem;
}
.u-radius4--top {
  border-radius: 0.4rem 0.4rem 0 0;
}
.u-radius4--btm {
  border-radius: 0 0 0.4rem 0.4rem;
}
.u-radius8 {
  border-radius: 0.8rem;
}
.u-radius8--top {
  border-radius: 0.8rem 0.8rem 0 0;
}
.u-radius8--btm {
  border-radius: 0 0 0.8rem 0.8rem;
}
.u-radius10 {
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .u-radius10--pc {
    border-radius: 1rem;
  }
}
.u-radius10--top {
  border-radius: 1rem 1rem 0 0;
}
.u-radius10--btm {
  border-radius: 0 0 1rem 1rem;
}
.u-radius12 {
  border-radius: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .u-radius12--pc {
    border-radius: 1.2rem;
  }
}
.u-radius12--top {
  border-radius: 1.2rem 1.2rem 0 0;
}
.u-radius12--btm {
  border-radius: 0 0 1.2rem 1.2rem;
}
.u-radius20 {
  border-radius: 2rem;
}
@media screen and (min-width: 1024px) {
  .u-radius20--pc {
    border-radius: 2rem;
  }
}
.u-radius20--top {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .u-radius20--top--pc {
    border-radius: 2rem 2rem 0 0;
  }
}
.u-radius20--btm {
  border-radius: 0 0 2rem 2rem !important;
}
@media screen and (min-width: 1024px) {
  .u-radius20--btm--pc {
    border-radius: 0 0 2rem 2rem !important;
  }
}
.u-radius24 {
  border-radius: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .u-radius24--pc {
    border-radius: 2.4rem;
  }
}
.u-radius24--top {
  border-radius: 2.4rem 2.4rem 0 0;
}
@media screen and (min-width: 1024px) {
  .u-radius24--top--pc {
    border-radius: 2.4rem 2.4rem 0 0;
  }
}
.u-radius24--btm {
  border-radius: 0 0 2.4rem 2.4rem !important;
}
@media screen and (min-width: 1024px) {
  .u-radius24--btm--pc {
    border-radius: 0 0 2.4rem 2.4rem !important;
  }
}
.u-radius48 {
  border-radius: 4.8rem;
}
.u-radius56 {
  border-radius: 5.6rem;
}

.u-xsVis {
  display: none !important;
}
@media screen and (min-width: 380px) {
  .u-xsVis {
    display: block !important;
  }
}

.u-xxsNone {
  display: block !important;
}
@media screen and (min-width: 340px) {
  .u-xxsNone {
    display: none !important;
  }
}

.u-xxs2None {
  display: block !important;
}
@media screen and (min-width: 360px) {
  .u-xxs2None {
    display: none !important;
  }
}

.u-xsNone {
  display: block !important;
}
@media screen and (min-width: 380px) {
  .u-xsNone {
    display: none !important;
  }
}

.u-smVis {
  display: none !important;
}
@media screen and (min-width: 428px) {
  .u-smVis {
    display: block !important;
  }
}

.u-smNone {
  display: block;
}
@media screen and (min-width: 428px) {
  .u-smNone {
    display: none !important;
  }
}

.u-mdVis {
  display: none;
}
@media screen and (min-width: 640px) {
  .u-mdVis {
    display: block !important;
  }
}
.u-mdVis--flex {
  display: none !important;
}
@media screen and (min-width: 640px) {
  .u-mdVis--flex {
    display: flex !important;
  }
}

.u-mdNone {
  display: block;
}
@media screen and (min-width: 640px) {
  .u-mdNone {
    display: none !important;
  }
}
.u-mdNone--flex {
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .u-mdNone--flex {
    display: none !important;
  }
}

.u-bdVis {
  display: none !important;
}
@media screen and (min-width: 800px) {
  .u-bdVis {
    display: block !important;
  }
}

.u-bdNone {
  display: block !important;
}
@media screen and (min-width: 800px) {
  .u-bdNone {
    display: none !important;
  }
}

.u-lgVis {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-lgVis {
    display: block !important;
  }
}

.u-lgNone {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-lgNone {
    display: none !important;
  }
}

.u-xlNone {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .u-xlNone {
    display: none !important;
  }
}

.c-head01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 900;
  text-align: center;
}
.c-head01::after {
  content: "";
  width: 3.2rem;
  height: 0.2rem;
  background-color: #F9BB32;
  margin-top: 1.6rem;
}
@media screen and (min-width: 640px) {
  .c-head01 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-head01 {
    font-size: 8.4rem;
    line-height: 10rem;
  }
  .c-head01::after {
    content: "";
    width: 12rem;
    height: 0.4rem;
    background-color: #F9BB32;
    margin-top: 4rem;
  }
}

.c-head02 {
  text-align: center;
}
.c-head02__ja, .c-head02__en {
  display: block;
}
.c-head02__ja {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 428px) {
  .c-head02__ja {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .c-head02__ja {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-head02__ja {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
.c-head02__en {
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 428px) {
  .c-head02__en {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .c-head02__en {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-head02__en {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.c-head02__en--org {
  color: #F9BB32;
}
.c-head02__en--neg {
  color: #FFFFFF;
}
.c-head02__en--yel {
  color: #F1F000;
}

.c-head03 {
  background-color: #FFFCEB;
  border: solid 0.2rem #F9BB32;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
  text-align: center;
  padding: 1.2rem;
}
@media screen and (min-width: 640px) {
  .c-head03 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    padding: 1.2rem;
    border: solid 0.4rem #F9BB32;
    border-radius: 0.8rem;
  }
}

.c-head04 {
  font-size: 2rem;
  line-height: 2.8rem;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 640px) {
  .c-head04 {
    font-size: 3.2rem;
    line-height: 4.6rem;
    grid-template-columns: 7.2rem 1fr;
    gap: 2rem;
  }
}
.c-head04::before {
  content: "";
  width: 3.6rem;
  height: 0.1rem;
  display: block;
  background-color: #F9BB32;
  position: relative;
  top: 0.7em;
}
@media screen and (min-width: 640px) {
  .c-head04::before {
    width: 7.2rem;
    height: 0.2rem;
  }
}

.c-arrowBtn {
  background-color: #FFFFFF;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 6rem;
}
@media screen and (min-width: 640px) {
  .c-arrowBtn {
    height: 9.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-arrowBtn {
    height: 13.2rem;
  }
}
.c-arrowBtn__txt {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .c-arrowBtn__txt {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-arrowBtn__txt {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.c-arrowBtn::after {
  content: "";
  background-image: url("../img/common/ico_arrow.svg");
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 1.6rem;
}
@media screen and (min-width: 640px) {
  .c-arrowBtn::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-arrowBtn::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 3.6rem;
  }
}

.c-btn {
  background-color: #FFFFFF;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .c-btn {
    height: 9.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.c-btn--red {
  background-color: #FF4A4A;
  color: #FFFFFF;
}

.c-pageHeader {
  background-color: #F0F000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 10rem;
}
@media screen and (min-width: 640px) {
  .c-pageHeader {
    height: 18rem;
  }
}
.c-pageHeader__title {
  text-align: center;
}
.c-pageHeader__title__ja, .c-pageHeader__title__en {
  display: block;
}
.c-pageHeader__title__ja {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 640px) {
  .c-pageHeader__title__ja {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}
.c-pageHeader__title__en {
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #999999;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 640px) {
  .c-pageHeader__title__en {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

.c-anchorIndex {
  background-color: #FFFFFF;
  border: solid 0.4rem #C9C9C9;
  border-radius: 0.8rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 640px) {
  .c-anchorIndex {
    padding: 2.4rem;
  }
}
.c-anchorIndex a {
  color: #6699FF;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.c-anchorIndex__ul {
  padding-left: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.c-anchorIndex__li {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  list-style: disc;
}
@media screen and (min-width: 640px) {
  .c-anchorIndex__li {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}

.c-infoTbl {
  border-top: solid 0.1rem #CCCCCC;
  width: 100%;
}
.c-infoTbl__tr {
  border-bottom: solid 0.1rem #CCCCCC;
  display: grid;
  grid-template-columns: 2fr 5fr;
}
@media screen and (min-width: 428px) {
  .c-infoTbl__tr {
    grid-template-columns: 12rem 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c-infoTbl__tr {
    grid-template-columns: 20rem 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-infoTbl__tr {
    grid-template-columns: 21.4rem 1fr;
  }
}
.c-infoTbl__tr td, .c-infoTbl__tr th {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 500;
  padding: 1.2rem;
}
@media screen and (min-width: 640px) {
  .c-infoTbl__tr td, .c-infoTbl__tr th {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 2.6rem;
  }
}
.c-infoTbl__tr th {
  text-align: right;
}

.header {
  z-index: 9;
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  border-top: solid 4px #F1F000;
  width: 100%;
  max-width: 100vw;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1024px) {
  .header {
    position: absolute;
    height: auto;
    padding: 4.8rem 0 0;
    border-top: solid 16px #F1F000;
    filter: none;
  }
}
.header__content {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
@media screen and (min-width: 1360px) {
  .header__content {
    max-width: 1280px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  height: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    height: auto;
  }
}
.header__logo img {
  display: block;
  width: 12rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    width: 28rem;
  }
}
.header__main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__main {
    display: grid;
    grid-template-columns: 23rem 1fr 23rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .header__main {
    grid-template-columns: 26rem 1fr 26rem;
  }
}
.header__main .header__logo {
  grid-column: 2/3;
}
.header__main .header__sns {
  display: none;
  grid-column: 3/4;
}
@media screen and (min-width: 1024px) {
  .header__main .header__sns {
    display: grid;
    grid-template-columns: repeat(3, 8rem);
  }
}
@media screen and (min-width: 1360px) {
  .header__main .header__sns {
    grid-template-columns: repeat(3, 9.6rem);
  }
}
.header__nav {
  display: none;
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
    background-color: #FFFFFF;
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }
}
.header__nav__ul {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header__nav__ul {
    grid-template-columns: 7rem 17.6rem 11rem 11rem 11rem 7.5rem 9.5rem 7rem 9rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav__ul {
    grid-template-columns: 8rem 20rem 12rem 12rem 12rem 8rem 11rem 8rem 10rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header__nav__ul {
    grid-template-columns: 8rem 20rem 12rem 12rem 12rem 8rem 11rem 8rem 10rem;
    gap: 3.4rem;
  }
}
.header__nav__mainLink {
  position: relative;
  z-index: 2;
}
.header__nav__li {
  width: 100%;
  transition: 0.3s ease;
  position: relative;
}
.header__nav__li__ja, .header__nav__li__en {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.header__nav__li__ja {
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .header__nav__li__ja {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.header__nav__li__en {
  color: #F9BB32;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .header__nav__li__en {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.header__nav--fixed {
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  animation: dropDown 0.2s ease;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
}
.header__mypage {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  grid-column: 3/4;
  border-right: solid 0.1rem rgba(255, 255, 255, 0.3);
  padding-right: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .header__mypage {
    padding-right: 0;
  }
}
.header__mypage__btn__content {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: solid 2px #ffffff;
  color: #00214B;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 3.2rem;
  width: 64px;
  height: 3.2rem;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 380px) {
  .header__mypage__btn__content {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__mypage__btn__content {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    width: 8rem;
    height: 2.4rem;
  }
}

.spNavBtn {
  position: absolute;
  right: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 3.2rem;
  height: 3.2rem;
  padding-top: 0.8rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .spNavBtn {
    display: none;
  }
}
.spNavBtn__bar {
  width: 3.2rem;
  border-radius: 0.3rem;
  height: 0.2rem;
  background-color: #F9BB32;
  margin-bottom: 0.6rem;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.spNavBtn--open .spNavBtn__bar {
  width: 38px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.spNavBtn--open .spNavBtn__bar:first-of-type {
  transform: rotate(45deg) translateY(6px) translateX(4px);
}
.spNavBtn--open .spNavBtn__bar:last-of-type {
  transform: rotate(-45deg) translateY(-7px) translateX(4px);
}
.spNavBtn--open .spNavBtn__bar:nth-of-type(2) {
  opacity: 0;
}

.spMenu {
  position: fixed;
  top: 6rem;
  opacity: 1;
  transition: 0.3s ease;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(241, 240, 0, 0.95);
  color: #fff;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .spMenu {
    top: 0;
  }
}
.spMenu__content {
  width: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.spMenu__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0 160px;
}
@media screen and (min-width: 1024px) {
  .spMenu__logo {
    border: none !important;
  }
}
.spMenu__logo img {
  display: block;
  width: 120px;
  height: auto;
}
.spMenu__logo a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}
.spMenu__logo small {
  font-size: 0.8rem;
  line-height: 1.1rem;
  letter-spacing: 0;
  margin-top: 24px;
  font-weight: 100;
}
.spMenu__nav__li__ja, .spMenu__nav__li__en {
  display: block;
  font-weight: 700;
}
.spMenu__nav__li__ja {
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.spMenu__nav__li__en {
  color: #F9BB32;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
.spMenu__close {
  position: absolute;
  top: 2rem;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 3.2rem;
  height: 3.2rem;
  padding-top: 0.8rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .spMenu__close {
    display: flex;
  }
}
.spMenu__close__bar {
  width: 3.2rem;
  border-radius: 0.3rem;
  height: 0.2rem;
  background-color: #F9BB32;
  margin-bottom: 0.6rem;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.spMenu__close__bar:first-of-type {
  transform: rotate(45deg) translateY(2px) translateX(2px);
}
.spMenu__close__bar:last-of-type {
  transform: rotate(-45deg) translateY(-5px) translateX(4px);
}
.spMenu__sns__head {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #222222;
  text-align: center;
}
.spMenu__sns__ul {
  display: grid;
  grid-template-columns: repeat(3, 9.6rem);
  justify-items: center;
  justify-content: center;
}

.navHidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: 0.3s ease;
  z-index: -5;
}
.navHidden .spMenu__nav {
  pointer-events: none !important;
}
.navHidden .spMenu__nav__sub {
  pointer-events: none;
}

.footer {
  z-index: 99;
  background-color: #F1F000;
  color: #222222;
  padding: 2px 0 0;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0 160px;
}
.footer__logo img {
  display: block;
  width: 160px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .footer__logo img {
    width: 280px;
  }
}
.footer__logo a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}
.footer__logo small {
  font-size: 1rem;
  line-height: 1.1rem;
  letter-spacing: 0;
  margin-top: 24px;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .footer__logo small {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.footer__title {
  background-color: #00214B;
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #fff;
  border-top: 2px;
  text-align: center;
  padding: 0.5rem 1.4rem 0.3rem;
  margin-bottom: 2px;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 896px;
    margin: 0 auto 36px;
    padding: 0;
    margin-bottom: 0px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .footer__title::before, .footer__title::after {
    content: "";
    width: 400px;
    height: 1px;
    background-color: #7CBEEB;
    opacity: 0.4;
  }
}
.footer__nav__main {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .footer__nav__main {
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
  }
}
.footer__nav__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #003161;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 700;
  width: 100%;
  height: 80px;
  margin-bottom: 2px;
  color: #fff;
  padding: 0 2.8rem 0 3.2rem;
  border: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .footer__nav__btn {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    padding: 8px 12px;
    height: auto;
    background: transparent;
    border-bottom: solid 2px #7CBEEB;
    margin-bottom: 0px;
    pointer-events: none !important;
  }
  .footer__nav__btn .c-plusIcon {
    display: none;
  }
}
.footer__nav__btn--top {
  pointer-events: auto !important;
}
@media screen and (min-width: 1024px) {
  .footer__nav__btn--top {
    pointer-events: none !important;
  }
}
.footer__nav__btn--top::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 3.4rem;
  background: url("../img/common/ico_arrow-white-thin.svg") !important;
}
@media screen and (min-width: 1024px) {
  .footer__nav__btn--top::after {
    display: none;
    width: 0.9rem;
    height: 0.9rem;
    right: 1rem;
  }
}
.footer__nav__sub {
  width: 100%;
  display: block;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.5s ease;
  transform-origin: top;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .footer__nav__sub {
    opacity: 1;
    height: auto;
    max-height: none !important;
    pointer-events: auto;
    margin-bottom: 0;
  }
}
.footer__nav__sub li a {
  color: #fff;
}
.footer__nav__sub li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  background-color: #00214B;
  margin-bottom: 0;
  padding: 1.8rem 2.2rem;
  padding-right: 5rem;
  padding-left: 3.6rem;
}
@media screen and (min-width: 380px) {
  .footer__nav__sub li div {
    padding-right: 5.6rem;
    padding-left: 4.8rem;
  }
}
.footer__nav__sub li div {
  position: relative;
  transition: 0.4s ease;
  cursor: pointer;
}
.footer__nav__sub li div::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2.2rem;
  top: 26px;
  background: url("../img/common/ico_arrow-white-thin.svg");
}
.footer__nav__sub li div:hover {
  transition: 0.4s ease;
  background-color: #0271BC;
}
.footer__nav__sub li .outer::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 5.6rem;
  top: 2.9rem;
  background: url("../img/common/ico_outer-white.svg");
}
.footer__nav__sub li .footer__nav__third {
  padding: 1.6rem 2rem 1.8rem 4rem;
}
@media screen and (min-width: 340px) {
  .footer__nav__sub li .footer__nav__third {
    padding: 1.6rem 2.8rem 1.8rem 6.2rem;
  }
}
.footer__nav__sub li .footer__nav__third {
  background-color: #00214B;
  list-style: none;
}
.footer__nav__sub li .footer__nav__third li {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 380px) {
  .footer__nav__sub li .footer__nav__third li {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.footer__nav__sub li .footer__nav__third li::before {
  content: "・"; /* カスタムマーカー（例: disc） */
  font-size: 1.4rem; /* サイズを調整 */
  margin-right: 0.2rem; /* リストアイテムとの間隔 */
  display: inline-block;
}
.footer__nav__sub li .footer__nav__third a:last-of-type li {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer__nav__sub li div {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0em;
    padding: 8px 12px;
    padding-right: 32px;
    height: auto;
    border-bottom: solid 1px rgba(124, 190, 235, 0.4);
  }
  .footer__nav__sub li div::after {
    width: 9px;
    height: 9px;
    top: 14px;
    right: 1rem;
  }
  .footer__nav__sub li .outer::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    right: 2.8rem;
    top: 1.3rem;
  }
  .footer__nav__sub li .footer__nav__third {
    width: 100%;
    margin: 2px 0;
    padding: 1.2rem 0 1.8rem 1.6rem;
    background-color: transparent;
    display: block;
    border-bottom: solid 1px rgba(124, 190, 235, 0.4);
  }
  .footer__nav__sub li .footer__nav__third li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .footer__nav__sub li .footer__nav__third li::before {
    content: "・"; /* カスタムマーカー（例: disc） */
    font-size: 1.1rem; /* サイズを調整 */
    margin-right: 0.2rem; /* リストアイテムとの間隔 */
    display: inline-block;
  }
  .footer__nav__sub li .footer__nav__third a:last-of-type li {
    margin-bottom: 0;
  }
}
.footer__nav__info div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #003161;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  width: 100%;
  height: 80px;
  margin-bottom: 2px;
  color: #fff;
  padding-left: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__nav__info div {
    margin-bottom: 0px;
  }
}
.footer__nav__info .footer__nav__sub {
  width: 100%;
  display: block;
  opacity: 1;
  pointer-events: auto;
  max-height: none;
}
.footer__nav__info .footer__nav__sub li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  background-color: #00214B;
  margin-bottom: 2px;
  padding: 22px;
  padding-right: 56px;
  padding-left: 48px;
  position: relative;
  cursor: pointer;
}
.footer__nav__info .footer__nav__sub li div::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2.2rem;
  top: 28px;
  background: url("../img/common/ico_arrow-white-thin.svg");
}
.footer__nav__info .footer__nav__sub li div:hover {
  transition: 0.4s ease;
  background-color: #0271BC;
}
.footer__nav__info .footer__nav__sub li .outer::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 5.6rem;
  top: 2.9rem;
  background: url("../img/common/ico_outer-white.svg");
}
@media screen and (min-width: 1024px) {
  .footer__nav__info div {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    padding: 8px 12px;
    height: auto;
    background: transparent;
    border-bottom: solid 2px #7CBEEB;
  }
  .footer__nav__info .footer__nav__sub {
    width: 100%;
    display: block;
  }
  .footer__nav__info .footer__nav__sub li div {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0em;
    padding: 8px 12px;
    padding-right: 32px;
    height: auto;
    border-bottom: solid 1px rgba(124, 190, 235, 0.4);
    margin-bottom: 0px;
  }
  .footer__nav__info .footer__nav__sub li div::after {
    width: 9px;
    height: 9px;
    right: 1rem;
    top: 14px;
  }
  .footer__nav__info .footer__nav__sub li .outer::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    right: 2.8rem;
    top: 1.3rem;
  }
}
.footer__nav .is-shown .footer__nav__btn {
  background-color: #0271BC;
}
@media screen and (min-width: 1024px) {
  .footer__nav .is-shown .footer__nav__btn {
    background-color: transparent;
  }
}
.footer__nav .is-shown .footer__nav__sub {
  opacity: 1;
  pointer-events: auto;
  max-height: 2000px;
  transition: max-height 0.4s ease;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .footer__nav .is-shown .footer__nav__sub {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav__ul {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: column;
    column-gap: 32px;
    width: 896px;
    margin: 0 auto;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(2) {
    grid-column: span 1;
    grid-row: span 2;
    margin-top: 2rem;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(3) {
    grid-column: span 1;
    grid-row: span 4;
    margin-top: 2rem;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(4) {
    grid-column: span 1;
    grid-row: span 8;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(5) {
    grid-column: span 1;
    grid-row: span 4;
  }
  .footer__nav__ul li.footer__nav__main:nth-of-type(6) {
    grid-column: span 1;
    grid-row: span 8;
  }
  .footer__nav__ul li.footer__nav__main {
    /*&:nth-of-type(6){
      grid-column: span 1;
      grid-row: span 6;
    }
    &:nth-of-type(7){
      grid-column: span 1;
      grid-row: span 2;
    }*/
    /*
    &:nth-of-type(1){
      grid-column: span 1;
      grid-row: span 2;
    }
    &:nth-of-type(2){
      grid-column: span 1;
      grid-row: span 4;
    }
    &:nth-of-type(3){
      grid-column: span 1;
      grid-row: span 8;
    }
    &:nth-of-type(4){
      grid-column: span 1;
      grid-row: span 3;
    }
    &:nth-of-type(5){
      grid-column: span 1;
      grid-row: span 2;
    }
    &:nth-of-type(6){
      grid-column: span 1;
      grid-row: span 6;
    }
    &:nth-of-type(7){
      grid-column: span 1;
      grid-row: span 2;
    }*/
  }
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
.footer__flex li {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.footer__flex a:first-of-type li {
  display: flex;
  align-items: center;
  position: relative;
}
.footer__flex a:first-of-type li::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.3rem;
  background-color: #FFFFFF;
  position: absolute;
  right: -1.4rem;
  top: 0.4rem;
}

.main {
  padding-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 25rem;
  }
}

.top-swiper, .gallery-swiper {
  pointer-events: none !important;
}

.gallerySlider {
  display: grid;
  grid-template-columns: repeat(12, 12.5rem);
  animation: scroll-loop 20s linear infinite;
}
@media screen and (min-width: 428px) {
  .gallerySlider {
    grid-template-columns: repeat(12, 20rem);
    animation: scroll-loop-sm 20s linear infinite;
  }
}
@media screen and (min-width: 1024px) {
  .gallerySlider {
    animation: none;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .gallerySlider__2page {
    display: none;
  }
}

.topContinue {
  position: relative;
  background-color: #FFFFFF;
}
.topContinue::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.35;
  top: 10vw;
  right: -7.2rem;
  background-image: url("../img/top/ph_pumpupchicken.jpg");
  background-size: cover;
  width: 35rem;
  height: 35rem;
}
@media screen and (min-width: 1024px) {
  .topContinue::after {
    top: 12rem;
    right: -12rem;
    width: 74rem;
    height: 74rem;
  }
}
.topContinue__content {
  position: relative;
  z-index: 1;
}
.topContinue__content p {
  letter-spacing: 0.04em;
}

.topFeature {
  background-color: #F1F000;
}
@media screen and (min-width: 1024px) {
  .topFeature .c-head02__ja {
    font-size: 4.8rem;
    line-height: 7rem;
  }
}

.featureBlk__head {
  position: relative;
  display: flex;
  align-items: center;
}
.featureBlk__head__icon {
  display: block;
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .featureBlk__head__icon {
    width: 10.8rem;
    height: 10.8rem;
  }
}
.featureBlk__head__txt {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: solid 0.4rem #F9BB32;
  padding: 0.6rem 2.4rem;
  border-radius: 0.4rem;
  margin-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  filter: drop-shadow(0 0.1rem 0.3rem rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 1024px) {
  .featureBlk__head__txt {
    font-size: 2.3rem;
    line-height: 3.4rem;
    padding: 1.2rem 2.4rem 1.2rem 6rem;
    border-radius: 0.4rem;
    margin-left: 6rem;
  }
}
.featureBlk__point {
  background-color: #FFFFFF;
  filter: drop-shadow(0 0.1rem 0.3rem rgba(0, 0, 0, 0.15));
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 900;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .featureBlk__point {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.featureBlk p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .featureBlk p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.featureBlk p strong {
  font-weight: 700;
}

.topAmbassador {
  background-color: #202528;
}
.topAmbassador__img--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__img--pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .topAmbassador__row1 {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 48rem 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .topAmbassador__row1 {
    gap: 3.2rem;
    grid-template-columns: 52rem 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .topAmbassador__row1 {
    gap: 3.2rem;
    grid-template-columns: 60.8rem 1fr;
  }
}
.topAmbassador__strong, .topAmbassador__txt {
  color: #FFFFFF;
  display: block;
}
.topAmbassador__strong {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__strong {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .topAmbassador__strong {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .topAmbassador__strong {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
.topAmbassador__txt {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .topAmbassador__txt {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .topAmbassador__txt {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .topAmbassador__row2 {
    display: grid;
    grid-template-columns: 42rem 1fr 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .topAmbassador__row2 {
    grid-template-columns: 52rem 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .topAmbassador__row2 {
    grid-template-columns: 60rem 1fr 1fr 1fr;
  }
}
.topAmbassador__head {
  color: #F1F000;
  font-family: "Exo", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 380px) {
  .topAmbassador__head {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .topAmbassador__head {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .topAmbassador__head {
    font-size: 4.1rem;
    line-height: 4.9rem;
  }
}
.topAmbassador__prof {
  position: relative;
  padding: 0;
  margin: 0;
}
.topAmbassador__prof__img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__prof__img {
    display: none;
  }
}
.topAmbassador__prof dt, .topAmbassador__prof dd {
  color: #FFFFFF;
}
.topAmbassador__prof dt {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__prof dt {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.topAmbassador__prof dd {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .topAmbassador__prof dd {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.topCompare {
  background-color: #FAE282;
}
@media screen and (min-width: 1024px) {
  .topCompare__blk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem;
  }
}
@media screen and (min-width: 1360px) {
  .topCompare__blk {
    display: grid;
    grid-template-columns: 1fr 80rem;
    gap: 6.4rem;
  }
}

.topProduct {
  background-color: #FFFFFF;
}
.topProduct p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 640px) {
  .topProduct p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .topProduct p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .topProduct p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.topProduct__content {
  display: grid;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 1024px) {
  .topProduct__blk {
    display: grid;
    grid-template-rows: 1fr 16rem 8rem 9.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .topProduct__blk {
    grid-template-rows: 1fr 18rem 10rem 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .topProduct__blk {
    grid-template-rows: 1fr 16rem 10rem 12rem;
  }
}

.topVoice {
  background-color: #F9BB32;
}
.topVoice__blk {
  background-color: #FFFFFF;
  color: #222222;
  padding: 3.2rem 3rem;
  border-radius: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .topVoice__blk {
    padding: 5.6rem 5rem;
    border-radius: 1rem;
  }
}
.topVoice__blk p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .topVoice__blk p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.voiceBlk {
  background-color: #FFF7D6;
  color: #222222;
  padding: 3.2rem 3rem;
  border-radius: 0.6rem;
}
@media screen and (min-width: 1024px) {
  .voiceBlk {
    padding: 5.6rem 5rem;
    border-radius: 1rem;
  }
}
.voiceBlk p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .voiceBlk p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.snsVoice__blk .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 2rem;
}
.snsVoice__blk .swiper-button-prev, .snsVoice__blk .swiper-button-next {
  background-color: #F9BB32;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  left: auto;
  right: 0;
}
@media screen and (min-width: 640px) {
  .snsVoice__blk .swiper-button-prev, .snsVoice__blk .swiper-button-next {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.snsVoice__blk .swiper-button-prev::after, .snsVoice__blk .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../img/common/ico_arrow_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  left: 0.2rem;
}
@media screen and (min-width: 640px) {
  .snsVoice__blk .swiper-button-prev::after, .snsVoice__blk .swiper-button-next::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.snsVoice__blk .swiper-button-prev {
  right: auto;
  left: 0;
}
.snsVoice__blk .swiper-button-prev::after {
  transform: rotate(180deg);
  left: -0.2rem;
}

@media screen and (min-width: 1024px) {
  .topGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.topRecipe {
  background-color: #F9BB32;
}
@media screen and (min-width: 1024px) {
  .topRecipe {
    height: 100%;
    max-height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.topRecipe img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .topRecipe img {
    height: 20vw;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .topRecipe img {
    height: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .topRecipe .c-head02__ja {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .topRecipe .c-head02__en {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

.pageMain {
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .recipeBlk__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .recipeBlk__main {
    gap: 4.8rem;
  }
}
.recipeBlk__main__txt__head {
  background-color: #F5F5F5;
  padding: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .recipeBlk__main__txt__head {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
}
.recipeBlk__main__ytIframe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.recipeBlk__main__ytIframe iframe {
  aspect-ratio: 9/16;
  max-width: 320px;
}

.faqBlk__head {
  background-color: #FFF7D6;
  border-radius: 1rem;
  padding: 1.6rem 2.8rem;
}
@media screen and (min-width: 1024px) {
  .faqBlk__head {
    padding: 2.4rem 5.6rem;
  }
}
.faqBlk__head {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .faqBlk__head {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.faqBlk__content {
  background-color: #FFF7D6;
  max-height: 0;
  opacity: 0;
}
.faqBlk__content__box {
  background-color: #FFFFFF;
  padding: 1.6rem 2.6rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .faqBlk__content__box {
    padding: 2.4rem 4.8rem;
  }
}
.faqBlk__content p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .faqBlk__content p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-acordion--open .faqBlk__head {
  border-radius: 1rem 1rem 0 0;
}
.c-acordion--open .faqBlk__content {
  border-radius: 0 0 1rem 1rem;
  max-height: 200000rem;
  opacity: 1;
  padding: 0 2.2rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .c-acordion--open .faqBlk__content {
    padding: 0 3.2rem 4rem;
  }
}

.compareBlk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.compareBlk img {
  display: block;
  width: 100%;
  height: auto;
}
.compareBlk__img {
  grid-column: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.compareBlk__img p {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 1024px) {
  .compareBlk__img p {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.compareBlk__chart {
  grid-column: 2/3;
}
.compareBlk__score {
  grid-column: 1/3;
}

/*# sourceMappingURL=style.css.map */
