@charset "UTF-8";
/********** reset.css **********/
/*
html5doctor.comResetStylesheet
v1.6.1
LastUpdated:2010-09-17
Author:RichardClark-http://richclarkdesign.com
Twitter:@rich_clark
*/
html, body, main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}ol, ul{list-style:none;}blockquote, q{quotes:none;}blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title], dfn[title]{border-bottom:1pxdotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}input, textarea{vertical-align:middle;border-radius:0;-webkit-appearance:none;-webkit-overflow-scrolling:touch;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
body {
	font-family : YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	min-width: 1280px;
	margin: 0 auto;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.7;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.textImage {
	display: block;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/********** style.css **********/
.wrapper {
}
.header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
.header__wrapper {
	width: 1211px;
	margin: 0 auto;
}
.header__logo {
	background: url(../images/logo.png) top left no-repeat;
	width: 100px;
	height: 60px;
	display: inline-block;
	margin-left: 57px;
}
.header__sns {
	display: inline-block;
	float: right;
	margin-right: 54px;
}
.header__item {
	width: 42px;
	height: 42px;
	display: inline-block;
}
.header__item:nth-of-type(1) {
	margin-right: 8px;
}
.header__link {
	display: block;
	width: 42px;
	height: 42px;
}
.header__link.header__link--tw {
	background: url(../images/button_tw.png) top left no-repeat;
}
.header__link.header__link--fb {
	background: url(../images/button_fb.png) top left no-repeat;
}
.mainVisual {
	background: url(../images/background01.png) top left no-repeat;
	background-size: cover;
	width: 100%;
}
.mainVisual__image {
	background: url(../images/mainVisual.png) top left no-repeat;
	width: 1211px;
	height: 700px;
	margin: 0 auto;
}
.leadBlock {
	background: url(../images/background02.png) top center no-repeat;
}
.leadBlock__wrapper {
	width: 1117px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 64px;
}
.leadBlock__image {
	position: absolute;
	top: 17px;
	left: 26px;
	z-index: 2;
}
.leadBlock__text {
	font-size: 16px;
	text-align: center;
	line-height: 2.4;
	letter-spacing: -1.5px;
	position: relative;
	z-index: 10;
}
.leadBlock__text.leadBlock__text--top {
	padding-top: 70px;
}
.leadBlock__text + .leadBlock__text {
	margin-top: 45px;
}
.movieBlock {
	background: url(../images/background03.png) top center no-repeat;
	background-size: cover;
	padding: 82px 0 80px;
	position: relative;
}
.movieBlock__title {
	background: url(../images/sub-title01.png) top left no-repeat;
	width: 710px;
	height: 37px;
	margin: 0 auto;
}
.movieBlock__visual {
	width: 1280px;
	margin: 50px auto 0;
	font-size: 0;
}
.movieBlock__iframe {
	margin-left: 90px;
	display: inline-block;
	vertical-align: top;
}
.movieBlock__text {
	background: url(../images/caption01.png) top left no-repeat;
	width: 501px;
	height: 277px;
	display: inline-block;
	vertical-align: top;
	margin:  35px 0 0 35px;
}
.howtoBlock {
	background: url(../images/background04.png) top left no-repeat;
	background-size: cover;
	margin-top: -25px;
}
.howtoBlock__container {
	width: 1280px;
	padding: 100px 0 88px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	position: relative;
}
.howtoBlock__wrapper {
	width: 483px;
	display:inline-block;
	vertical-align: top;
}
.howtoBlock__title {
	margin: 0 auto;
}
.howtoBlock__title.howtoBlock__title--left {
	background: url(../images/list-title01.png) top left no-repeat;
	width: 228px;
	height: 118px;
}
.howtoBlock__title.howtoBlock__title--right {
	background: url(../images/list-title02.png) top left no-repeat;
	width: 483px;
	height: 118px;
}
.howtoBlock__wrapper + .howtoBlock__wrapper {
	margin-left: 60px;
}
.howtoBlock__list {
	margin-top: 62px;
}
.howtoBlock__item {
	position: relative;
	padding-left: 63px;
}
.howtoBlock__item:nth-of-type(n+2) {
	margin-top: 41px;
}
.howtoBlock__item::before {
	content:"";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 49px;
	height: 50px;
}
.howtoBlock__item:nth-of-type(1)::before {
	background: url(../images/list-num01.png) top left no-repeat;
}
.howtoBlock__item:nth-of-type(2)::before {
	background: url(../images/list-num02.png) top left no-repeat;
}
.howtoBlock__item:nth-of-type(3)::before {
	background: url(../images/list-num03.png) top left no-repeat;
}
.howtoBlock__item:nth-of-type(4)::before {
	background: url(../images/list-num04.png) top left no-repeat;
}
.howtoBlock__dt.howtoBlock__dt--left01 {
	background: url(../images/list-headline01.png) top left no-repeat;
	width: 271px;
	height: 23px;
}
.howtoBlock__dt.howtoBlock__dt--left02 {
	background: url(../images/list-headline02.png) top left no-repeat;
	width: 142px;
	height: 22px;
}
.howtoBlock__dt.howtoBlock__dt--left03 {
	background: url(../images/list-headline03.png) top left no-repeat;
	width: 261px;
	height: 23px;
}
.howtoBlock__dt.howtoBlock__dt--right01 {
	background: url(../images/list-headline04.png) top left no-repeat;
	width: 336px;
	height: 23px;
}
.howtoBlock__dt.howtoBlock__dt--right02 {
	background: url(../images/list-headline05.png) top left no-repeat;
	width: 286px;
	height: 22px;
}
.howtoBlock__dt.howtoBlock__dt--right03 {
	background: url(../images/list-headline06.png) top left no-repeat;
	width: 436px;
	height: 23px;
}
.howtoBlock__dt.howtoBlock__dt--right04 {
	background: url(../images/list-headline07.png) top left no-repeat;
	width: 355px;
	height: 23px;
}
.howtoBlock__dd {
	margin-top: 10px;
	line-height: 1.9;
	text-align: left;
	font-size: 16px;
	line-height: 1.9;
}
.howtoBlock__image {
	position: absolute;
	top: 664px;
	left: 174px;
}
.productBlock {
	background: url(../images/background05.png) top center no-repeat;
	margin: 50px 0 0;
	padding: 18px 0 98px;
}
.productBlock__title {
	background: url(../images/sub-title02.png) top left no-repeat;
	width: 182px;
	height: 38px;
	margin: 0 auto;
}
.productBlock__lineup {
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.productBlock__item {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}
.productBlock__item + .productBlock__item {
	margin-left: 200px;
}
.productBlock__name {
	margin: 10px auto 0;
}
.productBlock__name.productBlock__name--01 {
	background: url(../images/product-title01.png) top left no-repeat;
	width: 271px;
	height: 27px;
}
.productBlock__name.productBlock__name--02 {
	background: url(../images/product-title02.png) top left no-repeat;
	width: 172px;
	height: 26px;
}
.productBlock__text {
	font-size: 16px;
	text-align :left;
	line-height: 1.9;
	padding: 0 0 0 5px;
	margin: 25px auto 0;
	font-size: 16px;
	line-height: 1.9;
}
.productDetail {
	background: rgb(238,238,238);
	box-sizing: border-box;
	margin: 45px auto 0;
	border-radius: 10px;
	padding: 30px;
	width: 900px;
}
.productDetail__lead {
	letter-spacing: -1px;
}
.productDetail__title {
	font-size: 30px;
	letter-spacing: -3px;
	margin-top: 10px;
}
.productDetail__icon {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	color: #FFF;
	vertical-align: top;
	background: rgb(164,0,9);
	padding: 0.5em;
	border-radius: 5px;
	margin-left: 15px;
}
.productDetail__icon + .productDetail__icon  {
	margin-left: 8px;
}
.productDetail__info {
	font-size: 0;
}
.productDetail__inner {
	width: 420px;
	display: inline-block;
}
.productDetail__inner.productDetail__inner--right {
	width: 400px;
	float: right;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}
.productDetail__price {
	font-size: 20px;
	position: relative;
	margin-top: 23px;
}
.productDetail__price.productDetail__price--01::before {
	content: "";
	top: 8px;
	left: 0;
	display: block;
	position: absolute;
	border-top: 3px solid rgb(164,0,9);
	width: 275px;
}
.productDetail__price + .productDetail__price {
	margin-top: 14px;
}
.productDetail__button {
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}
.productDetail__button + .productDetail__button {
	margin-top: 20px;
}
.productDetail__link {
	color: #FFF;
	display: block;
	line-height: 80px;
	border-radius: 5px;
}
.productDetail__link.productDetail__link--red {
	background: rgb(164,0,9)
}
.productDetail__link.productDetail__link--blue {
	background: rgb(0,27,162);
}
.productDetail__dl + .productDetail__dl {
	margin-top: 22px;
}
.productDetail__dd {
	padding: 0 0 0 8px;
}
.footer {
	background: url(../images/background06.png) top left no-repeat;
	background-size: cover;
	color: #FFF;
	padding: 0 0 25px;
}
.footer__title {
	text-align: center;
	padding: 82px 0 0;
	font-size: 40px;
	font-weight: 600;
}
.footer__text {
	width: 900px;
	margin: 40px auto 0;
	font-size: 16px;
	line-height: 2.4;
}
.footer__copy {
	text-align: center;
	margin-top: 75px;
	font-size: 14px;
}