@charset "UTF-8";
/* mediquickブランディング　トップ */
/*--------------------------------------------------------------------------
PC
---------------------------------------------------------------------------*/
.brand-header-title{
	line-height: 1;
}
.brand-header-title .small{
	font-weight: normal;
	font-size: 75%;
	display: inline-block;
}
.wrap-cnt-01,.wrap-cnt-02{
 display: flex;
 justify-content: space-between;
}

/*----------
ボタン(PC)
----------*/
.btn-01 a{
 font-size: 1.250em;
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 26px center #001e65;
 background-size: 8px;
 border-radius: 0;
}

.ttl-02{
 color: #001e65;
}
.ttl-02 .sub-ttl-02{
 color: #c42926;
 font-size: 140%;
}
.notes{
 color: #888;
 font-size: 0.875em;
}
.list-01{
 list-style: disc;
 list-style-position: inside;
 line-height: 2;
}
.txt-red{
 color: #c52a31;
 font-weight: bold;
}

/* MV */
.mv-cont{
    height: 584px;
    position: relative;
	background: linear-gradient( 300deg, rgb(2,0,75) 0%, rgb(16,16,106) 8%, rgb(29,32,136) 19%, rgb(15,106,187) 55%, rgb(1,180,237) 74%);
}
.mv-cont::before{
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    background: #fff;
    border-top: 5px solid #c5272b;
    border-bottom: 5px solid #c5272b;
    height: 150px;
    width: 100%;
    z-index: 1;
}
.mv-cont .mv-bg-cont-01,
.mv-cont .mv-bg-cont-02{
    position: relative;
    z-index: 5;
}
.mv-cont .mv-bg-cont-01 .catch{
    position: relative;
}
.mv-cont .mv-bg-cont-01 .item-01{
    position: absolute;
    top: 10px;
    left: 7px;
}
.mv-cont .mv-bg-cont-01 .item-01 img{
    filter: drop-shadow(5px 5px 49px rgba(255,255,255,0.85));
}
.mv-cont .mv-bg-cont-01 .item-02{
    position: absolute;
    top: 222px;
    left: 116px;
    font-size: 2.75em;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 
        4px  4px 3px #ffffff,
        -4px  4px 3px #ffffff,
        4px -4px 3px #ffffff,
        -4px -4px 3px #ffffff,
        4px  0px 3px #ffffff,
        0px  4px 3px #ffffff,
        -4px  0px 3px #ffffff,
        0px -4px 3px #ffffff;
}
.mv-cont .mv-bg-cont-01 .item-02 .deco-01{
    color: #cd2e33;
    font-size: 1.2em;
}
.mv-cont .mv-bg-cont-01 .item-02 .deco-02{
    color: #cd2e33;
    font-size: 0.8em;
}
.mv-cont .mv-bg-cont-01 .item-02 .deco-03{
    color: #000d45;
    font-size: 0.9em;
}
.mv-cont .mv-bg-cont-01 .item-02 .deco-04{
    font-style: italic;
}
.mv-cont .mv-bg-cont-01 .item-03{
    position: absolute;
    top: 377px;
    left: 90px;
    width: 355px;
}
.mv-cont .mv-bg-cont-01 .item-04{
    position: absolute;
    top: 466px;
    left: 174px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #000;
}

.mv-cont .mv-bg-cont-02 .name{
    position: relative;
}
.mv-cont .mv-bg-cont-02 .item-01{
    position: absolute;
    top: 36px;
    left: 518px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    background-color: #ffef06;
    border-radius: 80px;
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #000;
}
.mv-cont .mv-bg-cont-02 .item-01 .deco-01{
    font-size: 0.5em;
}
.mv-cont .mv-bg-cont-02 .item-01 .deco-02{
    font-size: 0.8em;
}

.mv-cont .mv-bg-cont-02 .item-02{
    position: absolute;
    top: 68px;
    right: 14px;
}
.mv-cont .mv-bg-cont-02 .item-02 a:hover img{
    opacity: 0.75;
}
.mv-cont .mv-bg-cont-02 .item-03{
    position: absolute;
    top: 445px;
    right: 20px;
    text-align: right;
    font-size: 0.625em;
    color: #888;
    line-height: 2;
}
.mv-cont .mv-bg-cont-02 .item-03 .deco-01{
    font-weight: bold;
}
.mv-cont .mv-bg-cont-02 .item-03 .deco-02{line-height: 1.25;}
.mv-cont .mv-bg-cont-02 .item-03 .classify{
    border: 1px solid #888;
    padding: 2px 3px;
}
.mv-cont .mv-bg-cont-02 .item-03 .classify-num{
    border: 1px solid #888;
    padding: 0 2px;
}


.section_cart_01_bg{
    background-color: #c79900;
}
.section_cart_01 .list_cart_01 .btn a{
    border-radius: 0;
}

.section-01-bg{
    padding-top:70px;
    padding-bottom: 40px;
    background-color:#ddd;
    position:relative;
}
.section-01-bg::after{
    content: "";
    display: block;
    position:absolute;
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #ddd 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #ddd 50.5%) no-repeat top right/50% 100%;
    width:100%;
    height:100px;
    bottom: -100px;
    z-index: 100;
}
/* 頭皮のお悩み */
.section-01 .cont-01{
    margin-bottom: 115px;
}
.section-01 .cont-01 .items-cont{
    display: flex;
    justify-content: center;
}
.section-01 .cont-01 .items-cont .item{
    text-align: center;
    width: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-01 .cont-01 .items-cont .item .ttl-03{
    font-size: 1.25em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.section-01 .cont-01 .items-cont .item-img{
    width: 150px;
    height: 150px;
    margin-bottom: 16px;
}
.section-01 .cont-01 .ttl-02{
    font-weight: bold;
    font-size: 1.98em;
    margin-bottom: 44px;
}
.section-01 .cont-01 .ttl-02 .ttl-02-01{
    color: #c5272b;
}
.section-01 .cont-01 .ttl-02 .ttl-02-02{
    font-size: 1.1364em;
}

/* アコーディオン */
.section-01 .cont-02{
    margin-bottom: 100px;
}
.section-01 .cont-02 .btn{
    z-index: 10;
    position: relative;
    margin-bottom: -50px;
    text-align: center;
}
.section-01 .cont-02 .slide-btn{
    margin: 0 auto;
    display: inline-block;
    background-color: #001e65;
    color: #fff;
    width: 520px;
    font-size: 1.75em;
    font-weight: bold;
    text-align: left;
}
.section-01 .cont-02 .slide-btn .slide-btn-small{
    font-size: 0.7143em;
}
.section-01 .cont-02 .slide-btn:hover, .slide-btn:active, .slide-btn:focus{
    color: #fff;
}
.section-01 .cont-02 .slide-btn:hover{
    opacity: 0.75;
    color: #fff;
}
.section-01 .cont-02 .slide-btn .open,
.section-01 .cont-02 .slide-btn .close{
    display: none;
    padding: 7px 120px 15px;
    line-height: 1.4;
}
.section-01 .cont-02 .slide-btn .open{
background: url('data:image/svg+xml;charset=utf8,%3Csvg%20%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20width%3D%2225px%22%20height%3D%2226px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0A%20d%3D%22M-0.000%2C11.000%20L25.000%2C11.000%20L25.000%2C15.000%20L-0.000%2C15.000%20L-0.000%2C11.000%20Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0A%20d%3D%22M14.500%2C0.500%20L14.500%2C25.500%20L10.500%2C25.500%20L10.500%2C0.500%20L14.500%2C0.500%20Z%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat right 40px center;
}
.section-01 .cont-02 .slide-btn .close{
background: url('data:image/svg+xml;charset=utf8,%3Csvg%20%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20width%3D%2225px%22%20height%3D%224px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%0A%20d%3D%22M-0.000%2C0.000%20L25.000%2C0.000%20L25.000%2C4.000%20L-0.000%2C4.000%20L-0.000%2C0.000%20Z%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat right 40px center;
}
.section-01 .cont-02 .slide-btn .open.active,
.section-01 .cont-02 .slide-btn .close.active{
    display: block;
}

.section-01 .cont-02 .slide-clm{
    display: none;
    box-sizing: border-box;
    border: 1px solid #888;
    padding: 120px 37px 57px;
    background-color: #e5e5f7;
    background-image:  linear-gradient(#fafafa 1px, transparent 1px), linear-gradient(to right, #fafafa 1px, #fff 1px);
    background-size: 15px 15px;
}
.section-01 .cont-02 .slide-clm .slide-img{
    border: 2px solid #aaa;
    border-radius: 2px;
    margin-right: 35px;
    width: 440px;
}
.section-01 .cont-02 .slide-clm .slide-img img{
    width: 440px;
}
.section-01 .cont-02 .slide-clm > .sub-clm{
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.section-01 .cont-02 .slide-clm .sub-clm .side-clm{
    flex: 1;
    line-height: 1.75;
}
.section-01 .cont-02 .slide-clm .note-01 {
    color: #555;
    font-size: 0.75em;
    margin-top: 9px;
}
.section-01 .cont-02 .slide-clm .note-01 dt{
    float: left;
}
.section-01 .cont-02 .slide-clm .note-01 dd{
    padding-left: 1.35em;
}
.section-01 .cont-02-ttl-01{
    color: #001e65;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 6px;
}


/* 頭皮湿疹とは？ */
.section-01 .symptoms-clm{
    padding-top: 33px;
}
.section-01 .symptoms-clm .sub-clm-01{
    text-align: center;
    margin-bottom: 9px;
}
.section-01 .cont-02-ttl-02{
    color: #c5272b;
    font-size: 1.375em;
    font-weight: bold;
    margin-bottom: 8px;
}
.section-01 .cont-02-ttl-02 .deco-01{
    font-size: 1.4em;
}
.section-01 .symptoms-clm .sub-clm-02{
    width: 604px;
    position: relative;
    padding-top: 28px;
    margin-left: 120px;
}
.section-01 .symptoms-clm .sub-clm-02 .badge{
    position: absolute;
    top: 0;
    left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    background-color: #e3f1fe;
    font-weight: bold;
    color: #001e65;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list{
    border: solid 2px #4c639b;
    border-radius: 2px;
    padding: 30px 70px 18px 110px;
    background-color: #fff;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list li{
    color: #001e65;
    font-weight: bold;
    position:relative;
    padding-left: 0.75em;
    float: left;
    width: 47%;
    margin-bottom: 6px;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #4c639b;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 40%;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list li:last-child{
    width: auto;
}

/* かゆみの原因は頭皮の❝炎症❞ */
.section-01 .cont-03{
    background-color: #fff;
    text-align: center;
    padding: 50px 0px;
}
.section-01 .cont-03 .img-01{
    margin: 0 auto 1.3em;
    width: 422px;
}
.section-01 .cont-03 .txt-01{
    color: #000;
}
.section-01 .cont-03 .cont-03-ttl-01{
    font-size: 2.25em;
    font-weight: bold;
    color: #001e65;
    margin-bottom: 28px;
}
.section-01 .cont-03 .cont-03-ttl-01 .deco-01{
    font-size: 0.8em;
}
.section-01 .cont-03 .cont-03-ttl-01 .deco-02{
    font-size: 1.4em;
    color: #c5272b;
}
.section-01 .cont-03 .cont-03-ttl-01 .deco-03{
    font-size: 72%;
}
.section-01 .cont-03 .cont-03-ttl-01 .deco-04{
    display: block;
}
/* 商品紹介 */
.section-02-bg{
    position: relative;
    min-height: 1200px;
}
.section-02-bg::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1203px;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/section_02_bg_pc.jpg) ;
    background-size: cover;
    border-bottom: 3px solid #fff;
    z-index: 11;
}
.section-02-bg::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: calc( 100% - 1203px);
    z-index: 10;
    top: 1203px;
    background-image: linear-gradient( 0deg, rgb(0,30,101) 1%, rgb(8,46,135) 21%, rgb(16,62,168) 47%, rgb(9,121,203) 77%, rgb(1,180,237) 93%);
}
.section-02{
    position: relative;
    z-index: 30;
}
.section-02 .cont-01{
    padding-top: 220px;
    margin-bottom: 12px;
}
.section-02 .cont-01-ttl{
    float: left;
    margin-right: 40px;
    margin-top: 77px;
    margin-left: 26px;
}
.section-02 .cont-01-ttl .item-01::before{
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/section_02_01.png);
    background-size: cover;
}
.section-02 .cont-01-ttl .item-01{
    color: #161573;
    font-size: 2.25em;
    line-height: 1.25;
    letter-spacing: -0.05em;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #161573;
    width: 550px;
    padding-bottom: 10px;
    margin-bottom: 24px;
}
.section-02 .cont-01-ttl .item-01 .deco-01{
    font-size: 0.7em;
}
.section-02 .cont-01-ttl .item-01 .deco-02{
    color: #caa845;
}
.section-02 .cont-01-ttl .item-01 .deco-03{
    font-size: 0.8em;
}
.section-02 .cont-01-ttl .item-02{
    color: #161573;
    font-size: 2.25em;
    letter-spacing: -0.05em;
    font-weight: bold;
}
.section-02 .cont-01-ttl .item-02 .deco-01{
    font-size: 1.2em;
}
.section-02 .cont-01-ttl .item-02 .deco-02{
    font-size: 1.62em;
    letter-spacing: -0.08em;
}
.section-02 .cont-01 .sub-clm{
    position: relative;
    float: right;
    width: 315px;
}
.section-02 .cont-01 .sub-clm .item-01{
    z-index: 20;
    position: relative;
    width: 147px;
}
.section-02 .cont-01 .sub-clm a :hover{
    opacity: 0.75;
}
.section-02 .cont-01 .sub-clm .item-02{
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background-color: #0086d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7eeee;
    font-weight: bold;
    font-size: 1.125em;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 140px;
}
.section-02 .cont-01 .sub-clm .item-03{
    font-size: 0.7813em;
    color: #777;
    letter-spacing: -0.05em;

    position: absolute;
    top: 299px;
    left: 159px;
}
.section-02 .cont-01 .sub-clm .item-03 .classify{
    border: 1px solid #777;
    padding: 2px 3px;
}
.section-02 .cont-01 .sub-clm .item-03 .classify-num{
    border: 1px solid #777;
    padding: 0 2px;
}
.section-02 .cont-02{
    height: 1200px;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/section_02_cont_bg_pc.png) no-repeat top center;
    position: relative;
    z-index: 10;
    margin-bottom: 36px;
}
.section-02 .cont-02 .item-01{
    padding-top: 166px;
}
.section-02 .cont-02 .cont-02-ttl{
    color: #001e65;
    font-size: 1.875em;
    font-weight: bold;
    text-align: center;
}
.section-02 .cont-02 .cont-02-ttl .deco-01{
    font-size: 0.8em;
}
.section-02 .cont-02 .cont-02-ttl .deco-02{
    color: #c42926;
}
.section-02 .cont-02 .cont-02-ttl .deco-03{
    font-size: 1.4em;
}
.section-02 .cont-02 .item-02{
    position: relative;
    width: 626px;
    height: 301px;
    margin: 23px auto 34px;
}
.section-02 .cont-02 .item-02 .item-02-01{
    width: 364px;
    height: 263px;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/comp_bg01_pc.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-01{
    font-size: 1.375em;
    font-weight: bold;
    color: #001e65;
    width: 280px;
    text-align: center;
    border-bottom: 1px solid #555;
    padding-bottom: 7px;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-01 .comp-01-01{
    font-size: 1.8em;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-02{
    font-size: 0.875em;
    color: #333;
    margin-top: 22px;
}
.section-02 .cont-02 .item-02 .item-02-02{
    font-size: 1.65em;
    font-weight: bold;
    color: #1e2873;
    width: 276px;
    height: 213px;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/comp_bg02_pc.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 88px;
    left: 350px;
}
.section-02 .cont-02 .item-03{
    display: flex;
    margin: 0 auto 60px;
    width: 832px;
    justify-content: space-between;
}
.section-02 .cont-02 .item-03 .item-03-01{
    width: 200px;
    height: 142px;
    border-radius: 10px;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.3%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%22200px%22%20height%3D%22142px%22%20viewBox%3D%225%206%20200%20142%22%20enable-background%3D%22new%205%206%20200%20142%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cfilter%20%20id%3D%22Filter_0%22%3E%0A%09%3CfeFlood%20%20result%3D%22floodOut%22%20flood-opacity%3D%220.5%22%20flood-color%3D%22rgb(255%2C%20255%2C%20255)%22%3E%3C%2FfeFlood%3E%0A%09%3CfeComposite%20%20in2%3D%22SourceGraphic%22%20in%3D%22floodOut%22%20operator%3D%22atop%22%20result%3D%22compOut%22%3E%3C%2FfeComposite%3E%0A%09%3CfeBlend%20%20in2%3D%22SourceGraphic%22%20in%3D%22compOut%22%20mode%3D%22normal%22%3E%3C%2FfeBlend%3E%0A%3C%2Ffilter%3E%0A%3Cg%20filter%3D%22url(%23Filter_0)%22%3E%0A%09%3Cpath%20fill%3D%22%23F7EEEE%22%20d%3D%22M15%2C6h180c5.523%2C0%2C10%2C4.477%2C10%2C10v122c0%2C5.523-4.477%2C10-10%2C10H15c-5.523%2C0-10-4.477-10-10V16%0A%09%09C5%2C10.477%2C9.477%2C6%2C15%2C6z%22%2F%3E%0A%3C%2Fg%3E%0A%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%22-371.9253%22%20cy%3D%22355.4502%22%20r%3D%220.5%22%20gradientTransform%3D%22matrix(200%200%200%20-142%2074490%2050550.875)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23EED487%3Bstop-opacity%3A0.4151%22%2F%3E%0A%09%3Cstop%20%20offset%3D%220.01%22%20style%3D%22stop-color%3A%23EED487%3Bstop-opacity%3A0.4158%22%2F%3E%0A%09%3Cstop%20%20offset%3D%220.81%22%20style%3D%22stop-color%3A%23E6DCBF%3Bstop-opacity%3A0.4266%22%2F%3E%0A%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23DDE4F6%3Bstop-opacity%3A0.432%22%2F%3E%0A%3C%2FradialGradient%3E%0A%3Cpath%20fill%3D%22url(%23SVGID_1_)%22%20d%3D%22M15%2C6h180c5.523%2C0%2C10%2C4.477%2C10%2C10v122c0%2C5.523-4.477%2C10-10%2C10H15c-5.523%2C0-10-4.477-10-10V16%0A%09C5%2C10.477%2C9.477%2C6%2C15%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.section-02 .cont-02 .item-03 .item-03-01 .comp-01{
    font-size: 1.25em;
    font-weight: bold;
    color: #1e2873;
    width: 160px;
    text-align: center;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}
.section-02 .cont-02 .item-03 .item-03-01 .comp-02{
    margin-top: 12px;
}
.section-02 .cont-02 .item-04{
    text-align: center;
}
.section-02 .cont-02 .item-04 .btn-01{
    margin-bottom: 39px;
}
.section-02 .cont-02 .item-04 .btn-01 a{
    width: 380px;
    font-size: 1.125em;
    padding-bottom: 15px;
}
.section-02 .cont-02 .item-04 .note-02 {
    margin-left: 53px;
    color: #eee;
    font-size: 0.75em;
    text-align: left;
}
.section-02 .cont-02 .item-04 .note-02 dt{
    float: left;
}
.section-02 .cont-02 .item-04 .note-02 dd{
    padding-left: 3em;
}
.section-02 .cont-03{
    position: relative;
    z-index: 5;
    /* background: url(/-/Media/com/mediquick-h/promotion/p-gold/grid_bg_pc.png) no-repeat top center; */
    /* height: 367px; */
    color: #f7f7f7;
    /* margin-top: -170px; */
    padding-bottom: 135px;
}
.section-02 .cont-03 .cont-03-txt{
    /* padding-top: 210px; */
    font-size: 1.75em;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.025em;
}
.section-02 .cont-03 .cont-03-txt .deco-01{
    font-weight: bold;
    font-size: 1.4em;
}



/*商品ラインナップ*/
.section-lineup-bg{
 background: #001e65;
 padding: 120px 0 80px;
}
.section-lineup .ttl-02{
 color: #fff;
 font-size: 2.625em;
}
.section-lineup .lineup-cnt-01{
 background: #fff;
 width: 50%;
 max-width: 465px;
 padding: 0 0 50px;
 box-sizing: border-box;
 margin-bottom: 40px;
}
.section-lineup .lineup-cnt-02{
 width: 100%;
 max-width: 940px;
 padding: 0 0 26px;
}
.section-lineup .lineup-cnt-02 .wrap-cnt-01{
 justify-content: center;
}
.section-lineup .lineup-cnt-02 .wrap-cnt-01 .cnt-01{
 width: 44%;
 margin: 0 1%;
}
.section-lineup .lineup-cnt-02  .prd-img-02{
 margin: 20px 0 22px 16px;
 width: 80%;
}
.section-lineup .lineup-cnt-02  .btn-01{
 margin-left: 20px;
}
.section-lineup .ttl-wrap{
 display: flex;
 background: #caa845;
 padding: 10px 44px;
 justify-content: space-between;
 align-items: center;
}
.section-lineup .lineup-cnt-02 .ttl-wrap{
 background: #d00009;
 color: #fff;
 text-align: center;
 display: block;
 font-size: 1.5em;
 font-weight: bold;
 padding: 12px 20px;
}
.section-lineup .ttl-wrap .ttl-img-01{
 width: 140px;
 margin-right: 26px;
}
.section-lineup .wrap-cnt-02{
 justify-content: center;
 align-items: center;
}
.section-lineup .wrap-cnt-02 .ttl-img-01{
 width: 140px;
 margin-right: 16px;
}
.section-lineup .wrap-cnt-02 .ttl-txt-03{
 font-size: 1.250em;
 font-weight: bold;
 text-align: left;
}
.section-lineup .wrap-cnt-02 .ttl-txt-03 .small{
 display: block;
 color: #555;
}
.section-lineup .ttl-wrap .ttl-txt-wrap{
 width: 210px;
}
.section-lineup .ttl-wrap .ttl-txt-01{
 font-size: 1.5em;
 font-weight: bold;
 color: #001e65;
 margin-bottom: 0.2em;
}
.section-lineup .ttl-wrap .list-01 {
 list-style: none;
 line-height: 1.75;
}
.section-lineup .ttl-wrap .list-01 .sub-li{
 display: inline-block;
 margin-left: 20px;
}
.section-lineup .ttl-wrap .list-01 li::before{
 content: "・";
 margin-right: 4px;
}

.section-lineup .body-wrap{
 padding: 40px 34px 0;
 text-align: center;
}
.section-lineup .prd-img-01{
 width: 90%;
 margin: 0 auto 6px;
}
.section-lineup .prd-img-02{
 width: 75.5%;
 margin: 18px auto 22px;
}
.prd-name{
 font-size: 0.8em;
 color: #555;
 margin-bottom: 10px;
 text-align: center;
}
.sub-prd-name{
 font-size: 0.714em;
 border: 1px solid #888;
 padding: 4px;
 margin-left: 8px;
}
.sub-prd-name .num{
 border: 1px solid #888;
 margin: 0 2px;
 padding: 1px;
}
.section-lineup .btn-01{
 width: 100%;
 max-width: 350px;
 margin: 0 auto;
}
/*治療のコツ*/
.section-use{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/use_bg.png);
 padding: 90px 0 80px;
}
.section-use .ttl-02{
 margin-bottom: 50px;
}
.use-cnt-01{
 width: 50%;
 max-width: 342px;
 margin: 0 65px;
}
.section-use .ttl-03{
 color: #001e65;
 font-size: 1.375em;
 margin-bottom: 14px;
}
.section-use .img-01{
 margin-bottom: 18px;
}
.cnt-01.use-cnt-01 {
 margin-bottom: 42px;
}
.section-use .list-01{
 margin: 26px 65px 0;
}

/*毎日のケアにおすすめシリーズも*/
.section-rec-prd{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/rec_prd_bg_pc.png)no-repeat center;
 background-size: cover;
 padding: 60px 0 80px;
}
.section-rec-prd .ttl-02{
 margin-bottom: 31px;
}
.section-rec-prd .ttl-02 .sub-ttl-02{
 font-size: 120%;
 line-height: 1.75;
}
.section-rec-prd .rec-cnt-01{
 max-width: 460px;
 width: 49%;
 background: #bfe3f1;
 border-radius: 5px;
 box-sizing: border-box;
 box-shadow: 0 0 10px #ccc;
 display: flex;
 flex-direction: column;
}
.section-rec-prd .rec-cnt-01 a{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.section-rec-prd .rec-cnt-01 .wrap-cnt-01{
 align-items: center;
 padding: 22px 20px 20px 36px;
 box-sizing: border-box;
 flex: 1;
}
.section-rec-prd .rec-cnt-01:first-of-type .wrap-cnt-01{
    padding-left: 20px;
}
.section-rec-prd .rec-cnt-01:first-of-type .img-prd-02{
    max-width: 159px;
    width: 159px;
}
.section-rec-prd .rec-cnt-01:first-of-type .txt-wrap{
    width: 238px;
}
.section-rec-prd .rec-cnt-01:last-child{
 background: #e5eaf5;
}
.section-rec-prd .rec-cnt-01 .link-ttl{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 26px center,#0086d1;
 background-size: 9px;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 1.375em;
 padding: 16px 20px;
 border-radius: 5px 5px  0 0;
}
.section-rec-prd .rec-cnt-01:last-child .link-ttl{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 26px center,#023299;
 background-size: 9px;
}

.section-rec-prd .rec-cnt-01 .img-prd-02{
 width: 24%;
 max-width: 97px;
}
.section-rec-prd .rec-cnt-01:last-child .img-prd-02{
 max-width: 120px;
 width: 28%;
}
.section-rec-prd .rec-cnt-01 .txt-wrap{
 width: 70%;
}
.section-rec-prd .rec-cnt-01:last-child .txt-wrap{
 width: 62%;
 padding-right: 10px;
 box-sizing: border-box;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .txt-02{
 color: #333;
 font-size: 1.5em;
 font-weight: bold;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .txt-02 .large{
 color: #bf0524;
 font-size: 140%;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .txt-03{
 color: #0086d1;
 font-size: 0.875em;
 font-weight: bold;
 margin: 6px 0 0;
 border-bottom: 2px solid #fff;
 padding-bottom: 10px;
}
.section-rec-prd .rec-cnt-01:last-child .txt-wrap .txt-03{
 color: #023299;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .prd-name-01{
 width: 242px;
 margin: 18px 0 8px;
}
.section-rec-prd .rec-cnt-01:last-child .txt-wrap .prd-name-01{
 width: 215px;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .prd-name-02{
 font-size: 0.750em; 
 color: #001e65;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .prd-name-02 .rui{
 border: 1px solid #001e65;
 background: #fff;
 display: inline-block;
 padding: 1px 3px;
 margin-right: 5px;
}


.section-brand-bg {
 padding: 80px 0 60px;
 background: #ebecf1;
}
.section-brand .ttl-brand-01 {
	margin-bottom: 10px;
	padding: 108px 72px 104px;
	line-height: 1.5em;
	text-align: left;
	color: #001e65;
	background: url(/-/Media/com/mediquick-series/common/220316/bg_brand_01_pc.jpg) no-repeat center #e1e9f6;
	border-radius: 10px;
}
.section-brand .img-brand-01 {
	text-align: center;
	margin: 64px auto 72px;
}
.section-brand .img-brand-01 img{
	width: 734px;
	border: none;
}
	
.section-brand .img-brand-01:nth-child(2) img{
	width: 550px;
}

.mediquick_tool.toolBox01{
 margin-bottom: 80px;
}
/****************************** BREAK POINT *******************************
tablet pc
******************************* BREAK POINT ******************************/

/* tablet */
@media screen and (max-width: 768px) {

.brand-header-wrap,
.brand-header{
 background: #fff;
	box-sizing: unset !important;
}

.ttl-02{
 font-size: 5.2083vw;
}
.btn-01 a{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 5vw center #001e65;
 background-size: 1.5vw;
}


.section_cart_01 .btn_cart_01 a{
    border-radius: 0;
}
.modalDetailContent .section-popup{
    background-color: #c79900;
}

/* MV */
.mv-cont{
    height: 159vw;
}
.mv-cont::before{
    border-top: 1.302vw solid #c5272b;
    border-bottom: 1.302vw solid #c5272b;
    height: 42vw;
}
.mv-cont .mv-bg-cont-01 .item-01{
    top: 0;
    left: inherit;
    right: 0;
    width: 59.766vw;
}
.mv-cont .mv-bg-cont-01 .item-02{
    top: 23.177vw;
    left: 5.078vw;
    font-size: 8.594vw;
}
.mv-cont .mv-bg-cont-01 .item-03{
    top: 107.292vw;
    left: 14.583vw;
    width: 69.401vw;
}
.mv-cont .mv-bg-cont-01 .item-04{
    top: 125.391vw;
    left: 31.25vw;
    font-size: 4.036vw;
}

.mv-cont .mv-bg-cont-02 .item-01{
    top: 61.198vw;
    left: 55.599vw;
    width: 25.391vw;
    height: 25.391vw;
    border-radius: 13vw;
    font-size: 3.906vw;
}

.mv-cont .mv-bg-cont-02 .item-02{
    top: 50.781vw;
    left: 8.724vw;
    width: 48.828vw;
}
.mv-cont .mv-bg-cont-02 .item-03{
    top: 88.021vw;
    left: 59.245vw;
    text-align: left;
    font-size: 2.344vw;
    line-height: 1.2;
}
.mv-cont .mv-bg-cont-02 .item-03 .deco-01{
 color: #ccc;
}
.mv-cont .mv-bg-cont-02 .item-03 .classify{
    border: 0.13vw solid #ccc;
    padding: 0.26vw 0.391vw;
    line-height: 2.25;
}
.mv-cont .mv-bg-cont-02 .item-03 .classify-num{
    border: 0.13vw solid #ccc;
    padding: 0 0.26vw;
}
.mv-cont .mv-bg-cont-02 .item-04,
.mv-cont .mv-bg-cont-02 .item-05{
    position: absolute;
    font-size: 2.148vw;
    color: #888;
    top: 133.422vw;
    left: 50%;
	transform : translate(-50%, -50%);
    width: 98vw;
    text-align: center;
}
.mv-cont .mv-bg-cont-02 .item-05{
 top: 138vw;
}
.section-01-bg{
    padding-top:12.37vw;
}
.section-01-bg::after{
    height:13.021vw;
    bottom: -13.021vw;
}
/* 頭皮のお悩み */
.section-01 .inner,
.section-02 .inner{
    width: 94%;
}
.section-01 .cont-01{
    margin-bottom: 8.073vw;
}
.section-01 .cont-01 .items-cont{
    flex-wrap: wrap;
}
.section-01 .cont-01 .items-cont .item{
    width: 50%;
    margin-bottom: 5.208vw;
}
.section-01 .cont-01 .items-cont .item .ttl-03{
    font-size: 4.167vw;
    margin-bottom: 1.302vw;
}
.section-01 .cont-01 .items-cont .item-img{
    width: 29.297vw;
    height: 29.297vw;
    margin-bottom: 3.125vw;
}
.section-01 .cont-01 .items-cont .item-txt{
    font-size: 3.646vw;
}
.section-01 .cont-01 .ttl-02{
    font-size: 5.271vw;
    margin-bottom: 6.38vw;
}
.section-01 .cont-01 .ttl-02 .ttl-02-02{
    font-size: 5.99vw;
}

/* アコーディオン */
.section-01 .cont-02{
    margin-bottom: 10.417vw;
}
.section-01 .cont-02 .btn{
    margin-bottom: -7.792vw;
}
.section-01 .cont-02 .slide-btn{
    width: 81.25vw;
    font-size: 4.375vw;
}
.section-01 .cont-02 .slide-btn .slide-btn-small{
    font-size: 0.7143em;
}
.section-01 .cont-02 .slide-btn .open,
.section-01 .cont-02 .slide-btn .close{
    padding: 0.911vw 18.62vw 2.474vw;
    background-size: 4vw;
    background-position-x: 94%;
}

.section-01 .cont-02 .slide-clm{
    padding: 15.625vw 4.818vw 4.948vw;
}
.section-01 .cont-02 .slide-clm .slide-img{
    margin: 0 auto 3.255vw;
    width: 69.271vw;
}
.section-01 .cont-02 .slide-clm .slide-img img{
    width: 69.271vw;
}
.section-01 .cont-02 .slide-clm > .sub-clm{
    margin-bottom: 5.901vw;
    display: block;
}
.section-01 .cont-02 .slide-clm .sub-clm .side-clm{
    font-size: 3.385vw;
}
.section-01 .cont-02 .slide-clm .note-01 {
    font-size: 2.865vw;
}
.section-01 .cont-02-ttl-01{
    font-size: 3.646vw;
}


/* 頭皮湿疹とは？ */
.section-01 .symptoms-clm{
    padding-top: 1.042vw;
}
.section-01 .cont-02-ttl-02{
    font-size: 3.646vw;
}
.section-01 .symptoms-clm .cont-02-txt{
    text-align: left;
    font-size: 3.385vw;
    line-height: 1.65;
}
.section-01 .symptoms-clm .sub-clm-02{
    width: auto;
    padding-top: 8.984vw;
    margin-left: 0;
}
.section-01 .symptoms-clm .sub-clm-02 .badge{
    left: 50%;
	transform : translate(-50%, -50%);
    top: 9.1vw;
    width: 16.667vw;
    height: 16.667vw;
    border-radius: 8.5vw;
    font-size: 3.392vw;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list{
    padding: 11.589vw 7.161vw 6.51vw 7.943vw;
    font-size: 3.385vw;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list li{
    width: 100%;
}
.section-01 .symptoms-clm .sub-clm-02 .symptoms-list li::before{
    width: 1.302vw;
    height: 1.302vw;
    border-radius: 0.7vw;
}

/* かゆみの原因は頭皮の❝炎症❞ */
.section-01 .cont-03{
    padding: 8.724vw 3.906vw 11.328vw;
	margin-top: 20vw;
}
.section-01 .cont-03 .img-01{
    margin-bottom: 3.125vw;
    width: auto;
}
.section-01 .cont-03 .txt-01{
    font-size: 3.646vw;
}
.section-01 .cont-03 .cont-03-ttl-01{
    font-size: 5.99vw;
    margin-bottom: 5.208vw;
}
.section-01 .cont-03 .cont-03-ttl-01 .deco-03{
    font-size: 0.7143em;
}
/* 商品紹介 */
.section-02-bg::before{
    height: 235.938vw;
    background-image: url(/-/Media/com/mediquick-h/promotion/p-gold/section_02_bg_sp.jpg) ;
}
.section-02-bg::after{
    height: calc( 100% - 235.938vw);
    top: 235.938vw;
}
.section-02 .cont-01{
    padding-top: 22.526vw;
    margin-bottom: 10.677vw;
}
.section-02 .cont-01-ttl{
    float: none;
    margin: 9.245vw 2.925vw 7.552vw 3.516vw;
}
.section-02 .cont-01-ttl .item-01::before{
    width: 14.063vw;
    height: 14.063vw;
    margin-top: 0.781vw;
    margin-right: 0.911vw;
}
.section-02 .cont-01-ttl .item-01{
    font-size: 5.729vw;
    width: auto;
    padding-bottom: 1.953vw;
    margin-bottom: 3.646vw;
}
.section-02 .cont-01-ttl .item-02{
    font-size: 5.729vw;
}
.section-02 .cont-01-ttl .item-02 .deco-02{
    letter-spacing: -0.1em;
}
.section-02 .cont-01 .sub-clm{
    float: none;
    margin-left: 29.557vw;
    width: auto;
}
.section-02 .cont-01 .sub-clm .item-01{
    width: 21.354vw;
}
.section-02 .cont-01 .sub-clm .item-02{
    width: 28.646vw;
    height: 28.646vw;
    border-radius: 15vw;
    font-size: 3.385vw;
    letter-spacing: -0.05em;
    line-height: 1.3;
    top: -0.13vw;
    left: 20.313vw;
}
.section-02 .cont-01 .sub-clm .item-03{
    font-size: 2.344vw;
    line-height: 1.3;
    top: 43.62vw;
    left: 22.526vw;
}
.section-02 .cont-01 .sub-clm .item-03 .classify{
    border-width: 0.13vw;
    padding: 0.26vw 1.172vw;
    line-height: 2.1;
}
.section-02 .cont-01 .sub-clm .item-03 .classify-num{
    border: 0.13vw solid rgba(0, 0, 0, 0.28);
    padding: 0 0.26vw;
}
.section-02 .cont-02{
    height: 200vw;
    background: url(/-/Media/com/mediquick-h/promotion/p-gold/section_02_cont_bg_sp.png) no-repeat top center;
    background-size: 98% 100%;
    margin-bottom: 7.682vw;
}
.section-02 .cont-02 .item-01{
    padding-top: 15vw;
}
.section-02 .cont-02 .cont-02-ttl{
    font-size: 5vw;
}
.section-02 .cont-02 .cont-02-ttl .deco-02{
    line-height: 1.4;
}
 .section-02 .cont-02 .cont-02-ttl .deco-03{
  font-size: 132%;
 }
.section-02 .cont-02 .item-02{
    width: auto;
    height: auto;
    margin: 3.51vw auto 7vw;
}
.section-02 .cont-02 .item-02 .item-02-01{
    width: 56vw;
    height: 44vw;
    margin-left: 0vw;
    margin-bottom: 0;
    background-size: 100% 100%;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-01{
    font-size: 4.5vw;
    width: 44vw;
    padding-bottom: 1vw;
    border-bottom: 0.2vw solid #555;
    line-height: 1.4;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-01 .comp-01-01{
 font-size: 140%;
}
.section-02 .cont-02 .item-02 .item-02-01 .comp-02{
    font-size: 3.385vw;
    margin-top: 2.427vw;
    width: 44vw;
}
.section-02 .cont-02 .item-02 .item-02-02{
    font-size: 5vw;
    width: 35vw;
    height: 30vw;
    margin-left: 0;
    background-image: url(/-/Media/com/mediquick-h/promotion/p-gold/comp_bg02_sp.png);
    background-size: 100% 100%;
    left: 54.5vw;
    top: 14vw;
}
.section-02 .cont-02 .item-03{
    margin: -1px 1.693vw 5.729vw;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.section-02 .cont-02 .item-03 .item-03-01{
    width: 40vw;
    margin: 0 1vw;
    height: 24vw;
    margin-bottom: 2.083vw;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.3%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%22324.91px%22%20height%3D%22230.713px%22%20viewBox%3D%226%205.287%20324.91%20230.713%22%20enable-background%3D%22new%206%205.287%20324.91%20230.713%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cfilter%20%20id%3D%22Filter_0%22%3E%0A%09%3CfeFlood%20%20result%3D%22floodOut%22%20flood-opacity%3D%220.5%22%20flood-color%3D%22rgb(255%2C%20255%2C%20255)%22%3E%3C%2FfeFlood%3E%0A%09%3CfeComposite%20%20in2%3D%22SourceGraphic%22%20in%3D%22floodOut%22%20operator%3D%22atop%22%20result%3D%22compOut%22%3E%3C%2FfeComposite%3E%0A%09%3CfeBlend%20%20in2%3D%22SourceGraphic%22%20in%3D%22compOut%22%20mode%3D%22normal%22%3E%3C%2FfeBlend%3E%0A%3C%2Ffilter%3E%0A%3Cg%20filter%3D%22url(%23Filter_0)%22%3E%0A%09%3Cpath%20fill%3D%22%23F7EEEE%22%20d%3D%22M16%2C5.287h304.91c5.523%2C0%2C10%2C4.477%2C10%2C10V226c0%2C5.523-4.477%2C10-10%2C10H16c-5.523%2C0-10-4.477-10-10V15.287%0A%09%09C6%2C9.764%2C10.477%2C5.287%2C16%2C5.287z%22%2F%3E%0A%3C%2Fg%3E%0A%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%22-310.2231%22%20cy%3D%22399.7344%22%20r%3D%220.5%22%20gradientTransform%3D%22matrix(324.91%200%200%20-230.713%20100962.9688%2092344.5391)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23EED487%3Bstop-opacity%3A0.4151%22%2F%3E%0A%09%3Cstop%20%20offset%3D%220.01%22%20style%3D%22stop-color%3A%23EED487%3Bstop-opacity%3A0.4158%22%2F%3E%0A%09%3Cstop%20%20offset%3D%220.81%22%20style%3D%22stop-color%3A%23E6DCBF%3Bstop-opacity%3A0.4266%22%2F%3E%0A%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23DDE4F6%3Bstop-opacity%3A0.432%22%2F%3E%0A%3C%2FradialGradient%3E%0A%3Cpath%20fill%3D%22url(%23SVGID_1_)%22%20d%3D%22M16%2C5.287h304.91c5.523%2C0%2C10%2C4.477%2C10%2C10V226c0%2C5.523-4.477%2C10-10%2C10H16c-5.523%2C0-10-4.477-10-10%0A%09V15.287C6%2C9.764%2C10.477%2C5.287%2C16%2C5.287z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.section-02 .cont-02 .item-03 .item-03-01 .comp-01{
    font-size: 3.675vw;
    width: 33.854vw;
    border-bottom: 0.13vw solid #555;
    padding-bottom: 1.302vw;
}
.section-02 .cont-02 .item-03 .item-03-01 .comp-02{
    margin-top: 2vw;
    font-size: 3.366vw;
}
.section-02 .cont-02 .item-04 .btn-01{
    margin-bottom: 2.604vw;
}
.section-02 .cont-02 .item-04 .btn-01 a{
    width: 80.729vw;
    font-size: 3.906vw;
    padding-top: 3.125vw;
    padding-bottom: 2.865vw;
    line-height: 1.6;
}
.section-02 .cont-02 .item-04 .note-02{
    font-size: 2.865vw;
    margin-left: 2.995vw;
    margin-right: 2.995vw;
    line-height: 2;
}
.section-02 .cont-03{
    background: none;
    height: inherit;
    margin-top: 0;
	padding-bottom: 23.568vw;
}
.section-02 .cont-03 .cont-03-txt{
    padding-top: 0;
    font-size: 3.906vw;
    letter-spacing: 0.03em;
}


/*商品ラインナップ*/
.section-lineup-bg{
 padding: 10vw 0 10vw;
}
.section-lineup .inner{
 width: 94%;
}
.section-lineup .wrap-cnt-01{
 display: block;
}
.section-lineup .ttl-02{
 font-size: 5.4688vw;
 margin-bottom: 6.8125vw;
}
.section-lineup .lineup-cnt-02 .body-wrap{
 padding: 5vw 5vw  0;
}
.section-lineup .lineup-cnt-01,
.section-lineup .lineup-cnt-02{
 width: 100%;
 max-width: 728px;
 padding: 0 0 8vw;
 margin-bottom: 5.2083vw;
}
.section-lineup .lineup-cnt-02{
 margin-top: 12vw;
}
.section-lineup .lineup-cnt-02 .wrap-cnt-01 .cnt-01{
 width: 100%;
 margin: 0 auto;
}
.section-lineup .lineup-cnt-02  .prd-img-02{
 margin: 0 auto 3vw;
 width: 60%;
}
.section-lineup .lineup-cnt-02  .btn-01{
 margin: 0 auto;
}
.section-lineup .ttl-wrap{
 padding: 1.2135vw 2vw 1.2135vw 8vw;
}
.section-lineup .lineup-cnt-02 .ttl-wrap{
 font-size: 4vw;
 padding: 3.5vw 10vw;
}
.section-lineup .ttl-wrap .ttl-img-01{
 width: 18vw;
 margin-right: 2vw;
}
.section-lineup .wrap-cnt-02 .ttl-img-01{
 width: 18vw;
 margin-right: 3.3854vw;
}
.section-lineup .wrap-cnt-02 .ttl-txt-03{
 font-size: 3.65vw;
}
.section-lineup .ttl-wrap .ttl-txt-wrap{
 width: 62vw;
}
.section-lineup .ttl-wrap .ttl-txt-01{
 font-size: 4.2083vw;
 margin: 1vw 0 0.25vw;
}
.section-lineup .ttl-wrap .list-01{
 line-height: 1.5;
}
.section-lineup .body-wrap{
 padding: 3.8125vw 3vw 0;
}
.section-lineup .prd-img-01{
 margin: 3vw auto 2.25vw;
 width: 66%;
}
.section-lineup .prd-img-02{
 width: 48vw;
 margin: 4vw auto 4vw;
}
.prd-name{
 font-size: 3vw;
 margin-bottom: 2.6vw;
}
.sub-prd-name{
 font-size: 2.65vw;
 padding: 0.5vw;
 margin-left: 1.5vw;
	display: inline-block;
}
.sub-prd-name .num{
 margin: 0 0.5vw;
	padding: 0.05vw 0.25vw;
}
.section-lineup .btn-01{
 max-width: 525px;
 width: 90%;
}
/*治療のコツ*/
.section-use{
 padding: 15vw 0;
}
.section-use .inner{
 width: 94%;
}
.section-use .ttl-02{
 margin-bottom: 8vw;
}

.use-cnt-01{
 width: 48%;
 max-width: 342px;
 margin: 0 0;
}
.section-use .ttl-03{
 font-size: 3.9063vw;
 margin-bottom: 2vw;
}
.section-use .img-01{
 margin-bottom: 18px;
}
.cnt-01.use-cnt-01 {
 margin-bottom: 12.5vw;
}
.section-use .list-01{
 margin: 9vw auto 0;
}

/*毎日のケアにおすすめシリーズも*/
.section-rec-prd{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/rec_prd_bg_sp.png)no-repeat center;
 background-size: cover;
 padding: 13vw 0 7vw;
}
.section-rec-prd .inner{
 width: 94%;
 }
.section-rec-prd .ttl-02{
 line-height: 2;
 margin-bottom: 5vw;
}
.section-rec-prd .wrap-cnt-01{
 display: block;
}
.section-rec-prd .wrap-cnt-01 .wrap-cnt-01{
 display: flex;
}
.section-rec-prd .rec-cnt-01{
 max-width: 728px;
 width: 100%;
 margin-bottom: 5.2083vw;
}
.section-rec-prd .rec-cnt-01 .wrap-cnt-01{
 padding: 6vw 4.4271vw 6vw 7.2917vw;
 box-sizing: border-box;
 align-items: center;
}
.section-rec-prd .rec-cnt-01:first-of-type .wrap-cnt-01{
    padding-left: 2.604vw;
}
.section-rec-prd .rec-cnt-01:last-child{
 background: #e5eaf5;
}
.section-rec-prd .rec-cnt-01 .link-ttl{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 4vw center,#0086d1;
 background-size: 2vw;
 font-size: 4.6875vw;
 padding: 3vw;
}
.section-rec-prd .rec-cnt-01:last-child .link-ttl{
 background: url(/-/Media/com/mediquick-h/promotion/p-gold/ico_arw_wh.png) no-repeat right 4vw center,#023299;
 background-size: 2vw;
}

.section-rec-prd .rec-cnt-01 .img-prd-02{
 width: 19vw;
 max-width: inherit;
}
.section-rec-prd .rec-cnt-01:first-of-type .img-prd-02{
    width: 31.38vw;
    max-width: inherit;
}
.section-rec-prd .rec-cnt-01:last-child .img-prd-02{
 max-width: 167px;
 width: 21.7448vw;
}
.section-rec-prd .rec-cnt-01 .txt-wrap{
 width: 72%;
}
.section-rec-prd .rec-cnt-01:first-of-type .txt-wrap{
    width: 50.26vw;
}
.section-rec-prd .rec-cnt-01:last-child .txt-wrap{
    width: 50.875vw;
 padding-right: 0;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .txt-02{
 font-size: 5vw;
 line-height: 1.4;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .txt-03{
 font-size: 3.3854vw;
 margin: 1vw 0 0;
 padding-bottom: 2vw;
 border-bottom: 0.2vw solid #fff;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .prd-name-01{
 width: 50.2604vw;
 margin: 4vw 0 2vw;
}
.section-rec-prd .rec-cnt-01:last-child .txt-wrap .prd-name-01{
 width: 45.7031vw;
}
.section-rec-prd .rec-cnt-01 .txt-wrap .prd-name-02{
 padding: 1px 1vw;
 font-size: 2.6042vw;
}


.section-brand-bg {
    padding: 0 0 10vw;
    background: #fff;
}
 
.section-popup{
	background-color: #1d2d5e;
}
.section-brand .ttl-brand-01 {
	font-size: 6vw;
	margin-bottom: 3.25vw;
	padding: 16vw 4vw 14vw 4vw;
	line-height: 1.5;
	background: url(/-/Media/com/mediquick-series/common/220316/bg_brand_01_pc.jpg) no-repeat bottom center #fff;
	background-size: cover;
	border-radius: 0;
	text-shadow: 0 0 10px #fff;
}
.section-brand .ttl-brand-02{
	font-size: 4.9479vw;
	margin-bottom: 3.28125vw;
	padding-top: 11vw;
}
.section-brand .cnt-brand-01{
	margin-bottom: 7.1615vw;
	padding: 0 3%;
	font-size: 3.735vw;
}
.section-brand .cnt-brand-02{
	font-size: 3.85vw;
}
.section-brand .clm-brand-01 {
	margin-bottom: 13vw;
}
.section-brand .img-brand-01 {
	margin: 0 auto 7.8125vw;
}
.section-brand .img-brand-01 img{
	width: 92.1875vw;
}
.section-brand .img-brand-01:nth-child(2) img {
    width: 89.5833vw;
	border: 1px solid #cacaca;
	border-radius: 5px;
}
}






/****************************** BREAK POINT *******************************
SP
******************************* BREAK POINT ******************************/

/* tablet */
@media screen and (max-width: 480px) {


}