@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 共通設定
===============================================*/
body {
	margin: 0;
	margin: 0;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}


/*--------------------------------------
 文字
---------------------------------------*/
h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
	color: #000000;
	}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

/*a:hover{
	opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/

.svg a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1; /* svgのリンクがopacityをかけるとiPhoneだけリンクが動かないバグ対応 */
}

ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}
	
/*--------------------------------------
 画像
---------------------------------------*/
img {
	width: 100%;
	border:none;
	padding:0;
	margin:0;
	}

/*--------------------------------------
 文字
---------------------------------------*/
.copyA {
	font-size: 1.875rem;
	font-size: 30px;
	line-height: 2.4rem;
	font-weight: bold;
}

.copyB {
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.copyC {
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.copy {
	font-size: 1.25rem;
	font-size: 20px;
	line-height: 2rem;
	padding: 15px 0 10px;
}

.bcopy {
	font-weight: bold;
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 1.4rem;
	margin: 0 auto;
	text-align: left;
}

.name {
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.2rem;
	margin: 5px 0 0;
	text-align: left;
}

.read {
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.0rem;
	margin: 2px 0 0;
	text-align: left;
}

.btnA a {
	width: 100%;
	font-size: 0.8125rem;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1rem;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 10px auto 0;
	color: #fff;
	background: #006fd6;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.price {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------
スマホヘッダー
------------------------------------------------------------*/
#sp_header {
	background: #00b1f3;
}

#sp_header .navBtn {
	background:#00b1f3;
}

#sp_header #feature_title {
	color: #000;
	background: #fff600;
	font-weight: bold;
}

#sp_header .menu .sub_title {
	background: #006fd6;
}

/*------------------------------------------------------------
トップ設定
------------------------------------------------------------*/
#top_wrap {
	position: relative;
	width: 100%;
	margin: 75px auto 0;
	background: #00b1f3;
	overflow: hidden;
}


#top #top_products {
	position: absolute;
	top: 15%;
	width: 100%;
	height: 545px;
	margin: 0 auto;
	background: url(../img/products_sp.png) center top no-repeat;
	background-size: 100%;
}

#top #top_title .bcopy {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 70%;
	color: #fff;
	z-index: 99;
}

/*------------------------------------------------------------
ブランドから選ぶ
------------------------------------------------------------*/

#brand_wrap {
	width: 100%;
}

#brand {
	width: 100%;
	margin: 50px auto;
	position: relative;
}

#brand_wrap #icn_awa {
	position: absolute;
	top: 40px;
	left: -30px;
	z-index: 9999;
}

#brand_select {
	width: 95%;
	margin: 0 auto;
}

#brand .items {
	width: 47.5%;
	float:left;
	background: #fff;
	border: 6px solid #eee;
	padding: 10px;
	margin: 1.25%;
	box-sizing: border-box;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#brand .items img {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#brand .read {
	height: 30px;
	line-height: 1.0rem;
}

/*------------------------------------------------------------
おすすめから選ぶ
------------------------------------------------------------*/

#recommend_wrap {
	width: 100%;
	margin: 50px auto;
	position: relative;
}

#recommend_select {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#recommend_wrap .reco_select a {
	width: 23%;
	margin: 1%;
	height: 120px;
	float: left;
}


#recommend_wrap .reco_select span.text {
	display: block;
	font-weight: bold;
	padding-top: 70px;
	font-size: 0.625rem;
	font-size: 10px;
	line-height: 0.8rem;
	letter-spacing: -0.05em;
}

#recommend_wrap .reco_select span.text:after {
	font-size: 1.25rem;
	font-size: 20px;
	font-family: 'FontAwesome';
	content: "\f144";
	display: block;
	color: #00b1f3;
	margin-top: 5px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}


#recommend_wrap .icn1 a {
	background: url(../img/reco_01.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn2 a {
	background: url(../img/reco_02.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn3 a {
	background: url(../img/reco_03.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn4 a {
	background: url(../img/reco_04.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn5 a {
	background: url(../img/reco_05.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn6 a {
	background: url(../img/reco_06.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn7 a {
	background: url(../img/reco_07.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn8 a {
	background: url(../img/reco_08.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn9 a {
	background: url(../img/reco_09.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .icn10 a {
	background: url(../img/reco_10.jpg) center top no-repeat;
	background-size: 100%;
}

#recommend_wrap .recommend_boder {
	width: 100%;
	height: 20px;
	background: url(../img/reco_border.jpg) center top repeat-x;
	margin: 50px 0;
}


#recommend_contents {
	width: 100%;
	background: #eaf9ff;
	z-index: -999;
}

#recommend_contents #reco_comment {
	position: absolute;
	top: -110px;
	right:-140px;
	z-index: 9999;
}

#recommend_contents .item_wrap {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}

#recommend_contents .item_wrap .items {
	position: relative;
	margin-bottom: 80px;
}

#recommend_contents .item_title {
	border-top: 2px dashed #00b1f3;
	border-bottom: 2px dashed #00b1f3;
	padding: 10px 0;
	text-align: center;
	color: #00b1f3;
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.2rem;
	margin-bottom: 20px;
}

#recommend_contents .item_title .num {
	display: none;
}

#recommend_contents .item_title .copyA {
	display: block;
	margin-bottom: 5px;
}

#recommend_contents .item_box {
	width: 100%;
	position: relative;
	background: rgba(255,255,255,1);
	border: 6px solid #00b1f3;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin: 0 auto;
}

#recommend_contents .item_box .reco_icn1 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 10px;
	left: 10px;
	z-index: 999;
}

#recommend_contents .item_box .text {
	margin-top: 10px;
}

#recommend_contents .info{
	text-align: left;
	font-size: 0.8125rem;
	font-size: 13px;
}

#recommend_contents .info span {
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#recommend_contents .info span.free {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #00b1f3;
	padding: 0px 5px;
	border: 2px solid #00b1f3;
	box-sizing: border-box;
}

#recommend_contents .info span.sale10 {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background: #4ed000;
}

#recommend_contents .info span.sale20 {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background: #ff0000;
}

#recommend_contents .info span.sale30 {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background: #ff6000;
}

#recommend_contents .item_box span.brand {
	display: inline-block;
	margin-right: 10px;
}

#recommend_contents .item_box .price {
	font-weight: bold;
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 1.2rem;
	text-align: left;
	color: #ff0000;
	margin-top: 10px;
}

#recommend_contents .item_box .price:after {
	font-size: 1.0rem;
	font-size: 16px;
	content: "(税込)";
}

#recommend_contents .item_wrap .item_box .productA {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

#recommend_contents .item_wrap .item_box .productA .read {
	line-height: 1.2rem;
}


#recommend_contents .item_wrap .item_box .productB {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float:left;
}

#recommend_contents .item_wrap .item_box .productB .img{
	width: 100%;
}

#recommend_contents .item_wrap .item_box .productB .text{
	width: 100%;
}

#recommend_contents .item_wrap .item_box .productC {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float:left;
}

#recommend_contents .item_wrap .item_box .productC .img{
	width: 100%;
}

#recommend_contents .item_wrap .item_box .productC .text{
	width: 100%;
}


#recommend_contents .item_wrap .item_box .productB .read,
#recommend_contents .item_wrap .item_box .productC .read{
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
}

#recommend_contents .item_wrap .item_box img {
	width: 100%;
}

#recommend_contents .select_back a {
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	position: absolute;
	bottom: -35px;
	right: 0px;
	color: #00b1f3;
}

#recommend_contents .select_back a:after {
	font-family: 'FontAwesome';
	content: "\f144";
	margin-left: 5px;
	display: inline-block;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}


#recommend_contents .item_list_box {
	width: 100%;
	position: relative;
	background: #d4f0fd;
	padding: 5px;
	box-sizing: border-box;
	margin: 40px auto 0;
}

#recommend_contents .item_list_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#recommend_contents .item_list_wrap .items {
	position: relative;
	margin-bottom: 100px;
}

#recommend_contents .item_list_wrap.clm5 ul li {
	/*float: left;
	width: 20%;*/
	padding: 5px;
	box-sizing: border-box;
}

#recommend_contents .item_list_wrap.clm5 ul li .img{
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-sizing: border-box;
}

#recommend_contents .item_list_wrap.clm5 ul li img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100%;
}


#recommend_contents .item_list_box .info {
	margin-top: 10px;
}

#recommend_contents .item_list_box .name {
	font-weight: bold;
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.0rem;
	text-align: left;
	padding: 0 0 10px;
}

#recommend_contents .item_list_box .price {
	font-weight: bold;
	font-size: 1.25rem;
	font-size: 20px;
	line-height: 1.2rem;
	text-align: left;
	color: #ff0000;
}

#recommend_contents .item_list_box .price:after {
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.2rem;
	content: "(税込)";
}

#recommend_contents .item_list_box .info span {
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.2rem;
}

/*--------------------------------------
価格から選ぶ
---------------------------------------*/
#price_wrap {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url(../img/products_sp.png) center bottom no-repeat;
	background-size: 100%;
}

#price_wrap #price{
	width: 95%;
	margin: 0 auto;
}

#price_wrap .price_select {
	width: 47.5%;
	margin: 1.25%;
	float: left;
}

#price_wrap .price_select span.text {
	display: block;
	font-weight: bold;
	line-height: 1.2rem;
}

#price_wrap .price_select span.text:after {
	font-family: 'FontAwesome';
	content: "\f144";
	display: inline-block;
	color: #00b1f3;
	margin-left: 5px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

/*--------------------------------------
カルーセルエリア
---------------------------------------*/
#container #slide {
	width: 100%;
	margin: 0 auto;
}

#container #slide img{
	margin: 0 auto;
}

#container .carousel_area .slick-prev,
#container .carousel_area .slick-next {
	top: 50%;
	z-index: 9999;
}

#container .carousel_area .slick-prev:before,
#container .carousel_area .slick-next:before {
	font-size: 32px; // IE8
	font-size: 2rem;
	color: #00b1f3;
	opacity: 1;
}

#container .carousel_area .slick-prev {
    left: -60px;
}
#container .carousel_area .slick-next {
    right: -60px;
}

#container .slick-slider {
	margin-bottom: 0;
}

#container .slick-dots
{
    position: absolute;
    bottom: -40px;
}

#container .slick-dots li button:before {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'FontAwesome';
    content: '\f111';
    opacity: 0.25;
    color: #006fd6;
}

#container .slick-dots li.slick-active button:before {
    opacity: 1.0;
    color: #006fd6;
}

/*--------------------------------------
全シリーズ
---------------------------------------*/
#Allproducts_wrap #Allproducts a {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(../img/title_products.jpg) center top no-repeat;
	background-size: auto 100%;
}


/*--------------------------------------
コンテンツ設定
---------------------------------------*/
.main_title {
	width: 60%;
	margin: 20px auto;
}


/*--------------------------------------
	トップへ戻る
---------------------------------------*/
#gotop a {
	z-index:9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: rgba(0,111,214,0.75);
	font-size: 0.8rem;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 8px;
	box-sizing: border-box;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

#gotop a:before {
	font-size: 1rem;
	font-size: 16px;
	display: block;
	font-family: 'FontAwesome';
	content: "\f106";
}
