@charset "utf-8";

/* 汎用パーツ */
body {
    background-color: #F7F7F7;

    font-family: 'Zen Maru Gothic', serif, 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #222;
}

img {
    width: 100%;
}

.about .news .miraino1 .gfes {
    background-color: #ffffff;
    padding: 80px 0px;
    margin: 50px 50px;
    border-radius: 5px;
}



/* ヘッダー */
.header {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-top: 150px;
}

.nav_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.header_wrapper {
    background-color: #ffffff;
    width: 70%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

/* ヘッダー_ここまで */


/* メインビジュアル */
.mv {
    /* position: relative; */
    width: 90%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 100px;
}


/* about */
h2 {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

h2 span {
    font-size: 20px;
    font-weight: normal;
}

h2 span::before {
    content: "/";
    font-size: 20px;
    margin: 10 14px;
}

.about_wrapper {
    display: flex;
}

.leftbox {
    position: relative;
    background: #ffffff;
    width: 90%;
    padding: 50px 150px 150px;
    line-height: 2.5;
}

.aboutimg {
    width: 40%;
    position: absolute;
    top: 100px;
    right: 0px;
}

/* about_ここまで */


/* ボタン */
.btn_box {
    margin-top: 50px;
}

.about_btn {
    border: solid 1px #333;
    padding: 16px 72px;
}

/* ボタン_ここまで */



/* ニュース */
a {
    text-decoration: none;
    color: #373737;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news {
    padding: 50px 0;
    background: #F7F7F7;
}

.inner {
    width: 80%;
    /* background-color: #fff; */
    margin: 0 auto;
    padding: 65px 0 100px;
}


.sub_ttl {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
    margin: 0 5%;
}

.news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    color: #373737;
}

.news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
}

.news_list_item a {
    position: relative;
    display: flex;
    padding-right: 30px;
}

.news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.news_item {
    background: #ffffff;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
}

.arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
}

.arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
}

/* ニュース レスポンシブ */
@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a {
        font-size: 14px;
    }


}

@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }

    .news_list_item a {
        padding-right: 0;
    }

}

/* ニュース_ここまで */



/* ミライギター */
.miraittitle {
    display: block;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}


.miraittitle span {
    font-size: 20px;
    font-weight: normal;
}

.miraittitle span::before {
    content: "/";
    font-size: 20px;
    margin: 10 14px;
}


.mirai_wrapper {
    background: #ffffff;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.miraileftbox {
    text-align: center;
    line-height: 2.5;
    padding-bottom: 50px;
}

.mirailightbox {
    text-align: center;
}

.miraiimg {
    width: 50%;
}

.miraitext span {
    font-size: 50px;
    margin: 50px auto;
    padding: 20px;
    border-top: 3px dotted #4c9ac0;
    border-bottom: 3px dotted #4c9ac0;
}

.sma {
    display: none;
}


/* ミライギター_ここまで */



/* ギタスナフェス2023バナー */
.gfes_banner {
    display: flex;
    margin: 0 auto;
    width: 50%;
    margin-top: 50px;
    /* 写真ずらし装飾 */
    /* box-shadow: 8px 8px 0 #4c9ac0; */
}

/* ギタスナフェス2023バナ-_ここまで */



/* contact */
.contact_btn {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
    font-size: 30px;
}


.contact_btn a {
    background: #eee;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.contact_btn a:hover {
    background: #CBCBCB;
    color: #FFF;
}

.contact_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.contact_btn a:hover:after {
    border-color: #FFF;
}

/* contact_ここまで */


.news_btn a:hover::before {
    top: 0;
    left: 0;
}

.btn a:hover {
    text-decoration: none;
    background-color: #ffb6c1;
}



/* フッター */
/* html {
    font-family: sans-serif;
} */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #373737;
}

.flex {
    display: flex;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.footer {
    padding: 2rem;
    font-size: 15px;
    color: #373737;
    background: #cbcbcb;
}

.footer_nav {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer_nav li {
    display: inline-block;
}

.footer_nav li:not(:last-child) {
    margin-right: 16px;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .md-flex {
        display: flex;
    }

    .md-justify-between {
        justify-content: space-between;
    }

    .copyright {
        text-align: left;
    }

}

/* フッター_ここまで */
















/* レスポンシブ */


/* レスポンシブ_1245px */
@media screen and (max-width: 1245px) {
    .heading::before {
        font-size: 120px;
    }

    .lightbox {
        display: none;
    }

    .mv {
        margin-top: 100px;
    }

}



/* レスポンシブ_768px */
@media screen and (max-width: 769px) {

    body {
        font-size: 16px;
    }

    .about .news .mirai .gfes {
        padding: 30px 15px;
        margin: 50px 10px;
    }

    .sp_column {
        flex-direction: column;
    }

    .heading {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .heading::before {
        display: none;
    }

    .heading span {
        font-size: 30px;
    }


    /* about */
    .lightbox {
        display: none;
    }

    .lightbox {
        width: 100%;
    }


    .leftbox {
        min-width: 300px;
        padding: 15px;
        margin: 0 auto;
    }


    .abouttitle {
        font-size: 25px;
        font-weight: bold;
    }

    .btn_box {
        margin-bottom: 100px;
    }



    /* about_ここまで */


    /* ミライギター発表 */
    .miraittitle {
        display: block;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .miraitext span {
        font-size: 30px;
        margin: 50px auto;
        padding: 20px;
        border-top: 3px dotted #4c9ac0;
        border-bottom: 3px dotted #4c9ac0;
    }

    .sma {
        display: block;
    }



    /* ミライギター発表_ここまで */




    /* ギタスナフェス*/
    .gfes_banner {
        width: 70%;
    }




    /* フッター */

    footer {
        height: 300px;
    }

    .footer_nav {
        display: none;
    }

    .footer_logo {
        max-width: 150px;
        margin: 0 auto;

    }



    .footer_info p {
        padding-bottom: 5px;
        font-size: 12px;
    }

    .copylight {
        font-size: 10px;
    }




}