@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
* {
  box-sizing: border-box;
  caret-color: rgba(0, 0, 0, 0);
}

.oneword {
  display: inline-block;
}

.sub {
  font-size: 80%;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.template-footer {
  position: relative;
  z-index: 10;
}

.youtube__embed__container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube__embed__container > iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.info_modal_window {
  background-color: #FFF;
  color: #444;
  padding: 2em;
  border-radius: 1.5em;
  font-size: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .info_modal_window {
    font-size: 2.2vw;
  }
}
.info_modal_window h6 {
  font-size: 100%;
  color: #666;
}
.info_modal_window h4 {
  font-size: 270%;
  font-weight: bold;
}
.info_modal_window h5 {
  font-size: 150%;
}
.info_modal_window .modal_body {
  width: 100%;
  margin-top: 1em;
}
.info_modal_window .modal_body img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.modaal-wrapper {
  backdrop-filter: blur(5px) !important;
}
.modaal-wrapper * {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}

.modaal-container {
  background: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0, 4px, 15px, rgba(0, 0, 0, 0.2)) !important;
}
.modaal-container .modaal-gallery-item img {
  max-height: 80lvh;
  max-width: 70lvw;
}

.modaal-inner-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modaal-focus {
  width: min(100%, 1280px) !important;
  margin: auto !important;
}
.modaal-focus .modaal-gallery-item {
  border-radius: var(--border-radius) !important;
  overflow: hidden !important;
}

.template-footer.black {
  padding-bottom: 30% !important;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  .template-footer.black {
    padding-bottom: 0 !important;
  }
}

html {
  --maincolor-rgb: 36, 127, 135;
  --maincolor:rgba(var(--maincolor-rgb),1);
  --border-radius:7px;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
}
body .billboard {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
}
body .billboard .container {
  width: 100%;
  height: 100%;
  background-image: url(../img/forPC/billboard-default.jpg);
  background-position: top left;
  background-size: cover;
  background-color: var(--maincolor);
  position: relative;
}
body .billboard .container .sns {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 7%;
  padding: 1.5% 1%;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  width: 5%;
  height: auto;
}
body .billboard .container .sns .sns__followus {
  writing-mode: vertical-lr;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .billboard .container .sns .sns__icons {
  margin-top: 60%;
}
body .billboard .container .sns .sns__icons a {
  width: 70%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20% auto;
  position: relative;
}
body .billboard .container .sns .sns__icons a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body .billboard .container .sns .sns__icons a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .billboard .container .sns .sns__icons a.x {
  background-color: #000;
}
body .billboard .container .sns .sns__icons a.x img {
  width: 45%;
}
body .billboard .container .sns .sns__icons a.line {
  background-color: #309739;
}
body .billboard .container .sns .sns__icons a.youtube {
  background-color: #c01e1e;
}
body .billboard .container .sns .sns__icons a.youtube img {
  width: 60%;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .billboard {
    display: block;
  }
}
body main {
  display: block;
  margin: 0;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
}
body main .contents__logo {
  position: absolute;
  top: 3px;
  left: 3px;
  width: min(20%, 300px);
}
body main > header, body main > section, body main > footer {
  position: relative;
  z-index: 1;
}
body main > header .container, body main > section .container, body main > footer .container {
  padding: 1em;
}
body main .main__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-landscape.jpg);
  background-repeat: repeat-x;
  background-size: 170% auto;
  background-position: top left;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-position 0.1s 0s linear;
}
body main#contents .main__bg {
  background-size: 85% auto;
  opacity: 0.7;
}
body main#special .main__bg {
  opacity: 0;
}
body main footer {
  background-color: #00181b;
  padding: 0 0 5%;
  color: #FFF;
}
body main footer .footer-banners {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1px 0;
}
body main footer .footer-banners .banner__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 95%;
  margin: 5% auto 5%;
  gap: 6px;
}
body main footer .footer-banners .banner__container a {
  display: block;
  width: calc(50% - 3px);
}
body main footer .footer-banners .banner__container a img {
  display: block;
  width: 100%;
}
body main footer p.notes {
  font-size: 60%;
  text-align: center;
}
body main footer .sns {
  margin: 5% auto 10%;
}
body main footer .sns dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body main footer .sns dl dt, body main footer .sns dl dd {
  margin: 0;
  padding: 0;
}
body main footer .sns dl dt {
  text-align: right;
  width: 40%;
}
body main footer .sns dl dd {
  display: flex;
  justify-content: start;
  width: 60%;
}
body main footer .sns dl dd a {
  width: 15%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2%;
  position: relative;
}
body main footer .sns dl dd a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
body main footer .sns dl dd a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main footer .sns dl dd a.x {
  background-color: #000;
}
body main footer .sns dl dd a.x img {
  width: 45%;
}
body main footer .sns dl dd a.line {
  background-color: #309739;
}
body main footer .sns dl dd a.youtube {
  background-color: #c01e1e;
}
body main footer .sns dl dd a.youtube img {
  width: 60%;
}
body main footer .sns dl dd a.x {
  background-color: #ffffff;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body main footer .sns {
    display: none;
  }
}
body main footer .app-icon {
  display: block;
  width: min(25%, 150px);
  margin: 5% auto 0;
}
body main footer .container {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
body main footer .container dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body main footer .container dl dt, body main footer .container dl dd {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1%;
  font-size: 70%;
}
body main footer .container dl dt {
  width: 20%;
}
body main footer .container dl dd {
  width: 77%;
}
body main footer .brand-logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body main {
    width: min(40%, 768px);
    margin-left: 50%;
  }
  body main .main__bg {
    width: min(40%, 768px);
    left: 50%;
  }
}
body .menu {
  position: fixed;
  left: auto;
  top: 10px;
  right: 10px;
  border-radius: var(--border-radius);
  bottom: auto;
  background-color: rgba(var(--maincolor-rgb), 0.95);
  width: 10%;
  z-index: 99;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  transition: all 0.3s 0s ease-in-out;
}
body .menu .menu__hotspot {
  position: relative;
  width: min(60%, 50px);
  height: auto;
  margin: 7px auto 10px;
  caret-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
body .menu .menu__hotspot .menu__icon {
  width: 100%;
  height: min(6vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: min(9vw, 270%);
  color: #FFF;
  line-height: 60%;
  transform-origin: center center;
  transition: transform 1s 0s ease-out;
}
body .menu .menu__hotspot .menu__icon::before {
  content: "≡";
  transform: scaleX(80%);
}
body .menu .menu__hotspot .menu__text {
  writing-mode: vertical-lr;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.5em;
  margin-top: 7px;
  display: none;
}
body .menu nav {
  display: none;
  margin: min(10vw, 100px) auto;
}
body .menu nav h5 {
  font-size: 100%;
  letter-spacing: auto;
  text-align: center;
  color: #FFF;
  margin: 0 auto 1%;
  width: min(95%, 1000px);
}
body .menu nav .nav__main,
body .menu nav .nav__support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 5%;
  width: 85%;
  overflow: hidden;
}
body .menu nav .nav__main > a,
body .menu nav .nav__support > a {
  width: min(95%, 440px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25em 1em;
  color: #FFF;
  text-align: center;
  border-radius: var(--border-radius);
  font-size: 100%;
  position: relative;
}
body .menu nav .nav__main > a > div,
body .menu nav .nav__support > a > div {
  line-height: 1.2;
}
body .menu nav .nav__main > a.check::before,
body .menu nav .nav__support > a.check::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #c01e1e;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
  animation: blink 0.5s 0s ease-in-out infinite alternate;
}
body .menu nav .menu__banner {
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 80%;
}
body .menu nav .menu__banner a {
  display: block;
  width: 100%;
  margin-top: 2%;
  border: 2px #FFF solid;
  border-radius: var(--border-radius);
  overflow: hidden;
}
body .menu nav .menu__banner a.half {
  width: 100%;
}
body .menu nav .menu__banner a img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .menu {
    top: 2%;
    right: 0;
    border-width: 0;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    width: 5%;
  }
  body .menu .menu__hotspot {
    margin: 15px auto 20px;
  }
  body .menu .menu__hotspot .menu__icon {
    font-size: min(9vw, 240%);
  }
  body .menu .menu__hotspot .menu__text {
    display: flex;
  }
  body .menu nav h5 {
    font-size: 90%;
    text-align: left;
    letter-spacing: 0.5em;
  }
  body .menu nav .nav__main,
body .menu nav .nav__support {
    justify-content: left;
    gap: 20px;
    width: min(95%, 1000px);
  }
  body .menu nav .nav__main a,
body .menu nav .nav__support a {
    font-size: 120%;
    padding: 0.5em 0.5em;
  }
  body .menu nav .menu__banner {
    justify-content: left;
    gap: 20px;
    width: min(95%, 1000px);
  }
  body .menu nav .menu__banner a.half {
    width: min(49%, 440px);
  }
}
body .menu.open {
  width: 100%;
  height: auto;
  border-radius: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
body .menu.open .menu__hotspot {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  position: fixed;
}
body .menu.open .menu__hotspot .menu__icon {
  /*div{display:none;}
  &::before,
  &::after{
      height:5px;
  }
  &::before{transform: rotate(90deg);}*/
  transform: rotate(2turn);
}
body .menu.open .menu__hotspot .menu__icon::before {
  content: "×";
  transform: scaleX(100%);
}
body .menu.open .menu__hotspot .menu__text {
  display: none;
}
body .badge {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 11;
  transition: all 1s 0s ease-in-out;
}
body .badge .banners {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
body .badge .banners a {
  display: block;
  width: 100%;
  border: 2px #ffffff solid;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
body .badge .banners a.half {
  width: 50%;
}
body .badge .banners a img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .badge .banners {
    gap: 1%;
    margin-bottom: 2%;
  }
  body .badge .banners a {
    border-radius: var(--border-radius);
  }
}
body .badge .badges {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: min(5%, 15px);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}
body .badge .badges a {
  display: block;
}
body .badge .badges a img {
  display: block;
  height: min(10vw, 100px);
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .badge .badges a img {
    height: min(3.3vw, 100px);
  }
}
body .badge .badges a:nth-of-type(3) {
  display: none;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .badge .badges a:nth-of-type(3) {
    display: block;
  }
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .badge .badges {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: var(--border-radius);
  }
}
body .badge.hide {
  opacity: 0;
  bottom: -30%;
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body .badge {
    width: 40%;
    bottom: 7%;
    left: 5%;
    z-index: 9;
  }
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) and (min-aspect-ratio: 100/45) {
  body .badge {
    padding-top: 20lvh;
    bottom: -20lvh;
  }
  body .badge:hover {
    transition: bottom 0.3s 0s ease-in-out;
    bottom: 7%;
  }
}
@media (min-width: 769px) and (min-aspect-ratio: 103/100) {
  body {
    font-size: 17px;
  }
}