@charset "utf-8";





/* ======================================== PC ======================================== */


@media screen and (min-width: 1025px) {


    .main {
        width: 100%;
        height: 460px;
        background-image: url(../img/hairloss_main.png);
        background-repeat: no-repeat;
        background-position-x: 30%;
        background-position-y: bottom;
        z-index: 1;
        position: relative;


    }



    .main h1 {
        position: absolute;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        font-weight: normal;
        font-size: 70px;
        top: 40%;
        left: 20%;
    }

    .sec01 {
        width: 1200px;
        margin: 40px auto 0;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;

    }

    .lead {
        width: 900px;
        margin: 0 auto;
        line-height: 1.5em;
    }

    .main_price {
        width: 1040px;
        margin: 0 auto 80px;
        list-style: none;
    }

    .main_price li {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;

    }

    .main_price li figure img {
        width: 297px;
        height: auto;
    }

    .main_price li dl dt {
        text-align: center;
        margin-bottom: 20px;
    }

    .main_price li dl dd {
        width: 700px;
        line-height: 1.5em;
    }

    .main_price li dl dd .set_price {
        text-align: center;
        color: #9D4E65;
        font-size: 30px;
        margin-top: 20px;
    }
	
	.mdimg {
		width: 100%;
        margin: 0 auto;
    }


    .single_plice {
        width: 1140px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 80px auto 60px;
    }

    .single_plice h4 {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 40px;
    }

    .single_plice div {
        width: 450px;
        display: flex;
        justify-content: space-between;
    }

    .single_plice div ul {
        width: 180px;
        list-style: none;
        text-align: left;
    }

    .single_plice div ul dl {
        margin-bottom: 20px;
        
    }

    .single_plice div ul dl dt {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .single_plice div ul dl dd {
        color: #9D4E65;
    }

    .line_box {
        width: 496px;
        margin: 40px auto 80px;
        list-style: none;
        font-size: 30px;

    }

    .line_box a {
        width: 496px;
        padding: 40px;
        display: flex;
        justify-content: space-between;
        border: #974B62 2px solid;
        color: #000000;
    }

    .line_box li {
        height: 120px;
        line-height: 120px;
    }










}



/* ======================================== SP ======================================== */





@media screen and (max-width: 599px) {



    .main {
        width: 100%;
        background-image: url(../img/hairloss_main_sp.png);
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }



    .main h1 {
        position: absolute;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        font-weight: normal;
        font-size: 30px;
        top: 45%;
        right: 25%;

    }

    .sec01 {
        width: 100%;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        margin: 0 auto 0;
        overflow: hidden;
        padding-top: 20px;

    }


    .lead {
        width: 96%;
        margin: 0 auto;
        line-height: 1.5em;
    }

    .main_price {
        width: 96%;
        margin: 0 auto 80px;
        list-style: none;
    }

    .main_price li {
        margin-top: 60px;
       

    }

    .main_price li figure img {
        width: 100%;
        height: auto;
    }

    .main_price li dl dt {
        text-align: center;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.5em;
    }

    .main_price li dl dd {
        width: 100%;
        line-height: 1.5em;
    }

    .main_price li dl dd .set_price {
        text-align: center;
        color: #9D4E65;
        font-size: 30px;
        margin-top: 20px;
    }
	
	.mdimg {
        width: 96%;
        margin: 0 auto;
    }

    .mdimg img {
        width: 100%;
        height: auto;
    }


    .single_plice {
        width: 96%;
        margin: 80px auto 60px;
    }

    .single_plice h4 {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 40px;
    }

    .single_plice div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px;
    }

    .single_plice div ul {
        width: 40%;
        list-style: none;
        text-align: left;
    }

    .single_plice div ul dl {
        margin-bottom: 20px;
        
    }

    .single_plice div ul dl dt {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .single_plice div ul dl dd {
        color: #9D4E65;
    }

    .single_plice img {
        width: 100%;
        height: auto;
    }

    .line_box {
        width: 96%;
        margin: 40px auto 160px;
        list-style: none;
        font-size: 22px;

    }

    .line_box a {
        width: 96%;
        padding: 2%;
        display: flex;
        justify-content: space-between;
        border: #974B62 2px solid;
        color: #000000;
    }

    .line_box li {
        height: 120px;
        line-height: 120px;
    }





}






/* ======================================== Tablet タテ ======================================== */



@media screen and (min-width: 600px) and (max-width: 1024px) {

    .main {
        width: 100%;
        background-image: url(../img/hairloss_main_sp.png);
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }



    .main h1 {
        position: absolute;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        font-weight: normal;
        font-size: 40px;
        top: 45%;
        left: 0;

    }

    .sec01 {
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    }


    .lead {
        width: 90%;
        margin: 0 auto;
        line-height: 1.5em;
    }

    .main_price {
        width: 96%;
        margin: 0 auto 80px;
        list-style: none;
    }

    .main_price li {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;

    }

    .main_price li figure {
        width: 45%;
    }

    .main_price li figure img {
        width: 100%;
        height: auto;
    }

    .main_price li dl {
        width: 50%;
        line-height: 1.5em;
    }

    .main_price li dl dt {
        text-align: center;
        margin-bottom: 20px;
    }

    .main_price li dl dd {
        width: 100%;
    }

    .main_price li dl dd .set_price {
        text-align: center;
        color: #9D4E65;
        font-size: 30px;
        margin-top: 20px;
    }
	
	.mdimg {
        width: 96%;
        margin: 0 auto;
    }

    .mdimg img {
        width: 100%;
        height: auto;
    }


    .single_plice {
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 80px auto 60px;
    }

    .single_plice h4 {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 40px;
    }

    .single_plice div {
        width: 40%;
        display: flex;
        justify-content: space-between;
    }

    .single_plice div ul {
        width: 180px;
        list-style: none;
        text-align: left;
    }

    .single_plice div ul dl {
        margin-bottom: 20px;
        
    }

    .single_plice div ul dl dt {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .single_plice div ul dl dd {
        color: #9D4E65;
    }

    .single_plice figure {
        width: 60%;
    }

    .single_plice figure img {
        width: 100%;
        height: auto;
    }

    .line_box {
        width: 60%;
        margin: 40px auto 40px;
        list-style: none;
        font-size: 30px;
        display: flex;
        justify-content: space-between;

    }

    .line_box a {
        width: 496px;
        margin: 40px auto 80px;
        padding: 40px;
        display: flex;
        justify-content: space-between;
        border: #974B62 2px solid;
        color: #000000;
    }

    .line_box li {
        height: 120px;
        line-height: 120px;
    }

    



}







/* ======================================== Tablet 横 ======================================== */



@media screen and (min-width: 1025px) and (max-width: 1279px) {

    .pcview {
        display: block;
    }

    .spview {
        display: none;
    }

    .main {
        width: 100%;
        height: 460px;
        background-image: url(../img/hairloss_main.png);
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }



    .main h1 {
        position: absolute;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        font-weight: normal;
        font-size: 70px;
        top: 50%;
        left: -10%;

    }

    .sec01 {
		width:100%;
        font-family: "a-otf-ud-reimin-pr6n", sans-serif;
        padding-top: 0;
    }
	
	.mdimg {
        width: 96%;
        margin: 0 auto;
    }

    .mdimg img {
        width: 100%;
        height: auto;
    }



}