@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*===== 1. Global Redefinition =====*/
body{
  background: #1a1a1a;
	color: #333333;
	line-height: 1.4;
  margin: 0 auto;
}

img {width: 100%;}



/*===== 2. Font Redefinition =====*/
html { font-size: 62.5%;}

body {
	font-size: 1.6em;
	font-family: "Montserrat", "M PLUS 2", sans-serif;
}

@media (max-width: 768px) {
	html { font-size: calc(100vw / 76.8 * 2.048);}
}
@media (max-width: 640px) { html { font-size: calc(100vw / 64 * 1.7067);}}
@media (max-width: 480px) { html { font-size: calc(100vw / 48 * 1.28);}}
@media (max-width: 375px) { html { font-size: calc(100vw / 37.5 * 1);}}
@media (max-width: 360px) { html { font-size: calc(100vw / 36);}}
@media (max-width: 320px) { html { font-size: calc(100vw / 32);}}




/*===============================================*
*	commcon
*===============================================*/
a {
  text-decoration: none;
  color: inherit;
}
.soon{
  opacity: 0.7;
  pointer-events: none;
}
/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 990px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 990px) {
  .pc_hide {
    display: block !important;
  }
}

h2{
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  z-index: 1;
}
h2 .sub{
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  opacity: 0.1;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.6;  
}
h2 .main{
  font-family: "Montserrat", "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 1.2166666667;
  position: relative;
  z-index: 3;
}
main{
  padding-bottom: 20rem;
}
section{
  padding: 7rem 0 0;
  color: #fff;
}
.inner {
  max-width: 120rem;;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
  width: 80rem;
  height: 80rem;
  opacity: 0.2;
  pointer-events: none;
  background: radial-gradient(#a50133 0%, rgba(165, 1, 51, 0) 66%);
}
@media (max-width: 768px) {
  h2{
    margin-bottom: 4rem;
  }
  h2 .sub{
  font-size: 6rem;
  top: -4rem;
}
  h2 .main{
    font-size: 2.6rem;
  }
  main{
    padding-bottom: 15rem;
  }
  section{
    padding: 6rem 0 0;
  }
  .inner {
    padding: 0 1.5rem;
  }
  .inner::before {
    width: 20rem;
    height: 20rem;
  }
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
header{
  background: rgba(297, 297, 297,0.9);
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  left: 0;
}
header div{
  max-width: 120rem;
  margin: 0 auto;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header div > a{
  display: block;
  width: 10%;
  min-width: 13rem;
}
header div ul{
  display: flex;
}
header div ul li a{
  display: block;
  padding: 1rem 2rem;
}
header div ul li a:hover{
  opacity: 0.7;
}

@media (max-width: 768px) {
  header div{
    padding: 1rem 1rem 0;
  }
  
  header div > a{
    margin: 0 auto
  }
  
  header div ul li a{
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
}



#main_visual {
  width: 100%;
  position: relative;
  background: url("../img/title_default.jpg") no-repeat 100% 100%/100%;
}
#main_visual::after{
  content: "";
  position: absolute;
  background: #e8eae7;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
#main_visual .mv_inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 2rem;
}
#main_visual .mv_inner .mv_title{
  font-size: 6rem;
  text-align: center;
  line-height: 1.2;
}
#main_visual .mv_inner .mv_title span{
  display: block;
  font-size: 2rem;
}

#main_visual .mv_inner ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

#main_visual .mv_inner ul li{
  margin: 0 0.5rem;
}
#main_visual .mv_inner ul li a{
  display: block;
  padding: 0.5rem 3.5rem 0.5rem 2rem;
  position: relative;
  color: #fff;
  background: #1a1a1a;
  border: 0.1rem solid #1a1a1a;
  border-radius: 3rem;
  transition: 0.5s;
}
#main_visual .mv_inner ul li a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#main_visual .mv_inner ul li a:hover{
  background: #fff;
  color: #1a1a1a;
}

#main_visual .mv_inner ul li a:hover::after {
  border: 0.1rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
}

@media (max-width: 768px) {
  #main_visual {
    width: 100%;
  }
  #main_visual .mv_inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 12rem 2rem 2rem;
  }
  #main_visual .mv_inner .mv_title{
    font-size: 3rem;
    text-align: center;
  }
  #main_visual .mv_inner ul li{
    margin: 0.5rem 0.5rem;
  }
  #main_visual .mv_inner ul li a{
    padding: 0.3rem 2.3rem 0.3rem 1rem;
    font-size: 1.4rem
  }
  #main_visual .mv_inner ul li a::after {
    right: 1rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  

}


#nv .nv_wrap {
  overflow-x: auto;
}
#nv table{
  border-bottom: 0.1rem solid #ccc;
  width: 100%;
  font-size: 1.8rem
}

#nv table tr {
  border-top: 0.1rem solid #ccc;
}

#nv table th, 
#nv table td {
  padding: 2rem 2rem;
  text-align: center;
}

#nv table tr td:last-child{font-size: 2rem}

#nv table th {
  font-weight: bold;
  position: relative;
}
#nv table th span, 
#nv table td span{
  display: block;
  font-size: 1.4rem;
}
#nv ul{
  margin-top: 1rem;
}
#nv ul li{
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
 #nv .nv_wrap {
    white-space: nowrap;
    width: calc(100% + 1.5rem);
    padding-right: 1.5rem;
  }
}

#movie p{
  text-align: center;
  margin-bottom: 2rem;
}
#movie .movie_wrap {
  width: 90%;
  margin: 0 auto 1.5rem;
}
#movie .movie_wrap div {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto;
}

#movie .movie_wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#scene ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#scene ul li{
  width: calc(33% - 2rem);
  padding: 1rem;
  background: #ededed;
  margin-bottom: 3rem;
}
#scene ul li img{
  vertical-align: bottom;
}


@media (max-width: 768px) {
  #movie .movie_wrap {
    width: 100%;
  }
  #scene ul li{
    width: calc(50% - 1rem);
    padding: 0.5rem;
    margin-bottom: 2rem;
  }
}


footer > div{
  background: #1a1a1a;
  padding: 6rem;
  border-top: 0.1rem solid #ccc;
  color: #fff;
}
footer > div > div{
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
  text-align: center;
}
footer > div .web_link{
  margin-top: 3rem;
}
footer > div .web_link a{
  display: inline-block;
  border: #fff solid 0.1rem;
  padding: 0.6rem 4rem;
  border-radius: 3rem;
}
footer > div .web_link a:hover{
  color: #ccc;
  background: #333;
}
footer > p{
  font-size: 1.4rem;
  color: #ccc;
  padding: 0.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  footer > div{
    padding: 6rem 0;
  }
  footer > div .web_link a{
    font-size: 1.4rem;
      padding: 0.6rem 3rem;
    }
  footer > p{
    font-size: 1.2rem;
  }
}