@charset "utf-8";

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

.forpc {
    display: none;
}

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    min-height: 100%;
    min-width: 100%;
}
.cover {
    background-color: rgba(221, 122, 145, 0.3);
    width: 100%;
    height: 100vh;
    mix-blend-mode: multiply;
}

.kv_blk {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.title_blk {
    color: #fff;
    font-size: 4.6vw;
    line-height: 220%;
    letter-spacing: 0.667vw;
    font-weight: 700;
}
.title_blk img {
    width: 80%;
    margin: 0 auto;
}
.lead_text {
    margin-top: 2em;
}
.scroll_icon {
    width: 12vw;
    position: absolute;
    bottom: 24vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: 2s fuwafuwa infinite;
}
.scroll_icon img {
    width: 100%;
    height: auto;
}
@keyframes fuwafuwa {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}


header {
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
header.scroll-nav {
    background-color: rgba(247, 100, 145, 0.6);
}
header h1 {
    width: 32vw;
    margin: 4vw;
}
header .gmenu {
    margin: 0px;
}
header .gmenu ul {
    display: block;
    margin-top: 30vw;
    letter-spacing: 1px;
}
header .gmenu ul li {
    font-size: 5vw;
    margin: 6vw;
}
header .gmenu ul li a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 4vw;
}

.reason {
    width: 100%;
    margin: 0 auto 14vw auto;
}
.reason_txt {
    width: 93vw;
    text-align: center;
    padding: 10vw 2vw;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 4vw;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0 auto;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.reason_txt div {
    padding: 0 20px;
}
.reason_txt h2 {
    color: #F76491;
    font-size: 5vw;
    margin-bottom: 2em;
}
.reason_txt p {
    margin-bottom: 1em;
}
.reason_txt .left_box {
    margin-bottom: 3em;
}

.message {
    width: 93vw;
    margin: 0 auto 14vw auto;
}
.message .inner_blk {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.message .inner_blk .message_header {
    width: 100%;
    height: 56.8vw;
    background-image: url(../images/top_photo.jpg);
    background-repeat: no-repeat;
    background-size: 160vw;
    background-position: right -10vw top -5vw;
    padding: 8vw 9.333vw;
    margin-bottom: 40vw;
    position: relative;
}
.message .inner_blk .message_header .shoulder {
    font-size: 16px;
    color: #555555;
}
.message .inner_blk .message_header h2 {
    font-size: 5vw;
    color: #F76491;
    font-weight: 600;
    line-height: 9vw;
    text-align: center;
    position: absolute;
    top: 65vw;
    left: 0;
    right: 0;
    margin: auto;
}
.message .inner_blk .body_txt {
    font-size: 4vw;
    line-height: 8vw;
    letter-spacing: 0.067vw;
    font-weight: 400;
    padding: 8vw 2vw;
    text-align: center;
    position: relative;
}
.message .inner_blk .body_txt p {
    margin-bottom: 2em;
}
.message .inner_blk .body_txt hr {
    height: 2px;
    background-color: #F76491;
    border: none;
    color: #F76491;
    width: 10.667vw;
    margin: 0 auto 2em auto;
}
.message .inner_blk .sign_txt {
    font-size: 3.4vw;
    line-height:100%;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 9.333vw 9.333vw 9.333vw;
    text-align: right;
}
.message .inner_blk .sign_txt span {
    letter-spacing: 2px;
}
.message .inner_blk .sign_txt .name {
    font-size: 5.4vw;
    margin-top: 4vw;
}
.message .inner_blk .sign_txt .name2 {
    font-size: 3vw;
    margin-top: 3vw;
}

.common_menu {
    width: 93vw;
    margin: 14vw auto 14vw auto;
}
.common_menu .inner {
    width: 100%;
    margin: 0px auto;
    background-image: url(../images/btm_menu_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #F76491;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    padding: 4vw 5vw 8vw 5vw;
}
.common_menu .inner .menu_box {
    width: 100%;
    padding: 10vw 4vw 14vw 4vw;
}
.common_menu .inner .menu_box h3 {
    text-align: center;
    color: #FF2266;
    font-size: 6vw;
    margin-bottom: 1em;
}
.common_menu .inner .menu_box:nth-of-type(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.common_menu .inner .menu_box p {
    font-size: 4vw;
    margin-bottom: 3em;
    letter-spacing: 1px;
}

.btn_more {
    text-align: center;
    display: block;
}
.btn_more a {
    font-size: 5vw;
    background-color: #F76491;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 4vw 30vw;
    border-radius: 100vh;
    transition: all 0.6s;
}
.btn_more a:hover {
    background-color: #FF89AD;
}

.action_part {
    width: 93vw;
    margin: 13vw auto;
}
.action_part .inner {
    margin: 0px auto;
}
.action_part .btn_contanct {
    text-align: center;
    height: auto;
}
.action_part .btn_contanct a {
    font-size: 5vw;
    letter-spacing: 2px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(247, 100, 145, 1), rgba(255, 36, 103, 1));
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 6vw 4vw;
    border-radius: 100vh;
    transition: all 0.6s;
    display: block;
    margin: 50px auto;
    transition: all 0.5s;
}
.action_part .btn_contanct a:hover {
    background-image: linear-gradient(180deg, rgba(255, 193, 212, 1), rgba(255, 90, 140, 1));
}

footer {
    background-color: #fff;
    width: 100%;
    padding: 10vw;
}
footer .inner {
    text-align: center;
}
footer .inner .left_box .footer_logo img {
    margin: 0px auto;
}
footer .inner .left_box .footer_copy {
    font-size: 3.6vw;
    letter-spacing: 2px;
    line-height: 180%;
    color: #555555;
    margin: 2em 0;
}
footer .inner .right_box ul {
    margin: 4em 0;
    display: flex;
    justify-content: space-around;
}
footer .inner .right_box ul li a {
    display: flex;
    align-items: center;
    font-size: 4vw;
    letter-spacing: 2px;
    text-decoration: none;
    color: #555555;
    transition: all 0.5s;
}
footer .inner .right_box ul li a img {
    margin-right: 10px;
}
footer .inner .right_box ul li a:hover {
    color: #FF2266;
}
footer .footer_txt {
    font-size: 3.6vw;
    letter-spacing: 2px;
    color: #FF2266;
    text-align: center;
}

#ttl_header {
    width: 100%;
    height: 36.667vw;
    background-image: url(../images/bgmov.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top  center;
    margin-bottom: 20vw;
}
#ttl_header .inner_blk {
    width: 100%;
    height: 36.667vw;
    margin: 0 auto;
    position: relative;
}
#ttl_header .inner_blk h2 {
    font-size: 6vw;
    line-height: 100%;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 4vw 6vw;
    background-color: #F76491;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: -6.667vw;
    left: 4vw;
}
.content {
    width: 100%;
    margin: 0 auto 14vw auto;
}
.content .inner {
    width: 90vw;
    margin: 0px auto;
}
.content .inner h3 {
    width: 86vw;
    font-size: 4.8vw;
    letter-spacing: 2px;
    line-height: 180%;
    font-weight: 600;
    color: #FF2266;
    margin: 2em auto 1em auto;
}
.content.kantei .inner .cont_blk {
    margin-bottom: 2em;
}
.content.kantei .inner .cont_blk:nth-of-type(2) {
    margin-bottom: 6em;
}
.content.kantei .inner .cont_blk .text_blk {
    padding: 5vw;
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 180%;
}
.content.kantei .inner .cont_blk .text_blk p {
    margin-bottom: 1em;
}
.content.kantei .inner .cont_blk .image_blk {
    padding: 0 40px;
    text-align: center;
}
.content.kantei .inner .cont_blk .image_blk img {
    width: 60%;
    margin: 0 auto;
}
.content.kantei .inner .cont_blk .image_blk.forsp img {
    width: 100%;
    margin: 0 auto;
}
.content.kantei .inner .kantei_price {
    font-size: 4.4vw;
    text-align: center;
    background-color: #F8F8F8;
    padding: 5vw;
    margin-bottom: 2em;
}
.content.kantei .inner .kantei_price .times {
    font-size: 5.5vw;
}
.content.kantei .inner .kantei_price .price {
    font-size: 10vw;
    color: #FF2266;
}
.content.kantei .inner .kantei_price .price2 {
    color: #FF2266;
}
.content.kantei .inner .kantei_flow {
    text-align: left;
    font-size: 3.4vw;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom: 8em;
}
.content.kantei .inner .kantei_flow p {
    margin-bottom: 2em;
}
.content.voice .inner h3 {
    text-align: center;
}
.content.voice .inner .lead_box {
    background-color: #FDCCDB;
    text-align: center;
    padding: 5vw;
    width: 100%;
    font-size: 3.4vw;
    letter-spacing: 1px;
    margin: 2em auto 4em auto;
}
.content.voice .inner .voice_box {
    background-color: #FCF7F5;
    padding: 5vw;
    border-top: 1.2vw solid #F76491;
    margin-bottom: 3em;
}
.content.voice .inner .voice_box .voice_profile {
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
    font-size: 3.4vw;
    letter-spacing: 1px;
}
.content.voice .inner .voice_box .voice_profile img {
    width: 15vw;
    margin-right: 4vw;
}
.content.voice .inner .voice_box h4 {
    color: #FF2266;
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 160%;
    padding: 4vw 2.667vw 4vw 13vw;
    background-color: #fff;
    background-image: url(../images/icon_q.svg);
    background-repeat: no-repeat;
    background-size: 6vw;
    background-position: left 4vw center;
}
.content.voice .inner .voice_box p {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 4vw 4vw 8vw 4vw;
}
.content.voice .inner .voice_box ul {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 4vw 4vw 8vw 8vw;
}
.content.voice .inner .voice_box ul li {
    list-style-type: disc;
}
.content.faq .inner .faq_box {
    padding: 5.333vw 5vw;
    border-bottom: 1px solid #F76491;
}
.content.faq .inner .faq_box h4 {
    color: #FF2266;
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 160%;
    padding: 4vw 2.667vw 4vw 13vw;
    background-image: url(../images/icon_q.svg);
    background-repeat: no-repeat;
    background-size: 6vw;
    background-position: left 2vw center;
    border-bottom: 1px dashed #707070;
}
.content.faq .inner .faq_box p {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 4vw 2.667vw 4vw 13vw;
    background-image: url(../images/icon_a.svg);
    background-repeat: no-repeat;
    background-size: 6vw;
    background-position: left 2vw top 6vw;
}
.content.profile .inner h3 {
    text-align: center;
}
.content.profile .inner .lead_box {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 220%;
    margin: 2em 0 6em 0;
}
.content.profile .profile_box {
    width: 100%;
    background-image: url(../images/profile_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 100vw;
}
.content.profile .profile_box .inner {
    width: 93vw;
    height: 70vw;
    position: relative;
    margin: 0 auto;
}
.content.profile .profile_box .inner .txt_box {
    width: 93vw;
    position: absolute;
    top: 80vw;
    font-size: 3.4vw;
    letter-spacing: 1px;
    line-height: 180%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.content.profile .profile_box .inner .txt_box .profile_name {
    font-size: 6vw;
    letter-spacing: 1px;
    line-height: 180%;
    margin-top: 30px;
}
.content.profile .profile_box .inner .txt_box .profile_name span {
    font-size: 3.4vw;
    letter-spacing: 2px;
    display: block;
}
.content.profile .profile_box .inner .profile_photo {
    width: 66vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.content.profile .profile_body {
    width: 93vw;
    background-color: #FCF7F5;
    margin: 0px auto 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.content.profile .profile_body p {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 7vw 7vw;
}
.content.profile .profile_body p.profile_body_text {
    padding: 2em 2em 3em 2em;
    margin-bottom: 2em;
    background-image: url(../images/text_line.svg);
    background-repeat: no-repeat;
    background-size: 22vw;
    background-position: bottom center;
}


/* 位置を右上に固定 */
#toggle {
    position: fixed;
    top: 3vw;
    right: 3vw;
}
/* ハンバーガーメニューの大きさ指定 */
#toggle-box {
    position: relative;
    width:  12vw;
    height: 12vw;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}
#toggle-box > span {
    width: 5vw;
    height: 0.5vw;
    left: 0;
    right: 0;
    top: 5vw;
    bottom: 5vw;
    margin: auto;
    display: block;
    background: #FF89A9;
    position: absolute;
    transition: transform .6s ease-in-out;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニュークリックで、「×」マークにアニメーション */
.is-open #toggle-box > span {
    background: #FF89A9;
}
.is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
    width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
    top: 9%;
    left: 6%;
    transform: rotate(-45deg) translatey(-50%);
}

/* 重なり順指定 */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;
    z-index: 990;
}

/* 中身メニュー、初期は非表示 */
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #F76491;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
}

/* is-openクラスが追加されると、メニューが表示される */
.is-open {
    overflow: hidden;
}
.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    display: block;
}
.is-open #nav-content a {
    pointer-events: auto;
}

}
/* sp end  */
