@charset "utf-8";
/* CSS Document */

/***　フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
font-family: 'Oswald', sans-serif; ※英字:wght@400;700;
***/

/*** 色 ****/
/*
金 #f0c97e; rgba(240,201,126,1);
*/

/******************************************

　共通

******************************************/


/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********リンク********/
a{ color:#f0c97e;}
a:hover{ color: #f0c97e;}


a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}


/********　　********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.caution {
	font-size: 0.9em;
	text-align: left;
}

.caution li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
	margin-bottom: 0.5em;
}

.pack {display: inline-block;}
.pk {display: inline-block;}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}

.res_pc {
	display: inline;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

	.res_pc {
		display: none;
	}
	

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}

/******************************************
　構造
******************************************/

html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
    -webkit-text-size-adjust: none;    
}  

body{
    overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}    	

body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
/*	background-image: url(../images/bg_pc.jpg);
	background-position:top -100px center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;	*/
	background-color: #000;
}

@media screen and (max-width: 1045px) {

	body{}
	
	body:before{
/*	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100vh;*/
	}	
	
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}


/*@media screen and (max-width: 1200px){
    body:before{
        position: fixed;        
    	background-image: url(../images/bg_smp.jpg);    
    	background-position:top center;    
        background-size: contain;	
    }
}*/


@media screen and (orientation: portrait) { /**　画面が縦長の時　**/
    body:before{
/*        position: fixed;        
    	background-image: url(../images/bg_smp.jpg);    
    	background-position:top center;    
        background-size: contain;	*/
    }
}

.wrap {
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 140px;/*フッター固定用*/
	text-align: center;
	overflow: hidden;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@media screen and (orientation: portrait) { 
    .wrap{
        animation: fadeIn 1s ease 0s 1 normal;
        -webkit-animation: fadeIn 1s ease 0s 1 normal;
    }
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.main{
	margin: 0 auto 0;
	padding: 0 1em;
	text-align: center;
	word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
    .main{
        margin: 0 auto;
        }
	.index .main {
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 768px) {
    .main {
    padding: 0 10px;
    }
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}


/*******************************************
	メニュー　ナビ
********************************************/

/****　ハンバーガーメニュー　****/
*, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.cp_offcm03 {
    z-index: 100;    
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    -webkit-transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
    text-align: center;

}

/* menu toggle */
#cp_toggle03 {
    display: none;
   
}
#cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(0);
                    transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(0);
                    transform: translateX(0);
}
.cp_mobilebar {
    display: none;
}

@media (max-width: 1024px) {
    .cp_offcm03 {
        position: absolute;
        position: fixed;        
        left: -340px;
        width: 340px;
        height: 100%;
        padding-top: 50px;
        color: #fff;
        background-color: rgba(0,0,0,0.9);
    }
    .cp_offcm03 nav {
        background: none;
        text-align: left;
    }
    .cp_offcm03 nav .list {
         overflow: auto;
     -webkit-overflow-scrolling: touch;
    }    
    .cp_offcm03 li {
        display: block;
    }
    
    .cp_offcm03 a {}
    
    .cp_mobilebar {
        display: block;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        height: 50px;
        color: #ffffff;
        z-index: 20000;
    }
    .cp_menuicon {
        display: block;
        position: relative;
        width: 25px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: transform .3s ease-in;
                transition: transform .3s ease-in;
    }
    .cp_menuicon > span.border {
        display: block;
        position: absolute;
        top: 55%;
        margin-top: -0.3em;
        width: 100%;
        height: 0.3em;
        border-radius: 1px;
        background-color: #f0c97e;
        -webkit-transition: transform .3s ease;
                transition: transform .3s ease;
        box-shadow: 2px 2px 0 rgba(0,0,0,0.9);
    }
    .cp_menuicon > span.border:before,
    .cp_menuicon > span.border:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 1px;
        background-color: #f0c97e;
        -webkit-transition: transform .3s ease-in;
                transition: transform .3s ease-in;
        box-shadow: 2px 2px 0 rgba(1,22,75,0.8);

    }
    .cp_menuicon > span.border:before {
        -webkit-transform: translateY(-0.6em);
                transform: translateY(-0.6em);
        margin-left: -13px;
    }
    .cp_menuicon > span.border:after {
        -webkit-transform: translateY(0.6em);
                transform: translateY(0.6em);
        margin-left: -13px;
    }
    .cp_menuicon > span.lbl {
        display: block;
      position: absolute; 
        top:75%;
        font-weight: 700;
        font-size: 0.7em;
        text-indent: -0.2em;
        color: #f0c97e;
        text-shadow: 1px 1px 0 rgba(1,22,75,0.8);
	
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    #cp_toggle03:checked + .cp_mobilebar span:before,
    #cp_toggle03:checked + .cp_mobilebar span:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    #cp_toggle03:checked ~ .cp_offcm03 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    #cp_toggle03:checked ~ .cp_container {
        -webkit-transform: translateX(250px);
                transform: translateX(250px);
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border {
        background-color: #f0c97e;
        box-shadow: none;
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border:before,
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon.cp_menuicon > span.border:after {
        background-color: #f0c97e;
        box-shadow: none;
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon > span.lbl {
        display: none;
    }
    
    /* content */
    .cp_container {
        top: 60px;
        height: 92vh;
    }
}
@media (max-width: 768px) {
    .cp_offcm03 {
        left: -300px;
        width: 300px;
    }
}
/****　ハンバーガーメニュー　ここまで　****/


nav {
    display: block;
    position: relative;
    z-index: 100;
    padding: 5px 0;
    text-align: center;
}

nav .nav_list {
	padding: 1.3em 1em 0.5em;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

nav .nav_list a {
	color: #fff;
    text-decoration: none;
}
nav .nav_list a:hover {
    transition-duration: 0.5s;
}

nav .nav_list .nav_item {
    display: inline-block;
    margin: 0 0.5em 0.8em;
    vertical-align: top;
    font-size: 24rem;
    line-height: 1;
    text-align: center;
     
}

nav .nav_list .nav_item.sns_icon {
    margin: 0.2em 1em 0;
}

nav .nav_list .nav_item .en {
    display: block;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    color: #f0c97e;
}

nav .nav_list .nav_item .jp {
    display: block;
    margin: 0.3em auto 0;
    font-size: 0.5em;
    color: #fff;
    font-family: 'Noto sans JP', serif; 
}

nav .nav_list .nav_item .amp {
	margin: 0 0.3em;
	font-size: 0.9em;
}

nav .nav_list .res_nav {
    display: none;
}

nav .nav_list .nav_ban {
    display: inline-block;
	margin-top: -0.3em;
	border: 3px solid #f0c97e;
	border-radius: 3px;
    font-family: 'Noto sans JP', serif; 
    font-weight: 700;
	font-size: 16rem;
	color: #f0c97e;
}

nav .nav_list .nav_ban a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #f0c97e;
}


@media screen and (max-width: 1200px) {
    nav .nav_list .res_nav {
        display: inline;
    }
}

@media screen and (max-width: 1024px) {
    nav .nav_list {
        border-bottom: none;
        border-top: none;
    }
    
    nav .nav_list .nav_item {
        display: block;
        margin: 20px 0;
        text-align: left;
        line-height: 1.5;
	}

	nav .nav_list .nav_item.sns_icon {
		display: inline-block;

	}
    
    nav .nav_list a {
        color: #fff;
    }
    nav .nav_list a:hover {
        color: #f0c97e;
    }

    nav .nav_list .en {

    }
    
    nav .nav_list .res_nav {
        display: none;
    }
	
	nav .nav_list .nav_ban {
		display: block;
		margin: 0 auto 1em;
		background: #f0c97e;
		font-weight: 900;
		text-align: center;
	}
	nav .nav_list .nav_ban a {
		color: #01164b;
	}
 
}


/*******************************************
	フッター
********************************************/

footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

footer .copy {
	display: block;
	padding: 1em;
    font-weight: 400;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 0.8em;

}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}



/****　ページトップへ戻る　****/
#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 1000;
	max-width: 8vw;
	min-width: 100px;
}
#pagetop img {
	width: 100%;
	display: block;

}

@media screen and (max-width: 1024px) {

}



/****************************************

　文字点滅用アニメーション（heading、ボタン）

*****************************************/

/*@keyframes blink {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 100%;
	color: inherit;
	text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #000;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #000;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}*/

@keyframes blink {
  0% {
	opacity: 0;
  }
  5% {
	opacity: 100;
  }
  79%{
     color: #000;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #000;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #000;
    text-shadow: none;
  }
  100% {
	opacity: 100%;
	color: inherit;
	text-shadow: inherit;
  }
}

/****************************************

　見出し

*****************************************/

.heading_page {
    display: block;
    width: 100%;
    margin: 1em auto 1em;
/*    color: #f0c97e;*/
	color: #000;
    font-size: 48rem;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    transition: 0.5s;
    line-height: 1.5;
    text-align: center;
}
.heading_page b{
  /*color: #fee;*/
  /*text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #f0c97e, 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;*/
	color: #fee;
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #f0c97e, 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;

}
/*.heading_page b span{
  animation: blink linear infinite 2s;
}
.heading_page b span:nth-of-type(2){
  animation: blink linear infinite 3s;
}
*/
.heading_page b span{
	opacity: 0;
	animation: blink ease-out infinite 2s;
	animation-delay: 2s;
	animation-iteration-count: 3;
	animation-fill-mode:forwards;
}
.heading_page b span:nth-of-type(2){
	opacity: 0;	
	animation: blink linear infinite 3s;
	animation-iteration-count: 2;
	animation-delay: 3.5s;
	animation-fill-mode:forwards;
}
.heading_page b span:nth-of-type(3){
	opacity: 0;
	animation: blink linear infinite 3s;
	animation-delay: 3s;
	animation-fill-mode:forwards;
	animation-iteration-count: 4;
}
.heading_page b2 {
	animation: blink2 linear infinite 3s;
	animation-iteration-count: 6;
	animation-delay: 8s;
}

.heading_page .amp {
	margin: 0 0.3em;
	font-size: 0.9em;
}

.heading_page_sec {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
	color: #fee;
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #f0c97e, 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;
    font-size: 40rem;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    transition: 0.5s;
    line-height: 1.5;
    text-align: center;
}

.heading_page_sec .amp {
	margin: 0 0.3em;
	font-size: 0.9em;
}

@media screen and (max-width: 460px){
	.heading_page {
		margin-top: 2em;
	}
}

@media screen and (max-width: 400px){
	.heading_page {
		font-size: 40rem;
	}
}

/*******************************************
　トップページ
********************************************/

/*******************************************
　お知らせ系ボタン
********************************************/

.index .area_info {
	margin: 0 auto 1em;
}

.index .area_info .btn {
	display: inline-block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 0.5em;
	padding: 0.5em 1em;
	background: rgba(0,0,0,0.2);
	border: 2px solid #f0c97e;
	box-shadow: 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;
	border-radius: 3px;
	text-decoration: none;
	font-size: 20rem;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.index .area_info .btn .lbl {
	display: inline-block;
	margin-right: 0.5em;
	color: #f0c97e;
	font-weight: 900;
	line-height: 1;
}

@media screen and (max-width: 480px){
	.index .area_info .btn {
		padding: 0.5em;
	}
	.index .area_info .btn .lbl {
		display: block;
		margin-bottom: 0.2em;
		background: #f0c97e;
		color: #000;
		line-height: 1.5
	}
}

@media screen and (max-width: 600px){

}

/****************************************

　ビジュアル

*****************************************/

.index .visual {
    max-width: 900px;
    margin: 0 auto 4em;
}

@media screen and (max-width: 340px){
	.index .visual .visual .credit {
		margin: 0.5em 0;
	}
	.index .visual .visual .credit li {
		display: block;
		font-size: 0.5em;
	}
}

.index .visual .slider {
	position:relative;
	max-width:900px;
	margin:0 auto;
	box-shadow: 0 0 50px rgba(200,182,121,.2);
}

.index .visual .slick-box {
	margin: 1em auto 0;
}

.index .visual .slide {
	width: 100%;
	height: auto;
}

.index .visual .slide img {
	width: 100%;

}

@media screen and (max-width: 980px){
	.index .visual {
		margin-top: 5em;
	}
}

@media print{
	.index .visual .visual {
		display: none;
	}
    .index .visual .slide {
        display: none;
    }
}

.index .visual .visual .credit {
	margin: 0.5em -0.5em 0 0;
	text-align: right;
	line-height: 1.3;
}

.index .visual .visual .credit li {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 0.7em;
	color: #fff;
	font-weight: 400;
}




/*******************************************

　ニュース

********************************************/
.area_news {
	max-width: 800px;
	margin: 0 auto 2em;
}
.area_news .list {
	margin-bottom: 0.5em;
	font-size: 18rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.area_news .list li {
    padding: 0.5em;
    line-height: 1.5;
}

.area_news .list li:not(:last-child) {
	border-bottom: 1px outset #fff;
}

.area_news .list a {
	color: #fff;
/*	text-decoration: none;*/
	position: relative;
    transition: 1s;
}

.area_news .list a:hover {
	color: #f0c97e;
}

.area_news .list .day {
    display: block;
    color: #f0c97e;
}

.area_news .list .text {
    display: block;
}

@media screen and (max-width: 900px){
    .area_news .list {
        font-size: 16rem;
    }
}

@media screen and (max-width: 768px){
    
    .area_news .list li:not(:last-child) {
        border-bottom: 1px outset #fff;
    }
    
    .area_news .list .day {
        display: block;
        margin-right: 0;

    }

}

@media screen and (max-width: 375px){
	.area_news .list {
		font-size: 18rem;
	}

}



/*******************************************
	イントロ
********************************************/

.intro {


}

.intro section {
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 1em;
}
.intro .logo {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 0;
}
.intro .logo img {
    width: 100%;
}
    
.intro .catch {
	margin: 0 auto 1.5em;
	font-weight: 700;
	font-size: 24rem;
	text-shadow: 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;
	line-height: 1.5;
}

.intro .catch .l {
	display: block;
	margin: 0.5em auto 0;
	font-size: 1.8em;
}

.intro .text {
	max-width: 900px;
	margin: 0 auto;

	text-align: left;
	font-weight: 500;
}

.intro .text p {
	margin-bottom: 1em;
}

@media screen and (min-width: 1500px) {
}

@media screen and (max-width: 1024px) {
    
    .intro .logo {
        width: 80%;
        margin: 0 auto 1em;
    }   

	.intro .catch {
		font-size: 20rem;
	}

}

@media screen and (max-width: 768px) {
    
    .intro .logo {
        width: 70%;
    }   
}

@media screen and (max-width: 520px) {

	.intro .catch .l {
		font-size: 1.5em;
	}

}

@media screen and (max-width: 380px) {

	.intro .catch {
		font-size: 18rem;
	}
}


/*******************************************
	ストーリーページ
********************************************/

.story {
	margin: 0 auto;

}

.story section {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
}

/*****　写真　*****/

.story .p_list {
	display: flex;
	justify-content:center;
	margin: 0 auto 3em;
}

.story .p_list .item {
	margin: 0 0.5em;
}

.story .p_list .team {
	display: block;
	margin: 0 auto 0.5em;
	font-size: 20rem;
	font-weight: 700;
	line-height: 1.2;
}

.story .p_list .team.bl {
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #fff, 0 0 0.5em #fff, 0 0 0.1em #fff, 0 10px 3px #000;
}
.story .p_list .team.gr {
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #49e24c, 0 0 0.5em #49e24c, 0 0 0.1em #49e24c, 0 10px 3px #000;
}

.story .p_list .photo {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.story .p_list .photo img {
	width: 100%;
}

@media screen and (max-width: 800px){

	.story .p_list {
		display: block;

	}

	.story .p_list .item {
		display: block;
		margin: 0 auto 2em;
		text-align: center;
	}

	.story .p_list .team {
		font-size: 22rem;
	}
}

.story .text {
    text-align: left;
    font-size: 18rem;
    font-weight: 500;
}
.story .text p {
	margin-bottom: 1em;
}

@media screen and (max-width: 1024px){
}

/*******************************************

	キャスト＆スタッフページ

********************************************/


/***********************
　キャスト
***********************/

.c-s {}

.c-s .cast {
	margin-bottom: 8em;
}


/*******　プリンシパル　********/
.c-s .cast .list_p {}
.c-s .cast .list_p .item {
	max-width: 1200px;
	margin: 0 auto 2em;
	font-size: 30rem;
	font-weight: 700;	
}

.c-s .cast .list_p dt {
    display: block;
    width: 100%;
	margin: 0.5em auto;
	color: #fee;
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #f0c97e, 0 0 0.5em #f0c97e, 0 0 0.1em #f0c97e, 0 10px 3px #000;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    transition: 0.5s;
    line-height: 1.5;
    text-align: center;
}

.c-s .cast .list_p .item .photo {
	max-width: 900px;
	padding: 1em 1em 0;
	width: 100%;
	margin: 0 auto;
}
.c-s .cast .list_p .item .photo img {
	display: block;
	width: 100%;
}

.c-s .cast .list_p .item .list_cast {
	margin: 0 auto;
	max-width: 900px;
	padding: 1em 1em 0;
/*	border: 1px groove rgba(240,201,126,0.5);
	box-shadow:0 0 0.5em rgba(240,201,126,0.5), 0 0 0.1em rgba(240,201,126,0.5), 0 10px 3px #000;*/
	border-top: 1px groove rgba(240,201,126,0.3);
	border-bottom: 1px groove rgba(240,201,126,0.3);
}

.c-s .cast .list_p .item .list_cast .yaku {
	display: block;
	margin: 0 0.5em;
	color: #f0c97e;
	font-size: 0.6em;
}

.c-s .cast .list_p .item .list_cast .name {
	display: block;
	margin: 0 0.5em;
	margin-bottom: 1em;	
	font-size: 0.8em;
}

.c-s .cast .list_p .item .list_cast li {
	display: inline-block;
	margin: 0 0.25em;
	line-height: 1.5;
} 

/***　New Generation Team ***/
.c-s .cast .list_p .item.nt {
	font-size: 26rem;
}


@media screen and (max-width: 860px){
	.c-s .cast .list_p .item {
		font-size: 26rem;
	}
	.c-s .cast .list_p .item .list_cast li {
		width: 6em;
	}
	.c-s .cast .list_p .item.nt {
		font-size: 22rem;
	}
}

@media screen and (max-width: 440px){
	.c-s .cast .list_p .item {
		font-size: 24rem;
		font-weight: 400;	
	}
	.c-s .cast .list_p .item.nt {
		font-size: 20rem;
	}
}


/*******　プリンシバル2　********/

.c-s .cast .list_p2 {
	margin: 5em auto 0;
	font-size: 26rem;
}

.c-s .cast .list_p2 dt {
	display: block;
	margin: 0 0.5em;
	padding: 0 0 1em;
	color: #f0c97e;
	font-weight: 700;
	font-size: 0.6em;
}
.c-s .cast .list_p2 .item {
	display: inline-block;
	margin: 0 1em 1em;
}
.c-s .cast .list_p2 .item .photo {
	max-width: 200px;
	min-width: 80px;
	width: 20vw;
	margin-bottom: 0.5em;
}
.c-s .cast .list_p2 .item .photo img {
	display: block;
	width: 100%;
}

.c-s .cast .list_p2 .item .name {
	font-size: 0.8em;
	line-height: 1.3;
}

.c-s .cast .list_p2 .item .name .team {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
}

@media screen and (max-width: 860px){
	.c-s .cast .list_p2 {
		font-size: 22rem;
	}
}

@media screen and (max-width: 440px){
	.c-s .cast .list_p2 {
		font-size: 20rem;
	}
}

/*******　プリンシバル3　********/

.c-s .cast .list_p3 {
	font-size: 26rem;
}

.c-s .cast .list_p3 dt {
	display: block;
	margin: 2em auto 0;
	color: #f0c97e;
	font-weight: 700;
	font-size: 17rem;
}
.c-s .cast .list_p3 .item {
	display: inline-block;
	margin: 0 0.5em 1em;
}
.c-s .cast .list_p3 .item .photo {
	max-width: 200px;
	min-width: 80px;
	width: 20vw;
	margin: 0 auto 0.5em;
}
.c-s .cast .list_p3 .item .photo img {
	display: block;
	width: 100%;
}

.c-s .cast .list_p3 .item .name {
	font-size: 0.8em;
	line-height: 1.3;
}

.c-s .cast .list_p3 .item .name .team {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
}

@media screen and (max-width: 860px){
	.c-s .cast .list_p3 {
		font-size: 22rem;
	}
}

@media screen and (max-width: 440px){
	.c-s .cast .list_p3 {
		font-size: 20rem;
	}
}

/*******　スウィング　********/

.c-s .cast .list_s {
	margin: 2em auto 0;
	font-size: 26rem;
}

.c-s .cast .list_s li {
	margin: 0 auto 1em;
}

.c-s .cast .list_s .name {
	display: block;
	font-size: 0.8em;
	line-height: 1.3;
}

.c-s .cast .list_s .lbl {
	display: block;
	margin: 0 auto;
	color: #f0c97e;
	font-weight: 700;
	font-size: 17rem;
}

@media screen and (max-width: 860px){
	.c-s .cast .list_s {
		font-size: 22rem;
	}
}

@media screen and (max-width: 440px){
	.c-s .cast .list_s {
		font-size: 20rem;
	}
}


/***********************
　スタッフ
***********************/

.c-s .staff {}

.c-s .staff .heading_page_sec {
	margin-bottom: 2em;
}

.c-s .staff .list {
	margin: 0 auto 3em;
	line-height: 1.5;
	font-size: 22rem;
}

.c-s .staff .list dt {
	color: #f0c97e;
	font-weight: 700;
	font-size: 0.7em;
}

.c-s .staff .list dd {
	margin-bottom: 1em;
	font-weight: 500;
}
.c-s .staff .list .note {
	font-size: 0.8em;
}

@media screen and (max-width: 860px){
	.c-s .staff .list {
		font-size: 20rem;
	}
}

@media screen and (max-width: 440px){
	.c-s .staff .list {
		font-size: 18rem;
	}
}

/****************************************

　チケット＆スケジュール

*****************************************/
.ticket {
    margin: 0 auto;
}

.ticket .stage_info {
	max-width: 900px;
	margin: 2em auto 0;
}

.ticket .stage_info .sch {
	max-width: 619px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ticket .stage_info .sch img {
	width: 100%;
}

.ticket .stage_info .theater {
	max-width: 300px;
	width: 50%;
	margin: 0 auto 3em;
}

.ticket .stage_info .theater img {
	display: block;
	width: 100%;
}

.ticket .stage_info .list_cast{
	width: 100%;
	margin: 0 auto 3em;
	table-layout: fixed;
}

.ticket .stage_info .list_cast th,
.ticket .stage_info .list_cast td {
	padding: 0.8em 0.5em;
	line-height: 1.3;
	border: 1px solid #fff;
}

.ticket .stage_info .list_cast th {
	font-weight: 500;
	font-size: 0.8em;
}
.ticket .stage_info .list_cast th.yaku {
	background: rgba(240,201,126,0.5);
}
.ticket .stage_info .list_cast th.team.blk {
	background: rgba(255,255,255,0.1);
}

.ticket .stage_info .list_cast th.team.yel {
	background: rgba(255,237,41,0.9);
	color: #000;
}
.ticket .stage_info .list_cast th.team.grn {
	background: rgba(4,181,20,0.5);
}
.ticket .stage_info .list_cast th.team.ng {
	background: rgba(255,41,41,0.5);
}

.ticket .stage_info .list_cast td {
	font-size: 0.9em;
}

@media screen and (max-width: 680px){

	.ticket .stage_info .list_cast th {
		padding: 0.8em 0.3em;
		font-size: 0.6em;
	}
}

@media screen and (max-width: 380px){

	.ticket .stage_info .list_cast td {
		font-size: 0.6em;
	}
}

.ticket .stage_info .hoshitori {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ticket .stage_info .hoshitori img {
	width: 100%;	
}
.ticket .stage_info .hoshitori .btn {
	position: relative;
	display: block;
	max-width: 360px;
	margin: 0.5em 0 0 auto;
	padding: 0.5em 2em;
	line-height: 1.3;
	background: #ff0043;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	transition: 0.5s;
}

.ticket .stage_info .hoshitori .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;	
}
.ticket .stage_info .hoshitori .btn:hover {
	background: #aa0732;
}

.ticket .stage_info .event {
	max-width: 900px;
	margin: 0.5em 0 0 auto;
	text-align: right;
}
.ticket .stage_info .event img {
	width: 60%;
}

.ticket .stage_info .btn_event {
	display: block;
	width: 14em;
	margin-left: auto;
	padding: 0.2em 0;
	background: #f0c97e;
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 900;
	border-radius: 3px;

}

.ticket .stage_info .btn_event .fas {
	margin-right: 0.3em;
}

.ticket .stage_info .caution {
	margin: 2em auto 0;
	text-align: left;
	font-weight: 500;
}
.ticket .stage_info .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-size: 0.9em;
	font-weight: 400;
}

.ticket .stage_info .caution a {
	color: #fff;
	text-decoration: none;
}

.ticket .stage_info .list_price {
	margin: 2em auto 0;
}
.ticket .stage_info .list_price table {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.ticket .stage_info .list_price th,
.ticket .stage_info .list_price td {
	padding: 0.5em 1em;
	border: 1px solid #fff;
}

.ticket .stage_info .list_price th {
	background: rgba(255,255,255,0.1);
	line-height: 1.3;
	font-weight: 500;
}

.ticket .stage_info .list_price .link_wrap {
	text-align: right;
}
.ticket .stage_info .list_price .link {
	color: #fff;
	text-decoration: none;
}

.ticket .stage_info .list_price .link .icon {
	margin-right: 0.3em;
	font-size: 0.9em;
}
.ticket .stage_info .list_price .caution {
	margin-top: 1em;
	padding: 0;
	font-weight: 400;
	text-align: right;
}

@media screen and (max-width: 345px){
	.ticket .stage_info .list_price .caution {
		text-align: left;
	}
}

.ticket .way {}

.ticket .way a {
    color: #f0c97e;
	text-decoration: none;
	font-weight: 900;

}

.ticket .way .s {
	font-size: 0.9em;
    font-weight: 900
}

.ticket .way {
	text-align: left;
	max-width: 900px;
	margin: 60px auto 0;
	background: #000;
/*	box-shadow: 0 0 10px #f0c97e;*/
	border-radius: 5px;
	border: 5px solid rgba(240,201,126,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ticket .way > dt{
	padding:0.5em 0;
	background: rgba(240,201,126,0.5);
	border-bottom: 1px solid rgba(240,201,126,0.5);
	color: #fff;
	font-weight: 700;
    font-size: 22rem;
    text-align: center;
	line-height: 1.5;
}

.ticket .way > dd{
	padding: 20px 20px;
	border-top: none;	
	text-align: center;

}

.ticket .way > dd .caution {
	margin: 1em auto 0;
    padding: 1em 0.5em 0;
	border-top: 1px solid #f0c97e;
    text-align: left;
    font-size: 0.8em;
	font-weight: 400;
}

.ticket .way > dd .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.ticket .way .start {
	display: inline-block;
	margin: 1em auto;
	line-height: 1.5;
	font-size: 20rem;
}
.ticket .way .tel {
	display: block;
	position: relative;
	font-size: 30rem;
	font-weight:  bold;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.ticket .way .tel a{
	color: #fff;
	text-decoration: none;
}
.ticket .way .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
	color: #fff;
}
.ticket .way.toho .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
	color: #fff
}


@media screen and (max-width: 767px){

	.ticket .way {
		margin: 20px auto 0;
	}
}


@media screen and (max-width: 414px){
	.ticket {
	}
    .ticket .start {
        font-size: 18rem;
    }
}
	
@media screen and (max-width: 375px){

	.ticket .way > dd{
		padding: 1em;
	}
  
}
@media screen and (max-width: 374px){

	.ticket .area_btn .btn {
		padding: 0.2em 1em;
	}
}


/***　東宝ナビザーブ・テレザーブ　***/

.ticket .way.toho .pc {
	margin-top: 0.5em;
	position: relative;
	font-size: 30rem;
	font-weight:  bold;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.ticket .way.toho .pc a{
	text-decoration: none;
	color: #fff;
}
.ticket .way.toho .senkou {
	margin: 2em auto 0;
}

.ticket .way.toho .senkou dt {
	background: rgba(240,201,126,0.5);
	border-radius: 2em;
	color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.ticket .way.toho .senkou dd {
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 20rem;
}

@media screen and (max-width: 414px){
    .ticket .way.toho .pc {
        font-size: 24rem;
        line-height: 1.5;
    }

	.ticket .way.toho .tel {
        font-size: 24rem;

    }
}
	
@media screen and (max-width: 375px){
    .ticket .way.toho .pc {
        font-size: 18rem;
    }    
}

@media screen and (max-width: 413px){
    .ticket .way.toho .senkou dd {
        font-size: 18rem;
    }
}

@media screen and (max-width: 364px){
    .ticket .way.toho .senkou dd {
        font-size: 16rem;
    }
}


/*****　プレイガイド　*****/
.ticket .way .playguide {
    margin: 1em auto 0;
}

.ticket .way .playguide dt {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
	background: rgba(240,201,126,0.5);
	border-radius: 2em;
	color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.ticket .way .playguide dd {
	text-align: left;
    font-size: 20rem;
	margin-bottom: 1em;
	padding: 1em 0;
    word-break: break-all;
    text-align: center;
    line-height: 1.5;
}

.ticket .way .playguide a {
	text-decoration: none;
	color: #fff;
}
.ticket .way .playguide .pc {
    margin-bottom: 0.5em;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.ticket .way .playguide .tel {
    display: inline-block;
    margin-bottom: 0.5em;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.ticket .way .playguide .time {
    display: inline-block;
    margin-left: 0.5em;
    font-family: 'Noto sans JP', serif; 
    font-weight: 500;
    font-size: 0.8em;
}
.ticket .way .playguide .first_day {
    width: 90%;
    margin: 0 auto;
    padding: 0.5em;
    border: 1px groove #000;
}
.ticket .way .playguide .first_day .lbl {
    display: inline-block;
    margin-right: 1em;
    color: #000;
}
.ticket .way .playguide .first_day .f_caution {
    font-size: 0.8em;
}
.ticket .way .playguide .fas {
	margin-right: 0.3em;
	font-size: 0.8em;
	color: #000;
}
.ticket .way .playguide .code {
	display: inline-block;
    font-size: 0.9em;
}


@media screen and (max-width: 480px){

    .ticket .way .playguide dd {
        font-size: 18rem;
    }
    .ticket .way .playguide .time {
        font-size: 0.8em;
    }    
}
@media screen and (max-width: 450px){
    .ticket .way .playguide .first_day .lbl {
        display: block;
    }
}

@media screen and (max-width: 365px){

    .ticket .way .playguide .pc {
        font-size: 18rem;
    }
}


/****　テレザーブ　****/
.ticket .way .tele .note {
	display: inline-block;
	font-size: 0.6em;
}


/*****　リセール　*****/

.ticket .way .resale p {
    text-align: left;
	font-size: 16rem;
	font-weight: 400;
		
}

.ticket .way .resale .list {
    margin-top: 2em;
}

.ticket .way .resale .list li {
    margin: 1em;
    display: inline-block;
}

.ticket .way .resale .list span {
    font-size: 0.9em;
	font-weight: 500;
}
.ticket .way .resale .list img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}


/***　会場案内　***/

.ticket .way > dd.kaijyou {
	padding: 20px 20px;
	text-align: center;
}

.ticket .kaijyou .map {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.ticket .kaijyou .map img {
	width: 100%;
}

.ticket .kaijyou .logo {
	max-width: 271px;
	margin: 1em auto 0;
    font-weight: 400;
}

.ticket .kaijyou .logo img {
	width: 100%;
}


.ticket .kaijyou .add{
	font-size: 0.9em;
    font-weight: 500;
}

.ticket .kaijyou .add a{
	color: #bc2016;
    text-decoration: none;
}

.ticket .kaijyou .access {
	display: inline-block;
	margin: 1em auto;
	text-align: left;
}
.ticket .kaijyou .access li::before {
	content: "・";
	color: #f0c97e;
}
.ticket .kaijyou .list_btn {
	display: flex;
	justify-content: center;
	max-width: 400px;
	margin: 1em auto;
	padding: 0 10px;
}

.ticket .list_btn .btn {
	position: relative;
	width: 240px;
	margin: 0 5px;
	padding: 0.6em 0 0.6em;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	font-size: 20rem;
	line-height: 1;
	font-weight: 900;
	transition: 0.5s;
}

.ticket .list_btn .btn.ls {
	letter-spacing: 0.1em;
}

.ticket .list_btn .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;	
}

.ticket .list_btn .btn:hover {
	border: 2px solid #f0c97e;
	color: #f0c97e;
}

/*.ticket .list_btn .btn:hover .fas {
	color: #f0c97e;
}*/

@media screen and (max-width: 414px){

	.ticket .kaijyou .logo {
		width: 200px;
	}
    .ticket .kaijyou .koutsu{
        width:100%;
        max-width: auto;
    }
    .ticket .kaijyou .contact dt {
        display: block;
    }

    .ticket .kaijyou .contact dd {

    }
	.ticket .list_btn .btn {
		font-size: 16rem;
	}
}



/****************************************
　お問合せ
****************************************/

.ticket .way.contact dd{
    padding: 1em;
    text-align: center;
    line-height: 1.5;
}
.ticket .way.contact .office {
    display: block;
    margin: 0 auto;
    color: #f0c97e;
    font-weight: 900;
}

.ticket .osaka .way.contact .office {
    letter-spacing: 0.1em;
}

.ticket .way .contact .tel {
    display: block;
    margin: 0.5em auto 0;
    font-size: 28rem;
    color: #fff;
}

.ticket .way .contact .tel a{
    color: #fff;
    text-decoration: none;
}
.ticket .way .contact .tel .note {
    display: inline-block;
	font-size: 0.6em;
}
.ticket .way .contact .tel .icon {
    padding-right: 0.3em;
    font-size: 0.9em;
    color: #fff;
}

.ticket .way .contact .time {
    display: block;
    margin: 0 auto;
    color: #fff;
}
.ticket .way .contact .caution {
    margin: 1em auto 0;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 340px){
    .ticket .way .contact .caution {
        text-align: left;
        padding-left: 1em;
        text-indent: -1em;
    }
}


/***************************************************

　ムービー

**************************************************/

.movie {}

.movie .list {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap; 
    margin: 0 auto;
/*    padding: 10px;*/
}

.movie .list.center {
    justify-content: center;
}

.movie .item{
    width: 47%;
    justify-content: center;
	max-width: 600px;
    margin-bottom: 4em;
    margin: 0 auto 4em;
    vertical-align: bottom;
	margin-top: auto;
}

.movie .name {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 18rem;
    font-weight: 900;
    color: #f0c97e;
    line-height: 1.3;
	text-align: center;
}

.movie .youtube {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #f0c97e;  
}

@media screen and (max-width: 768px){
    .movie .list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .movie .item{
        width: 90%;
        margin: 0 auto 2em;
    }
	.movie .name {
		margin-bottom: 0;
		font-size: 20rem;
	}
}

@media screen and (max-width: 414px){
    .movie .name {
        font-size: 16rem;
		font-weight: 700;

    }
    .movie .list {
       /* margin-bottom: 10px;*/
    } 
}




/***************************************************

　フライヤー

**************************************************/

.flyer {

}


.flyer .item {
    display: inline-block;
    margin: 0 0.5em 2em;
    vertical-align: top;
}

.flyer .item dt {
    margin: 1em auto 0;
	padding: 0.3em 0;
    background:#f0c97e;
	color: #000;
    font-weight: 900;
    font-style: normal;
    font-size: 16rem;
    font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
    line-height: 1;
}

.flyer .item dt .note {
    display: block;
    font-size: 0.8em;
}

.flyer .item img {
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    width: 100%;
    margin: 0 auto;
    display: block;
}
.flyer .item.a3 img {
    max-width: 400px;
}

.flyer .item.a4 img {
    max-width: 300px;
}

@media screen and (max-width: 700px){
    .flyer .item {}
    .flyer .item img {
        width: 80%;
        margin: 0 auto;
    }
}
