@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #575757;
    background: #000000;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 14px;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;sa
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
header {
	background: #000;
	overflow: hidden;
}

header h1 {
	width: 70%;
	background: #b48f1c;
	float: left;
	padding-left: 13%;
	padding-top: 2%;
	padding-right: 3%;
	min-height: 40px;
	display: block;
}

header p.vblogo {
	width: 25%;
	float: left;
	padding-left: 2%;
	min-height: 40px;
}
nav{
	display: none;
	position: absolute;
	top:40px;
	width: 100%;
	background: #d8c380;
	left: 0;
	color: #FFF;
	z-index: 200;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 90%;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	display: block; 
	color: #FFF;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	top: 4px;
	z-index: 200;
	padding-left: 6px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* nav
================================================ */
 
/* contents
================================================ */
main {
	padding-top: 5%;
	background: #FFF;
}
.topMovie video {
	width: 100%;
}

.toptitlebanner {
	margin-bottom: 24px;
}
.titleBox {
	padding-top: 12px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 24px;
	width: 80%;
	margin: 0 auto;
}

.titleBox .sp {
	display: block;
}

.titleBox .pc {
	display: none;
}

.item-btnArea {
	width: 90%;
	margin: 0 auto;
}

.item-btnArea ul li {
	width: 47.5%;
	display: block;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.item-btnArea ul li:nth-child(even) {
	margin-right: 0%;
}
	
/* 下層ページ
================================================ */

.blandlogoArea {
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 24px;
}

.blandlogoArea h2 {
	display: block;
	float: left;
	width: 50%;
}

.blandlogoArea h2.mizuno {
	width: 20%;
}

.blandlogoArea .snsBox {
	float: right;
}
.blandlogoArea .snsBox ul li {
	display: inline-block;
	width: 20px;
	margin-right: 6px;
}

.mainMovie video {
	width: 100%;
}

.mainImg {
	background: #000;
	width: 100%;
	margin-bottom: 24px;
}

.item-common {
	width: 90%;
	margin: 0 auto;
}

.itemArea {
	width: 46%;
	float: left;
	margin-right: 8%;
	margin-bottom: 36px;
}
.itemArea:nth-child(even) {
	margin-right: 0;
}


.itemImg {
	margin-bottom: 24px;
}

.number {
	border-bottom: 1px solid #b48f1c;
	margin-bottom: 16px;
}

.number img {
	width: 15%;
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
}

.itemInfo {
	text-align: center;
	margin-bottom: 24px;
}

.itemName {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}

.color {
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 8px;
	overflow-wrap: break-word;
}

.shopbtn {
	background: #D6D6D6;
	border-radius: 6px;
}

.shopbtn a {
	display: block;
	border-radius: 6px;
	font-size: 11px;
}

.shopbtn a:hover {
	background: #ececec;
}

.swiper-container {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.contentsWarp {
	width: 90%;
	margin: 0 auto 24px;
}

.contentsWarp h3 {
	background: #335CE5;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5em;
	padding: 6px;
	border-top: 4px solid #6488ff;
	margin-bottom: 16px;
}
.contentsWarp .textWarp {
	margin-bottom: 12px;
}

.contentsWarp .textBox h4 {
	color: #102E91;
	font-size: 14px;
	margin-bottom: 8px;
}

.contentsWarp .textBox p {
	font-size: 12px;
	line-height: 1.5em;
}

.contentsWarp .textBox ul.point {
	margin-bottom: 16px;
	overflow: hidden;
}

.contentsWarp .textBox ul.point li {
	background: #DBDBDB;
	border-radius: 6px;
	text-align: center;
	padding: 6px;
	margin-bottom: 8px;
	font-weight: bold;
}

.contentsWarp .textBox ul.point li br {
	display: none;
}

.contentsWarp .textBox .flow p {
	color: #FFF;
	text-align: center;
	background: #102E91;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 8px;
	font-size: 12px;
}

.contentsWarp .textBox .flow p.arrow {
	background: none;
}

.contentsWarp .textBox .flow p.arrow img {
	width: 50px;
}

.imgBox {
	margin-top: 12px;
	margin-bottom: 12px;
}

.imgBox .note {
	font-size: 11px;
	line-height: 1.5em;
}

.contentsWarp .stepArea {
	overflow: hidden;
}

.contentsWarp .stepArea .stepBox {
	margin-bottom: 24px;
}

.contentsWarp .stepArea .stepBox h3 {
	font-size: 16px;
	line-height: 1.5em;
	color: #102E91;
	background: none;
	border-top: none;
	height: 46px;
}

.contentsWarp .stepArea .stepBox h3 img {
	width: 50px;
	float: left;
	margin-right: 6px;
	padding-top: 3px;
}

.contentsWarp .stepArea .stepBox h3.line01 {
	line-height: 46px;
}

.order-btn {
	overflow: hidden;
	margin-bottom: 24px;
}

.order-btn .site-btn {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: #F25D00;
	color: #FFF;
}

.order-btn .site-btn a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.order-btn .qr img {
	width: 30%;
	margin: 0 auto;
	display: block;
}

.order-btn .orderinfo {
	padding: 8px;
	background: #FFF7DB;
	text-align: left;
}

.order-btn .orderinfo dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.order-btn .orderinfo dl dd {
	font-size: 12px;
	line-height: 1.5em;
}

.contentsWarp .textBox .list {
	overflow: hidden;
	margin-bottom: 12px;
}

.contentsWarp .textBox .list ul {
	margin: 0;
}

.contentsWarp .textBox .list ul li {
	background: none;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.graphArea .graphBox h3 {
	background: none;
	border-top: none;
	text-align: center;
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
}

.graphArea .graphBox img {
	margin-bottom: 12px;
}

.graphArea .graph-icon {
	overflow: hidden;
}

.graphArea .graph-icon img {
	height: 10px;
	display: block;
	margin-bottom: 8px;
}

/*プレゼントフォーム*/
.present-common {
	background: #F2F2F2;
	padding-top: 48px;
	padding-bottom: 60px;
}

.presentWarp {
	width: 90%;
	margin: 0 auto;
}

.presentWarp h2 {
	background: #b48f1c;
	color: #FFF;
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 5px;
}

.presentWarp img {
	vertical-align: top;
	width: 7%;
	display: block;
	margin: 0 auto;
}
.p-title {
	margin-bottom: 12px;
}

.presentInfoBox {
	text-align: center;
	margin-bottom: 24px;
}

.presentInfoBox p {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.presentInfoBox p span {
	font-size: 24px;
}

.presentImg img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.presentImg {
	width: 46%;
	margin-right: 8%;
	float: left;
}
.presentImg:nth-child(even) {
	margin-right: 0;
}

.mizuno-presentImg img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.mizuno-presentImg img.pc {
	display: none;
}

.zamst-presentImg img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.victory-presentImg img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.mizuno-presentImg p,
.zamst-presentImg p {
	font-weight: normal;
	font-size: 12px;
}

.quizBox h3 {
	background: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 20px;
	padding: 6px;
	margin-bottom: 12px;
}

.quizBox p {
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 24px;
}

.quizBox .question {
	display: block;
	vertical-align: middle;
	border: 1px solid #b48f1c;
	border-radius: 6px;
	background: #FFF;
	color: #b48f1c;
	font-weight: bold;
	padding: 16px;
	font-size: 24px;
}

.app-form h3 {
	background: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 20px;
	padding: 6px;
	margin-bottom: 12px;
}

.app-form table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 24px;
}

.app-form table th {
	width: 30%;
	font-size: 10px;
	background: #D3D3D3;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #969696;
}

.app-form table td {
	width: 70%;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #EAEAEA;
	border-bottom: 1px solid #969696;
	padding-left: 2%;
}

.app-form table tr:last-child th,
.app-form table tr:last-child td {
	border-bottom: none;
}

.app-form p.note {
	font-size: 12px;
	color: #F00;
	margin-bottom: 12px;
}

.test {
	text-align: center;
	background: #F00066;
	border-radius: 6px;
	padding-bottom: 12px;
	color: #FFF;
	display: block;
	padding-top: 12px;
}

/* 送信ボタン */
input.sub-btn {
	width: 200px;
	height: 46px;
	background: #F00066;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #F00066;
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F00066;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}

.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-address"],
.wpcf7 input[name="your-address2"] {
	width: 80%;
    height: 35px !important;
}

.wpcf7 input[name="quiz-answer"],
.wpcf7 input[name="your-name"] {
	width: 60%;
    height: 35px !important;
}

.wpcf7 input[name="your-zip-code"] {
	width: 40%;
    height: 35px !important;
}

		
/* footer
================================================ */
	footer {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 24px;
		text-align: center;
		background: #000;
		color: #FFF;
	}
	#footArea p {
		font-size: 10px;
	}

 
/*------------------------------------------------------
 smallTablet ~
------------------------------------------------------*/
@media screen and (min-width:600px) {
    /* タブレット端末以上から効くスタイル */   

	/* header
	================================================ */

	header h1 {
		padding-left: 8%;
		padding-top: 3%;
		padding-right: 3%;
		min-height: 60px;
		display: block;
	}
	header p.vblogo {
		padding-top: 2.5%;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		width: 40px;
		height: 40px;
		top: 14px;
	}
	nav{
		top:60px;
	}	
		
/* 下層ページ
================================================ */
	
/* footer
================================================ */	
	.bannerArea {
		clear: both;
		border-top: 1px solid #FFF;
		padding-top: 30px;
		text-align: center;
	}

	.bannerArea ul li {
		display: block;
		width: 300px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
	}

}


/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    /* タブレット端末以上から効くスタイル */   

	/* header
	================================================ */

	header h1 {
		padding-left: 8%;
		padding-top: 2%;
		padding-right: 3%;
		min-height: 60px;
		display: block;
	}
	
	header p.vblogo {
		width: 20%;
		padding-top: 2%;
		min-height: 60px;
	}
	header nav ul li {
		font-size: 16px;
	}
	
	.titleBox {
		width: 90%;
		margin: 0 auto;
	}
	.titleBox .sp {
		display: none;
	}
	
	.titleBox .pc {
		display: block;
	}
	
	.quizBox p br {
		display: none;
	}
	.quizBox .question {
		font-size: 32px;
	}
	
	.size li {
		display: inline-block;
		margin-right: 12px;
	}
	
	.app-form table th {
		font-size: 14px;
		line-height: 1.5em;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.app-form p.sub-btn {
		width: 200px;
		margin: 0 auto;
	}
	
}


/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:1024px) {
    /* PC以上から効くスタイル */
    
    
	/* header
	================================================ */
	header h1 {
		padding-left: 8%;
		padding-right: 3%;
		display: block;
		width: 80%;
		padding-top: 24px;
		padding-bottom: 12px;
		min-height: 70px;
	}
	header h1 img {
		width: 65%;
	}
	
	header p.vblogo {
		width: 20%;
		padding-top: 24px;
	}
	
	header p.vblogo img {
		width: 75%;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		width: 45px;
		height: 45px;
		top: 26px;
	}
	nav{
		top:70px;
	}	
	
	main {
		width: 100%;
		padding-top: 24px;
	}
	
	.topMovie {
		background: #FFF;
		width: 100%;
		margin-bottom: 36px;
	}
	
	.toptitlebanner {
		background: #F00066;
	}
	
	.toptitlebanner img {
		display: block;
		width: 1280px;
		margin: 0 auto;
	}
	.item-btnArea {
		width: 900px;
		padding-bottom: 60px;
	}
	
	.item-btnArea ul li {
		width: 284px;
		display: block;
		float: left;
		margin-right: 24px;
		margin-bottom: 0;
	}
	.item-btnArea ul li:nth-child(even) {
		margin-right: 24px;
	}
	.item-btnArea ul li:last-child {
		margin-right: 0;
	}
	
	
	/* 下層ページ
	================================================ */
	.blandlogoArea {
		margin-bottom: 36px;
	}
	.blandlogoArea h2 {
		width: 15%;
	}
	.blandlogoArea .snsBox ul li {
		width: 30px;
	}
	
	.mainImg {
		background: #000;
		width: 100%;
	}
	.mainImg img {
		display: block;
		width: 1280px;
		margin: 0 auto;
	}
	.mainMovie {
		background: #000;
		width: 100%;
		margin-bottom: 36px;
	}
	.mainMovie video {
		display: block;
		width: 1280px;
		margin: 0 auto;
	}
	
	.item-common {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
	}
	.itemArea {
		width: 46%;
		float: left;
		margin-right: 8%;
		margin-bottom: 36px;
	}
	.itemArea:nth-child(even) {
		margin-right: 0;
	}
	.presentWarp {
		width: 900px;
		margin: 0 auto;
	}
	.presentWarp .p-title h2 {
		font-size: 36px;
	}
	.presentWarp .p-title img {
		width: 3%;
	}
	.blandlogoArea h2.mizuno {
		width: 140px;
	}	
	.presentInfoBox {
		overflow: hidden;
	}
	.presentInfoBox p {
		font-size: 34px;
	}
	.presentInfoBox p span {
		font-size: 44px;
	}
	.presentInfoBox p span br {
		display: none;
	}
	.presentImg {
		width: 46%;
		margin-right: 8%;
		float: left;
	}
	.presentImg:nth-child(even) {
		margin-right: 0;
	}
	.mizuno-presentImg img.pc {
		display: block;
	}
	.mizuno-presentImg img.sp {
		display: none;
	}
	.zamst-presentImg img {
		display: block;
		width: 600px;
		margin-bottom: 12px;
		margin-right: auto;
		margin-left: auto;
	}	
	.mizuno-presentImg p,
	.zamst-presentImg p {
		font-weight: normal;
		font-size: 14px;
	}	
	.quizBox {
		overflow: hidden;
		margin-bottom: 36px;
	}
	
	.quizBox p {
		font-size: 24px;
	}
	.quizBox .question {
		width: 80%;
		margin: 0 auto;
		font-size: 46px;
	}
	.quizBox .note {
		font-size: 12px;
		margin-top: 12px;
	}
	
	.contentsWarp {
		width: 880px;
		margin: 0 auto 24px;
	}
	.contentsWarp h3 {
		font-size: 24px;
	}
	
	.contentsWarp .textBox ul {
		width: 100%;
	}
	
	.contentsWarp .textBox ul.point li {
		float: left;
		margin-right: 12px;
		width: 23.95%;
		line-height: 1.5em;
		display: table-cell;
		vertical-align: middle;
	}
	
	.contentsWarp .textBox ul.point li br {
		display: block;
	}
	
	.contentsWarp .textBox ul.point li:last-child {
		margin-right: 0;
	}
	
	.textWarp .left {
		width: 48%;
		float: left;
	}
	.textWarp .right {
		float: right;
		width: 48%;
	}
	
	.stepArea {
		overflow: hidden;
	}
	
	.stepArea .stepBox {
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	
	.stepArea .stepBox:last-child {
		margin-right: 0;
	}
	
	.order-btn {
		overflow: hidden;
		width: 700px;
		margin: 0 auto;
	}
	
	.order-btn .site-btn {
		float: left;
		width: 580px;
		margin-top: 18px;
		font-size: 24px;
		padding: 12px;
	}
	
	.order-btn .qr img {
		float: right;
		width: 88px;
	}
	.order-btn .orderinfo {
		clear: both;
		padding: 20px;
	}
	
	.order-btn .orderinfo dl dt {
		font-size: 18px;
	}
	
	.order-btn .orderinfo dl dd {
		font-size: 16px;
		line-height: 1.8em;
	}
	.contentsWarp .textBox h4 {
		font-size: 22px;
	}
	.contentsWarp .textBox .list ul {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	
	.contentsWarp .textBox .list ul:last-child {
		margin-right: 0;
	}
	
	.contentsWarp .textBox .list ul li {
		font-size: 16px;
		line-height: 1.8em;
	}
	
	.graphArea {
		overflow: hidden;
	}
	
	.graphArea .left {
		width: 48%;
		float: left;
	}
	.graphArea .right {
		float: right;
		width: 48%;
	}
			
	.graphArea .graph-icon {
		overflow: hidden;
		clear: both;
	}
	
	.graph-icon {
		overflow: hidden;
	}
	
	.graph-icon img {
		float: left;
		margin-right: 12px;
	}
		
/* footer
================================================ */
	footer {
		min-height: 100%;
	}
					
}