@charset "utf-8";


/* kv
-------------------------------*/
#kv{position: relative;background-color: #fff;width: 96%;margin: 2% auto var(--main_m);padding: calc(var(--main_m)/1.2) 0;border-radius: 8px;}
#kv .container{position: relative;}
#kv .swiper-container{overflow: hidden;border-radius: 8px;box-shadow: 0px 0px 24px 0px #0050E514;}
#kv .swiper-slide{border-radius: 8px;line-height: 0;}
#kv .swiper-slide img{border-radius: 8px;}
#kv .swiper-button{position: absolute;display: flex;justify-content: flex-end;width: 100%;bottom: -50px;}
#kv .swiper-button-next, 
#kv .swiper-button-prev{position: relative;background-image: url(../images/icon_slide_btn.svg);background-repeat: no-repeat;background-position: center;background-size: contain;margin: 0;width: 40px;height: 40px;}
#kv .swiper-button-next:after, 
#kv .swiper-button-prev:after{display: none;}
#kv .swiper-button-next{right: 0;transition: 0.2s;}
#kv .swiper-button-prev{left: -12px;transform: rotate(180deg);transition: 0.2s;}
#kv .swiper-button-next:hover, 
#kv .swiper-button-prev:hover{opacity: 0.9;transition: 0.2s;}
#kv .pagination_box{position: relative;bottom: -50px;}
#kv .pagination_box .swiper-pagination{text-align: left;}
#kv .pagination_box .swiper-pagination-bullet-active{background: #000;}

@media only screen and (max-width: 768px){
	#kv{margin-bottom: calc(var(--main_m)/3);padding: calc(var(--main_m)/1.7) 0;background-color: transparent;width: 92%;}
	#kv .container{width: 100%;}
	#kv .swiper-button-next, 
	#kv .swiper-button-prev{width: 34px;}
}
 
/* top btn area
-------------------------------*/
.top_btn_area{margin-bottom: calc(var(--main_m) / 2);}

@media only screen and (max-width: 768px){
	.top_btn_area{margin-bottom: calc(var(--main_m)/4);}
}

/* news
-------------------------------*/
#news{margin-bottom: calc(var(--main_m)/1.5);}
#top_news{margin-bottom: var(--main_m);}

.news_area{margin-bottom: calc(var(--main_m)/2);}
.news_area ul{}
.news_area ul li{border-bottom: 1px solid #D4D9DE;display: block;}
.news_area ul li a{color: #000;padding: calc(var(--main_p)/2) calc(var(--main_p)/0.8) calc(var(--main_p)/2) calc(var(--main_p)/2);display: block;position: relative;}
.news_area ul li a:after{border: 2px solid;border-color: transparent #000 #000 transparent;content: "";position: absolute;top: 50%;right: 0.7em;width: 9px;height: 9px;border-radius: 4px;transform: rotate(-45deg) translateY(-50%);transition: 0.2s;}
.news_area ul li a:hover:after{right: 0.4em;transition: 0.2s;}
.news_area ul li a.disactive{pointer-events: none;}
.news_area ul li a.disactive:after{display: none;}
.news_area ul li a .date{margin-bottom: 0.5em;font-family: var(--font_en);color: #6D7176;}
.news_area ul li a .tit{margin: 0;}

@media only screen and (max-width: 768px){
	#top_news{margin-bottom: calc(var(--main_m)/2);}

	.news_area{margin-bottom: calc(var(--main_m)/3);}
	.news_area ul li a{padding: calc(var(--main_p) / 3) 0;}
	.news_area ul li a:after{top: 20px;}
}

/* tickets
-------------------------------*/
#top_tickets{margin: 0 auto var(--main_m);background-color: #fff;padding: calc(var(--main_p)*3) 0;width: 96%;border-radius: 8px;}

.price_box{display: flex;justify-content: space-between;align-items: center; gap: 0 2%; margin-bottom: calc(var(--main_m)/2);}
.price_box .contents{width: 32%;display: flex;background-color: var(--main_c2);padding: var(--main_p);border-radius: 8px;}
.price_box .contents.dis{color: #b9b9b9;}
.price_box .contents .tit{margin: 0; width: 50%;}
.price_box .contents .tit span{display: inline-block;background-color: #fff;padding: 0.2em 1em;border-radius: 50px;font-size: 0.9em;font-weight: 500;}
.price_box .contents .tit.c_black span{background-color: #000 !important; color: #fff;}
.price_box .contents .price{margin: 0;width: 50%;text-align: right;font-size: 2em;font-family: var(--font_en);font-weight: 300;}
.price_box .contents .price span{font-size: 0.7em;}

#tickets{margin-bottom: calc(var(--main_m) / 1.5);}
#tickets .price_box{margin-bottom: calc(var(--main_m) / 4);}
#tickets .price_box .contents{border: 1px solid #D4D9DE;}
#tickets .price_box .contents .tit span{background-color: #D4D9DE;}
#tickets .note_box{margin-bottom: calc(var(--main_m) / 4);}
#tickets .note_box a{text-decoration: underline;}

#tickets .pg_box{}
#tickets .pg_box .pg_contents{background-color: #fff;border-radius: 8px;padding: var(--main_p);margin-bottom: calc(var(--main_m)/3);}
#tickets .pg_box .pg_contents .pg_tit{font-size: 1.5em;font-weight: bold;line-height: 1.5em;color: var(--main_c);margin-bottom: 0.5em;}
#tickets .pg_box .pg_contents .date{display: flex;align-items: center;}
#tickets .pg_box .pg_contents .date .tag{background-color: #000;color: #fff;font-size: 0.9em;padding: 0.3em 1em;margin-right: 0.6em;border: 1px solid #000;}
#tickets .pg_box .pg_contents .date .tag.c_white{background-color: #fff; color: #000;}
#tickets .pg_box .pg_contents .date .txt{display: block;}
#tickets .pg_box .pg_contents .btn_list{display: flex;flex-wrap: wrap;}
#tickets .pg_box .pg_contents .btn_list li{width: 49%; margin-right: 2%;margin-bottom: 2%;}
#tickets .pg_box .pg_contents .btn_list li.one{width: 100%; margin-right: 0;margin-bottom: 0;}
#tickets .pg_box .pg_contents .btn_list li:nth-child(2n){margin-right: 0;}
#tickets .pg_box .pg_contents .btn_list li a{width: 100%;margin: 0;font-size: 1.2em;padding: 1em 2em;}

/* 受付終了 */
#tickets .pg_box .pg_contents.end{}
#tickets .pg_box .pg_contents.end .pg_tit{color: #ccc;font-size: 1.2em;}
#tickets .pg_box .pg_contents.end .date .tag{background-color: #ccc;}
#tickets .pg_box .pg_contents.end .date .txt{color: #ccc;}
#tickets .pg_box .pg_contents.end .btn_list li a{background-color: #ccc;font-size: 1em;pointer-events: none;}
#tickets .pg_box .pg_contents.end .btn_list li a:after{display: none;}

/* english */
#en .page_tit{font-size: 5em;}
.en_block{margin-bottom: calc(var(--main_m) / 1.5);}
.en_block .en_stit{text-align: center;font-family: var(--font_en);font-size: 4em;font-weight: bold;line-height: 1.5em;margin-bottom: 0.5em;}
.en_block .lead{text-align: center;font-size: 1.2em;line-height: 1.5em;margin-bottom: 3em;}
.en_block .price_box .contents .price span{font-size: 0.4em;font-weight: 600;line-height: 1em;display: inline-block;}

@media only screen and (max-width: 768px){
	#top_tickets{margin-bottom: calc(var(--main_m)/3);padding: calc(var(--main_p)/1) 0 calc(var(--main_p)*1.5);}

	.price_box{flex-direction: column;margin-bottom: calc(var(--main_m)/3);}
	.price_box .contents{width: 100%;padding: calc(var(--main_p) / 2);margin-bottom: 12px;}
	.price_box .contents:last-of-type{margin-bottom: 0;}

	#tickets .pg_box .pg_contents{padding: calc(var(--main_p)/2);margin-bottom: 4vw;}
	#tickets .pg_box .pg_contents .date .tag{display: inline-block;margin-bottom: 2px;padding: 0.1em 1em;}
	#tickets .pg_box .pg_contents .btn_list li{width: 100%;margin-right: 0;}

	/* english */
	#en .page_tit{font-size: 2.4em;}
	.en_block{margin-bottom: calc(var(--main_m) / 3);}
	.en_block .en_stit{font-size: 3em;}
	.en_block .lead{font-size: 1em;}
}


/* spotify
-------------------------------*/
.spo_area{margin-bottom: var(--main_m);}
.spo_area .container{max-width: 600px;}
.spo_area iframe{}

@media only screen and (max-width: 768px){
	.spo_area{margin-bottom: calc(var(--main_m)/3);}
	.spo_area iframe{height: 360px;}
}


/* about
-------------------------------*/
#top_about{margin-bottom: calc(var(--main_m)*1);margin-top: -80px;padding-top: 80px;}
#top_about .container{max-width: 1000px;}

.messa{margin-bottom: calc(var(--main_m)*0.5);}
.messa .stit{font-size: min(40px, 8vw);font-weight: bold;line-height: 1.5em;padding-bottom: 0.4em;margin-bottom: 0.6em;border-bottom: 1px solid #000;}
.messa .txt_box{text-align: left;}
.messa .txt_box .end_txt{text-align: right;}

.about_list{}
.about_list li{display: flex;border-bottom: 1px solid #D4D9DE;padding: calc(var(--main_p)/1.8);}
.about_list li .tit{margin: 0;width: 12em;color: #6D7176;}
.about_list li .txt{margin: 0;width: calc(100% - 12em);}

@media only screen and (max-width: 768px){
	#top_about{margin-bottom: calc(var(--main_m)/1.5);}

	.about_list li{flex-direction: column;padding: calc(var(--main_p) / 4);}
	.about_list li .tit{width: 100%;}
	.about_list li .txt{width: 100%;}
}

/* artists
-------------------------------*/
#artists{margin-bottom: calc(var(--main_m)/1.5);}

.artists_area{}
.artists_area ul{display: flex;flex-wrap: wrap;justify-content: flex-start;gap: 26px 2%;}
.artists_area ul li .modal_link{transition: 0.2s;}
.artists_area ul li .modal_link:hover{opacity: 0.8;transition: 0.2s;}
.artists_area ul li .a_img{line-height: 0;margin-bottom: 8px;}
.artists_area ul li .a_img.new{position: relative;}
.artists_area ul li .a_img.new:before{position: absolute;content: "";background: url(../images/artists/icon_artist_new.svg) no-repeat center; background-size:contain;width: 40px;height: 40px;top: -6px;left: -6px;}
.artists_area ul li .a_img img{border: 1px solid #D4D9DE;border-radius: 5px;width: 100%;}

.artists_area ul li .name_box .name{margin: 0;line-height: 1.3em;font-family: var(--font_en);font-weight: bold;position: relative;padding-right: 24px;}
.artists_area ul li .name_box .name:after{position: absolute;content: "";background-image: url(../images/icon_open.svg);background-position: center;background-repeat: no-repeat;background-size: contain;width: 20px;height: 20px;right: 0;top: 50%;transform: translateY(-50%);}

.artists_wrap{display: flex;--artist-area-gap:min(48px,5vw);gap: var(--artist-area-gap);position: relative;}
.artists_wrap:before{position: absolute;content: "";background:rgba(212, 217, 222, 1);width: 1px;height: 100%;left: 50%;transform: translateX(-50%);top: 0px;}
.artists_wrap .artists_area{width: calc((100% - var(--artist-area-gap))/2);}
.artists_wrap .artists_area .area_tit{background: #fff;display: flex;justify-content: center;padding: 8px;gap: 8px;align-items: baseline;font-family: var(--font_en);font-weight: bold;margin-bottom: 40px;}
.artists_wrap .artists_area .area_tit .year{display: inline-block; font-size: 24px;line-height: 1.4em;}
.artists_wrap .artists_area .area_tit .date{display: inline-block;font-size: 48px;line-height: 1.4em;}
.artists_wrap .artists_area .area_tit .day{display: inline-block;font-size: 18px;line-height: 1.4em;}

.artists_wrap .artists_area ul li{width: 49%;}

.artists_wrap .artists_area .block{margin-bottom: 30px;}
.artists_wrap .artists_area .block .block_tit{text-align: center;font-family: var(--font_en);font-size: 1.5em;font-weight: bold;line-height: 1.5em;margin-bottom: 0.8em;}

.day_btn{display: none;}

@media only screen and (max-width: 768px){
	.artists_area ul{gap: 12px 2%;}
    .artists_area ul li .a_img.new:before{width: 26px;height: 26px;}

	.artists_wrap{flex-direction: column;}
	.artists_wrap:before{display: none;}
	.artists_wrap .artists_area{width: 100%;margin-top: -80px;padding-top: 80px;}
    .artists_wrap .artists_area .area_tit{gap: 2px;margin-bottom: 20px;}
    .artists_wrap .artists_area .area_tit .year{font-size: 14px;line-height: 1.4em;}
    .artists_wrap .artists_area .area_tit .date{font-size: 24px;line-height: 1.4em;}
    .artists_wrap .artists_area .area_tit .day{font-size: 14px;line-height: 1.4em;}

	.day_btn{display: block;margin-bottom: 40px;position: relative;z-index: 10;}
	.day_btn ul{display: flex;justify-content: space-between;}
	.day_btn ul li{width: 46%;}
	.day_btn ul li a{display: block;color: #000;line-height: 1.6em;border-bottom: 1px solid #c5c5c5;position: relative;}
	.day_btn ul li a:after{border: 2px solid;border-color: transparent #000 #000 transparent;content: "";position: absolute;top: 50%;right: 0.6em;width: 7px;height: 7px;border-radius: 2px;transform: rotate(45deg) translateY(-70%);transition: 0.2s;}
	.day_btn ul li a .year{}
	.day_btn ul li a .date{font-size: 1.6em;line-height: 1.6em;}
	.day_btn ul li a .day{}
}

@media screen and (max-width: 768px) {
    .artists_area ul li .name_box .name .sp_space{display: block;}
}

/* extra
-------------------------------*/
#extra{margin-bottom: calc(var(--main_m)/1.5);}

.extra_area{}
.extra_area .stit{text-align: center;font-size: 1.6em;font-weight: bold;line-height: 1.5em;margin-bottom: 1.4em;}
.extra_area ul{display: flex;flex-wrap: wrap;}
.extra_area ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;display: flex;justify-content: space-between;border: 1px solid #D4D9DE;border-radius: 5px;padding: calc(var(--main_p)/2);}
.extra_area ul li:nth-child(2n){margin-right: 0;}
.extra_area ul li .a_img{width: 40%;line-height: 0;}
.extra_area ul li .a_img img{
    border-radius: 5px;
}
.extra_area ul li .txt_box{width: 56%;font-size: 0.8em;line-height: 2em;}
.extra_area ul li .txt_box .name{font-family: var(--font_en);font-size: 1.3em;font-weight: bold;line-height: 1.5em;margin-bottom: 0.5em;}
.extra_area ul li .txt_box .link_btn{background-color: var(--main_c);color: #fff;display: block;text-align: center;font-size: 1.1em;padding: 0.4em 0;}

@media only screen and (max-width: 768px){
	.extra_area ul li{width: 100%;margin-right: 0;margin-bottom: 12px;flex-direction: column;}
	.extra_area ul li .a_img{width: 100%;margin-bottom: 12px;}
	.extra_area ul li .txt_box{width: 100%;}
}


/* timetable
-------------------------------*/
#timetable{margin-bottom: calc(var(--main_m)/1.5);}
#timetable figure{line-height: 0;}
@media only screen and (max-width: 768px){
	#timetable figure img:first-of-type{margin-bottom: 8px;}
}


/* map
-------------------------------*/
#map{margin-bottom: calc(var(--main_m)/1.5);}
#map figure{line-height: 0;margin-bottom: calc(var(--main_m) / 2.5);}
@media only screen and (max-width: 768px){
	#map figure{margin-bottom: calc(var(--main_m) / 6);}
	#map figure img:first-of-type{margin-bottom: 8px;}
}


/* food
-------------------------------*/
#food{margin-bottom: calc(var(--main_m)/1);}
#food figure{line-height: 0;margin-bottom: calc(var(--main_m) / 2.5);}
#food .block{margin-bottom: calc(var(--main_m)/1.5);}
#food .block .stit{font-size: 1.4em;font-weight: bold;line-height: 1.5em;margin-bottom: 1em;}
#food .block .food_list{display: flex;flex-wrap: wrap;gap: 24px 1.33%;}
#food .block .food_list li{width: 24%;}
@media only screen and (max-width: 768px){
	#food{margin-bottom: calc(var(--main_m) / 2);}
	#food figure{margin-bottom: calc(var(--main_m) / 6);}
	#food figure img:first-of-type{margin-bottom: 8px;}
	#food .block{margin-bottom: calc(var(--main_m) / 2);}
	#food .block .food_list{gap: 24px 2%;}
	#food .block .food_list li{width: 49%;}
}


/* goods
-------------------------------*/
#goods{margin-bottom: calc(var(--main_m)/1);}
#goods .goods_top_btn{display: block;line-height: 0;margin-bottom: 24px;}
#goods .goods_list_outer{margin-bottom: 120px;}
#goods .goods_list_outer .tit{background: #fff;padding: 0.7em 0;font-family: var(--font_en);font-weight: bold;font-size: 2em;margin-bottom: 40px;text-align: center;}
#goods .goods_list{display: flex; justify-content: flex-start; gap: 40px 2%; flex-wrap: wrap;}
#goods .goods_list li{width: 32%;}
#goods .goods_list li .figure_box{margin-bottom: 34px;}
#goods .goods_list li .figure_box.no_page{margin-bottom: 12px;}
#goods .goods_list li .figure_box a{display: block;line-height: 0;}
#goods .goods_list li .figure_box a figure{}
#goods .goods_list li .figure_box a figure img{ width: 100%; height: auto;}
#goods .goods_list li .figure_box .pagination_box{position: relative;bottom: -28px;}
#goods .goods_list li .figure_box .pagination_box .swiper-pagination{bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;}
#goods .goods_list li .figure_box .pagination_box .swiper-pagination .swiper-pagination-bullet{margin: 0 3px;background: var(--main_c);}
#goods .goods_list li .txt_area{display: flex;justify-content: space-between;gap: 0 4%;}
#goods .goods_list li .txt_area .left{width: 66%;}
#goods .goods_list li .txt_area .left .name{margin: 0;}
#goods .goods_list li .txt_area .left .note{margin: 0;font-size: 0.8em;line-height: 1.5em;}
#goods .goods_list li .txt_area .right{width: 30%; text-align: right;}
#goods .goods_list li .txt_area .right .price{margin: 0;}
@media only screen and (max-width: 768px){
	#goods{margin-bottom: calc(var(--main_m) / 2);}
    #goods .goods_top_btn{margin-bottom: 8px;}
    #goods .goods_list_outer{margin-bottom: 60px;}
    #goods .goods_list_outer .tit{font-size: 1.5em;margin-bottom: 20px;}
    #goods .goods_list{flex-direction: column;}
    #goods .goods_list li{width: 100%;}
}


/* gallery
-------------------------------*/
#gallery{margin-bottom: calc(var(--main_m)/1.5);}
#gallery .g_block{margin-bottom: 80px;}
#gallery .g_block .tit{background: #fff;display: flex;justify-content: center;padding: 8px;gap: 8px;align-items: baseline;font-family: var(--font_en);font-weight: bold;margin-bottom: 40px;}
#gallery .g_block .tit .year{display: inline-block;font-size: 24px;line-height: 1.4em;}
#gallery .g_block .tit .date{display: inline-block;font-size: 48px;line-height: 1.4em;}
#gallery .g_block .tit .day{display: inline-block;font-size: 18px;line-height: 1.4em;}
#gallery .g_block .g_list{display: flex;flex-wrap: wrap;gap: 40px 1.33%;}
#gallery .g_block .g_list li{width: 24%;}
#gallery .g_block .g_list li a{color: #000;}
#gallery .g_block .g_list li a figure{line-height: 0;margin-bottom: 8px;}
#gallery .g_block .g_list li a figure img{border: 1px solid #D4D9DE;border-radius: 5px;width: 100%;}
#gallery .g_block .g_list li a .name_box{}
#gallery .g_block .g_list li a .name_box .name{margin: 0;line-height: 1.3em;font-family: var(--font_en);font-weight: bold;position: relative;}
#gallery .g_block .cs_txt{font-family: var(--font_en);text-align: center;font-size: 4em;font-weight: bold;line-height: 1.5em;padding: 0.5em 0;margin: 0;width: 100%;}

/* single */
#gallery .single_area{text-align: center;background-color: #fff;padding: 60px;}
#gallery .single_area .name{font-family: var(--font_en);font-size: 2em;font-weight: bold;line-height: 1.5em;margin-bottom: 1em;}
#gallery .single_area .g_area{}
#gallery .single_area .g_area .gallery_container{display: flex;gap: 20px 2%;justify-content: flex-start;flex-wrap: wrap;}
#gallery .single_area .g_area .gallery_container li{width: 32%;}
#gallery .single_area .g_area .gallery_container li a{display: block;line-height: 0;}
#gallery .single_area .g_area .gallery_container li a img{border: 1px solid #D4D9DE;border-radius: 5px;width: 100%;}

@media only screen and (max-width: 768px){
	#gallery{margin-bottom: calc(var(--main_m) / 2);}
	#gallery .g_block{margin-bottom: 40px;}
	#gallery .g_block .tit{gap: 2px;margin-bottom: 20px;}
	#gallery .g_block .tit .year{font-size: 14px;line-height: 1.4em;}
	#gallery .g_block .tit .date{font-size: 24px;line-height: 1.4em;}
	#gallery .g_block .tit .day{font-size: 14px;line-height: 1.4em;}
	#gallery .g_block .g_list{gap: 20px 2%;}
	#gallery .g_block .g_list li{width: 49%;}
	#gallery .g_block .cs_txt{font-size: 2.5em;}

	/* single */
	#gallery .single_area{padding: 20px; margin-bottom: calc(var(--main_m) / 3);}
	#gallery .single_area .name{font-size: 1.4em;margin-bottom: 0.5em;}
	#gallery .single_area .g_area .gallery_container{gap: 8px 4%;}
	#gallery .single_area .g_area .gallery_container li{width: 48%;}
}


/* sponsor area
-------------------------------*/
.sponsors_area{margin-bottom: calc(var(--main_m)*0.5);}
.sponsors_area ul{display: flex;justify-content: center;flex-wrap: wrap;gap: 20px 1.25%;}
.sponsors_area ul li{width: 19%;}
.sponsors_area ul li a{ display: block;line-height: 0;}

@media only screen and (max-width: 768px){
	.sponsors_area ul{gap: 12px 4%;}
	.sponsors_area ul li{width: 48%;}
}

/* sns area
-------------------------------*/
.sns_area{margin-bottom: calc(var(--main_m)*0);}
.sns_area ul{display: flex;justify-content: center;}
.sns_area ul li{width: 30px;margin: 0 12px;}
.sns_area ul li a{ display: block;line-height: 0;}

/* guide
-------------------------------*/
#guide{margin-bottom: calc(var(--main_m)/1.5);}

.guide_list{}
.guide_list .tit{position: relative;font-size: 2em;font-family: var(--font_en);font-weight: bold;line-height: 1.5em;position: relative;margin-bottom: 1em;padding-left: 0.9em;}
.guide_list .tit:after{position: absolute;content: "●";color: var(--main_c);font-size: 0.4em;left: 0.4em;top: 50%;transform: translateY(-50%);}
.guide_list .contents{margin-bottom: calc(var(--main_m)/3);}
.guide_list .contents .stit{font-size: 1.4em;font-weight: bold;line-height: 1.5em;margin-bottom: 1em;border-left: 6px solid #D4D9DE;padding-left: 0.6em;}
.guide_list .contents ul{list-style: disc;padding-left: 26px;}
.guide_list .contents ul li{margin-bottom: 12px;padding-bottom: 12px;border-bottom: 1px solid #D4D9DE;}

@media only screen and (max-width: 768px){
    .guide_list .tit{font-size: 1.5em;}
}



/*lightbox*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: inherit;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

/*  User Style: Change the following styles to modify the appearance of ColorBox.  They are ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: none;
}

/* #cboxContent{margin-bottom:60px; overflow:visible;}*/
#cboxContent {
    margin-right: 60px;
    overflow: visible;
}

.cboxIframe {
    background: #000;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    background: transparent;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxSlideshow, #cboxClose {
    text-indent: -9999px;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../images/controls2.png) no-repeat 0 0;
}

#cboxClose {
    background-position: 7px 0;
    right: -50px;
    border: 0;
    outline: none;
}

#cboxClose:hover {
    background-position: -40px 0;
}

#cboxPrevious, #cboxNext {
    background-image: url(../images/controls.png);
}

@media screen and (max-width: 769px) {
    #cboxContent {
        margin-right: 0;
        margin-bottom: 50px;
    }

    #cboxClose {
        right: inherit;
        right: 0;
        top: inherit;
        bottom: -35px;
        left: 0;
        height: 22px;
    }
}

/*2025.01.05 add*/
#gallery .single_area .credit { padding-top: 1em; text-align: right; }