@charset "UTF-8";

body,
main {
    margin: 0;
    background-color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
}

ul {
    list-style: none;
}

section {
    width: 100%;
    /* max-width: 1100px; */
    margin: 0px auto;
    padding: 0px 0px 0px;
    background-color: #FFFFFF;
}

img {
    width: 100%;
    height: auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@media screen and (max-width: 750px) {
    section {
        /* max-width: 480px; */
    }
}

#section1 {
    background-color: #FF52AE;
}

#section2 {
    margin-top: -2px;
    background-color: #FF52AE;
}

#section5 {
    background-color: #F4AECE;
}


/* フォント　fonts -----------------------------------*/

p,
h2,
h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.txt_l {
    font-size: 60px;
    font-weight: 800;
    margin: 0px 0px 30px;
}

.txt_m {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.txt_s {
    font-size: 16px;
    line-height: 2.5rem;
}

h3 {
    font-size: 36px;
    margin: 0px;
}

a {
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .title_area {
        padding: 30px 0px 0px;
    }

    h3 {
        font-size: 30px;
        margin: 0px;
    }

    .txt_l {
        font-size: 30px;
        font-weight: 800;
        margin: 0px 0px 30px;
    }

    .txt_m {
        font-size: 18px;
        font-weight: 800;
        margin: 0;
    }

    .txt_s {
        font-size: 14px;
        line-height: 2.5rem;
    }
}

/* 追従ヘッダー ------------------------------------ */

#fixed-header {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: -100px;
    transition: .5s;
    z-index: 100;
    padding: 0px 0px;
    background-color: #FFFFFF;
    max-width: none;
}

#fixed-header.is-show {
    top: 0;
}

#fixed-header .header_logo img {
    width: 320px;
    margin: 10px auto;
    margin-left: 100px;
}

#fixed-header .header_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-right: 30px;
}

#fixed-header .header_menu li {
    font-size: 12px;
    color: #000000;
    margin: 15px;
}

#fixed-header .header_menu li:hover {
    color: #a9a9a9;
}

.apply_btn {
    height: 28px;
    width: 160px;
    padding: 12px 20px 12px;
    margin-right: 30px;
    font-size: 18px;
    background-color: #00C201;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    font-family: "vdl-lineg", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_btn:hover {
    background-color: #ff8ac8;
    color: #FFFFFF;
}

.apply_btn img{
    height: 38px;
    width: auto;
}

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

    #fixed-header {
        padding: 10px 0px 0px;
    }

    #fixed-header .header_logo {
        width: fit-content;
        margin-left: 10px;
    }

    #fixed-header .header_logo img {
        margin-left: 0px;
        width: 260px;
    }

}


#fixed-footer {
    position: fixed;
    align-items: center;
    width: 100%;
    height: 60px;
    top: 90%;
    bottom: 0px;
    transition: .5s;
    z-index: 100;
    padding: 0px 0px;
    background-color: #ffffff00;
    max-width: none;
}

#fixed-footer .apply_btn {
    width: 80%;
    height: 40px;
    margin-right: auto;
    margin: 0px 10%;
    padding: 10px 0px 15px;
    font-size: 18px;
    box-shadow: 5px 5px 5px #0000005b;
}


.top {
    position: relative;
}

.fadetxt {
    width: 2.5%;
    position: absolute;
    top: 10%;
    z-index: 30;
}

#txt1 {
    right: 18%;
}

#txt2 {
    right: 24%;
}



#section1 {
    position: relative;
}

#section1_bg {
    z-index: 1;
}


.line_add {
    position: absolute;
    bottom: 6.5%;
    left: 59%;
    width: 10%;
    z-index: 2;
}

.bottom_apply {
    width: 15%;
    height: 20%;
    margin: 3% auto 10%;
}

.tiktok {
	margin-top: 50px;
}

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

    .line_add {
        position: absolute;
        bottom: 3%;
        left: 32.5%;
        width: 34%;
        z-index: 2;
    }

    .bottom_apply {
        width: 45%;
        height: 30%;
        margin: 3% auto 20%;
    }

    .tiktok {
    	margin-top: 0px;
        margin-bottom: 50px;
    }
}

/* footer フッター ------------------------------------ */

.f_copyright {
    margin: 30px auto;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}




.sp {
    display: none;
}

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


    .f_copyright {
        margin: 30px auto 150px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}



/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp_ttl {
    animation-name: fadeUpTtlAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

#txt1 {
    animation-delay: 1s;
}

#txt2 {
    animation-delay: 2s;
}

@keyframes fadeUpTtlAnime {
    from {
        opacity: 0;
        transform: translate(-50%, 100px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.fadeUpTrigger_ttl {
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .fadeUp_ttl {
        animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        animation-delay: 0.3s;
        opacity: 0;
    }
}