*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background-color: #94C9DE;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  color: #00437c;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #5a92dd;
  text-decoration: underline;
}
a img:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.6;
  margin-bottom: 0px;
}
.disabled a {
	pointer-events: none;
	opacity: 0.4;
}
#comingsoon img {
  width: 100%;
  max-width: none;
}
#comingsoon h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  display: none;
}
#comingsoon {
  background-image: url(../images/main_comingsoon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
/* ローディング */
#splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #94C9DE;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash_logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 120px;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.inner {
  margin: 0 auto;
  max-width: 90%;
}
.inner_sp {
	margin: 0 auto;
	;
	width: 60%;
	max-width: 750px;
	position: relative;
	z-index: 2;
}
.flex_pc {
  /* [disabled]display: flex; */
  background-image: url(../images/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  justify-content: space-between;
  /* [disabled]min-width: 1280px; */
}
.flex_pc .nav_pc {
	width: 30%;
	position: fixed;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	padding: 0 20px;
	background-image: url(../images/menu_bg_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 341px auto;
}
.flex_pc .nav_pc::before {
  content: "";
  width: 100%;
  height: 50px;
  max-width: 341px;
  display: block;
  background-image: url(../images/menu_bg_top.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  top: -48px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.flex_pc .nav_pc::after {
  content: "";
  width: 100%;
  height: 50px;
  max-width: 341px;
  display: block;
  background-image: url("../images/menu_bg_bottom.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  bottom: -50px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.flex_pc .nav_pc ul {
  max-width: 283px;
  margin: 0 auto;
}
.flex_pc .nav_pc ul li {
  margin-bottom: 1.5em;
}
.flex_pc .nav_pc ul li:last-child {
  margin-bottom: 0px;
}
.flex_pc .pc_bg {
  width: 20%;
  /* [disabled]max-width: 211px; */
  display: flex;
  align-items: flex-end;
  position: fixed;
  text-align: center;
  right: 0px;
  bottom: 7%;
  padding: 0 10px;
  z-index: 1;
}
.flex_pc .pc_bg img {
  /* [disabled]position: fixed; */
  /* [disabled]bottom: 10%; */
  max-width: 211px;
  width: 80%;
}
.bg {
  background-color: #5b7da8;
  position: relative;
  /* [disabled]z-index: -1; */
  padding-top: 30px;
}
.bg::after {
  content: "";
  width: 60%;
  height: 100vh;
  display: block;
  background-image: url(../images/bg_texture2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: 1;
  max-width: 750px;
  margin: auto;
  pointer-events: none;
  top: 0;
  position: fixed;
}
.bg_img {
  position: relative;
  z-index: 1;
}
.contents {
  z-index: 2;
  position: relative;
}
section {
  padding: 50px 0;
}
#movie1, #movie2, #movie3, #movie4, #movie5, #movie6, #movie7, #movie8 {
  padding-top: 0px;
}
.openbtn {
  display: block;
  right: 5px;
  top: 5px;
}
#header #navi {
  display: none;
}
#header.panelactive #navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* [disabled]align-items: center; */
  text-align: center;
  transition: all 0.4s;
  opacity: 1;
  z-index: 3;
  background-color: #fff;
  background-image: url(../images/nav_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#header.panelactive #navi li a {
  text-decoration: none;
  padding: 15px 25px;
  display: block;
  background-color: #fff;
}
#header.panelactive #navi ul {
  display: block;
  width: 100%;
  padding-top: 45%;
  overflow-y: auto;
}
#header.panelactive #navi li {
  border-bottom: 1px solid #5b7da8;
  width: 100%;
  display: block;
}
.openbtn {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  width: 52px;
  height: 50px;
  border-radius: 5px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
}
.openbtn span:nth-of-type(1) {
  top: 12px;
}
.openbtn span:nth-of-type(2) {
  top: 20px;
}
.openbtn span:nth-of-type(3) {
  top: 28px;
}
.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 18px;
  transform: translateY(6px) rotate(-35deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 18px;
  transform: translateY(-6px) rotate(35deg);
  width: 50%;
}
#top {
  padding-top: 0px;
}
#top .about_txt {
  padding: 50px 0 0;
  margin: 0 auto;
  max-width: 650px;
  width: 85%;
}
#top .img02 {
  margin-top: -20%;
}
#intro {
  margin-top: -50%;
}
.intro_thum {
  margin: 0 auto;
  max-width: 425px;
}
.btn_conte {
  margin-bottom: 50px;
}
section h2 {
  margin: 0 auto 30px;
  max-width: 520px;
  width: 90%;
}
.caption {
  font-weight: bold;
  text-align: right;
  color: #fff;
}
#member {}
#member ul {
  margin: 0 auto 80px;
}
#member ul li {
  position: relative;
  display: block;
  max-width: 558px;
  margin: 0 auto 15px;
  z-index: 2;
}
#member ul li.secret {
  width: 100%;
  max-width: 590px;
  margin: -35px auto 0px;
  z-index: 1;
}
.ep_main {
  margin-bottom: 0px;
}
.ep_wrap {
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 0px;
}
.ep_wrap::after {
  /* [disabled]content: ""; */
  display: block;
  width: 100%;
  background-image: url(../images/img_03_1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  left: 0;
  height: 115px;
  bottom: 0px;
  background-size: 103% 100%;
  z-index: -1;
}
.ep_wrap .ep_flex {
  /* [disabled]display: flex; */
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.ep_wrap .ep_box {
  margin-bottom: 30px;
}
.ep_wrap .ep_box:last-child {
  margin-bottom: 0px;
}
.ep_wrap .ep_box .ep_title {
  padding: 0 8%;
  width: 29%;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ep_wrap h4 {
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}
.ep_thum {
  margin-top: 20px;
}
.youtube, .main-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe, .main-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ep_wrap .ep_box .ep_thum .thum_coming {
  position: relative;
  text-align: center;
}
.ep_wrap .ep_box .ep_thum .thum_coming .coming_txt {
  position: absolute;
  bottom: 20%;
  left: 0px;
  margin: auto;
  right: 0px;
  font-weight: bold;
  color: #795F34;
}
.ep_bg {
  margin-top: -5px;
}
.ep_guest {
  padding-top: 2%;
}
.btn_archive p {
  max-width: 450px;
  margin: 0 auto 30px;
}
.btn_archive ul {
  display: flex;
  justify-content: space-between;
}
.btn_archive ul li {
  width: 45%;
}
.btn_archive ul li a {
  display: block;
}
#comte h2 {
  margin-bottom: 0;
}
#comte .comte_wrap {
  margin-bottom: 80px;
  padding-top: 20px;
}
#comte .comte_wrap:last-child {
  margin-bottom: 0px;
}
#gift h2 {
  width: 60%;
  max-width: 328px;
}
#sns h2 {
  width: 60%;
  max-width: 399px;
}
#sns .sns_wrap {
  width: 90%;
  max-width: 400px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
#sns .sns_wrap a:first-child {
  max-width: 116px;
  width: 18%;
}
#sns .sns_wrap a:nth-child(2) {
  max-width: 70px;
  width: 15%;
}
#sns .sns_wrap a:nth-child(3) {
  max-width: 79px;
  width: 14%;
}
#sns .sns_wrap a:nth-child(4) {
  max-width: 79px;
  width: 16%;
}
.bnr_petit {
  margin-bottom: 100px;
}
.au_logo {
  margin: 50px auto;
  max-width: 408px;
  width: 70%;
}
.season1 {
  margin-bottom: 150px;
}
.season1 a:hover {
  opacity: 1;
}
.season1 a img:nth-child(1) {
  position: absolute;
  top: 0%;
  left: 0%;
}
.season1 a img:nth-child(1) {
  opacity: 0;
}
.season1 a:hover img:nth-child(1) {
  opacity: 1;
  margin-bottom: 0px;
}
.season1 a:hover img:nth-child(2) {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.footer {
  padding-top: 70%;
  padding-bottom: 10%;
  background-image: url(../images/img_05.png);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: 100% auto;
  text-align: center;
}
footer .copyright {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:1568px){
  .flex_pc .nav_pc {
	width: 30%;
	margin: 0 1%;
	padding: 0 15px;
	background-size: contain;
  }
.inner_sp {
	margin: 0 auto 0 33%;
}
.flex_pc .nav_pc::before {
  max-width: 340px;
}
.flex_pc .nav_pc::after {
  max-width: 340px;
}
}
@media screen and (max-width:880px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #comingsoon {
    background-image: url(../images/main_comingsoon_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .openbtn {
    display: block;
  }
  .flex_pc .nav_pc {
    display: none;
  }
  .flex_pc .pc_bg {
    display: none;
  }
  .inner_sp {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
  .bg::after {
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
  }
  #top {
    padding-top: 15%;
  }
  #top h1 {
    margin-bottom: 20%;
  }
  .ep_wrap .ep_box .ep_title {
    padding: 0 5%;
    width: 25%;
    text-align: center;
  }
  .ep_wrap .ep_box .ep_thum {
    width: 50%;
    margin: 0 0 0 25%;
  }
  .caption {
    font-size: 13px;
  }
  .flex_pc {
    background-image: none;
  }
  .bg::after {
    width: 100%;
    max-width: none;
    top: 0;
  }
}
@media screen and (max-width:480px) {
  .ep_wrap .ep_box .ep_thum .thum_coming .coming_txt {
    font-size: 1.3vw;
  }
  #member ul li {
    margin: 0px auto 10px;
  }
  #member ul li.secret {
    margin: -25px auto 0px;
    z-index: 1;
  }
  #member ul li:last-child {
    margin: 0 auto 0px;
  }
  #comte .comte_wrap {
    margin-bottom: 30px;
  }
}
