@charset "UTF-8";
/* CSS Document */

/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 959px) {

html{
	overflow-x: hidden;
}


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 60px 0;}
footer {padding: 30px 0;}

/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic1 img {width: 1600px; max-width: 1600px;}
.wic1 {margin-left: calc(50% - 800px);}

.wic2 img {width: 1000px; max-width: 1000px;}
.wic2 {margin-left: calc(50% - 500px);}

.wic3 img {width: 1200px; max-width: 1200px;}
.wic3 {margin-left: calc(50% - 600px);}

/*
 Header
----------------------------------------------------------- */

/*
 Nav
----------------------------------------------------------- */

/*
 MV
----------------------------------------------------------- */
.mv p img{
	max-width: 120%;
}
.mv .container p{
	margin-left: 0;
}

/*
 CTA
----------------------------------------------------------- */

/*
 CTA2
----------------------------------------------------------- */

/*
 sec01
----------------------------------------------------------- */
.sec01_rbn{
	margin-left: -45px;
}
.sec01_01_bg{
	background: url(../img/pc_sec01_bg01.png) 90% top no-repeat;
	background-size: cover;
}
.sec01_02_bg{
	background: url(../img/pc_sec01_bg02.png) 90% top no-repeat;
	background-size: cover;
}
.sec01_03_bg{
	background: url(../img/pc_sec01_bg03.png) 90% bottom no-repeat;
	background-size: cover;
}

/*
 sec02
----------------------------------------------------------- */

/*
 sec03
----------------------------------------------------------- */
.sec03_01_bg {
    background: url(../img/pc_sec03_rzn1_bg.png) 90% top no-repeat;
	background-size: cover;
}
.sec03_02_bg {
    background: url(../img/pc_sec03_rzn2_bg.png) 90% top no-repeat;
	background-size: cover;
}
.sec03_03_bg {
    background: url(../img/pc_sec03_rzn3_bg.png) 90% bottom no-repeat;
	background-size: cover;
}

/*
 sec04
----------------------------------------------------------- */

/*
 sec05
----------------------------------------------------------- */
.sec05 .list_top_txt {
	font-size: 12px;
}
.sec05 .soldout .list_img:before {
	width: 100%;
	height: calc(100% - 15px);
}

/*
 sec06
----------------------------------------------------------- */

/*
 sec07
----------------------------------------------------------- */
.reason_mb{
	margin-bottom: 30px;
}

/*
 sec08
----------------------------------------------------------- */

/*
 sec09
----------------------------------------------------------- */

/*
 sec10
----------------------------------------------------------- */
.sec10 .table_e {
	font-size: 18px;
}

/*
 sec11
----------------------------------------------------------- */

/*
 sec12
----------------------------------------------------------- */


/*
 Footer
----------------------------------------------------------- */
footer ul li {
	margin: 0;
}
footer ul li a{
    margin: 0;
    padding: 0 10px;
}
footer ul li:first-child a {
	padding-left: 0;
}

}/*タブレット用スタイルend*/
