@charset "utf-8";
/* 基本レイアウト */
#bill-wrap {
    background-position: center;
    text-align: center;
    width: 100%;
    height: 350px;
    margin: 30px 0;
}
.bill-txt {
  	display: inline-block;
    background: URL("https://extolevel.shop/img/extra%20bargain/EBpct.jpg") -255px 0 no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    height: 350px;
    color: transparent;
    letter-spacing: 4px;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.6));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,.6));
}
.bill-txt-sale {
  	display: block;
    margin: 50px 0;
    color: #222;
    letter-spacing: 2px;
    line-height: 1.6;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.6));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,.6));
}
.bill-txt h1,.bill-txt-sale h1 {
	font-size: 11rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	font-weight: lighter;
}
.bill-txt-sale h1 {
	font-size: 11.5rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	font-weight: lighter;
}
.bill-txt p,.bill-txt-sale p {
	font-size: 6rem;
    letter-spacing: 1px!important;
	margin: 0px;
}
p.note-red {
  color: #407780;
	margin-bottom: 25px;
	padding: 0 5px;
}
p.note-bold {
    font-size: 3.5rem!important;
}
.comment {
    width: 50%;
    margin: auto;
    border: 1px solid #BFA279;
    padding: 0 10px;
    font-size: 1.25rem;
}
p.mixit_text_bold {
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #666;
}
.button-buy {
  display: inline-block;
  width: 70%;
  height: 40px;
  background-color: #FFA416;
  border-radius: 30px;
}
.button-buy::before {
  content: "詳細を見る";
  color: #000;
  font-size: 1.4rem;
  font-weight: lighter;
  text-align: center;
  line-height: 42px;
  letter-spacing: 2px;
}
.button-buy:hover {
  background-color: #FF8217;
}

@media all and (max-width: 1210px){
#bill-wrap {
    margin: 5px 0;
    height: 190px;
}
.bill-txt {
	  display: inline-block;
    background: URL("https://extolevel.shop/img/extra%20bargain/EBpct.jpg") -376px -50px no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    height: 220px;
    letter-spacing: 2px;
    line-height: 1.6;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.6));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,.6));
}
.bill-txt h1 {
	font-size: 4rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	font-weight: lighter;
}
.bill-txt p {
	font-size: 3.05rem;
  letter-spacing: 1px!important;
	margin: 0px;
}
p.note-bold {
    font-size: 2rem!important;
    /*padding: 20px 5px;*/
}
.comment {
    width: 85%;
}
}

.brd-btm {
    border-bottom: 1px solid #A89543;
	margin-bottom: 30px;
}
body#extra-bargain,body#member-sale {
    padding-top: 140px;
}

/* mixit up */
#mixit li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#mixit li:hover img {
	opacity: .5;
}

.none {
	display: none;
}

.price {
	display:block;
	/*padding-top:30px;*/
	font-size:1.2rem;
	color:#FF4500;
	letter-spacing:1px;
	font-weight: bold;
}
.mixit_text {
	font-size: 1.35rem !important;
}
.controls{
	margin:30px;
}

.controls div {
display:block;
margin-bottom:10px;
font-size: 1.35rem;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button,.filter{
	margin-bottom: 3px;
  background-color: #407780 !important;
}

.shipping > dl > dt {
  color: #407780;
}

button.active,.filter.active{
  background: #00DEFF !important;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
padding: 2% 2% 0;
text-align: justify;
z-index: -1;
font-size: 0.1px;
/* 写真範囲の背景 */
/*
background:#f3f3f3;
*/  
-webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,.container .mix-none,
.container .gap{
  display: inline-block;
  width: 49%;
}

.container .mix,.container .mix-none {
  text-align: center;
  margin-bottom: 8%;
  vertical-align: top;
  display: none;
}

.container .mix.Category-1{
  border-top: 4px solid limegreen;
}

.container .mix.Category-2{
  border-top: 4px solid olive;
}

.container .mix.Category-3{
  border-top: 4px solid red;
}

.container .mix.Category-4 {
  border-top: 4px solid blue;
}

.container .mix.Category-5 {
  border-top: 4px solid aqua;
}

.pdl{
  padding-left: 0px;
}
/*
.container .mix:before{
  content: '';
  display: inline-block;
  padding-top: 60%;
}
*/
@media all and (min-width: 640px){
  .container .mix,.container .mix-none,
  .container .gap{
    width: 23.5%;
  }
  .pdl{
    padding-left: 3.5%;
  }
}

@media all and (max-width: 740px){
#main-cont p.note-red {
	margin: 1%;
  margin-bottom: 5%;
  font-size: 1.3rem!important;
}
p.mixit_text,p.mixit_text_bold {
	height: 40px;
}
}
/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}
