/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img { border: 0; vertical-align: bottom;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Noto Sans JP",sans-serif;
    background-color: #E63607;
    background-image: url("images/fv_01.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    max-width: 100%;
    height: auto;
}
*{
    box-sizing: border-box;
}

/* レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-only{ display: none !important; /* PCのみ表示 */ }
}
@media screen and (min-width: 769px) {
    .sp-only{ display: none !important; /* SPのみ表示 */ }
}

/* 共通アニメーション */
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/* 共通タイトル */
.e1-ttl{
    color: #EBE0D3;
    text-align: center;
    font-size: 1.5625vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    height: 7.8125vw;
    line-height: 7.8125vw;
    padding-top: 1.97916vw;
    box-sizing: content-box;
    position: relative;
}
.e1-ttl::before,
.e1-ttl::after{
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.e1-ttl::before{
    left: 5.20833vw;
}
.e1-ttl::after{
    right: 5.20833vw;
    transform: scale(-1, 1);
}

@media screen and (max-width:768px){
    /* SP */
    .e1-ttl{
        font-size: 4.6153vw;
        padding-bottom: 8.2564vw;
        padding-top: 2.0512vw;
        height: 8.7179vw;
        line-height: 6.66666vw;

    }
}

/* loading
------------------------------------------------------------ */
.e1-loading{
    position: fixed;
    top: 0;
    left:0;
    width:100vw;
    height: 100vh;
    z-index: 99998;
    background-color: #E63607;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    overflow: hidden;
}
.e1-loading_finish{
    display: block;
    position: fixed;
    top: 100vh;
    left:0;
    width:100vw;
    height: 100vh;
    z-index: 99999;
    background-color: #E63607;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.e1-loading_finish.is-finished{
    top:0;
}
.e1-loading.is-end .e1-loading_finish.is-finished{
    top:-100vh;
}
.e1-loading.is-end{
    top:-100vh;
    height: 0;
}

.progressbar-text{
    font-family: "Medula One",sans-serif;
    font-weight: 400;
    color: #EBE0D3 !important;
    font-size: 3.64583vw !important;
    text-align: center;
    top:40vh !important;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.progressbar-text span{
    font-size: 2.08333vw;
}
.e1-loading_logo{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 13.5vw;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.e1-loading_logo img{
    width: 100%;
    height: auto;
    position: absolute;
    left:0;
    border: 0;
}
.e1-loading_logo svg{
    height: 13.5vw !important;
}

@media screen and (max-width:768px){
    /* SP */
    .progressbar-text{
        font-size: 17.9487vw !important;
    }
    .progressbar-text span{
        font-size: 10.2564vw;
    }
}

/* header
------------------------------------------------------------ */
.e1-header{
    position: fixed;
    z-index: 88888;
    top: -6.25vw;
    left:0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.e1-header.is-show{
    top:0;
}

/* logo */
.e1-header_logo{
    display: inline-block;
}
.e1-header_logo a{
    display: block;
    padding: 1.45833vw 2.0833vw;
    background-color: #fff;
    border-radius: 0 0 0.78125vw 0;
    position: relative;
}
.e1-header_logo a::before, .e1-header_logo a::after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    clip-path: path("M30,0 A30,30,0,0,1,0,30 L30,30");
    content: "";
    background-color: #fff;
    transform: rotate(180deg);
}
.e1-header_logo a::before {
    top: 0;
    right: -29px;
}
.e1-header_logo a::after {
    left: 0;
    bottom: -29px;
}
.e1-header_logo a img{
    width:auto;
    height: 1.04166vw;
}

/* timetable */
.e1-header_timetable{
    position: absolute;
    top: 0.78125vw;
    right: 0.78125vw;
    display: flex;
    background-color: #fff;
    border-radius: 0.2604vw;
    border: 1px solid #D6C4B2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.e1-header_timetable.is-closed{
    width: 11.09375vw;

}
.e1-header_timetable.is-opened{
    width: 68.90625vw;
}

.e1-header_timetable button{
    color: #261511;
    background-color: transparent;
    font-size: 0.8333vw;
    border: none;
    padding: 0.8333vw 3.9583vw 0.8333vw 1.14583vw;
    cursor: pointer;
    background-image: url("images/e1_icn_close.png");
    background-repeat: no-repeat;
    background-size: 1.5625vw auto;
    background-position: center right 1.25vw;
}
.e1-header_timetable button span{
    display: block;
    font-family: "Medula One",sans-serif;
    font-weight: 400;
    font-size: 2.34375vw;
}
.e1-header_timetable.is-closed button{
    background-image: url("images/e1_icn_open.png");
}

.e1-header_timetable_nav{
    padding: 1.015625vw 0;
}

.e1-header_timetable_nav ul{
    display: flex;
}
.e1-header_timetable_nav ul li{
    font-family: "Medula One",sans-serif;
    font-weight: 400;
    font-size: 1.09375vw;
    border-left: 1px solid #D6C4B2;
}
.e1-header_timetable_nav ul li a{
    text-decoration: none;
    color: #E63607;
    display: block;
    padding: 0 1.14583vw;
    white-space: nowrap;
    opacity: 0.2;
}
.e1-header_timetable_nav ul li.is-current a{
    opacity: 1;
}
.e1-header_timetable_nav ul li a span{
    display: block;
    font-size: 1.9270vw;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-header{
        top: -21.282vw;
    }

    /* logo */
    .e1-header_logo a{
        padding: 2.128vw 5.1282vw 5.1282vw 5.1282vw;
        border-radius: 0 0 2.5641vw 0;
    }
    .e1-header_logo a::before, .e1-header_logo a::after {
        width: 20px;
        height: 20px;
        clip-path: path("M20,0 A20,20,0,0,1,0,20 L20,20");
    }
    .e1-header_logo a::before {
        top: 0;
        right: -19px;
    }
    .e1-header_logo a::after {
        left: 0;
        bottom: -19px;
    }
    .e1-header_logo a img{
        width:auto;
        height: 3.0769vw;
    }

    /* timetable */
    .e1-header_timetable{
        top: 2.5641vw;
        right: 2.5641vw;
        border-radius: 1.282vw;
        display: block;
    }
    .e1-header_timetable.is-closed{
        width: 38.205vw;
        height: 18.717vw;

    }
    .e1-header_timetable.is-opened{
        width: 38.205vw;
        height: 102.307vw;
    }

    .e1-header_timetable button{
        font-size: 3.0769vw;
        padding: 2.5641vw 12.8205vw 3.0769vw 3.8461vw;
        background-size: 6.1538vw auto;
        background-position: center right 3.8461vw;
    }
    .e1-header_timetable button span{
        font-size: 8.7179vw;
    }

    .e1-header_timetable_nav{
        padding: 0 3.8461vw 3.8461vw;
    }

    .e1-header_timetable_nav ul{
        display: block;
        height: 82.8205vw;
        overflow-y: scroll;
    }
    .e1-header_timetable_nav ul li{
        font-size: 7.1794vw;
        border-left: none;
        border-top: 1px solid #D6C4B2;
    }
    .e1-header_timetable_nav ul li a{
        padding: 3.0769vw 3.7179vw;
    }
    .e1-header_timetable_nav ul li a span{
        display: block;
        font-size: 5.3846vw;
    }
}

/* mv
------------------------------------------------------------ */
.e1-mv{
    background-image: url("images/fv_02.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 2.81vw;
}
.e1-mv img{
    height: auto;
}

@media screen and (max-width:768px){
    /* SP */
    .e1-mv{
        background-image:none;
        padding-top: 7.1794vw;
        margin-bottom: 14vw;
    }
    .e1-mv img{
        width: 100%;
    }
}

/* intro
------------------------------------------------------------ */
.e1-intro{
    background-image: url("images/sec02_rope.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #EBE0D3;
    margin-bottom: 4.1666vw;
}

/* scroll01 */
.e1-intro_scroll01{
    text-align: center;
    margin-bottom: 5.2083vw;
}
.e1-intro_scroll01_inner{
    display: inline-block;
    width: 8.4375vw;
    height: 8.4375vw;
    position: relative;
}
.e1-intro_scroll01_inner::before,
.e1-intro_scroll01_inner::after{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 14.374vw;
    height: 4.5833vw;
    position: absolute;
    top:1.875vw;
}
.e1-intro_scroll01_inner::before{
    background-image: url("images/sec02_cloud1.png");
    left:-16.40625vw;
}
.e1-intro_scroll01_inner::after{
    background-image: url("images/sec02_cloud2.png");
    right:-16.40625vw;
}
.e1-intro_scroll01 a{
    display: block;
}
.e1-intro_scroll01 a img{
    width: 6.0937vw;
    height: auto;
}
.e1-intro_scroll01_inner_bg{
    width:100%;
    height: auto;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    animation: rotate 25s infinite linear;
}

/* ttl */
.e1-intro_ttl{
    text-align: center;
    font-size: 2.3958vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 3.125vw;
}
.e1-intro_ttl img{
    width:20.833vw;
    height: auto;
    margin:0 auto 3.125vw;
    display: block;
}

/* sub */
.e1-intro_sub{
    font-size: 1.3541vw;
    margin-bottom: 3.125vw;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
}

/* txt */
.e1-intro p{
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 0.9375vw;
    line-height: 1.8;
}

@media screen and (max-width:768px){
    /* SP */
    .e1-intro{
        background-image: url("images/sec02_rope_sp.png");
        padding: 0 5.1282vw;
    }

    /* scroll01 */
    .e1-intro_scroll01{
        margin-bottom: 12.66666vw;
    }
    .e1-intro_scroll01_inner{
        width: 23.0769vw;
        height: 23.0769vw;
				top: -23px;
    }
    .e1-intro_scroll01_inner::before,
    .e1-intro_scroll01_inner::after{
        width: 27.1794vw;
        height: 8.7179vw;
        top:0;
    }
    .e1-intro_scroll01_inner::before{
        left:-30vw;
    }
    .e1-intro_scroll01_inner::after{
        right:-30vw;
    }
    .e1-intro_scroll01 a img{
        width: 16.666vw;
    }

    /* ttl */
    .e1-intro_ttl{
        font-size: 6.1538vw;
        margin-bottom: 10.2564vw;
    }
    .e1-intro_ttl img{
        width:72.0512vw;
        margin:0 auto 10.2564vw;
    }

    /* sub */
    .e1-intro_sub{
        font-size: 4.1025vw;
        margin-bottom: 10.2564vw;
    }

    /* txt */
    .e1-intro p{
        font-size: 3.5897vw;
        height: 9em;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        padding-bottom: 7.6923vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .e1-intro p.is-open{
        height: auto;
    }

    /* 全文表示 */
    .e1-intro_open{
        border: none;
        display: block;
        background-color: transparent;
        width: 100%;
        text-align: center;
        color: #EBE0D3;
        font-size: 4.1025vw;
        letter-spacing: 0.05em;
        padding: 7.8205vw 0;
    }
    .e1-intro_open img{
        width: 6.1538vw;
        height: auto;
        margin-left: 2.5641vw;
        vertical-align: middle;
    }
    .e1-intro_open span{
        display: none;
    }
    .e1-intro_open.is-open span{
        display: inline-block;
    }

}

/* speaker
------------------------------------------------------------ */
.e1-speaker{
    position: relative;
    margin-bottom: 1.45833vw;
}

.e1-speaker .e1-ttl::before,
.e1-speaker .e1-ttl::after{
    background-image: url("images/e1_speaker_ttl01.png");
    width:18.385vw;
    height:7.8645vw;
}

/* scroll01 */
.e1-speaker_scroll01{
    text-align: center;
    margin-bottom: 5.2083vw;
    position: relative;
}
.e1-speaker_scroll01::before,
.e1-speaker_scroll01::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 4.1666vw;
    background-color: #00B799;
    height: 1px;
    width:34.7395vw;
}
.e1-speaker_scroll01::before{
    left:0;
}
.e1-speaker_scroll01::after{
    right: 0;
}

.e1-speaker_scroll01_inner{
    display: inline-block;
    width: 8.4375vw;
    height: 8.4375vw;
    position: relative;
}
.e1-speaker_scroll01_inner::before,
.e1-speaker_scroll01_inner::after{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 8.8541vw;
    height: 5.8333vw;
    position: absolute;
    top:1.302vw;
}
.e1-speaker_scroll01_inner::before{
    background-image: url("images/sec02_object1.png");
    left:-10.520vw;
}
.e1-speaker_scroll01_inner::after{
    background-image: url("images/sec02_object2.png");
    right:-10.520vw;
}
.e1-speaker_scroll01 a{
    display: block;
}
.e1-speaker_scroll01 a img{
    width: 6.0937vw;
    height: auto;
}
.e1-speaker_scroll01_inner_bg{
    width:100%;
    height: auto;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    animation: rotate 25s infinite linear;
}

.e1-speaker_bg{
    position: absolute;
    width:29.2708vw;
    height: 29.2708vw;
    top: 2.65625vw;
    left: 35.3646vw;
    z-index: -1;
    animation: rotate 50s infinite linear;
}
.e1-speaker_bg img{
    width: 100%;
    height: auto;
}

/* スライダー */
.e1-speaker_main{
    border-top: 1px solid #EBE0D3;
    background-color: #E63607;
    padding-top: 3.723vw;
}
.e1-speaker_main_slider{
    padding: 0 5.20833vw;
    overflow-x:hidden;
    position: relative;
}
.e1-speaker_main_slider ul{
    align-items: stretch;
    margin-bottom: 1.5625vw;
}
.e1-speaker_main_slider ul li{
    align-self: stretch;
}
.e1-speaker_main_slider .swiper-scrollbar{
    top:0 !important;
    left:0 !important;
    width:100% !important;
    position: relative !important;
    height: 0.3125vw !important;
    border-radius: 0.15625vw !important;
    background-color: #E63607 !important;
    border: 1px solid #EBE0D3;
}
.e1-speaker_main_slider .swiper-pagination-progressbar-fill{
    background-color: #EBE0D3 !important;
}

/* スライド */
.e1-speaker_main_slider_ttl{
    margin-bottom: 0.5208vw;
    font-family: "Medula One", serif;
    font-weight: 400;
    font-style: normal;
    color: #EBE0D3;
    font-size: 1.4583vw;
}
.e1-speaker_main_slider_ttl span{
    display: inline-block;
    margin-right: 0.677vw;
    border: 1px solid #EBE0D3;
    border-radius: 0.15625vw;
    padding: 0.2604vw 0.5208vw;
}

.e1-speaker_main_slider_box{
    background-color: #EBE0D3;
    padding: 1.0416vw 1.0416vw 1.5625vw;
    border-radius: 0.2604vw;
}

.e1-speaker_main_slider_box img{
    margin-bottom:1.0416vw;
}
.e1-speaker_main_slider_box h4{
    text-align: center;
    font-size:1.1458vw;
}
.e1-speaker_main_slider_box h4 span{
    display: block;
    font-size: 0.8333vw;
    margin-bottom: 0.5208vw;
}


@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-speaker{
        margin-bottom: 7.1794vw;
    }

    .e1-speaker_scroll01::before,
    .e1-speaker_scroll01::after{
        top: 11.4102vw;
        width:14.0564vw;
    }

    .e1-speaker .e1-ttl::before,
    .e1-speaker .e1-ttl::after{
        width:20.512vw;
        height:8.7179vw;
    }

    /* scroll01 */
    .e1-speaker_scroll01{
        margin-bottom: 25.556vw;
    }
    .e1-speaker_scroll01_inner{
        width: 23.0769vw;
        height: 23.0769vw;
    }
    .e1-speaker_scroll01_inner::before,
    .e1-speaker_scroll01_inner::after{
        width: 20.512vw;
        height: 13.589vw;
        top:4.7435vw;
    }
    .e1-speaker_scroll01_inner::before{
        left:-23vw;
    }
    .e1-speaker_scroll01_inner::after{
        right:-23vw;
    }
    .e1-speaker_scroll01 a img{
        width: 16.666vw;
    }
    .e1-speaker_bg{
        width:45.384vw;
        height: 45.384vw;
        top: 29.7435vw;
        left: 27.1794vw;
    }

    /* スライダー */
    .e1-speaker_main{
        padding-top: 12.8205vw;
    }
    .e1-speaker_main_slider{
        padding: 0 5.1282vw;
    }
    .e1-speaker_main_slider ul{
        margin-bottom: 7.6923vw;
    }
    .e1-speaker_main_slider .swiper-scrollbar{
        height: 1.282vw !important;
        border-radius: 1.282vw !important;
    }

    /* スライド */
    .e1-speaker_main_slider_ttl{
        margin-bottom: 2.564vw;
        font-size: 5.641vw;
    }
    .e1-speaker_main_slider_ttl span{
        margin-right: 3.3333vw;
        border-radius: 0.5128vw;
        padding: 1.282vw 2.0512vw;
    }

    .e1-speaker_main_slider_box{
        padding: 3.84615vw 3.84615vw 5.1282vw;
        border-radius: 1.282vw;
    }

    .e1-speaker_main_slider_box img{
        margin-bottom:5.1282vw;
    }
    .e1-speaker_main_slider_box h4{
        font-size:4.1025vw;
    }
    .e1-speaker_main_slider_box h4 span{
        font-size: 2.8205vw;
        margin-bottom: 2.3076vw;
    }
}

/* timetable
------------------------------------------------------------ */
.e1-timetable{
    position: relative;
    margin-bottom: 1.45833vw;
    padding-top: 8.90625vw;
}

.e1-timetable .e1-ttl::before,
.e1-timetable .e1-ttl::after{
    background-image: url("images/e1_timetable_ttl01.png");
    width:19.53125vw;
    height:7.8645vw;
}

.e1-timetable_bg{
    position: absolute;
    width:29.2708vw;
    height: 29.2708vw;
    top: 2.65625vw;
    left: 35.3646vw;
    z-index: -1;
    animation: rotate 50s infinite linear;
}
.e1-timetable_bg img{
    width: 100%;
    height: auto;
}

.e1-timetable_main{
    width: 100%;
    background-color: #EBE0D3;
    border-radius: 2.6041vw;
    padding: 5.2083vw 0;
}

.e1-timetable_main_box{
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom,right bottom;
    background-size: auto 26.5625vw,auto 26.5625vw;

}

.e1-timetable_main_box_ttl{
    text-align: center;
    color: #E63607;
    font-family: "Medula One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    margin: 0 5.2083vw 3.125vw;
    background-repeat: no-repeat, no-repeat;
    background-position: left top,right top;
    background-size: auto 100%,auto 100%;
    height: 8.5416vw;
    line-height: 8.5416vw;
}
.e1-timetable_main_box_ttl span{
    display: inline-block;
    font-size: 3.125vw;
    margin-left: 1.5625vw;
}

.e1-timetable_main .e1-timetable_main_box:nth-child(1){
    background-image:url("images/01_left_low.png"),url("images/01_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(1) .e1-timetable_main_box_ttl{
    background-image:url("images/01_left_up.png"),url("images/01_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(2){
    background-image:url("images/02_left_low.png"),url("images/02_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(2) .e1-timetable_main_box_ttl{
    background-image:url("images/02_left_up.png"),url("images/02_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(3){
    background-image:url("images/03_left_low.png"),url("images/03_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(3) .e1-timetable_main_box_ttl{
    background-image:url("images/03_left_up.png"),url("images/03_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(4){
    background-image:url("images/04_left_low.png"),url("images/04_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(4) .e1-timetable_main_box_ttl{
    background-image:url("images/04_left_up.png"),url("images/04_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(5){
    background-image:url("images/05_left_low.png"),url("images/05_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(5) .e1-timetable_main_box_ttl{
    background-image:url("images/05_left_up.png"),url("images/05_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(6){
    background-image:url("images/06_left_low.png"),url("images/06_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(6) .e1-timetable_main_box_ttl{
    background-image:url("images/06_left_up.png"),url("images/06_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(7){
    background-image:url("images/07_left_low.png"),url("images/07_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(7) .e1-timetable_main_box_ttl{
    background-image:url("images/07_left_up.png"),url("images/07_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(8){
    background-image:url("images/08_left_low.png"),url("images/08_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(8) .e1-timetable_main_box_ttl{
    background-image:url("images/08_left_up.png"),url("images/08_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(9){
    background-image:url("images/09_left_low.png"),url("images/09_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(9) .e1-timetable_main_box_ttl{
    background-image:url("images/09_left_up.png"),url("images/09_right_up.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(10){
    background-image:url("images/10_left_low.png"),url("images/10_right_low.png");
}
.e1-timetable_main .e1-timetable_main_box:nth-child(10) .e1-timetable_main_box_ttl{
    background-image:url("images/10_left_up.png"),url("images/10_right_up.png");
}

.e1-timetable_main_box_flex{
    width:69.375vw;
    margin: 0 auto 3.125vw;
    display: flex;
    justify-content: flex-start;
}

.e1-timetable_main_box_flex_img{
    width:28.3333vw;
    margin-right: 3.125vw;
}
.e1-timetable_main_box_flex_txt{
    width: calc( 100% - 28.3333vw );
}
.e1-timetable_main_box_flex_txt table{
    width: 100%;
}
.e1-timetable_main_box_flex_txt table th{
    color: #E63607;
    font-family: "Medula One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6041vw;
    vertical-align: middle;
    padding:  1.5625vw 0.729vw;
    border-bottom: 1px solid #E63607;
}
.e1-timetable_main_box_flex_txt table tr:first-child th{
    border-top: 1px solid #E63607;
}
.e1-timetable_main_box_flex_txt table td{
    vertical-align: middle;
    padding:  1.40625vw 0.729vw;
    border-bottom: 1px dotted #E63607;
    font-size: 1.0416vw;
		font-weight: 500;
}
.e1-timetable_main_box_flex_txt table tr:first-child td{
    border-top: 1px dotted #E63607;
}

/* タブ切り替え */
.tab{
    margin-bottom: 1.5625vw;
}
.tab-btn{
    margin-bottom: 1.5625vw;
}
.tab-btn ul{

}
.tab-btn ul li{
    display: inline-block;
    margin-right: 0.2604vw;
}
.tab-btn ul li button{
    color: #E63607;
    background-color: #EBE0D3;
    border: 1px solid #E63607;
    height: 2.08333vw;
    line-height: 2.08333vw;
    border-radius: 2.08333vw;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0 3.5416vw 0 1.5625vw;
    background-image: url("images/e1_timetable_open.png");
    background-repeat: no-repeat;
    background-size: 0.9375vw auto;
    background-position: center right 1.5625vw;
}
.tab-btn ul li.is-current button{
    background-color: #E63607;
    color: #EBE0D3;
    font-weight: 700;
    background-image: url("images/e1_timetable_close.png");
}

.tab .tab-main .tab-main-box:last-child{
    display: none;
}
.tab-main-box_inner{
    display: table;
    width: 100%;
    min-height: 17.1875vw;
    padding: 3.3854vw 0;
    font-size: 0.9375vw;
    border-top: 1px solid #E63607;
    border-bottom: 1px solid #E63607;
    line-height: 1.35vw;
    letter-spacing: 0.05em;
}

.e1-timetable_main_box_flex_txt_prof{
    display: flex;
    align-items: center;
}
.e1-timetable_main_box_flex_txt_prof img{
    width:auto;
    height: 4.1666vw;
}
.e1-timetable_main_box_flex_txt_prof p{
    padding-left: 2.08333vw;
    font-weight: 500;
    font-size: 0.9895vw;
}
.e1-timetable_main_box_flex_txt_prof p span{
    display: block;
    font-size: 0.83333vw;
    font-weight: 400;
    margin-bottom: 0.2604vw;
}


@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-timetable{
        margin-bottom: 1.45833vw;
        padding-top: 18.7589vw;
    }

    .e1-timetable .e1-ttl::before,
    .e1-timetable .e1-ttl::after{
        background-image: url("images/e1_timetable_ttl01.png");
        width:21.794vw;
        height:8.7179vw;
    }

    .e1-timetable_bg{
        width:45.384vw;
        height: 45.384vw;
        top: 2.65625vw;
        left: 27.1794vw;
    }

    .e1-timetable_main{
        border-radius: 5.1282vw;
        padding: 10.256vw 0 0;
    }

    .e1-timetable_main_box{
        background-repeat: no-repeat, no-repeat;
        background-position: left top 23.076vw,right top 23.076vw;
        background-size: auto 69.2307vw,auto 69.2307vw;

    }

    .e1-timetable_main_box_ttl{
        font-size: 11.7948vw;
        margin: 0 auto;
        background-position: left 5.1282vw top,right 5.1282vw top;
        background-size: auto 23.0769vw,auto 23.0769vw;
        height: 23.0769vw;
        line-height: normal;
    }
    .e1-timetable_main_box_ttl span{
        display: block;
        font-size: 9.2307vw;
        margin-left:0;
    }

    .e1-timetable_main .e1-timetable_main_box:nth-child(1){
        background-image:url("images/01_left_low_sp.png"),url("images/01_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(1) .e1-timetable_main_box_ttl{
        background-image:url("images/01_left_up_sp.png"),url("images/01_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(2){
        background-image:url("images/02_left_low_sp.png"),url("images/02_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(2) .e1-timetable_main_box_ttl{
        background-image:url("images/02_left_up_sp.png"),url("images/02_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(3){
        background-image:url("images/03_left_low_sp.png"),url("images/03_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(3) .e1-timetable_main_box_ttl{
        background-image:url("images/03_left_up_sp.png"),url("images/03_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(4){
        background-image:url("images/04_left_low_sp.png"),url("images/04_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(4) .e1-timetable_main_box_ttl{
        background-image:url("images/04_left_up_sp.png"),url("images/04_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(5){
        background-image:url("images/05_left_low_sp.png"),url("images/05_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(5) .e1-timetable_main_box_ttl{
        background-image:url("images/05_left_up_sp.png"),url("images/05_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(6){
        background-image:url("images/06_left_low_sp.png"),url("images/06_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(6) .e1-timetable_main_box_ttl{
        background-image:url("images/06_left_up_sp.png"),url("images/06_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(7){
        background-image:url("images/07_left_low_sp.png"),url("images/07_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(7) .e1-timetable_main_box_ttl{
        background-image:url("images/07_left_up_sp.png"),url("images/07_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(8){
        background-image:url("images/08_left_low_sp.png"),url("images/08_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(8) .e1-timetable_main_box_ttl{
        background-image:url("images/08_left_up_sp.png"),url("images/08_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(9){
        background-image:url("images/09_left_low_sp.png"),url("images/09_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(9) .e1-timetable_main_box_ttl{
        background-image:url("images/09_left_up_sp.png"),url("images/09_right_up_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(10){
        background-image:url("images/10_left_low_sp.png"),url("images/10_right_low_sp.png");
    }
    .e1-timetable_main .e1-timetable_main_box:nth-child(10) .e1-timetable_main_box_ttl{
        background-image:url("images/10_left_up_sp.png"),url("images/10_right_up_sp.png");
    }

    .e1-timetable_main_box_flex{
        width:100%;
        margin: 0 auto;
        display: block;
    }

    .e1-timetable_main_box_flex_img{
        width:61.5384vw;
        margin: 0 auto;
        text-align: center;
        padding: 5.89743vw 0;
        position: relative;
    }
    .e1-timetable_main_box_flex_txt::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -2.5641vw;
        width: 100%;
        height: 6.4102vw;
        background-image: url("images/e1-timetable_line.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .e1-timetable_main_box_flex_txt{
        width: 100%;
        position: relative;
        padding: 7.6923vw 5.1282vw 15.3846vw;
    }

    .e1-timetable_main_box_flex_txt table th{
        font-size: 9.2307vw;
        padding:  8.7179vw 3.84615vw;
    }
    .e1-timetable_main_box_flex_txt table td{
        padding:  5.1282vw 3.84615vw;
        font-size: 3.5vw;
    }

    /* タブ切り替え */

    .tab-btn{
        margin-bottom: 7.6923vw;
    }
    .tab-btn ul li{
        margin-right: 2.3076vw;
    }
    .tab-btn ul li button{
        height: 8.2051vw;
        line-height: 8.2051vw;
        border-radius: 8.2051vw;
        padding: 0 12.564vw 0 5.1282vw;
        background-size: 3.5897vw auto;
        background-position: center right 5.1282vw;
    }
    .tab-main-box_inner{
        min-height:inherit;
        padding: 7.6923vw 0;
        font-size: 3.0769vw;
        line-height: 1.4em;
    }

    .e1-timetable_main_box_flex_txt_prof{
        margin-bottom: 7.6923vw;
    }
    .e1-timetable_main_box_flex_txt_prof img{
        width:33.333vw;
        height: auto;
    }
    .e1-timetable_main_box_flex_txt_prof p{
        padding-left: 5.1282vw;
        font-size: 3.5897vw;
    }
    .e1-timetable_main_box_flex_txt_prof p span{
        font-size: 2.5641vw;
        margin-bottom: 1.2820vw;
    }
}

/* sponser
------------------------------------------------------------ */
.e1-sponser{
    position: relative;
    padding-top: 8.90625vw;
}

.e1-sponser .e1-ttl::before,
.e1-sponser .e1-ttl::after{
    background-image: url("images/e1_sponser_ttl01.png");
    width:24.375vw;
    height:7.8645vw;
}

.e1-sponser_bg{
    position: absolute;
    width:29.6875vw;
    height: 29.6875vw;
    top: 2.65625vw;
    left: 35.3646vw;
    z-index: -1;
    animation: rotate 50s infinite linear;
}
.e1-sponser_bg img{
    width: 100%;
    height: auto;
}

.e1-sponser_box{
    text-align: center;
    margin-top: 3.125vw;
    margin-bottom: 1.0416vw;
}

.e1-sponser_box h3{
    color: #EBE0D3;
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.e1-sponser_box ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.e1-sponser_box ul li{
    margin-right: 1.0416vw;
}
.e1-sponser_box ul li:last-child{
    margin-right: 0;
}
.e1-sponser_box ul li img{
    width: auto;
    height: 5.7291vw;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-sponser{
        padding-top: 19.2307vw;
    }

    .e1-sponser .e1-ttl::before,
    .e1-sponser .e1-ttl::after{
        background-image: url("images/e1_sponser_ttl01.png");
        width:27.4358vw;
        height:8.7179vw;
        top:4vw;
    }

    .e1-sponser_bg{
        width:45.6410vw;
        height: 45.6410vw;
        top: 2.65625vw;
        left: 27.1794vw;
    }

    .e1-sponser_box{
        text-align: center;
        margin-top: 7.6923vw;
        margin-bottom: 0;
    }

    .e1-sponser_box h3{
        color: #EBE0D3;
        font-size: 4.1025vw;
        margin-bottom: 7.6923vw;
    }

    .e1-sponser_box ul{
        display: block;
    }
    .e1-sponser_box ul li{
        margin-right: 0;
        margin-bottom: 2.5641vw;
    }
    .e1-sponser_box ul li img{
        width: auto;
        height: 23.0769vw;
    }
}

/* overview
------------------------------------------------------------ */
.e1-overview{
    position: relative;
    margin-bottom: 5.2083vw;
    padding-top: 8.9322vw;
}
.e1-overview .e1-ttl::before,
.e1-overview .e1-ttl::after{
    background-image: url("images/e1_overview_ttl01.png");
    width:18.6458vw;
    height:7.8645vw;
}

.e1-overview_bg{
    position: absolute;
    width:29.6875vw;
    height: 29.6875vw;
    top: 2.65625vw;
    left: 35.3646vw;
    z-index: -1;
    animation: rotate 50s infinite linear;
}
.e1-overview_bg img{
    width: 100%;
    height: auto;
}

.e1-overview_box{
    width:43.229vw;
    margin: 0 auto;
    border-top: 1px solid #EBE0D3;
    border-bottom: 1px solid #EBE0D3;
    background-color: #E63607;
    padding: 2.60416vw 0;
    font-size: 0.9375vw;
    letter-spacing: 0.05em;
    line-height: 2em;
    color: #EBE0D3;
}
.e1-overview_box ul{
    list-style-type:disc;
    padding-left: 1.3em;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-overview{
        padding-top: 19.2307vw;
        margin-bottom: 23.0769vw;
    }
    .e1-overview .e1-ttl::before,
    .e1-overview .e1-ttl::after{
        width:21.0256vw;
        height:8.7179vw;
    }

    .e1-overview_bg{
        width:45.6410vw;
        height: 45.6410vw;
        top: 2.65625vw;
        left: 27.1794vw;
    }

    .e1-overview_box{
        width:90%;
        padding: 12.8205vw 0;
        font-size: 3.5897vw;
    }
    .e1-overview_box ul{
        list-style-type:disc;
        padding-left: 1.3em;
    }
}

/* entry
------------------------------------------------------------ */
.e1-entry{
    padding: 5.20833vw 0;
    border-radius: 2.6041vw;
    background-color: #EBE0D3;
    margin-bottom: 3.125vw;
}
.e1-entry h2{
    text-align: center;
    margin-bottom: 2.6041vw;
    font-size: 1.5625vw;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.e1-entry iframe{
    display: block;
    width:43.2291vw;
    margin: 0 auto;
    height: 65.375vw;
    background-color: #fff;
    padding: 50px;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-entry{
        padding: 25.6410vw 5.1282vw;
        border-radius: 5.1282vw;
        margin-bottom: 12.8205vw;
    }
    .e1-entry h2{
        font-size: 4.6153vw;
    }
    .e1-entry iframe{
        width:100%;
        height: 295vw;
        padding: 10vw;
    }
}

/* footer
------------------------------------------------------------ */
.e1-footer{
    padding-bottom: 6.6145vw;
}
.e1-footer_box{
    display: block;
    width: 66.09375vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.5208vw;
    padding: 4.1666vw 0;
}
.e1-footer_box h2{
    text-align: center;
	margin-bottom: 2.08333vw;
    font-size: 1.5625vw;
    font-weight: 700;
    letter-spacing: 0.1em;
		color: #fff;
}
.e1-footer_box a{
    display: inline-block;
    margin-right: 1.8229vw;
}
.e1-footer_box a img{
    width: 5.7291vw;
    height: auto;
}
.e1-footer_box a:last-child{
	margin-right: 0;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-footer{
        padding-bottom: 46.6145vw;
    }
    .e1-footer_box{
        width: 100%;
        border-radius: 0.90769vw;
        padding: 9.23076vw 0;
    }
    .e1-footer_box h2{
        margin-bottom: 3.8461vw;
        font-size: 4.6153vw;
    }
    .e1-footer_box a{
        margin-right: 6.4102vw;
    }
    .e1-footer_box a img{
        width: 16.923vw;
    }
}

/* cta
------------------------------------------------------------ */
.e1-cta{
    display: inline-block;
    position: fixed;
    right:0;
    bottom:0;
    z-index: 100;
}
.e1-cta a{
    background: linear-gradient(148deg, #261511 62.48%, #E63607 134.76%);
    text-decoration: none;
    color: #EBE0D3;
    font-size: 1.4583vw;
    padding: 1.5625vw 2.0833vw;
    display: block;
    border-radius: 0.78125vw 0 0 0;
    text-align: center;
    position: relative;
    z-index: 88888;
    letter-spacing: 0.05em;
}

.e1-cta a::before,
.e1-cta a::after{
    position: absolute;
    display: block;
    width:40px;
    height:40px;
    clip-path: path("M40,0 A40,40,0,0,1,0,40 L40,40");
    content: "";
    background-color: #261511;
}
.e1-cta a::before{
    right: 0;
    top: -39px;
}
.e1-cta a::after{
    bottom: 0;
    left: -39px;
}

.e1-cta a span{
    display: block;
    color: #261511;
    background-color: #EBE0D3;
    font-size: 0.8333vw;
    border-radius: 0.15625vw;
    letter-spacing: 0.05em;
    padding: 0.5208vw 0.8593vw;
    margin-top: 1.0416vw;
}
.e1-cta a img{
	width: 2.0833vw;
    height: auto;
}

@media screen and (min-width:769px){


}
@media screen and (max-width:768px){
    /* SP */
    .e1-cta a{
        font-size: 4.10256vw;
        padding: 4.10256vw 5.1282vw;
        border-radius: 2.5641vw 0 0 0;
    }

    .e1-cta a::before,
    .e1-cta a::after{
        width:30px;
        height:30px;
        clip-path: path("M30,0 A30,30,0,0,1,0,30 L30,30");
    }
    .e1-cta a::before{
        right: 0;
        top: -29px;
    }
    .e1-cta a::after{
        bottom: 0;
        left: -29px;
    }

    .e1-cta a span{
        font-size: 2.5641vw;
        border-radius: 0.7692vw;
        padding: 2.5641vw 1.92307vw;
        margin-top: 3.0769vw;
    }
    .e1-cta a img{
        width: 6.4102vw;
    }
}

.swiper-wrapper{
    height: auto !important;
    z-index: auto !important;
}
.swiper-scrollbar{
    z-index: auto !important;
}



.entry {
  border-radius: 10px;
  padding: 30px;
}



/*form*/
.entry .hs-form {
  max-width: 800px;
  margin: 0 auto;
}
.entry .hs-form ul {
  list-style: none;
}
.entry .hs-form-field label {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  color: #1b1b1b;
}
.entry .hs-form fieldset .hs-error-msg {
  color: red;
}
.entry .hs-form fieldset {
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.entry .hs-form fieldset input {
  width: 100%;
  padding: 5px 15px;
  outline: none;
  word-break: keep-all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #cccccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.entry .hs-form fieldset input[type=checkbox] {
  width: auto;
  padding: 5px;
  border-radius: 0;
  position: relative;
}
.entry .hs-form fieldset input[type=checkbox]:checked:before {
  position: absolute;
  top: -1px;
  left: 3px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.entry .hs-form fieldset select {
  width: 100%;
  height: 100%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 35px 10px 19px;
  background: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  position: relative;
  background: #fff;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-width: 0.26667vw;
  border-color: #cccccc;
  -moz-border-radius: 1.33333vw;
  border-radius: 1.33333vw;
}
.entry .hs-form .hs-form-checkbox-display {
  display: flex;
  align-items: center;
}
.entry .hs-form .hs-richtext {
  background-color: #f2f2f2;
  color: #1b1b1b;
  padding: 20px;
  height: 150px;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.6;
}
.entry .hs-form .hs-richtext a {
  color: blue;
}
.entry .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: flex;
  align-items: center;
}
.entry .hs-form input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  background-color: #90d600;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  max-width: 600px;
  width: 100%;
  height: 45px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px auto 0;
  border: 2px solid #90d600;
}
@media only screen and (max-width: 991px) {
  .entry {
    border-radius: 5px;
    padding: 20px 20px 30px;
    margin-bottom: 130px;
  }
  .entry .hs-form fieldset input {
    width: 100%!important;
  }
  .entry .hs-form .hs_lastname {
    margin-bottom: 15px;
  }
  .entry .hs-form-field label {
    text-align: left;
    font-size: 14px;
  }
  .entry .hs-form fieldset input[type=checkbox] {
    width: auto!important;
  }
}