@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common style */
.sec_ttl h2{
    font-size: 400%;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 22px;
}
.sec_ttl h2::first-letter{
    color: #f0dc14;
    font-size: 130.5%;
}
.sec_ttl p{
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 133.3%;
}
/* Menu following */
#tmp_fixed_navbar_wrap{
    display: none;
	position: fixed;
    z-index: 98;
    right: 0;
	overflow: hidden;
    padding-bottom: 90px;
	top: 50%;
    pointer-events: none;
}
#tmp_fixed_navbar {
    position: relative;
    z-index: 102;
	border-right: 0;
	transition: transform 0.3s ease-in-out;
    transform: translate(calc(100% - 82px),0);
    pointer-events: all;
}
#tmp_fixed_navbar .fixed_navbar_cnt{
    position: relative;
    border-radius: 12px 0 0 12px;
    border: 2px solid #ffffff;
    border-right: none;
    overflow: hidden;
}
#tmp_fixed_navbar.open_nav {
    transform: translate(0,0);
}
#tmp_fixed_navbar ul {
    list-style: none;
    margin: 0;
    color: #ffffff;
    background-color: #141937;
    border-right: none;
    padding-left: 5px;
    padding-right: 2px;
    overflow: hidden;
}
#tmp_fixed_navbar ul li {
    position: relative;
	color: inherit;
    background: transparent url(/shared/templates/night_event_top_rn/images/icon/nav_dotted.png) repeat-x bottom left;
}
#tmp_fixed_navbar ul li:last-child {
    background-image: none;
}
#tmp_fixed_navbar ul li a {
	text-decoration: none;
	display: flex;
    align-items: center;
	font-size: 111.1%;
    line-height: 1.3;
	width: 301px;
	min-height: 80px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 21px center;
	padding: 6px 10px 6px 78px;
}
#tmp_fixed_navbar ul li:first-child a{
    min-height: 81px;
}
#tmp_nav_news a {
	background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_news_icon.png);
}
#tmp_nav_doing a {
	background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_doing_icon.png);
}
#tmp_nav_popular a {
	background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_popular_icon.png);
}
#tmp_nav_food a {
	background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_food_icon.png);
}
#tmp_nav_economy a {
	background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_economy_icon.png);
}
#tmp_btn_navbar{
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -1px;
}
#tmp_btn_navbar a{
    display: block;
    text-decoration: none;
    text-align: center;
    width: 83px;
    height: 81px;
    padding: 48px 5px 5px;
    font-size: 94.4%;
    color: #141937;
    background: #ffffff url(/shared/templates/night_event_top_rn/images/icon/nav_close_icon.png) no-repeat center 10px;
    border: 3px solid #141937;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 14px;
    overflow: hidden;
}
#tmp_fixed_navbar ul li a:hover,
#tmp_btn_navbar a:hover {
    text-decoration: underline;
}
body.no_fixed #tmp_fixed_navbar_wrap {
    display: none !important;
}

/* Menu following (show small ) */
.show_small#tmp_fixed_navbar_wrap{
    overflow: visible;
    pointer-events: inherit;
    top: auto;    
    bottom: 20px;
    height: 303px;
    width: 314px;
    transform: none;
    padding-bottom: 0;
}
.show_small#tmp_fixed_navbar_wrap:not(.close_nav) {
    transition: 0.3s width ease-in-out,0.3s height ease-in-out;
}
.show_small.close_nav#tmp_fixed_navbar_wrap{
    height: 70px !important;
    width: 52px;
}
.show_small #tmp_fixed_navbar {
    transform: none;
    margin-left: 52px;
}
.show_small #tmp_btn_navbar{
    display: block;
    position: absolute;
    right: 100%;
    top: 10px;
    margin-top: 0;
}
.show_small #tmp_btn_navbar a{
    width: 50px;
    height: 54px;
    padding-top: 32px;
    font-size: 62.5%;
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_close_icon_sp.png);
    background-position: center 10px;
    background-size: 20px auto;
    border-width: 2px;
    border-top-width: 2px;
    border-right-width: 0;
    border-radius: 7px 0 0 7px;
    transform-origin: bottom right;
}
.show_small.close_nav #tmp_btn_navbar{
    margin-right: 0;
}
.show_small.close_nav #tmp_btn_navbar a{
    width: 52px;
    height: 54px;
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_icon_sp.png);
    background-size: 19px auto;
    background-position: center 11px;
}
.show_small #tmp_fixed_navbar .fixed_navbar_cnt{
    border-radius: 7px 0 0 7px;
    border: none;
}
.show_small #tmp_fixed_navbar .fixed_navbar_cnt:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    border-right: none;
    pointer-events: none;
    border-radius: 8px 0 0 8px;
}
.show_small #tmp_fixed_navbar ul {
    padding-left: 2px;
    padding-right: 0;
    border-radius: 13px 0 0 13px;
}
.show_small #tmp_fixed_navbar ul li{
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_dotted_sp.png);
    background-size: 4px auto;
}
.show_small #tmp_fixed_navbar ul li a {
    width: 263px;
    min-height: 50px;
    padding: 12px 20px 14px 59px;
    font-size: 106.2%;
    background-size: 20px auto;
}
.show_small #tmp_fixed_navbar ul li:first-child a{
    min-height: 53px;
}
.show_small #tmp_fixed_navbar ul li:last-child a{
    padding-top: 14px;
    padding-bottom: 9px;
}
.show_small #tmp_nav_news a {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_news_icon_sp.png);
}
.show_small #tmp_nav_doing a {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_doing_icon_sp.png);
    background-size: 23px auto;
}
.show_small #tmp_nav_popular a {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_popular_icon_sp.png);
    background-size: 19px auto;
}
.show_small #tmp_nav_food a {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_food_icon_sp.png);
}
.show_small #tmp_nav_economy a {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_economy_icon_sp.png);
}
/* Mainvs section */
.sec_mainvs{
    max-width: 1520px;
    margin: -115px auto 50px;
    position: relative;
    z-index: 4;
}
.sec_mainvs .container{
    max-width: 1301px;
}
.mainvs_inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 30px;
}
.mainvs_inner .mainvs_cnt{
    position: relative;
}
.mainvs_inner .mainvs_cnt::before{
    content: "";
    width: 18px;
    max-height: calc(49% - 3px);
    height: 100%;
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/shared/templates/night_event_top_rn/images/main/bf_mv.png) no-repeat;
    background-position: right;
    background-size: auto 100%;
    margin-top: -1px;
}
.mainvs_inner .image{
    display: block;
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.mainvs_inner a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}
.mainvs_inner .image img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: opacity 0.3s ease-in-out;
    overflow: hidden;
}
.sec_mainvs .description{
    position: relative;
    bottom: 0;
    color: #000000;
    background-color: #d2f6f6;
    max-width: 800px;
    border-radius: 50px;
    font-size: 88.9%;
    padding: 15px 22px 21px 31px;
    margin-top: -68px;
    line-height: 1.7;
}
.mainvs_inner a:hover img{
    opacity: 0.7;
}
.mainvs_inner a:hover .description{
    text-decoration: underline;
}
/* News section */
.sec_news{
    position: relative;
    z-index: 5;
    min-height: 250px;
    margin-top: 96px;
    margin-bottom: 40px;
}
.sec_news .news_cnt_flex{
    display: flex;
}
.news_cnt_flex .news_ttl{
    width: calc(32% + 2px);
    margin-right: calc(4% + 4px);
}
.news_cnt_flex .news_ttl h2{
    text-align: center;
    letter-spacing: 0.18em;
    font-weight: normal;
    padding: calc(42% + 5px) 27px 0 0;
    background: url(/shared/templates/night_event_top_rn/images/main/news_ttl.png) no-repeat -4px 26px;
    background-size: 100% auto;
    position: relative;
    left: -5px;
    font-size: 133.3%;
}
.news_cnt_flex .news_cnt{
    width: 60%;
    list-style: none;
    flex: 1;
}
.news_cnt_flex .news_cnt li:last-child{
    background-image: url(/shared/templates/night_event_top_rn/images/icon/line_news.png),
    url(/shared/templates/night_event_top_rn/images/icon/line_news.png);
    background-position:bottom left,top left;
}
.news_cnt_flex .news_cnt li{
    background: url(/shared/templates/night_event_top_rn/images/icon/line_news.png) repeat-x top left;
    display: flex;
    align-items: center;
    font-size: 88.9%;
}
.news_cnt_flex .news_cnt li .news_date{
    display: block;
    font-weight: bold;
    width: 160px;
    padding-right: 10px;
}
.news_cnt_flex .news_cnt li .news_link{
    flex: 1;
}
.news_cnt_flex .news_cnt li a{
    padding: 29px 45px 29px 0;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: url(/shared/templates/night_event_top_rn/images/icon/arrow.png) no-repeat right 24px top calc(50% + -1px);
}
.news_cnt_flex .news_cnt li a:hover{
    text-decoration: underline;
}
/* Doing section */
#tmp_doing{
    background: #141b39;
    padding: 199px 0 138px;
    overflow: visible;
    background-image: url(/shared/templates/night_event_top_rn/images/main/bg_doing.png);
    background-repeat: no-repeat;
    background-position: left calc(50% + 163px);
    background-size: 100% 1054px;
    min-height: 1250px;
}
#tmp_doing::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 276px;
    background-image: url(/shared/templates/night_event_top_rn/images/icon/new_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    top: -126px;
    left: 0;
    background-size: 100% 276px;
}
#tmp_doing::before{
    z-index: 1;
    top: 39px;
    height: 321px;
    background-image: url(/shared/templates/night_event_top_rn/images/main/img_doing.png);
}
#tmp_doing .sec_ttl {
    background-image: url(/shared/templates/night_event_top_rn/images/icon/icon_moon.png);
    background-position: left 18px;
}
#tmp_doing .sec_ttl h2{
    padding-left: 47px;
}
#tmp_doing .media_content a{
    background-color: #d2f6f6;
    padding-bottom: 9px;
    outline-offset: -3px;
}
#tmp_doing .media_content a .media_des{
    background: url(/shared/templates/night_event_top_rn/images/icon/line_media.png) repeat-x left top;
    border-top: none;
}
#tmp_splide_doing .splide__list{
    gap: 59px 60px;
    flex-wrap: wrap;
}
#tmp_splide_doing .splide__slide{
    width: calc((100% - 120px) / 3);
}
.sec_common .media_content,
.sec_common .media_content p,
.sec_common .media_content a{
    height: 100%;
}
/* Popular + Banner section */
.sec_common{
    position: relative;
    padding: 135px 0 59px;
    background-color: #283c50;
    background-repeat: no-repeat;
    background-image: url(/shared/templates/night_event_top_rn/images/main/bg_popular.png);
    background-size: 100% 186px;
    background-position: center top;
    overflow: hidden;
}
.sec_common::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 320px;
    top: 4px;
    right:0;
    background: url(/shared/templates/night_event_top_rn/images/main/popular_bf.png) no-repeat;
    background-position: 270px top;
}
.sec_common .sec_ttl{
    position: relative;
    padding: 26px 27% 48px 157px;
    background: url(/shared/templates/night_event_top_rn/images/icon/icon_star.png) no-repeat left 4px;
}
.sec_common .sec_ttl h2::first-letter{
    font-size: 144.5%;
}
.media_content img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}
.media_content a{
    background-color: #fdfbe7;
    border-radius: 20px;
    padding: 8px 0 28px ;
    display: block;
    text-decoration: none;
    color: #141937;
}
.media_content a .media_img{
    margin-bottom: 30px;
    display: block;
    padding: 0 10px;
}
.media_content a .media_ttl{
    display: block;
    font-weight: bold;
    line-height: 1.7;
    font-size: 111.1%;
    padding: 0 30px;
    margin-bottom: 27px;
}
.media_content a .media_des{
    display: block;
    border-top: 1px solid #141937;
    font-size: 88.9%;
    padding: 24px 30px 30px;
    line-height: 2;
    min-height: 150px;
}
#tmp_splide_popular .splide__track{
    overflow: visible;
}
#tmp_splide_popular{
    flex-direction: column-reverse;
    display: flex;
}
#tmp_splide_popular .splide__toggle{
    display: none;
}
#tmp_splide_popular .splide__controls{
    margin-top: 59px;
}
/* sec_banner */
.sec_banner{
    position: relative;
    padding: 80px 110px 95px;
    background: #141b39 url(/shared/templates/night_event_top_rn/images/main/banner_bg.png) center top;
    background-size: cover;
    border-top: 1px solid #141b39;
}
.sec_banner::before,
.sec_banner::after{
    position: absolute;
    content: "";
    width: 106px;
    height: 644px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.sec_banner::before{
    background-image: url(/shared/templates/night_event_top_rn/images/main/gourmet_lft.png);
    background-position: 3px -1px;
    left: 0;
}
.sec_banner::after{
    background-image: url(/shared/templates/night_event_top_rn/images/main/gourmet_rgt.png);
    background-position: -3px -1px;
    right: 0;
}
.sec_banner .sec_ttl{
    max-width: 775px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 39px;
}
.sec_banner .sec_ttl h2{
    margin-bottom: 24px;
}
.sec_banner .banner_cnt a{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
}
.sec_banner .banner_cnt a img{
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_banner .banner_cnt a:hover img{
    opacity: 0.7;
}
/* Economy section */
.sec_economy{
    background-color: #141b39;
    padding: 110px 0 60px;
    color: #ffffff;
    background-image: url(/shared/templates/night_event_top_rn/images/main/economy_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}
.sec_economy .sec_ttl{
    margin-bottom: 46px;
}
.sec_economy .sec_ttl h2{
    margin-bottom: 25px;
}
.economy_wrap_flex{
    display: flex;
    margin-bottom: 56px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
}
.economy_wrap_flex .economy_lft{
    width: calc(52% - 5px);
    padding-right: 20px;
    min-width: 480px;
    flex: 1;
    max-width: 620px;
}
.economy_wrap_flex .economy_lft .description{
    line-height: 2.6;
    margin-bottom: 51px;
    padding-right: 20px;
    font-size: 88.9%;
}
.economy_wrap_flex .economy_rgt{
    width: calc(48% + 5px);
    padding-top: 10px;
}
.economy_wrap_flex .economy_rgt img{
    width: 100%;
    height: auto;
}
.sec_economy .economy_wrap_flex .link_btn{
    display: block;
}
.sec_economy .economy_wrap_flex .link_btn a{
    padding-top: 18px;
    padding-bottom: 21px;
    background-position: right 25px center;
}
.sec_economy .link_btn a{
    color: #ffffff;
    text-decoration: none;
    font-size: 111.1%;
    border: 1px solid #ffffff;
    display: block;
    border-radius: 50px;
    max-width: 402px;
    width: 100%;
    text-align: center;
    padding: 22px 42px 28px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: url(/shared/templates/night_event_top_rn/images/icon/arrow.png) no-repeat right 28px top calc(50% + 1px);
}
.sec_economy .link_btn a:hover{
    text-decoration: underline;
}
.sec_economy .link_btn{
    display: flex;
    justify-content: center;
}
/* SNS section */
.sec_sns{
   padding: 75px 0; 
   background: #141b39 url(/shared/templates/night_event_top_rn/images/main/sns_bg.png) center top;
   background-size: cover;
}
.sec_sns ul{
    display: flex;
    list-style: none;
    gap: 14px;
    flex-wrap: wrap;
}
.sec_sns ul li{
    width: calc( (100% - 28px) / 3 );
}
.sec_sns ul li a{
    display: flex;
    text-decoration: none;
    border: 1px solid #141937;
    height: 100%;
    color: #141937;
    font-size: 88.9%;
    border-radius: 50px;
    line-height: 1.3;
    min-height: 80px;
    align-items: center;
    padding: 10px 50px 5px calc(11% + 3px);
    letter-spacing: 0.1em;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position:right 28px top calc(50% - 1px);
    background-image: url(/shared/templates/night_event_top_rn/images/main/icon_arrow.png);
    line-break: anywhere;
}
.sec_sns ul li a .sns_icon img{
    width: 40px;
    height: auto;
    vertical-align: top;
}
.sec_sns ul li a .sns_icon{
    display: inline-block;
    margin-right: 18px;
    padding-bottom: 4px;
}
.sec_sns ul li a .sns_txt{
    flex: 1;
}
.sec_sns ul li a:hover{
    text-decoration: underline;
}
/* Hover */
.media_content a:hover .media_img img{
    opacity: 0.7;
}
.media_content a:hover .media_ttl{
    text-decoration: underline;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_doing .media_content a .media_des,
.color_yellow #tmp_doing .media_content a .media_des,
.color_black #tmp_doing .media_content a .media_des{
    border-top: 1px solid;
}
.color_blue .sec_popular .sec_ttl,
.color_yellow .sec_popular .sec_ttl,
.color_black .sec_popular .sec_ttl{
   padding-right: 0;
}
.color_blue .media_content a,
.color_yellow .media_content a,
.color_black .media_content a,
.color_blue .sec_mainvs .description,
.color_black .sec_mainvs .description,
.color_yellow .sec_mainvs .description{
    border: 1px solid;
}
.color_blue #tmp_doing,
.color_yellow #tmp_doing,
.color_black #tmp_doing,
.color_blue .sec_banner,
.color_yellow .sec_banner,
.color_black .sec_banner{
    border-bottom: 1px solid;
}
.color_blue #tmp_doing::after,
.color_yellow #tmp_doing::after,
.color_black #tmp_doing::after,
.color_blue .mainvs_inner .mainvs_cnt::before,
.color_yellow .mainvs_inner .mainvs_cnt::before,
.color_black .mainvs_inner .mainvs_cnt::before,
.color_blue .sec_common::before,
.color_yellow .sec_common::before,
.color_black .sec_common::before,
.color_blue .sec_banner::after,
.color_yellow .sec_banner::after,
.color_black .sec_banner::after,
.color_blue .sec_banner::before,
.color_yellow .sec_banner::before,
.color_black .sec_banner::before {
	display: none;
}
.color_blue .sec_ttl h2::first-letter,
.color_yellow .sec_ttl h2::first-letter,
.color_black .sec_ttl h2::first-letter {
	color: inherit;
}
.fsize_big2 .news_cnt_flex .news_cnt li .news_date{
    width: 210px;
}
.color_blue .news_cnt_flex .news_cnt li,
.color_yellow .news_cnt_flex .news_cnt li,
.color_black .news_cnt_flex .news_cnt li {
	border-top: 1px solid;
}
.color_blue .news_cnt_flex .news_cnt li:last-child,
.color_yellow .news_cnt_flex .news_cnt li:last-child,
.color_black .news_cnt_flex .news_cnt li:last-child {
	border-bottom: 1px solid;
}
.color_blue #tmp_wrapper .sec_mainvs .description{
    background-color: #00008B !important;
}
.color_yellow #tmp_wrapper .sec_mainvs .description{
    background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .sec_mainvs .description {
	 background-color: #000000 !important;
}
.color_blue #tmp_wrapper .sec_sns ul li a .sns_icon img,
.color_yellow #tmp_wrapper .sec_sns ul li a .sns_icon img,
.color_black #tmp_wrapper .sec_sns ul li a .sns_icon img,
.color_blue #tmp_wrapper .sec_sns ul li a .sns_icon,
.color_yellow #tmp_wrapper .sec_sns ul li a .sns_icon,
.color_black #tmp_wrapper .sec_sns ul li a .sns_icon {
	background-color: #ffffff !important;
}
/* anchor menu */
.color_blue #tmp_fixed_navbar ul li a,
.color_black #tmp_fixed_navbar ul li a,
.color_yellow #tmp_fixed_navbar ul li a{
    padding-left: 20px;
}
.color_blue #tmp_fixed_navbar ul li,
.color_black #tmp_fixed_navbar ul li,
.color_yellow #tmp_fixed_navbar ul li{
    border-bottom: 1px solid;
}
.color_blue #tmp_fixed_navbar ul,
.color_black #tmp_fixed_navbar ul,
.color_yellow #tmp_fixed_navbar ul{
    border: none;
}
.color_blue #tmp_btn_navbar a,
.color_black #tmp_btn_navbar a,
.color_yellow #tmp_btn_navbar a{
    padding-top: 30px;
}
.color_blue #tmp_fixed_navbar_wrap,
.color_black #tmp_fixed_navbar_wrap,
.color_yellow #tmp_fixed_navbar_wrap,
.color_blue #tmp_wrapper .sec_mainvs,
.color_black #tmp_wrapper .sec_mainvs,
.color_yellow #tmp_wrapper .sec_mainvs,
.color_blue #tmp_wrapper .sec_mainvs > .container,
.color_black #tmp_wrapper .sec_mainvs > .container,
.color_yellow #tmp_wrapper .sec_mainvs > .container,
.color_blue #tmp_wrapper .mainvs_inner,
.color_black #tmp_wrapper .mainvs_inner,
.color_yellow #tmp_wrapper .mainvs_inner{
    background-color: transparent !important;
}
.color_blue #tmp_fixed_navbar .fixed_navbar_cnt:after,
.color_black #tmp_fixed_navbar .fixed_navbar_cnt:after{
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_fixed_navbar .fixed_navbar_cnt:after{
    border-color: #000000 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_big2 #tmp_btn_navbar a{
    width: auto;
    height: auto !important;
}
.fsize_big .show_small#tmp_fixed_navbar_wrap{
    height: 348px;
}
.fsize_big2 .show_small#tmp_fixed_navbar_wrap {
    height: 552px;
}
.fsize_big2 .show_small #tmp_btn_navbar a,
.fsize_big .show_small #tmp_btn_navbar a{
    min-width: 65px;
    padding-top: 28px;
    padding-bottom: 2px;
}
/* ==================================================
no_javascript, no-splide
================================================== */
.no_javascript #tmp_fixed_navbar_wrap{
    position: absolute;
    display: block;
    right: 0;
    top: auto;
    transform: none;
    margin-top: -420px;
}
.no_javascript .splide {
	visibility: visible;
}
#tmp_splide_popular.no-splide {
    padding-bottom: 40px;
}
.no_javascript #tmp_splide_popular .splide__list,
#tmp_splide_popular.no-splide .splide__list{
    gap: 60px;
    flex-wrap: wrap;
}
.no_javascript #tmp_splide_popular .splide__slide,
#tmp_splide_popular.no-splide .splide__slide{
   width: calc((100% - 120px) / 3);
}
@media screen and (max-width : 1220px){
	/* Menu following */
	#tmp_fixed_navbar {
		transform: none;
		margin-left: 52px;
	}
	#tmp_btn_navbar{
		display: block;
		position: absolute;
		right: 100%;
		top: 10px;
		margin-top: 0;
	}
	#tmp_btn_navbar a{
		width: 50px;
		height: 54px;
		padding-top: 32px;
		font-size: 62.5%;
		background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_close_icon_sp.png);
		background-position: center 10px;
		background-size: 20px auto;
		border-width: 2px;
		border-top-width: 2px;
		border-right-width: 0;
		border-radius: 7px 0 0 7px;
		transform-origin: bottom right;
	}
	#tmp_fixed_navbar .fixed_navbar_cnt{
		border-radius: 7px 0 0 7px;
		border: none;
	}
	.no_javascript #tmp_fixed_navbar_wrap{
		height: 70px !important;
		width: 52px;
		bottom: auto;
		margin-top: 0;
	}
	.no_javascript #tmp_fixed_navbar{
		transform: none;
	}
	.no_javascript #tmp_btn_navbar{
		display: block;
		margin-right: 0;
	}
	.no_javascript #tmp_btn_navbar a{
		width: 52px;
		height: 54px;
		background-image: url(/shared/templates/night_event_top_rn/images/icon/nav_icon_sp.png);
		background-size: 19px auto;
		background-position: center 11px;
	}
}
@media screen and (min-width : 641px) and (max-width: 1100px) {
	.sec_mainvs {
		margin-top: -75px;
	}
	.sec_mainvs .description{
		width: 73%;
	}
	#tmp_splide_doing .splide__list,
	#tmp_splide_popular.no-splide .splide__list{
		gap: 40px;
	}
	#tmp_splide_doing .splide__slide,
	#tmp_splide_popular.no-splide .splide__slide{
		width: calc((100% - 80px) / 3);
	}
}

