@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#2f8944;
	font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#231815;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background-color:#2f8944;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 400px;
  animation: zoomInAnime 0.2s linear 0s 1;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}
  
.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}
  
.logo_wrapper{
	width:36%;
	position: absolute;
	right:32%;
	top:5%;
}

.logo{
	width:100%;
	margin-bottom: 50px;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}
 
.sns_wrapper{
    width:22%;
	margin:0 auto 20px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 5;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.sns{
	width:40%;
	float: left;
	margin-right:20%;
}

.sns:nth-child(2) {
  margin-right:0;
}

.sns a{
  display: block;
  position: relative;
  outline: none;
}
  
.sns .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.sns a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}


.trailerbtn{
	width:12%;
	margin:0 auto;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 5;
}
  
.showNavi .trailerbtn{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.trailerbtn a{
  display: block;
  position: relative;
  outline: none;
}
  
.trailerbtn .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.trailerbtn a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

#tz_wrapper{
	width:100%;
	padding:1%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #48ff4c;
}

#tz_wrapper img{
	width:100%;
	height: auto;
}

#tz_inner{
	width:100%;
	padding:7% 15%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("images/tz/bg.jpg");
	background-color: #2f8944;
	border-radius: 30px;
	color: #fff;
}

.tzbox{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	overflow: hidden;
}

.tzbox:nth-child(2n) {
  margin-right:0;
}

.tzbox2{
	width:60%;
	margin:0 auto 100px;
	overflow: hidden;
}

.tzimg{
	width:50%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}

.tzimg2{
	width:35%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}

.tzimg3{
	width:25%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}

.tzname2{
	width:100%;
	font-size: 16px;
	font-weight: 800;
	line-height: 16px;
	margin-bottom: 7px;
	text-align: center;
}


.tzname{
	width:100%;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.tznames{
	font-size: 14px;
}

.tzname3{
	width:100%;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: center;
}


.tzcomment{
	width:100%;
	font-size: 14px;
	line-height: 24px;
}

.tzcomment2{
	width:100%;
	font-size: 14px;
	line-height: 24px;
}

#footer_wrapper{
  width:100%;
  background-color: #fff;
  padding:3% 0;
  font-family: "PT Sans", sans-serif;
}

#footer_wrapper img{
    width:100%;
    height: auto;
}

.footerlogo{
    width:20%;
    margin:0 auto;
}

.bookbtn{
	width:100%;
    margin:0 auto;
}

.bookbtn a{
    padding:12px 0 12px 0;
    display: block;
    text-align: center;
	color: #2f8944;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 12px;
    transition: all  0.3s ease;
	letter-spacing: 1px;
	border-radius: 5px;
}

.bookbtn a:hover{
	color: #2f8944;
	background-color: #48ff4c;
}

@media screen and (max-width:1024px){
	
.loading img{
  width: 250px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

#top_wrapper{
    width:100%;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 100px;
}
  
.topmain{
	width:100%;
	opacity: 1;
}
  
.logo_wrapper{
	width:80%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto;
	margin-top:-8%;
}

.logo{
	width:100%;
	margin-bottom: 50px;
	opacity: 1;
}
 
.sns_wrapper{
    width:40%;
	margin:0 auto 20px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
}

.sns{
	width:30%;
	float: left;
	margin-right:40%;
}

.trailerbtn{
	width:18%;
	margin:0 auto;
	opacity: 1;
}
	
#tz_wrapper{
	width:100%;
	padding:2%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #48ff4c;
}
	
#tz_inner{
	width:100%;
	padding:15% 10%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("images/tz/bg.jpg");
	background-color: #2f8944;
	border-radius: 30px;
}

.tzbox{
	width:100%;
	float: none;
	margin-right: 0;
	overflow: hidden;
	margin-bottom: 70px;
}
	
.tzbox:nth-child(2n) {
  margin-bottom:0;
}


.tzbox2{
	width:100%;
	margin:0 auto 70px;
	overflow: hidden;
}

.tzimg{
	width:70%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}

.tzimg2{
	width:70%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}

.tzimg3{
	width:50%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
	border:6px solid #48ff4c;
	box-sizing: border-box;
}


.tzname{
	width:100%;
	font-size: 25px;
	font-weight: 800;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.tzcomment2{
	width:100%;
	font-size: 14px;
	line-height: 24px;
}

#footer_wrapper{
  width:100%;
  background-color: #fff;
  padding:7% 0;
  font-family: "PT Sans", sans-serif;
}

.footerlogo{
    width:60%;
    margin:0 auto;
}
	
.tzname3{
	width:100%;
	font-size: 20px;
	font-weight: 800;
	line-height: 27px;
	margin-bottom: 7px;
	text-align: center;
}
	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
