@charset 'UTF-8';

/* カスタムプロパティ */

:root{
--main-color: #C30E24;
--main-width: 300px;
}

.text-center{
    text-align: center;
}

.mgr-25{
    margin-right: 25px;
}

/* おおもとのスタイリング */
html {
    font-size: 10px;
}
body {
	color: black;
	font-family: sans-serif;
    border: 0.3rem solid var(--main-color);
}

ul{
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

li{
    list-style: none;
}

p{
    margin-block-start: 0;
    margin-block-end: 0; 
    margin-inline-start: 0;
    margin-inline-end: 0;
}

a{
    text-decoration: none;
    color: black;
}

button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* レイアウト */
.wrapper{
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 0.2rem;
}

/* 各セクションタイトルのレイアウト */
.icon-header-wrapper{
    width: 80%;
    text-align: center;
    margin: 1rem auto;
}

/* 各セクションタイトルのアイコン */
.icon-header::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin:0 10px 5px;
}

/* 各セクションタイトルの赤アンダーライン */
.title-underline{
    border-bottom: 5px solid var(--main-color);
}


/* ヘッダー部分 */
.sp-nav{
    text-align: center;
    padding: 1rem 0 0;
}

.pc-menu{
    display: none;
}


/* メニューアイコン */

.burger-icon::before,
.menu-icon::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin:0 10px 5px;
}

.menu-icon::before{
    display: block;
    margin: 0 auto;
}


.menu-home::before{
    background-image:url(../images/icon/home.png);
}

.menu-event::before{
    background-image:url(../images/icon/event.png);
}

.menu-news::before{
    background-image:url(../images/icon/news.png);
}

.menu-goods::before{
    background-image:url(../images/icon/goods.png);
}

.menu-access::before{
    background-image:url(../images/icon/access.png);
}

.menu-recruit::before{
    background-image:url(../images/icon/recruit.png);
}

.menu-aboutus::before{
    background-image:url(../images/icon/aboutus.png);
}

.menu-mail::before{
    background-image:url(../images/icon/mail.png);
} 

.menu-ticket::before{
    background-image: url(../images/icon/ticket.png);
}

.menu-foot::before{
    background-image: url(../images/icon/asi.png);
}

.menu-ticket{
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    padding:0.5rem 0;
    margin: 5px 25px;
    font-size: 1.5rem;
    line-height: 2rem;
    border: grey solid 1px;
    border-radius: 30px;
    display: inline-block;
    width: 250px;
    text-align: center;
}

/* ハンバーガーメニュー */
    /* 装飾 */

.g-nav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transition:0.5s opacity;
    overflow: hidden;
}

.g-nav.open{
    right: 0;
    top: 0;
    background-color: white;
    border-top:10px solid var(--main-color);
    border-bottom:10px solid var(--main-color);
    opacity: 1;
}

/* ヘッダーロゴ */
.burger-logo{
    height: 50px;
    display: inline-block;
}

/* ヘッダーメニュー */
.burger-menu{
    /* text-align: center; */
    position: relative;
    text-align: center;
    padding-top: 1rem;
}

.burger-menu > ul{
    padding: 10px 0;
    text-align: center;
}

.burger-menu > li{
    display: inline-block;
    text-align: left;
}


.burger-menu h1{
    text-align: center;
}

.burger-icon{
    padding:4px 20px 0 0;
    margin: 5px 25px;
    font-size: 1.5rem;
    line-height: 2rem;
    border: grey solid 1px;
    border-radius: 30px;
    display: inline-block;
    width: 250px;
}

#menu-ticket-wrapper{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.menu-snsbar{
    display: flex;
    justify-content: center;
}

.menu-snsbar li{
    padding: 0 20px;
}

/* news */

.news{
    margin: 0 auto;
    padding-top: 3rem;
    margin-top: -3rem;
}

.news ul{
    background-color: rgba(255, 255, 255, .95);
    border: 2px solid black;
    border-radius: 2em;
    padding: 1rem;
}

.news li{
    border-bottom: 1px solid black;
    padding: 0.5rem;
    font-size: 1.5rem;
}

.news li:last-child{
    border: none;
}


/* イベントヘッダータイトル */

.event-header-wrapper{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 5rem;
    margin-top: -3rem;
}

/* イベントレイアウト */

.event{
    background-color: var(--main-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

/* イベント参考アイコン */
.event-sample{
    border: 2px solid black;
    border-radius: 20px;
    background-color: white;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
    margin: 0 auto;
}

.event-sample li{
    width: 150px;
    font-size: 24px;
}

.event-icon-big::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 30px;
    vertical-align: middle;
    margin:0 10px 5px;
}

.event-period::before{
    background-image: url(../images/icon/ibe1.png);
}
.event-time::before{
    background-image: url(../images/icon/ibe2.png);
}
.event-place::before{
    background-image: url(../images/icon/ibe3.png);
}
.event-people::before{
    background-image: url(../images/icon/ibe4.png);
}

/* イベント情報 */

/* リアル公演、web謎解き等の表題部分 */
.event-type{
    /* background-color: var(--main-color); */
    text-align: center;
    /* width: 100px; */
    /* line-height: 2rem; */
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 2px black;
    /* border-radius: 20px; */
    margin: 2rem auto 0;
}


.event-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.event-container{
    border: 3px solid black;
    border-radius: 10px;
    box-shadow: 3px 3px 5px black;
    padding: 5px 5px 10px;
    margin: 30px 2%;
    width: 46%;
    background-color: white;
    font-size: 1rem;
}

img{
    max-width: 100%;
} 

.event-name-container{
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px 0;
}



.event-name-container p:nth-child(1){
    margin-bottom: 1rem;
}

    .event-name-container p:nth-child(2){
    font-size: 0.8rem;
}

.event-info{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.event-info div{
    display: inline-block;
    text-align: left;

}

.event-icon-small::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 20px;
    vertical-align: middle;
    margin:0 5px 0px 5px;    
}

.event-img-yoko > img{
    border-radius: 5px;
}

/* 過去のイベント */
.event-past{
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px  3px 5px black;
    width: 200px;
    line-height: 30px;
    margin: 0 0 0 auto;
}

/* グッズ */
/* グッズヘッダー */

.goods{
    margin: 0 auto;
}

.goods-text{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem;
}

/* グッズオンラインショップ誘導用ボタン */
.goods-btn{
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px black;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 0;
}

/* 団体について */

.aboutus{
    padding: 1rem 0;
    position: relative;
    margin: 0 auto;
    padding-top: 4rem;
    margin-top: -3rem;
}

/* 団体ヘッダー */

/* サブタイトル */
.aboutus-subtitle{
    height: 50px;
    text-align: center;
    margin: 1rem;
}

.aboutus-subtitle > img{
    width: 150px;
    display: inline-block;
}

/* 団体説明文章 */
.aboutus-detail{
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
}

.aboutus-detail{
    text-align: left;
}


.aboutus-detail p{
    background-color: rgba(255, 255, 255, .9);
    display: inline;
}

/* お問い合わせボタン */
.mail-btn{
    border-radius: 20px;
    box-shadow: 3px 3px 1px black;
    background-color: skyblue;
    color: white;
    font-weight: bold;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.mail-btn p{
    line-height: 1.8rem;
}

.yoko-icon::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 20px;
    vertical-align: middle;
    margin:0 10px 0px 0px;
}

/* アクセス */

.access{
    padding: 1rem 0;
    position: relative;
    margin: 0 auto;
}

/* アクセスヘッダー */

/* googlemap */
.access-map{
    margin: 0 auto;
    width: var(--main-width);
    border: 2px solid black;
}

.googlemap{
    display: block;
    margin: 0 auto;
}

/* 住所+行き方 */
.access-info{
    font-size: 0.7rem;
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 0.5rem;
}

.access-transportation{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.access-transportation > div:first-of-type{
    margin-right: 5px;
}

.access-train{
    margin: 0 0 0 auto
    ;
}
/* アクセスボタン */
.access-btn{
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 3px 3px 1px black;
    background-color: white;
    color: black;
    font-weight: bold;
    width: 250px;
    text-align: center;
    margin: 1rem auto 1rem;
}

.access-btn p{
    line-height: 1.8rem;
}

/* セクションページスタイル */
.section-page{
    padding: 1rem;
}

/* ルートの行き方まとめ */
.route-info{
    text-align: center;
    margin: 1rem 0;
}

.route-info li{
    display: inline-block;
    width: 300px;
    margin: 0.4rem 0;
    padding: 0.3rem;
}

.route-info a{
    display: block;
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 1rem;
}

.route-info a:hover{
    background-color: var(--main-color);
    border-radius: 1rem;
    color: white;
    font-weight: bold;
}

/* ルートページ */

/* ルートページ画像スタイル */
.route-info-container{
    padding: 1rem 0;
    border-top:10px solid black ;
    border-radius: 10px;
}

/* ルート画像タイトル */
.route-title{
    text-align: center;
    padding-bottom: 0.4rem;
}

.route-title li{
    padding: 1rem;
    text-decoration: underline;
    text-decoration-color: var(--main-color);
}

/* ルート画像 */
.route-img-container{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; */
    display: grid;
    grid-template-columns: repeat(auto-fit, 130px);
    justify-content: center;
    gap: 1rem;
    font-size: 0.8rem;
    
}

.route-img{
    position: relative;
    width: 130px;
    height: 100%;
    border: 2px solid var(--main-color);
    padding: 0.1rem;
}

.route-img div:nth-child(1){
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    color: white;
    font-size: 1rem;
    font-weight: bolder;
    background-color: var(--main-color);
}

.route-img div:nth-child(2){
    padding-bottom: 0.2rem;
    border-bottom: 3px dashed var(--main-color);
}

.route-img img{
    width: 130px;
    height: 130px;
}

/* 求人ページについて */
.menu-recruit{
    margin: 0 auto;
}

.recruit-title{
    text-align: center;
}

.recruit-info{
    padding: 0.5rem 1rem;
    margin: 1rem;
    border: 1px solid var(--main-color);
}

.recruit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: var(--main-color);
    margin: 1rem auto;
}

.recruit-btn p{
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

/* フッター */
footer{
    background-color: var(--main-color);
    padding-top: 1rem;
}

.footer-menu{
    background-color: white;
    margin-top: 10px;
    padding: 0.1rem;
    font-weight: bold;
}

.footer-menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.footer-menu ul:first-child li{
    list-style: circle;
    text-align: left;
}

.footer-menu ul:first-of-type li{
    width: 30%;
    font-size: 1rem;
    margin: 0.1rem 0rem;
}


.footer-menu ul:nth-child(3) li{
    padding:0 1rem;
    margin: 1rem;
}

.copywright{
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 1rem;
}

/* デコレーション 装飾 */

.dec{
    height: 1px;
    position: relative
}
.shiro{
    position: absolute;
    bottom: -0.5rem;
    left: -7rem;
    width: 20rem;
    z-index: -1;
}

.yuusya{
    position: absolute;
    bottom: -0.5rem;
    right: 0rem;
    width: 12rem;
    z-index: -1;
}

.fune{
    padding-top: 2rem;
    margin-bottom: -2rem;
}

.hikari{
    position: absolute;
    top: 15rem;
    transform:scaleY(230%);
    /* transform: scaleY(150%); */
    width: 100%;
    /* height: ; */
    z-index: -1;
}

.iruka{
    position: absolute;
    bottom: -0.5rem;
    right: 0rem;
    width: 12rem;
    z-index: -1;
}

.ningyo{
    position: absolute;
    bottom: -0.5rem;
    right: 0rem;
    width: 12rem;
    z-index: -1;
}

.kurage{
    position: absolute;
    top: 6rem;
    right: 0rem;
    width: 12rem;
    z-index: -1;
}

.sakana{
    position: absolute;
    top: 0;
    left: 0rem;
    width: 8rem;
    z-index: -1;
}

.sango{
    position: absolute;
    bottom: 7rem;
    left: 0rem;
    transform: scaleY(170%);
    /* transform: scaleY(150%); */
    width: 100%;
    /* height: ; */
    z-index: -1;

}

    /* 三本ボタン装飾 */
    

.burger-btn{
    position: fixed;
    top: 20px;
    right: 35px;
    width: 30px;
    height: 24px;
    z-index: 3;
}

.burger-btn span{
    position: absolute;
    width: 100%;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.burger-btn span:nth-child(1){
    top: 0;
}

.burger-btn span:nth-child(2){
    top: 10px;
}

.burger-btn span:nth-child(3){
    top: 20px;
}

.burger-btn.close span:nth-child(1){
    transform: translate(0,10px) rotate(45deg);
    transition: transform .3s;
}

.burger-btn.close span:nth-child(2){
    opacity: 0;
    transition: opacity .3s;
}

.burger-btn.close span:nth-child(3){
    transform: translate(0,-10px) rotate(-45deg);
    transition: transform .3s;
}

/* スライダーについて slick */
.slider{
    background-color: var(--main-color);
    padding: 1rem;
    margin: 1rem auto;
    border-radius: 1rem;
}

.slider img{
    height: 30vh;
    object-fit: cover;
    margin: 0 auto;
}


/* font awesomeについて */
/*Twitter*/
.fa-twitter-square{
    color:#1da1f2;
    font-size: 40px;
}
/*Facebook*/
.fa-facebook-square{color:#3b5998;}
/*instagram*/
.fa-instagram{color:#e1306c;}
/*YouTube*/
.fa-youtube{color:#ff0000;}
/*LINE*/
.fa-line{
    color:#00c300;
    font-size: 40px;
}

@media screen and (min-width: 1025px) {
    html{
        font-size: 20px;
    }

    .max-w1200{
        max-width: 1200px
    }

    .max-w1000{
        max-width: 1000px;
    }

    .max-w800{
        max-width: 800px;
    }

    .burger-btn{
        display: none;
    }

    .burger-menu{
        display: flex;
        justify-content: center;
        margin: 5px;
        align-items: center;
    }

    .burger-menu h1{
        padding-right: 20px;
        line-height: 1px;
    }

    .burger-menu > ul{
        padding: 0;
    }

    .burger-menu > li{
        margin: 0;
        padding: 0;
    }

    .burger-menu > li:last-child{
        margin-right: 20px;
    }

    .burger-menu > li a{
        border: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0 0;
    }

    /* .burger-icon::before{
        display: block;
    } */

    .burger-menu-top{
        order: 9;
    }

    .event-container{
        width: 300px;
    }

    /* メニュー */
    .sp-nav{
        display: none;
    }

    .pc-menu{
        margin-top:-0.3rem;
        padding-top: 0.2rem;
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        background-color: white;
        border: 0.3rem solid var(--main-color) ;

    }

    .pc-menu-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pc-menu-wrapper > li{
        margin: 0 0.4rem;
    }

    .pc-menu-wrapper a{
        display: block;
    }

    /* スライダー slick */
    .slider{
        margin-top: 6rem;
    }

    .slider img{
        height: 70vh;
    }

    /* 装飾 */
    .hikari{
        position: absolute;
        top: 3rem;
        transform:scaleY(120%);
    }

    .shiro{
        left: -10rem;
        width: 30rem;
    }

    .yuusya{
        width: 20rem;
    }
}