/* =======================================
intro
======================================= */
/*------ FV ------*/
.binkan_wrapper .mv h1 {
    padding: 0;
}

.binkan_wrapper .mv h1 img {
    width: 100%;
}

/*------ contents ------*/
.binkan_wrapper .contens {
    width: 80%;
    margin: 50px auto 0;
    padding: 0;
    position: relative;
    border-bottom: 2px solid #f09199;
    background-color: #fffbef;
}

.binkan_wrapper .contens p {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    position: relative;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background-color: #f6717c;
    border-radius: 5px 5px 0 0;
}

.binkan_wrapper .contens_inner {
    width: fit-content;
    margin: 22px auto;
}

.binkan_wrapper .contens_inner li {
    margin-bottom: 7px;
    font-size: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fd9cb5;
}

.binkan_wrapper .contens_inner li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.binkan_wrapper .contens_inner li a {
    display: block;
    padding-left: 35px;
    position: relative;
    color: #716863;
    text-align: left;
    transition: .2s;
    text-decoration: none;
}

.binkan_wrapper .contens_inner li a::before,
.binkan_wrapper .contens_inner li a::after {
    content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    transition: .2s;
}

.binkan_wrapper .contens_inner li a::before {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fbe2e2;
}

.binkan_wrapper .contens_inner li a::after {
    top: 9px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f09199;
    border-right: 2px solid #f09199;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

.binkan_wrapper .contens_inner li a:hover::after {
    top: 10px;
    transition: .2s;
}

/*------ recommendation ------*/
.binkan_wrapper .rec {
    width: 80%;
    margin: 47px auto 0;
    padding: 70px 18px 23px;
    position: relative;
    border: 2px solid #f09199;
    border-radius: 11px;
}

.binkan_wrapper .rec::before {
    content: "";
    background: url(/img/items/binkanhada_facecare/mk_moist/common_img/rec_ttl.png) center / contain no-repeat;
    width: 255px;
    height: 52px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.binkan_wrapper .rec_inner {
    width: fit-content;
    margin: 0 auto;
}

.binkan_wrapper .rec_inner li {
    width: fit-content;
    margin-bottom: 7px;
    padding-left: 35px;
    position: relative;
    color: #716863;
    font-size: 17px;
}

.binkan_wrapper .rec_inner li:last-child {
    margin-bottom: 0;
}

.binkan_wrapper .rec_inner li::before {
    content: "";
    background: url(/img/items/binkanhada_facecare/mk_moist/common_img/check_icon.png) center / contain no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
}
/* =======intro end======= */

/* =======================================
商品説明
======================================= */
#bikanhada_facecare {
    width: 100%;
    position: relative;
}

#bikanhada_facecare img {
    width: 100%;
    display: block;
}

#bikanhada_facecare figure {
    margin-left: auto;
    margin-right: auto;
}

/*------ about ------*/
#bikanhada_facecare #product {
    padding-top: 62px;
}

#bikanhada_facecare #product h2 {
    width: fit-content;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
}

#bikanhada_facecare #product h2::before {
    left: -36px;
}

#bikanhada_facecare #product .point02,
#bikanhada_facecare #product .point03,
#bikanhada_facecare #product .point04 {
    margin-top: 60px;
}

#bikanhada_facecare #product .arrow {
    margin: 20px auto;
    display: block;
    width: 17px;
}

#bikanhada_facecare #product .subttl {
    margin: 26px 0;
    color: #716863;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}

#bikanhada_facecare #product .subttl .point {
    margin: 0 0 10px;
    display: block;
    color: #efbcc1;
    font-weight: bold;
    font-size: 24px;
}

#bikanhada_facecare #product .subttl strong {
    color: #ec7980;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
}

#bikanhada_facecare #product h3 {
    margin-left: 10px;
    margin-bottom: 20px;
}

#bikanhada_facecare #product .comment {
    width: 90%;
    margin: 20px auto 0;
    padding: 32px;
    position: relative;
    border-radius: 17px;
    background: url(/img/items/binkanhada_facecare/mk_moist/common_img/commit_cmnt.png) right bottom / 39% no-repeat #fce7e7;
}

#bikanhada_facecare #product .comment::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 15px solid transparent;
    border-bottom: 15px solid #fce7e7;
}

#bikanhada_facecare #product .imp {
    text-align: center;
}

#bikanhada_facecare #product .imp p {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 2px;
}

#bikanhada_facecare #product .imp p strong {
    padding-bottom: 4px;
    color: #ec7980;
    border-bottom: 3px solid #fbe2e2;
    font-weight: bold;
}

#bikanhada_facecare .flex_cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#bikanhada_facecare .flex_cont .blc {
    width: 39%;
    margin-bottom: 10px;
    text-align: center;
}

#bikanhada_facecare .flex_cont .blc p {
    margin-top: 5px;
    line-height: 25px;
    text-align: center;
}

#bikanhada_facecare .flex_cont2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bikanhada_facecare .flex_cont2 img {
    width: 45%;
}

#bikanhada_facecare .flex_cont2 p {
    width: 50%;
    margin-left: 2%;
}

#bikanhada_facecare .red_box {
    width: 95%;
    margin: 20px auto 20px;
    padding: 20px;
    background-color: #ffeff0;
}

#bikanhada_facecare .bdr_box {
    width: 90%;
    margin: 20px auto 0;
    padding: 31px;
    border: 2px solid #ec6d74;
    border-radius: 20px;
}

/*------ point3 ------*/
#bikanhada_facecare #product .bdr_box p strong {
    color: #ec6d74;
    font-weight: bold;
}

#bikanhada_facecare #product .bdr_box p {
    font-size: 20px;
    letter-spacing: 2px;
}

#bikanhada_facecare #product .bdr_box img {
    margin-bottom: 26px;
}

#bikanhada_facecare #product .bdr_box img:last-child {
    margin-bottom: 0;
}

/*------ howto ------*/
#bikanhada_facecare #howto {
    padding-top: 60px;
}

#bikanhada_facecare #howto .howto_list {
    width: 100%;
    margin-top: 30px;
    padding: 50px 0;
    background-color: #fff8f8;
}

#bikanhada_facecare #howto .howto_list li {
    width: 80%;
    margin: 0 auto 33px;
    padding: 15px;
    position: relative;
    font-size: 18px;
    color: #716863;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f7bbbb;
    border-radius: 6px;
}

#bikanhada_facecare #howto .howto_list li::after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #716863;
}

#bikanhada_facecare #howto .howto_list li:last-child {
    margin-bottom: 0;
}

#bikanhada_facecare #howto .howto_list li:last-child::after {
    clip-path: none;
    background: none;
}

#bikanhada_facecare #howto .howto_list li.now {
    padding-left: 48px;
    border-width: 4px;
    color: #ec6d74;
    font-weight: bold;
}

#bikanhada_facecare #howto .howto_list li.now::before {
    content: "";
    width: 52px;
    height: 115px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* --------個別--------- */
/* ---モイストオリゴミルク--- */
#bikanhada_facecare #howto .howto_list li.now.oligomilk::before {
    background: url(/img/items/binkanhada_facecare/mk_moist/159_moistoligomilk/howto_oligmilk.png) center / contain no-repeat;
    left: 56px;
}
/* ---モイストオリゴクリーム--- */
#bikanhada_facecare #howto .howto_list li.now.oligocream::before {
    background: url(/img/items/binkanhada_facecare/mk_moist/166_moistoligocream/howto_oligocream.png) center / contain no-repeat;
    left: 58px;
}
/* ---スキンモイストローション--- */
#bikanhada_facecare #howto .howto_list li.now.moistlotion::before {
    background: url(/img/items/binkanhada_facecare/mk_moist/135_skinmoistlotion/howto_moistlotion.png) center / contain no-repeat;
    left: 4px;
}
/* ---クレンジングミルク--- */
#bikanhada_facecare #howto .howto_list li.now.cleansingmilk::before {
    background: url(/img/items/binkanhada_facecare/mk_moist/101_cleansingmilk/howto_cleansingmilk.png) center / contain no-repeat;
    left: 74px;
}
/* ---ムースマイルドホイップ--- */
#bikanhada_facecare #howto .howto_list li.now.moussewhip::before {
    background: url(/img/items/binkanhada_facecare/mk_moist/103_moussemildwhip/howto_moussewhip.png) center / contain no-repeat;
    left: 54px;
}
/* ---薬用コスミソープ--- */
#bikanhada_facecare #howto .howto_list li.now.cosmisoup::before {
    width: 94px;
    height: 92px;
    background: url(/img/items/binkanhada_facecare/mk_moist/111_cosmisoup/howto_cosmisoup.png) center / contain no-repeat;
    left: 27px;
}

#bikanhada_facecare #howto .pdflink {
    width: 80%;
    margin: 30px auto 0;
    padding: 15px;
    display: block;
    font-size: 18px;
    color: #ec7980;
    text-align: center;
    border: 2px solid #ec7980;
    background-color: #fff;
    border-radius: 6px;
}

#bikanhada_facecare #howto .care_area {
    width: 90%;
    margin: 66px auto 0;
}

#bikanhada_facecare #howto .care_area .care_ttl {
    width: fit-content;
    position: relative;
    display: block;
    padding: 0 37px;
    margin: 0 auto 30px;
    font-size: 24px;
    color: #ec6d74;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
}

#bikanhada_facecare #howto .care_area .care_ttl::before,
#bikanhada_facecare #howto .care_area .care_ttl::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 3px dotted #ec6d74;
}

#bikanhada_facecare #howto .care_area .care_ttl::before {
    left: 0;
    top: 0;
    transform: rotate(-25deg);
}

#bikanhada_facecare #howto .care_area .care_ttl::after {
    top: 0;
    right: 0;
    transform: rotate(25deg);
}

#bikanhada_facecare #howto .care_area .care_how li {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    padding: 20px 0;
    border-bottom: 2px solid #fbe2e2;
}

#bikanhada_facecare #howto .care_area .care_how li:first-child {
    padding-top: 0;
}

#bikanhada_facecare #howto .care_area .care_how li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#bikanhada_facecare #howto .care_area .care_how li::after {
    content: "";
    clear: both;
    display: block;
}

#bikanhada_facecare #howto .care_area .care_how li p {
    font-size: 15px;
    line-height: 29px;
    width: 100%;
}

#bikanhada_facecare #howto .care_area .care_how li img {
    float: right;
    width: 25%;
    margin-left: 10px;
    margin-bottom: 10px;
}
/* =======共通以外の部分 end======= */


/* =======================================
faq
======================================= */
#faq .q_box .title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
    background: url(/img/items/binkanhada_facecare/common_img/question_icon.png) no-repeat left center;
    background-size: 38px;
    text-align: left;
    text-align: left;
    padding: 12px 45px 12px 61px;
    line-height: 3.4rem;
    border-bottom: 1px solid #ffcfd2;
    margin-bottom: 2rem;
    font-size: 19px;
}
#faq .q_box .title::before,
#faq .q_box .title::after{
    position: absolute;
    content: '';
    right: 15px;
    top: 47%;
    width: 15px;
    height: 2px;
    background-color: #343434;
}
#faq .q_box.title::before{
    top:47%;
    right: 15px;
    transform: rotate(0deg);
}
#faq .q_box .title::after{    
    top: 47%;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.5s;
}
#faq .q_box .title.close::after{
    transform: rotate(0deg);
}
#faq .q_box .box {
    display: none;
    background: #fffbef;
    margin:0 0 3%;
    padding: 3%;
}

/* =======================================
モイストバスミルク個別css
======================================= */
#moist_bathmilk h4 {
    font-size: 22px;
    text-align: center;
    line-height: 3.2rem;
    color: #7ac383;
    border: 1px solid #7ac383;
    border-radius: 10px;
    padding: 9px;
    margin: 45px auto 30px;
}
#moist_bathmilk h2,
#ns_making h2 {
    margin: 60px auto 16px;
}
#moist_bathmilk .ylw_bg {
    position: relative;
    background: #fffbce;
    border-radius: 10px;
    padding: 14px;
}
#moist_bathmilk .ylw_bg::before {
    content: "";
    left: 26%;
    top: -16%;
    position: absolute;
    background: #fffbce;
    height: calc(tan(60deg)* 30px / 2);
    width: 30px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#moist_bathmilk .point_list .flex_cont {
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#moist_bathmilk .point_list .flex_cont figure {
    width: 160px;
    margin-left: inherit;
    margin-right: 40px;
    margin-bottom: 20px;
}
#moist_bathmilk .point_list .flex_cont p .green {
    color: #7ac383;
}
#moist_bathmilk .point_list .flex_cont p .big {
    font-size: 1.3em;
    padding-left: 4px;
}
#moist_bathmilk .caution {
    background: #fffcf4;
    border: 2px solid #ffd550;
    border-radius: 10px;
    padding: 14px 25px;
}
#faq .q_box .box>span {
    color: #4bb358;
    font-weight: bold;
}

/* =======================================
ドリームデザイン共通css
======================================= */
.binkan_wrapper #dream_line .contens{
    border-bottom: 2px solid #e75e7b;
    background-color: #fffbfb;
}
.binkan_wrapper #dream_line .contens p{
    background-color: #e75e7b;
}
#dream_line .ylw_line{
    background-color: #feedad;
}
.binkan_wrapper #dream_line h2 {
    padding-left: 0;
}
.binkan_wrapper #dream_line h2::before {
    content: none;
}
#dream_line #product{
    padding-top: 0;
    margin-top: 100px;
}
#dream_line #bikanhada_facecare #dream_product_info{
    margin-top: 38px;
    padding-top: 0;
    padding-bottom: 110px;
}
#dream_line #dream_product_info figure:nth-of-type(1){
    position: relative; 
}
#dream_line #dream_product_info p{
    width: 90%;
    margin: 14px auto 35px;
}
#dream_line #howto{
    position: relative;
    padding-top: 0;
    margin-top: -11%;
}
#dream_line #howto::after{
    content: "";
    position: absolute;
    z-index: -1;
    height: 149px;
    width: 100%;
}
#dream_line .howto_order>p{
    border-radius: 14px;
    padding: 19px 24px;
    margin-bottom: 30px;
}
#dream_line #howto .bg_color{
    padding-bottom: 25px;
    margin-bottom: 30px;
}
#dream_line #howto .vertical_line{
    display: inline-block;
    height: 230px;
    width: 3px;
}
#dream_line #howto .howto_order{
    background: #fff;
    margin: 0 20px 0;
    border-radius: 20px;
    padding: 18px;
}
#dream_line #howto .howto_order_inner ul{
    display: flex;
    justify-content: space-around;
}
#dream_line #howto .howto_order_inner ul li{
    width: 43%;
}
#dream_line #howto .howto_order_inner ul:nth-of-type(1){
    border-bottom: 3px dotted #d8b5d7;
    margin-bottom: 18px;
}
#dream_line #howto .howto_order_inner ul:nth-of-type(1) li:nth-of-type(1){
    margin-bottom: 30px;
}
#dream_line #howto .howto_order_inner ul li figure{
    width: 90%;
}
#dream_line #ns_making{
    background: url(/img/items/binkanhada_facecare/common_img/blue_bg.png) no-repeat top center / cover;
}
#dream_line #ns_making h2{
    margin-bottom: 30px;
}
#dream_line #ns_making p{
    width: 87%;
    margin: 22px auto 45px;
}
#dream_line #ns_making ul{
    margin-top: -2.6vw;
    position: relative;
}
#dream_line #ns_making ul li{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #61bec5;
    border: 7px solid #d5f1f4cf;
    background-color: #fff;
    border-radius: 13px;
    width: 88%;
    padding: 13px 0;
    margin: 0 auto 11px;
}
#dream_line #ns_making ul li p{
    width: 94%;
    text-align: left;
    padding: 11px;
    margin: auto;
    font-weight: normal;
    font-feature-settings: "palt" on;
}
#dream_line #ns_making ul small{
    display: block;
    width: 88%;
    font-feature-settings: "palt" on;
    margin: 0 auto 45px;
    color: #716863;
}

/* =======================================
ムースマイルドホイップ(ドリームデザイン)個別css
======================================= */
#dream_moussemildwhip #dream_product_info>figure:nth-of-type(1){
    margin-top: -8%;
}
#dream_moussemildwhip #dream_product_info{
    background: url(/img/items/490_dream_moussemildwhip/pulple_bg.png) no-repeat top center / cover;
}
#dream_moussemildwhip .refill_item{
    position: relative;
    border: 3px dotted #d8b5d7;
    border-radius: 20px;
    background: #fff;
    width: 90%;
    margin: auto;
}
#dream_moussemildwhip .refill_item::before{
    content: "";
    position: absolute;
    top: -19px;
    left: 50px;
    width: 21%;
    height: 183px;
    background: url(/img/items/490_dream_moussemildwhip/refillBottle.png) no-repeat center / contain;
}
#dream_line #dream_moussemildwhip .refill_item p{
    margin: 37px 17px;
    margin-left: auto;
    width: 55%;
}
#dream_moussemildwhip .purple{
    color: #da9fdb;
    font-size: 20px;
    font-weight: bold;
}
#dream_moussemildwhip .purple.marker{
    background: linear-gradient(transparent 70%, #d8b5d754 70%);
}
#dream_moussemildwhip #howto .bg_color{
    background-color: #d8b5d7;
}
#dream_moussemildwhip .howto_order>p{
    background: #fef6ff;
}
#dream_moussemildwhip #howto .vertical_line{
    border-right: 3px dotted #d8b5d7;
}
#dream_moussemildwhip #howto::after{
    bottom: -6%;
    background: url(/img/items/490_dream_moussemildwhip/wave.png) no-repeat center / contain;
}

/* =======================================
モイストオリゴミルク(ドリームデザイン)個別css
======================================= */
#dream_origomilk #dream_product_info>figure:nth-of-type(1){
    margin-top: -16%;
}
#dream_origomilk #dream_product_info{
    background: url(/img/items/491_dream_origomilk/pink_bg.png) no-repeat top center / cover;
}
#dream_origomilk #howto .bg_color{
    background-color: #f19fb3;
}
#dream_origomilk .howto_order>p{
    background: #f19fb31c;
}
#dream_origomilk #howto .howto_order_inner ul:nth-of-type(1){
    border-bottom: none;
    margin-bottom: 0;
}
#dream_origomilk #howto .howto_order_inner ul:nth-of-type(1) li:nth-of-type(1){
    margin-bottom: 0;
}
#dream_origomilk #howto .vertical_line{
    border-right: 3px dotted #f19fb3;
}
#dream_origomilk #howto::after{
    bottom: -8%;
    background: url(/img/items/491_dream_origomilk/wave.png) no-repeat center / contain;
}

/* =======================================
オリゴリップ(ドリームデザイン)個別css
======================================= */
#dream_origolip #dream_product_info h2{
    position: relative;
    z-index: 2;
}
#dream_origolip #dream_product_info>figure:nth-of-type(1){
    margin-top: -25%;
}
#dream_origolip #dream_product_info{
    background: url(/img/items/492_dream_origolip/deep-blue_bg.png) no-repeat top center / cover;
}
#dream_origolip #dream_product_info small{
    display: block;
    margin-top: 20px;
    line-height: 24px;
    font-feature-settings: "palt" on;
}
#dream_origolip #howto .bg_color{
    background-color: #61BEC4;
}
#dream_origolip .howto_order>p{
    background: #f19fb31c;
}
#dream_origolip #howto .howto_order_inner ul:nth-of-type(1){
    border-bottom: none;
    margin-bottom: 0;
}
#dream_origolip #howto .howto_order_inner ul:nth-of-type(1) li:nth-of-type(1){
    margin-bottom: 0;
}
#dream_origolip #howto .vertical_line{
    border-right: 3px dotted #61BEC4;
}
#dream_origolip #howto::after{
    bottom: -10%;
    background: url(/img/items/492_dream_origolip/wave.png) no-repeat center / contain;
}
#dream_origolip #howto .howto_order_inner ul li figure{
    width: 100%;
}
#dream_origolip .howto_order_inner li p:first-child{
    text-align: center;
    line-height: 26px;
    color: #62bec5;
    font-weight: bold;
    margin-bottom: 10px;
}
#dream_origolip .howto_order_inner li p>span{
    display: block;
    color: #fff;
    background: #62bec5;
    border-radius: 50px;
    width: 61%;
    margin: auto;
    margin-bottom: 5px;
}
#dream_origolip #mk_370 .block{
    margin: 0 auto;
}
#dream_origolip #mk_370 .block>.appeal:last-child{
    margin-bottom: 0;
}
.binkan_wrapper #dream_line #mk_370 h2{
    color: #653932;
}
.binkan_wrapper #dream_line #mk_370 h3{
    margin-top: 0;
    padding-left: 0;
    border-left: none;
}
/* =======================================
モイストUVミルク(ドリームデザイン)個別css
======================================= */
#dream_moistUV #dream_product_info>figure:nth-of-type(1){
    margin-top: -8%;
}
#dream_moistUV #howto .howto_order_inner ul:nth-of-type(1) li:nth-of-type(1){
    margin-bottom: 2%;
}
#dream_moistUV #dream_product_info{
    background: url(/img/items/495_dream_moistUV/blue_bg.png) no-repeat top center / cover;
}
#dream_moistUV #howto .howto_order_inner ul:nth-of-type(1){
    border-bottom: 0;
    margin-bottom: 0;
}
#dream_moistUV #howto .bg_color{
    background-color: #02b9e0;
}
#dream_moistUV .howto_order>p{
    background: #e5f8fc;
}
#dream_moistUV #howto .vertical_line{
    height: 245px;
    border-right: 3px dotted #02b9e0;
}
#dream_moistUV #howto::after{
    bottom: -8%;
    background: url(/img/items/495_dream_moistUV/wave.png) no-repeat center / contain;
}
#dream_moistUV .p10{
    padding: 0 10%;
}