@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  opacity: 0;
}
html.wf-inactive, html.wf-active {
  opacity: 1;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #000000;
  background-color: #f6f2fa;
  overflow-x: clip;
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a {
  display: block;
  color: #000000;
  word-wrap: break-word;
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper-content {
  width: calc(100% - 6.5rem);
  border-right: 1px solid #000000;
}

@supports (aspect-ratio: 1) {
  .main {
    flex: 1;
  }
}
.content,
.contentHalf,
.inner {
  position: relative;
  z-index: 2;
}

.inner {
  margin: 0 auto;
  width: calc(600 / 686 * 100%);
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  body {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
  body a {
    transition: 0.3s ease;
  }
  .mv,
  .wrapper-content {
    margin: 0 auto;
    width: calc(100% - 20rem);
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .inner {
    width: calc(1344 / 1728 * 100%);
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.sec-ttl {
  text-align: center;
  font-size: 6rem;
}
.sec-ttl > * {
  display: block;
}
.sec-ttl .font-en {
  letter-spacing: 0;
}
.sec-ttl small {
  margin-top: 0.2em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #7b80c7;
}

.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.font-en {
  font-family: "Jost", sans-serif;
}

.content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000000;
}
.content-left {
  border-bottom: 1px solid #000000;
}
.content .sec-ttl {
  position: relative;
  padding: 16rem 0 8rem;
  overflow: hidden;
}
.content .sec-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(1000 / 686 * 100%);
  height: calc(100% + 64rem);
  background: url(../images/common/bg_pattern2.jpg) no-repeat center/100% 100%;
  z-index: -1;
}

.contentHalf {
  border-bottom: 1px solid #000000;
}

.photo-slider {
  line-height: 0;
}

.btn-arrow {
  position: relative;
  display: inline-flex !important;
  align-items: center;
}
.btn-arrow svg {
  margin: -0.1em 0.6em 0 0;
  width: 1em;
  height: 1em;
  stroke: #ffffff;
  fill: #7b80c7;
}

.btn1 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 16rem;
  color: #ffffff;
  background-color: #000000;
}
.btn1:not(.cs) a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><polygon points="19,0 19,17.6 1.7,0.3 0.3,1.7 17.6,19 0,19 0,21 21,21 21,0 "/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn1:not(.cs) a::after {
    bottom: 0.8rem;
    right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.btn1.cs a {
  flex-direction: column;
  pointer-events: none;
  color: #737480;
  background-color: #a1a2b3;
}
.btn1.cs a::after {
  content: "COMINGSOON";
  display: block;
  margin-top: 0.2em;
  font-weight: normal;
  font-family: "Jost", sans-serif;
  font-size: 66%;
  letter-spacing: 0;
}

.fontColor-red {
  color: #e55c8a !important;
}

.fontColor-blue {
  color: #7b80c7 !important;
}

@media screen and (min-width: 768px) {
  .content {
    flex-direction: row;
  }
  .content.reverse {
    flex-direction: row-reverse;
  }
  .content.reverse .content-left {
    border-right: 0;
    border-left: 1px solid #000000;
  }
  .content-left, .content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content-left {
    border-bottom: 0;
    border-right: 1px solid #000000;
    width: calc(575 / 1728 * 100%);
  }
  .content-right {
    width: calc(1152 / 1728 * 100%);
  }
  .content .sec-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
  }
  .content .sec-ttl::before {
    width: calc(1000 / 576 * 100%);
    height: calc(100% + 34rem);
  }
  .contentHalf {
    display: flex;
  }
  .contentHalf.reverse {
    flex-direction: row-reverse;
  }
  .contentHalf-left, .contentHalf-right {
    width: 50%;
  }
  .btn-arrow svg {
    transition: transform 0.3s ease;
  }
  .btn-arrow:hover svg {
    transform: translateX(0.3em);
  }
  .btn1 {
    font-size: 2.2rem;
  }
  .btn1:not(.cs) a {
    position: relative;
    z-index: 1;
  }
  .btn1:not(.cs) a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 0;
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .btn1:not(.cs) a:hover::before {
    height: 100%;
  }
  .btn1.cs a::after {
    font-size: 50%;
  }
  .btn1 a:hover {
    color: #000000;
  }
  .btn1 a:hover::after {
    background-color: #000000;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 9.6rem;
  background-color: #000000;
  z-index: 10;
}
.header h1 {
  margin-left: 3.6rem;
  width: 21.5rem;
}
.header-place {
  margin-left: 2.3rem;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .header-bar {
    position: sticky;
    bottom: auto;
    top: 0;
    background-color: #f6f2fa;
    border-bottom: 1px solid #000000;
  }
  .header h1 {
    margin-left: 10rem;
    width: 19.8rem;
  }
}

.btn-menu {
  position: relative;
  width: 4rem;
  height: 3rem;
  margin: 0 3rem 0 auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f6f2fa;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu.is-active span:nth-of-type(1) {
  transform: translateY(calc(1.5rem - 1px)) rotate(-45deg);
}
.btn-menu.is-active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.btn-menu.is-active span:nth-of-type(3) {
  transform: translateY(calc((1.5rem - 1px) * -1)) rotate(45deg);
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 9.6rem);
  height: calc(100svh - 9.6rem);
  padding: 9.6rem 0;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav-menu {
  position: relative;
}
.nav-menu li {
  margin-bottom: 5rem;
  text-align: center;
}
.nav-menu li a {
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
  color: #7b80c7;
  line-height: 1.3;
}
.nav-menu li a span {
  display: block;
  margin-bottom: 0.15em;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 240%;
  line-height: 1.111;
  letter-spacing: 0;
  color: #ffffff;
}
.nav-menu li.nolink a {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}
.nav-sns {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.nav-sns li {
  margin: 0 3rem;
}
.nav-sns li a {
  width: 6rem;
  height: 6rem;
}
.nav-sns li a svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10rem 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    overflow: visible;
  }
  .nav-menu {
    display: flex;
  }
  .nav-menu li {
    margin: 0 5.5rem 0 0;
  }
  .nav-menu li:last-child {
    margin-right: 0;
  }
  .nav-menu li a {
    display: grid;
    align-items: center;
    height: 9.6rem;
    font-size: 2rem;
    font-size: max(2rem, 12px);
    color: #000000;
  }
  .nav-menu li a:hover {
    color: #7b80c7;
  }
  .nav-menu li a span {
    display: none;
  }
  .nav-menu li.nolink a {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.6;
  }
  .nav-sns {
    margin: 0 0 0 5rem;
  }
  .nav-sns li {
    margin: 0 0 0 2rem;
  }
  .nav-sns li a {
    width: 3rem;
    height: 3rem;
  }
  .nav-sns li a svg {
    fill: #000000;
    transition: fill 0.3s ease;
  }
  .nav-sns li a:hover svg {
    fill: #7b80c7;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sidebar {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
    right: 0;
    padding: 2vh 0;
    width: 6.5rem;
    height: calc(100vh - 9.6rem);
    height: calc(100svh - 9.6rem);
    background-color: #f6f2fa;
  }
  .sidebar-text {
    order: 1;
  }
  .sidebar-banner {
    order: 2;
  }
  .sidebar-sns {
    order: 3;
  }
  .sidebar .pagetop {
    order: 4;
  }
}
.sidebar-item {
  display: contents;
}
.sidebar-banner a:not(:last-child) {
  margin-bottom: 2vh;
}
.sidebar-text {
  margin-bottom: auto;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.sidebar-sns {
  margin: 8vh 0;
}
.sidebar-sns li:not(:last-child) {
  margin-bottom: 3vh;
}
.sidebar-sns li a {
  width: 3.5rem;
  height: 3.5rem;
}
.sidebar-sns li a svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sidebar {
    position: relative;
    z-index: 20;
  }
  .sidebar-item {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    right: 0;
    bottom: 0;
    padding: 4vh 0;
    width: 10rem;
    height: calc(100svh - 9.6rem);
  }
  .sidebar-item:first-of-type {
    left: 0;
    right: auto;
  }
  .sidebar-banner a:hover {
    opacity: 0.7;
  }
  .sidebar-sns {
    margin-bottom: 0;
  }
  .sidebar-sns li a:hover {
    transform: translateY(-1rem);
  }
}

.pagetop a {
  position: relative;
  width: 6rem;
  height: 6rem;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 35%;
  height: 35%;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000000;
  transform: translateX(-50%) rotate(315deg);
}
@media screen and (min-width: 768px) {
  .pagetop {
    margin-top: auto;
  }
  .pagetop a:hover {
    transform: translateY(-1rem);
  }
}

/* =====================================================================
    anime-loop
======================================================================*/
.anime-loop {
  position: relative;
  width: 100%;
  height: 12rem;
  background-color: #9094c7;
}
.anime-loop-inner {
  display: flex;
  justify-content: flex-start;
  width: 400%;
  height: 100%;
}
.anime-loop-inner > * {
  background: url(../images/common/img_logo_en.svg) no-repeat center/100% auto;
  width: 100%;
  height: 100%;
}
.anime-loop-1 {
  animation: anime-loop01 30s linear -15s infinite;
}
.anime-loop-2 {
  animation: anime-loop02 linear 30s infinite;
}
@media screen and (min-width: 768px) {
  .anime-loop-inner > * {
    background-repeat: round;
    background-size: 40% 100%;
  }
  .anime-loop-1 {
    animation-duration: 80s;
    animation-delay: -40s;
  }
  .anime-loop-2 {
    animation-duration: 80s;
  }
}

.anime-loop.reverse .anime-loop-inner > * {
  animation-direction: reverse;
}

@keyframes anime-loop01 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes anime-loop02 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 1.6rem;
  width: 100%;
}
.banner-list li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 3rem calc(40 / 1344 * 100%) 0 0;
    width: calc(390 / 1344 * 100%);
  }
  .banner-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-list li:nth-child(3n), .banner-list li:last-child {
    margin-right: 0;
  }
  .banner-list li a:hover {
    transform: translateY(-1rem);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 0 0 20rem;
  background-color: #000000;
  background-image: url(../images/common/bg_footer-sp.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom 9.6rem;
}
.footer .inner {
  padding-top: 12rem;
}
.footer-sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6rem;
}
.footer-sponsor li {
  margin: 3rem calc(40 / 686 * 100%) 0 0;
  width: calc(310 / 686 * 100%);
}
@media screen and (max-width: 767px) {
  .footer-sponsor li:nth-child(2n), .footer-sponsor li:last-child {
    margin-right: 0;
  }
  .footer-sponsor li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.copyright {
  margin-top: 6rem;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 78%;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 12rem;
    background-image: url(../images/common/bg_footer-pc.jpg);
    background-position: center bottom;
  }
  .footer-sponsor {
    margin-top: 4rem;
  }
  .footer-sponsor li {
    margin: 3rem calc(80 / 1344 * 100%) 0 0;
    width: calc(270 / 1344 * 100%);
  }
  .footer-sponsor li:nth-child(-n+4) {
    margin-top: 0;
  }
  .footer-sponsor li:nth-child(4n), .footer-sponsor li:last-child {
    margin-right: 0;
  }
  .copyright {
    margin-top: 4rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 50;
}
.popup-area {
  display: flex;
  padding: 5.5em 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
}
.popup-inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  width: calc(600 / 750 * 100%);
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
.popup-close {
  position: absolute;
  top: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup-close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #f6f2fa;
  transform: rotate(60deg);
  margin: 0 auto;
}
.popup-close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #f6f2fa;
  transform: rotate(-60deg);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f2fa;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 8rem calc(40 / 600 * 100%);
  line-height: 1.666;
  z-index: 2;
}
.popup-movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.popup-movie-embed iframe,
.popup-movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
  .popup-inner {
    width: 90%;
    max-width: 1344px;
  }
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
  .popup-close {
    cursor: pointer;
  }
  .popup-list > li {
    padding: 8rem calc(65 / 1344 * 100%);
  }
}/*# sourceMappingURL=base.css.map */