@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#4f96c4;
	font-family: 'Noto Sans JP', sans-serif;
	color: #bfbbb3;
	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 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect5 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 1.2s;
	   -moz-transition-delay: 1.2s;
	    -ms-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}


.blurimage{
  filter: blur(50px);
  animation: blur-anim2 4s linear forwards;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(100px, 0%, 0);
	   -moz-transform: translate3d(100px, 0%, 0);
	    -ms-transform: translate3d(100px, 0%, 0);
	     -o-transform: translate3d(100px, 0%, 0);
	        transform: translate3d(100px, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-100px, 0%, 0);
	   -moz-transform: translate3d(-100px, 0%, 0);
	    -ms-transform: translate3d(-100px, 0%, 0);
	     -o-transform: translate3d(-100px, 0%, 0);
	        transform: translate3d(-100px, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 100px, 0);
	   -moz-transform: translate3d(0, 100px, 0);
	    -ms-transform: translate3d(0, 100px, 0);
	     -o-transform: translate3d(0, 100px, 0);
	        transform: translate3d(0, 100px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -150px, 0);
	   -moz-transform: translate3d(0, -150px, 0);
	    -ms-transform: translate3d(0, -150px, 0);
	     -o-transform: translate3d(0, -150px, 0);
	        transform: translate3d(0, -150px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.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);
}

.scrollShowEffect4.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);
}

.scrollShowEffect5.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);
}

.blurimage.showItem{
  filter: blur(0);
}

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

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

.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;
}


/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background-color:#4f96c4;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 250px;
    left: 50%;
    margin-left: -150px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    width: 300px;
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 90;
	background:#e31d1f;
	border-radius: 50%;
	box-sizing: border-box;
	border:3px solid #106fa5;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 13px;
  margin-top:18px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :75%;
  background-color:#ecda45;
  box-sizing: border-box;
  padding:7% 4%;
  width: 25%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.menu {
	width:100%;
	font-family: 'Gochi Hand', cursive;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6%;
	letter-spacing: 1px;
}


.menu a{
	text-decoration: none;
	color: #000;
}

.marker {
  display: inline;
  background-image: linear-gradient(90deg, #00a0e9, #6b9b9f); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 100%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.5s ease; /* マーカーを引く速度 */
	padding:0 20px;
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
}

/* マーカーホバー時 */
.marker:hover {
  background-size: 100% 100%; /* マーカーの横幅を100%にする */
	color: #fff;
}



#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 16px;
	text-align: justify;
	word-break: break-all;
	line-height: 180%;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#top_main{
	width:100%;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_logo_wrapper{
    width:34%;
	position: absolute;
	right:7%;
	top:3%;
}

#top_logo{
	width:100%;
	margin-bottom: 0;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_jlogobiling{
	width:90%;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom: 5%;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #top_jlogobiling{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_day{
	width:80%;
	margin:0 auto;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
	margin-bottom: 5%;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#sns_wrapper{
	width:20%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

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

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

.sns img{
	transition:0.5s all;
}

.sns img:hover{
	transform:scale(1.2,1.2);
	transition:0.5s all;
}

#top_catch{
    width:14%;
	position: absolute;
	top:40%;
	left:3%;
	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;
    transform: translateX(-100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 90;
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateX(0);
}

#topbnr_wrapper{
	width:17%;
	position: absolute;
	left: 4%;
	bottom:4%;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #topbnr_wrapper{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

.topbnr{
	width:100%;
	background-color: #fff;
}

.topbnr img{
	transition:0.5s all;
}

.topbnr img:hover{
	transform:scale(1.2,1.2);
	transition:0.5s all;
}


.pcbr {
display:inline;
}

#intro_wrapper{
	width:100%;
    background: url("images/intro/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	padding:10% 52% 10% 5%;
	color: #fff;
	box-sizing: border-box;
	background-position: left top;
}


#intro_inner{
	width:100%;
	box-sizing: border-box;
}

.pagetitle_intro{
	width:100%;
	font-size: 50px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 120px;
    transform: rotate(5deg);
	text-align: right;
	
}

.introblock{
	width:90%;
    transform: rotate(-5deg);
	transform-origin:left top;
	box-sizing: border-box;
	margin-bottom: 30px;
}


.introblock2{
	width:90%;
	margin-left: 10%;
    transform: rotate(-5deg);
	transform-origin:left top;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.intromidashi{
	width:100%;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 20px;
	color: #ffe800;
}

.add{
	width:50%;
	float: left;
}


#story_wrapper{
	width:100%;
	padding:10% 20%;
    background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	color: #fff;
	box-sizing: border-box;
	background-position: left top;
}


#story_inner{
	width:100%;
	box-sizing: border-box;
}

.pagetitle_story{
	width:100%;
	font-size: 50px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 60px;
	text-align: center;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:4% 0;
	background-color: #fff;
}

#footer_inner{
	width:20%;
	margin:0 auto;
}


#pn_wrapper{
	width:100%;
	background-image: url("images/pn/bg.png");
	background-repeat: repeat;
	background-color:rgba(103,132,156,1.00);
	color: #fff;
	box-sizing: border-box;
	background-position: left top;
}


#pn_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 15%;
}

.pagetitle_pn{
	width:100%;
	font-size: 50px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 60px;
}

.pn_midashi{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	color: #fff000;
	margin-bottom: 30px;
}

.pnphoto1{
	width:40%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}

.pnphoto2{
	width:40%;
	float: right;
	margin-left: 3%;
	margin-bottom: 30px;
}

.pnphototext{
	width:100%;
	font-size: 9px;
	text-align: right;
}

#message_wrapper{
	width:100%;
    background: url("images/message/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	color: #fff;
	box-sizing: border-box;
}


#message_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 20%;
	background-color: rgba(0,0,0,0.6);
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.pagetitle_message{
	width:100%;
	font-size: 50px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	text-align: center;
	margin-bottom: 60px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.message_name1{
	width:100%;
	text-align: right;
	color: #fff000;
	font-size: 20px;
	font-weight: 700;
}

.message_name2{
	width:100%;
	text-align: right;
	color: #fff000;
	font-size: 14px;
	font-weight: 700;
}


#comment_wrapper{
	width:100%;
	background-image: url("images/comment/bg.jpg");
	background-repeat: repeat;
	color: #fff;
	box-sizing: border-box;
}


#comment_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 15%;
}

.pagetitle_comment{
	width:100%;
	font-size: 50px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	text-align: center;
	margin-bottom: 60px;
}

.commentbox{
	width:100%;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ffe800;
	margin-bottom: 30px;
	text-align: center;
}

.commenttext{
	width:100%;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 35px;
	font-weight: 700;
}


.comment_name1{
	width:100%;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.comment_name2{
	width:100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.push{
	font-size: 25px;
	color: #ffe800;
}

@media screen and (max-width:768px){
	
#loader {
    height: 78px;
    left: 50%;
    margin-left: -125px;
    margin-top: -39px;
    position: fixed;
    top: 50%;
    width: 250px;
}
	
.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 90;
	background:#e31d1f;
	border-radius: 50%;
	box-sizing: border-box;
	border:3px solid #106fa5;
    opacity:1;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:0s;
  transition-delay:0s;
  -webkit-transform: translate( 1.0, 1.0);
  transform: translate( 1.0, 1.0);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background-color:#ecda45;
  box-sizing: border-box;
  padding:20% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

	
#spmain{
	display: inherit;
	width:100%;
}


#sptrailerarea{
	width:95%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:20px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	
#top_wrapper{
	width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	padding-bottom: 30px;
	background-color:#4f96c4;
}

#top_main{
	display: none;
}

#top_logo_wrapper{
    width:90%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto;
}

#top_logo{
	display: none;
}

#top_jlogobiling{
	display: none;
}
  
#top_day{
	display: none;
}

#sns_wrapper{
	width:30%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
    opacity:1;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  -webkit-transform: translate( 1, 1);
  transform: translate( 1, 1);
}

#top_catch{
	display: none;
}

#topbnr_wrapper{
	width:70%;
	position: inherit;
	left: 0;
	bottom:0;
	margin:0 auto;
    opacity:1;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #topbnr_wrapper{
  opacity:1;
  -webkit-transform: translate( 1, 1);
  transform: translate( 1, 1);
}

#intro_wrapper{
	width:100%;
    background:none;
	padding:10%;
	color: #fff;
	box-sizing: border-box;
	background-position: left top;
}

.Section-Image {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image{
  background-image: url("images/sp/intro.jpg");
}


#intro_inner{
	width:100%;
	box-sizing: border-box;
}

.pagetitle_intro{
	width:100%;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 60px;
    transform: rotate(0deg);
	text-align: right;
	
}

.introblock{
	width:100%;
    transform: rotate(0deg);
	transform-origin:left top;
	box-sizing: border-box;
	margin-bottom: 30px;
}


.introblock2{
	width:100%;
	margin-left: 0;
    transform: rotate(0deg);
	transform-origin:left top;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.intromidashi{
	width:100%;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 20px;
	color: #ffe800;
}

.add{
	width:50%;
	float: left;
}


#story_wrapper{
	width:100%;
	padding:10% 10%;
    background:none;
	color: #fff;
	box-sizing: border-box;
	background-color: #00846f;
}


#story_inner{
	width:100%;
	box-sizing: border-box;
}

.pagetitle_story{
	width:100%;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 60px;
	text-align: center;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:4% 0;
	background-color: #fff;
}

#footer_inner{
	width:40%;
	margin:0 auto;
}
	

#pn_wrapper{
	width:100%;
	background-image: url("images/pn/bg.png");
	background-repeat: repeat;
	background-color:rgba(103,132,156,1.00);
	color: #fff;
	box-sizing: border-box;
	background-position: left top;
}


#pn_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 10%;
}

.pagetitle_pn{
	width:100%;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	margin-bottom: 60px;
}

.pn_midashi{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	color: #fff000;
	margin-bottom: 30px;
}

.pnphoto1{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}

.pnphoto2{
	width:100%;
	float: none;
	margin-left: 0;
	margin-bottom: 30px;
}

#message_wrapper{
	width:100%;
    background:none;
	color: #fff;
	box-sizing: border-box;
}

#message_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 10%;
	background-color: #333;
}

.pagetitle_message{
	width:100%;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	text-align: center;
	margin-bottom: 60px;
}

.message_name1{
	width:100%;
	text-align: right;
	color: #fff000;
	font-size: 20px;
	font-weight: 700;
}

.message_name2{
	width:100%;
	text-align: right;
	color: #fff000;
	font-size: 14px;
	font-weight: 700;
}

.pcbr {
display:none;
}

#comment_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 10%;
}

.pagetitle_comment{
	width:100%;
	font-size: 30px;
	font-family: 'Gochi Hand', cursive;
	font-weight: 900;
	color: #ffe800;
	text-align: center;
	margin-bottom: 60px;
}

.commentbox{
	width:100%;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ffe800;
	margin-bottom: 30px;
	text-align: left;
}

.commenttext{
	width:100%;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 35px;
	font-weight: 700;
}


.comment_name1{
	width:100%;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.comment_name2{
	width:100%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.push{
	font-size: 22px;
	color: #ffe800;
}
	
}

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

*:focus {
  outline: none;
}


.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
  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: 45.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 #fff;
          width: 49%;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 24px;
          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: 1.25vw; } }
          @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: 1.40625vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 6.4vw; } }
        .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 #fff;
          background-color: #83e1dc;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }

 li.mbtn {
          border: 1px solid #fff;
          background-color: #333333;
          color: #fff; }


@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: 50px;
          height: 50px;
          font-size: 14px; } }
        @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.72917vw; } }
        @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: 3.73333vw; } }

@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%; }
  .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: 6% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 20px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.04167vw; } }
        @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.17188vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 5.33333vw; } }

@media screen and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 span {
            font-size: 12px; } }
          @media screen and (max-width: 768px) and (min-width: 769px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.625vw; } }
          @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.70313vw; } }
          @media screen and (max-width: 768px) and (max-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text p {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment h3 {
          font-size: 17px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.88542vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.99609vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 4.53333vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment p {
          font-size: 12px;
          line-height: 2.1; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .profile {
          font-size: 10px;
          margin-top: 5%; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.52083vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.58594vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 2.66667vw; } }

section.trailer {
  margin-top: -5%; }
  section.trailer h2 {
    width: 14%;
    margin: 0 auto; }
  section.trailer .player {
    margin-top: 3.8%;
    position: relative;
    padding-top: 35.3%;
    height: 0;
    overflow: hidden; }
    section.trailer .player iframe {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 62.5%;
      height: 100%;
      border: none; }
  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 2.5%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }
    section.trailer .btns li {
      width: 29.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      border: 1px solid #333333;
        background-color: #333333;
		color: #fff;
      letter-spacing: .1vw;
      height: 3.5vw;
      line-height: 3.5vw;
      margin: 0 1.5% 1.5%;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      @media screen and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.04167vw; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.17188vw; } }
      @media screen and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 5.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #83e1dc;
        border: 1px solid #fff;
        color: #fff; }
    section.trailer .btns li.current {
      background-color: #83e1dc;
      border: 1px solid #fff;
      color: #fff; }



@media screen and (max-width: 768px) {
  section.trailer {
    margin-top: 0; }
    section.trailer h2 {
      width: 36%; }
    section.trailer .player {
      width: 90%;
      padding-top: 50.5%;
      margin: 0% auto 0%; }
      section.trailer .player iframe {
        width: 100%; }
    section.trailer .btns {
      width: 90%;
      margin-top: 0; }
      section.trailer .btns li {
        display: block;
        width: 100%;
        margin: 0% auto;
        height: 50px;
        line-height: 50px;
        font-size: 14px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 0.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 0.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

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