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

/*close*/
.navi, footer, li.navi-menu-button {
    display: none !important;
}
.nowmo-close {
    width: 90%;
    max-width: 800px;
    margin: 2rem auto;
    & h2 {
        text-align: center;
        margin: 2rem 0;
        border-bottom: 1px solid black;
    }
    & .-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        width: fit-content;
        margin: 3rem auto;
        padding: 2rem;
        border: 1px solid black;
    }
    & .-logo {
        width: 11rem;
        padding-right: 2rem;
    }
    & .-contact {
        width: 15rem;
    }
    & .-contact p {
        line-height: 1.8;
    }
    & .-contact p.-contact-head {
        margin-bottom: .5em;
        font-size: 105%;
        font-weight: 600;
    }
    & .-contact p.-contact-tx {
        padding-left: 1em;
    }
}
@media screen and (max-width: 480px) {
    .nowmo-close {
        & .-logo {
            width: 9rem;
            padding-right: 0;
            margin-bottom: 2rem;
        }
    }
}


/*初期設定*/

.main {
    padding: 0;
}

#post-3827 header {
    display: none;
}

.nowmo-main {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .nowmo-main {
        overflow: hidden;
    }
}

.nowmo-main article,
.nowmo-main section,
.nowmo-main div {
    box-sizing: border-box;
}

.nowmo-main img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.nowmo-main p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.nowmo-main a {
    transition: 0.5s;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.nowmo-main a:hover {
    opacity: 0.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sp {
    display: none;
}
@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
}


.nowmo-main section {
    padding: 10px 0 30px;
}

/*CONTENTS*/
.nowmo-main h2 {
    position: relative;
    text-align: center;
    font-size: 30px;
    padding: 24px 0 0px;
    color: black;
    line-height: 1;
    margin: 30px 0 65px;
}
.nowmo-main h2::before {
    position: absolute;
    content: "";
    width: 42vw;
    max-width: 510px;
    height: 10vw;
    max-height: 120px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/2207now-mo-h2back-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nowmo-main h2::after {
    content: attr(data-en);
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    color: #aaa;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .nowmo-main h2 {
        font-size: 24px;
        padding: 8px 0 0px;
        margin: 30px 0 40px;
    }
    .nowmo-main h2::before {
        width: 86vw;
        height: 20vw;
    }
    .nowmo-main h2::after {
        bottom: -25px;
        font-size: 16px;
    }
}

.u-line {
    position: relative;
}
.u-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #ED1E79 0%, #3E58FF 100%);
    bottom: 2px;
    left: 0;
    opacity: 0.2;
}

@media screen and (max-width: 480px) {
    .u-line::before {
        height: 8px;
        bottom: 0px;
    }
}

section.nowmo-fv {
    position: relative;
    padding: 0;
} 
section.nowmo-fv::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 45vw;
    max-height: 490px;
    margin: auto calc(50% - 50vw);
    background: linear-gradient(to left, #ED1E79 0%, #3E58FF 100%);
    opacity: 0.15;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
}
.nowmo-fv-inner img {
    width: 100%;
}

.nowmo-about-box1,
.nowmo-about-box3 {
    width: 23%;
}
.nowmo-about-box2 {
    width: 54%;
    padding: 0 30px;
}
.nowmo-about-box2 p {
    font-size: 40px;
    padding: 5px 0;
}
.nowmo-about-box2 p:nth-child(1) {
    text-align: left;
    color: #3E58FF;
}
.nowmo-about-box2 p:nth-child(2) {
    text-align: right;
    color: #ED1E79;
}
.nowmo-about-box2 p:nth-child(3) {
    text-align: center;
    color: black;
}
.nowmo-about-box2 p:nth-child(4) {
    font-size: 14px;
    text-align: left;
    color: #333;
    padding: 25px 0 0;
}
.nowmo-about-box2 p span.small-tx {
    font-size: 30px;
    color: #333;
    padding-left: 5px;
}

@media screen and (max-width: 480px) {
    .nowmo-about-box {
        justify-content: space-between;
    }
    .nowmo-about-box1,
    .nowmo-about-box3 {
        width: 37%;
        margin: 0 15px;
    }
    .nowmo-about-box3 {
        order: 2;
    }
    .nowmo-about-box2 {
        order: 3;
        width: 100%;
        padding: 0 10px;
    }
    .nowmo-about-box2 p {
        font-size: 28px;
        padding: 10px 0 0;
    }
    .nowmo-about-box2 p:nth-child(4) {
        font-size: 14px;
    }
}

h3.nowmo-model-l,
h3.nowmo-model-m {
    position: relative;
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0 0;
}
h3.nowmo-model-l {
    color: #FF7BAC;
}
h3.nowmo-model-m {
    color: #3FA9F5;
}
h3.nowmo-model-l::before,
h3.nowmo-model-l::after,
h3.nowmo-model-m::before,
h3.nowmo-model-m::after {
    position: absolute;
    content: "";
    width: 25vw;
    max-width: 340px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
h3.nowmo-model-l::before,
h3.nowmo-model-l::after {
    background-color: #FF7BAC;
}
h3.nowmo-model-m::before,
h3.nowmo-model-m::after {
    background-color: #3FA9F5;
}
h3.nowmo-model-l::before,
h3.nowmo-model-m::before {
    left: 10%;
}
h3.nowmo-model-l::after,
h3.nowmo-model-m::after {
    right: 10%;
}

@media screen and (max-width: 480px) {
    h3.nowmo-model-l, h3.nowmo-model-m {
        font-size: 20px;
    }
}

.model-slider1 {
    width: 100%;
    margin: 0 auto;
}
.model-slider1 a {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.women-model-pu1 {
    background-image: url(../images/2207now-mo-models-pu-w1-2.jpg);
}
a.women-model-pu2 {
    background-image: url(../images/2207now-mo-models-pu-w2-2.jpeg);
}
a.women-model-pu3 {
    background-image: url(../images/2207now-mo-models-pu-w3-2.jpeg);
}
a.women-model-pu4 {
    background-image: url(../images/2207now-mo-models-pu-w4-2.jpeg);
}
a.women-model-pu5 {
    background-image: url(../images/2207now-mo-models-pu-w5-2.jpeg);
}
a.women-model-pu6 {
    background-image: url(../images/2207now-mo-models-pu-w6-2.jpeg);
}
a.women-model-pu7 {
    background-image: url(../images/2207now-mo-models-pu-w7-2.jpeg);
}
a.women-model-pu8 {
    background-image: url(../images/2207now-mo-models-pu-w8-2.jpeg);
}
a.women-model-pu9 {
    background-image: url(../images/2207now-mo-models-pu-w9-2.jpeg);
}
a.men-model-pu1 {
    background-image: url(../images/2207now-mo-models-pu-m1-2.jpeg);
}
a.men-model-pu2 {
    background-image: url(../images/2207now-mo-models-pu-m2-2.jpeg);
}
a.men-model-pu3 {
    background-image: url(../images/2207now-mo-models-pu-m3-2.jpeg);
}
a.men-model-pu4 {
    background-image: url(../images/2207now-mo-models-pu-m4-2.jpeg);
}
a.men-model-pu5 {
    background-image: url(../images/2207now-mo-models-pu-m5-2.jpeg);
}
a.men-model-pu6 {
    background-image: url(../images/2207now-mo-models-pu-m6-2.jpeg);
}

.model-slider1 a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(255,255,255,.65);
    color: #333;
}

.model-slider1 .slick-prev,
.model-slider1 .slick-next {
    display: none !important;
}

@media screen and (max-width: 480px) {
    .model-slider1 a {
        height: 200px;
    }
}

.nowmo-service-list {
    justify-content: space-between;
}
.nowmo-service-list-box {
    width: 32%;
}
.nowmo-service-list-box div {
    width: 100%;
    padding: 20px 0;
    background: #F2F2F2;
    margin-bottom: 30px;
}
.nowmo-service-list-box img {
    width: 80%;
}
.nowmo-service-list-box p {
    font-size: 24px;
    padding: 20px 0 10px;
    text-align: center;
}
.nowmo-service-btn1 {
    position: relative;
    display: block;
    width: fit-content;
    color: black;
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    border-radius: 9999px;
    background: #fff;
    padding: 10px 45px 10px 30px;
    text-align: center;
    line-height: 1;
}
.nowmo-service-btn1::before {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    box-sizing: border-box;
    border-radius: 9999px;
    padding: 0;
    width: 101%;
    height: 105%;
    background: linear-gradient(to right, #3E58FF, #ED1E79);
    background-clip: content-box;
    content: "";
}
.nowmo-service-btn1::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    background-image: url(../images/2207now-mo-arrow-d1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.model-btn {
    margin: 60px auto 0;
}
.model-btn::after {
    transform: rotate(-90deg);
}

@media screen and (max-width: 480px) {
    .nowmo-service-list-box {
        width: 47%;
        margin: 20px auto 10px;
    }
    .nowmo-service-list-box div {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .nowmo-service-list-box p {
        font-size: 14px;
        padding: 10px 0 0;
        text-align: center;
    }
    .nowmo-service-btn1 {
        font-size: 12px;
        padding: 8px 35px 8px 20px;
    }
    .nowmo-service-btn1::before {
        width: 102%;
        height: 107%;
    }
    .nowmo-service-btn1::after {
        width: 10px;
        height: 10px;
        right: 10px;
    }
}

.nowmo-service-contents {
    width: 100%;
    padding: 40px;
    background: #F2F2F2;
    margin: 40px 0;
}
.nowmo-service-contents h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    background: #F2F2F2;
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
    padding: 0 20px;
}
.nowmo-service-contents h3::before,
.nowmo-service-contents h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #333;
}
.nowmo-service-contents h3::before {
    left: 100%;
}
.nowmo-service-contents h3::after {
    right: 100%;
}
p.nowmo-service-contents-cat {
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
    padding: 20px 0 0;
}
.nowmo-service-contents-point div {
    width: 35%;
}
.nowmo-service-contents-point div img {
    width: 70%;
}
.nowmo-service-contents-point ul {
    width: 65%;
    box-sizing: border-box;
}
.nowmo-service-contents-point ul li {
    position: relative;
    list-style: none;
    font-size: 23px;
    line-height: 1;
    color: black;
    padding: 10px 0 10px 30px;
}
.nowmo-service-contents-point ul li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-image: url(../images/2207now-mo-arrow-d1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
.nowmo-service-contents-price {
    width: 70%;
    margin: 30px auto;
    align-items: stretch;
}
.nowmo-service-contents-price-ttl {
    position: relative;
    width: 25%;
    height: auto;
}
.nowmo-service-contents-price-ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3E58FF, #ED1E79);
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0.2;
}
.nowmo-service-contents-price-ttl h4 {
    text-align: center;
    font-size: 20px;
    z-index: 2;
}
.nowmo-service-contents-price-contents {
    width: 75%;
    padding: 0 30px;
}
.nowmo-service-contents-price-contents h5 {
    text-align: center;
    font-size: 18px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #333;
    margin: 0;
    line-height: 1;
}
.nowmo-service-contents-price-contents p {
    text-align: center;
    font-size: 36px;
    padding: 15px 0 0;
}
.nowmo-service-contents-price-contents p span.small-tx {
    font-size: 20px;
}
p.footnote {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #808080;
}
.nowmo-service-contents-price-contents + .footnote {
    padding: 40px 0 0;
}
.nowmo-service-btn2 {
    position: relative;
    display: block;
    width: fit-content;
    margin: 50px auto 30px;
    padding: 5px 60px 5px 40px;
    color: white;
    background: linear-gradient(to right, #3E58FF, #ED1E79);
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 9999px;
}
.nowmo-service-btn2::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/2207now-mo-arrow-r1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
}

@media screen and (max-width: 480px) {
    .nowmo-service-contents {
        padding: 25px;
        margin: 30px 0;
    }
    .nowmo-service-contents h3 {
        font-size: 22px;
    }
    p.nowmo-service-contents-cat {
        font-size: 18px;
        padding: 15px 0 0;
    }
    .nowmo-service-contents-point div {
        width: 80%;
        padding-top: 20px;
    }
    .nowmo-service-contents-point ul {
        width: fit-content;
        padding-left: 0;
    }
    .nowmo-service-contents-point ul li {
        font-size: 20px;
        line-height: 1.2;
        color: black;
        padding: 10px 0 10px 35px;
    }
    .nowmo-service-contents-point ul li::before {
        width: 20px;
        height: 20px;
    }
    .nowmo-service-contents-price {
        width: 100%;
        margin: 20px auto 0;
    }
    .nowmo-service-contents-price-ttl {
        width: 100%;
    }
    .nowmo-service-contents-price-ttl h4 {
        font-size: 20px;
        margin: 5px 0;
    }
    .nowmo-service-contents-price-contents {
        width: 90%;
        padding: 0;
    }
    .nowmo-service-contents-price-contents h5 {
        font-size: 12px;
    }
    .nowmo-service-contents-price-contents p {
        font-size: 28px;
        padding: 10px 0 0;
    }
    p.footnote {
        font-size: 12px;
        padding: 10px 0;
    }
    .nowmo-service-contents-price-contents + .footnote {
        padding: 25px 0 0;
    }
    .nowmo-service-btn2 {
        margin: 30px auto 20px;
        padding: 8px 55px 8px 30px;
        font-size: 16px;
    }
}

.nowmo-account-inner p {
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
    padding: 10px 0;
}
.nowmo-account-inner table {
    width: 100%;
    margin: 130px 0 10px;
    display: inline-table;
}
.nowmo-account-inner table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
}
.nowmo-account-inner table tbody tr th,
.nowmo-account-inner table tbody tr td {
    font-size: 26px;
    line-height: 1.3;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
}
.nowmo-account-inner table tbody tr th {
    width: 39%;
    background-color: #E6E6E6;
}
.nowmo-account-inner table tbody tr td {
    width: 19%;
}
.nowmo-account-inner table tbody tr td img {
    width: 50px;
    margin: 0 auto;
}
.nowmo-account-inner table tbody tr td:nth-child(2) {
    background-color: #F2F2F2;
}
.nowmo-account-inner table tbody tr td:nth-child(3) {
    background: linear-gradient(to left, #EAEDFE, #F0E1FF);
}
.nowmo-account-inner table tbody tr td:nth-child(4) {
    background: linear-gradient(to left, #F0E1FF, #FDE6F0);
}
.dw-icon, .md-icon {
    position: relative;
}
.dw-icon::before, .md-icon::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -130px;
}
.dw-icon::before {
    left: -40px;
    background-image: url(../images/2207now-mo-icon-men-1.webp);
}
.md-icon::before {
    left: 25px;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/2207now-mo-icon-women-1.webp);
}
.nowmo-account-btn {
    width: 75%;
    margin: 0 auto;
    padding: 40px 0;
}
.nowmo-account-btn a {
    position: relative;
    display: block;
    width: 47%;
    text-decoration: none;
    text-align: center;
    padding: 15px 40px 15px 20px;
    line-height: 1.4;
    color: white;
    box-sizing: border-box;
    border-radius: 9999px;
    font-size: 22px;
}
.nowmo-account-btn1 {
    background: linear-gradient(to left, #3E58FF, #963BBC);
    margin: 0 auto 0 0;
}
.nowmo-account-btn2 {
    background: linear-gradient(to left, #ED1E79, #963BBC);
    margin: 0 0 0 auto;
}
.nowmo-account-btn a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/2207now-mo-arrow-r1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto 0;
}
.nowmo-account-btn a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.nowmo-account-btn1::before {
    background-image: url(../images/2207now-mo-icon-men-1.webp);
    left: -25%;
}
.nowmo-account-btn2::before {
    background-image: url(../images/2207now-mo-icon-women-1.webp);
    right: -25%;
}

@media screen and (max-width: 480px) {
    .nowmo-account-inner p {
        font-size: 20px;
    }
    .nowmo-account-inner table {
        margin: 85px 0 10px;
    }
    .nowmo-account-inner table tbody tr {
        margin-bottom: 1px;
    }
    .nowmo-account-inner table tbody tr th,
    .nowmo-account-inner table tbody tr td {
        font-size: 12px;
        padding: 12px 0;
        line-height: 1.5;
    }
    .nowmo-account-inner table tbody tr th {
        width: 30%;
    }
    .nowmo-account-inner table tbody tr td {
        width: 23%;
    }
    .nowmo-account-inner table tbody tr td img {
        width: 28px;
    }
    .dw-icon::before, .md-icon::before {
        width: 41px;
        height: 100px;
        top: -90px;
    }
    .dw-icon::before {
        left: -23px;
    }
    .nowmo-account-btn {
        width: 70%;
        margin: 0 auto;
        padding: 25px 0;
    }
    .nowmo-account-btn a {
        width: 95%;
        padding: 12px 35px 12px 5px;
        line-height: 1.4;
        font-size: 15px;
    }
    .nowmo-account-btn a::before {
        width: 50px;
        height: 120px;
    }
    .nowmo-account-btn a::after {
        width: 15px;
        height: 15px;
        right: 22px;
    }
    .nowmo-account-btn1 {
        margin: 0 auto 15px 0;
    }
    .nowmo-account-btn1::before {
        left: -25%;
    }
    .nowmo-account-btn2::before {
        right: -25%;
    }
}

.nowmo-media-inner p {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
}
.nowmo-media-img {
    width: 60%;
    margin: 30px auto 80px;
}

@media screen and (max-width: 480px) {
    .nowmo-media-inner p {
        width: 90%;
        font-size: 14px;
        padding: 20px 0;
    }
    .nowmo-media-img {
        width: 90%;
        margin: 10px auto 50px;
    }
}
