/*フォント読込*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');


/*全般*/
html {
    font-size: 62.5%;
    /* 10px */
    scroll-behavior: smooth;
}

@media screen and (max-width: 1280px) and (min-width: 835px) {
    html {
        font-size: calc(100vw * 10 / 1200);
    }
}

@media screen and (max-width : 834px) {
    html {
        font-size: 2.2vw;
    }
}

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #4d4d4d;
}

.txt-center,
body {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.mt-60 {
    margin-top: 6rem !important;
}

.mt-40 {
    margin-top: 4rem !important;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.mb-40 {
    margin-bottom: 4rem !important;
}

.mb-60 {
    margin-bottom: 6rem !important;
}

.sblod {
    font-weight: 500 !important;
}

.sp {
    display: none;
}

.tb {
    display: none;
}

.pc {
    display: block;
}

img {
    width: 100%;
}

/*wrapper*/
.wrapper150 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper128 {
    width: 100%;
    max-width: 1280px;
    /* min-width: 834px; */
    margin: 0 auto;
}

.section1 {
    background: url(../img/bg_star_01.png) no-repeat top 23rem center, url(../img/bg_star_02.png) no-repeat top 80rem center;
    background-size: 1500px auto, 1500px auto;
    padding-bottom: 68px;
    /* padding-top: 20px; */
}

.section2 {
    background: url(../img/bg_star_03.png) no-repeat top center, url(../img/bg_star_04.png) no-repeat bottom center;
    background-size: 1500px auto, 1500px auto;
    padding-bottom: 30px;
    padding-top: 54px;
}

/* .section3{
    background: url(../img/bg_parts_1500_3.png) no-repeat bottom center;
    background-size: 1500px auto;
} */
.section5 {
    background: url(../img/bg_star_05.png) no-repeat bottom center;
    background-size: 1500px auto;
    padding: 100px 0;
}


/*header*/
.header-inner {
    padding-top: 15px;
}

.header-inner img {
    width: 160px;
    margin: 12px 40px;
}


/*main*/
main {
    background: url(../img/bg_repeat_dot.png) repeat;
    background-size: 26px 26px;
    padding: 30px 0;
}

.main-contents {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.bg-floatBtn {
    background: url(../img/bg_float_repeat_bar.png) repeat center center;
}

.box-wrapp {
    background: #fff;
    border-radius: 20px;
    padding: 25px 50px;
}

.box-wrapp2 {
    background: #fffac6;
    border-radius: 20px;
    padding: 60px;
}

.btn-section {
    width: fit-content;
    margin: 0 auto;
    max-width: 560px;
}

/*TOP画像部*/
.main-tops-top h1 {
    width: 700px;
    margin-top: 64px;
    margin-left: 30px;
}

#chara-wrapp {
    width: 660px;
    margin-top: 10px;
    display: flow;
}

#top-copy {
    max-width: 170px;
    width: 24%;
    float: right;
    /* margin-right: 46px; */
    left: 12%;
    top: 456px;
    position: relative;
    z-index: 10;
}

/*調整*/
@media screen and (max-width:1500px) {
    #top-copy {
        left: -4%;
        top: 78%;
    }
}

#top-info {
    max-width: 340px;
    width: 25%;
    position: absolute;
    z-index: 9;
    margin-top: -44px;
    margin-left: -29rem;
}

/*調整*/
@media screen and (max-width:1450px) {
    #top-info {
        margin-left: -23%;
        width: 23%;
    }
}

#top-chara {
    max-width: 646px;
    width: 98%;
    position: relative;
    top: -9px;
    left: 0px;
}

/*TOPボタン*/
.top-btns {
    width: 96%;
    max-width: fit-content;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    top: -60px;
}

.btn-cp span {
    display: none;
}

.btn-cp {
    position: relative;
    width: 330px;
    height: 109px;
    max-height: 109px;
    margin: 0 20px;
    overflow: hidden;
}

.btn-cp img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn-cp img:nth-of-type(2) {
    opacity: 0;
}

.btn-cp:hover img:nth-of-type(2) {
    opacity: 1;
}

.btn-cp:hover img:nth-of-type(1) {
    opacity: 0;
}

/*section1*/
.section1 {
    margin-top: -130px;
}

.section1 .wrapper128 {
    padding-top: 80px;
}

.section1 h2,
.section3 h2 {
    font-size: clamp(2.3rem, 2.3vw, 3.2rem);
    font-weight: 900;
    color: #e44e1d;
    letter-spacing: clamp(0.24rem, 0.3vw, 0.6rem);
    text-indent: clamp(0.24rem, 0.3vw, 0.6rem);
    line-height: 1.45;
}

.sec1-img01 {
    width: 100%;
    max-width: 1155px;
}

.pop {
    display: block;
    width: clamp(16rem, 16vw, 19rem);
    height: clamp(16rem, 16vw, 19rem);
    position: absolute;
    margin-top: clamp(-19rem, -16vw, -16rem);
    margin-left: -3rem;
}

.section1 .main-contents-detail {
    background: #ffe58d;
    border-radius: 20px;
    padding: 30px 20px 20px;
    margin: 14px 0;
}

.sub-box {
    margin: 0 auto;
    width: 640px;
    position: relative;
    top: -36px;
}

.sub-box div {
    width: 300px;
    margin: 0 10px;
}

.sub-text {
    font-size: 15px;
    display: inline-block;
    padding: 1rem;
    text-align: left;
    font-weight: 700;
}

.image-wrapp {
    width: 55%;
    max-width: calc(100% - 500px);
}

.cp-image {
    margin: 40px auto;
    width: 90%;
}

.cp-info {
    float: right;
    /* width: 230px; */
    max-width: 313px;
}

.subimg-box {
    display: flex !important;
    margin: 7% 0 0;
}

.subimg-box img {
    max-height: 100%;
    width: 100%;
}

.cp-sub {
    margin: 1rem;
}

.main-note {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.note-link {
    /* color: #3fa0ec; */
    font-weight: 500;
    word-break: break-all;
    padding-right: 1.25em;
    background: url(../img/ext_link_bl.svg) no-repeat center right;
    background-size: 0.9em;
}

.sec1-img04 {
    width: 49%;
    margin: 2rem auto;
}

/*調整*/
@media screen and (max-width:1200px) {
    .image-wrapp {
        max-width: unset;
    }

    .cp-info {
        margin-right: 2%;
    }
}

/*section2*/
.section2 {
    margin-top: -50px;
}

.section2 h2,
.section4 h2,
.footer-contents h2 {
    font-size: 3.45rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.future-inner:nth-child(2) {
    position: absolute;
    width: 43%;
    max-width: 264px;
    margin-left: 48%;
}

.future-inner:nth-child(1) {
    width: 100%;
    /* max-width: 660px; */
    margin-top: 30px;
}

.section2 .main-contents-title img {
    width: 54%;
    margin: 60px auto 2rem;
}

.sec2-img01 {
    width: 100%;
    max-width: 624px;
    position: relative;
    left: -3.5rem;
    margin-top: 1rem;
}

.sec2-img02 {
    position: absolute;
    width: 100%;
    max-width: 260px;
    /* margin: 14px 3%; */
    margin-top: 20px;
}

.future-info {
    line-height: 2;
    font-size: clamp(1.8rem, 1.75vw, 2.2rem);
    letter-spacing: 0.05em;
    font-weight: 800;
    display: inline-block;
    margin-left: 4rem;
    margin-top: 0.5em;
}

.future-inner .main-note {
    margin-top: 0.25rem;
    margin-left: 5rem;
    text-align: inherit;
}

.future-inner em {
    font-size: 0.8em;
    vertical-align: top;
    font-style: normal;
}

/*調整*/
@media screen and (max-width:1200px) {
    .sec2-img01 {
        max-width: unset;
        width: 50%;
    }

    .sec2-img02 {
        max-width: unset;
        width: 18%;
    }
}

/*section3*/
.section3 {
    margin-top: -40px;
}

.section3 h2 {
    background: url(../img/sec3-ttl.png) no-repeat center center;
    display: inline-block;
    padding: 80px 78px;
    width: 810px;
    color: #0074c2;
}

.sec3-point {
    width: 49%;
    max-width: 600px;
    margin-bottom: 20px;
}

.section3 .main-contents-detail,
.section3 .main-note {
    position: relative;
    top: -60px;
}

.btn-content span {
    display: none;
}

.btn-content {
    position: relative;
    display: block;
    width: 550px;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.btn-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn-content img:nth-of-type(2) {
    opacity: 0;
}

.btn-content:hover img:nth-of-type(2) {
    opacity: 1;
}

.btn-content:hover img:nth-of-type(1) {
    opacity: 0;
}

.simulation img {
    padding: 20px 50px;
}

.simulation .btn-section img {
    padding: 20px 0;
}

.simulation .main-contents-detail p {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.simulation p,
.simulation small {
    font-family: 'Noto Sans JP', sans-serif;
}

.simulation .main-contents-title p {
    font-size: clamp(2.4rem, 1.8vw, 2.8rem);
    letter-spacing: 0.05rem;
    font-weight: 500;
    margin-top: 20px;
}

.simulation .main-contents-title p small {
    font-size: 70%;
}

.intro-btn {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 500;
    margin-top: 8rem;
    color: #ff5285;
}

/*折り返し調整*/
@media screen and (max-width:1000px) {
    .tb {
        display: block;
    }
}

.section4 .main-contents-title small {
    font-size: 16px;
    line-height: 2;
}

/*section5*/
.section5 h2 {
    position: relative;
    top: -155px;
    margin-bottom: -155px;
}

.section5 h3 {
    font-size: 3.6rem;
    margin: 3rem 0 1.5rem;
    letter-spacing: 0.25rem;
    text-indent: 0.25rem;
    font-weight: 500;
}

.section5 .h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section5 .h5 {
    font-size: 13px;
    margin-bottom: 1.5rem;
}

.sec5-inner:nth-child(1),
.sec5-inner:nth-child(3) {
    width: calc((95% - 362px) / 2);
}

.sec5-inner img {
    width: 100%;
}

.sec5-inner.movie {
    /* background: #fff; */
    max-width: 370px;
    margin: 0 auto;
}

/*footer*/
footer {
    padding: 60px 0 0;
}

footer a:hover {
    opacity: 0.6;
}

.footer-contents {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}

.footer-contents-detail p {
    font-size: 14px;
    margin: 1rem 0 4px;
    line-height: 1.5;
}

.fc1 .footer-contents-detail a {
    display: inline-block;
    width: 32%;
    /*320px*/
    border: 1px solid #c8c8c8;
    padding: 10px 10px 4px;
}

.fc1 .footer-contents-detail a:hover {
    opacity: 1;
}

.fc1 .footer-contents-detail a img {
    width: 100%;
}

.fc1 .footer-contents-detail a:hover img {
    opacity: 0.6;
}

.next-icon {
    margin-top: 6px;
    display: block;
    padding-right: 20px;
    background: url(../img/icon-next.png) no-repeat center right;
    background-size: 12px;
}

.fc2 {
    font-family: 'Noto Sans JP', sans-serif;
    background: #ededed;
    padding: 40px 84px 34px;
    margin: 90px auto;
}

.fc2 .footer-contents-detail a {
    display: inline-block;
    width: 32%;
    max-width: 260px;
}

.fc2 .footer-contents-detail a img {
    width: 100%;
}

.btn-return {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    margin: 0 auto 50px;
    width: 480px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 100px;
}

.btn-return span {
    color: #007c64;
    background: linear-gradient(to left, #90d40c, #20cc0c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: bold;
}

.btn-info {
    border-bottom: 2px solid #007c64;
    color: #007c64;
    padding-bottom: .2em;
    font-size: 2.2rem;
    font-weight: bold;
}

footer .btn-section {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 55px;
}

.btn-info img {
    width: auto;
    position: relative;
    top: -3px;
    margin-right: 4px;
}

.copy {
    font-family: 'Noto Sans JP', sans-serif;
    background: linear-gradient(10deg, #57ac49, #007c64);
    color: #fff;
    padding: 1.5em 0;
    margin-top: 6rem;
    font-size: 1.6rem;
}

.number {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #373737;
    padding: 0.5em 0;
    font-size: 12px;
}

/*フロートボタン*/
.btn-floating {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 18px 0;
}

.btn-float {
    position: relative;
    display: block;
    width: 80%;
    height: 47px;
    max-height: 47px;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.btn-float img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn-float img:nth-of-type(2) {
    opacity: 0;
}

.btn-float:hover img:nth-of-type(2) {
    opacity: 1;
}

.btn-float:hover img:nth-of-type(1) {
    opacity: 0;
}

/*Youtube埋め込み*/
#sec5-movie-wrap {
    position: relative;
    width: 332px;
    height: 590px;
    /* padding-top: calc((9 / 16) * 100%); */
    height: auto;
    margin: 1.5rem 2rem;
    aspect-ratio: 9/16;
    overflow: hidden;
    z-index: 10;
}

#sec5-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sec5-movie-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 20;
}

.sp-spacer {
    display: none;
    width: 1px;
    height: 1px;
}

@media screen and (max-width: 834px) {
    .sp-spacer {
        display: block;
    }
}

/*注意事項*/
.precaution {
    text-align: left;
}

.precaution .btn {
    margin-bottom: 18px;
    position: relative;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 834px) {
    .precaution .btn {
        margin-bottom: 2vw;
    }
}

.precaution .btn:before {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.precaution .btn.active:before {
    content: "－";
}

.precaution .text {
    display: none;
    font-weight: bold;
}

.precaution ul {
    margin-bottom: 16px;
    margin-left: 2.5em;
}

.precaution ul li {
    list-style: disc;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
}

@media screen and (max-width: 834px) {
    .precaution ul li {
        font-size: 3vw;
        padding-right: 0.5em;
    }
}

.precaution p {
    margin-bottom: 16px;
    font-size: 12px;
    padding: 0 1em;
    line-height: 1.6em;
}

@media screen and (max-width: 834px) {
    .precaution p {
        font-size: 3vw;
        padding-right: 0.5em;
    }
}