@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_pc.css
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: #000;
}
#home::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(60vw + 300px);
    background: linear-gradient(0deg, rgba(251, 240, 229, 0) 0%, rgba(251, 240, 229, 0.9) 50%, rgba(251, 240, 229, .9) 100%);
    position: absolute;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 75px 0;
}
.webp #mv {
    background: url(../images/teaser/bg_top.webp) no-repeat;
    background-size: 118% auto;
    background-position: center bottom -40px;
}
.no-webp #mv {
    background: url(../images/teaser/bg_top.png) no-repeat;
    background-size: 118% auto;
    background-position: center bottom -40px;
}
#mv h1 {
    background-image: url(../images/teaser/main_title.png);
    width: 495px;
    height: 553px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: calc(50% + 10px);
    transform: translateX(-50%);
}
.mv-banner {
    text-align: center;
    margin: -100px auto 30px;
    position: relative;
    z-index: 1;
}
.mv-banner img {
    max-width: 560px;
    width: 100%;
    filter: drop-shadow(0 20px 40px rgba(206,126,90,0.8));
}
.t_box{
    width: calc(520px/2);
    height: calc(824px/2);
    background-image: url(../images/teaser/parts_frame_teaser.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -345px;
    right: 60px;
    pointer-events: none;
    animation-name: bounce;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.t_box p{
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    color: #010159;
    text-align: center;
    position: relative;
    top: 65px;
    left: 9px;
    pointer-events: none;
}

.t_box p .num{
    margin-left: 2px;
    font-size: 36px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* --------------------------------------------------
*
    #index_list
*
-------------------------------------------------- */
.bg_head {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.bg_head img {
    max-width: 860px;
    width: 76vw;
}
#index_list{
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

#index_list_inner{
    border-radius: 40px;
    border: 2px solid #fff;
    filter: drop-shadow(5px 5px 10px rgba(51,51,51,0.6));
    /* filter: drop-shadow(0 20px 50px rgba(0,0,0,0.3)); */
    background-color: #fff;
}

#i_head{
    border-radius: 40px 40px 0 0;
    position: relative;
    height: 0;
    padding-top: 19.914%;
    background-image: url(../images/teaser/bg_head.jpg);
    background-size: cover;
}
#i_head a{
    display: block;
    transition: background .15s ease;
}
#i_head .inner > a:hover,
#i_head .inner > a.touch{
    background-color: initial;
}
#i_head a:hover,
#i_head a.touch{
    background-color: rgba(255, 255, 255, .5);
}

#i_head .inner{
    width: 960px;
    min-height: 185px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#i_head .d{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #010159;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50% - 40px);
    left: 120px;
}

#i_head .d span{
    padding-bottom: 5px;
    display: block;
    border-bottom: 2px solid #fff;
}

#i_head .inner h2{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 7px 20px 7px 25px;
    display: inline-block;
    border-radius: 20px;
    background-color: #f43d79;
    color: #fff;
}

#i_head .ttl{
    width: auto !important;
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    white-space: nowrap;
    line-height: 1.3;
}

#i_head h3{
    font-size: 28px;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#i_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.44;
}

#i_head h3 br{ display: inherit !important;}

#i_head .detail{
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    text-indent: -10px;
    background-color: #fff;
    color: #600000;
    letter-spacing: .05em;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 60px);
    transition: background, transform;
    transition-duration: .15s;
}

#i_head .detail:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_s.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 14px;
}

#i_head a:hover .detail,
#i_head a.touch .detail{
    background-color: #ffe200;
    transform: scale(1.1);
}

#t_list{
    position: relative;
    z-index: 2;
}
    
#t_list li:nth-child(even){
    background-color: rgba(249, 238, 235, 1);
}

#t_list li{
    position: relative;
    background-color: #ffffff;
}

#t_list li a{
    height: 160px;
    display: block;
    color: #000;
    position: relative;
}

#t_list li.disabled a:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}

#t_list li:nth-child(even).disabled a:before{
    background-color: #bfbfbf;
}


#t_list li a{ transition: background .25s ease;}
#t_list li a:hover{
    background-color: rgba(0, 0, 0, .3);
}

#t_list li a:hover .day{ transition: color .15s ease;}
#t_list li a:hover .day span{ transition: border .15s ease;}
#t_list li a:hover .day{ color: #ffe200;}
#t_list li a:hover .day span{ border-color: #ffe200;}
#t_list li a:hover:after{ transform: translateX(10px);}


#t_list li.disabled a{ background: none !important;}


#t_list li a:after{
    content: '';
    display: block;
    width: 22px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_l.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 3.47%;
    transition: transform .15s ease;
}

#t_list li.disabled a:after{ display: none;}

#t_list li a .day{
    width: 180px;
    text-align: center;
    color: #000;
    font-size: 36px;
    letter-spacing: .05em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50%);
    left: 0;
    transform: translateY(-50%);
}

#t_list li.disabled a .day{
    color: #ebebeb !important;
}

#t_list li a .day span{
    padding-bottom: 8px;
    display: block;
    border-bottom: 3px solid #000;
}

#t_list li.disabled a .day span{
    border-color: #ebebeb !important;
}

#t_list .ttl{
    width: 767px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    left: 50px;
}

#t_list .ttl:after,
#t_list .ttl:before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    z-index: 2;
}

/* #t_list li:nth-child(odd) .ttl:before{ right: 0;}
#t_list li:nth-child(even) .ttl:before{ left: 0;}
#t_list li:nth-child(odd) .ttl:after{ right: 0;}
#t_list li:nth-child(even) .ttl:after{ left: 0;} */

#t_list .ttl:before{ display: none;}
#t_list .i1 .ttl:before{ background-image: url(../images/teaser/il01_off.png); background-size: contain;}
#t_list .i2 .ttl:before{ background-image: url(../images/teaser/il02_off.png); background-size: contain;}
#t_list .i3 .ttl:before{ background-image: url(../images/teaser/il03_off.png); background-size: contain;}
#t_list .i4 .ttl:before{ background-image: url(../images/teaser/il04_off.png); background-size: contain;}
#t_list .i5 .ttl:before{ background-image: url(../images/teaser/il05_off.png); background-size: contain;}
#t_list .i6 .ttl:before{ background-image: url(../images/teaser/il06_off.png); background-size: contain;}
#t_list .i7 .ttl:before{ background-image: url(../images/teaser/il07_off.png); background-size: contain;}
#t_list .i8 .ttl:before{ background-image: url(../images/teaser/il08_off.png); background-size: contain;}
#t_list .i9 .ttl:before{ background-image: url(../images/teaser/il09_off.png); background-size: contain;}
#t_list .i1 .ttl:before{ width: 130px; height: 226px; top: -12px; right: 25px;}
#t_list .i2 .ttl:before{ width: 126px; height: 228px; top: -50px; left: -40px;}
#t_list .i3 .ttl:before{ width: 122px; height: 229px; top: -24px; right:-40px;}
#t_list .i4 .ttl:before{ width: 145px; height: 239px; top: -50px; left: -20px;}
#t_list .i5 .ttl:before{ width: 135px; height: 230px; top: -25px; right: 40px;}
#t_list .i6 .ttl:before{ width: 136px; height: 233px; top: -30px; left: -50px;}
#t_list .i7 .ttl:before{ width: 127px; height: 266px; top: -40px; right: 0;}
#t_list .i8 .ttl:before{ width: 125px; height: 229px; top: -70px; left: -40px;}

#t_list .i1 .ttl:after{ background-image: url(../images/teaser/il01.png); background-size: contain;}
#t_list .i2 .ttl:after{ background-image: url(../images/teaser/il02.png); background-size: contain;}
#t_list .i3 .ttl:after{ background-image: url(../images/teaser/il03.png); background-size: contain;}
#t_list .i4 .ttl:after{ background-image: url(../images/teaser/il04.png); background-size: contain;}
#t_list .i5 .ttl:after{ background-image: url(../images/teaser/il05.png); background-size: contain;}
#t_list .i6 .ttl:after{ background-image: url(../images/teaser/il06.png); background-size: contain;}
#t_list .i7 .ttl:after{ background-image: url(../images/teaser/il07.png); background-size: contain;}
#t_list .i8 .ttl:after{ background-image: url(../images/teaser/il08.png); background-size: contain;}
#t_list .i9 .ttl:after{ background-image: url(../images/teaser/il09.png); background-size: contain;}
#t_list .i1 .ttl:after{ width: 130px; height: 226px; top: -12px; right: 0;}
#t_list .i2 .ttl:after{ width: 126px; height: 228px; top: -20px; left: -40px;}
#t_list .i3 .ttl:after{ width: 122px; height: 229px; top: -24px; right:-40px;}
#t_list .i4 .ttl:after{ width: 145px; height: 239px; top: -50px; left: -20px;}
#t_list .i5 .ttl:after{ width: 135px; height: 230px; top: -25px; right: 40px;}
#t_list .i6 .ttl:after{ width: 136px; height: 233px; top: -30px; left: -50px;}
#t_list .i7 .ttl:after{ width: 127px; height: 266px; top: -40px; right: 0;}
#t_list .i8 .ttl:after{ width: 125px; height: 229px; top: -70px; left: -40px;}

#t_list .disabled .ttl:before{ display: block;}
#t_list .disabled .ttl:after{ display: none;}

#t_list .point{
    width: 72px;
    height: 72px;
    border-radius: 72px;
    background-color: #f43d79;
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50% - 36px);
}

#t_list .point br{ display: none;}
#t_list .point br.s{ display: inherit !important;}

#t_list .disabled .point{
    background-color: #ebebeb;
    color: #7d7d7d;
}

#t_list li:nth-child(odd) .point{
    left: 80px;
}

#t_list li:nth-child(even) .point{
    left: 190px;
}

#t_list .point span{
    display: block;
    font-size: 14px !important;
}

#t_list h3{
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#t_list a .point{ transition: transform .15s ease;}
#t_list a:hover .point,
#t_list a.touch .point{
    transform: scale(1.1);
}

#t_list .disabled a:hover .point{ transform: inherit !important;}

#t_list .disabled h3{ color: #ebebeb;}

#t_list h3 br.p{ display: none;}


#t_list li:nth-child(odd) h3{
    left: 185px;
}

#t_list li:nth-child(even) h3{
    left: 295px;
}


#info_wrap{
    position: relative;
    border-radius: 0 0 40px 40px;
}
.webp #info_wrap{
    background-image: url(../images/teaser/bg_content.webp);
    background-repeat: repeat-y;
    background-size: 105%;
    background-position: center -380px;
}
.no-webp #info_wrap{
    background-image: url(../images/teaser/bg_content.jpg);
    background-repeat: repeat-y;
    background-size: 105%;
    background-position: center -380px;
}

#info_wrap:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0 0 40px 40px;
}

#info_inner{
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
    text-align: center;
}

#info{
    margin-bottom: 120px;
    text-align: center;
}

#info h2{
    margin-bottom: 60px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    display: inline-block;
}

#info h3{
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}

#info table{
    font-size: 18px;
    line-height: 2.222em;
    text-align: left;
    word-break: break-word;
}

#info th{ white-space: nowrap;}


#cast{
    margin-bottom: 110px;
    text-align: center;
}

#cast h2{
    margin-bottom: 60px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    display: inline-block;
}

#cast p{
    font-size: 18px;
    font-weight: 900;
    line-height: 2.222em;
    text-align: left;
    word-break: keep-all;
}


#credit{
    padding-bottom: 130px;
    text-align: center;
}

#credit p{
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8em;
}



/* --------------------------------------------------
*
    archive
*
-------------------------------------------------- */
#archive_head{
    border-radius: 40px 40px 0 0;
    background-image: url(../images/teaser/bg_head.jpg);
    background-position: center center;
    background-size: cover;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#archive_head .inner{
    min-height: 278px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#archive_head .inner:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 15px;
}


.t1 #archive_head .inner:after{ background-image: url(../images/teaser/il01.png); background-size: contain; right: 25px;}
.t2 #archive_head .inner:after{ background-image: url(../images/teaser/t2/il0.png); background-size: auto 80%; background-position: right 40px;}
.t3 #archive_head .inner:after{ background-image: url(../images/teaser/t3/il0.png); background-size: auto 82%; background-position: right 30px; right: 60px; bottom: 0;}
.t4 #archive_head .inner:after{ background-image: url(../images/teaser/t4/il0.png); background-size: auto 80%; background-position: right 45px; right: 30px;}
.t5 #archive_head .inner:after{ background-image: url(../images/teaser/t5/il0.png); background-size: auto 80%; background-position: right 45px; right: 40px;}
.t6 #archive_head .inner:after{ background-image: url(../images/teaser/t6/il0.png); background-size: auto 82%; background-position: right bottom; right: 20px;}
.t7 #archive_head .inner:after{ background-image: url(../images/teaser/t7/il0.png); background-size: auto 84%; background-position: right 40px; right: 30px;}
.t8 #archive_head .inner:after{ background-image: url(../images/teaser/t8/il0.png); background-size: auto 80%; background-position: right bottom; right: 50px;}

#archive_head .d{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #f43d79;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50% - 50px);
    left: 30px;
}

#archive_head .d span{
    padding-bottom: 8px;
    display: block;
    border-bottom: 2px solid #fff;
}

#archive_head .inner h2{
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 7px 20px 7px 25px;
    display: inline-block;
    border-radius: 20px;
    background-color: #f43d79;
    color: #fff;
}

.low article{
    padding: 0 20px;
    margin-bottom: 30px;
}

#archive_wrap{
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #fff; 
    overflow: hidden;
    filter: drop-shadow(5px 5px 10px rgba(51,51,51,0.6));
}

#archive_body{
    width: 720px;
    margin: 0 auto;
    padding-top: 50px;
}

#archive_body p{
    margin-bottom: 2em;
    padding-left: 110px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .05em;
}

#archive_body .gakko p{margin-bottom:0.5em;}

#archive_body .pic{
    margin-top: 50px;
    padding: 0;
    text-align: center;
}

#archive_body .pic.gakko{
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

#archive_body p a{
    border-bottom: 1px solid #fa6b18;
    transition: border .15s ease;
}

#archive_body p a:hover,
#archive_body p a.touch{
    border-bottom: 1px solid #fff;
}

#archive_body .pic .caption{
    text-indent: -1em;
    padding-bottom: 10px;
    padding-left: 1em;
    margin-left: 110px;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: .05em;
    color: #888;
    text-align: left;
}

#archive_body .pic img{
    width: 100%;
    border-radius: 20px;
}

#archive_body .pic.gakko img{
    width: 70%;
    border-radius: 20px;
}

#archive_body .pic.v img{
    max-width: 300px;
}

#archive_body .h{
    width: 300%;
    margin-top: 70px;
    margin-bottom: 50px;
    background-color: #f9eeeb;
    text-align: center;
    position: relative;
    left: -100%;
}

#archive_body .h p{
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#archive_body .h .point{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    border-radius: 110px;
    color: #fff;
    font-size: 24px;
    line-height: 1.1666em;
    font-weight: 700;
}

#archive_body .h h2{
    padding: 13px 20px 15px 30px;
    font-size: 28px;
    line-height: 1.28em;
    letter-spacing: .05em;
    font-weight: 700;
}

#archive_body .h h2 .c{
    color: #fa6b18;
}

#archive_body .h .il{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#archive_body .h .il img {
    height: 190px;
}

#archive_wrap #after{
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #ebebeb;
    overflow: hidden;
}

#archive_wrap #after .inner{
    margin: 0 auto;
}

#archive_wrap #after .inner p{
    margin-bottom: 2em;
    padding-left: 110px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .05em;
}

#todays_point{
    padding: 40px 0 90px 0;
    text-align: center;
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/teaser/bg-footer.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 40px 40px;
    width: 100%;

    /* background: rgb(249,194,235);
    background: linear-gradient(0deg, rgba(249,194,235,1) 0%, rgba(168,194,238,1) 100%); */
}

#todays_point h3{
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #f43d79;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
}

#todays_point .inner{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

#todays_point .inner:after{
    content: '';
    display: block;
    width: 160px;
    height: 280px;
    background-image: url(../images/teaser/il_btm_info_tori.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -45px;
    bottom: -23px;
    transform: rotate(-5deg);
}

#todays_point .desc{
    padding: 40px 0;
    padding-left: 65px;
    margin-left: 150px;
    border-radius: 40px;
    background-color: #fff;
    text-align: left;
    position: relative;
}

#todays_point .inner dl{
    font-size: 23px;
    line-height: 2em;
    letter-spacing: .1em;
    display: table;
}

#todays_point .inner dt{
    display: table-cell;
}

#todays_point .inner dd{
    display: table-cell;
    line-height: 1.3em;
}

#todays_point .inner .n{
    width: 40px;
    height: 40px;
    text-indent: 0 !important;
    padding-top: 5px;
    padding-left: 2px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    position: relative;
    top: -2px;
}


#archive_body h3{
    margin: 0 110px;
    margin-top: 70px;
    padding-bottom: 28px;
    font-size: 28px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #fa6b18;
    text-align: center;
}

#archive_body h4{
    margin: 0 110px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fa6b18;
    font-size: 24px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #000000;
    text-align: center;
}

#archive_body h5{
    margin: 0 110px;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #fa6b18;
}
#archive_body .indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.anchor_area{
    margin-bottom: -40px;
    text-align: center;
}

.btn_anc{
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.btn_anc a{
    min-width: 520px;
    padding: 20px 40px;
    border-radius: 460px;
    color: #fff;
    display: block;
    background-color: #fa6b18;
    line-height: 1.5em;
    border: none !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: opacity .15s ease !important;
}

.btn_anc a:hover,
.btn_anc a.touch{
    opacity: .7;
}

.btn_anc a:after{
    content: '';
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    background-image: url(../images/teaser/btn_arrow_right.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    right: 40px;
    transform: rotate(90deg);
}


.btn_reg{
    text-align: center;
}

.btn_detail{
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    margin-bottom: 40px !important;
    padding-left: 110px
}

.btn_detail a{
    min-width: 480px;
    padding: 20px 100px 20px 60px;
    border-radius: 460px;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #fa6b18;
    line-height: 1.6em;
    border: none !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: opacity .15s ease !important;
}

.btn_detail a:after{
    content: '';
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    background-image: url(../images/teaser/btn_arrow_right.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    right: 40px;
}

.btn_detail a:hover,
.btn_detail a.touch{
    opacity: .7;
}



.date_area{
    margin: 40px 0;
    padding: 40px 0 40px 80px;
    background-color: #eee;
    border-radius: 15px;
    box-sizing: border-box;
}

.date_area dl{
    display: table;
    margin-bottom: 40px;
}

.date_area dl:last-child{ margin-bottom: 0;}

.date_area dt{
    text-align: center;
    min-width: 110px;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    color: #fa6b18;
    letter-spacing: .05em;
}

.date_area dt span{
    width: 95px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}

.date_area dd{
    width: 100%;
    display: table-cell;
    line-height: 2em;
    font-size: 16px;
    letter-spacing: .05em;
}

.date_area p{
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 1em !important;
}

.date_area dd p:last-child{ margin-bottom: 0 !important;}

.date_area .list{
    padding-left: 1em;
}

.date_area .list p{
    text-indent: -1em;
    padding-left: 1em;
}


.profile_area{
    padding: 0 40px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.profile_area p{
    padding: 0 !important;
}

.sage {
    margin-left: 0px;
}

/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_list{
    padding: 0;
    background-color: #eee7df;
}

#shop_list h1{
    height: 152px;
    padding: 57px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #fa6b18;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .1em;
}

#shop_list h1 span{
    display: inline-block;
    position: relative;
}

#shop_list h1 span:after{
    content: '';
    display: block;
    width: 98%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}

#shop_list h2{
    margin-top: -30px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#shop_list h2:before{
    content: '';
    width: 300vw;
    height: 84px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -100vw;
    z-index: 1;
}

#shop_list h2 img{
    position: relative;
    z-index: 2;
}

#shop_list ul{
    max-width: 1212px;
    margin: 0 auto;
    padding: 20px 10px 45px 10px;
    text-align: left;
    letter-spacing: -.40em;
    display: flex;
    flex-wrap: wrap;
}

#shop_list li{
    width: calc(25% - 20px);
    margin: 0 10px 25px 10px;
    background-color: #fff;
    border-radius: 10px;
    letter-spacing: 0;
    text-align: left;
    vertical-align: top;
    position: relative;
}

#shop_list li a{
    color: #000;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#shop_list li .inner{
    padding: 15px;
}

#shop_list .desc p{
    font-size: 14px;
    color: #b3b3b3;
    letter-spacing: .05em;
    line-height: 1.5714em;
}

#shop_list .exhibitor{
    width: 100%;
    border-top: 1px solid #eee7df;
    bottom: 0;
}

#shop_list .exhibitor .inner{
    display: table;
}

#shop_list .exhibitor .logo{
    width: 40px;
    min-width: 40px;
    height: 100%;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}

#shop_list .exhibitor .logo img{
    width: 40px;
}

#shop_list .exhibitor h4{
    width: 100%;
    padding: 0 0 0 15px;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.2857em;
}

@media screen and (min-width : 751px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 751px
*
*
------------------------------------------------------------------------------------------ */
#head {
    padding: 0 20px;
    height: 42px;
    top: 0;
}
#t_list li.new:after{
    content: '';
    display: block;
    width: calc(112px / 2);
    height: calc(112px / 2);
    background-image: url(../images/teaser/ico_new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .15s ease;
}
#info_inner{
    width: 500px;
}
#archive_head .inner{
    width: 960px;
}
#archive_head .inner h2{
    white-space: nowrap;
}
#archive_head .ttl{
    width: auto !important;
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#archive_head h3{
    font-size: 28px;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6em;
    white-space: nowrap;
    text-shadow: 3px 1px 2px rgb(51 51 51 / 80%);
}

#archive_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.63636em;
}

#archive_head .detail{
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    text-indent: -10px;
    background-color: #fff;
    color: #1a5574;
    letter-spacing: .05em;
    position: absolute;
    bottom: 28px;
    left: calc(50% - 60px);
    transition: background, transform;
    transition-duration: .15s;
}

#archive_head .detail:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_s.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 14px;
}

#archive_head a:hover .detail,
#archive_head a.touch .detail{
    background-color: #ffe200;
    transform: scale(1.1);
}
.t1 #archive_head .inner:after{ width: 130px; height: 221px;}
#archive_body .h .inner{
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    left: -2.5%;
}
#archive_body .h h2{
    white-space: nowrap;
}

#todays_point .desc:before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/teaser/parts_point_arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    position: absolute;
    left: -25px;
    top: 37%;
}
#archive_wrap #after .inner{
    width: 720px;
}

#shop_list h3{
    height: 4.5em;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.428em;
    transition: color .15s ease .0s;
}

#shop_list li a:hover h3,
#shop_list li a.touch h3{
    transition: color .2s ease .05s;
}

#shop_list li .img{
    width: 100%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#shop_list li .img img{
    width: 100%;
    visibility: hidden;
}

#shop_list .desc{
    min-height: 4em;
}

#archive_map{
    background-color: #ede7df;
    position: relative;
}

#archive_map:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/teaser/il_btm_info_bear.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: calc(50% - 560px);
    bottom: 0;
    pointer-events: none;
}

#archive_map .inner{
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 0;
}

#archive_map .inner img{
    width: 100%;
}

.sage {
    margin-left: 15px;
}
#archive_body .pic2 img {
    width: 70%;
}
} /* ----- min-width : 751px ----- */
@media screen and (max-width: 1180px) {
    #mv {
        padding: 2vw 0;
        background-size: 130% auto;
    }
    .mv-banner {
        margin: -3vw auto 3vw;
    }
    .t_box{
        right: 20px;
    }
}
@media screen and (max-width: 820px) {
    #mv {
        padding: 25px 0;
    }
    .mv-banner {
        margin: -30px auto 60px;
    }
    .t_box{
        right: 20px;
    }
}
@media screen and (max-width: 750px) {
#home::before {
    height: calc(150vw + 300px);
}
#home #head h1 a {
    opacity: 0;
    transition: opacity .35s ease;
}
#t_head .t_head_inner{
    margin: 0 10px;
}

#t_head h1{
    top: 7px;
}

#t_head h1 img{
    width: 32px;
}

#t_head nav li{
    margin-left: 25px;
    padding-top: 12px;
}

#t_head nav a{
    font-size: 12px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    min-height: 480px;
    padding: 25vw 0 10vw;
}
.webp #mv{
    background: url(../images/teaser/bg_top_sp.webp) no-repeat;
    background-size: cover;
    background-position: center top;
}
.no-webp #mv{
    background: url(../images/teaser/bg_top_sp.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#mv h1{
    width: 87%;
    height: 0;
    padding-top: 98%;
    margin-left: calc(50% + 15px);
}

.t_box{
    background-image: url(../images/teaser/parts_frame_teaser_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(461px/2);
    height: calc(366px/2);
    right: 3.8vw;
    top: -110px;
}

.t_box p{
    width: 8em;
    font-size: 14px;
    line-height: 1.7em;
    top: 36px;
    left: 27px;
}

.t_box p .num{
    font-size: 18px;
}

.mv-banner {
    margin: -2vw auto 9vw;
    padding: 0 10px;
}

/* --------------------------------------------------
*
    #index_list
*
-------------------------------------------------- */
#index_list{
    margin-top: -10px;
    padding: 0 10px;
}

#index_list_inner{
    border-radius: 20px;
    /* margin-top: -33.333%; */
}

#i_head {
    padding-top: 33.333%;
    border-radius: 20px 20px 0 0;
}
#i_head .inner{
    width: 100%;
    min-height: 120px;
}

#i_head .inner h2{
    font-size: 9px;
    margin-top: 12px;
    padding: 5px 15px;
    white-space: nowrap;
}
#i_head .d {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    top: calc((100% - 50px)/2);
    left: 2%;
}
#i_head .d span {
    border-bottom: 2px solid #fff;
}
#i_head .ttl{
    top: calc(50% + 15px);
}

#i_head h3{
    font-size: 14px;
}

#i_head h3 .s{
    margin-top: 0;
    font-size: 12px;
}

#i_head .detail{
    width: 100px;
    height: 24px;
    font-size: 13px;
    bottom: 20px;
    left: calc(50% - 50px);
}

#t_list li a{
    box-sizing: border-box;
    height: 140px;
}

#t_list li a:hover:after{ transform: translateX(5px);}
#t_list li a.touch:after{ transform: translateX(5px);}


#t_list li a:after{
    width: 11px;
    background-size: 11px;
}


#t_list li a .day{
    width: 3.5em;
    font-size: 16px;
    padding-left: 5px;
}
#t_list li a .day span {
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
}
#t_list .ttl{
    width: 100%;
    left: auto;
}
#t_list li:nth-child(odd) .ttl:after,
#t_list li:nth-child(odd) .ttl:before {
    right: 2vw;
}
#t_list li:nth-child(even) .ttl:after,
#t_list li:nth-child(even) .ttl:before {
    left: 3vw;
}
#t_list .i1 .ttl:before{ width: calc(156px / 2.8); height: calc(238px / 2.8); top: -25px;}
#t_list .i2 .ttl:before{ width: calc(192px / 2.8); height: calc(219px / 2.8); top: -25px;}
#t_list .i3 .ttl:before{ width: calc(145px / 2.8); height: calc(216px / 2.8); top: -25px;}
#t_list .i4 .ttl:before{ width: calc(167px / 2.8); height: calc(234px / 2.8); top: -35px;}
#t_list .i5 .ttl:before{ width: calc(142px / 2.8); height: calc(233px / 2.8); top: -25px;}
#t_list .i6 .ttl:before{ width: calc(119px / 2.8); height: calc(236px / 2.8); top: -35px;}
#t_list .i7 .ttl:before{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}
#t_list .i8 .ttl:before{ width: calc(150px / 2.8); height: calc(218px / 2.8); top: -35px;}
#t_list .i9 .ttl:before{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}

#t_list .i1 .ttl:after{ width: calc(156px / 2.8); height: calc(238px / 2.8); top: -25px;}
#t_list .i2 .ttl:after{ width: calc(192px / 2.8); height: calc(219px / 2.8); top: -25px;}
#t_list .i3 .ttl:after{ width: calc(145px / 2.8); height: calc(216px / 2.8); top: -25px;}
#t_list .i4 .ttl:after{ width: calc(167px / 2.8); height: calc(234px / 2.8); top: -35px;}
#t_list .i5 .ttl:after{ width: calc(142px / 2.8); height: calc(233px / 2.8); top: -25px;}
#t_list .i6 .ttl:after{ width: calc(119px / 2.8); height: calc(236px / 2.8); top: -35px;}
#t_list .i7 .ttl:after{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}
#t_list .i8 .ttl:after{ width: calc(150px / 2.8); height: calc(218px / 2.8); top: -35px;}
#t_list .i9 .ttl:after{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}


#t_list .point{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 13px;
    top: -20px;
    right: 0;
    white-space: nowrap;
}

#t_list li:nth-child(odd) .point{
    left: 2vw;
}

#t_list li:nth-child(even) .point{
    left: auto;
    right: 2vw;
}

#t_list .point span{
    display: block;
    font-size: 12px !important;
}

#t_list h3{
    font-size: 13.5px;
    left: 20% !important;
    white-space: nowrap;
}

#t_list h3 br{ display: inherit !important;}



#info_wrap{
    background-size: 200%;
    background-position: center top;
}    
#info_inner{
    max-width: 420px;
    padding-top: 60px;
}

#info{
    margin-bottom: 70px;
}

#info h2{
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-size: 20px;
}

#info h3{
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

#info table{
    font-size: 12px;
    line-height: 2.666em;
}

#info .nw{ white-space: nowrap;}

#info th{
    padding: 0 .5em 0 15px;
}

#info td{
    padding-right: 1em;
    box-sizing: border-box;
}


#cast{
    margin-bottom: 40px;
}

#cast h2{
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 20px;
}

#cast p{
    padding: 0 15px;
    font-size: 13px;
    line-height: 2em;
}


#credit{
    padding-bottom: 50px;
}

#credit p{
    font-size: 12px;
}



/* --------------------------------------------------
*
    archive
*
-------------------------------------------------- */
#archive_head{
    border-radius: 20px 20px 0 0;
    /* background-size: 300%; */
    background-position: center;
}
#archive_head .ttl {
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 2;
}
#archive_head .inner{
    min-height: 120px;
}


#archive_head .inner:after{
    background-size: 100px;
    top: 5px;
    right: -15px;
}

.t1 #archive_head .inner:after{ background-size: auto 85%; background-position: right 5px; right: 5px;;}
.t2 #archive_head .inner:after{ background-position: right 5px; right: 5px;}
.t3 #archive_head .inner:after{ background-position: right 10px; right: 15px;}
.t4 #archive_head .inner:after{ background-position: 100% 5px;right: 5px;}
.t5 #archive_head .inner:after{ background-position: 100% 10px; right: 5px;}
.t6 #archive_head .inner:after{ background-size: auto 70%;background-position: 100% 10px; right: 5px;}
.t7 #archive_head .inner:after{ background-position: 100% 0; right: 0;}
.t8 #archive_head .inner:after{ background-position: 98% 8px; right: 5px;}

#archive_head .d{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    font-size: 15px;
    top: 5px;
    left: 5px;
}

#archive_head .d span{
    padding-bottom: 5px;
}

#archive_head .inner h2{
    font-size: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    white-space: nowrap;
}

#archive_head h3{
    font-size: 15px;
    line-height: 1.44;
    top: calc(50% + 15px);
    color: #fff;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
#archive_head h3 br{ display: inherit !important;}
#archive_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.63636em;
}

.low article{
    padding: 0 10px;
}

#archive_wrap{
    margin-top: 60px;
    border-radius: 20px;
}

#archive_body{
    width: auto;
    margin: 0 auto;
    padding-top: 30px;
}

#archive_body p{
    padding: 0 15px;
    font-size: 14px;
}


#archive_body .pic{
    margin: 0 15px;
    margin-top: 30px;
}

#archive_body .pic .caption{
    margin: 0 15px;
    font-size: 12px;
}

#archive_body .pic img{
    width: 100%;
    border-radius: 10px;
}

#archive_body .pic.gakko img{
    width: 100%;
    border-radius: 10px;
}

#archive_body .h{
    margin-top: 40px;
    margin-bottom: 30px;
}

#archive_body .h .inner{
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#archive_body .h .point{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 12px;
    line-height: 1.2em;
}

#archive_body .h .point br{
    display: inherit !important;
}

#archive_body .h h2{
    padding: 0 5px 0 10px;
    font-size: 15px;
}

#archive_body .h h2.sp_s{
    font-size: 14px;
}

#archive_body .h h2 br{
    display: inherit !important;
}


#archive_body .h .il{
    display: none;
    position: relative;
    top: -15px;
}

#archive_wrap #after{
    margin-top: 30px;
    padding-top: 30px;
}

#archive_wrap #after .inner{
    padding: 0 15px;
    margin: 0 auto;
}

#archive_wrap #after .inner p{
    font-size: 14px;
    padding-left: 0;
}

#todays_point{
    /* margin-top: 20px; */
    padding: 20px 0 0 0;
    border-radius: 0;
}

#todays_point h3{
    margin-bottom: 20px;
    font-size: 13px;
}

#todays_point .inner{
    width: auto;
    padding-bottom: 65px;
}

#todays_point .inner:after{
    display: none;
}

#todays_point .desc{
    padding: 15px 10px 15px 15px;
    margin: 0 10px;
    border-radius: 10px;
}



#todays_point .inner dl{
    font-size: 13px;
}


#todays_point .inner .n{
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-left: 1px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 20px;
    top: -1px;
}


#archive_body h4{
    margin: 0 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 20px;
}

#archive_body h3{
    margin: 0 15px;
    margin-top: 40px;
    padding-bottom: 10px;
}

#archive_body h5{
    margin: 0 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 18px;
}


.anchor_area{
    padding: 0 15px;
}

.btn_anc{
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}

.btn_anc a{
    max-width: 480px;
    width: 100%;
    padding: 10px 45px 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 700;
}

.btn_anc a:after{
    right: 15px;
    transform: rotate(90deg) scale(.7);
}


.btn_reg{
    padding: 0 15px;
    margin-bottom: -10px;
}

.btn_detail{
    width: 100%;
    /* max-width: 320px; */
}

.btn_detail a{
    min-width: 90%;
    width: 90%;
    padding: 15px 40px 15px 20px;
    border-radius: 10px;
    font-size: 13px;
}

.btn_detail a:after{
    right: 10px;
    transform: scale(.7);
}


.date_area{
    margin: 40px 10px;
    padding: 10px;
    border-radius: 10px;
}

.date_area dl{
    margin-bottom: 30px;
}

.date_area dt{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}


.date_area dd{
    padding: 0 10px;
    display: block;
    font-size: 14px !important;
}

.date_area dd p {
    padding-right: 15px !important;
}
.date_area p{
    font-size: 14px !important;
}
/* .date_area .list p {
    padding-right: 10px !important;
} */
.profile_area{
    padding: 0 15px;
    margin: 0 10px;
    margin-top: 30px;
    padding-top: 30px;
}


#archive_map{
    background-color: #ede7df;
    position: relative;
}

#archive_map .inner{
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

#archive_map .inner img{
    width: 90%;
}

/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */

#shop_list h2{
    margin-top: -20px;
}

#shop_list h2:before{
    height: 56px;
}

#shop_list h2 img{
    width: 100%;
    max-width: 320px;
}

#shop_list ul{
    padding: 20px 5px 45px 5px;
}

#shop_list li{
    width: calc(50% - 10px);
    margin: 0 5px 20px 5px;
}

#shop_list h3{
    margin-bottom: 15px;
    font-size: 13px;
}


#shop_list .desc p{
    font-size: 13px;
}



#shop_list .exhibitor h4{
    font-size: 13px;
}


} /* ----- max-width: 750px ----- */
@media screen and (max-width: 640px) {
    .t_box {
        top: -80px;
    }
}
@media screen and (max-width: 540px) {
    #shop_list li{
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .t_box {
        right: 9.8vw;
        top: -170px;
    }
}
@media screen and (max-width: 350px) {
    #t_list h3 {
        font-size: 12px;
    }
}