@charset "utf-8";
html { scroll-behavior: smooth;}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media screen and (min-width:1024px) {

.forsp {
    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;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.7vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    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;
}
.kv_blk img {
    margin: 0 auto;
}


.title_blk {
    color: #fff;
    font-size: 20px;
    line-height: 220%;
    letter-spacing: 5px;
}
.lead_text {
    margin-top: 2em;
}
.scroll_icon {
    width: 44px;
    position: absolute;
    bottom: 50px;
    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.4);
}
header h1 {
    max-width: 200px;
    margin: 20px;
}
header .gmenu {
    text-align: right;
    margin: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
}
header .gmenu ul {
    display: flex;
}
header .gmenu ul li {
    margin-left: 2em;
}
header .gmenu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.reason {
    width: 100%;
    margin: 0 auto 100px auto;
}
.reason_txt {
    max-width: 990px;
    text-align: center;
    padding: 50px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    white-space: nowrap;
    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: 22px;
    margin-bottom: 3em;
}
.reason_txt p {
    margin-bottom: 1em;
}

.message {
    width: 100%;
    margin: 0 auto 100px auto;
}
.message .inner_blk {
    max-width: 990px;
    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%;
    background-image: url(../images/top_photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 70px;
}
.message .inner_blk .message_header .shoulder {
    font-size: 16px;
    color: #555555;
}
.message .inner_blk .message_header h2 {
    font-size: 30px;
    color: #F76491;
    font-weight: 600;
    line-height: 66px;
    margin: 130px 0;
}
.message .inner_blk .body_txt {
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 60px;
    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: 80px;
    margin: 0 auto 2em auto;
}
.message .inner_blk .sign_txt {
    font-size: 18px;
    line-height:100%;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 60px 60px 60px;
    text-align: right;
}
.message .inner_blk .sign_txt span {
    letter-spacing: 2px;
}
.message .inner_blk .sign_txt .name {
    font-size: 22px;
    margin-top: 20px;
}
.message .inner_blk .sign_txt .name2 {
    font-size: 12px;
    margin-top: 10px;
}

.common_menu {
    width: 100%;
    margin: 100px auto 100px auto;
}
.common_menu .inner {
    max-width: 990px;
    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: 60px 40px;
    display: flex;
    justify-content: space-between;
}
.common_menu .inner .menu_box {
    width: 33%;
    padding: 10px 30px;
}
.common_menu .inner .menu_box h3 {
    text-align: center;
    color: #FF2266;
    font-size: 28px;
    margin-bottom: 1em;
}
.common_menu .inner .menu_box:nth-of-type(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.common_menu .inner .menu_box p {
    font-size: 16px;
    min-height: 7em;
    margin-bottom: 2em;
    letter-spacing: 1px;
}

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

.action_part {
    width: 100%;
    margin: 100px auto 100px auto;
}
.action_part .inner {
    max-width: 990px;
    margin: 0px auto;
}
.action_part .btn_contanct {
    text-align: center;
    height: auto;
}
.action_part .btn_contanct a {
    font-size: 22px;
    letter-spacing: 2px;
    width: 890px;
    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: 30px 80px;
    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: 60px;
}
footer .inner {
    display: flex;
    justify-content: space-between;
}
footer .inner .left_box .footer_copy {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 180%;
    color: #555555;
    margin: 2em 0;
}
footer .inner .right_box ul {
    display: flex;
}
footer .inner .right_box ul li a {
    display: flex;
    align-items: center;
    margin-left: 4em;
    font-size: 18px;
    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: 14px;
    letter-spacing: 2px;
    color: #FF2266;
    text-align: center;
}

#ttl_header {
    width: 100%;
    height: 260px;
    background-image: url(../images/bgmov.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -200px center;
    margin-bottom: 150px;
}
#ttl_header .inner_blk {
    max-width: 990px;
    margin: 0 auto;
    height: 260px;
    position: relative;
}
#ttl_header .inner_blk h2 {
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 28px 40px 28px 40px;
    background-color: #F76491;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: -50px;
    left: -40px;
}
.content {
    width: 100%;
    margin: 0 auto 100px auto;
}
.content .inner {
    max-width: 990px;
    margin: 0px auto;
}
.content .inner h3 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 180%;
    font-weight: 600;
    color: #FF2266;
    margin: 2em 0 1em 0;
}
.content.kantei .inner .cont_blk {
    display: flex;
    margin-bottom: 2em;
}
.content.kantei .inner .cont_blk:nth-of-type(2) {
    margin-bottom: 6em;
}
.content.kantei .inner .cont_blk .text_blk {
    width: 60%;
    padding: 0 80px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 180%;
}
.content.kantei .inner .cont_blk .text_blk p {
    margin-bottom: 1em;
}
.content.kantei .inner .cont_blk .image_blk {
    width: 40%;
    padding: 0 40px;
    text-align: center;
}
.content.kantei .inner .kantei_price {
    font-size: 24px;
    text-align: center;
    background-color: #F8F8F8;
    padding: 50px;
    margin-bottom: 2em;
}
.content.kantei .inner .kantei_price .times {
    font-size: 36px;
}
.content.kantei .inner .kantei_price .price {
    font-size: 44px;
    color: #FF2266;
}
.content.kantei .inner .kantei_price .price2 {
    color: #FF2266;
}
.content.kantei .inner .kantei_flow {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 180%;
}
.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: 40px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 2em auto 4em auto;
}
.content.voice .inner .voice_box {
    background-color: #FCF7F5;
    padding: 46px;
    border-top: 9px solid #F76491;
    margin-bottom: 3em;
}
.content.voice .inner .voice_box .voice_profile {
    display: flex;
    align-items: center;
    margin-bottom: 2.4em;
    font-size: 18px;
    letter-spacing: 1px;
}
.content.voice .inner .voice_box .voice_profile img {
    margin-right: 2em;
}
.content.voice .inner .voice_box h4 {
    color: #FF2266;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 160%;
    padding: 20px 20px 20px 90px;
    background-color: #fff;
    background-image: url(../images/icon_q.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 40px center;
}
.content.voice .inner .voice_box p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 1em 50px 3em 50px;
}
.content.voice .inner .voice_box ul {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 1em 50px 3em 50px;
}
.content.voice .inner .voice_box ul li {
    list-style-type: disc;
}
.content.faq .inner .faq_box {
    padding: 40px 60px;
    border-bottom: 1px solid #F76491;
}
.content.faq .inner .faq_box h4 {
    color: #FF2266;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 160%;
    padding: 20px 20px 20px 90px;
    background-image: url(../images/icon_q.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 40px center;
    border-bottom: 1px dashed #707070;
}
.content.faq .inner .faq_box p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 20px 20px 20px 90px;
    background-image: url(../images/icon_a.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 40px top 24px;
}
.content.profile .inner h3 {
    text-align: center;
}
.content.profile .inner .lead_box {
    text-align: center;
    font-size: 18px;
    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;
    height: 590px;
    position: relative;
    z-index: 1;
}
.content.profile .profile_box .inner {
    max-width: 900px;
    position: relative;
    height: 590px;
    margin: 0 auto;
}
.content.profile .profile_box .inner .txt_box {
    position: absolute;
    top: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 180%;
}
.content.profile .profile_box .inner .txt_box .profile_name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 180%;
    margin-top: 30px;
}
.content.profile .profile_box .inner .txt_box .profile_name span {
    font-size: 18px;
    margin-right: 1em;
    letter-spacing: 2px;
}
.content.profile .profile_box .inner .profile_photo {
    width: 415px;
    position: absolute;
    right: 30px;
    top: -90px;
}
.content.profile .profile_body {
    max-width: 990px;
    background-color: #FCF7F5;
    margin: -240px auto 0 auto;
    position: relative;
    z-index: 2;
    padding: 30px 50px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.content.profile .profile_body p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 0 2em 2em 2em;
}
.content.profile .profile_body p.profile_body_text {
    padding: 2em 2em 4em 2em;
    margin-bottom: 2em;
    background-image: url(../images/text_line.svg);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: bottom center;
}

}
/* pc end  */

/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.8s;
}