@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 tools
=============================================================*/
body {
  font-family: "Murecho", sans-serif;
  color: #323A62;
}

.re-image {
  width: 100%;
  height: auto;
}

.btn {
  position: relative;
  width: 55.9375vw;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .btn {
    width: 358px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12.5vw;
  background-color: #0078A6;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .btn::before {
    border-radius: 80px;
  }
}
.btn a {
  position: relative;
  top: -0.78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5vw 3.125vw;
  font-size: 3.4375vw;
  line-height: 1.3;
  color: #0078A6;
  font-weight: bold;
  border: 0.46875vw solid #0078A6;
  background-color: #fff;
  border-radius: 12.5vw;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn a {
    top: -5px;
    padding: 18px 20px;
    font-size: 22px;
    border: 3px solid #0078A6;
    border-radius: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .btn a:hover {
    top: 0;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.125vw;
  transform: translateY(-50%);
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 4.6875vw;
  background: url("../img/parts/arrow_wh.svg") no-repeat 58% 50% #0078A6;
  background-size: 1.71875vw 1.5625vw;
}
@media only screen and (min-width: 768px) {
  .btn a::before {
    right: 20px;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    background-size: 11px 10px;
  }
}
.btn__back {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .btn__back {
    margin-top: 40px;
  }
}
.btn__back a::before {
  right: inherit;
  left: 3.125vw;
  transform: scale(-1, 1) translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .btn__back a::before {
    left: 20px;
  }
}
.btn__dark::before {
  background-color: #323A62;
}
.btn__dark a {
  color: #19295D;
  border-color: #19295D;
}
.btn__dark a::before {
  background-color: #19295D;
}

#head-logo {
  position: absolute;
  top: -0.9375vw;
  left: 0;
  width: 21.875vw;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #head-logo {
    top: -6px;
    left: calc(50% - 320px);
    width: 140px;
  }
}

#btn-nav {
  position: fixed;
  top: 1.5625vw;
  right: 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625vw 0;
  width: 10.9375vw;
  height: 10.9375vw;
  background-color: #0078A6;
  border: 0.3125vw solid #fff;
  box-sizing: border-box;
  border-radius: 15.625vw;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  #btn-nav {
    top: 10px;
    right: calc(50% - 310px);
    gap: 4px 0;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 100px;
  }
}
#btn-nav .line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5vw;
  height: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav .line {
    width: 32px;
    height: 18px;
  }
}
#btn-nav .line span {
  position: relative;
  display: block;
  width: 100%;
  height: 0.46875vw;
  background-color: #fff;
  border-radius: 1.5625vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #btn-nav .line span {
    height: 3px;
    border-radius: 10px;
  }
}
#btn-nav .text {
  position: relative;
}
#btn-nav .text p {
  font-size: 1.875vw;
  font-family: "Tilt Warp", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #btn-nav .text p {
    font-size: 12px;
  }
}
#btn-nav .text p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#btn-nav.active .line span:nth-child(1) {
  top: calc(50% - 0.234375vw);
  transform: rotate(30deg);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #btn-nav.active .line span:nth-child(1) {
    top: calc(50% - 1.5px);
  }
}
#btn-nav.active .line span:nth-child(2) {
  opacity: 0;
}
#btn-nav.active .line span:nth-child(3) {
  bottom: calc(50% - 0.234375vw);
  transform: rotate(-30deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active .line span:nth-child(3) {
    bottom: calc(50% - 1.5px);
  }
}
#btn-nav.active .text p:nth-child(1) {
  opacity: 0;
}
#btn-nav.active .text p:nth-child(2) {
  opacity: 1;
}

#header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 2.1875vw 0;
  background: url("../img/global/bg_header.png") no-repeat bottom center, url("../img/global/bg_header_top.png") no-repeat top center, url("../img/global/bg_header_btm.png") no-repeat bottom center #fff;
  background-size: 100% auto;
  border-left: 0.625vw solid #0078A6;
  border-right: 0.625vw solid #0078A6;
  box-sizing: border-box;
  z-index: 10;
  overflow: scroll;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 640px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 0;
    border-left: 4px solid #0078A6;
    border-right: 4px solid #0078A6;
  }
}
#header.active {
  opacity: 1;
  visibility: visible;
}
#header .header__logo {
  width: 39.6875vw;
  margin: 0 auto 6.25vw;
}
@media only screen and (min-width: 768px) {
  #header .header__logo {
    width: 254px;
    margin: 0 auto 40px;
  }
}
#header .header__text {
  font-size: 6.25vw;
  color: #0078A6;
  font-family: "Tilt Warp", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #header .header__text {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
#header .header__nav {
  width: 89.0625vw;
  margin: 0 auto;
  padding-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  #header .header__nav {
    width: 570px;
    padding-bottom: 80px;
  }
}
#header .header__nav__item {
  position: relative;
  width: 100%;
  height: 13.125vw;
  z-index: 0;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #header .header__nav__item {
    height: 84px;
    margin-bottom: 32px;
  }
}
#header .header__nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0078A6;
  border-radius: 12.5vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #header .header__nav__item::before {
    border-radius: 80px;
  }
}
#header .header__nav__item a {
  position: relative;
  top: -1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #fff;
  border-radius: 12.5vw;
  background-color: #029BB6;
  box-sizing: border-box;
  border: 0.46875vw solid #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #header .header__nav__item a {
    top: -8px;
    font-size: 30px;
    border-radius: 80px;
    border: 3px solid #fff;
    transition: all 0.25s ease;
  }
}
@media only screen and (min-width: 768px) {
  #header .header__nav__item a:hover {
    top: 0;
  }
}

#main {
  width: 100vw;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #fff5d0;
  border-left: 0.625vw solid #0078A6;
  border-right: 0.625vw solid #0078A6;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #main {
    width: 640px;
    border-left-width: 4px;
    border-right-width: 4px;
  }
}
#main img {
  width: 100%;
  height: auto;
}

#content {
  position: relative;
  padding-bottom: 20.3125vw;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #content {
    padding-bottom: 130px;
  }
}
#content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34.53125vw;
  background: url("../img/parts/bg_btm.png") no-repeat bottom center;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s 0.3s ease;
}
#content.move-on::before {
  opacity: 1;
  transform: translateY(0);
  background-size: 105% auto;
}

#footer {
  position: relative;
  padding: 7.5vw 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 48px 0;
  }
}
#footer .footer__share {
  width: 57.03125vw;
  height: 10.9375vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__share {
    width: 365px;
    height: 70px;
    margin: 0 auto 30px;
  }
}
#footer .footer__share a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 2.8125vw;
  color: #000;
  font-weight: bold;
  text-align: center;
  border-radius: 23.4375vw;
  border: 1px solid #000;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  #footer .footer__share a {
    font-size: 18px;
    border-radius: 150px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__share a:hover {
    background-color: #0078A6;
    color: #fff;
  }
}
#footer .footer__sns {
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__sns {
    margin-bottom: 40px;
  }
}
#footer .footer__sns__list {
  display: grid;
  grid-template-columns: repeat(3, 7.5vw);
  align-items: center;
  justify-content: center;
  gap: 0 2.5vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__sns__list {
    grid-template-columns: repeat(3, 48px);
    gap: 0 16px;
  }
}
#footer .footer__bnr {
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__bnr {
    margin-bottom: 40px;
  }
}
#footer .footer__bnr__list {
  display: grid;
  grid-template-columns: repeat(2, 29.6875vw);
  align-items: center;
  justify-content: center;
  gap: 1.875vw 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__bnr__list {
    grid-template-columns: repeat(2, 190px);
    gap: 12px 15px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__bnr__list a {
    transition: all 0.25s ease;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__bnr__list a:hover {
    opacity: 0.6;
  }
}
#footer .footer__sponsor {
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__sponsor {
    margin-bottom: 30px;
  }
}
#footer .footer__sponsor__text {
  font-size: 2.8125vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__sponsor__text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#footer .footer__sponsor__list {
  display: grid;
  grid-template-columns: repeat(2, 29.6875vw);
  align-items: center;
  justify-content: center;
  gap: 1.875vw 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__sponsor__list {
    grid-template-columns: repeat(2, 190px);
    gap: 12px 15px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__sponsor__list a {
    transition: all 0.25s ease;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__sponsor__list a:hover {
    opacity: 0.6;
  }
}
#footer .footer__partner {
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__partner {
    margin-bottom: 30px;
  }
}
#footer .footer__partner__text {
  font-size: 2.8125vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #footer .footer__partner__text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#footer .footer__partner__bnr {
  width: 29.6875vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #footer .footer__partner__bnr {
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__partner__bnr a {
    transition: all 0.25s ease;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__partner__bnr a:hover {
    opacity: 0.6;
  }
}
#footer .footer__copy {
  font-size: 2.5vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer__copy {
    font-size: 16px;
  }
}

.pc__area {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc__area {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .pc__area__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/parts/pc_base.webp") no-repeat top center;
    background-size: cover;
  }
}
.pc__area__palm1 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 53.6vw;
}
.pc__area__palm1 img {
  animation: yurayura 10s 1s ease-in-out infinite;
  transform-origin: bottom;
}
.pc__area__palm2 {
  position: absolute;
  top: 0;
  right: -20px;
  width: 40.75vw;
}
.pc__area__palm2 img {
  animation: yurayura2 9s 1s ease-in-out infinite;
  transform-origin: bottom;
}
.pc__area__palm3 {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 28vw;
}
.pc__area__palm3 img {
  animation: yurayura 10s 1s ease-in-out infinite;
  transform-origin: bottom;
}