@charset "UTF-8";
/*リセット
--------------------------------------------*/
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, 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;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/*全体
---------------------------------------------*/
/* Scss Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*font-weight: normal;*/
	vertical-align: baseline;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 0.6em;
	line-height: 1.5;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	vertical-align: top;
	width: 100%;
}
a {
	color: #222;
	text-decoration: none;
}
#header-area {
	overflow: hidden;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}




/* SP ver */
@media screen and (max-width: 667px) {
.sp_none {
	display: none;
}
body {
	width: 100%;
	margin: 0 auto;
}
#head h1 {
	position: absolute;
	top: 45%;
	padding: 0 20px;
}
#sp_contents {
	overflow: hidden;
	padding: 0 10px;
	margin-top: 20px;
}
body #wrapper .sc img {
	margin: 0;
	padding: 0;
}
}



/* PC ver */
@media only screen and (min-width: 768px) {
.pc_none {
	display: none;
}
#head {
	background: url("../img/main_pc.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	height: 100vh;
	position: relative;/*  height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
height: 100vh; // 高さを画面いっぱいに指定する。
position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
width: 100%; // 横幅もいっぱいに。*/
}
#head h1 {
	position: absolute;
	top: 15%;
	right: 7.5%;
	width: 35%;
	;
}
body #wrapper .sc {
	padding-top: 80px;
	overflow: hidden;
}
body #wrapper .sc:after {
	content: "";
	display: block;
	clear: both;
}
/* sc1とcs8*/
body #wrapper .sc1, body #wrapper .sc8 {
	width: 51%;
	margin: 0 auto;
}
/* sc2とCS6*/
body #wrapper .sc2, body #wrapper .sc6 {
	width: 100%;
}
/* sc3とCS11 */
body #wrapper .sc3, body #wrapper .sc11 {
}
body #wrapper .sc3 .lk-l, body #wrapper .sc11 .lk-l {
	float: right;
	width: 51%;
}
body #wrapper .sc3 .lk-r, body #wrapper .sc11 .lk-r {
	float: right;
	width: 34%;
	margin-right: 83px;
	margin-top: 56px;
}
/* sc4*/
body #wrapper .sc4 {
	position: relative;
}
body #wrapper .sc4 .lk-l {
	float: left;
	width: 45%;
	margin-left: 43px;
}
body #wrapper .sc4 .lk-r {
	width: 33%;
	position: absolute;
	bottom: 0;
	left: 54%;
	margin-top: 25px;
}
/* sc5*/
body #wrapper .sc5 {
	position: relative;
}
body #wrapper .sc5 .lk-l {
	width: 50%;
	margin-left: 18%;
}
body #wrapper .sc5 .lk-r {
	position: absolute;
	bottom: 0;
	left: 70%;
}
/* sc７*/
body #wrapper .sc7 {
	position: relative;
}
body #wrapper .sc7 .lk-l {
	float: left;
	margin-top: 70px;
	width: 51%;
}
body #wrapper .sc7 .lk-l ul.price {
	position: absolute;
	bottom: 0;
	left: 53%;
}
body #wrapper .sc7 .lk-r {
	width: 40%;
	float: left;
	margin-left: 40px;
}
/* sc9とcs10*/
body #wrapper .sc9, body #wrapper .sc10 {
	width: 44%;
	margin: 0 auto;
}
/* cs12*/
body #wrapper .sc12 {
	position: relative;
}
body #wrapper .sc12 .lk-l {
	width: 46%;
	margin-left: 13%;
}
body #wrapper .sc12 .lk-r {
	position: absolute;
	bottom: 0;
	left: 61%;
}
/* cs13*/
body #wrapper .sc13 {
	position: relative;
}
body #wrapper .sc13 .lk-l {
	float: right;
	width: 70%;
}
body #wrapper .sc13 .lk-r {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-right: 20px;
}
/* cs14*/
body #wrapper .sc14 {
}
body #wrapper .sc14 .lk-l {
	float: right;
	width: 51%;
}
body #wrapper .sc14 .lk-r {
	float: right;
	width: 34%;
	margin-right: 83px;
	margin-top: 56px;
}
/* cs15*/
body #wrapper .sc15 {
	position: relative;
}
body #wrapper .sc15 .lk-l {
	width: 46%;
	margin-left: 13%;
}
body #wrapper .sc15 .lk-r {
	position: absolute;
	bottom: 0;
	left: 61%;
}
/* sc16*/
body #wrapper .sc1, body #wrapper .sc16 {
	width: 51%;
	margin: 0 auto;
}
}
/* ---------------.price共通 ----------------- */

/* SP ver */
@media screen and (max-width: 667px) {
ul.price {
	float: left;
	margin: 20px 0 20px 5px;
}
ul.price li {
	line-height: 180%;
}
ul.price li p {
	float: left;
	display: inline;
}
ul.price li p span {
	font-size: .8em;
	padding-right: 6px;
}
/* BUYボタン指定 */
ul.price li a {
	line-height: 200%;
	display: inline;
	background-color: #000;
	color: #fff;
	float: left;
	text-align: center;
	font-size: .6em;
	margin-left: 10px;
	padding: 0 6px 0 8px;
}
ul.price li a:hover {
	line-height: 200%;
	color: #fff;
	text-decoration: none;
	background: #000;
	margin-left: 10px;
	padding: 0 6px 0 8px;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}
ul.price li a i {
	padding-left: 5px;
}
/*//BUYボタン指定ここまで */

ul.price li:after {
	content: "";
	display: block;
	font-size: 0;
	visibility: hidden;
	height: 0;
	clear: both;
}
}
/* PC ver */
@media only screen and (min-width: 768px) {
ul.price {
	float: left;
	margin-top: 10px;
	padding-left: 3px;
}
ul.price li {
/*	box-sizing: border-box;
	padding: 8px 10px;	
*/	
}
ul.price li p {
	float: left;
	display: inline;
}
ul.price li p span {
	font-size: .8em;
	padding-right: 4px;
}
/* BUYボタン指定 */
ul.price li a {
	color: #000;
	border-bottom: 1px dotted #fff;
	display: block;
	float: right;
	text-align: center;
	font-size: .9em;
	padding: 2px 6px 2px 8px;
}
 ul.price li a:hover, {
 border-bottom: 1px solid #000;
 padding: 2px 6px 2px 8px;
 color: #fff;
}
ul.price li a i {
	padding-left: 5px;
}
ul.price li .hvr-sweep-to-top:before {
	background: #000;
}
/*//BUYボタン指定ここまで */

ul.price li:after {
	content: "";
	display: block;
	font-size: 0;
	visibility: hidden;
	height: 0;
	clear: both;
}
}
/* ---------------//.price共通 ----------------- */

/*======================================
.bikou-area(カタログの注意書き部分)↓↓
======================================*/

/* SP ver */
@media screen and (max-width: 667px) {
body .bikou-area {
	width: 100%;
	margin: 0 auto;
	padding: 60px 10px 20px 10px;
}
body .bikou-area .brand-logo {
	width: 40%;
	margin: 0 auto 20px;
}
body .bikou-area p {
	font-size: 1em;
	text-align: left;
	color: #000;
	line-height: 20px;
}
}

/* PC ver */
@media only screen and (min-width: 768px) {
body .bikou-area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
}
body .bikou-area .brand-logo {
	width: 18%;
	margin: 0 auto 40px;
}
body .bikou-area p {
	font-size: 1em;
	text-align: center;
	line-height:190%;	
}
}
/* ----------------------------------------------------------
Online Store
---------------------------------------------------------- */
body .online-area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}
body .online-area .inner h3 {
	color: #111;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
body .online-area .inner .onlinestore li {
	float: inherit;
	width: 100%;
}
body .online-area .inner .onlinestore li:first-child {
	margin-bottom: 20px;
}
body .online-area .inner .onlinestore li a {
	margin: 0 auto;
	display: block;
	width: 90%;
	color: #fff;
	background: #111;
	padding: 20px 0;
	text-decoration: none;
}
body .online-area .inner .onlinestore li a:hover {
	width: 90%;
	color: #fff;
	text-decoration: none;
	background: #666;
	padding: 20px 0;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}
 @media only screen and (min-width: 768px) {
body .online-area {
	width: 90%;
	max-width: 1000px;
}
body .online-area .inner h3 {
	color: #000;
	margin-bottom: 50px;
	margin-bottom: 30px;
	font-size: 1.2em;
	text-align: center;
}
body .online-area .inner .onlinestore {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
body .online-area .inner .onlinestore li {
	display: block;
	float: left;
	width: 48%;
	text-align: center;
}
body .online-area .inner .onlinestore li:first-child {
	margin-right: 4%;
}
body .online-area .inner .onlinestore li a {
	text-decoration: none;
	margin: 0 auto;
	display: block;
	width: 100%;
	color: #fff;
	background: #111;
	padding: 20px 0;
}
body .online-area .inner .onlinestore li a:hover {
	width: 100%;
	color: #fff;
	text-decoration: none;
	background: #666;
	padding: 20px 0;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}
}
/*footer*/
footer {
	font-size: .8em;
	text-align: center;
	width: 100%;
	padding: 10px;
	background: #000000;
	color: #fff;
}
