@charset "UTF-8";

/* -----------------------------------------------
FileName: blackfriday.css
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;700&display=swap');

/*
font-family: 'Barlow Condensed', sans-serif;
*/

@import url("https://use.typekit.net/fpn2ofj.css");
/*
font-family: shelby, sans-serif;
font-weight: 400;
font-style: normal;

font-family: "din-2014", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
*/


#blackfriday {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

#blackfriday img {
    max-width: 100%;
    height: auto;
}

#blackfriday .mhg_container {
    background-color: rgba(39,39,37,1);
    overflow: hidden;
    padding: 90px 0;
}

#blackfriday .mhg_container.bg1 {
    background-image: linear-gradient(140deg, #f6d17c 20%, #cc8e37 36%, #e1b05a 82%);

}

#blackfriday .mhg_container.bg2 {
    background: #E0AE51; 

}

#blackfriday .mhg_container.bg3 {
	background:#F9F9F9;
}

#blackfriday .contents {
	width: 1100px;
	margin: 0 auto;
    position: relative;
}


#blackfriday .contents.w1000 {
	max-width: 1000px;
}



#blackfriday #keyImg figure img {
    width: 100%;
    height: auto;
}


#blackfriday #aboutArea {
    text-align: center;
}

#blackfriday #aboutArea p {
    font-size: 2.4em;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.8em;
}

#blackfriday .termArea {
    text-align: center;
    margin: 0 0 70px 0;
    position: relative;
    z-index: 30;
}

#blackfriday .termArea p {
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 1em 0;
}

#blackfriday .termArea p strong {
	font-weight: 700;
	color: #E0AE51;
	padding: 0 .1em;
}

#blackfriday .termArea dl {
	display: flex;
	align-items: center;
	line-height: 1em;
	width: fit-content;
	padding: 1em 1.6em;
	border: 1px solid #fff;
	margin: auto;
}

#blackfriday .termArea dl dt {
	font-weight: 300;
	font-size: 1.2em;
}

#blackfriday .termArea dl dd {
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 1.3em;
	font-weight: 700;
}




#blackfriday .setArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 30px 0 0 0;
    margin: 0 0 100px 0;
    position: relative;
    
}



#blackfriday .setArea figure {
    width: 550px;
    text-align: right;
    position: relative;
    padding: 0 30px 40px 0;
    z-index: 30;
	box-sizing: border-box;
}

#blackfriday .setArea figure::after {
    content: "";
    display: block;
    width: 700px;
    height: 340px;
    background: #fff; 
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
	border-radius: 9999px 0 0 9999px;
}


#blackfriday .setArea figure p {
    position: relative;
    z-index: 40;
}



#blackfriday .setArea figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 9999px;
    background-image: linear-gradient(#e1b05a, #cc8e37 62%, #f6d17c);
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.7em;
    position: absolute;
    top: -70px;
    right: 0;
}

#blackfriday .setArea.x2 figure figcaption {
    
	top: -50px;
}

#blackfriday .setArea article {
    width: 550px;
    position: relative;
    z-index: 30;
}



#blackfriday .setArea article h3 {
    text-align: left;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 1em 0;
    font-size: 1.4em;
    font-weight: 500;
	line-height: 1.6em;

}

#blackfriday .setArea article ul.set {
    margin: 0 0 1.8em 0;
	display: flex;
	flex-direction: column;
	gap:.8em 0;
}

#blackfriday .setArea article ul.set li {
	line-height: 1em;
	font-size: 0.75em;
}

#blackfriday .setArea article .normal-price {
	font-size: 1.05em;
	font-weight: 500;
	margin: 0 0 1.1em 0;
}

#blackfriday .setArea article .normal-price span {
	position: relative;
}

#blackfriday .setArea article .normal-price span::after {
	content: "";
	display: block;
	background: url("../../../img/usr/lp/blackfriday/line.png") center center no-repeat;
	background-size: contain;
	width: 89px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	
}


#blackfriday .setArea article dl {
    margin: 0 0 1.3em 0;
    font-weight: 700;
}

#blackfriday .setArea article dt {
    font-size: 1.3em;
    line-height: 1em;
    margin: 0 0 .8em 0;
}

#blackfriday .setArea article dd {
    line-height: 1em;
    font-size: 2.8em;
    color: #E0AE51;
}



#blackfriday .setArea article dd small {
    color: #fff;
    font-size: 0.42857em;
    letter-spacing: 0;
}

#blackfriday .setArea article .buyBtn {
    width: 400px;
}

#blackfriday .setArea article .buyBtn a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    background-image: linear-gradient(126deg, #f6d17c 27%, #cc8e37 50%, #e1b05a 77%);
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    border-radius: 9999px;
    padding: .85em 0;
}
#blackfriday .setArea article .notice {
	color: #FF3636;
	font-weight: 600;
	font-size: 1.1em;
	margin: .8em 0 0 0;
}


#blackfriday .gooddealArea {
    border: 2px solid #fff;
    margin: 0 0 0 0;
    position: relative;
    z-index: 30;
}

#blackfriday .gooddealArea h3 {
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    color: #272725;
    background: #fff;
    line-height: 1em;
    padding: .8em 0;
}



#blackfriday .gooddealArea article {
    padding: 30px 65px;
    background: #272725;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 30;
}

#blackfriday .gooddealArea article aside.item {
    text-align: center;
    display: flex;
}

#blackfriday .gooddealArea article aside.item.x1::after {
    content: "+";
    font-size: 2.4em;
    margin: .6em .2em 0 .2em;
    line-height: 1em;
    font-weight: 200;
}

#blackfriday .gooddealArea article aside.item.x2::after {
    content: "=";
    font-size: 2.4em;
    margin: .6em .4em 0 .4em;
    line-height: 1em;
    font-weight: 200;
}

#blackfriday .gooddealArea article aside.item h4 {
    text-align: center;
    background: none;
    padding: 0 0 0 0;
    line-height: 1em;
    font-size: 0.8em;
    margin: 0 0 1.3em 0;
    font-weight: 400;
}

#blackfriday .gooddealArea article aside.item dl {
    margin: 0 0 1.5em 0;
}

#blackfriday .gooddealArea article aside.item dt {
    font-size: 1.2em;
    line-height: 1em;
}

#blackfriday .gooddealArea article aside.item dt strong {
    font-size: 2em;   
    font-family: "din-2014", sans-serif;
    font-weight: 400;
}

#blackfriday .gooddealArea article aside.item dd {
    font-size: .8em;
    line-height: 1em;
    margin: .8em 0 0 0;
}

#blackfriday .gooddealArea article aside.good-price dl.normal {
    display: flex;
    align-items: center;
}

#blackfriday .gooddealArea article aside.good-price dl.normal dt {
    width: 1em;
    line-height: 1.3em;
    font-size: 1.2em;
    margin: 0 .2em 0 0;
    
}

#blackfriday .gooddealArea article aside.good-price dl.normal dd {
    line-height: 1em;
    font-size: 1.75em;  
}

#blackfriday .gooddealArea article aside.good-price dl.normal dd strong {
    font-weight: 400;
    font-size: 2em;
    font-family: "din-2014", sans-serif;
    line-height: 1em;
}

#blackfriday .gooddealArea article aside.good-price dl.campaign::before {
    content: "";
    display: block;
    width: 25px;
    height: 17px;
    background: url("../../../img/usr/lp/blackfriday/arrow.png") center center no-repeat;
    background-size: contain;
    margin: 1em 0 1em 6em;
}

#blackfriday .gooddealArea article aside.good-price dl.campaign dt {
    font-size: 1.6em;
    line-height: 1em;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 40%;
    padding: 0 0 .3em 0;
    margin: 0 0 .2em 0;
    width: fit-content;
}

#blackfriday .gooddealArea article aside.good-price dl.campaign dd {
    font-size: 2.45em;
}

#blackfriday .gooddealArea article aside.good-price dl.campaign dd strong {
    font-size: 2em;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
    line-height: 1em;
    color: #E0AE51;
}



#blackfriday .gooddealArea article aside.off-box {
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    border-radius: 9999px;
    position: absolute;
    top: 30px;
    right: 60px;
    background-image: linear-gradient(#e1b05a, #cc8e37 62%, #f6d17c);
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}


#blackfriday .gooddealArea article aside.off-box dl {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
}



#blackfriday .gooddealArea article aside.off-box dl dt {
    line-height: 1em;
    font-weight: 500;
}

#blackfriday .gooddealArea article aside.off-box dl dt strong {
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    font-size: 2.63333em;
    line-height: 1em;
}

#blackfriday .gooddealArea article aside.off-box dl dd {
    line-height: 1em;
}

#blackfriday .gooddealArea article aside.off-box p {
    line-height: 1.3em;
    font-size: 0.7em;
    margin: 1em 0 0 0;
}

#blackfriday .gooddealArea article p {
    width: 100%;
    font-size: 0.7em;
}

#blackfriday h2.title {
    text-align: center;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 1.8em 0;
    line-height: 1em;
    font-weight: 700;
    font-size: 2em;
    position: relative;
    z-index: 30;
	color: #fff;
}

#blackfriday .recommendArea {
    margin: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}



#blackfriday .recommendArea article {
    width: 330px;
    position: relative;
    z-index: 30;
}

#blackfriday .recommendArea article aside {
    position: relative;
    padding-top: 100%;
}

#blackfriday .recommendArea article aside p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9999px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
	justify-content: center;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 2em;
	letter-spacing: .01em;
	color: #323232;
}


#blackfriday .pointArea {
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 30;
}

#blackfriday .pointArea article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 30;
}

#blackfriday .pointArea article:not(:last-child) {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 2px dashed #fff;
}


#blackfriday .pointArea article dl {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: #E0AE51;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0 0 0 20px;
}



#blackfriday .pointArea article dl dt {
    line-height: 1em;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0 0 .2em 0;
}

#blackfriday .pointArea article dl dd {
    line-height: 1em;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: .1em;
}

#blackfriday .pointArea article aside {
    width: 800px;
}

#blackfriday .pointArea article aside p {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0 .5em 0 0;
}

#blackfriday h3.title {
    background: none;
	text-align: center;
	font-size: 1.6em;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    white-space: nowrap;
    position: relative;
	font-weight: 700;
	
}


#blackfriday .imageArea {
    margin: 0 0 50px 0;
    display: flex;
    position: relative;
}


#blackfriday .imageArea figure {
	width: 50%;
}

#blackfriday .imageArea figure img {
	width: 100%;
}


#blackfriday .imageArea figure figcaption {
    font-size: 0.6em;
    margin: 1em 0 0 0;
}

#blackfriday .elementWrap {
	background: #fff;
	box-sizing: border-box;
	padding: 5% 6%;
	color: #323232;
}

#blackfriday dl.title {
    text-align: left;
    margin: 0 0 2em 0;
    position: relative;
    z-index: 30;
}



#blackfriday dl.title dt {
    line-height: 1em;
    font-weight: 700;
    font-size: 1.6em;
    margin: 0 0 .8em 0;
}

#blackfriday dl.title dd {
    font-weight: 500;
    line-height: 1em;
}

#blackfriday .elementArea {
    margin: 0 0 80px 0;
    position: relative;
}

#blackfriday .elementArea.x2 {
	margin: 0 0 0 0;
}


#blackfriday .elementArea article {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    gap:40px 20px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 30;
}

#blackfriday .elementArea.x2 article {
    justify-content: center;
	gap:0 20px;
}

#blackfriday .elementArea article.x2 {
    margin: 0 90px 0 0;
}

#blackfriday .elementArea article figure {
    width: 160px;
    text-align: center;
}

#blackfriday .elementArea article figure img {
    border-radius: 9999px;
}

#blackfriday .elementArea article figure figcaption {
    font-size: 0.7em;
    margin: .6em 0 0 0;
    line-height: 1.5em;
    letter-spacing: 0;
}

#blackfriday .elementArea2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



#blackfriday .elementArea2 figure {
    width: 400px;
    position: relative;
    z-index: 30;
}

#blackfriday .elementArea2 figure img {
    border-radius: 0 60px 0 60px;
}

#blackfriday .elementArea2 article {
    width: 440px;
    position: relative;
    z-index: 30;
}

#blackfriday .elementArea2 article h3 {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 .4em 0;
}

#blackfriday .elementArea2 article ul {
    display: flex;
	flex-direction:column;
    gap:10px 10px;
    flex-wrap: wrap;
}

#blackfriday .elementArea2 article ul li {
    line-height: 1em;
    border-radius: 9999px;
    font-size: 0.8em;
    padding: .8em 1.3em;
    border: 1px solid #E0AE51;
    font-weight: 500;
	width: fit-content;
    color: #E0AE51;
}







@media screen and (max-width: 640px) {

    #blackfriday {
        font-size: 15px;
    }
    
    #blackfriday .mhg_container {
        padding: 30px 0;
    }
    

    #blackfriday .contents {
        width: 92%;
        margin: 0 auto;
    }
	
	#blackfriday .contents.w1000 {
        width: 92%;
		max-width: 92%;
        margin: 0 auto;
    }
    

    #blackfriday #aboutArea p {
        font-size: 4.8vw;
    }

    #blackfriday .termArea {
        margin: 0 0 35px 0;
    }

    #blackfriday .termArea p {
        font-size: 1.2em;
    }



    #blackfriday .setArea {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 0 0 0;
        margin: 0 0 40px 0;

    }



    #blackfriday .setArea figure {
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        z-index: 30;
    }

    #blackfriday .setArea figure::after {
        width: 100%;
        height: 160px;
    }


    #blackfriday .setArea figure img {
        width: 60%;
        height: auto;
    }

    #blackfriday .setArea figure figcaption {
        width: 70px;
        height: 70px;
        font-size: 0.7em;
        top: -15px;
        right: 0;
    }

	#blackfriday .setArea.x2 figure figcaption {
		top: -15px;
	}

    #blackfriday .setArea article {
        width: 100%;
        position: relative;
        z-index: 30;
    }


    #blackfriday .setArea article h3 {
        margin: 0 0 .8em 0;
        font-size: 1.4em;
    }



    #blackfriday .setArea article .buyBtn {
        width: 100%;
        margin: auto;
    }

    #blackfriday .setArea article .buyBtn a {
        width: 100%;
    }

	#blackfriday .setArea article .notice {
		text-align: center;
		font-size: 3.6vw;
	}

    #blackfriday .gooddealArea {
        margin: 0 0 50px 0;
    }

    #blackfriday .gooddealArea h3 {
        font-size: 1.25em;
        padding: .8em 0;
    }
    

    #blackfriday .gooddealArea article {
        padding: 20px 20px;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        z-index: 30;
    }


    #blackfriday .gooddealArea article aside.item {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 50%;
        box-sizing: border-box;
        padding: 0 2%;
    }


    #blackfriday .gooddealArea article aside.item.x1::after {
        display: none;
    }

    #blackfriday .gooddealArea article aside.item.x2::after {
        display: none;
    }

    #blackfriday .gooddealArea article aside.item h4 {
        font-size: 0.75em;
        letter-spacing: 0;
    }

    #blackfriday .gooddealArea article aside.item dl {
        margin: 0 0 .5em 0;
    }
    
    #blackfriday .gooddealArea article aside.item figure img {
        width: auto;
        height: 110px;
    }

    #blackfriday .gooddealArea article aside.good-price {
        width: 100%;
        text-align: center;
    }


    #blackfriday .gooddealArea article aside.good-price dl.normal {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .5em 0 0 0;
    }

	#blackfriday .gooddealArea article aside.good-price dl.campaign::before {
		margin: 1em auto 1em auto;
	}

    #blackfriday .gooddealArea article aside.off-box {
        width: 90px;
        height: 90px;
        top: auto;
        bottom: 100px;
        right: 5px;
    }


    #blackfriday .gooddealArea article aside.off-box dl {
        font-size: 1em;
    }



    #blackfriday .gooddealArea article aside.off-box dl dt strong {
        font-size: 2.2em;
        line-height: 1em;
    }



    #blackfriday .gooddealArea article aside.off-box p {
        line-height: 1.6em;
        font-size: 0.5em;
        margin: 1em 0 0 0;
        letter-spacing: 0;
    }

    #blackfriday h2.title {
        margin: 0 0 1em 0;
        line-height: 1.5em;
        font-size: 1.4em;
    }

    #blackfriday .recommendArea {
        margin: 0 0 50px 0;
        display: flex;
        justify-content: center;
        position: relative;
        flex-wrap: wrap;
    }



    #blackfriday .recommendArea article {
        width: 48%;
        margin: 0 1%;
        position: relative;
        z-index: 30;
    }

    #blackfriday .recommendArea article:nth-child(1) {
        margin: 0 2% -15px 2%;
    }

    #blackfriday .recommendArea article aside p {
        font-size: .9em;
        line-height: 1.6em;
		padding: 0 1.5em;
    }

    #blackfriday .recommendArea article aside p br {
        display: none;
    }





    #blackfriday .pointArea {
        margin: 0 auto 50px auto;
        width: 100%;
        position: relative;
        z-index: 30;
    }

    #blackfriday .pointArea article {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 30;
    }

    #blackfriday .pointArea article:not(:last-child) {
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
    }



    #blackfriday .pointArea article dl {
        width: 80px;
        height: 80px;
        margin: 0 0 0 0;
    }


    #blackfriday .pointArea article dl dt {
        font-size: 1.1em;
        margin: 0 0 .2em 0;
    }

    #blackfriday .pointArea article dl dd {
        font-size: 1.8em;
        letter-spacing: .1em;
    }

    #blackfriday .pointArea article aside {
        width: calc(100% - 95px);
    }

    #blackfriday .pointArea article aside p {
        font-size: .8em;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0 0 0 0;
    }

	#blackfriday h3.title {
		font-size: 4.6vw;
	}

	#blackfriday .imageArea {
		gap:0 10px;
	}


    #blackfriday .imageArea figure figcaption {
        font-size: 0.7em;
		padding-left:1em;
		text-indent:-1em;
    }

    #blackfriday dl.title {
        text-align: center;
        margin: 0 0 2em 0;
    }

    #blackfriday dl.title.x2 {
        text-align: center;
    }



    #blackfriday dl.title dt {
        line-height: 1.4em;
        font-weight: 700;
        font-size: 4.6vw;
        margin: 0 0 .5em 0;
    }



    #blackfriday .elementArea {
        margin: 0 0 40px 0;
    }


    #blackfriday .elementArea article {
        display: flex;
        justify-content: center;
        gap:10px 10px;
        margin: 0 0 20px 0;
        position: relative;
        z-index: 30;
    }

    #blackfriday .elementArea.x2 article {
        justify-content: center;
    }

    #blackfriday .elementArea article.x2 {
        margin: 0 0 0 0;
    }

    #blackfriday .elementArea article figure {
        width: 70px;
        text-align: center;
    }

    #blackfriday .elementArea article figure figcaption {
        font-size: 0.5em;
        margin: .6em 0 0 0;
        line-height: 1.5em;
        letter-spacing: 0;
    }

    #blackfriday .elementArea article figure figcaption br {
        display: none;
    }

    #blackfriday .elementArea2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }



    #blackfriday .elementArea2 figure {
        width: 100%;
        position: relative;
        z-index: 30;
    }

    #blackfriday .elementArea2 figure img {
        border-radius: 0 40px 0 40px;
    }

    #blackfriday .elementArea2 article {
        width: 100%;
        position: relative;
        z-index: 30;
    }







}


@media screen and (max-width: 320px) {

  


	
}















