@charset "utf-8";

/* 共通 */
/* body {
    font-family: -apple-system, M PLUS 1p, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
} */
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}

a {
    transition: 0.8s;
}

a:hover {
    opacity: 0.4;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

/* header */
.header_wrap {
    width: 100%;
    max-width: 100%;
}

.header {
    width: 100%;
    margin: 0 auto 100px;
    box-sizing: border-box;
}
.header .top_img img {
    width:100%;
    height:570px;
    object-fit: cover;
}


.con {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* .con_top */
.con_top h2 {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.con_top .top_txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 120px;
}

/* youtube */
.youtube_wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 120px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/* line */
.line01 {
    width: 100%;
    max-width: 850px;
    margin: 120px auto;
    background: #707070;
    height: 2px;
}

/* .title */
.title {
    padding: 0 20px;
}

.title h2 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 120px;
    padding: 45px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

/* .con01 */
.con_img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
}

.con_txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

/* .item */
.item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 20px;
    box-sizing: border-box;
}

.item .flex {
    width: 100%;
    max-width: 750px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #707070;
    background: #f4f4f2;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.item .item_img {
    width: 50%;
}

.item .item_img img {
    /* height: 100%; */
    max-height: 230px;
}

.item .item_txt {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
}

.item .item_link a {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    background: #ed0505;
    font-size: 18px;
    border-radius: 5px;
}


a:hover {
    opacity: 0.4;
    transition: 0.6s;
}

.kanren {
    width:100%;
    max-width:450px;
    margin:auto;
}
.kanren p {
    text-align:center;
    margin-bottom:20px;
}



/* footer */
footer {
    text-align: center;
    padding-bottom: 20px;
}

footer ul {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap:0 30px;
}

/* footer a {
    display: block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 3px;
    transition: 0.3s;
} */

footer a:hover {
    opacity: 0.3;
}

footer .sns {
    display: block;
    box-sizing: border-box;
    margin:auto;
    width:43px;
    height:43px;
    border-radius: 3px;
    transition: 0.3s;
}
footer .link_fb {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer .link_ig {
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer .link_yt {
    background: url(../img/icon_yt.png) no-repeat center/contain;
}

footer .foo_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #727171;
}

footer .last_text {
    font-size: 10px;
    color: #727171;
}

footer .nho_t {
    font-size: 12px;
    margin: 30px 0 10px;
    color: #727171;
}

footer .nho_link a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: 34px;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

footer .pw_link a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: 58px;
    max-width: 240px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

/* topへ */
#page_top {
    width: 200px;
    height: 120px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    opacity: 0.6;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 200px;
    height: 120px;
    text-decoration: none;
}

#page_top a::before {
    content: '';
    position: absolute;
    background: #707070;
    width: 100px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 98px;
    margin: auto;
    text-align: center;
    transform: rotate(55deg);
}

#page_top a::after {
    content: '';
    position: absolute;
    background: #707070;
    width: 100px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 17px;
    left: 0;
    margin: auto;
    text-align: center;
    transform: rotate(-55deg);
}

.sp_on {
    display: none;
}

/*.sp_off {
  display:block;
}*/




@media screen and (min-width: 980px) {
}

/* サイズ別設定 */
@media screen and (max-width: 980px) {}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 750px) {
    .sp_off {
        display: block;
    }

}
@media screen and (max-width: 530px) {
    .item .item_img,
    .item .item_link {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .item .item_link a {
        padding: 10px 20px;
    }
    .con_top .top_txt,.item .item_txt {
        text-align:left;
    }

}
@media screen and (max-width: 450px) {
    .header {
        margin: 0 auto 60px;
    }

    .con_top h2 {
        font-size: 24px;
    }

    .con_top .top_txt {
        margin-bottom: 60px;
        font-size:16px;
    }

    .youtube_wrap {
        margin: 0 auto 100px;
    }

    .line01 {
        margin: 0 auto 60px;
    }

    .title h2 {
        margin: 0 auto 60px;
        padding: 25px 0;
    }


    #page_top {
        width: 150px;
    }

    #page_top a {
        width: 100px;
    }

    #page_top a::before {
        right: 0;
        left: 98px;
        width: 60px;
    }

    #page_top a::after {
        right: 0;
        left: 64px;
        width: 60px;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 320px) {
    footer .pw_link a,footer .nho_link a {
        max-width:100%;
    }

footer ul {
    gap:0 10px;
}

}