body {
    margin: 0;
}

a {
    text-decoration: none;
    color: #414f66;
}

h1,
h2,
h3,
h4,
h5,
span,
p {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.p-column {
    padding: 0;
}

.p-show_selection>h1 {
    margin-left: 20px;
}

/* 縦一列配置全体のコンテナ（横幅1200px制限） */
.femee-vertical-container {
    width: 100%;
    max-width: 1200px;
    /* 横幅を最大1200pxに制限 */
    margin: 0 auto;
    /* 画面の中央寄せ */
    box-sizing: border-box;
    text-align: center;
    color: #414f66;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

/* 縦一列に並ぶ各画像ブロックの設定 */
.femee-vertical-item {
    width: 100%;
    /* 横幅いっぱいに広げて縦一列にする */
    margin-bottom: 40px;
    /* ★画像と画像の間の「隙間（マージン）」 */
    box-sizing: border-box;
}

/* 最も下にある最後の画像ブロックの隙間はゼロにする */
.femee-vertical-item:last-child {
    margin-bottom: 0;
}

/* 画像自体のレスポンシブ・装飾設定 */
.femee-vertical-item img {
    width: 100%;
    height: auto;
    /* 画像の縦横比を維持 */
    display: block;
}


.femee-vertical-container #femee_catch {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    margin: 60px 0 20px;
}

.femee-vertical-container #femee_catch span {
    border-radius: 20px;
    padding: 8px 15px 5px;
    background-color: #fbf5f4;
    font-family: 游明朝;
    font-size:34px;
}

h2 {
    font-size: 28px;
    padding: 40px 0 20px;
    margin: 0;
    font-weight: bold;
}

.topImg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pointImg {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pointImg2 {
    width: 80%;
    margin: 0 auto;
}



.point .pointContents {
    background-color: #fff;
    overflow: hidden;
    border-radius: 26px;
}

.point .pointContents {
    margin: 0px 20px 20px;
}



.point h3 {
    margin: 50px 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.point1 {
    overflow: hidden;
    background-color: #ebf6f8;
    position: relative;
}

.point1 .pointContents span{
    font-weight: bold;
    background-color: #ebf6f8;
}

.point2 .pointContents span{
    font-weight: bold;
    background-color: #fff1e4;
}

.point2 {
    overflow: hidden;
    background-color: #fff1e4;
    position: relative;
}

.point3 {
    overflow: hidden;
    background-color: #fffddc;
    position: relative;
}


.point p {
    color: #414f66;
    display: block;
    text-align: left;
    margin: 20px 30px 30px;
}


.point .label {
    position: absolute;
    top: 75px;
    left: 20px;
    z-index: 1;
    font-size: 40px;
    font-family: "Meie Script", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.point h2::before {
    background-color: #414f66;
    /* 線の色 */
    border-radius: 5px;
    /* 線の両端を丸く */
    bottom: -10px;
    /* 線の位置 */
    content: "";
    height: 3px;
    /* 線の高さ */
    left: 50%;
    /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%);
    /* 線の中央寄せ */
    width: 30px;
    /* 線の長さ */
}

.free li {
    position: relative;
    border: 1px solid #414f66;
    border-radius: 999px;
    padding: 10px 10px;
    margin: 10px 8px;
    font-size: ;
    background-color: #fbf5f4;
    width: 160px;
    display: inline-block;
}

.free h3 {
    font-size: 17px;
}

.free li::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-10deg);
    background-color: #414f66;
    width: 96%;
    height: 1px;
    top: 50%;
    left: 2%;
}


.uservoice {
    margin: 0 auto;
    display: block;
    background-color: #fbf5f4;
    overflow: hidden;
    padding-bottom: 20px;
}

.uservoice h2 {
    margin: 0;
}

.uservoiceBox {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin: 10px 20px;
}


.uservoiceText {
    font-size: 15px;
    text-align: left;
    border: 1px solid #414f66;
    padding: 20px;
    background-color: #fff;
    line-height: 1.9;
    margin-top: 25px;
}

.uservoiceText:nth-of-type(1) {
    margin-top: 0;
}

.uservoice p:nth-of-type(1) {
    margin-top: 18px;
}

.uservoice .ribbon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    --r: .5em;
    /* control the ribbon shape */
    padding-inline: calc(var(--r) + .3em);
    line-height: 1.8;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
    background: #414f66;
    /* the main color */
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
}

.uservoice .uservoice01,
.uservoice .uservoice02,
.uservoice .uservoice03 {
    left: 28%;
}

.uservoice .uservoice01 {
    top: 0px;
}

.uservoice .uservoice02 {
    top: 268px;
}

.uservoice .uservoice03 {
    top: 505px;
}

.uservoice p span {
    background-color: #c8eafd;
}

.delivery,
.free {
    padding: 10px 0 30px;
}

.delivery ul {
    margin: 0;
    padding: 0;
}

.delivery li {
    position: relative;
    border: 1px solid #414f66;
    border-radius: 999px;
    width: 300px;
    height: 150px;
    margin: 20px auto 0;
    line-height: 150px;
    background-color: #fdf7f8;
}

.delivery li p span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    height: 36px;
    display: block;
}

.delivery li p {
    position: absolute;
    display: inline-block;
    left: 20%;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.4;
}


.howtowash {
    background-color: #e4e7f3;
    padding-bottom: 10px;
}

.howtowash li {
    width: 280px;
    padding-top: 20px;
}

.howtowash li:nth-of-type(1) {
    padding-top: 0px;
}

.howtopack img {
    width: 100%;
    padding-top: 20px;
}

.howtowash ol {
    list-style-type: decimal-leading-zero;
    padding: 0;
}

.howtowash li {
    display: block;
    width: 280px;
    text-align: left;
    margin: 0 auto;
    font-size: 15px;
}

.howtopack {
    background-color: #fdf7f8;
    padding-bottom: 10px;
    position: relative;
}

.howtopack h3 {
    color: #af75a1;
    font-weight: bold;
}

.howtopack h4 {}

.howtopack p {
    color: #af75a1;
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 280px;
    margin: 0 auto;
}

.howtopack li {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
    text-align: left;
    margin: 0 20px;
    font-size: 15px;
}

.QandA {
    position: relative;
    padding: 40px 0 40px;
    background-color: #c8eafd;
    margin: 40px 0;
}

.QandA:hover {
    opacity: 0.7;
}


.QandA {
    font-size: 20px;
    font-weight: bold;
}

.QandA span {
    font-size: 60px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: normal;
}

.yazirusi {
    position: absolute;
    width: 50px;
    margin: 8px;
    right: 10px;
    bottom: 10px;
}

.yazirusi .line01 {
    height: 1px;
    background-color: #000;
    z-index: 1;
}

.yazirusi .line02 {
    position: absolute;
    transform-origin: right bottom;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    z-index: 1;
    right: 0;
    bottom: 0;
}

.lineup {
    overflow: hidden;
    margin: 0 auto;
}

.lineup_container {
    width: 330px;
    margin: 10px auto;
}

.lineup_container a:hover {
    opacity: 0.8;
}

.lineup img {
    width: 100%;
    margin-bottom: 10px;
}

/*768px以上 tablet*/
@media (min-width: 768px) {

    .femee-vertical-container {}

    .point .label {
        top: 100px;
        left: 50px;
        z-index: 1;
        font-size: 50px;
    }

    .topImg {
        margin: 0 auto 40px;
        width: 800px;
        height: auto;
    }

    .pointImg {
        width: 40%;
        height: auto;
        float: left;
    }

    .pointImg2 {
        width: 45%;
        height: auto;
        margin: 0 auto;
    }

    .point h3 {
        font-size: 25px;
        margin-top: 30px;
    }

    .point1,
    .point2,
    .point3 {
        padding: 10px 40px 50px;

    }

    .point1 p,
    .point2 p {
        width: 50%;
        line-height: 1.8;
        font-size: 18px;
        margin: 20px 0px 0px 20px;
        float: left;
    }

    .point3 p {
        width: 90%;
        font-size: 18px;
        margin: 20px auto;
    }

    .point .pointContents {
        margin-top: 30px;
        padding: 0 0 40px;
    }

    .point1 img,
    .point2 img {
        margin: 0 0 0 20px;
    }


    .uservoice {
        margin: 0 auto;
        display: block;
        padding: 40px 0 50px;
    }

    .uservoiceBox {
        width: 700px;
        overflow: hidden;
        margin: 0px auto;
        padding: 17px 0;
    }

    .uservoiceText {
        width: 224px;
        height: 360px;
        font-size: 15px;
        float: left;
        text-align: left;
        border: 1px solid #414f66;
        padding: 25px 12px 10px;
        margin: 0 14px 0 0;
        background-color: #fff;
        line-height: 1.9;
    }

    .uservoice p:nth-of-type(1) {
        margin-top: 10px;
    }

    .uservoice .uservoiceText:nth-of-type(3) {
        margin-right: 0px;
    }

    .uservoice p span {
        background-color: #c8eafd;
    }

    .uservoice .ribbon {
        padding: 5px 20px;
        top: 0px;
    }

    .uservoice .uservoice01 {
        left: 50px;
    }

    .uservoice .uservoice02 {
        left: 285px;
    }

    .uservoice .uservoice03 {
        left: 520px;
    }

    .delivery,
    .free {
        padding: 40px 0 60px;
    }

    .delivery ul {
        margin: 0;
        padding: 0;
    }

    .delivery li {
        display: inline-block;
        position: relative;
        border: 1px solid #414f66;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: 20px 20px 0 0;
        line-height: 150px;
    }

    .delivery li p span {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        height: 36px;
        display: block;
    }

    .delivery li:nth-of-type(3) {
        margin-right: 0;
    }

    .delivery li p {
        position: absolute;
        display: inline-block;
        left: 13px;
        top: 48%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        line-height: 1.4;
    }

    .delivery li:nth-of-type(2) p {
        left: 22px;
    }

    .free h3 {
        font-weight: 400;
    }

    .free li {
        margin: 20px 0;
        font-size: 16px;
        width: 160px;
    }


    .howtowash {
        background-color: #e4e7f3;
        padding-bottom: 15px;
    }

    .howtowash img,
    .howtopack img {
        margin: 0 auto;
    }

    .howtowash img {
        width: 280px;
    }

    .howtopack img {
        width: 600px;
    }

    .howtowash li {
        display: inline-block;
        position: relative;
        width: 210px;
        vertical-align: top;
        text-align: left;
        margin: 0 10px;
        list-style: decimal;
    }

    .howtopack {
        background-color: #fdf7f8;
        padding-bottom: 15px;
        position: relative;
    }

    .howtopack h4 {}

    .howtopack p {}

    .howtopack li {
        display: inline-block;
        position: relative;
        width: 210px;
        vertical-align: top;
        text-align: left;
        margin: 0 30px;
    }


    .QandA {
        position: relative;
        padding: 40px 0 40px;
        background-color: #c8eafd;
        margin: 40px 0;
    }

    .QandA:hover {
        opacity: 0.7;
    }


    .QandA {
        font-size: 30px;
        font-weight: bold;
    }

    .QandA span {
        font-size: 80px;
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-style: normal;
    }

    .lineup {
        overflow: hidden;
        margin: 0 auto;
    }

    .lineup_container {
        width: 730px;
        margin: 10px auto;
        display: inline-block;
    }

    .lineup_container img {
        float: left;
        width: 360px;
    }


    .lineup_container .soap {
        margin-right: 10px;
    }


}


/* 1280px以上 PC*/
@media (min-width: 1280px) {

    .femee-vertical-container #femee_catch {
        font-size: 30px;
    }

    .p-show_selection>h1 {
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }

    .femee-vertical-container #femee_catch span {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
        padding: 30px 0 20px;
    }

    .point .label {
        top: 146px;
        left: 110px;
        z-index: 1;
        font-size: 60px;
    }

    .pointImg {
        width: 40%;
        height: auto;
        display: block;
        float: left;
    }

    .pointImg2 {
        width: 45%;
        height: auto;
        display: block;
        display: inline-block;
    }

    .point h2 {
        position: relative;
        text-align: center;
        /* 文字の中央寄せ */
    }

    .point h3 {
        font-size: 30px;
        margin-top: 50px;
    }

    .point1,
    .point2,
    .point3 {
        padding: 40px 100px 60px;

    }

    .point1 p,
    .point2 p {
        width: 45%;
        line-height: 1.8;
        font-size: 20px;
        margin: 20px 0px 0px 20px;
    }

    .point3 p {
        width: 80%;
        font-size: 20px;
        margin: 20px auto;
    }

    .point .pointContents {
        margin-top: 40px;
        padding: 0 30px 50px;
    }

    .point1 img,
    .point2 img {
        margin: 0 0 0 50px;
    }


    .uservoice {
        margin: 0 auto;
        display: block;
        background-color: #fbf5f4;
        overflow: hidden;
        padding: 40px 0 60px;
    }

    .uservoiceBox {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
    }

    .uservoiceText {
        width: 32%;
        height: 290px;
        font-size: 16px;
        float: left;
        text-align: left;
        border: 1px solid #414f66;
        padding: 20px 20px 25px;
        margin-right: 15px;
        background-color: #fff;
        line-height: 1.9;
    }

    .uservoice .uservoiceText:nth-of-type(3) {
        margin-right: 0px;
    }

    .uservoice .ribbon {
        padding: 5px 20px;
        top: 23px;
    }

    .uservoice .uservoice01 {
        left: 100px;
    }

    .uservoice .uservoice02 {
        left: 455px;
    }

    .uservoice .uservoice03 {
        left: 820px;
    }


    .uservoice p span {
        background-color: #c8eafd;
    }

    .delivery,
    .free {
        padding: 40px 0 60px;
    }

    .delivery ul {
        margin: 0;
        padding: 0;
    }

    .delivery li {
        display: inline-block;
        position: relative;
        border: 1px solid #414f66;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: 20px 20px 0 0;
        line-height: 150px;
    }

    .delivery li p span {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        height: 36px;
        display: block;
    }

    .delivery li:nth-of-type(3) {
        margin-right: 0;
    }

    .delivery li p {
        position: absolute;
        display: inline-block;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        line-height: 1.4;
    }

    .delivery li:nth-of-type(2) p {
        left: 18px;
    }


    .free h2 {
        padding: 30px 0 40px;
    }

    .free h3 {
        font-size: 18px;
    }


    .free li {
        display: inline-block;
        position: relative;
        border: 1px solid #414f66;
        border-radius: 999px;
        padding: 10px 15px;
        margin: 20px 5px;
        font-size: 18px;
        background-color: #fbf5f4;
        width: 200px;
    }

    .free li::before {
        position: absolute;
        content: "";
        display: block;
        transform: rotate(-10deg);
        background-color: #414f66;
        width: 96%;
        height: 1px;
        top: 50%;
        left: 2%;
    }

    .howtowash {
        background-color: #e4e7f3;
        padding-bottom: 15px;
    }

    .howtowash img,
    .howtopack img {
        margin: 0 auto;
    }

    .howtowash li {
        display: inline-block;
        position: relative;
        width: 280px;
        vertical-align: top;
        text-align: left;
        margin: 0 40px;
    }

    .howtopack {
        background-color: #fdf7f8;
        padding-bottom: 15px;
        position: relative;
    }

    .howtopack h3 {
        margin-top: 30px;
        font-weight: bold;
    }

    .howtopack p {
        width: 330px;
        margin: 20px auto 0;
    }

    .howtopack li {
        display: inline-block;
        position: relative;
        width: 220px;
        vertical-align: top;
        text-align: left;
        margin: 0 50px;
    }


    .QandA {
        position: relative;
        padding: 40px 0 40px;
        background-color: #c8eafd;
        margin: 40px 0;
    }

    .QandA:hover {
        opacity: 0.7;
    }


    .QandA {
        font-size: 30px;
        font-weight: bold;
    }

    .QandA span {
        font-size: 80px;
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-style: normal;
    }

    .yazirusi {
        position: absolute;
        width: 50px;
        margin: 8px;
        right: 10px;
        bottom: 10px;
    }

    .yazirusi .line01 {
        height: 1px;
        background-color: #000;
        z-index: 1;
    }

    .yazirusi .line02 {
        position: absolute;
        transform-origin: right bottom;
        width: 20px;
        height: 1px;
        background-color: #000;
        transform: rotate(45deg);
        z-index: 1;
        right: 0;
        bottom: 0;
    }

    .lineup {
        overflow: hidden;
        margin: 0 auto;
    }

    .lineup_container {
        width: 960px;
        margin: 10px auto;
        display: inline-block;
    }

    .lineup_container a:hover .button {
        opacity: 0.8;
        background-color: #414f66;
        color: #fff;
    }

    .lineup img {
        width: 475px;

    }
}