@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
a.btn--basic {
  display: block;
  width: auto;
  padding: 0.5em 1em;
  margin: 2% auto;
  border: 2px #AAA solid;
  border-radius: 7px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 5px 3px rgba(255, 255, 255, 0.5) inset;
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(to bottom, #EEE, #CCC);
  background-color: transparent;
  background-origin: padding-box;
  background-clip: border-box;
  background-blend-mode: normal;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  text-indent: 0;
  text-shadow: 1px 1px 2px #FFF;
  text-decoration: none;
  color: #222;
  line-height: normal;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  margin-left: 1.5em;
}

table {
  border-collapse: collapse;
}

.template-footer__link-list {
  list-style-type: none !important;
}

.modaal-wrapper {
  backdrop-filter: blur(10px) grayscale(75%) !important;
}

.modaal-inner-wrapper {
  padding: 80px 2% !important;
}

.modaal-container {
  background: none !important;
  box-shadow: none !important;
}

.modaal-content-container {
  padding: 0 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hide {
  visibility: hidden;
}

.oneword {
  display: inline-block;
}

.sub {
  font-family: sans-serif;
  font-size: 80%;
  opacity: 0.7;
  text-indent: -1em;
  margin-left: 1em;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 62.5%;
}

body {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  min-height: 100dvh;
  font-size: 1.8rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, arial, sans-serif;
}
@media (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}

header, main, footer {
  width: 100%;
}

header {
  position: relative;
}
header .header_logo {
  display: block;
  margin: 3% auto 1%;
  width: min(40%, 300px);
}
header h1 {
  margin-top: 2%;
  position: relative;
  z-index: 10;
}
header h1 .header_title {
  display: block;
  margin: 0 auto;
  width: min(60%, 400px);
}

main, div.main {
  display: block;
  padding: 1px 0 10%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 200px);
  margin-top: -15vw;
  padding-top: 15vw;
}
main > *, div.main > * {
  width: min(95%, 1200px);
  margin: 0 auto;
}
main > h2, div.main > h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(4vw, 35px);
  text-align: center;
  color: #312f20;
  margin: 3% auto 0;
}
main > h2 > div, div.main > h2 > div {
  display: inline-block;
  padding: 0.1em 1em;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  border-width: 0 0 1px;
  margin-bottom: 0.3em;
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
main .contents section, div.main .contents section {
  margin-top: 10%;
}

footer {
  padding: 5% 3% 2%;
  background-color: rgba(16, 65, 165, 0.7);
}
footer a {
  display: block;
  width: min(75%, 400px);
  margin: 0 auto;
}
footer a img.link_twitter {
  display: block;
  width: 100%;
}
footer .copyright {
  margin-top: 3%;
  font-size: 14px;
  color: #BBB;
  text-align: center;
}
footer .copyright img.brands {
  display: block;
  width: min(30%, 200px);
  margin: 0 auto 1%;
}

.btn__navigation {
  position: fixed;
  top: 10px;
  right: 10px;
  width: min(10vw, 100px);
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.5);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn__navigation > div {
  width: 50%;
  height: 50%;
  background: linear-gradient(to bottom, transparent 35%, #FFF 35%, #FFF 65%, transparent 35%);
  background-size: 100% 33.33333%;
  background-repeat: repeat-y;
}

.global_menu ul {
  width: 85%;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.global_menu ul li {
  display: block;
  border: 1px #999 solid;
  margin: 2% auto;
  width: min(80%, 30em);
  width: 49%;
  margin: 0.5%;
  aspect-ratio: 1/0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 768px) {
  .global_menu ul li {
    width: 100%;
    aspect-ratio: 1/0.2;
    margin: 2% 0;
  }
  .global_menu ul li a {
    font-size: 14px !important;
  }
}
.global_menu ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.global_menu ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  color: #FFF;
  line-height: 1.5;
}
.global_menu ul li a > div {
  display: block;
  padding: 0.5em 1em;
}
.global_menu ul li a > div::first-line {
  font-size: 200%;
  letter-spacing: 0.2em;
}