@charset "UTF-8";
/* basic style setting in utility.css */
/*---------------------------------------------------------------------
 共通レイアウト
---------------------------------------------------------------------*/
#main {
  width: 100%;
}

.inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.open {
  font-family: "Open Sans";
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #EFF2F5;
  text-align: center;
  color: #fff;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading_logo img {
  width: 220px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.title {
  padding: 60px 20px;
}
.title .sub {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
  color: #555555;
}
.title h2 {
  font-family: "Open Sans";
  font-size: 3.4rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.link a {
  border: 1px solid #000;
  padding: 8px 8px 8px 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: left;
}

.link a::before {
  content: "＞";
  padding-right: 18px;
  font-weight: 700;
}

.link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: -8px;
  right: -8px;
}

a.ghost_round_btn {
  color: white;
  display: inline-block;
  padding: 10px 30px;
  background: #D28CDC;
  border-radius: 30px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
}

a.ghost_round_btn:hover {
  opacity: 0.8;
}

/*---------------------------------------------------------------------
 header
---------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: url(../img/header_bg2.svg) repeat-x;
}
header .inner {
  max-width: 100%;
  padding: 0;
}
header nav {
  width: 100%;
  padding: 20px 86px 20px 20px;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
header nav a {
  color: white !important;
  font-weight: 700;
  font-size: 1.6rem;
}
header .login a {
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 1.6rem;
}
header .lang {
  letter-spacing: 0.04em;
}
header .lang_ja {
  border-left: 2px solid white;
  padding-left: 20px;
}
header .lang_en {
  text-transform: uppercase;
}
header .current a {
  border-bottom: 3px solid #D28CDC;
}

/*---------------------------------------------------------------------
 drawer custom
---------------------------------------------------------------------*/
.drawer {
  z-index: 100;
  position: relative;
}
.drawer #drawer-content .to_maypage {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 30px;
}
.drawer #drawer-content .to_maypage a {
  font-size: 1.6rem;
  min-width: 240px;
}
.drawer #drawer-content .each {
  border-bottom: 1px solid #E5EAEF;
  padding: 18px 0;
}
.drawer #drawer-content .each a {
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  padding: 8px 0;
}
.drawer #drawer-content .each a:hover {
  opacity: 0.7;
}
.drawer #drawer-content .each li {
  padding: 0 30px;
}
.drawer #drawer-content .each li:not(:last-child) {
  margin-bottom: 2px;
}
.drawer #drawer-content .external_link a {
  padding: 5px 0;
}
.drawer #drawer-content .external_link {
  border-top: 1px solid #E5EAEF;
}
.drawer #drawer-content .external_link a::after {
  content: url(../img/mark_external_link.svg);
  vertical-align: middle;
  padding-left: 8px;
}
.drawer #drawer-content .in_page_link {
  margin-bottom: 20px;
}
.drawer #drawer-content dl {
  padding: 0 30px;
}
.drawer #drawer-content dt {
  margin-bottom: 12px;
  font-size: 1rem;
}
.drawer #drawer-content dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.drawer #drawer-content .sns {
  padding-bottom: 30px;
}
.drawer #drawer-content .switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5EAEF;
  padding: 0 10px 20px 30px;
}
.drawer #drawer-content .lang a {
  font-weight: 700;
  font-size: 1.4rem;
}
.drawer #drawer-content .lang_en {
  text-transform: uppercase;
}
.drawer #drawer-content .switcher .current a {
  border-bottom: 3px solid #D28CDC;
}

/*---------------------------------------------------------------------
 main
---------------------------------------------------------------------*/
#hero {
  min-height: calc(var(--vh, 1vh) * 100);
  background: url(../img/hero_bg_2025.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
#hero .inner {
  max-width: 100%;
  padding: 0;
}
#hero .kv {
  min-height: calc(var(--vh, 1vh) * 94);
  position: relative;
}
#hero h1 {
  position: absolute;
  top: 43%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#hero h1 img {
  max-width: 440px;
  filter: drop-shadow(0px 6px 6px #000000);
}
#hero h2 {
  position: absolute;
  bottom: 0;
  right: 2%;
}
#hero h2 img {
  max-width: 420px;
}
#hero .visual {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
#hero h4 {
  min-height: calc(var(--vh, 1vh) * 6);
  text-align: center;
  background: #050807;
  font-weight: 400;
  padding: 0;
  color: white;
  letter-spacing: 0.48em;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1.4;
}
#hero h4 span {
  align-self: center;
}

#lead {
  margin-bottom: 70px;
  background-color: #EFF2F5;
  background-image: url(../img/bg_cloud_lead_top.svg), url(../img/bg_cloud_lead_under.svg);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}
#lead .inner {
  max-width: 100%;
  padding: 0;
}
#lead picture {
  text-align: center;
  padding: 100px 0;
}

#project {
  margin-bottom: 120px;
}
#project .title {
  background: url(../img/hexagon_line_title_bg.svg) no-repeat center center;
  padding: 70px 20px;
  margin-bottom: 20px;
}
#project .title h2 {
  font-size: 6.4rem;
}
#project .primary {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 30px;
}
#project .secondary {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 30px;
}
#project .link {
  text-align: right;
  margin-bottom: 100px;
}
#project h3 {
  font-size: clamp(3rem, 3vw, 3.6rem);
  background: url(../img/mark_hexagon.svg) no-repeat 0 center;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1;
}
#project dt {
  margin-bottom: 32px;
}
#project dt figcaption {
  font-size: 1rem;
  color: gray;
  text-align: right;
  margin-top: 6px;
}
#project dl p {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 30px;
  line-height: 1.8;
}
#project .link a {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  min-width: 380px;
}
#project .link a:hover {
  background: #1E2328;
  color: white;
  opacity: 1;
}

#story {
  margin-bottom: 100px;
}
#story .story_wrap {
  padding: 80px 0 50px;
  margin-bottom: 30px;
  background-color: #EFF2F5;
  background-image: url(../img/bg_cloud_top.svg), url(../img/bg_cloud_under.svg);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left 98%;
}
#story .story_wrap .inner {
  max-width: 1300px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px 50px;
}
#story .story_wrap .title {
  background: url(../img/story_title_bg.svg) no-repeat center top;
  padding: 40px 20px;
}
#story .story_wrap .title h2 {
  font-size: 7.4rem;
  margin-bottom: 120px;
}
#story .story_wrap .title p {
  text-align: center;
}
#story .story_wrap .title .year {
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  margin-top: -115px;
  font-weight: 700;
  margin-bottom: 50px;
}
#story .story_wrap .detail h3 {
  font-size: clamp(3.6rem, 3vw, 4.2rem);
  margin-bottom: 60px;
}
#story .story_wrap .detail p {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 30px;
  line-height: 2.4;
}
#story .story_wrap .figures {
  padding: 0 20px;
}
#story .story_wrap .figures .wrap {
  margin: auto;
  max-width: 1240px;
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-snap-type: x;
}
#story .story_wrap .figures a {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex: 0 0 auto;
  height: 275px;
}
#story .story_wrap .figures a img {
  height: 260px;
}
#story .story_1926 .title .theme img {
  max-width: 90px;
}

#character {
  margin-bottom: 100px;
}
#character .title {
  background: url(../img/hexagon_line_title_bg.svg) no-repeat center center;
  padding: 70px 20px;
  margin-bottom: 30px;
}
#character .title h2 {
  font-size: 6.4rem;
  margin-bottom: 10px;
}
#character .character_wrap {
  gap: 50px 40px;
}
#character .character_wrap .each {
  position: relative;
}
#character .character_wrap h3 {
  position: absolute;
  top: 0;
  left: 0;
}
#character .character_wrap .figure {
  margin-bottom: 20px;
  padding-top: 40px;
}
#character .character_wrap .figure img {
  padding-left: 30px;
}
#character .character_wrap .explain {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 30px;
}

#play {
  margin-block: 80px;
}
#play .title {
  background: url(../img/play_title_bg.svg) no-repeat center center;
  padding: 70px 20px;
  margin-bottom: 30px;
}
#play .title h2 {
  font-size: 6.4rem;
}
#play .lead {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 100px;
}
#play .summary dl {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 20px 50px;
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#play .summary dt {
  order: 2;
}
#play .summary dd {
  order: 1;
}
#play .summary dd h3 {
  font-size: clamp(3rem, 3vw, 3.6rem);
  background: url(../img/mark_hexagon.svg) no-repeat 0 8px;
  padding-left: 36px;
  margin-bottom: 30px;
  line-height: 1.2;
}
#play .summary dd p {
  font-size: clamp(1.6rem, 3vw, 2rem);
}
#play .checkin {
  max-width: 1220px;
  margin: auto auto 100px;
}
#play .checkin h3 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  background: url(../img/mark_band.svg) no-repeat 0 center;
  padding-left: 32px;
  margin-bottom: 20px;
}
#play .checkin .lead {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  margin-bottom: 40px;
}
#play .checkin .wrap {
  gap: 50px 40px;
  margin-bottom: 100px;
}
#play .checkin .each {
  display: flex;
  flex-direction: column;
}
#play .checkin figure img {
  margin-bottom: 12px;
}
#play .checkin .white_pic figure img {
  border: 1px solid #9EA8B2;
}
#play .checkin h4 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
  line-height: 1.2;
}
#play .checkin .detail {
  margin-bottom: 12px;
}
#play .checkin .detail li {
  font-size: clamp(1rem, 3vw, 1.4rem);
  letter-spacing: 0.04em;
}
#play .checkin .external_link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: auto;
}
#play .checkin .external_link a {
  border: 1px solid #707070;
  border-radius: 6px;
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
#play .checkin .external_link a:hover {
  color: white;
  background: #1E2328;
  border: 1px solid #1E2328;
  opacity: 1;
}
#play .checkin .checkin_spot {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#play #obtain {
  border: 5px solid #E5EAEF;
  padding: 50px 40px;
  border-radius: 20px;
}
#play #obtain h3 {
  font-size: clamp(3rem, 3vw, 3.6rem);
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
#play #obtain h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E5EAEF));
  background: -webkit-linear-gradient(transparent 60%, #E5EAEF 60%);
  background: linear-gradient(transparent 60%, #E5EAEF 60%);
  padding: 0 12px;
}
#play #obtain .lead {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  margin-bottom: 50px;
}
#play #obtain h4 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  margin-bottom: 20px;
}
#play #obtain .obtain_wrap {
  margin-bottom: 60px;
  gap: 40px 20px;
}
#play #obtain .obtain_wrap .each {
  background: #EFF2F5;
  padding: 30px 20px 40px;
}
#play #obtain .obtain_wrap h5 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  background: url(../img/mark_hexagon_s.svg) no-repeat 0 10px;
  padding-left: 24px;
  margin-bottom: 14px;
  min-height: 3em;
  line-height: 1.6;
}
#play #obtain .figure {
  max-width: 80%;
  margin: 30px auto 0;
}
#play #obtain .purchase h5 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  margin-bottom: 16px;
}
#play #obtain .purchase p {
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  margin-bottom: 30px;
}
#play #obtain .purchase dl {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px 40px;
  margin-bottom: 30px;
  align-items: center;
}
#play #obtain .purchase dd a {
  text-decoration: underline;
}
#play #obtain .purchase .link a {
  display: block;
  background: #D28CDC;
  color: white;
  font-size: clamp(1.6rem, 3vw, 1.9rem);
  border: none;
}
#play #obtain .purchase .link a::after {
  border-right: solid 1px #9EA8B2;
  border-bottom: solid 1px #9EA8B2;
  bottom: -6px;
  right: -6px;
}
#play #obtain .purchase .note a {
  font-size: 1.4rem;
  text-decoration: underline;
}

#products {
  background: #fff url(../img//products_bg.svg) repeat;
  margin-bottom: 70px;
  padding: 70px 0 50px;
}
#products .title {
  background: url(../img/products_title_bg.svg) no-repeat center center;
  padding: 70px 20px;
  margin-bottom: 30px;
}
#products .title h2 {
  font-size: 6.4rem;
}
#products h3 {
  font-size: clamp(3rem, 3vw, 3.6rem);
  background: url(../img/mark_hexagon.svg) no-repeat 0 12px;
  padding-left: 40px;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
#products .products_grid {
  gap: 40px 60px;
  align-items: start;
}
#products .products_wrap .each {
  background: #EFF2F5;
  border-radius: 6px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
#products .products_wrap .each .kind {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
#products .products_wrap .each .kind li {
  font-size: clamp(1.8rem, 3vw, 2.1rem);
  font-weight: 700;
}
#products .products_wrap .each .collector_edition {
  color: #FD81B6;
}
#products .products_wrap .each .normal_edition {
  color: #6E77FE;
}
#products .products_wrap .each .item_edition {
  color: #3FB792;
}
#products .products_wrap .each dl {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 25px;
  margin-bottom: 10px;
}
#products .products_wrap .each dt {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  align-self: center;
}
#products .products_wrap .each dd {
  font-size: clamp(1.6rem, 3vw, 2rem);
  text-align: left;
}
#products .products_wrap .each .detail {
  margin-bottom: 20px;
}
#products .products_wrap .each .detail dt {
  align-self: start;
}
#products .products_wrap .each .detail li {
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
#products .products_wrap .each .detail .sub {
  font-weight: 400;
}
#products .products_wrap .each .link {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
#products .products_wrap .each .link a {
  display: block;
  background: #D28CDC;
  color: white;
  font-size: clamp(1.6rem, 3vw, 1.9rem);
  border: none;
}
#products .products_wrap .each .link a::after {
  border-right: solid 1px #9EA8B2;
  border-bottom: solid 1px #9EA8B2;
  bottom: -6px;
  right: -6px;
}
#products .products_wrap .link_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#products .products_wrap .link_wrap .link {
  margin-bottom: 0;
}
#products .products_wrap .link_wrap .link a {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 10px 4px 10px 12px;
  letter-spacing: 0.04em;
}
#products .products_wrap .link_wrap .link a::before {
  padding-right: 2px;
}
#products .products_wrap .link_wrap .link a::after {
  border-right: solid 1px #9EA8B2;
  border-bottom: solid 1px #9EA8B2;
  bottom: -4px;
  right: -4px;
}

#team {
  padding: 150px 0 150px;
  background-color: #EFF2F5;
  background-image: url(../img/bg_cloud_top.svg), url(../img/bg_cloud_under.svg);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
}
#team .inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px 60px;
}
#team .title {
  background: url(../img/team_title_bg.svg) no-repeat center top;
  padding: 40px 20px;
}
#team .title h2 {
  font-size: 7.4rem;
}
#team .detail .each {
  margin-bottom: 50px;
}
#team .detail h3 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  background: url(../img/team_mark_band.svg) no-repeat 0 center;
  padding-left: 20px;
  margin-bottom: 10px;
}
#team .detail .grid {
  gap: 20px 20px;
}
#team .detail dt {
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.4;
  color: #505050;
}
#team .detail dd {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.4;
}
#team .detail ul {
  gap: 10px 20px;
}
#team .detail li {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

/*---------------------------------------------------------------------
 footer
---------------------------------------------------------------------*/
footer {
  width: 100%;
  position: relative;
  background: #272D33;
}
footer .logo_detail {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 0;
}
footer .logo {
  background: #1E2328;
  align-self: center;
  padding: 180px 10px;
}
footer .logo p {
  text-align: center;
}
footer .logo p img {
  max-width: 243px;
}
footer .detail {
  padding-left: 110px;
  padding-top: 80px;
}
footer .detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  margin-bottom: 21px;
}
footer .detail li a {
  color: white;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 700;
}
footer .detail .external_link a::after {
  content: url(../img/mark_external_link.svg);
  vertical-align: middle;
  padding-left: 8px;
}
footer .detail .sns {
  margin-bottom: 60px;
}
footer .detail .to_app {
  margin-bottom: 60px;
}
footer .detail .to_app a {
  padding: 12px 60px;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
}
footer .detail .relationship {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  margin-bottom: 40px;
}
footer .detail .relationship a:hover img {
  opacity: 1;
}
footer .detail .relationship li:first-child img {
  max-width: 65px;
}
footer small {
  font-size: clamp(1rem, 3vw, 1.2rem);
  text-transform: uppercase;
  color: #B4B4B4;
}
footer .pagetop {
  position: absolute;
  top: -45px;
  right: 15%;
}
footer .pagetop a:hover {
  opacity: 1;
}

/*---------------------------------------------------------------------
 Not 404
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
 Edge hack
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
 print
---------------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  .show-for-small-only {
    display: none !important;
  }
  .pagetop.show {
    display: none !important;
  }
  body, h1, h2, h3, h4, h5, h6, li, dt, dd, p, th, td, .mincho {
    font-family: sans-serif !important;
  }
}
/*---------------------------------------------------------------------
 drawer メニュー
---------------------------------------------------------------------*/
.drawer-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.drawer-label {
  position: fixed;
  top: 50px;
  right: 19px;
  font-size: 10px;
  z-index: 100;
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 40;
  width: 300px;
  min-width: 300px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(100%);
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: fixed;
  width: 50px;
  right: 12px;
  top: 20px;
  z-index: 100;
}

#drawer-icon span {
  background: white;
  display: block;
  height: 2px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 46%;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: white;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before {
  margin-top: -10px;
}

#drawer-icon span::after {
  margin-top: 8px;
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  background: #272D33;
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------------------------------------------------------------------
 jquery js 関連 css
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
 英語版の調整
---------------------------------------------------------------------*/
body.en p, body.en li, body.en dl, body.en dt, body.en dd {
  text-align: left;
}
body.en .drawer #drawer-content .in_page_link a {
  text-transform: uppercase;
}
body.en footer .detail .in_page_link li a {
  text-transform: uppercase;
}
body.en #hero h4 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  letter-spacing: 0.1em;
}
body.en .title {
  padding: 90px 5px !important;
}
body.en .title .sub {
  display: none;
}
body.en #project .link a {
  letter-spacing: 0.02em;
}
body.en #story .title h2 {
  margin-top: -25px;
}
body.en #play .checkin h4 {
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
body.en #team .title h2 {
  margin-top: -25px;
}
body.en #team .detail .each .glid {
  gap: 10px 20px;
}
body.en #team .detail dt {
  display: none;
}
body.en footer .logo p {
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 639px) {
  body.en footer .detail .to_app {
    text-align: center;
  }
  body.en footer .copy {
    text-align: center;
  }
}
/*---------------------------------------------------------------------
 メディアクエリー
---------------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 639px) {
  .no_br_sp br {
    display: none !important;
  }
  #hero h1 {
    bottom: 0;
  }
  #hero h1 img {
    max-width: 260px;
  }
  #hero h2 {
    text-align: center;
    width: 100%;
    bottom: 2%;
    right: 0;
  }
  #hero h2 img {
    max-width: 200px;
  }
  #hero {
    min-height: calc(var(--vh, 1vh) * 55);
  }
  #hero .inner {
    min-height: calc(var(--vh, 1vh) * 55);
  }
  #hero h4 {
    min-height: calc(var(--vh, 1vh) * 6);
    padding-bottom: 10px;
  }
  #lead {
    background-size: 50%, 60%;
  }
  #lead picture {
    padding: 70px 0;
  }
  #project .title {
    background-size: 140px;
    margin-bottom: 0;
  }
  #project .title h2 {
    font-size: 5rem;
  }
  #project .link {
    text-align: center;
  }
  #project .link a {
    min-width: 300px;
  }
  #story {
    background-size: 50%, 60%;
  }
  #character .title {
    background-size: 140px;
    margin-bottom: 0;
  }
  #character .title h2 {
    font-size: 4rem;
  }
  #character .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  #character .character_wrap h3 img {
    max-width: 75px;
  }
  #character .character_wrap .explain {
    padding-left: 0;
  }
  #story .story_2022 .detail {
    padding-left: 20%;
    background: url(../img/story_title.svg) no-repeat 10px 0;
  }
  #story .story_1926 .detail {
    padding-left: 20%;
    background: url(../img/story_title_1926.png) no-repeat 10px 0;
    background-size: 50px;
  }
  #story .story_wrap {
    background-position: right top, left 90%;
    background-color: #EFF2F5;
  }
  #story .story_wrap .detail h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #story .story_wrap .figures .wrap {
    gap: 10px;
  }
  #story .story_wrap .figures a {
    flex: 0 0 auto;
    height: 215px;
  }
  #story .story_wrap .figures a img {
    height: 200px;
  }
  #play .title {
    background-size: 140px;
  }
  #play .title h2 {
    font-size: 4rem;
  }
  #play .summary dd h3 {
    margin-bottom: 20px;
    background-position: 0 6px;
  }
  #play .checkin .wrap {
    gap: 50px 20px;
  }
  #play .checkin .external_link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #play .checkin .checkin_spot {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  #play #obtain {
    padding: 50px 20px;
  }
  #play #obtain .obtain_wrap h5 {
    background: url(../img/mark_hexagon_s.svg) no-repeat 0 6px;
    min-height: 1em;
  }
  #play #obtain .figure {
    max-width: 100%;
    margin-top: 10px;
  }
  #play #obtain .purchase h5 span {
    display: block;
    margin-left: 0;
  }
  #play #obtain .purchase .link {
    min-width: 100%;
  }
  #products {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  #products .title {
    background-size: 140px;
    margin-bottom: 50px;
  }
  #products .title h2 {
    font-size: 4.6rem;
  }
  #products .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #products h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #products .products_wrap {
    padding: 0 0 35px;
    gap: 0;
  }
  #products .products_wrap .each .kind {
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
  #products .products_wrap .each .kind li {
    margin-bottom: 2px;
  }
  #products .products_wrap .each dl {
    margin-bottom: 4px;
  }
  #products .products_wrap .each {
    border-left: 16px solid white;
    border-right: 16px solid white;
  }
  #products .swiper-pagination-bullet-active {
    background: #D28CDC;
  }
  #products .swiper-button-next:after, .swiper-button-prev:after {
    background: #1E2328;
    padding: 70px 10px;
    color: white;
    font-size: 2rem;
  }
  #products .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
  #products .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
  #team {
    background-size: 50%, 60%;
    padding-bottom: 180px;
  }
  footer .detail .relationship {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  #drawer-icon {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 50px;
  }
  #drawer-content {
    width: 70vw;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .no_br br {
    display: none !important;
  }
  #story .title h2 {
    margin-bottom: 40px;
  }
  #team .title {
    padding: 60px 20px;
  }
  #team .detail dt {
    font-size: 1rem;
  }
  footer .pagetop {
    top: -30px;
    right: 3%;
  }
  footer .pagetop img {
    width: 60px;
  }
  footer .logo {
    padding: 60px 10px 40px;
  }
  footer .detail {
    padding: 50px 40px 30px;
  }
  footer .to_app {
    text-align: center;
  }
  footer .copy {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #hero h2 img {
    max-width: 180px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .no_br_tb br {
    display: none !important;
  }
  #hero h1 {
    top: 30%;
  }
  #hero h1 img {
    max-width: 320px;
  }
  #hero h2 img {
    max-width: 340px;
  }
  #hero {
    min-height: calc(var(--vh, 1vh) * 70);
  }
  #hero .inner {
    min-height: calc(var(--vh, 1vh) * 70);
  }
  #hero h4 {
    min-height: calc(var(--vh, 1vh) * 8);
  }
  #story .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  #story .story_wrap .detail {
    padding-left: 15%;
    background: url(../img/story_title.svg) no-repeat 30px 0;
  }
  #story .story_wrap .detail h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  #play #obtain .obtain_wrap .each {
    padding: 20px 15px 20px;
  }
  #play #obtain .obtain_wrap h5 {
    font-size: 1.6rem;
    background: url(../img/mark_hexagon_s.svg) no-repeat 0 6px;
  }
  #play #obtain .purchase dl {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: start;
  }
  #character .character_wrap h3 img {
    max-width: 60px;
  }
  #products .products_wrap {
    gap: 6px;
  }
  #products .products_wrap .each .kind li {
    font-size: 1.4rem;
  }
  #products .products_wrap .each dt {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  #products .products_wrap .each dd {
    font-size: 1.2rem;
  }
  #products .products_wrap .each .detail li {
    font-size: 1.2rem;
  }
  #products .products_wrap .each .link a {
    font-size: 1.4rem;
  }
  #team {
    background-size: 30%, 40%;
    padding-bottom: 180px;
  }
  #team .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  footer .logo_detail {
    display: grid;
    grid-template-columns: 1fr;
  }
  #drawer-content {
    width: 40vw;
  }
}
@media screen and (min-width: 640px) {
  #hero h4 br {
    display: none;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  header nav {
    display: none;
  }
  #hero h1 {
    text-align: left;
  }
  #hero h1 img {
    max-width: 200px;
  }
  #hero h2 img {
    max-width: 200px;
  }
  #hero .visual {
    max-width: 380px;
  }
  #hero {
    min-height: calc(var(--vh, 1vh) * 100);
  }
  #hero .kv {
    min-height: calc(var(--vh, 1vh) * 94);
    max-width: 100%;
    background-size: 100%;
  }
  #hero h4 {
    min-height: calc(var(--vh, 1vh) * 6);
  }
  #hero h4 {
    font-size: 1.2rem;
  }
  #drawer-content {
    min-width: 30vw;
    width: 30vw;
  }
  .drawer #drawer-content .to_maypage {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .drawer #drawer-content .to_maypage a {
    min-width: 180px;
  }
  .drawer #drawer-content .each {
    padding: 10px 0;
  }
  .drawer #drawer-content .each a {
    font-size: 1.3rem;
    padding: 3px 0;
  }
}
@media screen and (max-width: 667px) and (orientation: landscape) {
  #hero h1 img {
    max-width: 180px;
  }
  #hero h2 img {
    max-width: 180px;
  }
  #hero .visual {
    max-width: 340px;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  #hero h1 {
    top: 32%;
  }
  #hero {
    min-height: calc(var(--vh, 1vh) * 70);
  }
  #hero .inner {
    min-height: calc(var(--vh, 1vh) * 70);
  }
  #hero h4 {
    min-height: calc(var(--vh, 1vh) * 8);
  }
}
@media screen and (min-width: 1024px) {
  #hero h1 img {
    max-width: 380px;
  }
  #hero h2 img {
    max-width: 380px;
  }
  #hero .visual {
    max-width: 98vh;
  }
  #story .detail h3 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #hero h1 img {
    max-width: 280px;
  }
  #hero h2 img {
    max-width: 280px;
  }
  #hero .visual {
    max-width: 98vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape) {
  #hero h1 img {
    max-width: 300px;
  }
  #hero h2 img {
    max-width: 280px;
  }
  #hero .visual {
    max-width: 98vh;
  }
}
@media screen and (min-width: 1340px) {
  #hero h1 {
    top: 38%;
  }
  #hero h1 img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1480px) {
  #hero h1 img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1700px) {
  #hero h1 {
    top: 40%;
  }
  #hero h1 img {
    max-width: 500px;
  }
}

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