@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;
}

/*全体
---------------------------------------------*/
* {
	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%;
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 1px;
	font-size: 1.4rem;/* 14px */
	line-height: 1.8;
	background: #fff;
	color: #000;
	-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: #000;
	text-decoration: none;
}
#header-area {
	overflow: hidden;
}
#contents {
	width: 100%;
	margin: 0 auto;
}

/* SP ver */
@media screen and (max-width: 767px) {
.sp_none {
	display: none;
}
body {
	width: 100%;
	margin: 0 auto;
}
#head {
	width: 100%;
	padding: 0;
	margin: 0;
}

h2 {
	width: 50%;
	margin: 0 auto;
	padding: 60px 0;
}

#sp_wrap {
	overflow: hidden;
  margin-top: 100px;
	padding: 0 10px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 2.2;
	color: #000;
}

span {
	font-size: 7px;
}

ul.st {
	margin-bottom: 30px;
}
.flexbox {
	flex-direction: column;
}
.nomal {
}
ul.no2 {
	display: flex;
	flex-direction: column-reverse;
}
/* BUYボタン指定*/
ul.price {
	padding: 15px 0 30px 0;
}
ul.price li {
	width: 100%;
	display: block;
	font-size: 1.2rem;
	padding: 10px 12px 10px 10px;
	border-bottom: 1px solid #eee;
}
ul.price li p {
}
ul.price li a {
	margin-top: -26px;
	float: right;
	text-align: right;
	padding: 0;
	color: #000;
	text-decoration: none;
}
ul.price li a:hover {
	color: #999;
	text-decoration: none;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}
/* bikou-area */
.bikou-area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.bikou-area img {
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
body .bikou-area .brand-logo {
	width: 70%;
	margin: 0 auto;
	padding: 40px 0 0;
}

body .bikou-area p {
	padding: 45px 20px 0;
	margin: 0 auto;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 2.4;
	color: #000;
}

ul.no6 li.img ,ul.no10 li.img {
	margin-top: 20px;
}

ul.no6 ,ul.no12 {
	margin-bottom: 70px;
}

ul.no6 ,ul.no12 {
	display: flex;
	flex-direction: column-reverse;
}

ul.no12 li.img{
	margin-top: 10px;
}

}


/* PC ver */
@media only screen and (min-width: 768px) {
.pc_none {
	display: none;
}
#head {
	background: url("../img/main_pc.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;/* 横幅もいっぱいに*/
	height: 100%;/* 高さを画面いっぱいに指定する(vhが効かない場合の対策)*/
	height: 100vh;/*高さを画面いっぱいに指定する*/
	position: relative;/* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。*/
}
h2 {
	width: 30%;
	margin: 0 auto;
	padding: 80px 0;
}
.st {
	overflow: hidden;
	padding-bottom: 8%;
}
.nomal {
	margin: 0 auto;
}
.flexbox {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
  margin: 0 50px 100px;
}

.no1 ,.no2 ,.no3 ,.no7 ,.no8 ,.no13 ,.no14 {
	width: 50%;
	height: auto;
	margin: 100px auto;
}

.no4 {
	-webkit-align-items: baseline;/*--- safari（PC）用 ---*/
	align-items: center;
}
.no4 li:nth-child(1) {
	flex-basis: 55%;
	margin-right: 4%;
}
.no4 li:nth-child(2) {
	flex-basis: 45%;
}

.no5 {
	width: 50%;
	height: auto;
	margin: 0 auto 100px;
}

.no6 li:nth-child(1) {
	flex-basis: 45%;
	margin-right: 4%;
}
.no6 li:nth-child(2) {
	flex-basis: 55%;
}
.no6 li:nth-child(2) img {
	margin-top: 15%;
}

.no9 {
	-webkit-align-items: baseline;
	align-items: flex-start;
}
.no9 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 4%;
}
.no9 li:nth-child(2) {
	flex-basis: 50%;
}

.no10 {
	-webkit-align-items: baseline;/*--- safari（PC）用 ---*/
	align-items: flex-start;
}
.no10 li:nth-child(1) {
	flex-basis: 60%;
	padding-top: 5%;
	margin-right: 4%;
}
.no10 li:nth-child(2) {
	flex-basis: 40%;
}

.no11 {
	-webkit-align-items: baseline;
	align-items: flex-start;
}
.no11 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 4%;
}
.no11 li:nth-child(2) {
	flex-basis: 50%;
}
.no11 li:nth-child(2) img{
	margin-top: 15%;
}

.no12 li:nth-child(1) {
	flex-basis: 50%;
	margin-top: 5%;
	margin-right: 4%;
}
.no12 li:nth-child(2) {
	flex-basis: 50%;
}


/* BUYボタン指定*/
ul.price {
	margin-top: 15px;
}
ul.price li {
	width: 100%;
	display: block;
	font-size: 1.1rem;
	padding: 8px 13px 8px 10px;
	border-bottom: 1px solid #eee;
}
ul.price li p {
}
ul.price li a {
	margin-top: -20px;
	float: right;
	text-align: right;
	padding: 0;
	color: #000;
	text-decoration: none;
}
ul.price li a:hover {
	color: #999;
	text-decoration: none;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}
}


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

/* PC ver */
@media only screen and (min-width: 768px) {
body .bikou-area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
body .bikou-area img {
	width: 35%;
	margin: 0 auto;;
}
body .bikou-area .brand-logo {
	width: 50%;
	margin: 70px auto 0px;
}
body .bikou-area p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.4;
	margin-top: 100px;;
}
}
/* ----------------------------------------------------------
Online Store
---------------------------------------------------------- */
body .online-area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	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.6rem;
}
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;
}
#btn_pagetop {
	font-size: 1.4rem;/* 14px */
	margin: 0 auto;
	text-align: right;
	margin-right: 4%;
	padding-bottom: 2%;
}
#btn_pagetop a {
	color: #000;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}
#btn_pagetop a:hover {
	color: #CCC;
}


