@charset "utf-8";

body{
    background-color:#fff ;
    color:#29211f;
    }
img{
    display:block;
    }
/*リンク*/
a:hover{
    opacity: 0.8;
    color:#4b3f3c;
    }
    

/*ヘッダー iframe*/
.iframe-pc{
    margin-top: 50px;
    margin-bottom: 20px;
    }
.iframe-sp{
    display: none;
    }
@media only screen and (max-width: 767px){
    .iframe-pc{
    display: none;
    }
    .iframe-sp{
    display: block;
    height:230px;
    }
    }
@media only screen and (max-width: 767px){
    .iframe-sp{
    height:220px;
    }
    }


    
/*見出しテキスト*/
h2{
    display: flex;
    flex-direction:column;
    line-height:40px;
    text-align: center;
    }
.headline_point{
    margin: 0 auto 20px;
    line-height: 30px;
    font-size:1.1rem;
    background:#29211f;
    padding:5px 20px;
    border-radius:50px;
    color:#fff;
    font-weight:bold;
    }
.headline{
    font-size:2rem;
    font-weight:bold;
    }
.headline_date{
    margin-bottom:15px;
    font-size:1rem;
    font-weight:bold;
    }
.caption{
    max-width:96%;
    margin:0px auto 30px;
    text-align: center;
    font-size:1rem;
    line-height:24px;
    font-weight:bold;
    }
@media screen and (max-width:499px) {
    .headline_point{
    font-size:1rem;
    margin: 0 auto 15px;
    }
    .headline{
    font-size:1.8rem;
    font-weight:bold;
    }
    }


/*月間セール*/
.monthly_sale{
    max-width: 1020px;
    margin: 0 auto 100px;
    text-align: center;
    }
.monthly_sale .headline_point{
    background-color: #DE1012;
    font-size: 0.9rem;
    }
.monthly_sale h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:20px auto 30px;
    }
.monthly_sale ul{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
    padding: 0 20px;
    }
.monthly_sale ul li{
    /*max-width: 24%;*/
    max-width: 48%;
    }
@media screen and (max-width:799px) {
    .monthly_sale ul li{
    /*max-width: 23%;*/
    max-width: 48%;
    }
    .monthly_sale h3 {
    font-size: 1.3rem;
    margin:10px auto 20px;
    }
    }
@media screen and (max-width:599px) {
    .monthly_sale ul li{
    /*max-width: 47%;*/
    max-width: 100%;
    }
    }
@media screen and (max-width:499px) {
    .monthly_sale{
    margin: 0 auto 70px;
    }
    .monthly_sale ul{
    padding: 0 10px;
    }
    .monthly_sale h3 {
    font-size: 1.1rem;
    }
    .monthly_sale .headline_point {
    font-size: 0.8rem;
    }
    }


/*特集エリア*/
.feature{
    background-color: #eaf4f5;
    max-width: 100%;
    margin: 0 auto 40px;
    padding:110px 0 110px;
    text-align: center;
    position:relative;
    }
.headline_deco{
    background: repeating-linear-gradient(135deg, #eaf4f5, #eaf4f5 10px, #fff 10px, #fff 16px);
    width:100%;
    height:15px;
    position:absolute;
    top:0;
    }
.feature_wrap{
    max-width:1020px;
    margin: 0 auto;
    }
.feature .headline_point{
    background-color: #DE1012;
    font-size: 0.9rem;
    }
.feature h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:20px auto 30px;
    }
.feature ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: space-between;
    padding:0 20px;
    }
.feature ul li{
    max-width:49%;
    }
@media screen and (max-width:799px) {
    .feature h3{
    font-size: 1.3rem;
    margin:10px auto 20px;
    }
    }
@media screen and (max-width:599px) {
    .feature ul li{
    max-width:100%;
    }
    }
@media screen and (max-width:499px) {
    .feature{
    margin: 0 auto 0px;
    padding:60px 0 50px;
    }
    .feature ul{
    padding:0 10px;
    }
    .feature h3{
    font-size: 1.1rem;
    }
    .feature .headline_point{
    font-size: 0.8rem;
    }
    }


/*ランキング*/
.bottom_ranking{
    max-width: 1020px;
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 20px;
    }
.bottom_ranking h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 30px;
    padding: 30px 0;
    padding: 0px 0 20px;
    border-bottom: 1px solid #999;
    max-width: 100%;
    }
.bottom_ulcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.bottom_ulcontainer li {
    width: calc(100% / 3 - 10px);
    font-size: 0.75rem;
    line-height: 1.2rem;/*
    padding: 10px 10px 0;*/
    margin-bottom: 0px;
    }
.ranking-item{
    width:48%;
    position: relative;
    }
.bottom_ranking p {
    font-size: 0.8rem;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    font-weight: 500;
    text-align: left;
    padding: 0 5px 0;
    }
.bottom_ranking li{
    width:calc(100%/4 - 15px);
    }
.bottom_ranking h3{
    margin-bottom:20px;
    }
.bottom_ranking ul{
    counter-reset:cp_clist; 
    }
.bottom_ranking .ranking-item:before{
    font-family: "Arial";
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 1px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: cp_clist;
    content: counter(cp_clist);
    background: #5a5a5a;
    border:1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -8px;
    left:6px;
    z-index:999;
    }
.bottom_ranking .ranking-gold::before{
    background:#cac95d;
    }
.bottom_ranking .ranking-silver::before{
    background:#a9b1b9;
    }
.bottom_ranking .ranking-blonze::before{
    background:#a38577;
    }
.bottom_ranking p{
    line-height: 1.1rem;
    }
.bottom_ranking .ranking_price{
    font-size: 0.85rem;
    font-weight: 600;
    text-align:right;
    }
.bottom_ranking span{
    font-size: 0.6rem;
    }
@media screen and (max-width:767px) {
.bottom_ranking .ranking-item:before {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    }
.bottom_ulcontainer li {
    width:auto;
    max-width:130px;
    white-space: normal;
    display: inline-block;
    flex: 0 0 auto;
    }
.bottom_ranking {
    margin: 0 auto 40px;
    }
.bottom_ulcontainer {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 0px 5px;
    }
.bottom_ranking .ranking-item:before {
    font-size: 1.1rem;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 5px;
    }
    }
@media screen and (max-width:600px) {
.bottom_ranking .ranking-item:before {
    font-size: 1.1rem;
    width: 32px;
    height: 32px;
    }
    }
@media screen and (max-width:600px) {
.bottom_ranking h3 {
    font-size: 1.2rem;
    }
    }
    

/*カテゴリ*/
.category{
    max-width: 100%;
    margin: 0 auto 110px;
    padding: 20px 0 0px;
    padding: 0px 0 0px;
    }
.category_wrap{
    max-width:1020px;
    margin: 0 auto 30px;
    padding: 0 20px;
    }
.category h3{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 30px;
    padding: 30px 0;
    padding: 0px 0 20px;
    border-bottom: 1px solid #999;
    }
.category ul{
    padding:0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 10px;
    }
.category ul li{
    width:180px;
    height:60px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    }
.category ul li img{
    width:60px;
    }
.category ul li span{
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 10px;
    }
@media screen and (max-width:499px) {
    .category{
    margin: 0 auto 70px;
    }
    .category ul{
    padding:0 10px;
    gap: 5px 8px;
    }
    .category ul li{
    width:130px;
    }
    .category ul li img{
    width:50px;
    }
    .category ul li span{
    font-size: 0.8rem;
    margin-left: 5px;
    }
    .category h3 {
    font-size: 1.2rem;
    padding: 30px 0 20px;
    margin: 20px 0 15px;
    }
    }



/*新着商品*/
.new-item{
    max-width: 100%;
    margin: 0 auto 110px;
    }
.new-item_wrap{
    max-width:1020px;
    margin: 0 auto 0px;
    padding: 0 20px;
    text-align: center;
    }
.new-item h3{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0;
    padding: 30px 0;
    border-bottom:initial;
    }
.new-item img{
    max-width: 800px;
    text-align: center;
    display: block;
    margin: 0 auto;
    }
.new-item ul{
    max-width:1020px;
    padding:0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    }
.new-item ul li{
    max-width:23%;
    display: flex;
    flex-direction:column;
    letter-spacing: 0;
    }
.new-item ul li img{
    margin:0 auto 10px;
    }
.new-item_caption{
    margin-bottom: 5px;
    font-size: 0.9rem;
    }
.new-item_price{
    margin-left: 0;
    font-weight: 600;
    font-size: 0.9rem;
    }
.new-item_tax{
    font-size: 0.8rem;
    }
.new-item_button{
    background-color: #999;
    width:200px;
    height:40px;
    margin:40px auto 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    }
.new-item_button a{
    display: block;
    max-width:200px;
    height:40px;
    color:#fff;
    }
@media screen and (max-width:599px) {
    .new-item{
    margin: 0 auto 70px;
    }
    .new-item ul li{
    max-width:47%;
    }
    .new-item ul{
    padding:0 10px;
    }
    }


/*バナーエリア*/
.bnr-area{
    max-width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    position:relative;
    }
.bnr-area_wrap{
    max-width:1020px;
    margin: 0 auto;
    }
.bnr-area .headline_point{
    background-color: #DE1012;
    }
.bnr-area h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:10px 0 30px;
    }
.bnr-area ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: center;
    padding:0 20px;
    }
.bnr-area ul li{
    max-width:49%;
    }
@media screen and (max-width:599px) {
    .bnr-area ul li{
    max-width:100%;
    }
    }
@media screen and (max-width:499px) {
    .bnr-area{
    margin: 0 auto 50px;
    padding:0px 0 40px;
    }
    .feature ul{
    padding:0 10px;
    }
    }


/*TOPへ戻るボタン*/
.sale_list.return {
    padding:0;
    margin-bottom: 70px;
    }
.sale_list.return .morebutton{
    background: #fff;
    color:#999;
    border: 1px solid #999;
    border-radius: 10px;
    font-size: 1.3rem;
    }


/*フッター*/
/*PC*/
.footer_info_pc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:1300px;
    margin:0 auto;
    gap:0 20px;
    padding: 0 30px;
    }
.footer_info_sp{
    display: none;
    }
.b-hours_info{
    width: 23%;
    margin: 1em auto;
    text-align:left;
    }
@media screen and (max-width:1390px) {
.b-hours_info{
    width: 47%;
    }
    }
.b-hours_title_info{
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.content_b-hours p{
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.b-hours_red{
    color:red;
    }
.caption_first{
    padding:0 10px;
    margin-top:15px;
    }
.caption_first_b{
    padding:0;
    margin-top:15px;
    }
.content_info {
    max-height: 0;
    overflow: hidden;
    }
.content_info p {
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.credit-c{
    margin:15px 0 25px;
    }
.credit-c img{
    width:200px;
    margin-top: 5px;
    }
.headline_info{
    font-weight: 600;
    margin-bottom:5px;
    }
.info_caption{
    padding:0 10px;
    margin-bottom:30px;
    }
.info_caption_bold{
    font-weight: 600;
    }
.info_caption a{
    text-decoration: underline;
    }
.info_mail_pc{
    background: none;
    border:1px solid #29211f;
    padding: 10px 20px;
    width:220px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
    margin:0 auto 25px;
    }
.info_mail_pc a{
    display: block;
    width:230px;
    height:40px;
    }


/*SP*/
@media screen and (max-width:767px) {
.footer_info_pc{
    display: none;
    }
.footer_info_sp{
    padding: 0 20px;
    display: block;
    }
    }
/*営業時間*/
.b-hours_info_sp{
    margin: 1em auto;
    max-width: 1020px;
    text-align:left;
    }
.b-hours_title_info_sp{
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.content_b-hours_sp p{
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.b-hours_red{
    color:red;
    }
/*アコーディオン*/
.accordion_info{
    margin: 1em auto;
    max-width: 1020px;
    text-align:left;
    }
.toggle_info {
    display: none;
    }
.option_info {
    position: relative;
    margin-bottom: 1rem;
    }
.title_info {
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.title_info,
.content_info {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
 .title_info::after,
 .title_info::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #29211f;
    transition: all 0.3s;
    }
.title_info::after {
    transform: rotate(90deg);
    }
.title_info:hover{
    cursor: pointer;
    }
.caption_first{
    padding:0 10px;
    margin-top:15px;
    }
.content_info {
    max-height: 0;
    overflow: hidden;
    }
.content_info p {
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.credit-c{
    margin:15px 0 25px;
    }
.credit-c img{
    width:300px;
    margin-top: 5px;
    }
.headline_info{
    font-weight: 600;
    margin-bottom:5px;
    }
.info_caption{
    padding:0 10px;
    margin-bottom:30px;
    }
.info_caption_bold{
    font-weight: 600;
    }
.info_caption a{
    text-decoration: underline;
    }
.toggle_info:checked + .title_info + .content_info {
    max-height: 3000px;
    transition: all 1.5s;
    }
.toggle_info:checked + .title_info::before {
    transform: rotate(90deg) !important;
    }
.info_mail{
    background: none;
    border:1px solid #29211f;
    padding: 10px 20px;
    width:300px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
    margin:0 auto 25px;
    }
.info_mail a{
    display: block;
    width:300px;
    height:40px;
    }
.hasChildren--click ul li a{
    padding-left: 3rem!important;
    }




/*copyright*/
.copyright{
    width:100%;
    margin-bottom: 20px;
    font-size:0.7rem;
    text-align: center;
    }

