/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", Meiryo, sans-serif, monospace;
	font-size: 16px;
	box-sizing: border-box;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
	background-color: #fff;
}

img{vertical-align: top;}

.clear{clear:both;}

ul li{	text-decoration: none; list-style: none;}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a { outline: none; }
a:focus, *:focus { outline:none; }

Noto Sans JP{font-family: 'Noto Sans JP', sans-serif;}
Oswald{font-family: 'Oswald', sans-serif;}
Zen Maru Gothic{font-family: 'Zen Maru Gothic', sans-serif;}
Kiwi Maru{font-family: 'Kiwi Maru', serif;}
Mochiy Pop One{font-family: 'Mochiy Pop One', sans-serif;}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* menu_setting
================================================== */
.menu_wrapper{
	position: relative;
	width: 100%;
	padding: 0 0px;
	height: 60px;
	display: table;
	z-index: 100;
	transition: all 0.5s ease 0s;
	background-color: white;
	border-bottom: 1px solid #ee6f06;
}

.menu_left{
	display: table-cell;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	vertical-align: middle;
	background-color: #ee6f06;
	width: 5%;
	padding: 0 30px 0 20px;
	white-space: nowrap;
}

.menu_left a{
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: white;
}

.menu_right{
	padding: 0px 20px 0px 0px;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
}

.menu_right li{
	display: inline-block;
	padding: 0 20px;
}

.menu_right li a{
	color: #242c6c;
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.2em;
}

.menu_right li a:hover{
	color: #ee6f06;
}

.menu_icon{
	width: 42px;
	padding: 0 10px!important;
	vertical-align: middle;
}

/* first_view_wrapper_setting
================================================== */

.first_view_wrapper{
	width: 100%;
	display: block;
	position: relative;
	letter-spacing: -1em;
}

.first_view_box_style1{
	width: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

.first_view_box_style2{
	width: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.first_view_logo{
	width: 68%;
	margin: auto;
}

.first_view_title{
	font-family: 'Mochiy Pop One', sans-serif;
	width: 72%;
	background-color: #ee6f06;
	text-align: center;
	padding: 14px;
	margin: 20px auto;
	border-radius: 50px;
	color: white;
	font-size: 1.8em;
}



/* contents_setting
================================================== */

.contents_wrapper{
	width: 100%;
	background-image: url("../image/bg_monoguram.jpg");
	background-repeat: repeat;
}

.contents_border_style1{
	width: 100%;
	height: 30px;
	background-image: url("../image/border_style1.png");
	background-color: white;
}

.contents_border_style2{
	width: 100%;
	height: 30px;
	background-image: url("../image/border_style2.png");
	background-color: white;
}

.contents_border_style3{
	width: 100%;
	height: 30px;
	background-image: url("../image/border_style3.png");
	background-color: white;
}

.contents_box{
	padding: 60px 0 80px;
	min-height: 80vh;
}

.contents_img_box{
	width: 60%;
	margin: auto;
	transform: translate(-15px, 0%);
}

.contents_title_orange{
	position: relative;
	padding: 0.3em;
	background: #ee6f06;
	text-align: center;
	width: 64%;
	margin: 40px auto 0;
	border-radius: 50px;
	font-family: 'Mochiy Pop One', sans-serif;
	color: white;
	font-size: 2em;
}

.contents_title_orange:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 30px solid transparent;
	border-top: 30px solid #ee6f06;
	transform: translate(-30px, 0%);
	width: 0;
	height: 0;
}

.contents_title_blue{
	position: relative;
	padding: 0.3em;
	background: #0497fe;
	text-align: center;
	width: 64%;
	margin: 40px auto 0;
	border-radius: 50px;
	font-family: 'Mochiy Pop One', sans-serif;
	color: white;
	font-size: 2em;
}

.contents_title_blue:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 30px solid transparent;
	border-top: 30px solid #0497fe;
	transform: translate(-30px, 0%);
	width: 0;
	height: 0;
}

.contents_title_red{
	position: relative;
	padding: 0.3em;
	background: #e60012;
	text-align: center;
	width: 64%;
	margin: 40px auto 0;
	border-radius: 50px;
	font-family: 'Mochiy Pop One', sans-serif;
	color: white;
	font-size: 2em;
}

.contents_title_red:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 30px solid transparent;
	border-top: 30px solid #e60012;
	transform: translate(-30px, 0%);
	width: 0;
	height: 0;
}

.contents_text_style1{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	color: #242c6c;
	padding: 45px 0 30px;
}

.contents_text_style1_2{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	color: #242c6c;
	padding: 20px 0 10px;
}

.contents_text_style2{
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: #a14a02;
}

.img_shadow_orange{
	box-shadow: 15px 15px 0px 0px #f8be00;
	border: 2px solid #f8be00;
}

.img_shadow_blue{
	box-shadow: 15px 15px 0px 0px #0497fe;
	border: 2px solid #0497fe;
}

.img_shadow_red{
	box-shadow: 15px 15px 0px 0px #a51a20;
	border: 2px solid #a51a20;
}

.contents_bt_orange{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 1.4rem 4rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	border-radius: 100vh;
	background: #f8be00;
	color: #a14a02;
	outline: 2px solid #a14a02;
	outline-offset: -8px;
	box-sizing:content-box;
	box-shadow: 0 7px 0 6px #a14a02;
}

.contents_bt_orange:hover{
	margin: 10px auto 0px auto;
	box-shadow: 0 0px 0 2px #a14a02;
}

.contents_bt_blue{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 1.4rem 4rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	border-radius: 100vh;
	background: #0497fe;
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: -8px;
	box-sizing:content-box;
	box-shadow: 0 7px 0 6px #055892;
}

.contents_bt_blue:hover{
	margin: 10px auto 0px auto;
	box-shadow: 0 0px 0 2px #055892;
}

.contents_bt_red{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 1.4rem 4rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	border-radius: 100vh;
	background: #e60012;
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: -8px;
	box-sizing:content-box;
	box-shadow: 0 7px 0 6px #a51a20;
}

.contents_bt_red:hover{
	margin: 10px auto 0px auto;
	box-shadow: 0 0px 0 2px #a51a20;
}

.contents_bt_gray{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 1.4rem 4rem;
	font-family: 'Mochiy Pop One', sans-serif;
	
	font-size: 1.8em;
	border-radius: 100vh;
	background: #B5B5B5;
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: -8px;
	box-sizing:content-box;
	box-shadow: 0 7px 0 6px #333;
}

.contents_title_text{
	text-align: center;
	font-size: 2em;
	color: #0497fe;
	font-family: 'Mochiy Pop One', sans-serif;
}

/* UNITY_setting
================================================== */
.unity_box{
	margin: auto ;
	padding-top: 2%;
	padding-bottom: 0%;
	position: relative;
	display: table;
}

#unity-container{
	height: 40vw;
	width: calc(40vw * 0.75);
	margin: auto;
	min-width: 600px;
	min-height: 800px;
}

@media screen and (max-width: 699px){
	.booth_wrapper{
		padding-top: 4%;
	}
	
	#unity-container{
		height: 100vw;
		width: calc(100vw * 0.75);
		margin: auto;
		min-width: 100%;
		min-height: 100%;
	}
	
	.banner_style1{
		width: 75%;
		margin: auto;
		padding-bottom: 4%;
	}
}
/* footer_setting
================================================== */

.footer_wrapper{
	background-image: url("../image/contents_bg_1.jpg");
	background-size: cover;
	width: 100%;
	padding: 17% 0 2%;
	text-align: center;
	color: white;
	text-shadow:0px 0px 10px #284ed1;
}

/* twitter_setting
================================================== */

.twitter_box{
	width: 800px;
	margin: auto;
	padding-bottom: 50px;
	text-align: right;
}

.twitter_text_area{
	width: 100%;
	padding: 10px 0;
}

.twitter_text_style1{
	font-size: 20px;
	text-align: left;
	user-select: none;
}

#shareTextArea{
	resize: none;
	width: 100%;
	min-height: 88px;
	padding: 4px 8px;
	border-radius: 0.67em;
	background-color: white;
	border: 2px solid #29a3e7;
	user-select: none;
}
#shareTextArea::selection{ background:none; } 


#twitter{
	border-radius: 2em;
	background-color: #1da1f2;
	border: 0;
	padding: 8px 14px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
}

#twitter:hover{
	opacity: 0.8;
}


/* tablet_setting
================================================== */
@media screen and (max-width: 1499px){

	.first_view_title{
		font-family: 'Mochiy Pop One', sans-serif;
		width: 80%;
		background-color: #ee6f06;
		text-align: center;
		padding: 14px;
		margin: 20px auto;
		border-radius: 50px;
		color: white;
		font-size: 1.6em;
	}

	.twitter_box{
		width: 80%;
		margin: auto;
		padding-bottom: 50px;
		text-align: right;
	}

}

/* smartphone_setting
================================================== */
@media screen and (max-width: 699px){
	.menu_wrapper{
		display: none;
	}
	
	.first_view_box_style1{
		width: 100%;
		position: absolute;
		display: block;
		vertical-align: middle;
		letter-spacing: normal;
		bottom: 0;
		z-index: 99;
	}

	.first_view_box_style2{
		width: 100%;
		position: relative;
		display: block;
		vertical-align: middle;
		padding: 0 0 45% 0;
	}

	.first_view_logo img{
		filter: drop-shadow(0px 0px 8px #fff);
	}

	.first_view_title{
		font-family: 'Mochiy Pop One', sans-serif;
		width: 90%;
		background-color: #ee6f06;
		text-align: center;
		padding: 3% 4%;
		margin: 20px auto;
		border-radius: 50px;
		color: white;
		font-size: 1.1em;
	}

	.contents_box{
		padding: 30px 0 30px;
	}

	.contents_img_box{
		width: 86%;
		margin: auto;
		transform: translate(-10px, 0%);
	}

	.img_shadow_orange{
		box-shadow: 10px 10px 0px 0px #f8be00;
		border: 2px solid #f8be00;
	}

	.img_shadow_blue{
		box-shadow: 10px 10px 0px 0px #0497fe;
		border: 2px solid #0497fe;
	}

	.img_shadow_red{
		box-shadow: 10px 10px 0px 0px #a51a20;
		border: 2px solid #a51a20;
	}

	.contents_title_orange{
		position: relative;
		padding: 0.6em;
		background: #ee6f06;
		text-align: center;
		width: 90%;
		margin: 40px auto 0;
		border-radius: 50px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: white;
		font-size: 1.2em;
	}

	.contents_title_orange:after{
		position: absolute;
		content: '';
		top: 100%;
		left: 50%;
		border: 20px solid transparent;
		border-top: 20px solid #ee6f06;
		transform: translate(-20px, 0%);
		width: 0;
		height: 0;
	}

	.contents_title_blue{
		position: relative;
		padding: 0.6em;
		background: #0497fe;
		text-align: center;
		width: 90%;
		margin: 40px auto 0;
		border-radius: 50px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: white;
		font-size: 1.2em;
	}

	.contents_title_blue:after{
		position: absolute;
		content: '';
		top: 100%;
		left: 50%;
		border: 20px solid transparent;
		border-top: 20px solid #0497fe;
		transform: translate(-20px, 0%);
		width: 0;
		height: 0;
	}

	.contents_title_red{
		position: relative;
		padding: 0.6em;
		background: #e60012;
		text-align: center;
		width: 90%;
		margin: 40px auto 0;
		border-radius: 50px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: white;
		font-size: 1.2em;
	}

	.contents_title_red:after{
		position: absolute;
		content: '';
		top: 100%;
		left: 50%;
		border: 20px solid transparent;
		border-top: 20px solid #e60012;
		transform: translate(-20px, 0%);
		width: 0;
		height: 0;
	}

	.contents_text_style1{
		font-size: 1em;
		line-height: 1.6em;
		text-align: center;
		color: #242c6c;
		padding: 30px 0 20px;
		width: 90%;
		margin: auto;
	}

	.contents_text_style1_2{
		font-size: 1em;
		line-height: 1.6em;
		text-align: center;
		color: #242c6c;
		padding: 20px 0 20px;
		width: 90%;
		margin: auto;
	}

	.contents_text_style2{
		text-align: center;
		font-size: 1.6em;
		font-weight: bold;
		color: #a14a02;
	}

	.contents_bt_orange{
		position: relative;
		display: block;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		width: 50%;
		margin: 0 auto 10px auto;
		padding: 1.4rem 4rem;
		font-family: 'Mochiy Pop One', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		border-radius: 100vh;
		background: #f8be00;
		color: #a14a02;
		outline: 2px solid #a14a02;
		outline-offset: -8px;
		box-sizing:content-box;
		box-shadow: 0 7px 0 6px #a14a02;
	}

	.contents_bt_blue{
		position: relative;
		display: block;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		width: 50%;
		margin: 0 auto 10px auto;
		padding: 1.4rem 4rem;
		font-family: 'Mochiy Pop One', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		border-radius: 100vh;
		background: #0497fe;
		color: #fff;
		outline: 2px solid #fff;
		outline-offset: -8px;
		box-sizing:content-box;
		box-shadow: 0 7px 0 6px #055892;
	}

	.contents_bt_red{
		position: relative;
		display: block;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		width: 50%;
		margin: 0 auto 10px auto;
		padding: 1.4rem 4rem;
		font-family: 'Mochiy Pop One', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		border-radius: 100vh;
		background: #e60012;
		color: #fff;
		outline: 2px solid #fff;
		outline-offset: -8px;
		box-sizing:content-box;
		box-shadow: 0 7px 0 6px #a51a20;
	}

	.contents_title_text{
		text-align: center;
		font-size: 1.1em;
		color: #0497fe;
		font-family: 'Mochiy Pop One', sans-serif;
	}

}



