@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* ######################################## キャンペーン ######################################## */

#campaign,
#product {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#campaign h2,
#product h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#campaign h2::before,
#product h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#campaign h2::after,
#product h2::after {
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#campaign h2::after {
	content: "－ キャンペーン －";
}

#product h2::after{
	content: "－ 商品情報 －";
}

/* ****************************** セクション ****************************** */

section + section {
	padding-top: 5px;
}

section > div {
	clear: both;
	position: relative;
	padding: 2.5em 50px;
	
	background: rgba(255, 255, 255, 0.85);
}

/* ****************************** 個別 ****************************** */

#campaign #music {
	/* overflow: hidden; */
	padding-left: 15px;
	/* height: 0; */
	
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-ms-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}

#campaign ol {
	color: #333333;
	font-size: 1.6rem;
}

#campaign ol span.secret {
	color: #cccccc;
}

#campaign div.youtube figure {
	display: inline-block;
	width: 250px;
	margin: 0 5px;
}

#campaign div.youtube figure div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}
#campaign div.youtube figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#campaign iframe {
	vertical-align: middle;
}

#campaign p.section-L1 {
	margin-top: 3em;
}

#campaign p.section-L3 {
	color: #336699;
	font-size: 1.4rem;
}

#campaign p.section-L3::before,
#campaign p.section-L3::after {
	top: 0.7em;
}

#campaign div.answers {
	margin: 2em 0;
	color: #336699;
	font-size: 1.5rem;
	text-align: center;
}

#campaign div.answers > div {
	display: inline-block;
	text-align: left;
	border: 1px solid #cccccc;
	
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

#campaign div.answers > div p {
	margin-top: 0;
	font-size: 2.0rem;
	font-family: "Trebuchet MS";
	font-style: italic;
	text-align: center;
	
	background: rgba(0, 0, 0, 0.05);
	border-radius: 10px 10px 0 0;
}

#campaign div.answers > div ul {
	list-style-type: none;
	margin: 0.5em 1em;
}

#campaign div.answers > div ul li::before {
	display: none;
}


#campaign div.tweet {
	text-align: center;
	line-height: 1.0;
}

#campaign div.tweet p {
	display: inline-block;
	font-size: 2.0rem;
	border: 2px solid #ffffff;
	background: #1b95e0;
	
	border-radius: 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#campaign div.tweet a {
	display: block;
	padding: 0.5em 1.2em;
	color: #ffffff !important;
	text-decoration: none;
}

#campaign div#hidden-contents {
	display: none;
}

/* ==================== フォームパーツ ==================== */

#form fieldset {
	margin: 1em 0 0 0;
	padding: 0.2em 20px 0.7em 20px;;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
#form fieldset:first-child {
	margin-top: 0;
}

#form fieldset legend {
	padding: 0 1em;
}

#form fieldset label {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.0;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#form fieldset legend strong {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 0.3em;
	padding: 3px 6px 2px 6px;
	color: #ffffff;
	line-height: 1.0;
	background: #cc0000;
	
	border-radius: 10px;
}

#form fieldset legend strong.ok {
	background: #336699;
}
#form fieldset legend strong.ok::before {
	content: "\f00c";
	margin-right: 0.3em;
	font-family: "FontAwesome";
}

#form fieldset div.error {
	overflow: hidden;
	height: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#form fieldset div.error p {
	padding: 0.8em 10px;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	
	background: #cc0000;
}

#form input,
#form textarea {
	vertical-align: bottom;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#form input,
#form textarea {
	padding: 5px 10px;
}

#form input[type="radio"] {
	vertical-align: top;
}

#form input#email {
	width: 400px;
}

#form #answer {
	list-style-type: none;
	margin-bottom: -0.3em;
}

#form #answer li {
	display: inline-block;
}
#form #answer li::before {
	display: none;
}
#form #answer li::after {
	content: "/";
	position: relative;
	top: -2px;
	margin: 0 1em -2px 1em;
	color: #999999;
}
#form #answer li:last-child::after {
	display: none;
}

#form #answer label {
	cursor: pointer;
}

#form select {
	padding: 5px 10px;
}

#form select option:first-child {
	color: #999999;
}

#form fieldset div.counter {
	display: inline-block;
	padding: 0.5em 1.5em;
	color: #ffffff;
	line-height: 1.0;
	vertical-align: bottom;
	background: #666666;
	
	border-radius: 5px;
}

#form p.submit {
	margin-top: 1em;
	text-align: center;
}

#form p.submit button[type="submit"] {
	display: inline-block;
	padding: 0.5em 1.2em;
	color: #ffffff;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 2.0rem;
	line-height: 1.0;
	border: 2px solid #ffffff;
	background: #1b95e0;
	
	border-radius: 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#form p.submit button[type="submit"][disabled] {
	color: rgba(255, 255, 255, 0.3);
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


