@charset "UTF-8";

/* m-plus-1p-500 - japanese */
@font-face {
	font-family: 'M PLUS 1p';
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	src: url('../fonts/m-plus-1p-v19-japanese-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/m-plus-1p-v19-japanese-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/m-plus-1p-v19-japanese-500.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/m-plus-1p-v19-japanese-500.woff') format('woff'), /* Modern Browsers */
		url('../fonts/m-plus-1p-v19-japanese-500.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/m-plus-1p-v19-japanese-500.svg#MPLUS1p') format('svg'); /* Legacy iOS */
}

.font_J{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
}

@font-face {
	font-family: 'fa-brands';
	font-style: normal;
	font-display: block;

	font-weight: 400;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
	font-family: 'fa-solid';
	font-style: normal;
	font-display: block;
	
	font-weight: 900;
	src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
	font-family: 'fa-regular';
	font-style: normal;
	font-display: block;

	font-weight: 400;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

/*基本設定====================================================================*/
body{
	height: 100%;
	color: #333333;
	text-align: center;
	font-family: "メイリオ", "Meiryo", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	/*font-family:"Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","arial",sans-serif;*/
	letter-spacing: 0.04em;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.8;
	
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat-y;


	-webkit-text-size-adjust: 100%;
	-moz-user-select : none;
	-webkit-user-select : none;
	-ms-user-select : none;
	user-select : none;
}
.sm_view body{
	font-size: 22px;
}

.pc_view div#cx_spContentsWrap{
	background: #ffffff;
}
.sm_view div#cx_spContentsMain{
	background: #ffffff;
}
header{
	position: relative;
	z-index: 50 !important;
	display: none;
}
.pc_view header{
	min-height: 98px;
}

/*全体用=================================================================================*/
div.my_box{
	position: relative;
	overflow: hidden;
	background-clip: content-box;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 3px 3px rgba(0,0,0,.05);
}
.pc_view div.my_box{	
	background-color: rgba(255,255,255,1);
	border-radius:			10px;
}

.sm_view div.my_box{	
	box-sizing: border-box;
	width: 620px;
	left: -5px;
	border-radius:			8px;
}
div.my_box_head{
	position: relative;
}
.pc_view div.my_box_head{
	padding: 15px 20px 0;
}
.sm_view div.my_box_head{
	padding: 15px 20px 0;
}

p.my_box_title{
	position: relative;
	font-family: 'M PLUS 1p';
	line-height: 1.5;
	transform: rotate(0.03deg); 

}
.pc_view p.my_box_title{
	/*font-size: 20px;*/
}
.sm_view p.my_box_title{
	/*font-size: 28px;*/
}
div.my_box_body{
	position: relative;
}
.pc_view div.my_box_body{
	padding: 20px;
}
.sm_view div.my_box_body{
	padding: 20px;
}

/*見出し=======================================================================================*/
div#page_title{
	background: #ffffff;
	margin-top: 50px;
}
div#page_title h1{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	line-height: 1.4;
	font-size: 0;
	letter-spacing: 0;
	/*background: #ff0000;*/
}
div#page_title h1>span{
	/*background: #00ffff;*/
}
.pc_view div#page_title h1{
	margin: 0 auto 15px;
}
.sm_view div#page_title h1{
	margin: 0 auto 15px;
}
.pc_view div#page_title h1>span.tt{
	font-size: 32px;
	margin-right:10px;
}
.pc_view div#page_title h1>span.bb{
	font-size: 24px;
	margin-right:10px;
}
.sm_view div#page_title h1>span.tt{
	font-size: 36px;
	margin-right:10px;
}
.sm_view div#page_title h1>span.bb{
	font-size: 26px;
	margin-right:10px;
}
div#page_title h1>span.bb{
	display: inline-block;
	position: relative;
	font-size: .8em;
	margin-right: 10px;
	padding-left: 1.4em;
}
div#page_title h1>span.bb:before,
div#page_title h1>span.bb:after{
	content: "";
	position: absolute;
	bottom: .05em;
	left: 0;
	width: .5em;
	height: .5em;
	/*background: #ffff00;*/
	border-top: 3px solid var(--parts-color);
	border-right: 3px solid var(--parts-color);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
div#page_title h1>span.bb:after{
	left: .3em;
}
.item_color1 span.bb:before,
.item_color1 span.bb:after{
	border-color: var(--cmn1-color) !important;
}
.item_color2 span.bb:before,
.item_color2 span.bb:after{
	border-color: var(--cmn2-color) !important;
}
.item_color3 span.bb:before,
.item_color3 span.bb:after{
	border-color: var(--cmn3-color) !important;
}
.item_color4 span.bb:before,
.item_color4 span.bb:after{
	border-color: var(--cmn4-color) !important;
}
.item_color5 span.bb:before,
.item_color5 span.bb:after{
	border-color: var(--cmn5-color) !important;
}


/*H2===================*/
h2.h2_1{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	/*font-weight: bold;*/
	text-align: center;
	letter-spacing: 0;
	padding-bottom: 1rem;
}	
.pc_view h2.h2_1{	
	font-size: 30px;
	line-height: 38px;
}
.sm_view h2.h2_1{
	font-size: 34px;
	line-height: 40px;
}

h2.h2_2{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	/*font-weight: bold;*/
	/*text-align: center;*/
	letter-spacing: 0;
}	
.pc_view h2.h2_2{	
	font-size: 50px;
	line-height: 60px;
	padding-bottom: 50px;
}
.sm_view h2.h2_2{
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	padding-bottom: 50px;
}

h2.h2_3{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	/*font-weight: bold;*/
	text-align: center;
	letter-spacing: 0;
	padding-bottom: 1rem;
}	
.pc_view h2.h2_3{	
	font-size: 40px;
	line-height: 50px;
}
.sm_view h2.h2_3{
	font-size: 40px;
	line-height: 50px;
}

h2.h2_4{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	text-align: left;
	letter-spacing: 0;
	padding-bottom: 1rem;
}	
.pc_view h2.h2_4{	
	font-size: 40px;
	line-height: 50px;
}
.sm_view h2.h2_4{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}


/*H3===================*/
h3.h3_1{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1rem;
	padding: 0 0 0 10px;

	color: #333333;
	
	border-style: solid;
	border-width: 0 0 0 8px;
	border-color: var(--parts-rgb50);
}
.sm_view h3.h3_1{
	font-size: 26px;
	line-height: 32px;
}
.item_color1 h3.h3_1{	border-color: var(--cmn1-rgb50);}
.item_color2 h3.h3_1{	border-color: var(--cmn2-rgb50);}
.item_color3 h3.h3_1{	border-color: var(--cmn3-rgb50);}
.item_color4 h3.h3_1{	border-color: var(--cmn4-rgb50);}
.item_color5 h3.h3_1{	border-color: var(--cmn5-rgb50);}

h3.h3_1.item_color1{	border-color: var(--cmn1-rgb50);}
h3.h3_1.item_color2{	border-color: var(--cmn2-rgb50);}
h3.h3_1.item_color3{	border-color: var(--cmn3-rgb50);}
h3.h3_1.item_color4{	border-color: var(--cmn4-rgb50);}
h3.h3_1.item_color5{	border-color: var(--cmn5-rgb50);}

h3.h3_2{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1rem;

	color: #333333;
}
.sm_view h3.h3_2{
	font-size: 26px;
	line-height: 32px;
}
.item_color1 h3.h3_2{	color: var(--cmn1-color);}
.item_color2 h3.h3_2{	color: var(--cmn2-color);}
.item_color3 h3.h3_2{	color: var(--cmn3-color);}
.item_color4 h3.h3_2{	color: var(--cmn4-color);}
.item_color5 h3.h3_2{	color: var(--cmn5-color);}

h3.h3_2.item_color1{	color: var(--cmn1-color);}
h3.h3_2.item_color2{	color: var(--cmn2-color);}
h3.h3_2.item_color3{	color: var(--cmn3-color);}
h3.h3_2.item_color4{	color: var(--cmn4-color);}
h3.h3_2.item_color5{	color: var(--cmn5-color);}





/*開閉用=================================================================================*/
.pc_view div[data-id_inner],
.pc_view div[data-id_inner2],
.pc_view div[data-inner2]{
	margin-bottom: 1.5rem;
	min-height: 5rem;
}
.sm_view div[data-id_inner],
.sm_view div[data-id_inner2],
.sm_view div[data-inner2]{
	margin-bottom: 1rem;
	min-height: 4rem;
}
div[data-id_inner]:last-child,
div[data-id_inner2]:last-child,
div[data-inner2]:last-child{
	margin-bottom: 0;
}

div.accordion{
	margin-bottom: 1.5rem;
}
.sm_view div.accordion{
	margin-bottom: 1rem;
}
div.accordion:last-child{
	margin-bottom: 0;
}

/*TOP用=================================================================================*/
/*最初隠す*/
div#cover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 40;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 0;
	line-height: 0;
}

/*1DAYパスポートボタン*/
.pc_view div#onedaypp{
	padding: 25px 0 40px;
	min-width: 1000px;
	
}
.sm_view div#onedaypp{
	padding: 20px 0 30px;
}
div#onedaypp>a{
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	background-image: url(../img/onedaypp.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.pc_view div#onedaypp>a{
	width: 800px;
	height: 160px;
	transition: all .3s;
}
.sm_view div#onedaypp>a{
	width: 600px;
	height: 120px;
}
div#onedaypp>a:hover{
	text-decoration: none;
}
.display_device div#onedaypp>a:hover{
	opacity: .8;
}


/*キャッチ＆リード*/
p.catch{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5;
}
.pc_view p.catch{
	font-size: 30px;
}
.sm_view p.catch{
	font-size: 28px;
}

p.read{
	font-family: 'M PLUS 1p';
	transform: rotate(0.03deg); 
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5;
}
.pc_view p.read{
	font-size: 24px;
}
.sm_view p.read{
	font-size: 20px;
}

/*バナー*/
div.bnr_large,
div.bnr_medium,
div.bnr_small,
div.bnr_icon{
	display: grid;
	grid-gap: 20px;
	margin: 0 auto;
	/*background: #00ff00;*/
}
.pc_view div.bnr_large{
	grid-template-columns: repeat(auto-fit,560px);
}
.pc_view div.bnr_medium,
.pc_view div.bnr_small,
.pc_view div.bnr_icon{
	grid-template-columns: repeat(auto-fit,270px);
}
.pc_view div.bnr_large,
.pc_view div.bnr_medium,
.pc_view div.bnr_small,
.pc_view div.bnr_icon{
	max-width: 1720px;
}
@media (max-width: 1719px) {
	.pc_view div.bnr_medium,
	.pc_view div.bnr_small,
	.pc_view div.bnr_icon{
		max-width: 1430px;
	}
	.pc_view div.bnr_large{
		max-width: 1140px;
	}
}
@media (max-width: 1449px) {
	.pc_view div.bnr_medium,
	.pc_view div.bnr_small,
	.pc_view div.bnr_icon{
		max-width: 1140px;
	}
}

.pc_view div.bnr_large.bnr_max2{
	max-width: 1140px;
}
.pc_view div.bnr_medium.bnr_max1,
.pc_view div.bnr_small.bnr_max1,
.pc_view div.bnr_icon.bnr_max1{
	max-width: 270px;
}
.pc_view div.bnr_medium.bnr_max2,
.pc_view div.bnr_small.bnr_max2,
.pc_view div.bnr_icon.bnr_max2{
	max-width: 560px;
}
.pc_view div.bnr_medium.bnr_max3,
.pc_view div.bnr_small.bnr_max3,
.pc_view div.bnr_icon.bnr_max3{
	max-width: 850px;
}
.pc_view div.bnr_medium.bnr_max4,
.pc_view div.bnr_small.bnr_max4,
.pc_view div.bnr_icon.bnr_max4{
	max-width: 1140px;
}
.pc_view div.bnr_medium.bnr_max5,
.pc_view div.bnr_small.bnr_max5,
.pc_view div.bnr_icon.bnr_max5{
	max-width: 1430px;
}
@media screen and (max-width:1440px){
	.pc_view div.bnr_medium.bnr_max5,
	.pc_view div.bnr_small.bnr_max5,
	.pc_view div.bnr_icon.bnr_max5{
		max-width: 1140px;
	}
}




.sm_view div.bnr_large,
.sm_view div.bnr_medium,
.sm_view div.bnr_small,
.sm_view div.bnr_icon{
	width: 600px;
}
.sm_view div.bnr_large{
	grid-template-columns: 600px;
}
.sm_view div.bnr_medium,
.sm_view div.bnr_small,
.sm_view div.bnr_icon{
	grid-template-columns: 290px 290px;
}

div.bnr_large>div,
div.bnr_medium>div,
div.bnr_small>div,
div.bnr_small>icon{
	background-color: rgba(255,255,255,.5);
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.pc_view div.bnr_large>div{
	width: 560px;
	height: 120px;
}
.pc_view div.bnr_medium>div{
	width: 270px;
	height: 120px;
}
.pc_view div.bnr_small>div{
	width: 270px;
	height: 80px;
}
.pc_view div.bnr_icon>div{
	width: 270px;
	height: 50px;
}

.sm_view div.bnr_large>div{
	width: 600px;
	height: 129px;
}
.sm_view div.bnr_medium>div{
	width: 290px;
	height: 129px;
}
.sm_view div.bnr_small>div{
	width: 290px;
	height: 86px;
}
.sm_view div.bnr_icon>div{
	width: 290px;
	height: 54px;
}

div.bnr_icon>div{
	border-bottom: dotted 2px #dddddd;
}

div.bnr_large>div[onclick],
div.bnr_medium>div[onclick],
div.bnr_small>div[onclick]{
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,.02);
	cursor: pointer;
	transition: all .3s;
}
.touch_device div.bnr_large>div[onclick]:active,
.touch_device div.bnr_medium>div[onclick]:active,
.touch_device div.bnr_small>div[onclick]:active,
.display_device div.bnr_large>div[onclick]:hover,
.display_device div.bnr_medium>div[onclick]:hover,
.display_device div.bnr_small>div[onclick]:hover{
	opacity: .7 !important;
}
div.bnr_icon>div[onclick]{
	cursor: pointer;
	transition: all .3s;
}
.touch_device div.bnr_icon>div[onclick]:active,
.display_device div.bnr_icon>div[onclick]:hover{
	opacity: .7 !important;
	border-color: var(--hover-color2);
}

/*
div.bnr_icon>div:after{
	content: "";
	display: block;
	position: absolute;
	height: 0px;
	width: calc(100% - 20px);
	border-bottom: dotted 2px #dddddd;
	bottom: 0;
	left: 10px;
}
*/


/*Topics & Twitter==================================-*/
.pc_view div.my_box.topics_box{
	/*下のめざましメディアと揃えるため*/
	box-shadow: none;
	border: solid 5px transparent;
	background-clip: content-box;
	border-radius: 15px;
}
.pc_view div.my_box.topics_box>.my_box_body{
	box-sizing: border-box;
	padding: 15px !important;
	/*height: 100%;*/
}
.pc_view div.my_box.topics_box>.my_box_body>div{
	height: 100%;
	overflow: auto;
	min-height:200px;
	max-height: 500px;
}

.pc_view div.my_box.tw_box{
	height: 500px;
}
.pc_view div.my_box.tw_box>.my_box_body{
	box-sizing: border-box;
	padding: 10px !important;
	height: 100%;
}
.pc_view div.my_box.tw_box>.my_box_body>div{
	height: 100%;
	overflow: auto;
}
.sm_view div.my_box.tw_box{
	height: 500px;
	overflow: auto;
}


/*YouTubeアーカイブ*/
div.yt_area{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
div.yt_area>div{
	display: inline-block;
	vertical-align: top;
	background-color: rgba(255,255,255,.5);
}
.pc_view div.yt_area>div{
	width: 31.33%;
	margin: 1%;
	
}
.sm_view div.yt_area>div{
	width: 90%;
	margin: 5%;
	
}
div.yt_area>div>div{
	position: relative;
}
div.yt_area>div>div.soon{
	background-image: url(../img/soon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

div.yt_area>div>div:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}


/*バーチャル用（古い）================================================================*/

/*ストアボタン*/
a.store_btn{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center center;
	background-color: #000000;
	border-radius: 1rem;
}
.pc_view a.store_btn{
	width: 40%;
	margin: 1%;
	border-radius: 10px;
	transition: all .3s;
}
.sm_view a.store_btn{
	width: 46%;
	margin: 1.5%;
	border-radius: 6px;
}
a.store_btn.btn_apple{
	background-image: url(../img/install_apple.png);
}
a.store_btn.btn_google{
	background-image: url(../img/install_google.png);
}
a.store_btn:before{
	content: "";
	display: block;
	padding-top: 25%;
}
.sm_view a.store_btn:before{
	content: "";
	display: block;
	padding-top: 30%;
}

.display_device a.store_btn:hover{
	opacity: .7;
}

/*ステージボタン*/
div.stage_btn{
	position: relative;
	border-radius: 10px;
	background-color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;

	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .3s;
}
div.stage_btn:before{
	content: "";
	display: block;
	padding-top: 75%;
}

.display_device div.stage_btn:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

div.stage_btn>div{
	position: absolute;
	background-color: #000000;
	background-image: url(../img/stage_go.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}
.pc_view div.stage_btn>div{
	width: 40px;
	height: 40px;
	right: -5px;
	bottom: -5px;
}
.sm_view div.stage_btn>div{
	width: 40px;
	height: 40px;
	right: -10px;
	bottom: -10px;
}

div.stage_btn>span.caption1{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	color: #ffffff;
}



/*エリアガイド用=======================================================*/
.one_d{
}
.one_d:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background-image: url(../img/icon_oneday.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	
}
.sm_view .one_d:before{
	width: 69px;
	height: 46px;
	margin-right: 10px;
}


/*エリアガイド　画像の幅　PC・スマホで違う*/
.pc_view .w_180{ width: 180px; }
.pc_view .w_190{ width: 190px; }
.pc_view .w_200{ width: 200px; }
.pc_view .w_210{ width: 210px; }
.pc_view .w_220{ width: 220px; }
.pc_view .w_230{ width: 230px; }
.pc_view .w_240{ width: 240px; }
.pc_view .w_250{ width: 250px; }
.sm_view .w_180,
.sm_view .w_190,
.sm_view .w_200,
.sm_view .w_210,
.sm_view .w_220,
.sm_view .w_230,
.sm_view .w_240,
.sm_view .w_250{ width: 270px; }

.pc_view .w_260{ width: 260px; }
.sm_view .w_260{ width: 390px; }
.pc_view .w_270{ width: 270px; }
.sm_view .w_270{ width: 405px; }
.pc_view .w_280{ width: 280px; }
.sm_view .w_280{ width: 420px; }
.pc_view .w_290{ width: 290px; }
.sm_view .w_290{ width: 435px; }
.pc_view .w_300{ width: 300px; }
.sm_view .w_300{ width: 450px; }
.pc_view .w_310{ width: 310px; }
.sm_view .w_310{ width: 465px; }
.pc_view .w_320{ width: 320px; }
.sm_view .w_320{ width: 480px; }
.pc_view .w_330{ width: 330px; }
.sm_view .w_330{ width: 495px; }
.pc_view .w_340{ width: 340px; }
.sm_view .w_340{ width: 510px; }
.pc_view .w_350{ width: 350px; }
.sm_view .w_350{ width: 525px; }
.pc_view .w_360{ width: 360px; }
.sm_view .w_360{ width: 540px; }

.pc_view .w_380{ width: 380px; }
.pc_view .w_390{ width: 390px; }
.pc_view .w_400{ width: 400px; }
.pc_view .w_410{ width: 410px; }
.pc_view .w_420{ width: 420px; }
.pc_view .w_430{ width: 430px; }
.pc_view .w_440{ width: 440px; }
.pc_view .w_450{ width: 450px; }
.pc_view .w_480{ width: 480px; }
.pc_view .w_500{ width: 500px; }
.pc_view .w_520{ width: 520px; }
.pc_view .w_550{ width: 550px; }
.pc_view .w_580{ width: 580px; }
.pc_view .w_600{ width: 600px; }
.sm_view .w_380,
.sm_view .w_390,
.sm_view .w_400,
.sm_view .w_410,
.sm_view .w_420,
.sm_view .w_430,
.sm_view .w_440,
.sm_view .w_450,
.sm_view .w_480,
.sm_view .w_500,
.sm_view .w_520,
.sm_view .w_550,
.sm_view .w_580,
.sm_view .w_600{ width: 100%; }


/*ラフくん*/
div.laugh1,
div.laugh2{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
div.laugh1:before,
div.laugh2:before{
	content: "";
	display: block;
}

div.laugh1{
	background-image: url(../img/laugh1.png);
}
div.laugh1:before{
	padding-top: 80%;
}
div.laugh2{
	background-image: url(../img/laugh2.png);
}
div.laugh2:before{
	padding-top: 125%;
}

/*フードメニュー*/
div.food_menu_area{
	padding: .4rem;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	border: solid 1px var(--cmn1-rgb30);
}
div.food_menu_area>div{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	border: solid .4rem transparent;
	border-bottom: solid 1.4rem transparent;
	width: 25%;
	cursor: pointer;
}
.sm_view div.food_menu_area>div{
	width: 50%;
}

div.food_menu_area div.food_menu:after{
	content: "";
	display: block;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modal_zoom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 3rem 3rem;
	opacity: .5;
	transition: all .3s;
}
.display_device div.food_menu_area div.food_menu:hover:after{
	opacity: 1;
}

div.food_menu_area>div>p{
	position: relative;
	margin: .5rem .6rem 0;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	word-break: break-all;
}
.sm_view div.food_menu_area>div>p{
	font-size: 18px;
	line-height: 23px;
}
div.food_menu_area>div>p:after,
div.food_menu_area>div>p:before{
	content: attr(data-price);
	display: inline-block;
	padding-left: 5px;
}
div.food_menu_area>div>p:after{
	/*color: transparent;*/
	visibility: hidden;
}
div.food_menu_area>div>p:before{
	position: absolute;
	right: 0;
	bottom: 0;
}

div.food_menu_area>ul{
	padding: 0 1rem;
	font-size: 12px;
	line-height: 18px;
}
.sm_view div.food_menu_area>ul{
	font-size: 18px;
	line-height: 27px;
}

/*スポンサー旧===========================-*/
.sponsor_L{
	display: inline-block;
	position: relative;
	width: 150px !important;
	height: 50px !important;
}
.sponsor_S{
	display: inline-block;
	position: relative;
	width: 90px !important;
	height: 30px !important;
	/*box-shadow: 0 0 0 1px rgba(0,0,0,.1);*/
}
.sm_view .sponsor_L{
	width: 180px !important;
	height: 60px !important;
}
.sm_view .sponsor_S{
	width: 120px !important;
	height: 40px !important;
}

.sponsor_L>a,
.sponsor_S>a{
	display: block;
	width: 100%;
	height: 100%;
}
.sponsor_L img,
.sponsor_S img{
	width: 100%;
	height: 100%;
}
.sponsor_L,
.sponsor_S{
	/*display: none !important;*/
}

/*スポンサー新===========================-*/
/*TOP用*/
div.sponsor_box{
	padding: 30px 0 20px;
	border-bottom: solid 1px #eeeeee;
	background-color: #ffffff;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
div.sponsor_img{
	display: inline-block;
	/*text-align: left;*/
	text-align: center;
	padding: 0 20px;
}
.sm_view div.sponsor_img{
	padding: 0 10px;
}
div.sponsor_img>span,
div.sponsor_img>a{
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
	
	/*終了時にリンクオフ*/
	/*pointer-events: none !important;*/
}
div.sponsor_text{
	display: inline-block;
	text-align: left;
	padding: 10px 30px;
}
.sm_view div.sponsor_text{
	padding: 10px 20px;
}

.kaku{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	font-weight: bold;
}
.sm_view .kaku{
	font-size: 24px;
}

/*ブース用*/
.sponsor_area{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.sponsor_area>a{
	/*終了時に消す or リンクオフ*/
	/*display: none !important;*/
	/*pointer-events: none !important;*/
}


/*インフォメーション用=========================================*/
.pc_view div.icon_area{
	padding: 20px 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}
.pc_view div.icon_area>div{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding-top: 130px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120px 120px;
	
	font-size: 15px;
	line-height: 18px;
	
	cursor: pointer;
	transition: all .3s;
}
.sm_view div.icon_area{
	padding: 20px 30px;
}
.sm_view div.icon_area>div{
	box-sizing: border-box;
	height: 80px;
	padding: 20px 10px 0 90px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 60px 60px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 10px 0;
	
	font-size: 24px;
	line-height: 40px;
		
	cursor: pointer;
}
.sm_view div.icon_area>div.l2{
	padding-top: 10px;
	line-height: 30px;
}
.touch_device div.icon_area>div:active,
.display_device div.icon_area>div:hover{
	opacity: .7;
}

/*外のサムネイル==============*/
div#out_thumb_area{
	display: grid;
	grid-gap: 2px;
	margin: 0 auto;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
}
.pc_view div#out_thumb_area{
	grid-template-columns:	repeat(8, 1fr);
}

@media screen and (min-width:1500px){
	/*.pc_view div#out_thumb_area{
		grid-template-columns:	1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}*/
}
.pc_view div#out_thumb_area.fr8{
	grid-template-columns:	repeat(8, 1fr); !important;
	max-width: 1680px;
}
.pc_view div#out_thumb_area.fr7{
	grid-template-columns:	repeat(7, 1fr); !important;
	max-width: 1680px;
}
.pc_view div#out_thumb_area.fr6{
	grid-template-columns:	repeat(6, 1fr); !important;
	max-width: 1440px;
}
.pc_view div#out_thumb_area.fr5{
	grid-template-columns:	repeat(5, 1fr); !important;
	max-width: 1200px;
}
.pc_view div#out_thumb_area.fr4{
	grid-template-columns:	repeat(4, 1fr); !important;
	max-width: 960px;
}
.pc_view div#out_thumb_area.fr3{
	grid-template-columns:	repeat(3, 1fr); !important;
	max-width: 900px;
}
.pc_view div#out_thumb_area.fr2{
	grid-template-columns:	1fr 1fr !important;
	max-width: 600px;
}
.pc_view div#out_thumb_area.fr1{
	grid-template-columns:	1fr !important;
	max-width: 300px;
}

.pc_view div#out_thumb_area.fr_fix{
	grid-template-columns:	repeat(6, 1fr) !important;
	max-width: 1200px;
}


.sm_view div#out_thumb_area{
	grid-template-columns:	repeat(4, 1fr);	
}
.sm_view div#out_thumb_area.fr3{
	grid-template-columns:	repeat(3, 1fr) !important;
}
.sm_view div#out_thumb_area.fr2{
	grid-template-columns:	repeat(2, 1fr) !important;
}
.sm_view div#out_thumb_area.fr1{
	grid-template-columns:	1fr !important;
	max-width: 320px;
}

.sm_view div#out_thumb_area.fr_fix{
	grid-template-columns:	repeat(4, 1fr);	
}


div#out_thumb_area>div{
	position: relative;
	overflow: hidden;
}
div#out_thumb_area>div:before{
	content: "";
	display: block;
	padding-top: 75%;
}
div#out_thumb_area>div>div[data-thumb_name]{
	display: none;
}
div#out_thumb_area.show_name>div>div[data-thumb_name]{
	display: block;
	position: absolute;
	width: calc(100% - 10px);
	left: 5px;
	bottom: 5px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
	pointer-events: none;
}
div#out_thumb_area.show_name>div>div[data-thumb_name]:after{
	content: attr(data-thumb_name);
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	word-break: break-all;
	color: #333333;
	background-color: rgba(255,255,255,.8);
}
.sm_view div#out_thumb_area.show_name>div>div[data-thumb_name]:after{
	padding: 3px;
	font-size: 10px;
	line-height: 12px;
}


div#out_thumb_area>div>div.out_thumb_img{
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,.1);
}
.display_device div#out_thumb_area>div>div.out_thumb_img{
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .3s;
}
.display_device div#out_thumb_area>div>div.out_thumb_img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.touch_device div#out_thumb_area>div:active{
	opacity: .7;
}


a#show_thumb{
	position: absolute;
	right: 3px;
	top: 100%;
}



/*TOP団長・副団長=======================-*/
div.dancho{
	display: grid;
}
.pc_view div.dancho{
	grid-template-columns:	1fr 1fr 1fr;
}
.pc_view div.dancho>div:nth-child(1){	grid-column: 1;		grid-row: 1; }
.pc_view div.dancho>div:nth-child(2){	grid-column: 2/4;	grid-row: 1; }
.pc_view div.dancho>div:nth-child(3){	grid-column: 1;		grid-row: 2; }
.pc_view div.dancho>div:nth-child(4){	grid-column: 2;		grid-row: 2; }
.pc_view div.dancho>div:nth-child(5){	grid-column: 3;		grid-row: 2; }
.pc_view div.dancho>div:nth-child(6){	grid-column: 1;		grid-row: 3;	padding: 20px 20px 0;}
.pc_view div.dancho>div:nth-child(7){	grid-column: 2;		grid-row: 3;	padding: 20px 20px 0;}
.pc_view div.dancho>div:nth-child(8){	grid-column: 3;		grid-row: 3;	padding: 20px 20px 0;}
.pc_view div.dancho>div:nth-child(9){	grid-column: 1/4;	grid-row: 4; }

.sm_view div.dancho{
	grid-template-columns:	1fr 1fr;
}
.sm_view div.dancho>div:nth-child(1){	grid-column: 1/3;		grid-row: 1; }
.sm_view div.dancho>div:nth-child(3){	grid-column: 1/3;		grid-row: 2;  padding: 0 25%;}
.sm_view div.dancho>div:nth-child(6){	grid-column: 1/3;		grid-row: 3; padding: 15px 0 50px;}

.sm_view div.dancho>div:nth-child(2){	grid-column: 1/3;		grid-row: 4; padding: 30px 0 0;}
.sm_view div.dancho>div:nth-child(4){	grid-column: 1;		grid-row: 5; }
.sm_view div.dancho>div:nth-child(5){	grid-column: 2;		grid-row: 5; }
.sm_view div.dancho>div:nth-child(7){	grid-column: 1/3;		grid-row: 6; padding: 15px 0 0;}
.sm_view div.dancho>div:nth-child(8){	grid-column: 1/3;		grid-row: 7; padding: 30px 0 0;}
.sm_view div.dancho>div:nth-child(9){	grid-column: 1/3;		grid-row: 8; }

/*TOP 湾岸SPLASH==========================*/
div.wangan_st{
	background-image: url(../img/wangan_st.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
div.wangan_st:before{
	content: "";
	display: block;
	padding-top: 50%;
}

/*ブースフォトギャラリー======================*/
.inner1_1_1.gallery1{
	grid-gap: 10px;
}
.inner1_1_1.gallery1>div{
	margin: 0 !important;
}
.w_gallery{
	width: 317px;
}
.sm_view .w_gallery{
	width: 278px;
}



