@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: 70%;
	margin: 0 auto;
	padding: 60px 0;
}

#sp_wrap {
	overflow: hidden;
	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;
}

/* BUYボタン指定*/
ul.price {
	padding: 15px 0 30px 0;
}
ul.price li {
	width: 100%;
	display: block;
	font-size: 1.2rem;
	padding: 5px 12px 5px 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;
}
.bikou-area img {
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
body .bikou-area .brand-logo {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0 0;
}

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

ul.no2 .img_bottom {
	margin-top: 2%;
}

ul.st.no3 {
	margin-bottom: 0;
}
ul.no4 .img_top {
	margin-top: 2%;
}

ul.no5 .img_top {
	margin-top: 2%;
}
ul.st.no5 {
	margin-bottom: 2%;
}

ul.no8 .img_bottom, ul.no8 .img_top {
	margin-top: 2%;
}

ul.no9 .img_bottom, ul.no9 .img_top {
	margin-top: 2%;
}

ul.no11 .img_bottom {
	margin-top: 2%;
}

ul.st.no12 {
	margin-bottom: 2%;
}

ul.no13 .img_left, ul.no13 .img_right {
	margin-top: 2%;
}
ul.flexbox.no13 {
	display: flex;
	    flex-direction: column-reverse;
}

ul.no14 .img_bottom {
	margin-top: 2%;
}

ul.no15 .img_bottom {
	margin-top: 2%;
}

ul.no16 .img_bottom {
	margin-top: 2%;
}

ul.no17 .img_bottom {
	margin-top: 2%;
}
ul.st.no17 {
	margin-bottom: 2%;
}
ul.price.no17 {
	margin-bottom: 30px;
}

ul.no19 .img_bottom {
	margin-top: 2%;
}

}


/* 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: 50%;
	margin: 0 auto;
	padding: 80px 0;
}
.st {
	overflow: hidden;
}
.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 10% 150px;
}


.no1 li:nth-child(1) {
	margin-right: 1%;
}
.no1 li:nth-child(2) {
}

.no2 {
	-webkit-align-items: baseline;/*--- safari（PC）用 ---*/
	align-items: center;
}
.no2 li:nth-child(1) {
	flex-basis: 55%;
}
.no2 li:nth-child(2) {
	flex-basis: 35%;
}
.no2 li:nth-child(2) img {
	margin-top: 25%;
}

.no3 {
	-webkit-align-items: baseline;/*--- safari（PC）用 ---*/
	align-items: center;
}
.no3 li:nth-child(1) {
	flex-basis: 35%;
}
.no3 li:nth-child(2) {
	flex-basis: 55%;
}
.no3 li:nth-child(1) img {
	margin-top: 25%;
}

.flexbox.no3,.flexbox.no5,.flexbox.no9 {
	margin-bottom: 1%;
}

.no4 li:nth-child(1) {
	margin-right: 1%;
}

.no5 li:nth-child(1) {
	margin-right: 1%;
}
.no5 li:nth-child(2) {
	margin-right: 1%;
}

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

.no7 li:nth-child(1) {
	flex-basis: 65%;
	margin-right: 4%;
}
.no7 li:nth-child(2) {
	flex-basis: 35%;
}
.no7 li:nth-child(2) .img_bottom {
margin-top: 7%;
}

.no8 li:nth-child(1) {
	flex-basis: 40%;
	margin-right: 4%;
}
.no8 li:nth-child(1) .img_bottom {
margin-top: 2%;
}
.no8 li:nth-child(2) {
	flex-basis: 60%;
}

.no9 li:nth-child(1) img {
	margin-top: 35%;
}
.no9 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 1%;
}
.no9 li:nth-child(2) {
	flex-basis: 50%;
}
.no9 li:nth-child(2) .img_bottom {
margin-top: 2%;
}

.no10 {
	width: 40%;
	margin: 0 auto 150px;
}

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

.no12 li:nth-child(1) {
	flex-basis: 50%;
}
.no12 li:nth-child(2) {
	flex-basis: 40%;
}
.no12 li:nth-child(2) img {
	margin-top: 15%;
}
.flexbox.no12 {
	margin-bottom: 2%;
}

.no13 li {
	width: 66%;
	margin-right: 7px;
}
.no13  li:nth-child(1) img {
	width: 49%;
}
.no13 li:nth-child(1) .img_left {
	margin-right: 10px;
	}
.no13 li:nth-child(2) {
	flex-basis: 34%;
}

.no14 li:nth-child(1) img {
	margin-top: 25%;
}
.no14 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 1%;
}
.no14 li:nth-child(2) {
	flex-basis: 50%;
}
.no14 li:nth-child(2) .img_bottom {
margin-top: 2%;
}

.no15 li:nth-child(1) {
	flex-basis: 55%;
}
.no15 li:nth-child(2) {
	flex-basis: 35%;
}
.no15 li:nth-child(2) img {
	margin-top: 25%;
}

.no16 li.top {
	text-align: right;
}
.no16 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 1%;
}
.no16 li:nth-child(1) .img_top {
width: 70%;
text-align: right;
}
.no16 li:nth-child(1) .img_bottom {
margin-top: 2%;
}
.no16 li:nth-child(2) {
	flex-basis: 50%;
}

.no17 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 1%;
}
.no17 li:nth-child(2) {
	flex-basis: 50%;
}
.flexbox.no17 {
	margin-bottom: 2%;
}
.price.no17 {
	width: 40%;
	margin: 0 auto 150px;
}

.no18 {
	width: 40%;
	margin: 2% auto 150px;
}

.no19 li:nth-child(1) {
	flex-basis: 50%;
	margin-right: 1%;
}
.no19 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: 60%;
	margin: 0px auto 0px;
}
body .bikou-area p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.4;
	margin-top: 20px;;
}
}
/* ----------------------------------------------------------
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;
}


