@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: brother-1816, sans-serif;  

英字
font-family: brother-1816, sans-serif;
***/

/*** 色 ****/
/*
赤：#e7191d
青：#023b94
紺：#01164b
*/

/******************************************

　共通

******************************************/


/********マージン、パディング********/

.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:#e7191d;}
a:hover{ color: #e7191d;}


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;}

.point {color:#e7191d;}
/*.point2 {
    color:#d22521;
    font-width:900;
}*/

/********　　********/

.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;}

/********改行********/

.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;
    }

}

/*****　アニメーション　*****/

/*.move {
	animation-name: fadein;
    animation-duration: 2s;
 }


@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }	
}
*/

/******************************************
　構造
******************************************/

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;
	background: #01164b;
	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 center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;	
	background-color: #01164b;
}

body.index:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background-image: url(../images/bg_pc_index.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;	
	background-color: #01164b;
}

@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: auto;	
		-webkit-transform: translate3d(0, 0, 0);
    }
    body.index:before{
        position: fixed;        
    	background-image: url(../images/bg_smp_index.jpg);    
    	background-position:top center;    
        background-size: cover;	
		-webkit-transform: translate3d(0, 0, 0);
    }
}

.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;
/*    border-top: 5px solid #500017;*/
}

@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: 20px auto 0;
	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) { /**　画面が縦長の時　**/
    .main {
    padding: 0;
    }    
}


/*******************************************
	メニュー　ナビ
********************************************/

/****　ハンバーガーメニュー　****/
*, *: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;
/*        overflow-y: hidden;*/
        width: 340px;
        height: 100%;
        padding-top: 50px;
        color: #e7191d;
        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 20px;
        width: 100%;
        height: 50px;
        color: #e7191d;
/*        background: #99052e;*/
        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: #e7191d;
        -webkit-transition: transform .3s ease;
                transition: transform .3s ease;
        box-shadow: 2px 2px 0 rgba(1,22,75,0.8);
    }
    .cp_menuicon > span.border:before,
    .cp_menuicon > span.border:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 1px;
        background-color: #e7191d;
        -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: #e7191d;
        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: #e7191d;
        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: #e7191d;
        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;
    background-color: #04020f;

    background-color: rgba(1,22,75,0.8);
    background: -webkit-linear-gradient(rgba(23,68,181,1) 0%, rgba(1,22,75,1) 59%, rgba(1,22,75,1) 100%);
    background: -o-linear-gradient(rgba(23,68,181,1) 0%, rgba(1,22,75,1) 59%, rgba(1,22,75,1) 100%);
    background: linear-gradient(rgba(23,68,181,1) 0%, rgba(1,22,75,1) 59%, rgba(1,22,75,1) 100%);
}

nav .nav_list {
	padding: 1.3em 1em 0.5em;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-top: 1px solid rgba(255,255,255,0.6);
}

nav .nav_list a {
	color: #fff;
    text-decoration: none;
}
nav .nav_list a:hover {
	color: #e7191d;
    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;
    font-family: brother-1816, sans-serif;  
/*    font-weight: 900;*/
    font-style: normal;
    text-shadow: 5px 5px 5px rgba(7,2,47,0.8);
}

nav .nav_list .nav_item .amp {
	margin: 0 0.25em;
}

nav .nav_list .nav_item .lbl {
	display: inline-block;
	padding: 0 0.5em;
	background: #ff7ee8;
	color: #01164b;
	font-weight: bold;
}

nav .nav_list .nav_item.sns_icon {
    margin: 0 0.2em 0.8em;
	max-width: 30px;
	width: 100%;
}

nav .nav_list .nav_item.sns_icon.first {
	margin-left: 1em;
}

nav .nav_list .nav_item.sns_icon img {
	display: block;
	width: 100%;
}
nav .nav_list .nav_item .en {
    display: block;
    color: #e7191d;
}

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; 
    font-weight: 500;
}


nav .nav_list .res_nav {
    display: none;
}

nav .nav_list .nav_ban {
    display: inline-block;
	margin-top: -0.3em;
	border: 2px solid #e7191d;
	border-radius: 3px;
    font-family: 'Noto sans JP', serif; 
    font-weight: 700;
	font-size: 16rem;
	color: #e7191d;
}

nav .nav_list .nav_ban a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #e7191d;
}
/*nav .nav_list .nav_ban2 {
    display: none;
 
}*/

@media screen and (max-width: 2000px) {

/*    nav .nav_list .nav_ban {
        display: none;
    }
    nav .nav_list .nav_ban2 {
        margin-left: 1em;
        margin-top: 0.3em;
        display: inline-block;
    }*/
}

@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: #e7191d;
    }

    nav .nav_list .en {

    }
    
    nav .nav_list .res_nav {
        display: none;
    }
	
	nav .nav_list .nav_ban {
		display: block;
		margin: 0 auto 1em;
		background: #e7191d;
		font-weight: 900;
		text-align: center;
	}
	nav .nav_list .nav_ban a {
		color: #01164b;
	}

/*    nav .nav_list .nav_ban {
        display: block;
        margin: 1em auto 0;
        margin-left: 0;

    }
    nav .nav_list .nav_ban2 {
        display: none;
    }*/
    
    
}


/*******************************************
	フッター
********************************************/


footer{
	width: 100%;
	margin: 20px auto 0;
    padding-bottom: 1em;
	text-align: center;
	font-size: 14rem;
    font-weight: 500;

position: absolute;/*←絶対位置*/
    bottom: 0;
}

footer .copy {
    color: #fff;
/*	background: #04020f;*/
}
footer .copy .lbl {
    display: inline-block;
    margin: 0 0.5em;
}
footer .copy .name {
    display: inline-block;
    margin: 0 0.5em;
}

@media screen and (max-width: 768px) {
    footer .copy {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 380px) {
    footer .copy .lbl {
        display: block;
    }
    footer .copy {
        margin: 0 auto;
    }
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #e7191d;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}
@media screen and (max-width: 1024px) {

}

/******** 見出し ********/

.heading_page {
    margin: 1em auto;
    font-size: 50rem;    
	color: #e7191d;
	line-height: 1.3;
    text-shadow: 5px 5px 5px rgba(7,2,47,0.8);
}

.heading_page .en {
    display: block;
    font-family: brother-1816, sans-serif;  
    color: #e7191d;
}
.heading_page .jp {
    display: block;
    font-size: 0.4em;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.heading_page_sub {
/*    display: inline-block;
    margin: 1em auto;
	max-width: 500px;
	width: 100%;
    padding: 0.3em 0.5em;
    font-size: 24rem;    
	background: #e7191d;
	line-height: 1;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(7,2,47,0.4);
    font-weight: 900;
    border-top: 3px groove #e7191d;
    border-bottom: 3px groove #e7191d;*/
}

.heading_page_sub .l{
    font-size: 1.1em;    
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 414px){

	.heading_page {    
        margin: 2em auto 1em;
		font-size: 40rem;
	}
    .heading_page_sub {
        font-size: 24rem; 
    }
  
}




/*******************************************
　トップページ
********************************************/

/***　ビジュアル　***/

.index .area_visual {
	max-width: 900px;
    height: auto;
	margin: 0 auto;
	width: 100%;

}

.index .area_visual img {
	width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);      
}


@media screen and (max-width: 1024px) {
    .index .area_visual {
		margin: 70px auto 0;
    }
    .index .area_visual img {
        width: 95%;

    }
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
}


/*****　インフォエリア　****/

.index .area_info {
    max-width: 900px;
    margin: 1em auto 0;
}


/********バナーエリア********/

.index .area_info .ban_area {
	width: 90%;
	display: inline-block;
    margin-right: 4%;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
.index .area_info .ban_area .title {
    margin: 0 auto 1em;
    padding: 0.3em 0.5em;
    background: #e7191d;
    border-radius: 0.8em;
    color: #fff;
    font-family: brother-1816, sans-serif;  
    font-size: 20rem;
    line-height: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.index .area_info .ban_area .ban_list li {
    max-width: 100%;
	margin: 0 0 20px;
}

.index .area_info .ban_area .ban_list li img {
    max-width: 100%;
}


.index .area_info .ban_area .text_link {
	margin-bottom: 40px;
	font-size: 18rem;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.index .area_info .ban_area .text_link li {
    padding: 0.5em;
    line-height: 1.5;
}

.index .area_info .ban_area .text_link li:not(:last-child) {
	border-bottom: 1px outset #fff;
}

.index .area_info .ban_area .text_link a {
	color: #fff;
/*	text-decoration: none;*/
	position: relative;
    transition: 1s;
}

.index .area_info .ban_area .text_link a:hover {
	color: #e7191d;
}

.index .area_info .ban_area .text_link .day {
    display: block;
    font-family: brother-1816, sans-serif;  
    color: #fff;
}

.index .area_info .ban_area .text_link .text {
    display: block;
}

details summary {
	 color: #e7191d;
}

@media screen and (max-width: 900px){
    .index .area_info {
        padding: 0 10px;
    }
    .index .area_info .ban_area .text_link {
        font-size: 16rem;
    }
}

@media screen and (max-width: 768px){

	.index .area_info .twi_area {
		width: 95%;
		display: block;
		margin: 20px auto;
		text-align: center;
	}
    
    .index .area_info .ban_area {
        width: 95%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .index .area_info .ban_area .ban_list li {
        width: 45%;
        display: inline-block;
        margin: 0 10px;
    }

    .index .area_info .ban_area .text_link {
        text-align: left;
    }
    
    .index .area_info .ban_area .text_link li:not(:last-child) {
        border-bottom: 1px outset #fff;
    }
    
    .index .area_info .ban_area .text_link .day {
        display: block;
        margin-right: 0;

    }

    .index .area_info .ban_area .text_link .text {
/*        color: #f1da43;*/
    }
	
}

@media screen and (max-width: 375px){
	.index .area_info .ban_area .text_link {
		font-size: 18rem;
	}

}


/*******************************************
	イントロ
********************************************/

.intro .wrap{
    background: url("../images/intro_photo.png") no-repeat bottom;
    background-size: contain;
}

.intro main{
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;

}


.intro .area_intro {
    padding: 0 1em;

}
.intro .area_intro .logo {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.intro .area_intro .logo img {
    width: 100%;
}
    
.intro .area_intro .catch {
    margin: 1em auto 0.8em;
    font-size: 30rem;
    font-family: 'Noto sans JP', sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.intro .area_intro .text_wrap {
    max-width: 900px;
    margin: 0 auto 50vw;
    text-align: left;
    line-height: 2em;
    font-size: 18rem;
}

.intro .area_intro .text {
	margin-bottom: 1em;
	text-align: left;
}


/*.intro .area_intro .photo {
    margin-top: -50px;
    max-width: 1200px;
    width: 100%;
}

.intro .area_intro .photo img {
    width: 100%;
}*/

@media screen and (min-width: 1500px) {
    .intro .wrap{
        background-size: 1200px;
    }
    .intro .area_intro .text_wrap {
        margin: 0 auto 35vw;
    }
}

@media screen and (max-width: 1024px) {
    
    .intro .area_intro .logo {
        width: 80%;
        margin: 0 auto 1em;
    }   
    
    .intro .area_intro .catch {
        margin: 0 auto 1.5em;
        font-size: 24rem;
    }
    .intro .area_intro .text_wrap {
        width: 80%;
        margin: 0 auto 50vw;
        font-size: 16rem;
    }
}


@media screen and (max-width: 768px) {
    
    .intro .area_intro .logo {
        width: 70%;
    }   
    .intro .area_intro .text_wrap {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .intro .area_intro .catch {
        font-size: 20rem;
    }
    .intro .area_intro .text_wrap {
        margin: 0 auto 30vw;
    }
}

@media screen and (max-width: 414px) {
    .intro .area_intro .catch {
        font-size: 18rem;
    }
}


/*******************************************
	ストーリーページ
********************************************/

.story .wrap{
    background: url("../images/story_bg.png") no-repeat center bottom -30vw;
    background-size: cover;
}

.story .area_story {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1em;
}

.story .area_story .text_wrap {
    margin: 0 auto 2em;
    line-height: 2em;
}

.story .area_story .text_wrap .text {
    margin: 0 auto 2em;
    text-align: center;
    font-size: 18rem;
    font-weight: 700;
}


@media screen and (max-width: 1024px){
    .story .wrap{
        background: url("../images/story_bg.png") no-repeat center bottom -20vw;
        background-size: contain;
    }
	.story .area_story {
		padding: 0 3em;
	}
}


@media screen and (max-width: 680px){
}


@media screen and (max-width: 550px){
}

@media screen and (max-width: 414px){

	.story .area_story {
		padding: 0 1em;
	}	

    .story .area_story .text_wrap {
        padding: 1.5em;
    }    

}

@media screen and (max-width: 320px){
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    .story .wrap{
        background: url("../images/story_bg.png") no-repeat center bottom;
        background-size: contain;
    }
}

/*******************************************
	キャスト＆スタッフページ
********************************************/

.c-s .area_cast {
/*	max-width: 980px;*/
	margin: 0 auto 3em;
	padding: 0 1em;
}


.c-s .anchor {
	display: block;
	margin-top: -4em;
	padding-top: 4em;
}


/****　プリンシパル1　シングル・ダブル共通　****/

.c-s .list_p {
    margin: 5em auto 8em;
}

.c-s .list_p .item {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    vertical-align: top;
}

.c-s .list_p .photo {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(7,2,47,0.4);
}
.c-s .list_p .photo img {
	display: block;
    width: 100%;
	margin: 0 auto 0.5em;
}
.c-s .list_p .name {
    display: block;
    font-size: 20rem;
    line-height: 1.5;
    text-shadow: 5px 5px 5px rgba(7,2,47,0.4);
}
.c-s .list_p .name .name_s {
    display: block;
    font-size: 16rem;
    line-height: 1;
}

.c-s .list_p .guide {
    color: #fff;
    font-size: 16rem;
    font-family: 'Kaisei Tokumin', serif;
    font-weight: 500;
}
.c-s .list_p .guide::before {
    content: "～";
    margin-right: 0.3em;
}
.c-s .list_p .guide::after {
    content: "～";
    margin-left: 0.3em;
}

.c-s .list_p .btn_cmt {
    display: inline-block;
	display: none;
    width: 100%;
    max-width: 13em;
    margin: 0.5em auto 0;
    padding: 0.2em 0.2em;
    background: #e7191d;
    border: 1px solid #e7191d;
    border-radius: 1px;
    box-shadow: 5px 5px 5px rgba(7,2,47,0.4);
    font-size: 12rem;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    transition: 0.5s;
}

.c-s .list_p .btn_cmt:hover {
    background: #01164b;
    color: #e7191d;
}

@media screen and (max-width: 414px){
/*    .c-s .list_p .btn_cmt {
        display: block;
    }*/
}


/****　プリンシパル1　シングルキャスト　****/

.c-s .list_p .wrap_s {
    margin: 0 auto 6em;
}

.c-s .list_p .wrap_s .item {}

.c-s .list_p .wrap_s .yaku {
    display: block;
    margin-bottom: 1.3em;
    font-size: 20rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    text-shadow: 5px 5px 5px rgba(7,2,47,0.8);
}

/****　プリンシパル1　ダブルキャスト　****/

.c-s .list_p .wrap_w {
    margin: 0 auto 6em;
}
.c-s .list_p .wrap_out .wrap_w {
    display: inline-block;
    margin: 0 10px 6em;
}
.c-s .list_p .wrap_w .item {
    margin: 0 10px;
}

.c-s .list_p .wrap_w .yaku {
    display: block;
    margin-bottom: 1.3em;
    font-size: 20rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    text-shadow: 5px 5px 5px rgba(7,2,47,0.8);
}

.c-s .list_p .wrap_w .yaku .note {
    display: block;
    font-size: 0.6em;
}



@media screen and (max-width: 900px){

/****　プリンシパル1　シングル・ダブル共通　****/

    .c-s .list_p .item {
        max-width: 160px;
    }

    .c-s .list_p .photo {
        max-width: 160px;
    }
    .c-s .list_p .photo img {
        width: 100%;
    }
   
}

@media screen and (max-width: 600px){

/****　プリンシパル1　シングル・ダブル共通　****/

    .c-s .list_p .item {
        max-width: 140px;
    }

    .c-s .list_p .photo {
        max-width: 140px;
    }
    .c-s .list_p .photo img {
        width: 100%;
    }
    .c-s .list_p .wrap_s .yaku,
    .c-s .list_p .wrap_w .yaku {
        font-size: 18rem;

    } 
}


@media screen and (max-width: 520px){

/****　プリンシパル1　シングル・ダブル共通　****/

    .c-s .list_p .item {
        max-width: 120px;
    }

    .c-s .list_p .photo {
        max-width: 120px;
    }
    .c-s .list_p .photo img {
        width: 100%;
    }
    .c-s .list_p .wrap_s .yaku,
    .c-s .list_p .wrap_w .yaku {
        font-size: 16rem;

    } 
 /****　プリンシパル1　ダブル　****/   
    .c-s .list_p .wrap_w .item {
        margin: 0 5px 2em;

    }     
}

@media screen and (max-width: 430px){

/****　プリンシパル1　シングル・ダブル共通　****/

    .c-s .list_p .item {
        max-width: 100px;
    }

    .c-s .list_p .photo {
        max-width: 100px;
    }   
}

@media screen and (max-width: 370px){

/****　プリンシパル1　シングル・ダブル共通　****/

    .c-s .list_p .item {
		display: block;
        max-width: 140px;
    }

    .c-s .list_p .photo {
        max-width: 140px;
    }
    .c-s .list_p .wrap_s .yaku,
    .c-s .list_p .wrap_w .yaku {
        font-size: 18rem;

    } 
 /****　プリンシパル1　ダブル　****/   
    .c-s .list_p .wrap_w .item {
        margin: 0 auto 2em;

    }     
}

/*****　キャストコメント　*****/

.c-s .cmt .cmt_box {
	padding: 0 1em;
}
.c-s .cmt .cmt_box .name {
    display: block;
	margin: 0 auto 1em;
    font-size: 28rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1;
}
.c-s .cmt .cmt_box .name .ls {
    letter-spacing: 0.1em;
}
.c-s .cmt .cmt_box .name .en{
    display: block;
	display: none;
    margin-bottom: 1em;
    font-size: 0.6em;
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
}
.c-s .cmt .text {
    padding: 0 0 0;
    text-align: left;
}
.c-s .cmt .cmt_box .text p {
    margin-bottom: 1em;
}

.c-s .cmt .cmt_box .cmt {
	margin-bottom: 1.5em;
}

.c-s .cmt .cmt_box .cmt dt,
.c-s .cmt .cmt_box .prof dt {
	text-align: left;
	font-family: brother-1816, sans-serif;
	color: #e7191d;
	font-size: 22rem;
}

@media screen and (max-width: 414px){}

/*****　キャストコメント モーダルウィンドウ　*****/
.modal-wrapper {
  z-index: 20001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 800px;
	padding: 3em 2.5em;
	border-radius: 2px;
	background: rgba(1,22,75,0.8);
	border: 3px solid #e7191d;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
	border-radius: 5px;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media screen and (max-width: 414px){

    .modal-wrapper .modal-window {
      padding: auto 1.5em;
    }
}


/*******　スタッフ　*******/

.c-s .area_staff {
	max-width: 980px;
	margin: 8em auto 0;
	padding: 0 1em;
}

.c-s .area_staff .list {}

.c-s .area_staff .list dt {
    margin-bottom: 0.5em;
    font-size: 18rem;
    font-weight: 700;
    color: #e7191d;
    line-height: 1.5;
}

.c-s .area_staff .list dd {
    margin-bottom: 2em;
    font-size: 20rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}


@media screen and (max-width: 600px){

	.c-s .area_staff .list dt {
		font-size: 16rem;
	}

	.c-s .area_staff .list dd {
		font-size: 18rem;
	}
}
@media screen and (max-width: 520px){

	.c-s .area_staff .list dt {
		font-size: 14rem;
	}

	.c-s .area_staff .list dd {
		font-size: 16rem;
	}
}
@media screen and (max-width: 370px){

	.c-s .area_staff .list dt {
		font-size: 16rem;
	}

	.c-s .area_staff .list dd {
		font-size: 18rem;
	}
}


/*******************************************
　メッセージ
********************************************/
.msg .area_msg {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 1em;
}

.msg .area_msg .heading_page_wrap .en {
    letter-spacing: 0.1em;
}

.msg .area_msg .text_wrap {
    text-align: left;
}

.msg .area_msg .title {
    margin: 0 auto 0.5em;
    text-indent: -0.5em;
    font-size: 34rem;
    font-weight: 900;
}

.msg .area_msg .sign {
    margin-bottom: 2em;
    text-indent: 0.5em;
    font-family: 'Noto serif JP', sans-serif;
    font-size: 20rem;
    text-align: right;
    margin-right: 1em;
}

.msg .area_msg .sign .work {
    display: block;
    font-family: 'Noto sans JP', sans-serif;
    font-size: 14rem;
}

.msg .area_msg .text{
    margin-bottom: 1em;
}
.msg .area_msg .photo {
    display: inline-block;
    float: right;
    margin: 0 0 0 1em;
    padding: 1em;
}
.msg .area_msg .photo img {
    max-width: 240px;
    margin: 0 auto;

    box-shadow: 0 0 50px #04020f;
}

.msg .area_msg .note {
    margin-top: 2em;
    text-align: left;
    font-weight: 500;
}

.msg .area_msg .text_wrap.original {
    margin: 5em auto 0;
}

.msg .area_msg .original .title {
    margin-bottom: 1em;
    text-align: center;
}
.msg .area_msg .original .sign {
    margin-top: 2em;
    text-align: right;
    font-family: 'Noto serif JP', sans-serif;
    font-size: 1.2em;
}

@media screen and (max-width: 900px){
    .msg .area_msg {
        padding: 0 2em;
    }
}

@media screen and (max-width: 700px){
    .msg .area_msg .photo img {
        max-width: 180px;
    }
}

@media screen and (max-width: 500px){

    .msg .area_msg .title {
        font-size: 28rem;
    } 
    
    .msg .area_msg .sign {
        text-align: center;;
        margin: 0;
    }
    .msg .area_msg .photo img {
        max-width: 140px;
    }    

    .msg .area_msg .sign .work {
    }

    .msg .area_msg .photo {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width: 414px){
    .msg .heading_page .en {
        margin-top: 0.5em;
    }  
}
@media screen and (max-width: 370px){

    .msg .area_msg .title {
        font-size: 24rem;
    } 
}


@media screen and (max-width: 320px){

    .msg .area_msg .title {
        font-size: 22rem;
    } 
    .msg .area_msg .sign {
        font-size: 18rem;
    }
}

/****　アンサンブル　****/
.c-s .list_e {
	max-width: 900px;
	margin: 0 auto 4em;
}
.c-s .list_e li {
	display: inline-block;
	margin: 0 0.5em;
}
.c-s .list_e .note {
	margin-right: 1em;
	font-size: 0.7em;
	text-align: right;
}

/****************************************
　プロデューサーコメント
****************************************/

.p_cmt .area_p_cmt {
	max-width: 800px;
	margin: 0 auto;
}

.p_cmt .list {
	margin: 4em auto 0;
}

.p_cmt .item{
	padding: 2em 2em;
	margin: 0 auto 3em;
    vertical-align: bottom;
	border: 3px solid #e7191d;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
}

.p_cmt .name {
    margin-bottom: 1.5em;
    font-size: 22rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
}

.p_cmt .name .work {
	display: block;
	margin-bottom: 1em;
	padding: 0.3em 1em 1em;
	border-bottom: 1px solid #e7191d;
	font-size: 0.8em;
	font-weight: 700;
	color: #e7191d;
}

.p_cmt .movie{
    margin: 0 auto 40px;
}

.p_cmt .movie .youtube {
  position: relative;
  height: 0;
	margin: 0 auto 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p_cmt .movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

}

.p_cmt .text {

	text-align: left;
}

.p_cmt .text .inner {
}

.p_cmt .text .photo {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 1.5em;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

@media screen and (max-width: 800px){
    .p_cmt .list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .p_cmt .item{
        width: 90%;
        margin: 0 auto 3em;
    }
}

@media screen and (max-width: 660px){
	.p_cmt .text .photo {
		width: 90%;
	}
}
@media screen and (max-width: 430px){
	.p_cmt .name .work {
		font-size: 0.7em;
	}
}
@media screen and (max-width: 414px){
    .p_cmt .name {
        font-size: 16rem;
    }
    .p_cmt .list {
        margin-bottom: 10px;
    } 
}


/****************************************
　チケット
****************************************/

.area_ticket {
	margin: 0 auto 4em;
    padding: 0 1em;
}

.area_ticket .heading_page_sub {
    display: inline-block;
    margin: 1em auto;
	max-width: 500px;
	width: 100%;
    padding: 0.3em 0.5em;
    font-size: 24rem;    
	background: #e7191d;
	line-height: 1;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(7,2,47,0.4);
    font-weight: 900;
}

.area_ticket .area_btn {}

.area_ticket .area_btn .item {
    display: inline-block;
    max-width: 10em;
    margin: 0 0.5em;
    padding: 0.5em 1em;
    background: #e7191d;
    border: 3px solid #e7191d;
    border-radius: 5px;
    color: #01164b;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    font-size: 30rem;
    transition: 0.5s;
}
.area_ticket .area_btn .item:hover {
    background: #01164b;
    color: #e7191d;
}

.area_ticket .area_btn .item .fas {
    margin-right: 0.2em;
}

@media screen and (max-width: 500px){

    .area_ticket .area_btn .item {
        margin: 5px;
        font-size: 24rem;
    }
}
@media screen and (max-width: 320px){

    .area_ticket .area_btn .item {

        font-size: 20rem;
    }
}


.area_ticket .head_info {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.area_ticket .head_info .stage_data {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
.area_ticket .head_info .stage_data img {
    width: 100%;
}

.area_ticket .head_info .hoshitori {
    max-width: 900px;
    width: 100%;
    margin: 2em auto 1em;
}
.area_ticket .head_info .hoshitori img {
    width: 100%;
}


@media screen and (max-width: 414px){
}

@media screen and (max-width: 340px){
}

.area_ticket .head_info .btn_castsch {
    display: block;
    max-width: 18em;
    margin: 0.5em auto;
    padding: 0.3em 0;
/*    border: 3px solid #e7191d;*/
    border-radius: 5px;
    background: #e7191d;
    color: #01164b;
    font-size: 20rem;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.1em;
    transition: 0.5s;
}
.area_ticket .head_info .btn_castsch:last-of-type {
    margin-bottom: 1.5em;
}

.area_ticket .head_info .btn_castsch:hover {
    background: #e7191d;
    color: #01164b;
}
.area_ticket .head_info .btn_castsch .fas {
    margin-right: 0.3em;
}

.area_ticket .head_info .btn_event {
    display: block;
    max-width: 720px;
    padding: 0.3em 0.5em;
	margin: 0 auto 0.5em;
    background: rgba(1,22,75,0.7);
    border: 3px solid #e7191d;
    border-radius: 5px;
    color: #e7191d;
    font-size: 24rem;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.1em;
    transition: 0.5s;
    letter-spacing: 0.05em;
}
.area_ticket .head_info .btn_event .s {
	display: inline-block;
	margin-bottom: 0.3em;
	font-size: 0.7em;
}

.area_ticket .head_info .btn_event .lbl {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.1em 0.5em;
    background: #e7191d;
    border: 2px solid #e7191d;
    border-radius: 5px;
    color: #01164b;
    font-size: 0.6em;
    letter-spacing: 0;
}

.area_ticket .head_info .btn_event:hover {
    background: #e7191d;
    color: #01164b;
}
.area_ticket .head_info .btn_event:hover .lbl {
    border: 2px solid #01164b;
}

.area_ticket .head_info .btn_event .fas {
    margin-right: 0.3em;
}


.area_ticket .head_info .btn_event.close {
    color: #777;
}

@media screen and (max-width: 640px){
    .area_ticket .head_info .btn_event {
        font-size: 18rem;
	}
}
@media screen and (max-width: 510px){
    .area_ticket .head_info .btn_castsch {
        font-size: 16rem;
        font-weight: 700;
    }
    .area_ticket .head_info .btn_event {
        width: 100%;
        max-width: 24em;
        padding: 0.5em;
        border-width: 2px;
        font-size: 16rem;
    }    
    .area_ticket .head_info .btn_event .lbl {
        display: block;
        width: 15em;
        margin: 0.5em auto 0;
        padding: 0em;
    }
}


.area_ticket .head_info .theater {
    margin: 1em auto 2em;
}

.area_ticket .tokyo .head_info .theater {
    margin: 1em auto 2em;
}

.area_ticket .head_info .theater .logo {
    width: 100%;
    margin: 0 auto;
}

.area_ticket .tokyo .head_info .theater .logo {
    max-width: 400px;
}

.area_ticket .osaka .head_info .theater .logo {
    max-width: 300px;
	width: 60%;
}

.area_ticket .head_info .theater .logo img {
    width: 100%;
}

.area_ticket .head_info .theater .btn {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}

.area_ticket .head_info .theater .btn.ls {
    letter-spacing: 0.1em;
}
.area_ticket .head_info .theater .btn .fas {
    margin-right: 0.2em;
}

@media screen and (max-width: 414px){
    .area_ticket .head_info .theater .logo {
        width: 80%;
    }
}

.area_ticket .head_info .caution {
    max-width: 700px;
    margin: 0 auto 0;
    font-size: 0.8em;
    line-height: 1.5;
}
.area_ticket .head_info .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}

.area_ticket .head_info .caution.dantai {
    margin: 2em auto 0;
}

.area_ticket .head_info .caution.dantai .chosei {
    padding-left: 0.6em;
}


.area_ticket .area {
    margin: 2em auto 0;
}
/****　チケット窓口　****/

.area_ticket .madoguchi{
    max-width: 700px;
    margin: 0 auto 2em;
    border: 3px solid #e7191d;
    color: #01164b;
}

.area_ticket .madoguchi > dt{
    background: #e7191d;
    color: #01164b;
    font-size: 20rem;
    font-weight: 900;
}

.area_ticket .madoguchi > dd {
    padding: 1em 1em 0;
    background: rgba(1,22,75,0.7);
    color: #e7191d;
    text-align: left;
}

.area_ticket .madoguchi .list {
    margin: 0 auto;
}


.area_ticket .madoguchi .list > dt {
    padding: 0.1em 0.2em;
/*    border-left: 8px solid #e7191d;*/
    border-top: 2px solid #e7191d;    
    border-bottom: 1px solid #e7191d;
/*    border-top: 2px solid #e7191d;
    border-bottom: 2px solid #e7191d;*/
    line-height: 1.5;
    font-size: 18rem;
    font-weight: 700;

}
.area_ticket .madoguchi .list > dt:not(:first-of-type) {

}

.area_ticket .madoguchi .list > dd {
    padding: 1em 1em 2em;
    color: #fff;
    font-size: 18rem;
    line-height: 1.5;
}
.area_ticket .madoguchi .list > dd .fas {
    margin-right: 0.3em;
    color: #e7191d;
}

.area_ticket .madoguchi .list > dd .note {
    display: block;
    margin: 0.5em auto 0;
    font-size: 0.8em;
}


.area_ticket .madoguchi .list > dd .caution {
    margin: 0.5em auto 0;
    font-size: 0.8em;
}
.area_ticket .madoguchi .list > dd .caution li {
    margin: 0 auto 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}

.area_ticket .madoguchi .list > dd .url {}
.area_ticket .madoguchi .list > dd .url a{
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.area_ticket .madoguchi .list > dd .url a:hover{
    color: #e7191d;
}

.area_ticket .madoguchi .list > dd .tel {
    letter-spacing: 0.1em;
}
.area_ticket .madoguchi .list > dd .tel a {
    text-decoration: none;
    color: #fff;
}
.area_ticket .madoguchi .list > dd .tel .time {
    display: inline-block;
    margin: 0 0.3em;
    font-size: 0.9em;
}
.area_ticket .madoguchi .list > dd .code {
    display: inline-block;
}

.area_ticket .madoguchi .list > dd .bunkamura {
    margin: 1em auto 0;
}
.area_ticket .madoguchi .list > dd .bunkamura dt {
    color: #e7191d;
    font-weight: 700;
}
.area_ticket .madoguchi .list > dd .bunkamura dt::before {
    margin-right: 0.3em;
    content: "●";
    font-size: 0.8em;
}

.area_ticket .madoguchi .list > dd .bunkamura dd {
    padding: 0.5em 1em 1em;
}

.area_ticket .madoguchi .list > dd .bunkamura {}

.area_ticket .credit {
    font-size: 15rem;
}

.area_ticket .credit .res_credit {
	display: none;
}

.area_ticket .credit .item {
    display: inline-block;
    margin: 0 0.5em;
	line-height: 1.3;
}
.area_ticket .credit .item.s {
    font-size: 0.85em;
}
@media screen and (max-width: 870px){
	.area_ticket .credit .res_credit {
		display: inline
	}
}
@media screen and (max-width: 380px){
	.area_ticket .credit {
		font-size: 14rem;
	}
}

/****************************************
　お問合せ
****************************************/

.area_ticket .madoguchi.contact dd{
    padding: 1em;
    text-align: center;
    line-height: 1.5;
}
.area_ticket .madoguchi.contact .office {
    display: block;
    margin: 0 auto;
    color: #e7191d;
    font-weight: 900;
}

.area_ticket .osaka .madoguchi.contact .office {
    letter-spacing: 0.1em;
}

.area_ticket .madoguchi.contact .tel {
    display: block;
    margin: 0.5em auto 0;
    font-size: 28rem;
    color: #fff;
}

.area_ticket .madoguchi.contact .tel a{
    color: #fff;
    text-decoration: none;
}

.area_ticket .madoguchi.contact .tel .fas {
    padding-right: 0.3em;
    font-size: 0.9em;
    color: #e7191d;
}

.area_ticket .madoguchi.contact .time {
    display: block;
    margin: 0 auto;
    color: #fff;
}
.area_ticket .madoguchi.contact .caution {
    margin: 1em auto 0;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 340px){
    .area_ticket .madoguchi.contact .caution {
        text-align: left;
        padding-left: 1em;
        text-indent: -1em;
    }
}



/****************************************
　リセール
****************************************/
.area_ticket .madoguchi.resale {
	margin: 5em auto;
}
.area_ticket .madoguchi.resale dd {
	padding: 2em;
	font-size: 16rem;
}
.area_ticket .madoguchi.resale p {
    text-align: left;
	color: #fff;

}

.area_ticket .madoguchi.resale a {
	text-decoration: none;
}

.area_ticket .madoguchi.resale .list {
    margin: 1em auto;
	text-align: center;
}

.area_ticket .madoguchi.resale .list li {
    margin: 1em auto;
    display: inline-block;
	text-align: center;
}

.area_ticket .madoguchi.resale .list span {
    font-size: 0.9em;
}
.area_ticket .madoguchi.resale .list img {
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
}

.area_ticket .madoguchi.resale .caution {
	color: #fff;
}

