@charset "UTF-8";

/* -----------------------------------------------
* event_page イベント情報
-------------------------------------------------- */


/* event_page
   ========================================================================== */
.event_page{
    overflow: hidden;
}


/* common
   ========================================================================== */
.inner{
    margin: 0 auto;
    padding: 0 5.0vw;
    box-sizing: border-box;
}

.green_gradient{
    background: linear-gradient(to right,#2e3192 0%,#2e3192 80%,#15b5aa 95%,#15b5aa 100%);
}

.green_gradient02{
    background: linear-gradient(to right, #1b2ad1 10%, #8565f6 100%);
}

.green_gradient03{
    background: linear-gradient(75deg, #7a6e7b 70%, #b4a975 100%);
}


/* com_title
   ========================================================================== */
.com_title > span{
    margin: 0 auto;
    width: 100%;
    height: 15vw;
    display: flex;
	justify-content: center;
	align-items: center;
    background: linear-gradient(100deg, rgba(46,49,146,.34) 70%, rgba(21,181,170,.34) 100%);
    position: relative;
    font-size: 6vw;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 0.1em;
}

.com_title > span .num{
    margin-right: 1vw;
    padding: 0 0 .5vw .5vw;
    width: 8vw;
    height: 8vw;
    font-size: inherit;
    line-height: 1;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    background: rgba(46,49,146,.85);
    letter-spacing: 0.1em;
    box-sizing: border-box;
}


/* entry_btn_box
   ========================================================================== */
.entry_btn_box{
    margin: 0 -5vw;
    padding: 4vw 0 8vw;
    position: relative;
}

.entry_btn_box .sp_only{
    position: relative;
    text-align: center;
}

.entry_btn_box .sp_only img{
    width: 13vw;
    position: absolute;
    bottom: 1vw;
    left: 15vw;
}

.entry_btn_box .sp_only .en{
    font-size: 12vw;
    color: #fff;
}

.entry_btn_box .entry_btn{
    margin: 3vw auto 0;
    width: 90%;
}

.entry_btn_box .entry_btn a{
    position: relative;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.entry_btn_box .entry_btn a:before{
	content: "";
    background: linear-gradient(to right, #1b2ad1 10%, #8565f6 100%);
    mix-blend-mode: color-burn;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    border-radius: 10px;
}

.entry_btn_box .entry_btn a > span{
    width: 100%;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.entry_btn_box .entry_btn a > span span{
    color: #fff;
}

.entry_btn_box .entry_btn a img,
.entry_btn_box .entry_btn a .en{
    display: none;
}

.entry_btn_box .entry_btn a .jp{
    margin: 0 8vw 0 0;
    font-size: 4.5vw;
}

.entry_btn_box .entry_btn a svg{
    width: 5vw;
}


/* anchor_nav
   ========================================================================== */
.anchor_nav{
    position: fixed;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 100;
}

.anchor_nav ul{
    margin: 0 auto;
    width: 90%;
    max-width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.anchor_nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: min(10vw,45px);
    font-size: min(3.5vw,15px);
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 500;
}


/* event_kv
   ========================================================================== */
.event_kv{
    padding: 70px 0 66vw;
    background-image: url("../img/event/kv_sp.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
    background-color: #c2ece9;
}

.event_kv .page_title > span{
    display: block;
    line-height: 100%;
    color: #4c4ba3;
}

.event_kv .page_title .siz_l{
    font-size: 16vw;
    letter-spacing: 0.06em;
}

.event_kv .page_title .siz_s{
    margin: 0 0 3vw;
    font-size: 9vw;
    letter-spacing: 0;
}

.event_kv .page_title .jp{
    font-size: 4vw;
    letter-spacing: 0.1em;
}

.event_kv .kv_message{
    margin: 8vw 0 0;
    padding: 3vw;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.event_kv .kv_message p{
    font-size: 3.5vw;
    letter-spacing: 0.12em;
    color: #4c4ba3;
}

.event_kv .kv_message p + p{
    margin: 0 0 0 8vw;
}

.event_kv .kv_message img{
    width: 13vw;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
}


/* point
   ========================================================================== */
.point{
    padding: 23vw 0 66vw;
    background-image: url("../img/event/point_bg.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 102%;
    background-color: #59cac3;
}

.point .com_title img{
    width: 9vw;
    position: absolute;
    bottom: 1vw;
    left: 5vw;
}

.point .list{
    margin: 6vw 0 0;
}

.point .list > li{
    margin: 6vw 0 0;
    padding: 6vw 0;
    width: 90vw;
    height: 90vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 500px;
}

.point .list .point_number{
    margin: 0 auto;
    width: 16vw;
    line-height: 0;
}

.point .list .ttl{
    margin: 3vw 0 0;
    font-size: 5.6vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #4c4ba3;
    text-align: center;
}

.point .list p{
    margin: 4vw auto 0;
    width: 67%;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #4c4ba3;
}


/* program
   ========================================================================== */
.program{
    padding: 25vw 0 0;
    background-color: #88dbdf;
}

.program .com_title{
    position: relative;
    z-index: 1;
}

.program .list{
    margin: 25vw auto;
}

.program .list > li{
    margin: 25vw auto 0;
    position: relative;
}

.program .list > li:before,
.program .list > li:nth-child(3):after{
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.program .list > li:nth-child(1):before{
	background-image: url("../img/event/program_bg_sp01.svg");
	height: 64vw;
    top: -61vw;
    left: 5vw;
    width: 94%;
}

.program .list > li:nth-child(2):before{
	background-image: url("../img/event/program_bg_sp02.svg");
	height: 64vw;
    top: -28vw;
    left: 8vw;
    width: 84%;
}

.program .list > li:nth-child(3):before{
	background-image: url("../img/event/program_bg_sp03.svg");
	height: 64vw;
    top: -27vw;
    left: 5vw;
    width: 94%;
}

.program .list > li:nth-child(3):after{
	background-image: url("../img/event/program_bg_sp04.svg");
	height: 64vw;
    bottom: -66vw;
    left: 6vw;
    width: 87%;
}

.program .list .box{
    padding: 3vw;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.program .list .thm{
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
}

.program .list .thm img{
    width: 100%;
    display: block;
    aspect-ratio: 315 / 244;
}

.program .list .text_box{
    padding: 4vw 0 0;
}

.program .list .text_box *{
    color: #4c4ba3;
}

.program .list .ttl{
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.program .list .date{
    margin: 1vw 0 0;
    font-size: 4.5vw;
    font-weight: 500;
    letter-spacing: 0;
}

.program .list .txt{
    margin: 3vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.program .list .tag{
    margin: 3vw 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.program .list .tag li{
    padding: 1vw 5vw;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0;
    border: 1px solid #4c4ba3;
    border-radius: 5px;
}

/* view_btn */
.view_btn{
    margin: 8vw 0 0;
}

.view_btn .btn_bg{
    margin: 0 auto;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(to right, #1b2ad1 10%, #8565f6 100%);
}

.view_btn .btn_bg > span{
    width: 100%;
    height: 15vw;
    box-sizing: border-box;
    display: flex;
	justify-content: center;
	align-items: center;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}


/* voices
   ========================================================================== */
.voices{
    padding: 6vw 0 15vw;
}

.voices .title{
    position: relative;
    height: 90vw;
}

.voices .title span{
    display: block;
}

.voices .title .item{
    position: relative;
}

.voices .title .item:before{
	content: "";
    margin: auto;
	background: #d5f2f4;
	width: 80vw;
	height: 80vw;
	position: absolute;
	top: 10vw;
	left: 0;
    right: 0;
    border-radius: 500px;
}

.voices .title .img{
    margin: 0 auto;
    width: 30vw;
    line-height: 0;
    z-index: 1;
    position: relative;
}

.voices .title .txt{
    margin: 8vw 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.voices .title .txt span{
    display: block;
    color: #4c4ba3;
    font-weight: 500;
    line-height: 120%;
}

.voices .title .txt .siz_l{
    font-size: 6vw;
}

.voices .title .txt .siz_s{
    margin: 3vw 0 0;
    font-size: 3.5vw;
    line-height: 160%;
}

.voices .list{
    margin: 15vw auto;
}

.voices .list > li{
    margin: 10vw auto 0;
}

.voices .list .thm{
    margin: 0 auto;
    line-height: 0;
}

.voices .list .bg_box{
    margin: -4vw auto 0;
    padding: 5vw 6vw;
    width: 95%;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg,#30735a 30%,#33a57f 120%);
}

.voices .list > li:nth-child(2) .bg_box{
    background: linear-gradient(45deg,#107fa3 30%,#6dbda2 120%);
}

.voices .list > li:nth-child(3) .bg_box{
    background: linear-gradient(45deg,#e28d95 30%,#ffc59a 120%);
}

.voices .list .bg_box *{
    color: #fff;
    font-weight: 500;
}

.voices .list .bg_box .catch{
    font-size: 4.5vw;
    letter-spacing: 0.02em;
}

.voices .list .bg_box .name{
    font-size: 4.5vw;
    letter-spacing: 0.1em;
}

.voices .list .bg_box .siz_s{
    font-size: .6em;
}

.voices .bottom_txt{
    margin: 4vw auto 0;
    width: 85%;
    font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #4c4ba3;
}


/* modal
   ========================================================================== */
.modal_section{
	padding: 25vw 3vw 40vw;
	background: rgba(215,230,230,.98);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	overflow-y: scroll;
}

.modal_section .inner{
	padding: 0;
    position: relative;
}

.modal_section .close{
    margin: auto;
	position: absolute;
    width: 18vw;
    line-height: 0;
    cursor: pointer;
}

.modal_section .top_close{
    top: -22vw;
    right: 0;
}

.modal_section .bottom_close{
    bottom: -25vw;
    right: 0;
    left: 0;
}

.modal_section .entry_btn_box{
	margin: 0;
}

.modal_section li,
.modal_section p{
    font-size: 3.6vw;
	color: #4c4ba3;
}

/* modal_kv */
.modal_section .modal_kv{
    height: 80vw;
    display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/event/modal_kv01_sp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.modal_section#modal2 .modal_kv{
	background-image: url("../img/event/modal_kv02_sp.webp");
}

.modal_section .modal_kv .position_box{
    width: 95%;
    height: 95%;
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
}

.modal_section .modal_kv .position_box:before{
	content: "";
	background-image: url("../img/event/modal_kv_bg_sp.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal_section .modal_kv .text_box{
    position: relative;
    z-index: 1;
    text-align: center;
}

.modal_section .modal_kv .item01{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
}

.modal_section .modal_kv .item02{
    position: absolute;
    top: 0;
    right: 0;
    width: 18vw;
}

.modal_section .modal_kv .item03{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18vw;
}

.modal_section .modal_kv .text_box .title{
    font-size: 6vw;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.modal_section .modal_kv .text_box .catch{
    margin: 2vw 0 0;
    font-size: 3.8vw;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}

/* modal_wrap */
.modal_section .modal_wrap{
	padding: 8vw 3vw 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

/* list_wrap */
.modal_section .list_wrap{
	padding: 0 0 0;
}

.modal_section .list_wrap > li{
	display: flex;
}

.modal_section .list_wrap > li + li{
	margin: 12vw 0 0;
}

.modal_section .list_wrap .list_ttl{
    padding-right: 5vw;
	width: 27vw;
    box-sizing: border-box;
}

.modal_section .list_wrap .ttl{
    font-size: 3.6vw;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.modal_section .list_wrap > li:nth-child(1) .ttl{
    font-size: 4.0vw;
}

.modal_section .list_wrap .list_content{
	width: calc(100% - 27vw);
    box-sizing: border-box;
}

.modal_section .list_wrap .in_list > li + li{
	margin: 5vw 0 0;
}

.modal_section .list_wrap .in_list .box_ttl{
	padding: 4vw 1vw 4vw 3vw;
    display: flex;
    border-radius: 10px;
}

.modal_section .list_wrap .in_list .box_ttl span{
	display: block;
    color: #fff;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.modal_section .list_wrap .in_list .box_ttl .num{
	width: 8vw;
    font-size: 3.9vw;
}

.modal_section .list_wrap .in_list .box_ttl .txt{
    padding: .4vw 0 0;
    font-size: 3.4vw;
}

.modal_section .list_wrap .in_list p{
    padding: 4vw 0 0;
    font-size: 3.5vw;
}

.modal_section .list_wrap .recommend .list_ttl,
.modal_section .list_wrap .recommend .dot_list{
    padding: 4vw 0;
}

.modal_section .list_wrap .recommend .dot_list{
    border-top: 1px solid #c7c7e2;
    border-bottom: 1px solid #c7c7e2;
}

.modal_section .list_wrap .recommend .dot_list li{
    padding-left: 4vw;
    position: relative;
}

.modal_section .list_wrap .recommend .dot_list li:before{
	content: "・";
	position: absolute;
	left: 0;
}

.modal_section .modal_voices{
	padding: 15vw 3vw 8vw;
    display: flex;
    flex-wrap: wrap;
    gap: 12vw;
    background: #d7e6e6;
    border-radius: 10px;
}

.modal_section .modal_voices > li{
	padding: 1px 3vw 4vw;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
}

.modal_section .modal_voices .user{
	margin: -10vw auto 0;
    width: 15vw;
    line-height: 0;
}

.modal_section .modal_voices p{
	margin: 3vw 0 0;
    font-weight: 500;
}

/* guidelines */
.modal_section .guidelines{
	padding: 10vw 0 6vw;
}

.modal_section .guidelines .ttl{
    font-size: 6vw;
    font-weight: 400;
    color: #4c4ba3;
    letter-spacing: 0.02em;
}

.modal_section .guidelines .list{
	margin: 5vw 0 0;
}

.modal_section .guidelines .list > li{
    padding: 5vw 0;
    border-top: 1px solid #c7c7e2;
	display: flex;
}

.modal_section .guidelines .list .list_ttl{
    padding-right: 5vw;
	width: 27vw;
    box-sizing: border-box;
    font-size: 3.6vw;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.modal_section .guidelines .list .list_right{
	width: calc(100% - 27vw);
}

.modal_section .num_list{
	margin-left: 4vw;
    list-style: decimal;
}


@media screen and (min-width : 768px){
 

    /* common
       ========================================================================== */
    .inner{
        padding: 0 3.0vw;
    }

    .sp_only{
        display: none;
    }


    /* com_title
       ========================================================================== */
    .com_title > span{
        width: 57.7vw;
        height: 11.0vw;
        font-size: 4.0vw;
        border-radius: 15px;
    }

    .com_title > span .num{
        margin-right: .5vw;
        padding: 0 0 .3vw .4vw;
        width: 6.9vw;
        height: 6.9vw;
    }


    /* entry_btn_box
       ========================================================================== */
    .entry_btn_box{
        margin: 0 auto;
        padding: 7.0vw 0;
        border-radius: 15px;
    }

    .entry_btn_box .sp_only{
        display: none;
    }

    .entry_btn_box .entry_btn{
        margin: 0 auto 0;
        width: 77.8vw;
    }

    .entry_btn_box .entry_btn a{
        border-radius: 15px;
    }

    .entry_btn_box .entry_btn a:before{
        border-radius: 15px;
    }

    .entry_btn_box .entry_btn a > span{
        height: 14.0vw;
        border-radius: 15px;
    }

    .entry_btn_box .entry_btn a img,
    .entry_btn_box .entry_btn a .en{
        display: block;
    }

    .entry_btn_box .entry_btn a img{
        width: 7.4vw;
        position: absolute;
        bottom: 1.3vw;
        left: 6.5vw;
    }

    .entry_btn_box .entry_btn a .en{
        font-size: 4.6vw;
    }

    .entry_btn_box .entry_btn a .jp{
        margin: 0 2.5vw 0 3.0vw;
        font-size: 1.6vw;
    }

    .entry_btn_box .entry_btn a svg{
        width: 2.2vw;
    }

    /* hover */
    .entry_btn_box .entry_btn a > span,
    .entry_btn_box .entry_btn a > span span,
    .entry_btn_box .entry_btn a path{
        transition: .3s;
    }

    .entry_btn_box .entry_btn a:hover > span{
        background: #fff;
    }

    .entry_btn_box .entry_btn a:hover > span span{
        color: #1b2ad1;
    }

    .entry_btn_box .entry_btn a:hover path{
        fill: #1b2ad1 !important;
    }


    /* anchor_nav
       ========================================================================== */
    .anchor_nav{
        bottom: auto;
        top: 120px;
    }

    .page_scroll .anchor_nav{
        bottom: 0;
        top: auto;
    }

    .anchor_nav ul{
        width: auto;
        max-width: none;
        justify-content: center;
        gap: min(9.0vw,90px);
    }

    .anchor_nav a{
        font-size: min(1.5vw,15px);
        height: min(6.6vw,66px);
        transition: .3s;
    }

    .anchor_nav a:hover{
        color: #ccc;
    }
   

    /* event_kv
       ========================================================================== */
    .event_kv{
        padding: calc(151px + 35px + 4.0vw) 0 400px;
        background-image: url("../img/event/kv.webp");
        background-size: auto;
    }

    .event_kv .page_title .siz_l{
        font-size: 12.7vw;
    }

    .event_kv .page_title .siz_s{
        margin: 0 0 2.5vw;
        font-size: 7.6vw;
    }

    .event_kv .page_title .jp{
        font-size: 2.5vw;
    }

    .event_kv .kv_message{
        margin: 0 0 0 auto;
        padding: 3.0vw 6.5vw;
        width: 64.0vw;
        border-radius: 20px;
    }

    .event_kv .kv_message p{
        font-size: 2.4vw;
        line-height: 4.3vw;
    }

    .event_kv .kv_message p + p{
        margin: 0 0 0 6.5vw;
    }

    .event_kv .kv_message img{
        width: 10.4vw;
        bottom: .5vw;
        right: -.3vw;
    }


    /* point
       ========================================================================== */
    .point{
        padding: 12.8vw 0 11.2vw;
        background-size: 80vw;
    }

    .point .com_title img{
        width: 6.5vw;
        bottom: -.1vw;
        left: 2.3vw;
    }

    .point .list{
        margin: 3.0vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .point .list > li{
        margin: 0 0 0;
        padding: 2.0vw 0;
        width: 30.1vw;
        height: 30.1vw;
    }

    .point .list > li:nth-child(2){
        margin: 10.0vw 0 0;
    }

    .point .list .point_number{
        width: 5.1vw;
    }

    .point .list .ttl{
        margin: 1.5vw 0 0;
        font-size: 1.6vw;
    }

    .point .list p{
        margin: 1.2vw auto 0;
        width: 66%;
        font-size: 1.4vw;
    }


    /* program
       ========================================================================== */
    .program{
        padding: 12.2vw 0 18.6vw;
        background-image: url("../img/event/program_bg.svg");
        background-repeat: no-repeat;
        background-position: center .5vw;
        background-size: 137.3vw;
    }

    .program .list{
        margin: 5.0vw auto 4.0vw;
    }

    .program .list > li{
        margin: 4.0vw auto 0;
    }

    .program .list > li:before,
    .program .list > li:nth-child(3):after{
        display: none;
    }

    .program .list .box{
        padding: 3.8vw;
    }

    .program .list .pc_flex{
        display: flex;
    }

    .program .list .thm{
        width: 40.1vw;
    }

    .program .list .thm img{
        aspect-ratio: auto;
    }

    .program .list .text_box{
        padding: 3.0vw 0 0 3.0vw;
        width: calc(100% - 40.1vw);
        box-sizing: border-box;
    }

    .program .list .ttl{
        font-size: 3.5vw;
        line-height: 130%;
    }

    .program .list .date{
        margin: 0 0 0;
        font-size: 2.0vw;
        position: absolute;
        top: 3.0vw;
        right: 3.8vw;
    }

    .program .list .txt{
        margin: 2.5vw 0 0;
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

    .program .list .tag{
        margin: 1.5vw 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: .5vw;
    }

    .program .list .tag li{
        padding: .5vw 2.0vw;
        font-size: 1.6vw;
    }

    /* view_btn */
    .view_btn{
        margin: 4.5vw 0 0;
    }

    .view_btn .btn_bg{
        padding: .2vw;
        border-radius: 10px;
        width: 38.0vw;
    }

    .view_btn .btn_bg > span{
        height: 8.3vw;
        font-size: 2.2vw;
        border-radius: 10px;
        transition: .3s;
    }

    .view_btn .btn_bg:hover span{
        background: #fff;
        color: #1b2ad1;
    }


    /* voices
       ========================================================================== */
    .voices{
        padding: 6.5vw 0 6.0vw;
    }

    .voices .title{
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
    }

    .voices .title .item{
        width: 34.8vw;
        position: relative;
    }

    .voices .title .item:before{
        width: 39.8vw;
        height: 39.8vw;
        top: 7.0vw;
        left: -10.0vw;
    }

    .voices .title .img{
        margin: 0 auto;
        width: 17.9vw;
    }

    .voices .title .txt{
        margin: 0 0 0;
        width: calc(100% - 34.8vw);
        text-align: left;
    }

    .voices .title .txt .siz_l{
        font-size: 4.0vw;
    }

    .voices .title .txt .siz_s{
        margin: 1.0vw 0 0;
        font-size: 1.6vw;
    }

    .voices .list{
        margin: 3.6vw auto 6.0vw;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .voices .list > li{
        margin: 0 0 0;
        width: 32%;
    }

    .voices .list .thm{
        margin: 0 auto;
        line-height: 0;
    }

    .voices .list .bg_box{
        margin: -1.1vw auto 0;
        padding: 2.8vw 2.5vw;
        width: 95%;
        border-radius: 1.5vw;
    }

    .voices .list .bg_box .catch{
        font-size: 1.5vw;
        line-height: 2.8vw;
    }

    .voices .list .bg_box .name{
        margin: .5vw 0 0;
        font-size: 1.5vw;
    }

    .voices .bottom_txt{
        margin: 2.4vw auto 0;
        width: 80%;
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

    .event_page .c-contact-block{
        margin-top: 0;
    }
    

    /* modal
       ========================================================================== */
    .modal_section{
        padding: 12.8vw 2.5vw 17.0vw;
    }

    .modal_section .inner{
        padding: 0;
    }

    .modal_section .close{
        width: 7.5vw;
        transition: .3s;
    }

    .modal_section .close:hover{
        opacity: .5;
    }

    .modal_section .top_close{
        top: -9vw;
    }

    .modal_section .bottom_close{
        bottom: -8.5vw;
    }

    .modal_section .entry_btn_box{
        border-radius: 0;
    }

    .modal_section li,
    .modal_section p{
        font-size: 1.8vw;
        line-height: 3.5vw
    }

    /* modal_kv */
    .modal_section .modal_kv{
        height: 64.5vw;
        background-image: url("../img/event/modal_kv01.webp");
    }

    .modal_section#modal2 .modal_kv{
        background-image: url("../img/event/modal_kv02.webp");
    }

    .modal_section .modal_kv .position_box{
        width: 84.9vw;
        height: 40.0vw;
    }

    .modal_section .modal_kv .position_box:before{
        background-image: url("../img/event/modal_kv_bg.svg");
    }

    .modal_section .modal_kv .text_box{
        position: relative;
    }

    .modal_section .modal_kv .item01{
        bottom: 0;
        left: 2.5vw;
        width: 14.5vw;
    }

    .modal_section .modal_kv .item02{
        top: -5.3vw;
        right: 0;
        width: 11.0vw;
    }

    .modal_section .modal_kv .item03{
        bottom: -3.0vw;
        left: -2.4vw;
        width: 13.9vw;
    }

    .modal_section .modal_kv .text_box .title{
        font-size: 4.6vw;
    }

    .modal_section .modal_kv .text_box .catch{
        margin: 1.5vw 0 0;
        font-size: 1.8vw;
    }

    /* modal_wrap */
    .modal_section .modal_wrap{
        padding: 4.5vw 3vw 0;
    }

    /* list_wrap */
    .modal_section .list_wrap{
        padding: 0 0 0;
    }

    .modal_section .list_wrap > li{
        display: flex;
    }

    .modal_section .list_wrap > li + li{
        margin: 6.5vw 0 0;
    }

    .modal_section .list_wrap .list_ttl{
        padding-right: 2.0vw;
        width: 24.0vw;
    }

    .modal_section .list_wrap .ttl{
        font-size: 2.2vw;
    }

    .modal_section .list_wrap > li:nth-child(1) .ttl{
        font-size: 2.4vw;
    }

    .modal_section .list_wrap .list_content{
        width: calc(100% - 24.0vw);
    }

    .modal_section .list_wrap .in_list > li + li{
        margin: 5.0vw 0 0;
    }

    .modal_section .list_wrap .in_list .box_ttl{
        padding: 2.8vw 1.0vw 2.8vw 4.0vw;
    }

    .modal_section .list_wrap .in_list .box_ttl .num{
        width: 6.5vw;
        font-size: 2.7vw;
    }

    .modal_section .list_wrap .in_list .box_ttl .txt{
        padding: .3vw 0 0;
        font-size: 2.2vw;
    }

    .modal_section .list_wrap .in_list p{
        padding: 2.0vw 0 0;
        font-size: 1.6vw;
    }

    .modal_section .list_wrap .recommend .list_ttl,
    .modal_section .list_wrap .recommend .dot_list{
        padding: 2.5vw 0;
    }

    .modal_section .list_wrap .recommend .dot_list li{
        padding-left: 1.5vw;
    }

    .modal_section .modal_voices{
        padding: 6.4vw 3.4vw 5.0vw;
        gap: 7.6vw 6%;
    }

    .modal_section .modal_voices > li{
        padding: 1px 2.5vw 2.0vw;
        width: calc((100% - 6%) / 2);
        min-height: 29.8vw;
        border-radius: 15px;
    }

    .modal_section .modal_voices .user{
        margin: -3.7vw auto 0;
        width: 10.0vw;
    }

    .modal_section .modal_voices p{
        margin: 2.5vw 0 0;
    }

    /* guidelines */
    .modal_section .guidelines{
        padding: 7.0vw 0 4.0vw;
    }

    .modal_section .guidelines .ttl{
        font-size: 3.4vw;
    }

    .modal_section .guidelines .list{
        margin: 5.0vw 0 0;
    }

    .modal_section .guidelines .list > li{
        padding: 3.5vw 0;
    }

    .modal_section .guidelines .list .list_ttl{
        padding-right: 2.0vw;
        width: 24.0vw;
        font-size: 2.2vw;
    }

    .modal_section .guidelines .list .list_right{
        width: calc(100% - 24.0vw);
    }

    .modal_section .num_list{
        margin-left: 2.0vw;
    }
    
    
}
@media screen and (min-width : 1150px){


    /* common
       ========================================================================== */
    .inner{
        padding: 0;
        max-width: 1100px;
    }


    /* com_title
       ========================================================================== */
    .com_title > span{
        width: 577px;
        height: 110px;
        font-size: 40px;
        border-radius: 15px;
    }

    .com_title > span .num{
        margin-right: 5px;
        padding: 0 0 3px 4px;
        width: 69px;
        height: 69px;
    }


    /* entry_btn_box
       ========================================================================== */
    .entry_btn_box{
        margin: 0 auto;
        padding: 70px 0;
        border-radius: 15px;
    }

    .entry_btn_box .sp_only{
        display: none;
    }

    .entry_btn_box .entry_btn{
        margin: 0 auto 0;
        width: 778px;
    }

    .entry_btn_box .entry_btn a{
        border-radius: 15px;
    }

    .entry_btn_box .entry_btn a:before{
        border-radius: 15px;
    }

    .entry_btn_box .entry_btn a > span{
        height: 140px;
    }

    .entry_btn_box .entry_btn a img,
    .entry_btn_box .entry_btn a .en{
        display: block;
    }

    .entry_btn_box .entry_btn a img{
        width: 74px;
        position: absolute;
        bottom: 13px;
        left: 65px;
    }

    .entry_btn_box .entry_btn a .en{
        font-size: 46px;
    }

    .entry_btn_box .entry_btn a .jp{
        margin: 0 25px 0 30px;
        font-size: 16px;
    }

    .entry_btn_box .entry_btn a svg{
        width: 22px;
    }


    /* anchor_nav
       ========================================================================== */
    .anchor_nav{
        bottom: auto;
        top: 124px;
    }

    .anchor_nav ul{
        padding: 0;
        justify-content: center;
        gap: 90px;
    }

    .anchor_nav a{
        font-size: 15px;
        height: 66px;
    }
   

    /* event_kv
       ========================================================================== */
    .event_kv{
        padding: calc(124px + 66px + 40px) 0 390px;
        background-image: url("../img/event/kv.webp");
        background-size: auto;
    }

    .event_kv .inner{
        padding: 0;
    }

    .event_kv .page_title .siz_l{
        font-size: 127px;
    }

    .event_kv .page_title .siz_s{
        margin: 0 0 25px;
        font-size: 76px;
    }

    .event_kv .page_title .jp{
        font-size: 25px;
    }

    .event_kv .kv_message{
        margin: 0 0 0 auto;
        padding: 30px 65px;
        width: 640px;
        border-radius: 20px;
    }

    .event_kv .kv_message p{
        font-size: 24px;
        line-height: 43px;
    }

    .event_kv .kv_message p + p{
        margin: 0 0 0 65px;
    }

    .event_kv .kv_message img{
        width: 104px;
        bottom: 5px;
        right: -3px;
    }


    /* point
       ========================================================================== */
    .point{
        padding: 128px 0 112px;
        background-size: auto;
    }

    .point .inner{
        max-width: 1200px;
    }

    .point .com_title img{
        width: 65px;
        bottom: -1px;
        left: 23px;
    }

    .point .list{
        margin: 30px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .point .list > li{
        margin: 0 0 0;
        padding: 20px 0;
        width: 381px;
        height: 381px;
    }

    .point .list > li:nth-child(2){
        margin: 100px 0 0;
    }

    .point .list .point_number{
        width: 81px;
    }

    .point .list .ttl{
        margin: 25px 0 0;
        font-size: 22px;
    }

    .point .list p{
        margin: 12px auto 0;
        width: 62%;
        font-size: 15px;
    }


    /* program
       ========================================================================== */
    .program{
        padding: 122px 0 186px;
        background-image: url("../img/event/program_bg.svg");
        background-repeat: no-repeat;
        background-position: center 5px;
        background-size: 1373px;
    }

    .program .list{
        margin: 50px auto 40px;
    }

    .program .list > li{
        margin: 40px auto 0;
    }

    .program .list > li:before,
    .program .list > li:nth-child(3):after{
        display: none;
    }

    .program .list .box{
        padding: 38px;
    }

    .program .list .pc_flex{
        display: flex;
    }

    .program .list .thm{
        width: 471px;
    }

    .program .list .text_box{
        padding: 60px 0 0 40px;
        width: calc(100% - 471px);
        box-sizing: border-box;
    }

    .program .list .ttl{
        font-size: 40px;
        line-height: 50px;
    }

    .program .list .date{
        margin: 0 0 0;
        font-size: 28px;
        position: absolute;
        top: 30px;
        right: 38px;
    }

    .program .list .txt{
        margin: 25px 0 0;
        font-size: 16px;
        line-height: 30px;
    }

    .program .list .tag{
        margin: 15px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .program .list > li:nth-child(3) .tag{
        margin: 50px 0 0;
    }

    .program .list .tag li{
        padding: 5px 20px;
        font-size: 16px;
    }

    /* view_btn */
    .view_btn{
        margin: 45px 0 0;
    }

    .view_btn .btn_bg{
        padding: 2px;
        border-radius: 10px;
        width: 380px;
    }

    .view_btn .btn_bg > span{
        height: 83px;
        font-size: 22px;
    }


    /* voices
       ========================================================================== */
    .voices{
        padding: 65px 0 60px;
    }

    .voices .title{
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
    }

    .voices .title .item{
        width: 348px;
        position: relative;
    }

    .voices .title .item:before{
        width: 398px;
        height: 398px;
        top: 70px;
        left: -100px;
    }

    .voices .title .img{
        margin: 0 auto;
        width: 179px;
    }

    .voices .title .txt{
        margin: 0 0 0;
        width: calc(100% - 348px);
        text-align: left;
    }

    .voices .title .txt .siz_l{
        font-size: 40px;
    }

    .voices .title .txt .siz_s{
        margin: 10px 0 0;
        font-size: 16px;
    }

    .voices .list{
        margin: 36px auto 60px;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .voices .list > li{
        margin: 0 0 0;
        width: 348px;
    }

    .voices .list .thm{
        margin: 0 auto;
        line-height: 0;
    }

    .voices .list .bg_box{
        margin: -11px auto 0;
        padding: 28px 25px;
        width: 95%;
        border-radius: 15px;
    }

    .voices .list .bg_box .catch{
        font-size: 18px;
        line-height: 32px;
    }

    .voices .list .bg_box .name{
        margin: 10px 0 0;
        font-size: 20px;
    }

    .voices .bottom_txt{
        margin: 24px auto 0;
        width: 80%;
        font-size: 16px;
        line-height: 30px;
    }

    .event_page .c-contact-block{
        margin-top: 0;
    }
    

    /* modal
       ========================================================================== */
    .modal_section{
        padding: 128px 75px 170px;
    }

    .modal_section .inner{
        padding: 0;
        max-width: 1200px;
    }

    .modal_section .close{
        width: 75px;
    }

    .modal_section .top_close{
        top: -75px;
        right: -75px;
    }

    .modal_section .bottom_close{
        display: none;
    }

    .modal_section .entry_btn_box{
        border-radius: 0;
    }

    .modal_section li,
    .modal_section p{
        font-size: 18px;
        line-height: 35px
    }

    /* modal_kv */
    .modal_section .modal_kv{
        height: 645px;
    }

    .modal_section .modal_kv .position_box{
        width: 849px;
        height: 400px;
    }

    .modal_section .modal_kv .text_box{
        position: relative;
    }

    .modal_section .modal_kv .item01{
        bottom: 0;
        left: 25px;
        width: 145px;
    }

    .modal_section .modal_kv .item02{
        top: -53px;
        right: 0;
        width: 110px;
    }

    .modal_section .modal_kv .item03{
        bottom: -30px;
        left: -24px;
        width: 139px;
    }

    .modal_section .modal_kv .text_box .title{
        font-size: 46px;
    }

    .modal_section .modal_kv .text_box .catch{
        margin: 15px 0 0;
        font-size: 18px;
    }

    /* modal_wrap */
    .modal_section .modal_wrap{
        padding: 45px min(4.7vw,100px) 0;
    }

    /* list_wrap */
    .modal_section .list_wrap{
        padding: 0 0 0;
    }

    .modal_section .list_wrap > li{
        display: flex;
    }

    .modal_section .list_wrap > li + li{
        margin: 65px 0 0;
    }

    .modal_section .list_wrap .list_ttl{
        padding-right: 20px;
        width: 240px;
    }

    .modal_section .list_wrap .ttl{
        font-size: 22px;
    }

    .modal_section .list_wrap > li:nth-child(1) .ttl{
        font-size: 24px;
    }

    .modal_section .list_wrap .list_content{
        width: calc(100% - 240px);
    }

    .modal_section .list_wrap .in_list > li + li{
        margin: 50px 0 0;
    }

    .modal_section .list_wrap .in_list .box_ttl{
        padding: 28px 10px 28px 40px;
    }

    .modal_section .list_wrap .in_list .box_ttl .num{
        width: 65px;
        font-size: 27px;
    }

    .modal_section .list_wrap .in_list .box_ttl .txt{
        padding: 3px 0 0;
        font-size: 22px;
    }

    .modal_section .list_wrap .in_list p{
        padding: 20px 0 0;
        font-size: 16px;
    }

    .modal_section .list_wrap .recommend .list_ttl,
    .modal_section .list_wrap .recommend .dot_list{
        padding: 25px 0;
    }

    .modal_section .list_wrap .recommend .dot_list li{
        padding-left: 15px;
    }

    .modal_section .modal_voices{
        padding: 64px min(3.7vw,74px) 50px;
        gap: 76px 6%;
    }

    .modal_section .modal_voices > li{
        padding: 1px 25px 20px;
        width: calc((100% - 6%) / 2);
        min-height: 298px;
        border-radius: 15px;
    }

    .modal_section .modal_voices .user{
        margin: -37px auto 0;
        width: 100px;
    }

    .modal_section .modal_voices p{
        margin: 25px 0 0;
    }

    /* guidelines */
    .modal_section .guidelines{
        padding: 70px 0 40px;
    }

    .modal_section .guidelines .ttl{
        font-size: 34px;
    }

    .modal_section .guidelines .list{
        margin: 50px 0 0;
    }

    .modal_section .guidelines .list > li{
        padding: 35px 0;
    }

    .modal_section .guidelines .list .list_ttl{
        padding-right: 20px;
        width: 240px;
        font-size: 22px;
    }

    .modal_section .guidelines .list .list_right{
        width: calc(100% - 240px);
    }

    .modal_section .num_list{
        margin-left: 20px;
    }

    
}
