@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/9/3
 */
/* !index
---------------------------------------------------------- */
#page_homepage #header {
	border-bottom: none;
}
#page_homepage #header .inner {
	padding: 0;
	max-width: none;
}
#page_homepage #header #topThreeArea .inner {
	padding: 0 10px;
	max-width: 1217px;
}
#page_homepage #header #headerIn {
	display: none;
}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual li {
	background: #000;
}
#mainVisual img {
	width:100%;
	opacity: 0.45;
	
}
#mainVisual .slick-slider {
    margin-bottom: 0;
}
#mainVisual .slick-active img {
	opacity: 1;
}

#mainVisual .slick-prev {
	left:30px;
	background: url(../img/ico_pre.png) no-repeat;
	background-size: 100% auto;
	text-indent:-9999px;
	border:none;
	width:14px;
	height:37px;
	position:absolute;
	top:50%;
	z-index:2;
	margin-top:-19px;
	text-indent:-999px;
	border: 0;
	padding: 0;
}
#mainVisual .slick-next {
	right: 30px;
	background: url(../img/ico_next.png) no-repeat;
	background-size: 100% auto;
	text-indent:-9999px;
	border:none;
	width:14px;
	height:37px;
	position:absolute;
	top:50%;
	z-index:2;
	margin-top:-19px;
	padding: 0;
}
@media screen and (max-width: 479px) {
	#mainVisual .slick-prev {
		left:15px;
		background: url(../img/ico_pre.png) no-repeat;
		background-size:10px;
		text-indent:-9999px;
		border:none;
		width:10x;
		height:30px;
	}
	#mainVisual .slick-next {
		right: 15px;
		background: url(../img/ico_next.png) no-repeat;
		background-size:10px;
		text-indent:-9999px;
		border:none;
		width:10px;
		height:30px;
	}
	#mainVisual .slick-arrow {
		margin-top:-15px;
	}
}
/* !teaser
---------------------------------------------------------- */
#topThreeArea {
	padding:148px 10px 52px 40px;
	background: #020f17;
}
#topThreeArea .imgL {
	float: left;
}
#topThreeArea .txtR {
	overflow:hidden;
	padding-left:30px;
	background: #020f17;
}
#topThreeArea .tit {
	padding-bottom:24px;
}
#topThreeArea .txt {
	padding-bottom:24px;
}
#topThreeArea .name {
	font-size:13px;
	text-align:right;
}
#topThreeArea .title {
	display:none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
	#topThreeArea {
		padding:40px 15px 0;
	}
	#topThreeArea .txtR {
		padding-left:0;
	}
	#topThreeArea .tit {
		padding: 20px 0 40px;
		text-align:center;
	}
	#topThreeArea .tit img {
		max-width: 100%;
		height:auto;
	}
	#topThreeArea .title {
		display: block;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		line-height:1.5;
		padding-bottom:40px;
	}
	#topThreeArea .title span {
		display: inline-block;
		font-size:30px;
	}
	#topThreeArea .imgL {
		float:none;
		text-align:center;
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#topThreeArea .sp {
		display: block!important;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#topThreeArea .tit img {
		width: auto;
	}
}
@media screen and (max-width: 530px) {
	#topThreeArea .sp img {
		width: 100%;
		height: auto;
	}
}

.topList01 li,
.topList02 li,
.topList03 li {
	float:left;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topList01 {
	margin-left:-16px;
	padding-bottom:30px;
}
.topList01 li {
	padding:0 0 60px 16px;
}
.topList01 .infor {
	font-size:12px;
	line-height:1.5;
	padding-top:9px;
}
.topList01 .infor a {
	display:block;
	padding-bottom:12px;
	text-decoration:underline;
}
.topList01 .infor a:hover {
	text-decoration:none;
}
.topList02 {
	padding-bottom:55px;
	margin-left:-16px;
}
.topList02 li {
	text-align:center;
	padding:0 0 30px 16px;
}
.topList03 {
	margin-left:-16px;
	padding-bottom:60px;
}
.topList03 li {
	font-size:12px;
	text-align:center;
	padding:0 0 40px 16px;
}
.topList03 li p+p {
	padding-top:10px;
}
.topList02 a:hover,
.topList03 a:hover {
	opacity: .7;
}
.topList03 img {
	width:162px;
	height:auto;
}
@media screen and (max-width: 959px) {
	.topList01,
	.topList02,
	.topList03 {
		padding:0 15px;
	}
}
@media screen and (max-width: 767px) {
	.topList01,
	.topList02,
	.topList03 {
		margin-left:-15px;
	}
	.topList01 {
		padding-bottom:0;
	}
	.topList01 li {
		width:50%;
		text-align:center;
		padding:0 0 25px 15px;
	}
	.topList01 .infor {
		font-size:12px;
		line-height:1.5;
		padding-top:9px;
		text-align:left;
	}
	.topList01 .infor a {
		padding-bottom:12px;
	}
	.topList02 {
		padding-bottom:30px;
	}
	.topList03 {
		padding-bottom:30px;
	}
}
@media screen and (max-width: 479px) {
	.topList02 li,
	.topList03 li {
		float:left;
		width:50%;
	}
}
.topAccessBox .left {
	float:left;
	width:52%;
}
.topAccessBox .right {
	float:right;
	width:40%;
}
.topAccessBox .map {
	text-align:center;
	max-width: 466px;
}
.topAccessBox .map iframe {
	width: 100%;
}
.topAccessBox .right p+p {
	padding-top:28px;
}
.topAccessBox .text {
	padding-top:15px;
}
.topAccessBox .spe01 {
	display:block;
	padding-bottom:8px;
}
.topAccessBox .spe02 {
	background:#e7e7e7;
	margin-right:3px;
	padding:2px 5px;
	display:inline-block;
}
.topAccessBox .spe03 {
	display:block;
	padding-top:8px;
}
@media screen and (max-width: 959px) {
	.topAccessBox {
		padding:0 10px;
	}
	.topAccessBox .left {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	.topAccessBox .map {
		padding:0 15px;
		max-width: none;
	}
	.topAccessBox .text {
		padding:15px 15px 0;
	}
	.topAccessBox .right {
		float:none;
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 479px) {
	.topAccessBox {
		padding: 0;
	}
	.topAccessBox .spe02+.spe02 {
		margin-top:5px;
	}
}
.topBottomLink {
	padding:60px 0 20px;
}
.topBottomLink a {
	display:block;
	overflow:hidden;
}
.topBottomLink ul {
	
	width:100%;
}
.topBottomLink ul li {
	margin: 0 0 6px 0;
}
.topBottomLink .spe {
	margin-bottom:8px;
}
.topBottomLink .wid01 {
	width:125px
}
.topBottomLink .left {
	float:left;
	width:32.5%;
}
.topBottomLink .right {
	float:right;
	width:66.5%;
}
.topBottomLink .boxin {
	margin-left:-8px;
	margin-top:6px;
}
.topBottomLink .boxin p {
	float:left;
	width:33.33%;
	padding-left:8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topBottomLink a img {
	width:100%;
	-webkit-transition: all .35s ease-in-out; 
	-moz-transition: all .35s ease-in-out; 
	transition: all .35s ease-in-out; 
	-webkit-transform: scale(1.15); 
	-moz-transform: scale(1.15); 
	-ms-transform: scale(1.15); 
	-o-transform: scale(1.15); 
	transform: scale(1.15); 
	position: relative;
	z-index: 1;
}
.topBottomLink a:hover img { 
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1)
}
@media screen and (max-width: 959px) {
	.topBottomLink {
		padding:30px 15px 0 15px;
	}


	.topBottomLink .boxin {
		margin-left:-4px;
		margin-top:3px;
	}
	.topBottomLink .boxin p {
		padding-left:4px;
	}
	.topBottomLink .wid01 {
		width: 32%;
	}
}
/* !item_detail
---------------------------------------------------------- */
#item_photo_area .slick-dots {
	width: 30%;
	float: right;
	margin: 20px -6px;
}
#item_photo_area .slick-dots li {
	width: 50%;
	padding: 6px;
}
@media screen and (max-width: 767px) {
	#item_photo_area .slick-dots {
		width: 100%;
		position: static;
		margin: 0;
		float: none;
	}
	#item_photo_area .slick-dots li {
		width: 25%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#item_photo_area .slick-dots li button {
		width: 100%;
		height: auto;
	}
	#item_photo_area .slick-dots li button:before {
		display: none;
	}
	#item_photo_area .slick-dots li button.thumbnail img {
		width: 100%;
		height: auto;
	}
}
.itemDetailPan {
	padding-top:70px;
}
.itemCartBox {
	padding-top:28px;
}
.itemCartBox .itemLeft,
#item_detail_area {
	float:left;
	width:65%;
}
.itemCartBox .title,
#item_detail_area .title {
	font-size:24px;
	line-height:1.5;
	padding:8px 0;
}
.itemTable {
	width:100%!important;
}
.itemTable a {
//	text-decoration:underline;
}
.itemTable a:hover {
	text-decoration:none;
}
.itemTable .inpcom {
	text-align:right;
	line-height:27px;
	width:60px;
	padding: 0 8px;
	box-sizing:border-box;
	border:1px solid #c0c0c0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.itemTable th {
	padding:8px 0;
	width:18%;
	border-bottom:1px dashed #d9d9d9;
}
.itemTable td {
	padding:8px 0;
	border-bottom:1px dashed #d9d9d9;
}
.itemCartBox .itemRight {
	float:right;
	width:30%;
}
.itemCartBox .itemRight li {
	float:left;
	width:50%;
	padding:0 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.itemCartBox .itemBtn {
	text-align:center;
	padding-top:30px;
}
.itemCartBox input[type=submit]{
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background:#f4a32c;
	border:none;
	width:230px;
	cursor:pointer;
	border-bottom:1px solid #ee7b3d;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.itemCartBox input[type=submit]:hover{
	opacity: .7;
}
.itemCartBox .itemRight a:hover {
	opacity: .7;
}
.itemDetailPan .topList01 {
	padding:22px 0 10px;
}
.itemArea {
	padding:20px 16px 0;
}
.itemArea p+p {
	padding-top:30px;
}
#detail_description_box__body #add-cart {
	background-color: #f4a32c;
	border-color: #f4a32c;
}
#related_product_area {
	border-top: none!important;
}
@media screen and (max-width: 959px) {
	.itemDetailPan .topList01 {
		padding:22px 15px 10px;
	}
	.itemCartBox .itemLeft {
		float:none;
		width:100%;
		padding-top:30px;
	}
	.itemCartBox .itemRight {
		float:none;
		width:100%;
		padding:0 10px;
		margin-left:-10px;
		box-sizing:border-box;
	}
	.itemCartBox .itemRight li {
		float:left;
		width:25%;
	}
	.itemCartBox .itemRight li img {
		width:100%;
	}
	.itemCartBox .title {
		font-size:18px;
		line-height:1.5;
		padding:0 0 30px;
		text-align:center;
	}
	.itemCartBox input[type=submit]{
		width:100%;
		line-height:40px;
	}
	.itemTable {
		width:80%;
		font-size:12px;
	}
	.itemTable th {
		width:30%;
	}
}
@media screen and (max-width: 767px) {
	#item_detail_area {
		float: none;
		width: 100%;
	}
	.itemDetailPan {
		padding-top:35px;
	}
	.itemArea {
		padding:15px 10px 0;
	}
	.itemArea p+p {
		padding-top:15px;
	}
}


.sliderFor img {
	width: 100%;
}

#page_product_detail .stock0txt {
	text-align: center;
	margin: 10px 0 25px!important;
	font-size: 1.6rem;
	font-weight: bold;
	color: #DE5D50;
}
#shopping_confirm .heading02 {
	margin-bottom: 20px;
}
#shopping_confirm .column .cart_item.table {
	margin-top: 15px;
}

.registration_page .form_terms_link {
	margin-bottom: 20px;
}
.registration_page .form_terms_link a {
	color: #0092C4;
}
.btn_group p {
	margin-bottom: 10px;
}
.btn_group p a {
	border-radius:4px;
}
.complete_message {
	margin-bottom: 20px;
}
#page_shopping_complete .complete_message p strong {
	display: none;
}

.guidecontents h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.guidecontents p {
	margin-bottom: 20px;
}

#privacy_box__lead_header {
	font-weight: bold;
	margin-bottom: 20px;
}
#privacy_box__lead {
	margin-bottom: 20px;
}
#help_about_box__company_name {
	display: none;
}

.fbBTN {
	text-align: center;
	margin-top: 20px;
}
.fbBTN a {
	display: inline-block;
	border: 1px solid #111;
	padding: 10px;
	width: 300px;
	text-align: center;
}
.fbBTN a:hover {
	text-decoration: none;
}

.front_page .item_comment {
	display: none;
}
#footer a {
	color: #030303;
	/* color: #ffffff; */
}

#login_box .column .btn_area ul li a,
#login_box .column .message {
	color: #525263;
}

.footermailnotice {
	line-height:1.7;
	margin-top:10px;
	font-size:12px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.footermailnotice {
		padding-right:0;
	}
}
