@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}

body {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-family: 'Hiragino Kaku Gothic ProN' , '游ゴシック Medium' , YuGothicM , YuGothic , 'Helvetica Neue' , メイリオ , Meiryo , sans-serif;
	color: #333;
	background: #060e28;
	-webkit-text-size-adjust: 100%;
	}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,figure {
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* img */
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: middle;
	border: 0;
	}

/* style */
.normal    {font-weight: normal;}
.bold      {font-weight: bold;}
.italic    {font-style: italic;}
.strike    {text-decoration: line-through;}
.underline {text-decoration: underline;}

/* color */
.red       {color: #f00;}
.gray      {color: #707070;}
.white     {color: #fff;}
.black     {color: #333;}

/* link */
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

/* br */
br.sp {display: none;}

@media (max-width: 750px){
body {font-size: 1.4rem;}
br.pc {display: none;}
br.sp {display: inline-block;}
}


/* ---------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------- */
.wrapper {
	width: 100%;
	max-width: 750px;
	height: 100%;
	margin: auto;
	}

.wrapper::after {
	content: "";
	width: 100%;
	max-width: 750px;
	height: 100%;
	background: url(../images/bg.png) no-repeat top center / 100% auto;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: -1;
	display: block;
}

.inner {
	min-height: calc(100% - 74px);
	padding: 60px 0 230px 0;
	}

h1 {
	width: 92%;
	margin: 0 auto 60px auto;
	}

.btn {
	width: 65%;
	max-width: 320px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #D64E9D;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	display: block;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.16);
	box-shadow: 2px 2px 4px rgba(0, 0, 0,0.16);
	}

.btn.answer {
	width: 55%;
	max-width: 160px;
	font-size: 2.0rem;
	border: 1px solid #707070;
	margin: 30px auto 0 auto;
	padding: 10px;
	}

.btn.commentary {background: #FAA36D;}
.btn.tweet      {background: #79726D;}
.btn.tokuten    {background: #43BCC6;}
.btn.enquete    {background: #6D9EFA;}

footer {
	background: #fff;
	margin-top: auto;
	padding: 20px;
	position: relative;
	z-index: 1;
	}

footer .logo {
	width: 180px;
	margin: auto;
	}

@media (max-width: 750px){
h1 {
	margin: 0 auto 40px auto;
	}

.inner {
	padding: 30px 0 115px 0;
	}

.btn {
	width: 70%;
	}

footer .logo {
	width: 90px;
	}
}


/* ---------------------------------------------------------- */
/* TOP
/* ---------------------------------------------------------- */
.answer-box {
	width: 80%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border: 1px solid #7e7e7e;
	border-radius: 20px;
	margin: 90px auto 0 auto;
	padding: 40px 0;
	}

.answer-box p {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	}

.answer-box input[type="text"] {
	width: 78%;
	font-size: 1.8rem;
	color: #333;
	border: 3px solid #707070;
	border-radius: 0;
	margin: 40px auto 0 auto;
	padding: 15px 10px;
	}

.answer-box .incorrect {
	font-size: 1.6rem;
	color: #f00;
	text-align: center;
	margin-top: 10px;
	}

@media (max-width: 750px){
.answer-box {
	border-radius: 10px;
	margin: auto;
	}

.answer-box p {
	font-size: 1.8rem;
	}

.answer-box input[type="text"] {
	font-size: 1.6rem;
	border: 2px solid #707070;
	}
}


/* ---------------------------------------------------------- */
/* MOVIE
/* ---------------------------------------------------------- */
.movie-box {
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border: 1px solid #7e7e7e;
	border-radius: 20px;
	margin: auto;
	padding: 20px;
	}

.movie-box .movie {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	}

.movie-box .movie video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

@media (max-width: 750px){
.movie-box {
	border-radius: 10px;
	}
}


/* ---------------------------------------------------------- */
/* COMMENTARY
/* ---------------------------------------------------------- */
.comment-box h2 {
	text-align: center;
	margin-bottom: 40px;
	}

.comment-box h2 img {
	height: 60px;
	}

.comment-box section {
	width: 73%;
	background: #fff;
	margin: 0 auto 40px auto;
	}

.comment-box section:last-child {
	margin: auto;
	}

.comment-box section h3 {
	line-height: 1;
	background: #c19dea;
	padding: 15px;
	}

.comment-box section:last-child h3 {
	background: #e252a0;
	}

.comment-box section .text {
	padding: 30px;
	}

.comment-box section .text h4 {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #faa36d;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 5px 10px;
	}

.comment-box section .text p {
	line-height: 1.6;
	}

.comment-box section .text p ,
.comment-box section .text .image {
	margin-bottom: 20px;
	}

.comment-box section .text img {
	width: 100%;
	}

.comment-box.hint {
	margin-top: 90px;
	}

.comment-box.hint {
	margin-top: 90px;
	}

.comment-box.hint section h3 {
	cursor: pointer;
	}

.comment-box.hint section .text p {
	margin-bottom: 30px;
	}

.comment-box section .text p:last-child ,
.comment-box section.hint .text p:last-child ,
.comment-box section .text .image:last-child {
	margin-bottom: 0;
	}

@media (max-width: 750px){
.comment-box h2 {
	margin-bottom: 30px;
	}

.comment-box h2 img {
	height: 40px;
	}

.comment-box section {
	width: 80%;
	margin: 0 auto 30px auto;
	}

.comment-box section .text {
	padding: 20px;
	}
}


/* ---------------------------------------------------------- */
/* POPUP
/* ---------------------------------------------------------- */
.popup {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: opacity .35s , visibility .35s;
	}

.popup.open {
	opacity: 1;
	visibility: visible;
	}

.popup_inner {
	width: 80%;
	max-width: 600px;
	max-height: 100%;
	}

.popup_bg {
	width: 100%;
	text-align: center;
	background: #fff;
	border: 10px solid #43BCC6;
	border-radius: 20px;
	margin: 20px 0;
	padding: 35px 0 30px 0;
	position: relative;
	}

.popup_inner .txt {
	margin-bottom: 20px;
	}

.popup_inner .txt img {
	height: 40px;
	}

.popup_inner p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	}

.popup_inner ul.btn_list {
	margin-top: 30px;
	}

.popup_inner ul.btn_list li {
	margin-bottom: 10px;
	}

.popup_inner ul.btn_list li:last-child {
	margin-bottom: 0;
	}

.popup_inner .close {
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	position: absolute;
	cursor: pointer;
	}

.popup_inner .close::before , 
.popup_inner .close::after {
		content: "";
		width: 30px;
		height: 6px;
		background: #555;
		margin-top: -3px;
		display: block;
		top: 50%;
		left: 0;
		position: absolute;
	}

.popup_inner .close::before {transform:rotate(45deg);}
.popup_inner .close::after  {transform:rotate(-45deg);}


@media (max-width: 750px){
.popup_bg {
	border-radius: 10px;
	}

.popup_inner .close {
	top: 15px;
	right: 15px;
	}
}