@charset "shift_jis";

/* --------------------------------------------------
 * base styles
 * ----------------------------------------------- */
html{
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}
.clearfix:after{
	display: block;
	clear: both;
	content: "";
}
.pull_left{
	float: left!important;
}
.pull_right{
	float: right!important;
}
.right{
	text-align: right!important;
}
.center{
	text-align: center!important;
}
.left{
	text-align: left!important;
}
.top{
	vertical-align: top!important;
}
.middle{
	vertical-align: middle!important;
}
.bottom{
	vertical-align: bottom!important;
}
.list{
}
ul.list li{
	margin-bottom: 6px;
	margin-left: 26px;
	list-style-type: disc!important;
}
ol.list li{
	margin-bottom: 6px;
	margin-left: 26px;
	list-style-type: decimal!important;
}
.fluid-image {
	max-width: 970%;
	height: auto;
}

.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}

.ml0 {margin-left:0px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}

.mb0 {margin-bottom:0px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
@media screen and (min-width: 769px) {
.pc-hide {
	display: none;
}}
@media screen and (max-width: 768px) {
	img {

	}
.sp-hide {
	display: none;
}
}
/* --------------------------------------------------
 * contents styles
 * ----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

#main {
	width: 100%;
}
#breadcrumb {
	position: relative;
	z-index: 3;
}
#breadcrumb li, #breadcrumb a {
	color:#333;
}
.logo_box {
	height: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.logo_box img {
    height: 67px;
    width: 719px;
}
.pickup {
    position: relative;
}
.box-main {
    display: flex;
    background-image: url(mv_bg.jpg);
    background-position: center center;
    background-size: cover;
	flex-shrink: 0;
}
.box-main img {
    margin: 55px auto -10px;
    position: relative;
    z-index: 5;
    width: 1200px;
    height: fit-content;
}

.box-coupon a:hover,
.box-banner a:hover {
	opacity: 0.9;
}
.box-coupon a,
.box-banner a {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.box_contents {
    padding-bottom: 120px;
    position: relative;
    background-image: url("bg.jpg");
}
.box_products {
	position: relative;
	padding-top: 23px;
}
.box-lead {
	width: 645px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: -27px;
	z-index: 1;
}
/*.box_products div a{
	position: relative;
	display: block;
}*/
.box_products div a span{
    position: absolute;
    background: url(btn_coupon_content.png) no-repeat;
    width: 818px;
    height: 111px;
    left: 7%;
    bottom: 25px;
    transition: all 0.5s;;
}
.box_products div a:hover span{
	opacity: 0.6;
}
.d-flex {
    display: flex; !important;
    justify-content: space-between; !important;
}
.category_area {
    margin-top: 100px;
}
.img_box {
    position: relative;
}
img.btn_01 {
    position: absolute;
    bottom: 40px;
    left: 65px;
    width: auto;
    height: auto;
    text-align: center;
}

img.btn_2c {
    position: absolute;
    bottom: 50px;
    left: 8%;
    height: auto;
    width: 385px;
}
.img-box_cp {
	position: relative;	
}
.img-box_cp .btn_cp {
	position: absolute;
	top: 240px;
    margin: auto;
    left: 0;
    right: 0;
}
.img-box_cp .btn_cp.off-500 {
	position: absolute;
	top: 600px;
}

.soldout_p {
    position: relative;
}
.soldout_p:before {
    content: "";
    background-image: url(soldout_pc.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-size: auto;
    top: 270px;
    right: 0;
    left: 240px;
    bottom: 0;
}	
.soldout_p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.soldout_2col {
    position: relative;
}
.soldout_2col:before {
    content: "";
    background-image: url(soldout_2c_pc.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-size: auto;
    top: -125px;
    right: 0;
    left: 0;
    bottom: 0;
}	
.soldout_2col:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
/* --------------------------------------------------
 * sp styles
 * ----------------------------------------------- */
@media screen and (max-width: 768px) {
.logo_box {
    height: 60px;
	padding: 10px;
}
.logo_box img {
    height: auto;
    width: 100%;
}
.box-main {
	padding: 0px;
	background-color: #FF0004;
	background-image: unset;
	background-size: unset;
	background-position: unset;
	height: auto;
	width: 100%;
}
.box-main img {
    margin: unset;
	height:100%;
	width: 100%;
	}
.box_contents {
    padding: 0 5% 60px 5%;
    background-size: inherit;
    background-position: -140px -127px;
    background-image: url(bg.jpg);
}
#main {
	width: 100%;
}	
img.btn_2c {
    display: none;
}
.img_box {
       width: 48%;
    height: auto;
}	
.img-box_cp .btn_cp {
    margin: auto;
    top: 155px;	
    left: 0;
    right: 0;
	width: 90%;
}
.img-box_cp .btn_cp.off-500 {
    margin: auto;
    top: 305px;	
    left: 0;
    right: 0;
}		
.box_products div a span {}	
img.btn_01 {
    width: 85%;
    left: 24px;
    bottom: 25px;
}	
.category_area {
    margin-top: 60px;
}
.soldout_p:before {
    background-image: url(soldout_sp.png);
	background-size: 90%;
    top: 211px;
    left: 30px;	
}	
.soldout_2col:before {
    background-image: url(soldout_2c_sp.png);
    top: -2px;
    left: 25px;
    background-size: 100%;
}		
}