/* 2017/08　WEBフォント導入 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/* @group system */


@charset "utf-8";

/* @group system */

/* svg icon */

.inner {
    max-width: 1150px;
    margin: 0 auto;
}

#page_homepage .inner,
#page_product_detail .inner{
	max-width: none;
	padding: 0;
}


/* @end */

/* @group index */

#column_center_one,#contents,#wrapper{
	float:none !important;
	width:auto !important;
}

#sliderbox{
	position: relative;
	min-width: 970px;
}

.flexslider{
	border: 0;
	margin-bottom: 0;
}

.flex-viewport img{
	width:100%;
	min-width:970px;
	height:auto;
}

.flex-control-nav{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -485px;
	z-index: 90;
	width: 970px;
}

.flex-control-thumbs img{
	opacity: 1;
	border: 2px solid #ffffff;
}

.flex-control-thumbs img.flex-active{
	border: 2px solid #666666;
}

.flex-control-thumbs li{
	width: 15%;
	margin-right: 1.666%;
}

#column_center_one h2{
	margin: 25px 0;
}

.top_bar_new{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px 0;
	text-align: center;
	background: #ffffff url("../img/top/arrow_top_bar_new.png") no-repeat right 20px center;
}

.top_bar_new a{
	display: block;
	font-size: 18px;
	color: #263251;
	text-decoration: none;
	font-weight: normal;
}

.top_bar_new a:hover{
	text-decoration: underline;
}

.index_bk_bar{
	background: #000000;
	padding: 40px 0;
	text-align: center;
	color: #ffffff;
}

#news-title-box{
	display: none;
}

.index_information_title{
	font-size: 25px;
	color: #263251;
	font-weight: normal;
	text-align: center;
	background: url("../img/top/index_information_title.png") no-repeat center center;
	margin: 50px 0 50px !important;
}

.index_pickup_left{
	width: 650px;
	float: left;
	margin-bottom: 50px;
}

.index_news{
}

.index_subtitle{
	text-align: center;
	font-size: 17px;
	color: #666666;
	margin-bottom: 30px;
	font-weight: normal;
}


#block-news {
    padding: 10px 0;
}
#news-title-box {
    background: url("../img/bloc/title-news.jpg") no-repeat;
    clear: both;
    overflow: hidden;
    height: 100%;
}
#rss-news {
    padding: 10px 0 0;
    line-height: 1.1;
    text-align: right;
    float: right;
}
#rss-news img{
    vertical-align: -0.3em;
    margin: 0 0 0 3px;
}
#block-news dl {
    height:140px;
    overflow:auto;
}
#block-news .end {
    margin: 0 0 7px;
    border-bottom: 1px dotted #CCCCCC;
}
.news-date {
    padding: 1px 3px 0 0;
    color: #990000;
    font-weight: bold;
    font-size: 90%;
}
.news-comment {
    margin: 0 0 7px;
    padding: 0 0 2px;
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
}
#block-news-mypage dl {
    padding: 0 0 10px;
}
#block-news-mypage .end {
    margin: 0 0 7px;
    border-bottom: 1px dotted #CCCCCC;
}

#block-news{
	border: 1px solid #000000;
	padding: 0 0 20px 20px;
}

#block-news dl {
	height: 140px;
}

#block-news .end{
	margin-right: 20px;
	padding: 15px 0;
	border-bottom: 1px dotted #000000;
}

.news-date{
	color: #666666;
	display: block;
}

#block-news .end a{
	color: #666666;
}

#column_center_one .index_news .block-center{
}

/* @group pickup */

.index_pickup{
}

.index_pickup_box,
.index_bn_box{
	width: 300px;
	float: left;
	margin: 0 25px 25px 0;
}

.index_pickup_box a{
	display: block;
	background: #ffffff;
	padding: 10px 0;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 5px;
}

.index_pickup_box a:hover{
	background: #666666;
	color: #ffffff;
}

.index_pickup_box a img{
	width: 100%;
	height: auto;
}

.index_pickup_box a h3{
	background: #d6e0eb;
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 76px;
}

.index_pickup_box a p{
	font-size: 14px;
	padding: 5px 15px;
	height: 60px;
}

.index_pickup_box a:hover h3{
	background: #333333;
	color: #ffffff;
}

.index_pickup_box a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/* @end */

/* @group weekly */

.index_weekly_box{
	width: 970px;
	margin: 0 -15px 60px 0;
}

.index_weekly{
	width: 470px;
	height: 390px;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

.index_weekly a{
	display: block;
	width: 470px;
	height: 390px;
	position: relative;
}

.index_weekly a:hover{
	background-color: rgba(255,255,255,0.5);
}

.index_weekly a h3{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	left: 0;
	bottom: 0;
	font-size: 16px;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.7);
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

.index_weekly a .index_weekly_day{
	width: 70px;
	background: #ffffff;
	font-size: 35px;
	color: #333333;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 25px;
}

.index_weekly a .index_weekly_year{
	width: 70px;
	background: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 25px;
}

.index_weekly a:hover .index_weekly_day,
.index_weekly a:hover .index_weekly_year{
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}

.index_weekly a:hover h3{
	color: #999999;
}

/* @end */

/* @group service */


.index_service{
	background: #ffffff;
	text-align: center;
	margin-bottom: 80px;
}

.index_service_left{
	width: 480px;
	float: left;
}

.index_service_right{
	width: 490px;
	float: right;
	text-align: center;
	color: #666666;
}

.index_service_right h3{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.index_service_btn{
	display: inline-block;
	width: 140px;
	padding: 4px 0;
	text-align: center;
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	font-size: 15px;
}

.index_service_btn:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	color: #ffffff;
	text-decoration: none;
}
/* @end */


/* @group productcategory */

.index_productcategory{
	background: url("../img/top/index_productcategory.jpg") no-repeat;
	background-size:cover;
	color: #ffffff;
	padding: 0;
}

.index_productcategory h2{
	font-size: 25px;
	color: #ffffff;
	background: url("../img/top/index_productcategory_title.png") no-repeat center center;
	padding: 30px 0 !important;
	text-align: center;
	font-weight: normal;
}

.index_productcategory ul{
	margin: 50px 0 0 0;
	text-align: center;
}

.index_productcategory ul li{
	width: 234px;
	display: inline-block;
	margin: 0 11px 50px 0;
}

/* @end */

.index_aboutshop_box1{
	width: 46%;
	float: left;
	text-align: center;
	margin: 20px 0 0 2%;
}

.index_aboutshop_box2{
	width: 46%;
	float: right;
	text-align: center;
	margin: 20px 2% 0 0;
}

.index_aboutshop_box1 h2,
.index_aboutshop_box2 h2{
	font-size: 17px;
	color: #666666;
	font-weight: normal;
}

.index_aboutshop_box1 img,
.index_aboutshop_box2 img{
	width: 100%;
	height: auto;
}

.index_aboutshop_text{
	text-align: left;
	margin: 30px 0 20px 0;
	color: #666666;
	line-height: 1.6;
	font-size: 14px;
}

.index_press_list{
	text-align: center;
	margin: 0;
	padding: 32px 0;
}

.index_press_list li{
	display: inline-block;
	padding: 0 90px;
}

.index_press_list li a:hover img{
	opacity: 0.7;
}

.index_aboutshop_title{
	font-size: 25px;
	color: #263251;
	background: url("../img/top/index_aboutshop_title.png") no-repeat center center;
	padding: 35px 0 !important;
	text-align: center;
	font-weight: normal;
}


.index_aboutshop_btn{
	display: inline-block;
	width: 140px;
	padding: 3px 0;
	text-align: center;
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	font-size: 15px;
}

.index_aboutshop_btn:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	color: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group product */

.product_inner{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	line-height: 26px;
	letter-spacing: 0.09em;
}

.text_white{
	color: #ffffff;
}

.recommend-box-wrap,
.recommend-box-wrap-end{
	margin-top: 20px;
}

#item_detail #detail_wrap{
	padding: 60px 0 0;
}

#item_detail #detail_wrap:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#item_detail{
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}

#item_photo_area{
	width: 50%;
	float: left;
}

#item_detail_area{
	width: 45%;
	float: right;
}

.detail_image_single img{
	width: 100%;
	height: auto;
}

#detail_image_box_slides_thumb{
	
}

#detail_image_box_slides_thumb:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#detail_image_box_slides_thumb a{
	width: 20%;
	float: left;
	display: block;
}

#detail_image_box_slides_thumb img{
	width: 100%;
	height: auto;
}

#item_detail{
	text-align: left;
}

#item_detail .item_name{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#detail_description_box__sale_price{
	font-size: 14px;
}

#detail_description_box__body dl{
	font-size: 13px;
}

#detail_description_box__body dt{
	width: 8em;
	float: left;
	padding: 15px 0;
}

#detail_description_box__body dd{
	padding: 15px 0 15px 10em;
	border-top: 1px dotted #666666;
}

#detail_description_box__body dd p{
	margin-bottom: 0;
}

#detail_description_box__body dd input{
	padding: 3px 5px;
	width: 5em;
}

.btn1{
	width: 100%;
	display: block;
	margin: 10px 0;
	font-size: 15px;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	background: #263251;
}

.btn2{
	width: 100%;
	display: block;
	margin: 10px 0;
	font-size: 15px;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	background: #5d8fc2;
}

#item_detail_area .item_detail #detail_not_stock_box__description_detail p{
	margin-bottom: 1em;
}

#item_detail_area .item_detail #detail_not_stock_box__description_detail p:last-child{
	margin-bottom: 0;
}

#detail_description_box__body dt.productprice{
	padding: 18px 0px 15px;
}


#detail_description_box__class_sale_price span{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#product_class{
	border-top: 1px dotted #666666;
	padding: 10px 0 0;
}

.cart_area{
	padding-top: 0;
}

/* @end */

/* @group cart */

    .page-heading {
        font-size: 24px;
        border-bottom: 1px solid #666666;
        padding: 16px 0 12px;
        margin: 0 16px 48px;
        text-align: left;
    }
    .heading01,
    .heading03 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .heading02 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background: #EFEFEF;
        padding: 8px 12px;
        margin: 20px 0 10px;
    }
    .heading05 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    #page_shopping #confirm_wrap,
    #page_amazon_pay_shopping #confirm_wrap
    {
	background: #ffffff;
	text-align: left;
}
#shopping-form h3{
    display: block;
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
}

/* @end */

/* @group cart_recommend */

#total_box__total_price{
	margin-bottom: 20px;
}

.cart_recommend{
	background: #ffffff;
	padding: 30px;
	clear: both;
}

.cart_recommend_head{
	width: 480px;
	margin: 0 auto;
	background: url("../img/cart/alt.png") no-repeat;
	padding: 10px 0 10px 80px;
	text-align: center;
}

.cart_recommend_head h3{
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: normal;
}

.cart_recommend_body{
	padding: 0 32px;
}

.cart_recommend_body:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cart_recommend_product{
	width: 200px;
	float: left;
	margin: 30px 29px;
	text-align: left;
	position: relative;
}

.cart_recommend_product:hover{
	opacity: 0.8;
}

.cart_recommend_point{
	background: #eff1b8;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 5px;
	text-align: center;
}

.cart_recommend_point{
	position: relative;
}

.cart_recommend_product_photo{
	margin-bottom: 20px;
}

.cart_recommend_point:after{
	
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-top: 10px solid #eff1b8;
	border-right: 8px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid transparent;
}

.cart_recommend_product h4{
	font-weight: normal;
	font-size: 11px;
	font-size: 1.1rem;
}

.cart_recommend_product a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

/* @end */




/* @group category */
.product_category_image{
	width: 100%;
	text-align: center;
}

.product_category_image img{
	margin: 0 auto;
}

.category_title_back{
	font-size: 18px;
	color: #263251;
	font-weight: normal;
	text-align: center;
	background: url("../img/category/product_category_bag.png") no-repeat center center;
	margin: 50px 0 50px !important;
	display: inline-block;
	width: 100%;
}

.category_product_box_left{
	width: 415px;
	float: left;
	margin-bottom: 50px;
}

.category_product_box_right{
	width: 415px;
	float: right;
	margin-bottom: 50px;
}

.category_product_box_left a,
.category_product_box_right a{
	display: block;
	background: #ffffff;
	border-radius: 5px;
	color: #333333;
	text-align: center;
}

.category_product_box_left a:hover,
.category_product_box_right a:hover{
	text-decoration: none;
	background: #666666;
	color: #ffffff;
}

.category_product_box_left p img,
.category_product_box_right p img{
	padding: 10px 0 0 0;
}

.category_product_box_left h3,
.category_product_box_right h3{
	font-size: 16px;
	margin: 10px 0 3px 0;
	font-weight: normal;
}

.category_product_box_left span,
.category_product_box_right span{
	font-size: 13px;
	color: #666666;
}

.category_product_name{
	display: inline-block;
	background: #e5e5e5;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 15px 0 15px 0;
	padding: 3px 5px;
}

.category_product_box_left a:hover img,
.category_product_box_right a:hover img{
	opacity: 0.5;
}

.category_product_box_left a:hover span,
.category_product_box_right a:hover span,
.category_product_box_left a:hover .category_product_name,
.category_product_box_right a:hover .category_product_name{
	color: #ffffff;
}

.category_product_box_left a:hover .category_product_name,
.category_product_box_right a:hover .category_product_name{
	background: #3d3d3d;
}

#fullpage .section{
	display: table;
}

/* @end */

#tradelaw_box{
	text-align: left;
}

#tradelaw_box dd li{
	margin-bottom: 20px;
}

#privacy_box__body_inner{
	text-align: left;
}

#privacy_box__body_inner ol li{
	margin-bottom: 20px;
}

#privacy_box__body_inner ol li ul{
	margin: 20px;
}

#privacy_box__body_inner ol li ul li{
	margin-bottom: 5px;
}

.gmo-payment-inner{
	margin: 0 20px;
}

#deliveradd_input_box__top_button,
#deliveradd_input_box__message p,
#complete_box__body p,
#top_box__footer,
#complete_box__footer,
#confirm_box__footer{
	margin: 30px 0;
}

.gmo-payment-inner{
	margin-bottom: 30px;
}

#confirm_box__confirm_button{
	margin: 10px 0;
}

#confirm_box__body form,
#top_box__body form{
	margin-top: 20px;
}

#product_class label {
	cursor:pointer;
}



#ifro-show-scenario-panel-button {
	right: auto !important;
	left: 30px;
}

#ifro-scenario-panel {
	right: auto !important;
	left: 1em;
}