@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*!  02_base
================================================ */
html {
  overflow: scroll;
  font-size: 10px;
}

body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 500;
  color: #030303;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #073972;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1280px;
    width: 100%;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1801px) {
  body {
    font-size: 16px;
  }
}
body .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body a {
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  body a img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
body a {
  /*&:hover {
    @include mq {
      opacity: 0.8;
      animation: btn 0.5s;
    }
  }
  @keyframes btn {
    0% {
      opacity: 1;
    }
    10% {
      opacity: 0.4;
    }
    100% {
      opacity: 0.8;
    }
  }*/
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl, dt, dd, h1, h2, h3, h4, h5, h6, p, section {
  margin: 0;
  padding: 0;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

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

/*=============================================================
 common
=============================================================*/
/*!  main
================================================ */
#content {
  position: relative;
  overflow: clip;
  background-image: linear-gradient(90deg, rgb(109, 223, 255), rgb(0, 170, 233));
}
#content::after {
  content: "";
  position: absolute;
  bottom: max(-24.0625svw, -154px);
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/1480;
  background: url(../img/global/sp/bg_footer.png) no-repeat 50% 0/100% auto;
}
@media print, screen and (min-width: 641px) {
  #content::after {
    bottom: -217px;
    aspect-ratio: 3600/1453;
    background-image: url(../img/global/pc/bg_footer.png);
  }
}

.text-c {
  text-align: center;
}

.c-yellow {
  color: #fdff2c;
}

.c-red {
  color: #e80c1a;
}

@media print, screen and (min-width: 641px) {
  .flash img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 641px) {
  .flash:hover {
    opacity: 0.8;
    animation: flash 0.5s;
  }
}

.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

.disc > li {
  position: relative;
  padding-left: 1em;
}
.disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

/* bg
-------------------------------------------------*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100svh;
}
.bg .bg-period {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* pagetop
-------------------------------------------------*/
.pagetop {
  position: relative;
  width: 13.4375%;
  margin: min(10.9375svw, 70px) auto min(8.125svw, 52px);
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .pagetop {
    width: 86px;
    margin: 48px auto 60px;
  }
}

/* content-copyright
-------------------------------------------------*/
.content-copyright {
  position: relative;
  width: 92.5%;
  margin: 0 auto;
  padding-bottom: min(10.78125svw, 69px);
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .content-copyright {
    width: 1000px;
    padding-bottom: 55px;
  }
}
.content-copyright .copyright {
  font-size: clamp(9px, 2.8125vw + 0px, 18px);
  line-height: 1.5555555556;
}
@media print, screen and (min-width: 641px) {
  .content-copyright .copyright {
    font-size: 14px;
    line-height: 1.5;
  }
}
.content-copyright .bnr {
  width: 26.1824324324%;
  margin: min(7.03125svw, 45px) auto 0;
}
@media print, screen and (min-width: 641px) {
  .content-copyright .bnr {
    width: 155px;
    margin-top: 39px;
  }
}

/* footer
-------------------------------------------------*/
#footer {
  position: relative;
  padding: min(7.96875svw, 51px) 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  #footer {
    padding: 20px 0;
  }
}
#footer .logo {
  width: 43.90625%;
  margin: 0 auto min(1.5625svw, 10px);
}
@media print, screen and (min-width: 641px) {
  #footer .logo {
    width: 281px;
    margin-bottom: 10px;
  }
}
#footer .copyright {
  font-size: clamp(9px, 2.8125vw + 0px, 18px);
}
@media print, screen and (min-width: 641px) {
  #footer .copyright {
    font-size: 12px;
  }
}

/* animation
-------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(5.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp02 {
  from {
    opacity: 0;
    transform: translateY(100svh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.scr-target {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.fadein.is-active {
  animation-name: fadeIn;
}

.fadeup.is-active {
  animation-name: fadeUp;
}

.zoomout.is-active {
  animation-name: zoomOut;
  animation-duration: 0.15s;
}