@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: url(../img/bg-body.png);
    background-size: auto;
    background-attachment: fixed;
    font-weight: bold;
    font-size: 16px;
    color: #003748;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    min-width: 1110px;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

.hovact {
    transition-duration: 0.5s;
}

.cmnnav {
    display: none;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}

.vis-sp {
    display: none;
}


.side_bar {
    position: fixed;
    left: -10px;
    transform: translateY(50%);
    bottom: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 40px;
}

.vertical {
    font-size: 13px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.number {
    font-size: 33px;
    font-family: 'Overpass', sans-serif;
    transform: rotate(90deg);
}

.cmnmenu {
    display: none;
}


/* scam_head */

.scam_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.scam_head p {
    font-size: 20px;
    color: #fff;
    background: #003748;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    margin: 0;
}

.scam_head ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.scam_head ul li a {
    padding: 0 20px;
    border-left: solid 1px #003748;
    text-decoration: none;
    color: #003748;
    line-height: 50px;
    display: block;
}

.scam_head ul li a:hover {
    opacity: 0.7;
}

.scam_head ul li:last-child a {
    border-right: solid 1px #003748;
}


/* scam_body */

.scam {
    padding: 30px 0 0 80px;
}

.scam_body {
    border-top: solid 10px #003748;
    border-left: solid 10px #003748;
    position: relative;
}

.scam_body::before {
    content: '';
    width: 892px;
    height: 542px;
    background: url(../img/bg-hero.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 10%;
}

.hero {
    position: relative;
    z-index: 10;
    padding: 70px 0 170px 45px;
    background: #FCEE21;
}

.hero_img {
    margin-bottom: 35px;
}

.hero_img img {
    width: 70vw;
    max-width: 1016px;
}

.hero_ttl {
    display: flex;
    gap: 5px;
    margin-bottom: 35px;
}

.hero_ttl img {
    width: 55vw;
    max-width: 799px;
}

.hero_txt {
    font-size: 2.5vw;
}

.hero_phone {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero_phone img {
    width: 40.5vw;
    max-width: 631px;
}


/* section */

.sec_ttl {
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 0;
    background: #003748;
    margin-bottom: 70px;
}

.sec_ttl::after {
    content: '';
    width: 43px;
    height: 30px;
    background: url(../img/icon-arrow_secttl.svg);
    background-size: cover;
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    bottom: -30px;
}


.sec_intro {
    font-size: 50px;
    color: #003748;
    width: fit-content;
    margin: 0 auto 35px;
    position: relative;
    text-align: center;
}

.sec_intro::before {
    content: '';
    width: 80px;
    height: 100px;
    background: url(../img/icon-intro01.svg);
    background-size: cover;
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    left: -100px;
}

.sec_intro::after {
    content: '';
    width: 80px;
    height: 100px;
    background: url(../img/icon-intro02.svg);
    background-size: cover;
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    right: -100px;
}

.sec_intro span {
    color: #FF4500;
}

.sec_label {
    font-size: 40px;
    color: #fff;
    background: #0016C1;
    clip-path: polygon(7% 0%, 97% 0%, 90% 100%, 0% 100%);
    text-align: center;
    width: fit-content;
    margin: 0 auto 25px;
    padding: 10px 200px;
}

.sec_txt {
    text-align: center;
    font-weight: 500;
    margin-bottom: 60px;
}

.sec_img {
    text-align: center;
    margin-bottom: 35px;
}

.modus {
    padding-bottom: 135px;
    background: #FCEE21;
}

.modus_about_ttl {
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    text-align: center;
}

.modus .modus_about_ttl {
    background: #0016C1;
}

.modus_about_txt {
    padding: 30px 60px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 500;
}

.romance {
    background: #FEF57A;
    padding: 110px 0;
}

.romance .sec_label {
    background: #F82858;
}

.romance .modus_about_ttl {
    background: #F82858;
}


/* movie */

.movie {
    background: #EEEEEE;
    padding-bottom: 100px;
}

.movie .inner {
    max-width: 1100px;
}

.movie_body {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.movie_cnt {
    width: 50%;
}

.movie a {
    padding-bottom: 0px;
    display: block;
    text-align: center;
}

.movie a img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.movie a:hover {
    opacity: 0.7;
}

.movie_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.movie .movie_txt {
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
}

.movie_cnt video {
    width: 100%;
}

/* feature */

.feature {
    background: #EEEEEE;
}

.feature .sec_ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec_ttl span {
    font-size: 24px;
}

.feature {
    padding-bottom: 80px;
}

.feature_cnt_ttl {
    font-size: 30px;
    text-align: center;
    border-bottom: solid 3px #003748;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.situation_cnt.-grid {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 35px;
    margin-bottom: 35px;
}

.situation_cnt_item_ttl {
    text-align: center;
    font-size: 20px;
    color: #003748;
    background: #D3D1BD;
    border-radius: 10px 10px 0 0;
    padding: 13px 20px;
}

.feature .inner {
    max-width: 1160px;
}

.situation_cnt_item_row {
    background: #fff;
    text-align: center;
    padding: 38px 0 50px;
    border-radius: 0 0 10px 10px;
}

.feature.-means .situation_cnt.-grid {
    grid-template-columns: 5fr 5fr;
}

.situation_cnt.-last {
    max-width: 560px;
    margin: 0 auto;
}


/* possibility */

.possibility {
    background: #FCEE21;
    padding-bottom: 130px;
}

.possibility .sec_intro {
    font-size: 30px;
}

.check_ttl {
    color: #fff;
    font-size: 24px;
    padding: 20px;
    background: #F82858;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.possibility .sec_intro {
    margin-bottom: 60px;
}

.check_list {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 45px 70px;
    margin-top: 0;
}

.check_list li {
    border-bottom: solid 1px #CCCCCC;
    padding: 15px 0;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

.check_list li:last-child {
    border: none;
}

.check_list li::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/icon-check.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top:  15px;
}

.check_list li em {
    position: relative;
}

.check_list li span {
    color: #FF4500;
    position: relative;
}

.check_list li em::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #FCEE21;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* count */

.count {
    padding: 100px 0 150px;
    background: #EEEEEE;
}

.count .inner {
    max-width: 1080px;
}

.count_ttl {
    text-align: center;
    margin-bottom: 17px;
}

.count_cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 90%;
    margin: 0 auto;
}

.img-number {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-number:hover {
    opacity: 0.7;
}

.count_cnt_row.-img {
    text-align: center;
}

.count_cnt_row_ttl {
    font-size: 30px;
    margin-bottom: 20px;
}

.count_cnt_row_txt {
    font-weight: 500;
}


/* sns */

.sns {
    background: #C7D3DB;
    font-weight: 500;
}

.sns .inner {
    max-width: 1040px;
}

.sns .sec_ttl {
    font-size: 30px;
}

.sns_body {
    display: flex;
    gap: 40px;
}

.sns_cnt {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 470px;
    margin: 0 auto 50px;
}

.sns_cnt.-page {
    text-align: center;
    position: relative;
}

.sns_cnt.-page::after {
    content: '';
    width: 18px;
    height: 16px;
    background: url(../img/icon-page.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    transform: translateY(50%);
    bottom: 50%;
}

.sns_cnt.-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sns_cnt_row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sns_cnt a {
    transition-duration: 0.5s;
}

.sns_cnt a:hover {
    opacity: 0.7;
}

.sns_txt {
    text-align: center;
    margin-bottom: 20px;
}


/* footer */

.footer {
    background: #fff;
    padding: 60px 0 70px;
}

.footer_body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer_cnt {
    text-align: center;
}

.footer_cnt a:hover {
    opacity: 0.7;
}

.footer_cnt img {
    margin-bottom: 10px;
}

.footer_cnt.-img p {
    font-size: 13px;
}

.footer_txt {
    margin-bottom: 30px;
    font-weight: 500;
} 

.contact {
    margin-bottom: 30px;
    font-weight: 500;
}

.copy {
    margin-top: 80px;
    font-weight: 500;
}



@media screen and (max-width: 767px) {

    body {
        min-width: 0;
    }

    .scam_head .cmnhd {
        display: none;
    }

    .scam_head .cmnnav {
        background: #003748;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        padding-top: 110px;
    }

    .cmnnav ul {
        flex-flow: column;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .cmnnav ul li {
        width: 100%;
    }

    .cmnnav ul li a {
        color: #fff;
    }

    .cmnnav .img-number {
        width: 80%;
        margin: 0 auto;
    }

    .cmnnav p {
        text-align: center;
    }

    .scam_head ul li a {
        border-bottom: solid 1px #ffffff30;
        border-right: none;
        text-align: center;
        padding: 15px 20px;
    }

    .cmnnav ul li:first-child a {
        border-top: solid 1px #ffffff30;
    }

    img {
        width: 100%;
        height: auto;
    }

    .inner {
        padding: 0 20px;
    }

    .hide-sp {
        display: none;
    }

    .vis-sp {
        display: block;
    }

    .side_bar {
        display: none;
    }

    .scam {
        padding: 10px 0 0 10px;
    }

    .scam_body::before {
        width: 280px;
        height: 202px;
    }

    .scam_head {
        padding-right: 20px;
    }

    .cmnmenu {
        display: block;
        position: relative;
        z-index: 10000;
    }

    .cmnmenu span {
        display: block;
        width: 50px;
        height: 3px;
        background: #003748;
        transition-duration: 0.5s;
    }

    .cmnmenu span:first-child {
        transform: translateY(-5px);
    }

    .cmnmenu span:last-child {
        transform: translateY(5px);
    }

    .cmnmenu.-open span {
        background-color: #fff;
    }

    .cmnmenu.-open span:first-child {
        transform: rotate(45deg) translateY(4px);
    }
    .cmnmenu.-open span:last-child {
        transform: rotate(-45deg) translateY(-3px);
    }
    .cmnmenu.-open span:nth-child(2) {
        opacity: 0;
    }

    /* hero */

    .hero {
        padding: 50px 0 260px 20px;
    }

    .hero_ttl img {
        width: 90%;
        height: auto;
    }

    .hero_txt {
        font-size: 5vw;
    }

    .scam_head p {
        font-size: 16px;
        padding: 10px 20px;
    }

    .scam_body {
        border-top: solid 5px #003748;
        border-left: solid 5px #003748;
    }

    .hero_img img {
        width: 90%;
        height: auto;
    }

    .hero_phone {
        width: 95%;
        text-align: right;
    }

    .hero_img img,
    .hero_ttl img {
        width: 90%;
    }

    .hero_phone img {
        width: 50vw;
    }



    /* section */

    .sec_ttl {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .sec_ttl::after {
        width: 25px;
        height: 17px;
        bottom: -15px;
    }

    .sec_label {
        padding: 10px 20px;
        font-size: 24px;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sec_intro {
        font-size: 24px;
    }

    .sec_intro::before {
        width: 22px;
        height: 80px;
        background: url(../img/icon-intro01_sp.svg);
        background-size: cover;
        left: -26px;
    }

    .sec_intro::after {
        width: 22px;
        height: 80px;
        background: url(../img/icon-intro02_sp.svg);
        background-size: cover;
        right: -26px;
    }

    .modus_about_ttl {
        font-size: 16px;
    }

    .modus_about_txt {
        font-size: 16px;
        padding: 20px 25px;
    }


    /* modus */

    .modus {
        padding-bottom: 50px;
    }


    /* romance */

    .romance {
        padding: 50px 0;
    }


    /* movie */

    .movie {
        padding-bottom: 50px;
    }
    
    .movie_body {
        flex-flow: column;
    }

    .movie_cnt {
        width: 100%;
    }

    .movie a {
        padding: 0;
    }


    /* feature */

    .feature {
        padding-bottom: 50px;
    }

    .feature_cnt_ttl {
        font-size: 20px;
    }

    .situation_cnt.-grid {
        display: flex;
        flex-flow: column;
    }

    .situation_cnt_item_row {
        padding: 20px 0;
    }

    .situation_cnt_item_row img {
        width: 80%;
        height: auto;
    }

    .situation_cnt_item_row.-year img {
        width: 90%;
    }


    /* possibility */

    .possibility {
        padding-bottom: 50px;
    }

    .possibility .sec_intro {
        font-size: 24px;
    }


    /* check */

    .check_ttl {
        font-size: 20px;
    }

    .check_list {
        padding: 20px 10px;
    }

    .check_list li {
        font-size: 16px;
    }

    .check_list li::before {
        width: 25px;
        height: 25px;
    }


    /* count */

    .count {
        padding: 50px 0;
    }

    .count_ttl {
        margin-bottom: 30px;
    }

    .count_cnt {
        flex-flow: column;
        max-width: unset;
    }

    .count_cnt_row_ttl {
        font-size: 20px;
        text-align: center;
    }

    .img-number {
        margin-bottom: 20px;
    }

    .img-number img {
        width: 80%;
        height: auto;
    }

    .check_list li em::before {
        content: none;
    }

    .count_cnt_row.-img img {
        width: 60%;
        height: auto;
    }


    /* sns */

    .sns {
        padding-bottom: 50px;
    }

    .sns .sec_ttl {
        font-size: 20px;
    }

    .sns_body {
        flex-flow: column;
        align-items: center;
        gap: 10px;
    }

    .sns_cnt {
        margin-bottom: 35px;
    }

    .sns_cnt_row img {
        width: 15%;
        height: auto;
    }

    .sns_cnt.-flex {
        margin-bottom: 0px;
        justify-content: center;
    }

    .sns_cnt.-page a {
        text-align: left;
        display: block;
    }


    /* footer */

    .footer {
        padding: 50px 0;
    }

    .copy.vis-sp {
        margin-top: 0;
        font-size: 12px;
        text-align: center;
    }

    .footer_body {
        gap: 0;
    }

    .footer_cnt {
        font-size: 14px;
    }

    .footer_cnt.-img {
        width: 20%;
    }

    .footer_cnt.-img p {
        font-size: 6px;
    }
    
    
}

@media screen and (max-width: 550px) {
    
    .hero_phone img {
        width: 70vw;
    }
}

@media screen and (max-width: 450px) {
    
    .hero_phone img {
        width: 90vw;
    }
}