@charset "utf-8";

/* reset
--------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

img, iframe { vertical-align: bottom; }

/* general
--------------------------------------------------*/

/* link */
a {
	color: #4d4d4d;
	text-decoration: none;
	outline: none;
}

a:hover img, a:focus img { opacity: 0.5; }

a img { transition: opacity 0.2s; }

/* font */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

strong { font-weight: bold; }

.fs_09 { font-size: 2.8125vw; }
@media screen and (min-width: 640px) {
	.fs_09 { font-size: 18px; }
}

.fs_10 { font-size: 3.125vw; }
@media screen and (min-width: 640px) {
	.fs_10 { font-size: 20px; }
}

.fs_12 { font-size: 3.75vw; }
@media screen and (min-width: 640px) {
	.fs_12 { font-size: 24px; }
}

.fs_14 { font-size: 4.375vw; }
@media screen and (min-width: 640px) {
	.fs_14 { font-size: 28px; }
}

.fs_15 { font-size: 4.6875vw; }
@media screen and (min-width: 640px) {
	.fs_15 { font-size: 30px; }
}

.fs_16 { font-size: 5vw; }
@media screen and (min-width: 640px) {
	.fs_16 { font-size: 32px; }
}

.fs_17 { font-size: 5.3125vw; }
@media screen and (min-width: 640px) {
	.fs_17 { font-size: 34px; }
}

.fs_18 { font-size: 5.625vw; }
@media screen and (min-width: 640px) {
	.fs_18 { font-size: 36px; }
}

.fs_24 { font-size: 7.5vw; }
@media screen and (min-width: 640px) {
	.fs_24 { font-size: 48px; }
}

.fs_30 { font-size: 9.375vw; }
@media screen and (min-width: 640px) {
	.fs_30 { font-size: 60px; }
}

.lh_14 { line-height: 1.4em; }

.ta_c { text-align: center; }

.ta_r { text-align: right; }

.border { text-decoration: underline; }

/* margin・padding */
.mb_10 { margin-bottom: 3.125%; }

.mb_20 { margin-bottom: 6.25%; }

.p_10 { padding: 3.125%; }

.p_20 { padding: 6.25%; }

.prl_10 { padding: 0 3.125%; }

.pl_3em {
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}

/* color */
.accent { color: #eb6877; }

.gray { color: #999; }

.black { color: #1d1d1d; }

.red { color: #f00; }

.green { color: #54d5b8; }

.bg_y { background: #fff100; }

.bg_b {
	color: #fff;
	background: #313131;
}

/* float */
.fl { float: left; }

.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* arrow */
.ico_up, .ico_down, .ico_right { position: relative; }

.ico_up:after, .ico_down:after, .ico_right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6.6666%;
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
	transform: translateY(-50%);
}

.ico_down:after {
	border-width: 3.46vw 2vw 0 2vw;
	border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 640px) {
	.ico_down:after { border-width: 22.144px 12.8px 0 12.8px; }
}

.ico_right:after {
	border-width: 2vw 0 2vw 3.46vw;
	border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 640px) {
	.ico_right:after { border-width: 12.8px 0 12.8px 22.144px; }
}

.ico_up:after {
	border-width: 0 2vw 3.46vw 2vw;
	border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 640px) {
	.ico_up:after { border-width: 0 12.8px 22.144px 12.8px; }
}

.ico_up.arrow_02:after, .ico_down.arrow_02:after, .ico_right.arrow_02:after {
	width: 2vw;
	height: 2vw;
	border: solid #4d4d4d;
	border-width: 0 1px 1px 0;
}
@media screen and (min-width: 640px) {
	.ico_up.arrow_02:after, .ico_down.arrow_02:after, .ico_right.arrow_02:after {
		width: 12.8px;
		height: 12.8px;
	}
}

.ico_down.arrow_02:after { transform: translateY(-75%) rotate(45deg); }

.ico_right.arrow_02:after { transform: translateY(-50%) translateX(-25%) rotate(-45deg); }

.ico_up.arrow_02:after { transform: translateY(-25%) rotate(-135deg); }

/* table */
table { width: 100%; }

th { white-space: nowrap; }

/* layout
--------------------------------------------------*/

/* body */
body {
	max-width: 640px;
	margin: 0 auto;
	color: #4d4d4d;
	font-size: 4.375vw;/* 14px */
	font-family: "Yu Gothic", YuGothic, Meiryo, sans-serif;
	line-height: 1.8;
}
@media screen and (min-width: 640px) {
	body { font-size: 28px; }
}

img {
	width: 100%;
	height: auto;
}

/* vote */
.btn_vote {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #ccc;
	border-radius: 20px;
	cursor: pointer;
}

.btn_vote.on { background: #f099a2; }

.num_vote:before {
	content: "♥ ";
	color: #eb6877;
}

/* heading */
h2 {
	position: relative;
	margin: 0 3.125% 3.125%;
	padding-left: 5%;
	color: #1d1d1d;
	font-size: 5.625vw;
	line-height: 1.3em;
}
@media screen and (min-width: 640px) {
	h2 { font-size: 36px; }
}

h2:before, h2:after {
	content: "";
	position: absolute;
	left: 0;
	width: 3.125vw;
	height: 3.125vw;
	background: #54d5b8;
}
@media screen and (min-width: 640px) {
	h2:before, h2:after {
		width: 20px;
		height: 20px;
	}
}

h2:before { top: 0; }

h2:after { bottom: 0; }
	
h3 {
	margin: 0 3.125% 3.125%;
	font-size: 4.6875vw;/* 15px */
	border-bottom: solid 1px #eb6877;
}
@media screen and (min-width: 640px) {
	h3 { font-size: 30px; }
}

/* footer */
footer { padding: 0 3.125%; }

footer ul {
	border: solid 1px #4d4d4d;
	border-width: 1px 1px 0;
}

footer li p, footer li a, footer li.accordion {
	display: block;
	padding: 3.3333%;
	border-bottom: solid 1px #4d4d4d;
}

footer li p, footer li a { cursor: pointer; }

/* bnr_bottom */
.bnr_bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bnr_bottom a {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}

.bnr_bottom a:hover img, .bnr_bottom a:focus img { opacity: 1; }

/* detail
--------------------------------------------------*/

.detail h2 {
	padding-left: 0;
	color: #050505;
	font-size: 5w;
	line-height: 1.3em;
	border-bottom: solid 2px #54d5b8;
}
@media screen and (min-width: 640px) {
	.detail h2 { font-size: 32px; }
}

.detail h2:before, .detail h2:after {
	width: 0;
	height: 0;
	background: none;
}

.enquete {
	margin: 0 3.125% 6.25%;
	border-bottom: solid 1px #aaa;
}

.enquete .trigger {
	padding: 2%;
	background: linear-gradient(#fff, #eee);
	border: solid 1px #aaa;
	border-bottom: none;
	cursor: pointer;
}

.enquete table {
	width: 100%;
	border-right: solid 1px #ccc;
}

.enquete th, .enquete td {
	width: 50%;
	padding: 2%;
	border: solid 1px #ccc;
	border-width: 1px 0 0 1px;
}

.enquete th { background: #eee; }

.enquete td { text-align: right; }

.ico_crown_01, .ico_crown_02, .ico_crown_03 {
	background: no-repeat 25% center;
	background-size: 30px 30px;
}

.ico_crown_01 { background-image: url(../img/ico_crown_01.jpg); }

.ico_crown_02 { background-image: url(../img/ico_crown_02.jpg); }

.ico_crown_03 { background-image: url(../img/ico_crown_03.jpg); }
