@charset "utf-8";
/* common */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
}

body { 
    color: #FFF; 
    font-family: 'Zen Maru Gothic', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
    background-color: #0D315B;
}

a:hover {
    opacity: 0.5;
}

img {
    width: 100%;
    height: auto;
}

.section {
    margin-bottom: 60px;
    line-height: 1;
    line-height: normal;
}

.subTopic img {
    width: auto;
    height: 25px;
    margin-bottom: 20px;
}

.topic {
    color: #EEEE7D;
    text-align: center;
    text-shadow: 0px 0px 2px #FFF;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.common_description {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.common_content {
    width: 40%;
    text-align: left;
}

.common_topic {
    color: #EEEE7D;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.common_txt {
    margin-bottom: 30px;
}

.common_img {
    width: 400px;
    height: auto;
    margin: 0 50px;
}

/* .common_topic2 {
    color: #EEEE7D;
    font-size: 2.4rem;
    margin: 0 15px 30px;
} */

.firstHalf_bg {
    max-width: 1000px;
    margin: 0 auto;
}

.secondHalf_bg {
    padding: 60px 0;
    background-image: linear-gradient(180deg, rgba(14, 53, 98, 1), rgba(0, 1, 1, 1));
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 60px;
    }
    
    .subTopic img {
        margin-bottom: 20px;
    }
    
    .topic {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    
    .common_description {
        margin-bottom: 60px;
    }
    
    .common_content {
        width: 90%;
    }
    
    .common_topic {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .common_img {
        margin: 0 auto;
        width: 90%;
    }
    
    /* .common_topic2 {
        font-size: 1.8rem;
    } */

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .common_content {
        width: 70%;
    }

}

/* header */
h1 img {
    width: 100%;
    height: auto;
}

/* topに戻る　 */

#page-top {
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 99;
}

#page-top a {
    background: #E8E8E8;;
    font-size: 1.8rem;
    text-decoration: none;
    color: #0D315B;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
}

/* 会場詳細追従 */
#venue_details {
    position: fixed;
    top: 30%;
    right: 0%;
    z-index: 99;
    width: 50px;
    height: 250px;
    background: #EEEE7D;
    font-size: 1.8rem;
    color: #0D315B;
    text-align: center;
    border-radius: 10px 0 0 10px;
}

#venue_details a {
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    opacity: 0.9;
    transition: all .3s ease;
    margin: 30px auto;
    color: #0D315B;
}

#venue_details a:hover {
    text-decoration: none;
}

#venue_details a,#venue_details_sp a:valid {
    color: #0D315B;
}


#venue_details_sp {
    display: none;
}

@media (max-width: 767px) {
    #page-top {
        bottom: 10%;
        right: 5%;
    }

    #page-top a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.6rem;
    }

    #venue_details_sp {
        display: block;
        position: fixed;
        bottom: 0%;
        right: 0%;
        z-index: 99;
        width: 100%;
        height: 70px;
        line-height: 70px;
        background: #EEEE7D;
        font-size: 1.8rem;
        color: #0D315B;
        text-align: center;
    }
    
    #venue_details_sp a {
        text-decoration: none;
        display: block;
        opacity: 0.9;
        transition: all .3s ease;
        margin: 0 auto;
        color: #0D315B;
    }
    
    #venue_details_sp a:hover {
        text-decoration: none;
    }

    #venue_details {
        display: none;
    }

}

/***********/
/*   top   */
/***********/

/* catchCopy */
.catchCopy {
    margin: 100px auto;
}

.catchCopy p {
    font-family: "Zen Old Mincho";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: normal;
}

.image_pc {
    display: block;
}

.image_sp {
    display: none;
}

@media (max-width: 767px) {
    .catchCopy {
        margin: 80px auto;
    }

    .catchCopy p {
        font-size: 2.0rem;
        line-height: 1.8;
    }

    .image_pc {
        display: none;
    }
    
    .image_sp {
        display: block;
    }
}


/* section-about */
.about_txt {
    margin-bottom: 50px;
}

.reviewsImg {
    max-width: 1000px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section-about {
        padding: 0 15px;
    }
    
    .about_txt {
        text-align: left;
        margin: 0 0 30px;
    }

    .reviewsImg {
        width: 100%;
    }
}

/* section-enjoy */
.section-enjoy {
    background-color: #0E3562;
    padding: 60px 0;
    margin-bottom: 0;
}

.enjoy_text {
    margin: 0 15px 30px;
}

.mapImg {
    width: 80%;
    height: auto;
    margin: 0 auto 80px;
}

.enjoy_topic {
    text-align: left;
    color: #EEEE7D;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 50px;
    border-bottom: 2px solid #EEEE7D;
    padding-bottom: 20px;
    /* display: inline-block; */
}

@media (max-width: 767px) {
    .mapImg {
        width: 100%;
    }    
}

@media (max-width: 1000px) {
    .enjoy_topic {
        margin: 0 15px 30px;
        font-size: 2.4rem;
    }

    .enjoy_methodImg {
        margin-left: 15px;
    }
}

/* enojy_1 */
.enjoy_method {
    margin-bottom: 50px;
}

.enjoy_methodImg {
    width: 250px;
    height: 60px;
    margin-bottom: 20px;
}

.method_description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.method_txt {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    width: 50%;
    margin-bottom: 30px;
}

.method_img {
    width: 400px;
    height: auto;
    margin: 0 50px;;
}

.enjoy_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.enjoy_item {
    width:200px;
    margin: 0 20px 40px;
    list-style: none;
}

.color {
    border-radius: 50px;
    padding: 5px 50px;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.spring {
    background: #EE7DD5;
}

.summer {
    background: #89CA68;
}

.autumn {
    background: #DBAE65;
}

.winter {
    background: #76BAF9;
}

.spring span,.summer span,.autumn span,.winter span {
    font-size: 3.0rem;
    font-weight: 700;
}

.enjoy_Img {
    margin-bottom: 20px;
}

.enjoy_txt {
    text-align: left;
}

@media (max-width: 767px) {
    .enjoy_method {
        margin-bottom: 20px;
    }

    .method_description {
        flex-direction: column-reverse;
        margin: 0 15px 30px;
    }

    .method_txt {
        width: 100%;
        font-size: 1.8rem;
    }

    .method_img {
        width: 100%;
        margin: 0 auto 30px;
    }

    .enjoy_list {
        justify-content: space-around;
    }

    .enjoy_item {
        width: 160px;
        margin: 0 10px 40px;
    }

    .color {
        padding: 5px 30px;
    }
}


/* section-point */
.section-point {
    background-color: #0E3562;
    padding: 0 0 40px;
    margin-bottom: 0;
}

.point_video {
    max-width: 1000px;
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
}

@media (max-width: 767px) {
    .point_video {
        width: 90%;
    }
}


/* section-lineUp */
.section-lineUp {
    background-color: #000;
    border: 1px solid #EEEE7D;
    max-width: 1000px;
    padding: 60px 20px;
    margin: 0 auto 100px;
}

.lineUp_list {
    text-align: left;
    list-style: none;
    margin-left: 50px;
}

.lineUp_item {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.lineUp_title {
    border: 1px solid #EEEE7D;
    color: #EEEE7D;
    display: inline-block;
    width: 95px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.lineUp_txt {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
}

.lineUp_accessLink {
    color: #FFF;
}

.lineUpImg {
    margin: 0 auto 50px;
    width: 90%;
    height: auto;
}

/* buttun */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin:0 auto;
    padding: 7px 40px;
    background-color: #000;
    border: 1px solid #eeee7d;
    border-radius: 25px;
    color: #eeee7d;
    text-align: left;
    max-width: 300px;
}

.btn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #eeee7d;
    border-right: 2px solid #eeee7d;
    content: '';
}
.btn_link {
    text-decoration: none;
}

@media (max-width: 1000px) {
    .section-lineUp {
        margin: 0 15px 80px;
        padding: 60px 10px;
    }

    .lineUp_list {
        margin: 0;
    }

    .lineUp_item {
        flex-direction: column;
    }

    .lineUp_title {
        margin-bottom: 20px;
    }

    .lineUp_txt {
        margin-left: 0;
    }
}


/* section-question */
.section-question {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto 100px;    
}

.question_list {
    margin: 0 auto;
}

/* accordion */
.accordion-006 {
    max-width: 800px;
    margin: 0 auto 10px;
    background-color: #d9d9d9;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #DE6D63;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
    background-color: #FFF;
}

.question_answer {
    display: flex;
}

.question_answer_txt {
    display: inline-block;
    width: 60%;
}

.question_answer_img {
    width: 40%;
    height: auto;
}

.question_answer_txtOnly {
    width: 100%;
}
/* accordion end */

@media (max-width: 767px) {
    .section-question {
        margin: 0 auto 80px;
    }
    
    .accordion-006 p {
        padding: 1em;
    }

    .question_answer {
        flex-direction: column;
    }

    .question_answer_txt {
        width: 100%;
    }
    
    .question_answer_img {
        width: 100%;
        height: auto;
    }
}


/* section-access */
.section-access {
    margin: 0 auto 100px;
}
.access_place {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.map_icon {
    content: "";
    display: block;
    background-image: url("../images/map_icon.png");
    background-size: contain;
    width: 22px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: -24px;
}

.access_address {
    margin-bottom: 40px;
}

.access_map {
    margin-bottom: 40px;
    max-width: 800px;
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.access_list {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
    justify-content: space-between;
}

.access_item {
    list-style: none;
    text-align: left;
    margin: 20px 0 40px;
}

.access_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.access_txt {
    line-height: 1.8;
    font-weight: 500;
}

.access_parking {
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section-access {
        margin: 0 15px 80px;
    }

    .access_list {
        flex-direction: column;
    }

    .access_map {
        margin-bottom: 20px;
        width: 100%;
    }
}


/* section-info */
.section-info {
    margin: 0 auto;
}

.info_description {
    margin: 0 auto 50px;
    flex-direction: row-reverse;
}

.point_calendar {
    max-width: 1000px;
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (max-width: 1000px) {
    .info_description {
        flex-direction: column-reverse;
        margin: 0 auto 10px;
    }

    .point_calendar {
        width: 90%;
        aspect-ratio: 3 / 4;
    }
}


/* section-event */
.section-event {
    border: 1px solid #EE7DD5;
    max-width: 1000px;
    padding: 60px 20px;
    margin: 100px auto 0;
}

.pinkTopic {
    color: #EE7DD5;
    margin-bottom: 30px;
}

.event_description {
    max-width: 1000px;
    margin-bottom: 80px;
    margin: 0 auto 50px;
}

.event_content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.common_topic__pink {
    color: #EE7DD5;
}

.event_img {
    width: 60%;
    height: auto;
    margin: 0 auto 30px;
}

.instagramLink {
    margin: 0 auto;
}

.qrCord {
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
}

.snsLink {
    width: 330px;
    height: auto;
    margin: 0 auto 20px;
}

.event_txt {
    text-align: left;
    width: 90%;
    margin: 0 auto 20px;
    line-height: 1.5;
}

.event_tag {
    color: #EEEE7D;
}

.event_txt2 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1000px) {
    .section-event {
        padding: 60px 0 30px;
        margin: 80px 15px 0;
    }

    .event_description {
        margin: 0 auto 20px;
    }

    .event_img {
        width: 90%;
    }

    .event_txt {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .qrCord {
        display: none;
    }
}

/* section-kawachi */
.section-kawachi {
    margin: 60px auto;
}

.kawachi_content {
    background-color: #FFF;
    color: #0E3562;
    margin: 0 auto;
    padding: 70px 0;
    max-width: 1000px;
    width: 80%;
}

.kawachi_topic {
    font-size: 3.0rem;
    margin-bottom: 30px;
    font-weight: 500;
    }

.kawachi_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.kawachi_txt {
    width: 60%;
    text-align: left;
}

.kawachi_character {
    width: 95px;
    height: 145px;
    margin-left: 50px;
}

.kawachi_link {
    display: block;
    width: 90%;
    max-width: 305px;
    height: 80px;
    margin: 0 auto 50px;
}

.kawachi_item {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.kawachi_itemImg {
    max-width: 300px;
    min-width: 300px;
    width: 30%;
    margin-right: 20px;
}

.kawachi_item span {
    display: block;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.kawachi_itemTxt {
    text-align: left;
    width: 45%;
    min-width: 460px;
}
/* 
@media (max-width: 1000px) and (min-width: 768px)  */
@media (max-width: 1000px) {
    .kawachi_content {
        padding: 60px 15px;
        width: 100%;
    }

    .kawachi_topic {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .kawachi_block {
        flex-direction: column-reverse;
    }
    
    .kawachi_txt {
        width: 100%;
        max-width: 700px;
    }

    .kawachi_character {
        margin: 0;
    }

    .kawachi_item {
        flex-direction: column;
    }

    .kawachi_itemImg {
        margin: 0 auto;
        width: 100%;
        max-width: 440px;
    }

    .kawachi_itemTxt {
        width: 100%;
        min-width: 310px;
        max-width: 440px;
        margin: 0 auto;
    }

    .kawachi_item span {
        text-align: left;
    }
}

/* footer  */
.footer {
    background-color: #010203;
    color: #FFF;
    padding: 100px 0 20px;
    margin: 0 auto;
}

.footer_topic {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.8;
}

.footer_txt {
    line-height: 2;
    color: #FFF;
}

.footer_copy {
    display: block;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .footer_txt {
        margin-bottom: 80px;
    }


    .footer_copy {
        display: block;
        margin-top: 100px;
    }

}