@charset 'utf-8';

/* 共通パーツ */
body {
    color: #06101f;
    font-size: 16px;
    font-family: serif;
}

h3 {
    font-size: 20px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 90%;
    ;
}

/* ボタン */

.button_space {
    display: flex;
    justify-content: end;
    margin-top: 80px;
    margin-right: 5%;
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    --color: #fff;
    transition: all .5s;
}

.btn p {
    padding: 1rem;
    border-radius: 2rem;
    background: var(--color);
    color: black;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.btn::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 110%;
    height: 100%;
    border: 1px solid #7777;
    border-radius: .5rem;
    background-color: var(--color);
    opacity: .2;
    transition: .5s;
    transform: rotate(10deg);
}

.btn:hover {
    filter: brightness(1.2);
    cursor: pointer;
    transform: scale(1.05);
}

.btn:hover::before {
    opacity: 1;
    transform: rotate(0deg) scaleX(1.4);
}

.btn p::after {
    content: '';
    position: absolute;
    right: 2em;
    width: 25px;
    width: 2em;
    height: .5em;
    background-color: #2b2b2c;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    /* transform: translateX(0%); */
    opacity: 0;
    transition: transform .3s;
    transform: translate(180%, 50%);
    transform-origin: left;
}

.btn:hover p::after {
    opacity: 1;
    transform: translate(200%, 50%);
}


.btn:active {
    filter: brightness(1.4);
}

/* ヘッダー */
header {
    /* display: flex;
    justify-content: space-between;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3)); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.navi_container {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .3));
}

.polygon_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    width: 20%;
    height: 17.32%;
}

.navi_polygon_box {
    width: 100%;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.navi_logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navi_logo img {
    width: 100%;
}

.navi_box {
    display: flex;
    margin-left: -5vw;
    width: 100%;
    height: clamp(100px, 10vw, 160px);
    background-color: #fff;
}

.navi_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10%;
    padding: .2em 0;
}

.navi_link li {
    margin-right: 1.6em;
    font-size: clamp(12px, 1.4vw, 16px);
}

.navi_link li a {
    position: relative;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(12px, 1.4vw, 16px);
}

.navi_link li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    display: block;
    width: 90%;
    height: 2px;
    background-color: #555;
    transition: .5s;
    transform: scale(0, 1);
}

.navi_link li a:hover {
    color: #555;
}

.navi_link li a:hover::after {
    transform: scale(1, 1);
}

.navi_sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sns_icon {
    margin-right: 1.4em;
    width: 1.4em;
}

.sns_icon img {
    width: 100%;
}

/* フッター */
footer {
    /* display: flex;
    justify-content: space-between; */
    position: static;
    margin-top: 200px;
    width: 100%;
}

footer .navi_container {
    position: relative;
    align-items: baseline;
}

footer .polygon_container {
    position: absolute;
    right: 0;
    z-index: 10;
}

footer .navi_polygon_box {
    background-color: #f5f5f5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%);
    /* margin-bottom: 25px; */
}

footer .navi_box {
    margin-left: 0;
    background-color: #f5f5f5;
}

footer .navi_logo {
    position: static;
    margin: 0 auto;
    padding: 1em 0;
    width: 80%;
}

footer .navi_link {
    margin-left: 5%;
}

/* 子ページセクションタイトル */
.section_title {
    display: flex;
    justify-content: center;
    margin-top: 250px;
    height: 10vw;
}

.section_title img {
    height: 100%;
}



/* セクションタイトル */
.section_title {
    margin-top: 200px;
    height: 10vw;
}

.section_title img {
    height: 100%;
}

.news .section_title {
    display: flex;
    justify-content: flex-start;
}

.discography_top .section_title {
    display: flex;
    justify-content: end;
}

/* メインヴィジュアル */

.mv_image {
    display: block;
    margin-top: clamp(100px, 10vw, 160px);
    margin-left: auto;
    width: 95%
}

.mv_image img {
    width: 100%;
}

/* お知らせ */

.news_title {
    margin-top: 40px;
    margin-left: 5%;
    list-style: none;
}

.news_title li:not(:first-of-type) {
    margin-top: .5em;
}

.news_title li span {
    content: '';
    display: inline-block;
    margin-right: 1em;
    width: 2em;
    height: 1px;
    background-color: #3f3c3c;
    vertical-align: middle;
    transition: ease-in-out .4s;
}

.news_title li:hover span {
    width: 3em;
    transition: ease-in-out .4s;
}

/* ディスコグラフィー */

.disc_container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.disc_box {
    display: block;
    width: 22%;
    transition: ease-in-out .2s;
}

.disc_jacket {
    width: 100%;
}


.disc_box:hover {
    opacity: .6;
    transition: ease-in-out .2s;
}


.discography_top .button_space {
    justify-content: center;
    margin-top: 100px;
    margin-right: 0;
}

.disc_jacket {
    width: 100%;
}

.disc_jacket img {
    width: 100%;
}


/* スケジュール */

.schedule_top .section_title {
    margin: 250px auto 0 auto;
}

#eo_fullcalendar_1 {
    margin: 80px auto 0 auto;
    width: 80%;
}

.fc-ltr .fc-basic-view .fc-day-number {
    margin-top: 5px !important;
}


.hamburger {
    display: none;
}


/* イベント詳細ページ */
.event_detail_container {
    margin: 200px auto 0 auto;
    width: 80%;
}

.detailpage_thumbnail {
    margin: 60px auto 0 auto;
    width: 60%;
}

.detailpage_thumbnail img {
    width: 100%;
    height: 60vw;
    object-fit: contain;
}

.event_title {
    padding: .7em;
    text-align: center;
    letter-spacing: .1em;
    font-size: 20px;
}

.event_date {
    margin-top: .5em;
    text-align: right;
}

.underline {
    margin-top: 60px;
}


/* カレンダー詳細ページ */
.event_detail_body {
    margin-top: 40px;
    margin-left: 2em;
    line-height: 3;
}

.event_detail_body img {
    width: 100%;
    object-fit: contain;
}

.booking {
    text-align: right;
}

.booking a {
    color: #7b7a7a;
    font-size: 1.1em;
}





/* smartPhone */
@media screen and (max-width: 768px) {

    /* メインビジュアル */
    .mv_image {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }



    .mv_image img {
        margin-top: 40px;
        min-height: 300px;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }



    /* ニュース */
    .news_title {
        margin-top: 20px;
    }


    /* ディスコグラフィー */

    .discography_top .disc_container {
        flex-wrap: wrap;
        margin: 30px auto 0 auto;
        width: 95%;
    }

    .discography_top .disc_box {
        width: 48%;
    }

    .discography_top .button_space {
        margin-top: 60px;
    }

    /* スケジュール */

    #eo_fullcalendar_1 {
        margin-top: 30px;
    }

    /* イベント詳細ページ */
    .event_detail_container {
        margin-top: 80px;
        width: 90%;
    }

    .detailpage_thumbnail {
        margin-top: 30px;
    }

    .underline {
        margin-top: 30px;
    }
}