@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1130px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #fff;
	text-align: right;
	margin: 100px auto 0; 
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.mainTitle {
	width: 1130px;
	margin: 0 auto;
	position: relative;
}
.mainTitle div:nth-child(1),
.mainTitle div:nth-child(2),
.mainTitle div:nth-child(3),
.mainTitle div:nth-child(4)  {
	width: 420px;
	height: 280px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
}
.mainTitle div:nth-child(1) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/maincatch.png) no-repeat 0 30px;
	top: 0;
	left: 0;
	animation-name: anime1;
	animation-delay: 2s;
}
.mainTitle div:nth-child(2) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/mainimg01.png) no-repeat center top;
	top: 0;
	right: 0;
	animation-name: anime2;
	animation-delay: .30s;
}
.mainTitle div:nth-child(3) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/mainimg02.png) no-repeat center top;
	top: 300px;
	left: 0;
	animation-name: anime3;
	animation-delay: .80s;
}
.mainTitle div:nth-child(4) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/mainimg03.png) no-repeat center top;
	top: 300px;
	right: 0;
	animation-name: anime4;
	animation-delay: 1.30s;
}
.mainTitle div:nth-child(1):after {
	content: "";
	display: block;
	width: 188px;
	height: 38px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/catch_arrow.png) no-repeat center top;
	position: absolute;
	top: 215px;
	left: 185px;
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/maintitle.png) no-repeat center 95px;
	width: 930px;
	height: 636px;
	text-indent: -999em;
	font-size: 0;
	z-index: 5;
	margin: auto;
	padding-top: 95px;
	position: relative;
}
.lead {
	width: 930px;
	font-size: 16px;
	line-height: 2;
	margin: 50px auto 0;
}

	.mainTitle div {
		opacity: 0;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
		@keyframes anime1 {
			0% {opacity: 0; transform: translate3d(-500px,0,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}
		@keyframes anime2 {
			0% {opacity: 0; transform: translate3d(500px,0,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}
		@keyframes anime3 {
			0% {opacity: 0; transform: translate3d(-500px,0,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}
		@keyframes anime4 {
			0% {opacity: 0; transform: translate3d(500px,0,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}

/*==============================================
 バナー
============================================= */
.bnr {
	width: 930px;
	margin: 60px auto 0;
	overflow: hidden;
}
.bnr a {
	display: block;
	width: 450px;
	height: 140px;
	background: #111;
	border-radius: 15px;
	color: #fff;
	margin: 0 auto;
	float: left;
	transition: all ease .3s;
}
.bnr a + a {
	float: right;
}
.bnr a dl {
	height: 140px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/bnr_active.png) no-repeat 28px center;
	padding-left: 135px;
}
.bnr a + a dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/bnr_classic.png) no-repeat 28px center;
}
.bnr a dt {
	font-size: 24px;
	font-weight: bold;
	padding: 24px 7px 15px;
}
.bnr a dt small {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
.bnr a dd {
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 18px 5px 0;
}
.bnr a dd:before {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	vertical-align: 1px;
	transform: rotate(-90deg);
	margin-right: 10px;
}
.bnr a:hover {
	background: #2badf3;
}
.paragraph .bnr {
	margin: 100px auto 0;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #111;
	margin: 70px auto 0;
	padding: 50px 0;
}
.menu dl {
	display: table;
	width: 930px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	padding-left: 30px;
	box-sizing: border-box;
}
.menu dt span {
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #444;
	font-size: 12px;
	color: #fff;
	line-height: 31px;
}
.menu dd {
	display: table-cell;
}
.menu dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 20px auto;
}
.menu dd a em {
	display: inline-block;
	color: #2badf3;
	margin-right: 15px;
}
.menu dd a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #666;
	border-radius: 6px;
	vertical-align: 2px;
	margin-right: 15px;
}
.menu dd a:hover {
	opacity: .7;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 90px 0 110px;
}
.paragraph h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/ttlbg01.png) no-repeat center 0;
	font-size: 36px;
	font-weight: bold;
	color: #111;
	line-height: 1.45;
	text-align: center;
	margin: 0 0 80px;
	padding-top: 35px;
}
.paragraph h2 em {
	display: block;
	font-size: 18px;
	color: #2badf3;
	margin-bottom: 20px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: linear-gradient(transparent 60%, #bbe1f6 40%);
	font-weight: bold;
}
.paragraphIn .notice {
	margin: 80px auto;
}
.paragraphIn .notice li {
	font-size: 12px;
	line-height: 2;
}

#article02 {
	background: #f3f3f6;
}
#article04 {
	background: #f3f3f6;
	padding: 90px 0 50px;
}
#article04 .paragraphIn {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/matome_bg.png) no-repeat center bottom;
	padding: 0 0 420px;
}
#article04 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/ttlbg02.png) no-repeat center 0;
	padding-top: 40px;
}
#article04 h2 em {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
	position: relative;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox a span {
	display: block;
	width: 100%;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.imgBox strong span {
	display: inline-block;
	color: #2badf3;
}
.imgBox strong span:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_watchfit2/ttlarw.png) no-repeat center center;
	padding: 0 15px;
}

.set1 a {
	height: 370px !important;
}
.set1 strong + div > a {
	width: 555px;
}
.set1 a + div {
	width: 360px;
	float: right;
}
.set1 a + div a {
	width: 175px;
}
.set2 div {
	width: 620px;
	margin: auto;
}
.set2 div a {
	width: 200px;
	margin-right: 10px;
}
.set2 a:nth-of-type(2) {
	float: left;
}
.set2 a:nth-of-type(3) {
	float: right;
	margin: 0;
}



/*==============================================
 動画
============================================= */
.movBox {
	width: 640px;
	margin: 80px auto 0;
}
.movTit {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.mov {
	width: 640px;
	height: 360px;
	background: #111;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #111;
	padding: 100px 0;
}
.productBox .wrap {
	width: 930px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	margin: auto;
	padding: 95px 0 110px;
}
.productBox a {
	display: block;
	color: #111;
}
.productBox a + a {
	margin: 110px auto 0;
}
.productBox dt {
	font-size: 50px;
}
.productBox dt small {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-top: 14px;
}
.productBox dd:nth-of-type(1) {
	margin: 60px auto 0;
}
.productBox dd:nth-of-type(2) {
	width: 740px;
	height: 70px;
	background: #111;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 72px;
	margin: 50px auto 0;
	transition: all ease .3s;
}
.productBox dd:nth-of-type(2):before {
	content: "▼";
	display: inline-block;
	transform: rotate(-90deg);
	margin-right: 12px;
}
.productBox dd:nth-of-type(2):hover {
	background: #2badf3;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


