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

/* font-size */
.txt-ll{font-size: 40px}
.txt-l {font-size: 28px}
.txt-m {font-size: 20px}
.txt-s {font-size: 14px}

/*font-color*/
.is-cp-color{color: #db5131}
.is-white-txt{color: #fff}

.is-bg-grey{background: #eee;}

/* main-content */
.main-content a,
.main-content img{
	transition: .3s;
}
.main-content{
	font-family: "Montserrat" ,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.7;
	padding-bottom: 70px;
}


/*title*/
/* .title-head{
	background-image: url(title-bg.png);
	height: 32px;
} */
.title{
	background: #315397;
}
.title img{
	margin: 0 auto;
}

.term-belt{
	background: #cba673;
	color: #fff;
	font-weight: 600;
	letter-spacing: .08em;
}


.headline{
	margin: 20px auto 10px;
}

.coupon-list li{
	display: inline-block;
	margin: 5px;
}
.cp-code{
	background: #fff;
	margin: 0 auto;
	width: 90%;
}
.copy-btn{
	margin: 10px auto 20px;
	width: 90%;
}



.content-box .btn{
	margin: 60px auto 0;
	width: 350px;
}



/* tab */
.tab-wrapper{
	margin-top: 20px;
}
.tab-wrapper input[name="tab-radio"] {
  display: none;
}
.tab-wrapper input:checked + .tab{
	border-bottom: 2px solid #fff;
	height: 30px;
	margin-bottom: 0;
	opacity: 1;
}
.tab{
	border: 1px solid #919191;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	color: #444;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	line-height: 33px;
	margin-right: 7px;
	opacity: .5;
	width: 170px;
}

.tab-line{
	border-color: #919191;
	margin: -1px auto 0;
	max-width: 1000px;
}


.tab-content{
	display: none;
}

#shop-popular:checked ~ #shop-popular-content,
#shop-search:checked ~ #shop-search-content{
	display: block;
}






.tab-shop-nav{
	margin: 10px auto 0;
  padding: 0;
  text-align: left;
	width: 1000px
}
.tab-shop-nav > li{
  display: inline-block;
  margin-top: 5px;
}
.tab-shop-nav > li a{
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}
.tab-shop-nav > li a.brand-nav-number{
  width: 50px;
}

.tab-headline{
	border-bottom: 1px dashed #919191;
	margin: 40px auto -10px;
	text-align: left;
	max-width: 1000px
}

.logo-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 1000px;
}
.logo-list > li{
	margin-top: 35px;
	margin-right: calc(50px / 4);
	width: 190px;
}
.logo-list > li:nth-of-type(5n){
	margin-right: 0;
}
.logo-list > li a{
	background: #fff;
	display: block;
}
.cpn-label{
	color: #fff;
}
.logo-wrapper{
	border: 1px solid #ccc;
	padding: 12px 0;
}
.logo-wrapper img{
	display: block;
	margin: 0 auto;
	max-width: 160px;
}

.note{
	border-top: 1px dashed #919191;
	padding: 20px 0;
	margin: 70px auto 0;
	max-width: 1000px;
}


@media screen and (max-width:640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP txt */
.txt-ll{font-size: 30px}
.txt-l {font-size: 20px}
.txt-m {font-size: 15px}
.txt-s {font-size: 11px}


/*SMP title*/
.title img{
	width: 100%;
}

/*SMP content-box*/
.content-box{
	padding: 0;
}
.content-box .btn{
	margin-bottom: 40px;
	width: 90%;
}

.coupon-list > li{
	width: calc(50% - 20px);
}
.coupon-list > li img{
	width: 100%;
}

.tab{
	box-sizing: border-box;
	padding-top: 4px;
	height: 34px;
	width: 40%;
}
.tab-wrapper input:checked + .tab{
	height: 40px;
}
.tab-shop-nav{
	max-width: 90%;
}
.tab-shop-nav > li a{
	height: 42px;
	width: 42px;
}

.tab-headline{
	margin: 0 auto;
  width: 90%;
}
.logo-list{
	max-width: 90%;
}
.logo-list > li{
	margin-top: 35px;
	margin-right: 2%;
	width: 49%;
}
.logo-list > li:nth-of-type(5n){
	margin-right: 2%;
}
.logo-list > li:nth-of-type(2n){
	margin-right: 0;
}
.logo-wrapper img{
	max-width: 100%;

}


.note{
	margin: 0 auto;
	max-width: 90%;
}
.note > img{
	width: 100%;
}

.content-box .m-aside-menu{
	background: #fff;
}

}/* end media */


@media screen and (min-width:641px){
/*-------*/
/* HOVER */
/*-------*/

.main-content a:hover{
	opacity: .5;
}
.tab:hover{
	opacity: 1;
}
}/* end media */
