@charset "utf-8";
/* -----------------------------------

htse_manukahoney.css
特集ページ マヌカハニー

-----------------------------------*/

/* PC SP 画像差し替え */
#htse14 .dis_pc {
    display: none;
}
#htse14 .dis_sp {
    display: inherit;
}
@media screen and (min-width: 640px) {
    #htse14 .dis_pc {
        display: inherit;
    }
    #htse14 .dis_sp {
        display: none;
    }
}

/* BR show---*/
#htse14 br.pc {
    display: none;
}
#htse14 br.sp {
    display: inherit;
}
#htse14 .show_pc {
    display: none
}
@media only screen and (min-width: 640px) {
    #htse14 br.sp {
        display: inherit;
    }
    #htse14 br.sp {
        display: none;
    }
    #htse14 .show_pc {
        display: inherit;
    }
}

/* Rollover */
#htse14 a:hover img.rollover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* Hタグ setting */
#htse14 h2,
#htse14 h3 {
    font-family: 'Noto Serif JP', serif;
}


/* ==== Contents Area ======================================== */
/* to ハロートークトップ */
#htse14 #htse14_tohttop {
    padding: 15px 5px;
}
#htse14 #htse14_tohttop .htse14_tohttop_tx {
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 5px;
}
#htse14 #htse14_tohttop .htse14_tohttop_button {
    text-align: center;
}
@media screen and (min-width: 640px) {
    /* to ハロートークトップ */
    #htse14 #htse14_tohttop {
        padding: 0;
        margin: 28px 0;
        height: 28px;
        text-align: right;
    }
    #htse14 #htse14_tohttop .htse14_tohttop_tx,
    #htse14 #htse14_tohttop .htse14_tohttop_button {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        margin: 0;
        padding: 0 8px 0 0;
        text-align: right;
        vertical-align: middle;
    }
}
/* Area 1 Top h1 & Catch */
#htse14 #htse14_area1 {
    margin-bottom: 40px;
}
#htse14 #htse14_area1 h1 {
    margin: 0;
    padding: 0;
}
#htse14 #htse14_area1 #htse14_area1_inner {
    margin: 0;
    padding: 0 0 30px;
    background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_catch_sp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox {
    width: 96%;
    margin: 0 auto 30px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox h2 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox h2 span {
    font-weight: 400;
    font-size: 0.875rem;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_price {
    margin-bottom: 8px;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_price span {
    font-size: 1.125rem;
    font-weight: 700;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec {
    width: 70%;
    text-align: center;
    font-size: 1rem;
    margin: 0 auto;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    background-color: #fd9d05;
    border-radius: 4px;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec a:hover {
    background-color: #fd7405;
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_catch {
    
}
#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_catch p {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #683f2e;
    font-size: 1.125rem;
    font-weight: 700;
    text-shadow: 2px 2px #fff;
}
@media screen and (min-width: 640px) {
    #htse14 #htse14_area1 {
        margin-bottom: 80px;
    }
    #htse14 #htse14_area1 #htse14_area1_inner {
        /*　margin: 0;　*/
        padding: 0 0 70px;
        background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_catch_pc.jpg");
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox {
        width: 90%;
        margin: 0 auto 60px;
        /*
		box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		border-radius: 6px;
		background-color: #fff;
		text-align: center;
		*/
        padding: 30px 25px 30px 15px;
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox h2 {
        float: left;
        /*
		font-family: 'Noto Sans JP';
		font-weight: 700;
		*/
        font-size: 1.125rem;
        line-height: 18px;
        margin-bottom: 0;
        margin-right: 20px;
        padding-top: 5px;
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox h2 span {
        /* font-weight: 400; */
        font-size: 1rem;
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_price {
        float: left;
        font-size: 1rem;
        line-height: 18px;
        margin-bottom: 0;
        padding-top: 5px;
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_price span {
        font-size: 1.125rem;
        /* font-weight: 700; */
    }
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec {
        float: right;
        width: 200px;
        /*
		text-align: center;
		font-size: 1rem;
		*/
        margin: 0;
    }
    /*
	#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec a {
		display: block;
		padding: 5px 0;
		text-decoration: none;
		color: #fff;
		background-color: #fd9d05;
		border-radius: 4px;
	}
	#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_toecbox .htse14_area1_toec a:hover {
		background-color: #fd7405;
	}
	#htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_catch {
	}
	*/
    #htse14 #htse14_area1 #htse14_area1_inner .htse14_area1_catch p {
        /*
		font-family: 'Noto Serif JP', serif;
		text-align: center;
		color: #683f2e;
		*/
        font-size: 1.75rem;
        /*
		font-weight: 700;
		text-shadow: 2px 2px #fff;
		*/
    }
}

/* Area 2 健康志向 */
#htse14 #htse14_area2 {
    margin-bottom: 40px;
}
#htse14 #htse14_area2 h2,
#htse14 #htse14_area3 h2 {
    background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_stitle_sp.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 600;
    height: 60px;
    padding: 10px 0 0 2px;
}
#htse14 #htse14_area2 .htse14_area2_inner {
    
}
#htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box1 {
    background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_area2_1sp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
#htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box1 p {
    font-size: 1rem;
    padding: 200px 10px 0;
}
#htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 {
    background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_area2_2sp.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40% auto;
}
#htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 h3 {
    padding: 40px 0 0 10px;
}
#htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 p {
    padding: 0 40% 0 10px;
    font-size: 0.875rem;
}
@media only screen and (max-width:320px) {
    #htse14 #htse14_area2 h2,
    #htse14 #htse14_area3 h2 {
        font-size: 0.875rem;
        padding: 7px 0 0 2px;
    }
}
@media screen and (min-width: 640px) {
    #htse14 #htse14_area2 {
        margin-bottom: 20px;
    }
    #htse14 #htse14_area2 h2,
    #htse14 #htse14_area3 h2 {
        background-image: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_stitle_pc.png");
        /*
		background-position: left top;
		background-repeat: no-repeat;
		*/
        background-size: auto;
        /*
		color: #fff;
		font-family: 'Noto Serif JP', serif;
		*/
        font-size: 1.75rem;
        /* 	font-weight: 600; */
        height: 102px;
        padding: 12px 0 0 20px;
    }
    #htse14 #htse14_area2 .htse14_area2_inner {
        background: url("https://ecimg.tokyu-dept.co.jp/ec/images/hellotalk/tokushu/htse_manukahoney/bg_area2_pc.jpg") no-repeat left top;
        height: 540px;
    }
    #htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box1 {
        background: none;
        padding: 50px 20px 0 320px;
    }
    #htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box1 p {
        font-size: 1rem;
        line-height: 1.8;
        padding: 0;
    }
    #htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 {
        background: none;
        padding: 100px 300px 0 280px;
    }
    #htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 h3 {
        padding: 0;
    }
    #htse14 #htse14_area2 .htse14_area2_inner .htse14_area2_box2 p {
        padding: 0;
        line-height: 1.2;
        /* font-size: 0.875rem; */
    }
}

/* Area 3 初めての方 */
#htse14 #htse14_area3 {
    margin-bottom: 60px;
}
#htse14 #htse14_area3 h2 {
    margin-bottom: 20px;
}
#htse14 #htse14_area3 .htse14_area3_box1 {
    margin-bottom: 30px;
}
#htse14 #htse14_area3 .htse14_area3_box1 img {
    display: block;
    margin: 0 auto 20px;
}
#htse14 #htse14_area3 .htse14_area3_box1 p {
    padding: 0 10px;
    font-size: 1rem;
}
#htse14 #htse14_area3 .htse14_area3_box2 h3 {
    font-family: 'Noto Serif JP', serif;
    color: #fd9d05;
    font-weight: 700;
    font-size: 1.375rem;
    text-align: center;
    padding-bottom: 20px;
}
#htse14 #htse14_area3 .htse14_area3_box2 ul {
    font-size: 0;
    text-align: center;
}
#htse14 #htse14_area3 .htse14_area3_box2 ul li {
    vertical-align: top;
    display: inline-block;
    width: 33%;
    padding: 0 2px;
}
#htse14 #htse14_area3 .htse14_area3_box2 ul li p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}
@media screen and (min-width: 640px) {
    #htse14 #htse14_area3 {
        margin-bottom: 120px;
    }
    #htse14 #htse14_area3 h2 {
        margin-bottom: 30px;
    }
    #htse14 #htse14_area3 .htse14_area3_box1 {
        margin-bottom: 50px;
    }
    #htse14 #htse14_area3 .htse14_area3_box1 img {
        float: right;
        /* display: block; */
        margin: 0 86px;
    }
    #htse14 #htse14_area3 .htse14_area3_box1 p {
        padding: 36px 0 0 40px;
        /* font-size: 1rem; */
    }
    #htse14 #htse14_area3 .htse14_area3_box2 h3 {
        /*
		font-family: 'Noto Serif JP', serif;
		color: #fd9d05;
		font-weight: 700;
		*/
        font-size: 2rem;
        /* text-align: center; */
        padding-bottom: 40px;
    }
    /*
	#htse14 #htse14_area3 .htse14_area3_box2 ul {
		font-size: 0;
		text-align: center;
	}
	*/
    #htse14 #htse14_area3 .htse14_area3_box2 ul li {
        /*
		vertical-align: top;
		display: inline-block;
		width: 33%;
		*/
        padding: 0;
    }
    #htse14 #htse14_area3 .htse14_area3_box2 ul li p {
        /* font-family: 'Noto Serif JP', serif; */
        font-size: 1.375rem;
        font-weight: 700;
        margin-top: 10px;
        /* line-height: 1.2; */
    }
}

/* Area 4 商品詳細 */
#htse14 #htse14_area4 {
    margin: 0 5px;
    padding: 20px 10px;
    border: #b7b7b7 solid 1px;
    border-radius: 6px;
}
#htse14 #htse14_area4 img {
    width: 86%;
    display: block;
    margin: 0 auto 30px;
}
#htse14 #htse14_area4 .htse14_ecwrap {
    margin: 0 auto;
    width: 100%;
}
#htse14 #htse14_area4 .htse14_ecwrap .htse14_ec_note01 {
    font-size: 1rem;
    margin-bottom: 20px;
}
#htse14 #htse14_area4 .htse14_ecwrap h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}
#htse14 #htse14_area4 .htse14_ecwrap h4 span {
    font-weight: 700;
    padding-right: 5px;
}
#htse14 #htse14_area4 .htse14_ecwrap .htse14_price {
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
#htse14 #htse14_area4 .htse14_ecwrap .htse14_price span {
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 3px;
}

/* 商品購入 */
#htse14 #htse14_area4 .htse14_ecwrap .htse14_purchase {
    width: 80%;
    text-align: center;
    font-size: 1rem;
    margin: 20px auto 0;
}
#htse14 #htse14_area4 .htse14_ecwrap .htse14_purchase a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
#htse14 #htse14_area4 .htse14_ecwrap .htse14_purchase a:hover {
    background-color: #333;
}
@media screen and (min-width: 640px) {
    #htse14 #htse14_area4 {
        margin: 0;
        padding: 20px 60px;
        /*
		border: #b7b7b7 solid 1px;
		border-radius: 6px;
		*/
    }
    #htse14 #htse14_area4 img {
        float: right;
        width: auto;
        /* display: block; */
        margin: 0;
    }

    /* 購入詳細 */
    #htse14 #htse14_area4 .htse14_ecwrap {
        margin: 40px 0 0;
        max-width: 300px;
        width: 100%;
    }
    #htse14 #htse14_area4 .htse14_ecwrap .htse14_ec_note01 {
        /* font-size: 1rem; */
        margin-bottom: 40px;
    }
    #htse14 #htse14_area4 .htse14_ecwrap h4 {
        font-size: 1.125rem;
        text-align: left;
    }
    #htse14 #htse14_area4 .htse14_ecwrap .htse14_price {
        /* font-size: 1rem; */
        text-align: left;
        margin: 0;
        /* width: 100%; */
    }
    #htse14 #htse14_area4 .htse14_ecwrap .htse14_purchase {
        width: 100%; 
        /* text-align: center; */
        font-size: 1.125rem;
        margin: 20px 0 0;
    }
}

/* Bottom Notes */
#htse14 #htse14_notes {
    border-top: #C0C0C0 solid 2px;
    margin-top: 35px;
    padding-top: 5px;
    color: #555;
}
@media only screen and (min-width:640px) {
    #htse14 #htse14_notes {
        margin-top: 80px;
    }
}