@charset "utf-8";

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
	@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* --------------------------------
	Common
-------------------------------- */

body {
	font-family: 'Noto Sans Japanese',Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	background-color: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

#header {
	background: #fff;
}
#contents {
	background: #fff;
}

/****** Header Setting ********/


.header_logo_area {
	margin-right: 100px;
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}


/****** Side Setting ********/

/****** Footer Setting ********/
#footer {
    background: #fb6e40;
    border-top: 1px solid #fb6e40;
}
#footer a {
    color: #fff;
}
.footer_logo_area .copyright {
    color: #fff;
}
/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	width: 100%;
	position: absolute;
	right: 0; top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 65px;
}

#cart .inner {
	background: #f3f3f3;
}
.badge {
    background-color: #fb6e40;
}

/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}


/* Category area(PC) */
nav.category_pc {
    background-color: rgb(251, 110, 64);
}
	nav.category_pc ul {
    padding: 0 15px;
	}
	nav.category_pc ul li {
	    display: inline-block;
	    float: left;
	    text-align: center;
	    width: 14.2%;
	}
	nav.category_pc ul li:hover {
	    background-color: rgb(255, 130, 90);
	}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}

/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}

/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	background: #F8F8F8;
    padding-bottom: 15px;
}
#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
}
.newslist dl:last-child {
    border-bottom: none;
}
.newslist dl {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
}
.newslist dt .angle-circle {
    background: transparent;
}
.newslist dt .cb {
    fill: #666;
}
/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #d5d5d5;
	border: none;
	font-weight: bold;
	padding: 40px 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
    color: #bc2d2d;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}
.txt_bnr span {
    display: block;
    margin-top: 20px;
}
.item_gallery {
	clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
	margin-top: -1px;
	background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}


/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

	/* --------- common ---------- */

	/****** Header Setting ********/

	#header .copy {
	    display: none;
	}
	.header_logo_area .header_logo {
	    margin-top: 5px;
	}
	.header_logo_area {
	    min-height: 45px;
	}
	/****** Side Setting ********/


	/****** Effect Setting ********/


}
@media only screen and (min-width: 768px) {

	/* --------- common ---------- */

	#contents {
		padding-top: 30px;
	}

	/****** Header Setting ********/

	/****** Layout ********/

	/* header */

	#header .header_logo_area {
		float: left;
		margin-right: 265px;
	}
	#header #drawer #search {
		position: relative;
	}
	#search {
		background: none;
		padding: 0;
	}
	#member {
	    position: absolute;
	    right: 6px;
	    top: -2px;
	}
	.member ul li {
		display: inline-block;
	}
	.member_link a {
	    font-size: 16px;
	    font-size: 1.6rem;
	    height: auto;
	    line-height: 100%;
	}
	#header .copy {
	    margin-bottom: 5px;
	}
	#header .header_bottom_area {
	    padding-top: 5px;
	}
	/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

	#search select {
		width: auto;
		max-width: 180px;
	}
	/* cart */

	#cart .inner {
		position: absolute;
		right: 0; top: 0;
	}
	#cart_area {
		top: 40px; right: 16px;
	}
	#cart_area p {
		border: 1px solid #000;
		float: right;
		min-width: 256px;
	}
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area .inner {
		min-width: 256px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
	}


	/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
		padding-bottom: 7px;
	}
	#category_banner .col-sm-4.col-xs-6 {
	    padding-left: 7px;
	    padding-right: 7px;
	    line-height: 100%;
	}
	/* Comment Area */

	.front_page .comment_area h4 {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0 0 8px;
	}
	.front_page .comment_area h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	.front_page .comment_area p {
		font-size: 20px;
		font-size: 2rem;
		margin: 24px 0 24px;
	}

	/* news_area */

	.news_contents {
		padding: 0 16px 0 0;
	}

	#news_area .heading01 {
		padding: 16px;
		text-align: left;
	}
	#news_area {
		margin-bottom: 32px;
	}



	/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
		margin: 0 -16px;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: left;
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
  margin: 10px 0;
}
	/* New Items */
	#category_banner {
	    padding: 0 7px;
	}
	#category_banner, #new_items {
	    margin-bottom: 80px;
	}
		.front_page #contents #category_banner .row > div {
			padding-bottom: 15px;
		}
	#new_items .imgArea {
	    position: relative;
	}
		#new_items .imgArea .newicon {
		    position: absolute;
		    left: 0;
		    top: 0;
		    max-width: 45%;
		}
	#new_items h2 {
	     margin-bottom: 40px;
	}
	.border_b {
	    border-bottom: solid 1px;
	    padding-bottom: 10px;
	}
	#new_items .textArea {
	    padding: 10px 0;
	}
		#new_items .textArea .cat {
		    font-size: 14px;
		    font-size: 1.4rem;
		}
			#new_items .textArea .itemName {
			    margin-top: 10px;
			    margin-bottom: 10px;
			    font-size: 24px;
			    font-size: 2.4rem;
			    color: #fb6e40;
			}
	#category_banner .row,
	#new_items .row {
	    display: flex;
	    flex-wrap: wrap;
	}
		#new_items .row .items {
		    margin-bottom: 15px;
		    border-right: solid 1px #ccc;
		}
			#new_items .row .items:nth-child(4n) {
			    border-right: none;
			}
	/* txt_bnr */

	.txt_bnr_area {
		padding-left: 16px;
	}

	.txt_bnr {
		margin:0 0 16px;
	}
@media only screen and (max-width: 768px) {
	#new_items .row .items:nth-child(2n) {
	    border-right: none;
	}
}

.btnArea a {
    display: block;
    margin-top: 40px;
    padding: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 100%;
}
	.btnArea a:hover {
	    background-color: #fb6e40;
	}
	.btnArea .cb.cb-angle-right {
	    margin-top: -5px;
	}
@media only screen and (max-width: 767px) {
	#category_banner, #new_items {
	    margin-bottom: 0;
	}
	#new_items .btnArea a {
	    margin-top: 0px;
	    margin-bottom: 40px;
	}
	#new_items .textArea .itemName {
	    font-size: 20px;
	    font-size: 2.0rem;
	}
	.txt_bnr_area {
	    padding-left: 0;
	    margin-top: 20px;
	}
}
/* products list
------------------------------------------- */
.product_item.imgArea {
    position: relative;
}
	.product_item.imgArea .newicon {
	    position: absolute;
	    left: 0;
	    top: 0;
	    max-width: 45%;
	}
	.product_item.imgArea dt {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    font-size: 24px;
	    font-size: 2.4rem;
	    color: #fb6e40;
	}
#item_list .items {
    margin-bottom: 5.0rem;
    border-right: solid 1px #ccc;
}

	#item_list .items:nth-child(4n) {
	    border-right: none;
	}
.product_item.imgArea a {
    padding-bottom: 0;
}
.relative_cat_list ol {
    display: inline-block;
}
	.relative_cat_list ol li {
	    font-size: 1.3rem;
	    display: inline-block;
	}
	.relative_cat_list ol li a {
	    color: #333;
	}
@media only screen and (max-width: 768px) {
	#item_list .items:nth-child(2n) {
	    border-right: none;
	}
	.product_item.imgArea dt {
	    font-size: 20px;
	    font-size: 2.0rem;
	}
}

/* products detail
------------------------------------------- */
#page_product_detail #main {
    padding-top: 105px;
}
.product_page #item_detail_area .item_name {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    color: #ff6634;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 140%;
}
.product_page #item_detail_area .item_detail .sale_price {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
}
.product_page #item_detail_area .normal_price {
    font-size: 1.2rem;
}
.product_page #item_detail_area .normal_price, .sale_price {
    display: inline-block;
}
.product_page #item_detail_area .item_detail .item_code {
    padding: 14px 0;
    border-top: none;
    margin-top: 20px;
}
.product_page #item_detail_area #relative_category_box * {
    display: inline-block;
}
.product_page #item_detail_area .item_detail .relative_cat {
    padding: 14px 0;
    border-top: none;
    border-bottom: none;
}
.product_page .btn_area .btn {
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
}
.product_page .btn-primary {
    color: #fff;
    background-color: #c53f38;
    border-color: #c53f38;
}
	.product_page .btn-primary:hover {
	    background-color: rgba(197, 63, 56, 0.8);
	    border-color: rgba(197, 63, 56, 0.8);
	}
.product_page .cart_area .cb.cb-shopping-cart {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}
.product_page button#favorite.btn.btn-info {
    background-color: #ffdfbc;
    border: solid 1px #ffdfbc;
    color: #fb6e40;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	.product_page button#favorite.btn.btn-info:hover {
	    background-color: rgba(255, 223, 188, 0.6);
	    border: solid 1px rgba(255, 223, 188, 0.6);
	}
#item_detail_area .item_detail .item_comment {
    line-height: 180%;
}
@media only screen and (max-width: 768px) {
	#page_product_detail #main {
	    padding-top: 30px;
	}
	.product_page #item_detail_area .item_name {
	    font-size: 24px;
	    font-size: 2.4rem;
	    margin-top: 20px;
	}
}