@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@700&display=swap');

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
    font-family: 'Freestyle Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Freestyle Script Regular'), url('../font/FREESCPT.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Kiwi Maru', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 2000px;
    background: #291303;
    color: #ffffff;
    font-size: 1.6rem;
    margin: auto;
    overflow: hidden;
}

p {
    line-height: 1.8;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

/* for modern brouser */
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* IE7,MacIE5 */
.cf {
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/**/

/*margin*/
.mgt0 {
    margin-top: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt65 {
    margin-top: 65px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}


.mgl0 {
    margin-left: 0px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

/* For padding */
.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* ---------------------------------------------------------
 common
----------------------------------------------------------*/

.c_wrap {
    margin: auto;
    padding: 50px 8% 70px;
    width: 100%;
}

.c_wrap.mini {
    padding: 60px 8%;
    width: 100%;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
    word-break: break-all;
}

a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: 0.8s;
}

.shadow {
    box-shadow: 0px 0px 15px -5px #777777;
}

.block {
    display: block;
}

.read_txt {
    margin-bottom: 40px;
    line-height: 2.6;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_link {
    padding-bottom: 3px;
    border-bottom: solid 1px;
}

.arrow_link:after {
    content: '\f054';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 10px;
}

.txt_small {
    font-size: 1.4rem;
}

.notes {
    padding-left: 1em;
    text-indent: -1em;
    line-height: inherit;
}

.box {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.disc_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: inherit;
    margin-bottom: 5px;
}

.sp480 {
    display: none !important;
}

.col2_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}

.col2_area .text_block {
    padding: 0 3% 0 8%;
    width: 52%;
}

.col2_area .img_block {
    width: 48%;
}

.en_tit {
    font-family: 'Freestyle Script Regular';
    font-weight: normal;
    font-size: 10rem;
    margin-bottom: 40px;
    line-height: 0.8;
}

.en_tit span {
    font-size: 1.8rem;
    font-family: 'Kiwi Maru', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", sans-serif;
    color: #d5ae87;
    margin-left: 30px;
}

.en_tit span.block {
    margin: 0;
    margin-top: 10px;
}

.center_area .en_tit {
    text-align: center;
}

.sub_tit {
    font-size: 2rem;
    margin-bottom: 20px;
}

.color_tit {
    color: #d5ae87;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.info_table {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    position: relative;
    justify-content: space-between;
}

.info_table::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 140px;
    background: #310f06;
    background: -moz-linear-gradient(#8a3015 0%, #310f06 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a3015), to(#310f06));
    background: -webkit-linear-gradient(#8a3015 0%, #310f06 100%);
    background: -o-linear-gradient(#8a3015 0%, #310f06 100%);
    background: linear-gradient(#8a3015 0%, #310f06 100%);
}


.info_table dt {
    width: 190px;
    padding-bottom: 20px;
}

.info_table dd {
    width: calc(100% - 190px);
    padding-bottom: 20px;
}

.info_table dt:last-of-type,
.info_table dd:last-of-type {
    padding-bottom: 0;
}

/*btn*/

.btn {
    /* background: #3c0404;
    background: -moz-linear-gradient(left, #a52a2a 0%, #3c0404 100%);
    background: -webkit-gradient(linear, left center, right center, from(#a52a2a), to(#3c0404));
    background: -webkit-linear-gradient(left, #a52a2a 0%, #3c0404 100%);
    background: -o-linear-gradient(left, #a52a2a 0%, #3c0404 100%);
    background: linear-gradient(to right, #a52a2a 0%, #3c0404 100%); */
    background: #310f06;
    background: -moz-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -webkit-gradient(linear, left center, right center, from(#8a3015), to(#310f06));
    background: -webkit-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -o-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 1000px;
}


.border_btn {
    position: relative;
    background-color: #000;
    border-radius: 1000px;
    padding: 8px 25px;
    display: inline-block;
}

.border_btn::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: #310f06;
    background: -moz-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -webkit-gradient(linear, left center, right center, from(#8a3015), to(#310f06));
    background: -webkit-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -o-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
    content: '';
    z-index: -1;
    border-radius: 1001px;
}



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

.btn_list li {
    width: 32%;
}

.btn_list li a {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1.8rem;
    position: relative;
}

.btn_list.btn2 li {
    width: 49%;
}

.btn_list.anchor li a {
    padding-right: 30px;
    padding-left: 30px;
}

.btn_list.anchor li a:before {
    content: '';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f078';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}



.c_space {
    margin-bottom: 50px;
}

.c_space_mini {
    margin-bottom: 30px;
}

.fa-ticket {
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.text_link {
    text-decoration: underline;
}

.text_link:hover {
    text-decoration: none;
}



.circle {
    position: relative;
}

.circle:after {
    content: '';
    display: inline-block;
    width: 450px;
    height: 240px;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    bottom: -200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}

.circle_left:after {
    background-image: url(../images/bg_l.png);
    left: -40px;
}

.circle_right:after {
    background-image: url(../images/bg_r.png);
    right: -39px;
    bottom: -160px;
}

#access {
    /* z-index: 1; */
    margin-top: -50px;
    padding-top: 50px;
}

#access.circle_right:after {
    bottom: -180px;
    z-index: -1;
}

#sponsorship.circle_left:after {
    bottom: -100px;
}

#archive_2.circle_right:after {
    bottom: -30px;
}



/* スクロールでふわっと表示 アニメーション設定 */
.scr_target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}

.scr_target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}


@media screen and (max-width: 480px) {
    .sp480 {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .btn_list li a {
        font-size: 1.4rem;
    }

    .btn_list.anchor li a:before {
        font-size: 1rem;
        right: 15px;
    }

    .color_tit {
        font-size: 2.2rem;
    }

    .btn_list.btn2 li{
        width: 100%;
    }

    .btn_list.btn2 li:first-child{
        margin-bottom: 20px;
    }
}


/* ---------------------------------------------------------
 header
----------------------------------------------------------*/

header {
    z-index: 100;
    position: fixed;
    /*fixedを設定して固定*/

    /*高さ指定*/
    width: 100%;
    /*横幅指定*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+79,000000+100&0.9+0,0.4+79,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    left: 0;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", sans-serif;
    font-weight: bold;
}

header .logo_wrap img {
    display: block;
}


/*スクロール途中からヘッダーの高さが小さくなる*/
/*https://coco-factory.jp/ugokuweb/move01/5-1-8/*/

#header.HeightMin {
    box-shadow: 0px 1px 16px 0px rgb(48 48 48 / 15%);
    animation: DownAnime 0.5s forwards;
}

#header.HeightMin .c_wrap.wide {
    padding: 10px 4%;
    background: rgb(255 255 255 / 70%);
}

#header.HeightMin .c_wrap.wide .logo_wrap {
    display: block;
}

#header.HeightMin .c_wrap.wide .logo_wrap img.logo {
    /* margin-bottom: 10px; */
}

#header.HeightMin .openbtn {
    top: 3px;
}

#header.HeightMin .c_wrap nav ul li a {
    text-shadow: none;
    color: #000;
}


#header.HeightMin .c_wrap nav ul li a.mini {
   color: #fff;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-170px);
    }

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


/*end スクロール途中からヘッダーの高さが小さくなる*/


/*追従メニューの現在地ハイライト*/


/* end 追従メニューの現在地ハイライト*/

header .c_wrap.wide {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo_wrap {
    max-width: 180px;
    width: 20%;
    display: none;
}

header .logo_wrap img.logo {
    /* margin-bottom: 15px; */
}

header .c_wrap nav {
    width: 100%;
}

header .c_wrap nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

header .c_wrap nav ul li {
    margin-left: 4%;
}

header .c_wrap nav ul li:not(:last-child):after {
    /* content: "・"; */
    color: #772e6d;
    padding-left: 10px;
}

header .c_wrap nav ul li:nth-last-child(2):after {
    /* content: ""; */
}

header .c_wrap nav ul li a {
    font-size: 1.5rem;
    transition: all 0.3s;
    font-weight: bold;
    color: #fff;
    text-shadow: rgb(0 0 0 / 50%) 1px 1px 10px, rgb(0 0 0 / 50%) -1px 1px 10px, rgb(0 0 0 / 50%) 1px -1px 10px, rgb(0 0 0 / 50%) -1px -1px 10px;
}

header .c_wrap nav ul li a.btn {
    text-shadow: none;
    font-family: 'Kiwi Maru', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", sans-serif;
    padding: 7px 20px 10px;
    /* color: #bcbcbc!important; */
    color: #fff;
}

header .c_wrap nav ul li.current a,
header .c_wrap nav ul li:not(:last-child) a:not(.btn):hover {
    padding-bottom: 5px;
    border-bottom: solid 1.6px #8a3015;
}

header .c_wrap nav ul li a.color_btn {
    padding-right: 60px;
    font-size: 1.3rem;
    /* display: block!important; */
}

header .c_wrap nav ul li a.color_btn.mypage {
    padding: 5px 40px 5px 20px;
    background: #fff;
    border: solid 2px#772e6d;
    margin-top: 5px;
    color: #772e6d;
    font-size: 1rem;
}

header .c_wrap nav ul li:last-child {
    /* display: flex; */
    /* flex-flow: column; */
    /* margin-top: 0; */
}

/* ボタングレーに変更 */
a.btn.close {
    background: #8d8d8d !important;
    color: #bcbcbc !important;
    pointer-events: none !important;
    opacity: 1 !important;
    border: none;
}


header .c_wrap nav ul li.sp_only {
    display: none;
}



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

    /*========= ナビゲーションのためのCSS ===============*/
    /*https://coco-factory.jp/ugokuweb/move01/5-1-20/*/
    #g-nav {
        display: none;
    }

    /*アクティブになったエリア*/
    #g-nav.panelactive {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    /*丸の拡大*/
    .circle-bg {
        position: fixed;
        z-index: 3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #ffffffed;
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        right: -50px;
        top: -50px;
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*はじめは表示なし*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
        /*クラスが付与されたら出現*/
    }

    /*ナビゲーション*/
    #g-nav>ul {
        opacity: 0;
        /*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%;
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive>ul {
        opacity: 1;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #g-nav.panelactive>ul li {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
        margin-top: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /*リストのレイアウト設定*/
    #g-nav li {
        text-align: center;
        list-style: none;
        position: relative;
        margin-left: 0;
    }

    #g-nav li a {
        text-decoration: none;
        padding: 15px 10px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        text-shadow: none;
        color: #000;
    }

    #g-nav li a.mini {
        color: #fff;
    }

    #g-nav li a.gnav_link.btn {
        display: block;
        max-width: 400px;
        width: 80%;
        margin: 30px auto auto;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        top: 35px;
        right: 20px;
        z-index: 9999;
        /*ボタンを最前面に*/
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }

    .openbtn.active span {
        background-color: #a66b25;
    }

    .HeightMin .openbtn span {
        background-color: #a66b25;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /*調整*/
    #header.HeightMin .c_wrap.wide {
        height: 55px;
    }

    #header .logo_wrap {
        /* width: 150px; */
    }

    #header.HeightMin .c_wrap.wide .logo_wrap {
        max-width: 200px;
        padding: 10px 0;
    }

    header .c_wrap nav ul li:not(:last-child):after {
        content: "";
    }

    header .c_wrap nav ul li:not(:last-child):before {
        /* content: "・"; */
        color: #772e6d;
    }

    header .c_wrap {
        display: block;
    }

    header .c_wrap nav ul li a.color_btn {
        margin: 20px auto 0;
        padding: 10px 40px !important;
    }

    /* ボタングレーに変更 */
    .btn.pc.close {
        background: #8d8d8d;
        color: #bcbcbc;
        pointer-events: none;
        opacity: 1 !important;
    }
}



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

    header .c_wrap nav ul li.sp_only {
        display: block;
    }

    header .c_wrap nav ul li.sp_only .sns_list {
        justify-content: center;
        margin-top: 20px;
    }

    header .c_wrap nav ul li.sp_only .sns_list a {
        font-size: 2rem;
    }

    header .c_wrap.wide {
        padding: 20px;
    }

    .openbtn {
        right: 5px;
        top: 10px;
    }

    #header .logo_wrap {
        width: 120px;
    }

    #header.HeightMin .c_wrap.wide {
        padding: 10px 4%;
    }

    #g-nav li a.gnav_link.btn.sp480 {
        display: block !important;
    }
}


#sidebar_sns {
    position: fixed;
    z-index: 95;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 80px;
    background: rgb(30 30 30 / 80%);
    border-radius: 10px 0 0 10px;
    padding: 30px 15px 15px;
    text-align: center;
    /* box-shadow: 0px 5px 15px 0px rgb(255 255 255 / 35%); */
}

#sidebar_sns h5 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #8a3015;
    max-width: 40px;
}

#sidebar_sns .sns_list li {
    margin-bottom: 15px;
}



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

/*#top_mainv {
    background: url(../images/mainv_bg.webp)no-repeat;
    background-size: cover;
    padding: 100px 50px;
}*/


/*MV YouTubeを使って、画面全体に背景動画を流す*/
/*https://coco-factory.jp/ugokuweb/move01/6-3-2/*/

#top_mainv {
    position: relative;
    /*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;
    /*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    /* background: url("../images/movie.png") no-repeat; */
    /* background-size: cover; */
}

/* ローディングアイコン設定 */

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear {
    display: none;
}


/* youtube設定 */

#youtube-area {
    /*position: fixed;*/
    z-index: 1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
    animation-name: PageAnimeAppear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#youtube {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
    position: absolute;
    z-index: 2;
    /*下から2番目に表示*/
    top: 0;
    width: 100%;
    height: 100%;
}


/*youtube 上のtext */
#top_mainv h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 15px #666;
    max-width: 700px;
    margin: auto;
    width: 60%;
    filter: drop-shadow(2px 4px 6px #000);
}


/* 動画設定 */
#video-area {
    /* position: fixed; */
    z-index: 1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}

#video-area.appear {
    animation-name: PageAnimeAppear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

#video {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/* スライダー設定 */
#mainv_slide-area {
    height: 100vh;
}

#mainv_slide,
#mainv_slide li {
    height: 100vh;
}

#mainv_slide li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 3枚目の位置調整2023ミレジャズ用 */
#mainv_slide li img.mv_aja {
    object-position: center right;
}

#mainv_slide {
    position: relative;
    filter: brightness(0.7);
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 0;
    left: 50%;
    /* left: 9%; */
    font-family: 'Freestyle Script Regular';
}

/*Scrollテキストの描写*/
.scrolldown2 a {
    word-break: keep-all;
}

.scrolldown2 span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 2.3rem;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 50%));
    font-family: 'Kiwi Maru', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", sans-serif;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -7px;
    /*丸の形状*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eee;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 100%));
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 80px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 80px;
    background: #eee;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 50%));
}


@media screen and (max-width: 480px) {
    @keyframes circlemove {
        0% {
            bottom: 100px;
        }
    }

    .scrolldown2:after {
        height: 100px;
    }

    /* スライダー設定 */
    #mainv_slide-area {
        height: 90vh;
    }

    #mainv_slide,
    #mainv_slide li {
        height: 90vh;
    }

    #top_mainv {
        height: 90vh;
    }

}

/* ---------------------------------------------------------
 次回予告
----------------------------------------------------------*/

.notice {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    background: #264db5a1;
    padding: 30px 20px;
    text-align: center;
    z-index: 90;
    font-size: 2rem;

}

.notice .flex {
    align-items: center;
}

.notice p.font_min {
    font-size: 1.5rem;
    margin-top: 5px;
}

.notice_inner {
    text-align: left;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1.5px solid #9694eb;
    border-image: linear-gradient(to top, #4d4c82 0%, #386ce9 100%);
    border-image-slice: 1;
}

.notice_inner p.flex {
    display: flex;
    align-items: flex-start
}

.notice_inner p.flex i {
    line-height: 2;
}

.notice h3 {}


.notice br.sp {
    display: none;
}



@media screen and (max-width: 800px) {
    .notice {
        font-size: 1.6rem;
    }

    .notice h3 {
        font-size: 1.9rem;
    }


    .notice_inner {
        padding-left: 15px;
        margin-left: 15px;
    }

    .notice p.font_min br.sp {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .notice {
        padding: 20px 10px;
        bottom: 30px;
    }

    #top_mainv h1 {
        top: 52%;
        width: 92%;
    }

    .notice_inner {
        padding: 0;
        margin-left: 0;
        border-left: none;
    }

    .notice h3 {
        margin-bottom: 10px;
        width: 100%;
    }

    .notice br.sp {
        display: block;
    }
}

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

    #top_mainv h1 {
        top: 45%;
    }


}






/* ---------------------------------------------------------
 copy
----------------------------------------------------------*/

#copy {
    padding-top: 120px;
    position: relative;
}

#copy::before,
#copy::after {
    background-image: url(../images/ashirai_l.webp);
    content: '';
    display: inline-block;
    width: 30%;
    height: 500px;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    top: -10%;
    background-repeat: no-repeat;
    background-size: contain;
}

#copy::after {
    background-image: url(../images/ashirai_r.webp);
    top: 0;
    right: 0;
    width: 30%;
    /* max-height: 410px; */
    background-position: top right;
}

#copy h2 {
    margin: auto;
    width: 80%;
    max-width: 750px;
}


/* ---------------------------------------------------------
 nextgig
----------------------------------------------------------*/
#nextgig {
    padding-top: 150px;
}

#nextgig .col2_area {
    padding-top: 0;
}

#nextgig .info_table dd .btn {
    margin-top: 10px;
    margin-right: 15px;
}

#nextgig .info_table dd .text_ticket {
    /* margin-top: 20px; */
}

#nextgig .info_table dd .ticket_btn_wrapper{
    background-color:#3f2b1d;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    display: inline-block;
}

/* 
#nextgig .text_block .info_table:nth-child(2) {
    display: none;
} */


/* ---------------------------------------------------------
archive
----------------------------------------------------------*/
#archive {
    /* padding: 80px 0; */
}

#archive .side-scroll-item {
    width: 80vw;
    /* border: 1px solid #1f1f1f; */
    padding: 1%;
}

/* #archive .side-scroll-item + .side-scroll-item {
    margin-left: 0px;
} */

#archive .text_block {
    order: 2;
    padding-left: 5%;
}

#archive .img_block {
    order: 1;
}

#archive .info_table dd .btn {
    margin-top: 20px;
}

#archive .btn {
    background: #000;

}

#archive .btn:hover {
    background: #800026;
    /* border: 1px solid #fff; */
    /* transition: all .5s ease-in-out; */
    box-sizing: border-box;
}


a.btn-flat {
    overflow: hidden;
    color: #fff;
    /* background: #7c261ad4; */
    position: relative;
    border: 2px solid #49200b;
    border-radius: 1000px;
    padding: 8px 15px;
    background: #310f06;
    background: -moz-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -webkit-gradient(linear, left center, right center, from(#8a3015), to(#310f06));
    background: -webkit-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -o-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
}

a.btn-flat span {
    position: relative;
    font-size: 1.5rem;
}

.info_table a.btn-flat span,
a.mini.btn-flat span {
    position: relative;
    font-size: 1.8rem;
}

#g-nav a.mini.btn-flat span {
    font-size: 1.5rem;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 500px;
    height: 490px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-70%) rotate(100deg);
    transform: translateX(-98%) translateY(-70%) rotate(100deg);
    background: #633406;
    background: -moz-linear-gradient(left, #9b6420 0%, #633406 100%);
    background: -webkit-gradient(linear, left center, right center, from(#9b6420), to(#633406));
    background: -webkit-linear-gradient(left, #9b6420 0%, #633406 100%);
    background: -o-linear-gradient(left, #9b6420 0%, #633406 100%);
    background: linear-gradient(to right, #9b6420 0%, #633406 100%);
    background: linear-gradient(to right, #9b6420 0%, #633406 100%);
    opacity: unset !important;
}

.btn_list a.btn-flat:before {
    width: 680px;
    height: 640px;
}


a.btn-flat:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(120deg);
    transform: translateX(-9%) translateY(-25%) rotate(120deg);
}

a.btn-flat:hover span {
    /* color: #000; */
}

.btn_list a.btn-flat::after {
    content: '';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f078';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}


.archive_list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}

.archive_list2 li {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.archive_list2 li:nth-child(n+3) {
    margin-top: 40px;
}

.archive_list2 li figure {
    width: 43%;
}

.archive_list2 li .txt_arc {
    width: 55%;
}

.archive_list2 li .txt_arc p {
    margin-bottom: 10px;
    font-size: 2rem;
    margin-left: 10px;
    line-height: 1.5;
}

.archive_list2 li .txt_arc p span {
    font-size: 1.5rem;
}

.btn_list li a {}

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

    .archive_list2 li {
        width: 100%;
    }

    .archive_list2 li:nth-child(n+2) {
        margin-top: 30px;
    }

    .archive_list2 li .txt_arc p {
        font-size: 1.8rem;
    }

    .archive_list2 li figure {
        width: 30%;
    }

    .archive_list2 li .txt_arc {
        width: 68%;
    }
}

@media screen and (max-width: 480px) {
    a.btn-flat span {
        font-size: 1.2rem;
    }

    .archive_list2 li .txt_arc p {
        font-size: 1.5rem;
    }

    .archive_list2 li .txt_arc p span {
        font-size: 1.2rem;
    }

    .archive_list2 li .txt_arc {
        width: 66%;
    }
}

/* ---------------------------------------------------------
 message
----------------------------------------------------------*/

#message .text_block {
    padding: 0 8% 0 3%;
}

#message .author {
    font-family: 'Freestyle Script Regular';
    font-weight: normal;
    font-size: 5rem;
    text-align: right;
    line-height: 1;
    color: #6b6b6b;
}



/* ---------------------------------------------------------
 artist
----------------------------------------------------------*/

#artist {
    /* padding: 30px 0; */
    padding: 80px 0 30px;
}

#artist .artist_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 20px;
    /* 3×3レイアウトの時 */
    /* gap: 3%; */

    /* 4×3レイアウトの時 */
    gap: 2%;
}

#artist .artist_list li {
    /* 3×3レイアウトの時 */
    /* width: 31%; */

    /* 4×3レイアウトの時 */
    width: 22%;
    /* margin-bottom: 60px; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    /* padding: 30px;
    background: #2a2a2a;
    border-radius: 20px; */
}

/* 4×3レイアウト */
#artist .artist_list li:nth-child(n+5) {
    margin-top: 50px;
}

/* 3×3レイアウト 
#artist .artist_list li:nth-child(n+5) {
    margin-top: 50px;
} */

/* 
#artist .artist_list li:last-child{
    display: none;
} */

.artist_inner {
    display: flex;
    flex-direction: column;
}

#artist .artist_list li a:hover {
    opacity: 0.5;
}

 #artist .artist_list li figure {
    max-width: 370px;
    /* width: 30%; */
    margin: 0 auto;
    box-sizing: border-box;
}
/*
#artist .artist_list li .artist-txt {
    width: 66%;
} */

.artist_inner figure img {
    width: 100%;
    border-radius: 1000px;
    margin: 0 auto;
}

.artist_inner .artist_tit {
    width: 100%;
    margin: 10px 0;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artist_inner .artist_tit dt {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

.artist_inner .artist_tit dd {
    font-family: 'Freestyle Script Regular';
    font-weight: normal;
    font-size: 4rem;
    /* white-space: nowrap */
}

/* --------------テキスト丸めスタイル-------------- */
.more_btn_box {
    position: relative;
  }

.more_btn_box input {
    display: none;
  }

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.more_btn_box label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -65px;
    width: 100%;
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(41, 19, 3, 0.95) 90%);
    transition: background 0.5s ease;
  }

  /* 開いた時にグラデーションを消す */
.more_btn_box input:checked + label {
    background: inherit;
}

.more_btn_box .artist_prof {
    overflow: hidden;
    max-height: 145px; /* 開く前に見えている部分の高さ */
    transition: max-height 0.5s ease-in-out;
}

/*続きをよむボタン*/
.more_btn_box label:after,
.more_btn_box label::before {
    content: '';
    position: absolute;
    line-height: 2.5rem;
}

.more_btn_box label:after {
    z-index: 2;
    padding: 4px 20px;
    bottom: 20px;
    width: 80%;
    content: 'more';
    color: #ffffff;
    background: #492316;
    border-radius: 20px;
    text-align: center;
    display: flex; /* 中央揃えを有効化 */
    justify-content: center; /* 水平方向中央揃え */
    align-items: center; /* 垂直方向中央揃え */
}

.more_btn_box label::before {
    position: absolute;
    bottom: 33px;
    left: calc(50% - 2.5em);
    z-index: 3;
    width: 10px;
    height: 5px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

  /*閉じるボタン*/
.more_btn_box input:checked + label:after {
    content: 'close';
}

.more_btn_box input:checked + label:before {
    bottom: 30px;
    transform: scale(1, -1);
}

/* チェック時のテキスト表示調整 */
.more_btn_box input:checked ~ .artist_prof {
    max-height: 1000px; /* 開いた状態の最大高さ */
    overflow: visible; /* 隠れた部分を表示 */
    transition: max-height 0.5s ease-in-out;
}

@media screen and (max-width: 1400px) {
    .more_btn_box label:after {
        padding: 4px 12px;
        width: 12em;
    }
}

@media screen and (max-width: 1023px) {
    .more_btn_box label:after {
        padding: 4px 12px;
        width: 80%;
    }
    .more_btn_box .artist_prof {
        max-height: 240px; /* 開く前に見えている部分の高さ */
    }
}

@media screen and (max-width: 850px) {
    .more_btn_box label:after {
        padding: 4px 12px;
    }
    .more_btn_box .artist_prof {
        max-height: 200px; /* 開く前に見えている部分の高さ */
    }
}

@media screen and (max-width: 580px) {
    .more_btn_box label:after {
        padding: 4px 12px;
    }
    .more_btn_box .artist_prof {
        max-height: 200px; /* 開く前に見えている部分の高さ */
    }
}
@media screen and (max-width: 378px) {
    .more_btn_box .artist_prof {
        max-height: 244px; /* 開く前に見えている部分の高さ */
    }
}
  /* ----------------------------------------------- */

.artist_inner .artist_tit dt:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #310f06;
    background: -moz-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -webkit-gradient(linear, left center, right center, from(#8a3015), to(#310f06));
    background: -webkit-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: -o-linear-gradient(left, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
    background: linear-gradient(to right, #8a3015 0%, #310f06 100%);
}

.artist_inner .artist_tit dt:after {
    margin: 0 10px;
}

.artist_list li .artist_prof {
    font-size: 1.4rem;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}

/* .artist_inner.fancybox-content{
    width: 60%;
    background: #310f06 ;
} */



.artist_inner.artist_popup img {
    border-radius: 1000px;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 350px;
    width: 100%;
}
.c_wrap .andmore{
    
    text-align:center;
    padding :50px;
    margin-top:50px;
    /*border:solid 1px #fff;*/
    font-size:3rem;
    background:#4e2c1c;
}


/* ---------------------------------------------------------
 access
----------------------------------------------------------*/
#access .c_wrap {
    padding-top: 30px;
    max-width: 1200px;
}

#access .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#access .c_wrap .venue_info {
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

#access .c_wrap .venue_info dt {
    margin-right: 20px;
}

#access .c_wrap .info_table {
    font-size: 1.6rem;
}

#access .c_wrap .info_table::after {
    left: 166px;
}

#access .c_wrap .venue_info .border_btn {
    font-size: 1.2rem;
    padding: 4px 20px;
    margin-left: 20px;
}

#access .c_wrap .venue_info .border_btn span {
    font-size: 1.2rem;
}

#access .c_wrap .venue_info dd {
    display: flex;
    justify-content: space-between;
}

/* ---------------------------------------------------------
 movie
----------------------------------------------------------*/
#movie {
    background: url(../images/movie_bg.webp)no-repeat center 50%;
    background-size: cover;
    /* z-index: 1; */
    position: relative;
}

#movie .c_wrap {
    position: relative;
}

#movie .c_wrap .en_tit img {
    max-width: 200px;
    margin-right: 30px;
    vertical-align: middle;
}

#movie .c_wrap .en_tit span.block {
    /* margin-top: -5px; */
}

#movie .c_wrap p {
    max-width: 840px;
    margin: auto auto 30px;
}

#movie .en_tit {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.movie_block {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #582b02;
    border-image: -moz-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: -webkit-gradient(linear, left center, right center, from(#a66b25), to(#582b02));
    border-image: -webkit-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: -o-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: linear-gradient(to right, #a66b25 0%, #582b02 100%);

    border-image-slice: 1;
}

.movie_wrap {
    padding: 56.25% 0 0 0;
    position: relative;
}

.movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------------------
 sponsorship
----------------------------------------------------------*/
#sponsorship {
    padding: 30px 0 30px;
}

#sponsorship .btn_list {
    max-width: 700px;
    margin: auto;
}

/* ---------------------------------------------------------
 official_sns
----------------------------------------------------------*/
#official_sns .en_tit {
    font-size: 4.8rem;
    margin-bottom: -10px;
    padding-right: 30px;
}

#official_sns .c_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 30px;
}

#official_sns .c_wrap .sns_list {
    display: flex;
}

#official_sns .c_wrap .sns_list li {
    font-size: 4rem;
    margin-left: 30px;
}

#official_sns {
    border-top: 1px solid #582b02;
    border-image: -moz-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: -webkit-gradient(linear, left center, right center, from(#a66b25), to(#582b02));
    border-image: -webkit-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: -o-linear-gradient(left, #a66b25 0%, #582b02 100%);
    border-image: linear-gradient(to right, #a66b25 0%, #582b02 100%);
    border-image-slice: 1;
    background: #000;
}


/* ---------------------------------------------------------
 special_thanks
----------------------------------------------------------*/
#special_thanks .en_tit {
    font-size: 4rem;
    margin-bottom: -10px;
    padding-right: 50px;
    color: #000;
}

#special_thanks .c_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9f7f4;
}

#special_thanks a {
    width: 220px;
    transition: all .8s;
}

#special_thanks a:hover {
    opacity: .7;
}

#special_thanks .rogo2 {
    width: 120px;
    margin-left: 50px;
}

footer {
    background: url(../images/footer_bg.webp)no-repeat center 50%;
    background-size: cover;
    text-align: center;
}

footer .logo {
    display: inline-block;
    max-width: 110px;
    margin-bottom: 20px;
}

footer .footer_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

footer .footer_nav li {
    margin-right: 15px;
}

footer .footer_nav li:not(:last-child):after {
    content: "|";
    color: #ffffff;
    padding-left: 16px;
}

footer small {
    font-size: 1.1rem;
    color: #d5ae87;
}

#page_top {
    max-width: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    opacity: 0.7;
}



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

    .col2_area .text_block {
        padding: 0 3% 0 4%;
        width: 60%;
    }

    .col2_area .img_block {
        width: 40%;
    }

    #message .text_block {
        padding: 0 4% 0 3%;
    }

    .c_wrap {
        padding: 50px 4% 70px;
    }

    #archive .side-scroll-item {
        padding: 2%;
        flex-direction: column;
    }

    #archive .text_block {
        order: 1;
        padding-left: 0;
        width: 100%;
        margin-bottom: 5%;
    }

    #archive .img_block {
        order: 2;
        width: 100%;
    }

    #archive .img_block img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 100% 20%;
    }

    #archive .archive_01 .img_block img {
        object-position: 0% 70%;
    }

}

@media screen and (max-width: 1000px) {
    #movie {
        z-index: 1;
    }
}


@media screen and (max-width: 850px) {
    .circle:after {
        width: 260px;
        height: 260px;
        bottom: -150px;
    }

    .circle_right:after {
        right: -40px;
    }

    #artist.circle:after {
        bottom: -200px;
    }

    #access.circle_right:after {
        bottom: -110px;
        right: -60px;
    }

    .col2_area .text_block {
        width: 100% !important;
        padding: 0 4%;
        margin-bottom: 50px;
    }

    #copy {
        padding-top: 70px;
    }

    #copy h2 {
        width: 90%;
    }

    #copy::before,
    #copy::after {
        width: 40%;
        height: 300px;
    }

    #copy::before {
        top: -10px;
    }

    #artist .artist_list {
        justify-content: space-between;
    }

    #artist .artist_list li #nextgig {
        padding-top: 90px;
    }

    #nextgig {
        padding-top: 100px;
    }

    #artist .artist_list li {
        width: 46%;
    }
    
    #artist .artist_list li:nth-child(n+3){
        margin-top: 30px;
    }

    #archive {
        padding-top: 50px;
    }

    .en_tit {
        font-size: 7rem;
    }

    .col2_area .img_block {
        width: 100% !important;
    }

    #message .img_block {
        order: 2;
    }

    #access iframe {
        height: 300px;
    }

    #access .c_wrap .venue_info {
        flex-wrap: wrap;
        font-size: 1.6rem;
    }

    #movie .c_wrap p {
        text-align: left;
        margin-bottom: 20px;
    }

    #archive .img_block img {
        height: 200px;
    }

    .col2_area .img_block img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    #message.col2_area .img_block img {
        object-position: 0 0;
    }

    #sponsorship.col2_area .img_block img {
        object-position: 100% 70%;
    }

    #artist .artist_list li {
        display: block;
    }

    #artist .artist_list li figure {
        width: 90%;
        margin: auto;
    }

    #artist .artist_list li .artist-txt {
        width: 100%;
    }

    #artist .artist_list li {
        width: 47%;
    }
}


@media screen and (max-width: 480px) {
    #copy::before {
        top: 0;
    }

    #copy {
        padding-top: 55px;
    }

    .circle:after {
        width: 200px;
        height: 200px;
        bottom: -160px;
    }

    /* #top_mainv {
        padding: 100px 10px;
    } */

    #artist.circle:after {
        bottom: -160px;
    }

    #access.circle_right:after {
        bottom: -100px;
    }

    .en_tit {
        font-size: 6rem;
    }

    .en_tit span {
        font-size: 1.6rem;
    }

    body {
        font-size: 1.4rem;
    }

    .info_table {
        font-size: 1.4rem;
    }

    .info_table dt {
        width: 100px;
    }

    .info_table dd {
        width: calc(100% - 100px);
    }

    .info_table::after {
        left: 80px;
    }

    a.btn.sp480 {
        display: inline-block !important;
    }

    /* ボタングレーに変更 */
    a.btn.sp480.close {
        background: #8d8d8d;
        color: #bcbcbc;
        pointer-events: none;
        opacity: 1 !important;
    }

    .txt_small {
        font-size: 1.2rem;
    }


    #nextgig {
        padding-top: 80px;
    }


    #nextgig .info_table dd .btn{
        margin-top: 10px;
        width: 100%;
    }

    #nextgig .info_table dd .btn span{
        font-size: 1.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #message .author {
        font-size: 4rem;
    }

    #artist .artist_list {
        justify-content: space-between;
    }

    #artist .artist_list li .artist_tit dt {
        font-size: 1.6rem;
    }

    #artist .artist_list li .artist_tit dd {
        font-size: 2.6rem;
    }

    #artist .artist_list li .artist_prof {
        font-size: 1.2rem;
    }

    #artist .artist_list li {
        width: 47%;
    }

    .artist_inner.artist_popup img {
        max-width: 220px;
    }
    .c_wrap .andmore{
        font-size: 1.3rem;
        padding: 20px;
    }
    #access .c_wrap .venue_info dd {
        flex-wrap: wrap;
    }

    #access .c_wrap .venue_info {
        font-size: 1.4rem;
    }

    #access .c_wrap .venue_info .border_btn {
        margin-left: auto;
        margin-top: 8px;
    }

    #access .c_wrap .info_table {
        font-size: 1.4rem;
    }

    #access .c_wrap .info_table::after {
        left: 110px;
    }

    #access .c_wrap .info_table dt {
        width: 110px;
    }

    #access .c_wrap .info_table dd {
        width: calc(100% - 130px);
    }

    #movie .c_wrap .en_tit img {
        max-width: 120px;
        margin-right: 15px;
    }

    .c_wrap {
        padding: 50px 4% 50px;
    }

    #sponsorship {
        padding: 50px 0;
    }

    .c_wrap.mini {
        padding: 60px 4%;
    }

    #official_sns .en_tit {
        font-size: 2.4rem;
        padding-right: 20px;
    }

    #official_sns .c_wrap .sns_list li {
        font-size: 2.4rem;
    }

    #special_thanks .en_tit {
        font-size: 2.5rem;
        padding-right: 35px;
    }

    #special_thanks a {
        width: 160px;
    }

    #archive .side-scroll-item {
        width: 90vw;
    }

    #archive .text_block {
        padding-left: 0;
    }

    #archive .img_block img {
        height: 150px;
    }

    footer .logo {
        max-width: 80px;
    }

    footer .footer_nav {
        margin-bottom: 20px;
    }

    footer .footer_nav li {
        margin-right: 5px;
        font-size: 1.2rem;
    }

    footer .footer_nav li:not(:last-child):after {
        padding-left: 5px;
    }

    #page_top {
        max-width: 50px;
        bottom: 10px;
        right: 10px;
    }

}

/* ---------------------------------------------------------
協賛企業 TOPページ
----------------------------------------------------------*/
#top #sponsorship_menu .c_wrap {
    padding-top: 0;
}

#top #sponsorship_menu .en_tit {
    margin-bottom: 60px;
}

#top #sponsorship_menu .logo_list.special_course {
    margin-bottom: 30px;
}

#top #sponsorship_menu h3 {
    margin-top: 50px;
}

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

    #top #sponsorship_menu .en_tit {
        margin-bottom: 40px;
    }

    #top #sponsorship_menu .logo_list.special_course {
        margin-bottom: 30px;
    }
}


/* ---------------------------------------------------------
 横スクロール
----------------------------------------------------------*/

/* 横スクロールセクション */
.side-scroll {
    /* padding-bottom: 0!important; */
}

.side-scroll-list-wrapper {
    position: relative;
    width: 100%;
    min-height: 650px;
}

#archive .side-scroll-list-wrapper {
    min-height: 600px;
}

.side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2.5%;
}

/* .side-scroll-item + .side-scroll-item {
    margin-left: 60px;
  } */

#artist .artist_list li.adjustment {
    display: none !important;
}


@media screen and (max-width: 900px) {
    #archive .side-scroll-list {
        position: unset;
        display: block;
    }

    #archive .side-scroll-item {
        width: 100%;
    }

    #archive .side-scroll-item {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #2b2b2b;
    }

    #archive .side-scroll-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: unset;
    }


    #artist .artist_list li.adjustment {
        display: block !important;
        width: 40px !important;
        /* border: 1px solid; */
    }
}

@media screen and (max-width: 480px) {
    /* .side-scroll-list-wrapper {
        min-height: 500px;
    } */

    #artist .c_wrap {
        padding-top: 0;
    }

}

/* ---------------------------------------------------------
 under_page common
----------------------------------------------------------*/

.under_page #mainv {
    padding: 130px 50px 50px;
    z-index: 1;
}

.under_page #mainv {
    background-image: url(../images/footer_bg.webp);
    background-size: cover;
}

.under_page #mainv h1 {
    z-index: 2;
    position: relative;
}

.under_page #mainv .en_tit span {
    font-weight: bold;
    color: #a98c55;
}

@media screen and (max-width: 900px) {
    .under_page #mainv {
        padding: 90px 30px 30px;
    }
}

/* ---------------------------------------------------------
 under_page sponsorship
----------------------------------------------------------*/
.under_page #sponsorship {
    padding-bottom: 50px;
}

.under_page #sponsorship.col2_area .img_block {
    width: 40%;
}

.under_page #sponsorship.col2_area .text_block {
    width: 60%;
}

#sponsorship_menu .menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#sponsorship_menu .menu_list>li {
    /* width: 49%; */
    width: calc(50% - 10px);
    padding: 30px;
}

#sponsorship_menu .logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sponsorship_menu .logo_list.normal_course {
    gap: 2%;
}

#sponsorship_menu .logo_list.special_course {
    gap: 2%;
}

#sponsorship_menu .logo_list.namingrights_course {
    gap: 2%;
}

#sponsorship_menu .menu_list>li.option_course {
    background: unset;
    border: 1px solid #584737;
}

#sponsorship_menu .logo_list li {
    /* width: 18.4%; */
    width: 25%; /* 1社のみの時 */
}
@media screen and (max-width: 900px) {
    #sponsorship_menu .logo_list li {
        width: 33%; /* 1社のみの時 */
    }
}

#sponsorship_menu .logo_list.special_course li {
    width: 23.5%;
}

#sponsorship_menu .logo_list.namingrights_course li {
    width: 32%;
}

#sponsorship_menu .menu_list>li.special_course {
    background: rgb(50 40 13);
}

#sponsorship_menu .menu_list>li.namingrights_course {
    background: rgb(66 41 5);
    width: 100%;
}

#sponsorship_menu .menu_list>li.normal_course {
    background: rgb(41 42 47);
}

#sponsorship_menu .menu_list>li .ribbon {
    display: inline-block;
    position: relative;
    /*高さ*/
    line-height: 30px;
    /*高さ*/
    text-align: center;
    padding: 0 20px 0 10px;
    /*文字の左右の余白*/
    /*文字サイズ*/
    background: #6c0707;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    margin-bottom: 10px;
}

#sponsorship_menu .menu_list>li .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#sponsorship_menu .menu_list>li .ribbon:after {
    top: 0;
    right: 0;
    border-width: 15px 7.5px 15px 0px;
    border-color: transparent #32280d transparent transparent;
    border-style: solid;
}

#sponsorship_menu .menu_list>li.box.normal_course .ribbon:after {
    border-color: transparent #292a2f transparent transparent;
}

#sponsorship_menu .menu_list>li.box.namingrights_course .ribbon:after {
    border-color: transparent #422905 transparent transparent;
}

#sponsorship_menu .menu_list>li.box.restaurant_course .ribbon:after {
    border-color: transparent #3f2b1d transparent transparent;
}

#sponsorship_menu .menu_list>li.namingrights_course .disc_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}

#sponsorship_menu .menu_list>li .privilege {
    padding: 0px 5px 2px;
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 5px;
    background: #d7d7d7;
    color: #000;
}

#sponsorship_menu .menu_list>li.namingrights_course .disc_list li {
    width: 49%;
}

#sponsorship_menu .disc_list li {
    text-indent: -1.2em;
}

@media screen and (max-width: 850px) {
    .under_page .c_wrap {
        padding: 40px 4%;
    }
}

@media screen and (max-width: 480px) {
    #sponsorship_menu .menu_list {
        gap: 15px 0;
    }

    #sponsorship_menu .menu_list>li {
        width: 100%;
        padding: 20px;
    }

    #sponsorship_menu .menu_list>li.namingrights_course .disc_list li {
        width: 100%;
    }

    #sponsorship_menu .logo_list.special_course,
    #sponsorship_menu .logo_list.namingrights_course {
        gap: 20px 4%;
    }

    #sponsorship_menu .logo_list.normal_course {
        gap: 15px 3.5%;
    }

    /* #sponsorship_menu .menu_list > li.special_course {
      margin-bottom: 20px;
  } */

    #sponsorship_menu .logo_list.special_course li {
        width: 48%;
    }

    #sponsorship_menu .logo_list.namingrights_course li {
        width: 60%;
        margin: auto;
    }

    #sponsorship_menu .logo_list li {
        /* width: 31%; */
        width: 40%; /* 1社のみの時 */
    }
}

/* ---------------------------------------------------------
 under_page privacy_policy
----------------------------------------------------------*/

.under_page.privacy_policy #mainv .en_tit span {
    margin-top: 25px;
}

.under_page.privacy_policy .info_table.box {
    padding: 20px;
}

.under_page.privacy_policy .info_table.box::after {
    height: calc(100% - 40px);
    top: 20px;
}

.under_page.privacy_policy .info_table.box dt {
    width: 150px;
}

.under_page.privacy_policy .info_table.box dd {
    width: calc(100% - 150px);
}

@media screen and (max-width: 850px) {
    .under_page.privacy_policy #mainv .en_tit span {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .under_page.privacy_policy .info_table.box dt {
        width: 110px;
    }

    .under_page.privacy_policy .info_table.box dd {
        width: calc(100% - 110px);
    }

    .under_page.privacy_policy .info_table.box::after {
        left: 110px;
    }
}

.timer_block {
    display: none;
}