@charset "utf-8";


/* 商品一覧 */
#product{
width: 100%;
position: relative;
margin: 0;
padding: 150px 10% 0;
}

#product .anker-bt{
width: 100%;
z-index: 1;
position: sticky;
top: 20px;
}
#product .anker-bt .bt-base{
max-width: 1000px;
margin: 0 auto 100px;
}
#product .anker-bt .bt-base a{
width: calc(25% - 10px);
display: block;
margin: 0 5px;
}
#product .box{
width: 100%;
max-width: 1000px;
background: #eee url(../../img/common/bg_tex_5.png) top center;
position: relative;
margin: 0 auto 50px;
padding: 30px;
border: 1px #757575 solid;
}
#product > .bt-base a p{ color: #121212; }
#product .box h3{
width: 100%;
display: flex;
justify-content: center;
font-size: 28px;
font-weight: 700;
color: #121212;
text-shadow: none;
position: relative;
}
#product .box > img{
width: 100%;
position: relative;
margin: 30px 0;
}
#product .box dl{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
position: relative;
padding: 0 0 30px;
}
#product .box dl dt{
width: 25px;
height: 25px;
background: #121212;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 1;
font-size: 18px;
font-weight: bold;
position: relative;
margin: 2px 10px 0 0;
padding: 0 0 3px;
}
#product .box dl dd{
width: calc(100% - 25px - 10px);
font-size: 16px;
line-height: 1.5em;
color: #121212;
position: relative;
}
#product .box dl dd p{
width: 100%;
font-size: 20px;
line-height: 1.5em;
color: #121212;
font-weight: bold;
position: relative;
margin: 0 0 10px;
}
#product .box dl dd span{
width: 100%;
display: block;
font-size: 14px;
color: #121212;
position: relative;
margin: 15px 0 0;
padding: 15px;
border: 1px rgba(0, 0, 0, 0.2) solid;
}
#product .box dl hr{
width: 100%;
border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
position: relative;
margin: 15px 0;
}
#product .box .price{
width: 100%;
text-align: center;
font-size: 22px;
font-weight: 700;
color: #121212;
position: relative;
margin: 0 0 30px;
}
#product .box .text{
width: 100%;
text-align: center;
font-size: 36px;
font-weight: 700;
color: #121212;
position: relative;
margin: 0 0 30px;
}
#product .box .bt-base{
width: 80%;
margin: 0 auto;
}
#product .box .bt-base a{
width: calc(100% - 20px);
margin: 0 10px;
text-shadow: none;
}
#product .box .bt-base a.min{ width: calc(50% - 20px); }


/* 購入者限定通販 */
#lim-shop{
width: 100%;
position: relative;
margin: 0;
padding: 150px 10% 0;
}
#lim-shop .text{
width: 100%;
text-align: center;
font-size: 18px;
line-height: 1.5em;
position: relative;
margin: 0 0 100px;
}
#lim-shop .box{
width: 100%;
max-width: 1000px;
position: relative;
margin: 0 auto;
}
#lim-shop .image{
width: 100%;
position: relative;
margin: 0 0 30px;
}
#lim-shop .info{
width: 100%;
text-align: center;
font-size: 18px;
line-height: 1.5em;
position: relative;
}
#lim-shop .day{
width: 100%;
max-width: 700px;
font-size: 18px;
line-height: 1.5em;
color: #f48a00;
position: relative;
margin: 30px auto;
padding: 15px;
border: 1px rgba(255,255,255,0.2) solid;
}
#lim-shop .note{
width: 100%;
max-width: 700px;
font-size: 14px;
line-height: 1.5em;
position: relative;
margin: 0 auto 30px;
}
#lim-shop .bt-base{
max-width: 1000px;
margin: 0 auto;
}
#lim-shop .bt-base a{ width: 50%; }


/* 店舗特典情報 */
#shop{
width: 100%;
position: relative;
margin: 0;
padding: 150px 10%;
}
#shop .text{
width: 100%;
text-align: center;
font-size: 18px;
line-height: 1.5em;
position: relative;
margin: 0 0 100px;
}
#shop ul{
width: 100%;
max-width: 1400px;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
margin: 0 auto -50px;
}
#shop ul h3{
width: 100%;
text-align: center;
font-size: 24px;
line-height: 1.5em;
position: relative;
margin: 0 0 30px;
}
#shop ul li{
width: calc(33.33% - 30px);
background: #eee url(../../img/common/bg_tex_5.png) top center;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
margin: 0 15px 50px;
padding: 20px;
}
#shop ul li.large{ width: calc(50% - 30px); }
#shop ul li .box{
width: 100%;
position: relative;
margin: 0 0 15px;
}
#shop ul li .box > p{
width: 100%;
text-align: center;
font-size: 20px;
line-height: 1.5em;
color: #121212;
font-weight: bold;
position: relative;
}
#shop ul li .box img{
width: 100%;
position: relative;
margin: 20px 0;
}
#shop ul li .box .info{
width: 100%;
text-align: center;
font-size: 16px;
line-height: 1.5em;
color: #121212;
position: relative;
}
#shop ul li .bt-base{ margin: 0; }
#shop ul li .bt-base a{
width: calc(50% - 20px);
display: block;
font-size: 16px;
margin: 0 10px;
padding: 15px;
border-radius: 8px;
}
#shop ul li .bt-base a p{
font-size: 18px;
font-weight: normal;
}
#shop ul li .bt-base a.gg{ background: #6e411c url(../../img/common/bg_tex_100.png) center; }


main > .bt-base{ margin: 0 auto 150px; }


/* レスポンシブ */


@media screen and (max-width: 1400px){



}


@media screen and (max-width: 1200px){



}


@media screen and (max-width: 1000px){





}


@media screen and (max-width: 670px){



}


/* IE対応 */
@media all and (-ms-high-contrast:none){



}



/* end */
