@charset "shift_jis";
/* ���Z�b�gCSS
================================ */

#summer_sale *,
#summer_sale *::before,
#summer_sale *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#summer_sale h1,
#summer_sale h2,
#summer_sale h3,
#summer_sale h4,
#summer_sale h5,
#summer_sale h6,
#summer_sale ul,
#summer_sale ol,
#summer_sale dl,
#summer_sale li,
#summer_sale dt,
#summer_sale dd,
#summer_sale p,
#summer_sale div,
#summer_sale span,
#summer_sale img,
#summer_sale a,
#summer_sale table,
#summer_sale tr,
#summer_sale th,
#summer_sale td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#summer_sale header,
#summer_sale footer,
#summer_sale nav,
#summer_sale section,
#summer_sale article,
#summer_sale main,
#summer_sale aside,
#summer_sale figure,
#summer_sale figcaption {
    display: block;
}

#summer_sale ol,
#summer_sale ul,
#summer_sale li {
    list-style: none;
    list-style-type: none;
}

#summer_sale img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#summer_sale a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

/* #summer_sale a:hover {
    opacity: 0.5;
} */

#summer_sale .hidden,
#summer_sale .no,
#summer_sale .sp_none{
    display: none !important;
}



/* ��������ǉ�
================================ */
/* �x�[�X */
#summer_sale {
    width: 100%;
    font-size: 3vw;
    font-family: "Noto Sans JP","Sofia Sans Semi Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    color: #222222;
    background-color: #fff;
}

#summer_sale div.inner_content{
    width: 98%;
    margin: 0 auto;
}

#summer_sale img {
    width: 100%;
}

#summer_sale section{
    padding: 3.5vw 0;
}

#summer_sale section.coupon{
    padding-top: 0;
}


#summer_sale section.title,
#summer_sale section.fotter {
    padding: 0 0;
}

/* #summer_sale section.title{
    padding-top: 15vw !important;
} */

#summer_sale section:nth-last-child(2){
    padding-bottom: 7vw;
}

/*���i�v�� �ō��폜*/
#summer_sale div.prices span > span > span {
    display: none;
}

/* ���� ���o��
================================ */

#summer_sale h2 {
    font-size: 5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 2vw 0 0 0;
}

/*���o���摜�̎�*/
#summer_sale h2.h_img{
    padding:0 0;
}

#summer_sale h3 {
    font-size: 5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 3vw 0 0 0;
}

#summer_sale h4{
    font-size: 0;
}

#summer_sale h5{
    font-size:3.5vw;
    text-align: center;
    width: 100%;
    padding: 1.5vw 0;
}

#summer_sale p {
    font-size: 4vw;
    text-align: center;
    color: #2d2d2d;
    padding: 3vw 0;
    font-weight: 600;
}

/* ���� �J����
================================ */
#summer_sale ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:2.2vw 1.2vw;
    padding: 1vw;
}

#summer_sale ul.col_1 > li{
    width:100%;
}

#summer_sale ul.col_2 > li,
#summer_sale ul.col_3 > li,
#summer_sale ul.col_4 > li{
    width: calc(calc(100% - 1.3vw) / 2);
    position: relative;
}

#summer_sale ul.col_5 > li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}

/* section coupon
================================ */
#summer_sale .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
    margin:0 auto 2vw auto;
}

#summer_sale section.coupon ul li a{
    position: relative;
    display: block;
    width: 100%;
}

#summer_sale section.coupon ul li a dl{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    border-right:dotted 0.5vw #fff;
    padding-right: 1vw;
}

#summer_sale section.coupon ul li a dl dt{
    width: 100%;
    height: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    line-height: 3.2vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
}

#summer_sale section.coupon ul li a dl dt div.coupon_only{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 50%;
    text-align: center;
    font-weight: bold;
}

#summer_sale section.coupon ul li a dl dt div.coupon_only span{
    font-size: 5.5vw;
}


#summer_sale section.coupon ul li a dl dd.coupon_price{
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    font-weight: 900;
    line-height: 7vw;
    letter-spacing: -0.5vw;
    font-style: italic;
    padding-right: 1vw;
}

#summer_sale section.coupon ul li a dl dd.coupon_price span{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 11vw;
}

#summer_sale section.coupon ul li a dl dd.coupon_hosoku{
    color: #fff;
    font-size: 1.9vw;
    opacity: 0.7;
    letter-spacing: 0;
    text-align: center;
}

#summer_sale section.coupon ul li a div.coupon_back{
    position: absolute;
    color: #fff;
    transform: rotate(90deg);
    top: 44%;
    right: -5vw;
    font-size: 3vw;
    letter-spacing: 0.5vw;
}

/*1������N�[�|�� ul.coupon_time*/
#summer_sale section.coupon ul.coupon_time li{
    position: relative;
}

#summer_sale section.coupon ul.coupon_time li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#summer_sale section.coupon ul.coupon_time li a dl{
    width: 96%;
    padding-right: 1vw;
}

#summer_sale section.coupon ul.coupon_time li a dl dt{
    flex-direction: row;
    height: 8vw;
}

#summer_sale section.coupon ul.coupon_time li a dl dt div.coupon_only{
    width: 50%;
    height: 100%;
}

#summer_sale section.coupon ul.coupon_time li a dl dd.coupon_price{
    font-size: 6vw;
    line-height:6vw;
    letter-spacing: -0.5vw;
    font-style: italic;
    padding-right: 2vw;
    align-items: center;
}

#summer_sale section.coupon ul.coupon_time li a dl dd.coupon_price span{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 13vw;
    line-height: 6vw;
}



#summer_sale section.coupon ul.coupon_time li a div.coupon_time_time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    text-align: center;
    width: 40%;
    height: 10vw;
    font-size: 5vw;
    line-height: 6vw;
    letter-spacing: 0;
    font-weight: bold;
    margin:0 2vw 2vw 0;
}

#summer_sale section.coupon ul.coupon_time li a dl dd.coupon_hosoku{
    font-size: 2vw;
    opacity: 0.7;
    letter-spacing: 0.1vw;
}



#summer_sale section.coupon li .coupon_end{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background-color: #000000a4;
    z-index: 1;
}


/* section main_item
================================ */
#summer_sale section.main_item ul.item_box li h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    height: 12vw;
    color: #fff;
    background-color: #000;
    text-align: center;
}



/* section thumb_item
================================ */
#summer_sale section.thumb_item ul.item_box li h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    height: 12vw;
    color: #fff;
    background-color: #000;
    text-align: center;
}

#summer_sale section.thumb_item ul.item_box li a{
    display: flex;
    background-color: #fff;
    border: solid 0.7vw #000;
}

/*�T���l�̃T�C�Y*/
#summer_sale section.thumb_item ul.item_box li a img{
    padding: 1%;
    width: 50%;
}

/*�̑���*/
#summer_sale section.thumb_item ul.item_box li a dl{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 1vw;
}

#summer_sale section.thumb_item ul.item_box li a dl dd{
    width: 100%;
    z-index: 1;
}

/*�̑�*/
#summer_sale section.thumb_item ul.item_box li a dl dd.sale_box div.sale{
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 900;
    letter-spacing: -0.3vw;
    background: linear-gradient(180deg,rgb(255, 98, 0) 0%, rgb(244, 0, 130) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1vw;
    text-align: center;
}

#summer_sale section.thumb_item ul.item_box li a dl dd.sale_box div.sale span{
    font-family: "Sofia Sans Semi Condensed";
    font-size: 10vw;
    line-height: 8vw;
}

/*�ʏ퉿�i*/
#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block div.price_normal{
    font-size: 3vw;
    margin-bottom: 2vw;
}

/*���i*/
#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block div.prices{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin: 0 auto;
}

#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin{
    color: #e80121;
    text-stroke: 1vw #fff;
    -webkit-text-stroke: 1vw #fff;
    paint-order: stroke;
    text-shadow: 1vw 1vw #fff;

    font-weight: 900;
    line-height: 7vw;
    letter-spacing: -0.2vw;
    text-align: center;
}

#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
    font-family: "Sofia Sans Semi Condensed";
    font-size: 10vw;
    margin:0 -2vw 0 -1vw;
}

#summer_sale section.thumb_item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-size: 5vw;
} 


#summer_sale section.thumb_item ul.item_box li a dl dd.price_back {
    position: absolute;
    z-index: 0;
    bottom: 9vw;
}

#summer_sale section.thumb_item ul.item_box li a dl dd.price_back img{
    width: 100%;
    padding: 0%;
}


/*�{�^��*/
#summer_sale section.thumb_item ul.item_box li dl dd.btn{
    position: relative;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5vw auto;
    border-radius: 12vw;
    height: 10vw;
    width:100%;
    padding-right: 2vw;
    color: #fff;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 600;
}

#summer_sale section.thumb_item ul.item_box li dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size: 7vw;
    top:50%;
    right: 11%;
}


/* section item
================================ */
#summer_sale section.item ul.item_box {
    margin-bottom: 5vw;
    padding: 1vw;
}

#summer_sale section.item ul.item_box li{
    background-color: #fff;
    border: solid 0.8vw #1b1b1b;
    border-radius: 3vw;
}


#summer_sale section.item ul.item_box li a{
    position: relative;
}

#summer_sale section.item ul.item_box li img{
    border-radius: 2vw 2vw 0 0 ;
}

/*���i��*/
#summer_sale section.item ul.item_box li dl dt h4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3.2vw;
    letter-spacing: -0.2vw;
    color: #1b1b1b;
    text-align: center;
    height: 13vw;
    line-height: 5vw;
}

/*�̑��E���i*/
#summer_sale section.item ul.item_box li dl dd.sale_box .sale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17vw;
    background-color: #d8000b;
    color: #fff601;
    font-size: 5vw;
    font-weight: 800;
    text-align: center;
    font-style: italic;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.sale span{
    font-family: "Sofia Sans Semi Condensed";
    font-size: 9vw;
    line-height:7vw;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 16vw;
    background-color: #fff001;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.price_normal{
    font-size: 3vw;
    color: #1b1b1b;
    text-align: center;
    margin-bottom: 1vw;
}


#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.prices{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-style: italic;
    margin: 0 auto;
    line-height: 9vw;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin{
    font-family: "Sofia Sans Semi Condensed";
    color: #e80121;
    font-weight: 900;
    letter-spacing: -0.5vw;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
    font-size: 11vw;
    margin: 0 -2vw 0 1vw;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-size: 5vw;
}


/*�̑� �ۃA�C�R��*/
#summer_sale section.item ul.item_box li a div.icon{
    position: absolute;
    bottom: 12vw;
    left: 0;
    height: 15vw;
    width: 15vw;
    background-color: #d8000b;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center
}

#summer_sale section.item ul.item_box li a div.icon div{
    color: #fff001;
    font-weight: bold;
    text-align: center;
    font-size: 2.8vw;
}

#summer_sale section.item ul.item_box li a div.icon div span{
    font-size: 3.7vw;
}

#summer_sale section.item ul.item_box li dl dd.sale_box div.price_block div.prices_icon{
    margin: 0 2vw 0 auto;
}




/*�{�^��*/
#summer_sale section.item ul.item_box li dl dd.btn{
    position: relative;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5vw auto;
    border-radius: 12vw;
    height: 10vw;
    width:95%;
    padding-right: 2vw;
    color: #fff;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 600;
}

#summer_sale section.item ul.item_box li dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size: 7vw;
    top:50%;
    right: 11%;
}


/* section cate �J�e�S��
================================ */
#summer_sale ul.cate{
    margin: 0 auto 5vw auto;
}

#summer_sale ul.cate ul li{
    width: calc(calc(100% - 1.5%) / 2);
}


#summer_sale ul.cate li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 0.7vw #1b1b1b;
    box-shadow: 1vw 1vw 0 #1b1b1b;
    height: 15vw;
    border-radius: 70vw;
    color: #1b1b1b;
}

#summer_sale ul.cate li h3{
    color: #1b1b1b;
    padding: 0 0;
    margin-bottom: 0;
    font-size: 4vw;
}

#summer_sale ul.cate li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "navigate_next";
    transform:translate(50%,-50%);
    top:50%;
    right: 6%;
    font-size: 7vw;
}



/* section cate_list
================================ */
#summer_sale section.cate_list ul li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}


/* bn �o�i�[
================================ */
#summer_sale ul.bn{
    margin: 2vw auto;
    padding: 1vw;
}

/* fotter
================================ */
#summer_sale section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 12vw;
    text-align: center;
    color: #fff;
    padding: 0;
}
#summer_sale section.fotter a {
    color: #fff;
    font-size: 4vw;
    padding: 0 2vw;
}
#floating-banner {
    position: fixed;
    z-index: 3;
    transition: 0.3s all;
}
#floating-banner img{
    width: 100%;
}

/* TOP�ɖ߂�
================================ */
#summer_sale .pagetop {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 3;
}
#summer_sale .pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 3vw;
    background: rgba(27, 27, 27, 0.8);
    padding: 0;
    border-radius: 100vw;
    transition: 0.3s all;
    width: 14vw;
        height: 14vw;}