@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------

	common

------------------------------------------------------*/
main { padding-bottom: 0;}
.bg-gradation { z-index: 0;}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

}



/*------------------------------------------------------

	main-visual

------------------------------------------------------*/
#main-visual { position: relative;}

#video-area { position: absolute; z-index: -1; top: 0; right: 0; left: 0; bottom: 0; overflow: hidden; }
#video { position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 177.77777778vh; height: 56.25vw; min-height: 100%; min-width: 100%; }
#video.mode_sp { width: 100%; height: auto; }
#main-visual .container { position: absolute; height: 100%; left: 0; right: 0; top: 0;}
#emphasize-bnr { position: absolute;}
#emphasize-bnr a { background-color: #5C2E7E; display: block; }
#emphasize-bnr img { width: 100%; height: auto;}
#main-visual form { position: absolute; background-color: rgba(255,255,255,0.5);}
#main-visual form input[name="keyword"] { height: 100%; border: none; padding: 5px; border-radius: 0; }
#main-visual form button { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; width: 55px; height: 100%; background-color: #5C2E7E; }
#main-visual form button img {}


.volume_btn { position: absolute; z-index: 1; }
.volume_btn button { background-color: transparent; border: none; padding: 0; }



@media (min-width: 768px) {
	/* #main-visual { min-height: 700px; height: calc(56.25vw - 200px);	} */
	#main-visual { min-height: 600px; height: calc(56.25vw - 450px);}
	#main-visual .container { max-width: 1600px;}
	
	#emphasize-bnr { width: 355px; height: 305px; right: 10px; bottom: 30px;}
	#emphasize-bnr a { padding: 10px; }
	#emphasize-bnr img {}
	
	#main-visual form { left: 0; right: 0; bottom: 40px; margin: auto; width: 700px; height: 80px; padding: 12px; }
	#main-visual form input[name="keyword"] { width: calc(100% - 55px); font-size: 1.6rem; }
	#main-visual form button {}
	#main-visual form button img { width: 36px; height: auto;}

	.volume_btn { left: 10px; bottom: 10px;}
	.volume_btn button img { width: 48px; height: auto;}
}

@media (max-width: 767px) {
	#main-visual { height: 450px;}
	#main-visual .container {}
	
	#emphasize-bnr { width: 190px; height: 150px; right: 0; bottom: 30px; }
	#emphasize-bnr a { padding: 5px; }
	#emphasize-bnr img {}
	
	#main-visual form { left: 0; right: 0; bottom: -20px; margin: auto; width: 100%; height: 46px; padding: 7px; }
	#main-visual form input[name="keyword"] { width: calc(100% - 30px); font-size: 1.4rem; margin-bottom: 0; }
	#main-visual form button { width: 30px;}
	#main-visual form button img { width: 19px; height: auto;}

	.volume_btn { right: 10px; top: 20px;}
	.volume_btn button img { width: 27px; height: 17px;}
}

/*------------------------------------------------------

main-visual-slider

------------------------------------------------------*/
#main-visual-slider { position: absolute; z-index: -1; top: 0; right: 0; left: 0; bottom: 0; overflow: hidden;}
#main-visual-slider .slick-slide {}
#main-visual-slider .slick-slide img { width: 100%; height: auto;}

#main-visual .catch-copy { position: absolute; }
#main-visual .catch-copy img { width: 100%; height: auto;}


@keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15); /* ’ˆ´óÂÊ */
	}
  }
  #main-visual-slider .add-animation {
	animation: zoomUp 14s linear 0s normal both;
  }

@media (min-width: 768px) {
	#main-visual .catch-copy { max-width: 520px; bottom: 55px; left: 5%; right: auto; top: auto; margin: auto; }
	#main-visual .catch-copy img {}
}
@media screen and (min-width:768px) and ( max-width:1920px) {
	#main-visual-slider .slick-slide { min-height: 600px; height: calc(56.25vw - 450px); }
	#main-visual-slider .slick-slide img { object-fit: cover; width: 100%; height: 100%;}
}

@media screen and (min-width:768px) and ( max-width:1220px) {
	#main-visual .catch-copy { width: 44%;}
}

@media (max-width: 767px) {
	#main-visual-slider .slick-slide { height: 450px;}
	#main-visual-slider .slick-slide img { object-fit: cover; width: 100%; height: 100%;}
	#main-visual .catch-copy { top: 15px; width: 50%; max-width: 240px; left: 10px; right: 0; margin-left: auto; margin-right: auto; }
	#main-visual .catch-copy img {}

}


/*------------------------------------------------------

	related-sites

------------------------------------------------------*/
#related-sites { background-color: #8BBCCC;}
#related-sites .l_col-2 {}
#related-sites .l_col-2 li {}
#related-sites .l_col-2 li a {}
#related-sites .l_col-2 li img {}


@media (min-width: 768px) {
	#related-sites { padding: 30px 0 15px;}
	#related-sites .l_col-2 { max-width: 1100px; margin-bottom: 16px;}
	#related-sites .l_col-2 li { width: calc(50% - 10px); max-width: 668px;}
	
}

@media (max-width: 767px) {
	#related-sites { padding: 15px 0 15px;}
	#related-sites .l_col-2 li { margin-bottom: 15px; }
	#related-sites .l_col-2 li:not(:last-child) { margin-bottom: 5px;}
	
}

/*------------------------------------------------------

	emphasize-slider

------------------------------------------------------*/
#emphasize-slider { background-color: #D7E1E7;}
#emphasize-slider .emphasize-slider-contents {}
#emphasize-slider .emphasize-slider-contents .slick-slide { box-shadow: 0px 0px 6px 3px rgba(51,51,51,0.1);}
#emphasize-slider .emphasize-slider-contents .slick-slide a { background-color: #fff; display: block; text-decoration: none; }
#emphasize-slider .emphasize-slider-contents .slick-slide figure { margin-bottom: 0;}
#emphasize-slider .emphasize-slider-contents .slick-slide figure img {}
#emphasize-slider .emphasize-slider-contents .slick-slide .title { position: relative; color: #333; font-size: 1.6rem; padding-left: 40px; padding-right: 80px;}
#emphasize-slider .emphasize-slider-contents .slick-slide .title::before { content: ''; position: absolute; width: 10px; height: 10px; background-color: #5C2E7E; transform: rotate(45deg); left: 7px; top: calc(1em - 10px); }
#emphasize-slider .emphasize-slider-contents .slick-slide .title::after { content: "more"; position: absolute; width: 70px; height: 100%; background-color: #5C2E7E; right: 0; top: 0; color: #fff; font-size: 1.4rem; display: inline-flex; justify-content: center; align-items: center; }

#emphasize-slider .slick-dots { text-align: right; bottom: -40px;}
#emphasize-slider .slick-dots li { width: 50px; height: 10px; margin: 0;}
#emphasize-slider .slick-dots li button { padding: 0; width: 100%; height: 100%;}
#emphasize-slider .slick-dots li button::before { content: ""; background-color: #fff; height: 10px; width: 100%; opacity: 1; }
#emphasize-slider .slick-dots li.slick-active button:before { background-color: #5C2E7E;}

@media (min-width: 768px) {
	#emphasize-slider { padding: 60px 0 40px;}
	#emphasize-slider .emphasize-slider-contents { max-width: 1430px; }
	#emphasize-slider .emphasize-slider-contents .slick-list { padding: 10px 0;}
	#emphasize-slider .emphasize-slider-contents .slick-slide { margin-right: 40px; margin-left: 40px;}
	#emphasize-slider .emphasize-slider-contents .slick-slide .title { min-height: 55px; line-height: 1.4; padding-top: 6px; }
	#emphasize-slider .emphasize-slider-contents .slick-slide .title::before { top: 11px; left: 20px;}
	#emphasize-slider .emphasize-slider-contents .slick-slide .title::after { transition: background-color 0.2s;}
	#emphasize-slider .emphasize-slider-contents .slick-slide a:hover .title::after { background-color: #3096B7;}
}

@media screen and (min-width:768px) and ( max-width:1220px) {
	#emphasize-slider .emphasize-slider-contents .slick-slide { margin-left: 20px; margin-right: 20px;}
}

@media (max-width: 767px) {
	#emphasize-slider { padding: 30px 0 20px;}
	#emphasize-slider .emphasize-slider-contents { margin-left: 0; margin-right: 0;}
	#emphasize-slider .emphasize-slider-contents .slick-list { padding-top: 10px !important; padding-bottom: 10px !important;}
	#emphasize-slider .emphasize-slider-contents .slick-slide { margin-left: 5px; margin-right: 5px; }
	#emphasize-slider .emphasize-slider-contents .slick-slide .title { display: none;}
	
	#emphasize-slider .slick-dots { text-align: center; bottom: -32px;}
	#emphasize-slider .slick-dots li { width: 30px;}
}

/*------------------------------------------------------



------------------------------------------------------*/
#top .l_col-news { border-bottom: 1px solid #C7CED2;}
#top .l_col-news dt { position: relative;}
#top .l_col-news dt span { display: inline-block; border-radius: 8px; font-weight: normal; color: #5C2E7E; border: 1px solid #5C2E7E; line-height: 1; white-space: nowrap;}
#top .l_col-news dd { background: none; padding: 0; margin: 0;}
#top .l_col-news dd a { color: #444; text-decoration: none; }
#top .l_col-news:last-child {}
#top .l_col-news.fixed-last { border-bottom-color: #5C2E7E; }
#top .more-contents { display: none;}

#top .more-btn { width: 50px; height: 50px; margin-left: auto; margin-right: auto; font-size: 1.4rem; color: #5C2E7E; position: relative; text-align: center; padding-top: 24px; }
#top .more-btn span { content: ""; position: absolute; width: 18px; height: 3px; background-color: #000; left: 0; right: 0; margin: auto; top: 15px; transition: transform 0.2s;}
#top .more-btn span:first-child {}
#top .more-btn span:last-child { transform: rotate(90deg);}

#top .more-btn.active span:last-child { transform: rotate(0deg);}

@media (min-width: 768px) {
	#top .l_col-news { padding: 15px 20px;}
	#top .l_col-news dt { width: 330px; font-size: 1.5rem;}
	#top .l_col-news dt span { margin-left: 15px; font-size: 1.4rem; padding: 4px 10px;}
	#top .l_col-news dd { width: calc(100% - 330px); font-size: 1.5rem;}
	#top .l_col-news dd a:hover { text-decoration: underline; color: #3096B7; }
	
	#top .more-btn { cursor: pointer;}
}

@media (max-width: 767px) {
	#top .l_col-news { padding: 8px 6px;}
	#top .l_col-news dt { width: 100%; font-size: 1.2rem;}
	#top .l_col-news dt span { font-size: 1.2rem; padding: 2px 12px; margin-left: 0; }
	#top .l_col-news dd { width: 100%; font-size: 1.2rem;}
}

/*------------------------------------------------------

	news

------------------------------------------------------*/
#news { max-width: none; margin-bottom: 0; box-shadow: none; }
#news .title-d { text-align: center; font-weight: normal;}
#news > .title { color: #5C2E7E; text-align: center; border-top: 1px solid #5C2E7E; border-bottom: 1px solid #5C2E7E; font-weight: bold; }
#news dl { height: auto; position: relative;}
#news dl::after { content: ""; position: absolute; width: 100%; height: 1px; background-color: #5C2E7E; left: 0; bottom: 0;}
#news dl .l_col-news {}
#news dl .l_col-news dt {}
#news dl .l_col-news dt div { display: inline-block; }
#news dl .l_col-news dt span { width: calc(100% - (135px + 55px)); text-align: center;}
#news dl .l_col-news dt span.long { font-size: 80%; letter-spacing: -1px;}
#news dl .l_col-news dd {}
#news dl .l_col-news dd a {}
#news dl .l_col-news:last-child {}

#news dl .l_col-news.fixed-last {}
#news dl .more-contents {}

#news .more-btn {}
#news .more-btn span {}
#news .more-btn span:first-child {}
#news .more-btn span:last-child {}


@media (min-width: 768px) {
	#news { max-width: 1030px;}
	#news .title-d { font-size: 3.4rem;}
	#news > .title { padding: 0 10px; font-size: 2.4rem; height: 90px; line-height: 90px; margin-bottom: 15px; }

	#news dl .l_col-news dt div { min-width: 135px; }
}

@media (max-width: 767px) {
	#news { margin-left: 15px; margin-right: 15px; width: auto; }
	#news > .title { padding: 5px; font-size: 1.6rem; }
	#news dl { max-height: none; overflow-x: auto; }
	#news dl .l_col-news dt { padding-left: 0; padding-right: 0;}
	#news dl .l_col-news dt div { min-width: 110px; }
	#news dl .l_col-news dt span { width: 140px;}
}


/*------------------------------------------------------

	pickup

------------------------------------------------------*/
#pickup {}
#pickup .title-d { text-align: center; 
	border-top: 1px solid #5C2E7E;
    border-bottom: 1px solid #5C2E7E;
    padding-top: 0;
}
#pickup .l_col-4 {}
#pickup .l_col-4 li { }
#pickup .l_col-4 li a { display: block; background-color: #fff; color: #000; text-decoration: none; height: 100%;}
#pickup .l_col-4 figure { margin-bottom: 0;}
#pickup .l_col-4 figure img { object-fit: cover; width: 100%; height: 100%; }
#pickup .l_col-4 figure + div { padding: 20px;}
#pickup .l_col-4 .date { font-size: 1.4rem;}
#pickup .l_col-4 .category { font-size: 1.5rem; color: #5C2E7E; font-weight: bold; }
#pickup .l_col-4 .title { position: relative; /*padding-left: 25px;*/ color: #5C2E7E; font-weight: bold;}
/* #pickup .l_col-4 .title::before { content: ''; position: absolute; width: 10px; height: 10px; background-color: #5C2E7E; transform: rotate(45deg); top: calc(1em - 10px); left: 4px; top: 7px; } */

@media (min-width: 768px) {
	#pickup { width: calc(100% - 40px); max-width: 1490px; margin-left: auto; margin-right: auto; }
	#pickup .title-d { font-size: 2.4rem; height: 90px; line-height: 90px; max-width: 1030px; margin-left: auto; margin-right: auto; }
	#pickup .l_col-4 { margin-bottom: 70px;}
	#pickup .l_col-4 > * { width: calc(100% / 4 - 47px); margin-right: 62px; max-width: 325px; box-shadow: 0px 0px 10px 3px rgba(51,51,51,0.2);}
	#pickup .l_col-4 > *:nth-child(4n) { margin-right: 0; }
	#pickup .l_col-4 figure img { max-height: 195px;}
	#pickup .l_col-4 .title { font-size: 1.5rem; }
	#pickup .l_col-4 .category { margin-bottom: 8px; }
}

@media screen and (min-width:1221px) and ( max-width:1490px) {
	/*#pickup .l_col-4 { margin-left: 20px; margin-right: 20px;}*/
}

@media screen and (min-width:768px) and ( max-width:1220px) {
	#pickup .l_col-4 > * { width: calc(100% / 4 - 15px); margin-right: 20px; }
}

@media (max-width: 767px) {
	#pickup {}
	#pickup .title-d { font-size: 1.6rem; height: 40px; line-height: 40px;}
	#pickup .l_col-4 li { width: calc(50% - 10px);}
	/*
	#pickup .l_col-4 li a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify;
justify-content: space-between; flex-direction: row-reverse; align-items: center; background-color: #8BBCCC; }
	#pickup .l_col-4 figure { width: 60%;}
	#pickup .l_col-4 figure img { max-height: 36vw;}
	#pickup .l_col-4 figure + div { width: 40%; color: #fff;}
	#pickup .l_col-4 .date { font-size: 1.2rem;}
	#pickup .l_col-4 .category { color: #fff; font-size: 1.2rem; margin-bottom: 0;}
	#pickup .l_col-4 .title { display: block; width: 100%; background-color: #fff; padding: 10px 15px 10px 30px; font-size: 1.2rem; }
	#pickup .l_col-4 .title::before { top: 18px; left: 14px; }
	*/
	#pickup .l_col-4 li a { border: 1px solid #ccc;}
	#pickup .l_col-4 figure {}
	#pickup .l_col-4 figure img {}
	#pickup .l_col-4 figure + div { border-top: 1px solid #ccc; padding: 10px; }
	#pickup .l_col-4 .date { font-size: 1.2rem;}
	#pickup .l_col-4 .category { font-size: 1.2rem;}
	#pickup .l_col-4 .title { font-size: 1.2rem; /*padding-left: 18px;*/}
	/* #pickup .l_col-4 .title::before { width: 8px; height: 8px; } */
}



/*------------------------------------------------------

	other-info

------------------------------------------------------*/
#other-info {}
#other-info .switch-change-tab { border-top: 1px solid #5C2E7E; border-bottom: 1px solid #5C2E7E; }
#other-info .switch-change-tab button { max-width: none; width: 50%; margin: 0; background-color: #fff; color: #5C2E7E; border: none; }
#other-info .switch-change-tab button.active { background-color: #C7E0E7;}

#other-info .diary {}
#other-info .diary .l_col-2 {}
#other-info .diary .l_col-2 > div {}
#other-info .diary .l_col-diary { color: #000; text-decoration: none; }
#other-info .diary .l_col-diary figure { margin-bottom: 0;}
#other-info .diary .l_col-diary figure img  { object-fit: cover; height: 100%; width: 100%; }
#other-info .diary .l_col-diary > div {}
#other-info .diary .l_col-diary .date { font-size: 1.5rem;}
#other-info .diary .l_col-diary .title { font-size: 1.5rem; font-weight: bold; color: #5C2E7E; line-height: 1.6;}
#other-info .diary .l_col-diary .body { font-size: 1.4rem;}

#other-info .btn-c {}
#other-info .btn-c a { padding: 0px 35px 0 10px; border-radius: 4px; margin-left: auto; margin-right: auto; }
#other-info .btn-c a::before { content: ''; width: 10px; height: 10px; border-top: 2px solid #5C2E7E; border-right: 2px solid #5C2E7E; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 20px; top: calc(50% - 5px); }

@media (min-width: 768px) {
	#other-info .switch-change-tab { padding: 10px 20px; }
	#other-info .switch-change-tab button { font-size: 1.9rem; padding: 3px 5px;}
	
	#other-info .diary { padding-top: 0; padding-bottom: 50px; display: block !important;}
	#other-info .diary .l_col-2 > div { width: calc(50% - 10px);}
	#other-info .diary .l_col-diary figure { width: 240px;}
	#other-info .diary .l_col-diary figure img { max-height: 135px; }
	#other-info .diary .l_col-diary > div { width: calc(100% - (240px + 20px));}
	#other-info .diary .l_col-diary .title { margin-bottom: 10px; }
	#other-info .diary .l_col-diary .title span.point { display: none;}
	#other-info .diary .l_col-2 > *:nth-child(n+3) { margin-top: 40px;}
	#other-info .diary .more-contents { padding-top: 40px;}
	#other-info .diary .link-area { display: none;}

	#other-info .report { padding-top: 20px;}
	#other-info .more-btn { display: none;}

	#other-info .btn-c {}
	#other-info .btn-c a {}
}

@media (max-width: 767px) {
	#other-info { margin-left: 0; margin-right: 0;}
	#other-info .switch-change-tab { padding: 10px;}
	#other-info .switch-change-tab button { padding: 6px 5px;}
	#other-info .switch-change-tab button:first-child { font-size: 1.5rem;}
	
	#other-info .diary { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #5C2E7E; display: none;}
	#other-info .diary .l_col-2 > div { width: calc(50% - 10px);}
	#other-info .diary .l_col-2 > div:not(:last-child) { margin-bottom: 20px; }
	#other-info .diary .l_col-diary { border: 1px solid #ccc; height: 100%;}
	#other-info .diary .l_col-diary figure { width: 100%; }
	#other-info .diary .l_col-diary figure img { max-height: 50vw;}
	#other-info .diary .l_col-diary > div { background-color: #fff; width: 100%; padding: 10px; height: auto; border-top: 1px solid #ccc; }
	#other-info .diary .l_col-diary .date { font-size: 1.2rem;}
	#other-info .diary .l_col-diary .title { font-size: 1.2rem;}
	#other-info .diary .l_col-diary .title span.omit { display: none;}
	#other-info .diary .l_col-diary .title span::after {}
	#other-info .diary .more-contents { padding-top: 20px;}
	#other-info .diary .link-area { position: relative; top: 20px; margin-bottom: 0; width: 100% !important;}
	#other-info .diary .link-area .btn-c { display: inline-block;}

	#other-info .report { padding-top: 20px;}
	#other-info .report .l_col-news dt { margin-bottom: 0;}
	#other-info .more-btn { margin-top: 20px;}

	#other-info .btn-c { display: none;}
	#other-info .btn-c a { font-size: 1.4rem; }
}


/*------------------------------------------------------

	event

------------------------------------------------------*/
#event { background-color: #D7E1E7; padding-top: 40px;}
#event .title { position: relative;}
#event .title .title-b {
	border-top: 1px solid #5C2E7E;
    border-bottom: 1px solid #5C2E7E;
    padding-top: 0;
    font-size: 2.4rem;
}
#event .title .title-b::before ,
#event .title .title-b::after { display: none;}
#event .title .title-b small { color: #000;}
#event .title .btn-c { position: absolute; right: 0; bottom: 0;}
#event .title .btn-c a { padding: 0px 35px 0 10px; border-radius: 4px; }
#event .title .btn-c a::before { content: ''; width: 10px; height: 10px; border-top: 2px solid #5C2E7E; border-right: 2px solid #5C2E7E; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 20px; top: calc(50% - 5px);}

#event .event-slider-contents {}
#event .event-slider-contents .slick-slide {}
#event .event-slider-contents .slick-slide a { display: block; background-color: #fff; text-decoration: none;}
#event .event-slider-contents .slick-slide .date { color: #fff; background-color: #5C2E7E; text-align: center; font-size: 1.5rem; }
#event .event-slider-contents .slick-slide .title {}
#event .event-slider-contents .slick-slide figure { margin-bottom: 0; overflow: hidden;}
#event .event-slider-contents .slick-slide figure img { object-fit: cover; width: 100%; height: 100%;}

#event .event-slider-contents .slick-prev,
#event .event-slider-contents .slick-next { width: 24px; height: 58px;}
#event .event-slider-contents .slick-prev:before,
#event .event-slider-contents .slick-next:before { background: url(/common/images/img_slide-allow.svg) no-repeat; color: transparent; width: 100%; height: 100%; display: block; opacity: 0.8;}
#event .event-slider-contents .slick-prev:before { transform: rotate(180deg);}

#event .slick-dots { bottom: -40px;}
#event .slick-dots li { width: 50px; height: 10px; margin: 0;}
#event .slick-dots li button { padding: 0; width: 100%; height: 100%;}
#event .slick-dots li button::before { content: ""; background-color: #fff; height: 10px; width: 100%; opacity: 1; }
#event .slick-dots li.slick-active button:before { background-color: #5C2E7E;}

@media (min-width: 768px) {
	#event { padding-bottom: 120px; position: relative;}
	#event .title { position: static;}
	#event .title .btn-c {
		right: 0;
		bottom: 40px;
		left: 0;
		top: auto;
		margin: auto;
		max-width: 220px;
	}
	#event .title .title-b { margin-bottom: 40px; max-width: 1030px; margin-left: auto; margin-right: auto; height: 90px; line-height: 90px;}

	#event .event-slider-contents { max-width: 1470px;}
	#event .event-slider-contents .slick-slide { margin-right: 12px; margin-left: 12px; }
	#event .event-slider-contents .slick-slide .date { height: 30px; line-height: 30px; }
	#event .event-slider-contents .slick-slide .title { padding: 20px 15px; font-size: 1.5rem; color: #5C2E7E; font-weight: bold; min-height: calc((2em*1.8) + 40px);}
	#event .event-slider-contents .slick-slide figure { max-height: 200px;}

	#event .event-slider-contents .slick-prev { left: -60px;}
	#event .event-slider-contents .slick-next { right: -60px;}
}

@media (max-width: 767px) {
	#event { padding-bottom: 50px;}
	#event .title { padding-bottom: 40px;}
	#event .title .title-b { margin-bottom: 20px; height: 40px; line-height: 40px; font-size: 1.6rem; }
	#event .title .btn-c { bottom: 10px;}
	#event .title .btn-c a { font-size: 1.4rem;}
	
	#event .event-slider-contents .slick-slide a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; flex-direction: row-reverse; color: #000; position: relative; }
	#event .event-slider-contents .slick-slide a > div { width: 50%;}
	#event .event-slider-contents .slick-slide .date { position: absolute; left: 0; top: 0; width: 50%; font-size: 1rem; height: 20px; line-height: 20px;}
	#event .event-slider-contents .slick-slide .title { font-size: 1.2rem; padding: 20px 10px 10px;}
	#event .event-slider-contents .slick-slide figure { width: 50%; padding-top: 20px; max-height: 39vw;}
	#event .event-slider-contents .slick-slide figure img { object-fit: cover; height: 100%; width: 100%;}

	#event .slick-dots { text-align: left; bottom: -30px; max-width: 70%;}
	#event .slick-dots li { width: 30px;}

	#event .event-slider-contents .slick-prev,
	#event .event-slider-contents .slick-next { width: 45px; height: 25px; background-color: #5C2E7E; }
	#event .event-slider-contents .slick-prev { right: 50px; bottom: -55px; top: auto; left: auto; }
	#event .event-slider-contents .slick-next { right: 0; bottom: -55px; top: auto;	}

	#event .event-slider-contents .slick-prev:before,
	#event .event-slider-contents .slick-next:before { color: transparent; width: 100%; height: 100%; display: block; background-size: auto 60%; background-position: center center; opacity: 1; }

}



/*------------------------------------------------------

	other-contents

------------------------------------------------------*/
/*#other-contents {}

#other-contents #tv {}
#other-contents #tv > div:first-child {}
#other-contents #tv .title-d { text-align: center; }
#other-contents #tv .text {}
#other-contents #tv .text p {}
#other-contents #tv > div:last-child { background-color: #5C2E7E; position: relative;}
#other-contents #tv a { display: block;}
#other-contents #tv figure { margin-bottom: 0;}
#other-contents #tv figure img {}
#other-contents #tv .date { position: absolute; left: 0; top: 0; font-size: 1.4rem; color: #fff; background-color: #9577AB; width: 180px; height: 25px; text-align: center;}

#other-contents #voice {}
#other-contents #voice > div:first-child {}
#other-contents #voice .title-d { text-align: center;}
#other-contents #voice .text {}
#other-contents #voice .text p {}
#other-contents #voice .btn-b {}
#other-contents #voice .btn-b a { max-width: none; padding: 6px 10px; font-size: 1.4rem; }
#other-contents #voice .btn-b a::after { display: none;}
#other-contents #voice > div:last-child {}
#other-contents #voice .voice-slider-contents {}
#other-contents #voice .voice-slider-contents .slick-slide {}
#other-contents #voice .voice-slider-contents .slick-slide a { display: block;}
#other-contents #voice .voice-slider-contents .slick-slide figure { margin-bottom: 0;}
#other-contents #voice .voice-slider-contents .slick-slide figure img {}

#other-contents #voice .voice-slider-contents .slick-prev,
#other-contents #voice .voice-slider-contents .slick-next { width: 60px; height: 35px; z-index: 1; background-color: rgba(92, 46, 126,0.5); }
#other-contents #voice .voice-slider-contents .slick-prev { left: auto; bottom: -17px; top: auto; right: 65px; }
#other-contents #voice .voice-slider-contents .slick-next { right: 0; bottom: -17px; top: auto; }

#other-contents #voice .voice-slider-contents .slick-prev:before,
#other-contents #voice .voice-slider-contents .slick-next:before { background: url(/common/images/img_slide-allow.svg) no-repeat; color: transparent; width: 100%; height: 100%; display: block; background-size: auto 60%; background-position: center center; opacity: 1; }
#other-contents #voice .voice-slider-contents .slick-prev:before { transform: rotate(180deg);}


@media (min-width: 768px) {
	#other-contents { max-width: 1500px;}

	#other-contents #tv { width: 50%;}
	#other-contents #tv > div:first-child { width: calc(100% - 380px); padding: 50px 50px 10px;}
	#other-contents #tv .title-d { font-size: 2.8rem; margin-bottom: 25px;}
	#other-contents #tv > div:last-child { width: 380px;}
	#other-contents #tv a { padding-top: 70px; padding-bottom: 50px; }
	
	#other-contents #voice { width: 50%;}
	#other-contents #voice > div:first-child { width: calc(100% - 380px); padding: 50px 50px 10px; }
	#other-contents #voice .title-d { font-size: 2.8rem; margin-bottom: 25px; }
	#other-contents #voice .text p { font-size: 1.5rem;}
	#other-contents #voice > div:last-child { width: 380px; }
}

@media screen and (min-width:768px) and ( max-width:1220px) {
	#other-contents { width: 100%; }
	#other-contents #tv ,
	#other-contents #voice { width: 100%;}
	#other-contents #tv { border-bottom: 1px solid #5C2E7E;}
}


@media (max-width: 767px) {
	#other-contents { margin-left: 0; margin-right: 0;}

	#other-contents #tv { width: 100%; margin-bottom: 0; }
	#other-contents #tv > div:first-child { width: 100%; }
	#other-contents #tv .title-d { background-size: cover; height: 80px; line-height: 80px; margin-bottom: 0px;}
	#other-contents #tv .text { margin-bottom: 0;}
	#other-contents #tv .text p { font-size: 1.2rem; margin-bottom: 0;}
	#other-contents #tv > div:last-child { width: 100%; }
	#other-contents #tv a { padding-top: 45px; padding-bottom: 45px; }
	#other-contents #tv .date { top: 10px;}
	
	#other-contents #voice { width: 100%; }
	#other-contents #voice > div:first-child { width: 100%; }
	#other-contents #voice .title-d { background-size: cover; height: 80px; padding-top:20px; margin-bottom: 20px; }
	#other-contents #voice .text { margin-bottom: 0;}
	#other-contents #voice .text p { font-size: 1.2rem; margin-bottom: 0; }
	#other-contents #voice .btn-b { width: calc(100% - 40px); margin-left: auto; margin-right: auto; }
	#other-contents #voice > div:last-child { width: 100%; padding: 0 25px; }
	#other-contents #voice .voice-slider-contents { margin-bottom: 10px; }
}
*/

/*------------------------------------------------------

	other-contents

------------------------------------------------------*/
#other-contents {}
#other-contents > .title-d {
	border-top: 1px solid #5C2E7E;
    border-bottom: 1px solid #5C2E7E;
	text-align: center;
}

#other-contents .l_col-4 {}
#other-contents .l_col-4 section { box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15); }
#other-contents .l_col-4 section a { display: block; height: 100%; text-decoration: none; background-color: #fff;}
#other-contents .l_col-4 section figure { margin-bottom: 0;}
#other-contents .l_col-4 section figure img {}
#other-contents .l_col-4 section div { text-align: center; }
#other-contents .l_col-4 section .title-d { margin-bottom: 0;}

@media (min-width: 768px) {
	#other-contents { max-width: 1030px;}
	#other-contents > .title-d { font-size: 2.4rem; height: 90px; line-height: 90px;}

	#other-contents .l_col-4 {}
	#other-contents .l_col-4 section { width: calc((100% / 4) - 22px); margin-right: 29px; }
	#other-contents .l_col-4 > *:nth-child(4n) { margin-right: 0;}
	#other-contents .l_col-4 section a {}
	#other-contents .l_col-4 section figure {}
	#other-contents .l_col-4 section figure img {}
	#other-contents .l_col-4 section div { padding: 20px 10px; }
	#other-contents .l_col-4 section .title-d { font-size: 2.2rem;}
}

@media (max-width: 767px) {
	#other-contents {}
	#other-contents > .title-d { font-size: 1.4rem; height: 40px; line-height: 40px;}

	#other-contents .l_col-4 {}
	#other-contents .l_col-4 section { width: calc(50% - 8px);}
	#other-contents .l_col-4 section a {}
	#other-contents .l_col-4 section figure {}
	#other-contents .l_col-4 section figure img {}
	#other-contents .l_col-4 section div { padding: 10px;}
	#other-contents .l_col-4 section .title-d { font-size: 1.6rem;}
}



/*------------------------------------------------------



------------------------------------------------------*/
.link-area { background-color: #D7E1E7; padding: 8px; text-align: right;}
.link-area .btn-c { display: inline-block;}
.link-area .btn-c a { border: none; padding: 0px 35px 0 10px; border-radius: 4px; font-size: 1.5rem; }
.link-area .btn-c a::before { content: ''; width: 10px; height: 10px; border-top: 2px solid #5C2E7E; border-right: 2px solid #5C2E7E; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 20px; top: calc(50% - 5px); }


@media (min-width: 768px) {
	
}

@media (max-width: 767px) {
	.link-area .btn-c a { font-size: 1.4rem; }
	
}


/*------------------------------------------------------

	

------------------------------------------------------*/
#other-bnr-slider { background: #D7E1E7; }
#other-bnr-slider .container { max-width: 1460px; }
#other-bnr-slider .other-bnr-slider-contents { position: relative; justify-content: flex-start; max-width: calc(320px * 2 + 20px); margin-left: auto; margin-right: auto; width: calc(100% - 20px); }
#other-bnr-slider .other-bnr-slider-contents li { max-width: 320px;}
#other-bnr-slider .other-bnr-slider-contents li a {}
#other-bnr-slider .other-bnr-slider-contents li img {}

/* slider */
/* #other-bnr-slider .other-bnr-slider-contents .slick-slide { margin: 0 15px; max-width: 320px; width: 100%; }
#other-bnr-slider .other-bnr-slider-contents .slick-slide img { width: 100%; }
#other-bnr-slider .other-bnr-slider-contents .slide-arrow { border: none; background: none; position: absolute; top: 20px; cursor: pointer; z-index: 1; }
#other-bnr-slider .other-bnr-slider-contents .slide-arrow.prev-arrow { transform: scale(-1, 1); }
#other-bnr-slider .other-bnr-slider-contents .slide-arrow.next-arrow {} */

@media (min-width: 768px) {
    #other-bnr-slider { padding: 50px 0; }
    #other-bnr-slider .container { /*padding: 0 70px;*/ }
    /* #other-bnr-slider .other-bnr-slider-contents .slide-arrow.prev-arrow { left: 0; }
    #other-bnr-slider .other-bnr-slider-contents .slide-arrow.next-arrow {right: 0; }

    #other-bnr-slider .other-bnr-slider-contents.min-4 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-3 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-2 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-1 .slick-track { transform: none !important; margin-left: auto; margin-right: auto; } */

	#other-bnr-slider .other-bnr-slider-contents li:nth-child(odd) { margin-right: 20px;}
}


@media (min-width: 1360px) {
    /* #other-bnr-slider .other-bnr-slider-contents.min-4 .slick-track { width: calc((320px + 30px) * 4) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-3 .slick-track { width: calc((320px + 30px) * 3) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-2 .slick-track { width: calc((320px + 30px) * 2) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-1 .slick-track { width: calc((320px + 30px) * 1) !important; } */
}

@media (max-width: 1360px) and (min-width: 768px) {
	/* #other-bnr-slider .other-bnr-slider-contents .slick-slide { max-width: 240px;}

    #other-bnr-slider .other-bnr-slider-contents.min-4 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-3 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-2 .slick-track ,
    #other-bnr-slider .other-bnr-slider-contents.min-1 .slick-track { width: auto !important;}

    #other-bnr-slider .other-bnr-slider-contents.min-4 .slick-track { width: calc((240px + 30px) * 2) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-3 .slick-track { width: calc((240px + 30px) * 2) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-2 .slick-track { width: calc((240px + 30px) * 2) !important; }
    #other-bnr-slider .other-bnr-slider-contents.min-1 .slick-track { width: calc((240px + 30px) * 1) !important; }

    #other-bnr-slider .other-bnr-slider-contents.min-4 .slick-slide ,
    #other-bnr-slider .other-bnr-slider-contents.min-3 .slick-slide { margin-bottom: 15px;} */
}



@media (max-width: 767px) {
    #other-bnr-slider { padding: 25px 0; }
    #other-bnr-slider .container { /*margin: 0;*/ }
    /* #other-bnr-slider .other-bnr-slider-contents .slide-arrow.prev-arrow { left: 9px; }
    #other-bnr-slider .other-bnr-slider-contents .slide-arrow.next-arrow { right: 9px; } */

	#other-bnr-slider .other-bnr-slider-contents li { width: calc(50% - 5px); margin-bottom: 10px;}
	#other-bnr-slider .other-bnr-slider-contents li:nth-child(odd) { margin-right: 10px;}
}



/*------------------------------------------------------

	purpose-link

------------------------------------------------------*/
#purpose-link { background-color: #4C6793;}
#purpose-link .l_col-purpose {}
#purpose-link .l_col-purpose li { width: 20%; text-align: center; }
#purpose-link .l_col-purpose li a { color: #fff; text-decoration: none; font-weight: bold; display: block; }
#purpose-link .l_col-purpose li figure { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center;}
#purpose-link .l_col-purpose li img { display: inline-flex; margin-left: auto; margin-right: auto; }



@media (min-width: 768px) {
	#purpose-link {}
	#purpose-link .l_col-purpose { max-width: 1100px;}
	#purpose-link .l_col-purpose li { font-size: 1.4rem; letter-spacing: 0.1rem; }
	#purpose-link .l_col-purpose li a { height: 72px; padding-top: 10px; }
	#purpose-link .l_col-purpose li a:hover { opacity: 0.8; transition: opacity 0.2s;}
	#purpose-link .l_col-purpose li figure { margin-bottom: 4px; height: 28px; }
	#purpose-link .l_col-purpose li img { height: 28px; }
	#purpose-link .l_col-purpose li:first-child img { height: 26px;}
	
}

@media (max-width: 767px) {
	#purpose-link {}
	#purpose-link .l_col-purpose { margin-left: 5px; margin-right: 5px;}
	#purpose-link .l_col-purpose li { font-size: 1.2rem; white-space: nowrap; margin-bottom: 0;}
	#purpose-link .l_col-purpose li a { padding: 7px 0;}
	#purpose-link .l_col-purpose li figure { margin-bottom: 4px; height: 28px; }
	#purpose-link .l_col-purpose li img { min-height: 24px; max-height: 28px;}

	#purpose-link .l_col-purpose li:last-child { letter-spacing: -1px;}
}
