@charset "utf-8";

/* pattern common
================================================== */
.sec_title{
	position: relative;
	margin-bottom: 64px;
	padding-top: 52px;
	z-index: 1;
}
.sec_title:before{
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	right: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 74px;
	z-index: -1;
}
.sec_title h2{
	padding-top: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 211.1%;
	line-height: 1.3;
}
#tmp_main .star_ttl{
	background-position: 0 8px;
}
.border_link{
	list-style: none;
}
.list_thumbnail{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}
.list_thumbnail .thumbnail_item{
	list-style: none;
	margin-bottom: 14px;
	padding: 0 10px;
}
.thumbnail_item{
	height: 100%;
}
.thumbnail_item > a{
	display: flex;
	flex-direction: column;
	background-color: transparent;
	height: 100%;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}
.thumbnail_item .thumbnail_img{
	margin-bottom: 9px;
}
.thumbnail_item .thumbnail_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.thumbnail_item .thumbnail_date{
	margin-bottom: 4px;
	font-size: 77.8%;
}
.thumbnail_item .thumbnail_ttl{
	padding: 3px 0 3px 20px;
	background: transparent url(/shared/templates/top/images/icon/arrow_link12.png) no-repeat 0 10px;
	color: #333333;
	text-decoration: none;
}
.thumbnail_item .thumbnail_des{
	margin-top: 2px;
	font-size: 88.9%;
	line-height: 1.5;
}

/* mainvisual
================================================== */
.sec_wrap{
	overflow: hidden;
}
.sec_mainvisual{
	position: relative;
	padding-top: 9px;
}
.sec_mainvisual .splide__slide img {
	transform: scale(1);
	animation: none;
}
.sec_mainvisual .splide__slide.is-active.is-zooming img {
	transform: scale(1.1);
	transition: transform 5s ease;
}
.sec_mainvisual .mv_img{
	position: relative;
	display: flex;
	overflow: hidden;
	z-index: 1;
}
.sec_mainvisual .mv_img:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url(/shared/templates/top/images/icon/mv_pattern_wave.png) no-repeat center bottom;
	background-size: 100% 100px;
	width: 100%;
	height: 100px;
	z-index: 1;
	pointer-events: none;
}
.sec_mainvisual .mv_img .splide{
	position: relative;
	width: 50%;
	height: 516px;
	z-index: 1;
}
.sec_mainvisual .mv_img .splide .splide__list {
	min-height: 506px;
}
.sec_mainvisual .mv_img .splide:before{
	content: '';
	display: block;
	height: 1px;
	border-top: 1px solid #ffffff;
}
.sec_mainvisual .mv_img .splide:after{
	content: '';
	position: absolute;
	top: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 250px;
	height: 250px;
	color: inherit;
	z-index: 1;
}
.sec_mainvisual .mv_img .splide .splide__slide {
	width: 100%;
}
.sec_mainvisual .mv_img .splide__toggle {
	position: absolute;
	width:63px;
	height: 17px;
	z-index: 999;
	left: 15%;
	bottom: 60px;
}
.sec_mainvisual .mv_img .splide__toggle:before,
.sec_mainvisual .mv_img .splide__toggle:after,
.sec_mainvisual .mv_img .splide__toggle:not(.is-active):before {
	content:none;
}
.sec_mainvisual .mv_img .splide__toggle span {
	display: inline-block;
	text-indent: -9999px;
}
.sec_mainvisual .mv_img .splide__toggle.is-active .splide__toggle__play,
.sec_mainvisual .mv_img .splide__toggle .splide__toggle__pause {
	display: none;
}
.sec_mainvisual .mv_img .splide__toggle.is-active .splide__toggle__pause {
	display: block;
}
.sec_mainvisual .mv_img .splide__toggle .splide__toggle__play {
	background: url(/shared/templates/top/images/icon/slide_start.png) no-repeat;
	width: 63px;
	background-size: 63px auto;
}
.sec_mainvisual .mv_img .splide__toggle .splide__toggle__pause {
	background: url(/shared/templates/top/images/icon/slide_stop.png) no-repeat;
	width: 56px;
	background-size: 56px auto;
}
.sec_mainvisual .img_lft:after{
	left: 0;
	right: 234px;
	background-image: url(/shared/templates/top/images/icon/mv_pattern_lft.png);
	background-position: right top;
}
.sec_mainvisual .img_rgt:after{
	right: 0;
	left: 234px;
	background-image: url(/shared/templates/top/images/icon/mv_pattern_rgt.png);
}
.sec_mainvisual .mv_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_mainvisual .img_lft img{
	object-position: right center;
}
.sec_mainvisual .img_rgt img{
	object-position: left center;
}
.sec_mainvisual .mv_navbar{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	right: 100px;
	bottom: -3px;
	z-index: 2;
	pointer-events: none;
}
.sec_mainvisual .mv_navbar ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 320px;
	pointer-events: auto;
}
.sec_mainvisual .mv_navbar li{
	margin-bottom: 20px;
	list-style: none;
}
.sec_mainvisual .mv_navbar a{
	position: relative;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 155px;
	height: 155px;
	box-shadow: 2.463px 3.152px 6px 0 rgba(13, 65, 132, 0.3);
	border-radius: 50%;
	color: inherit;
	z-index: 1;
}
.sec_mainvisual .mv_navbar a:after{
	content: '';
	position: absolute;
	z-index: 1;
	pointer-events: none;
	right: 27px;
	bottom: 0;
	background: transparent url(/shared/templates/top/images/icon/arrow_circle_pc.png) no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
}
.sec_mainvisual .mv_navbar span{
	display: inline-block;
	text-indent: -9999px;
}
.sec_mainvisual .mv_navbar .link1 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar01.png);
}
.sec_mainvisual .mv_navbar .link2 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar02.png);
}
.sec_mainvisual .mv_navbar .link3 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar03.png);
}
.sec_mainvisual .mv_navbar .link4 a{
	margin-left: 1px;
	background-image: url(/shared/templates/top/images/icon/mv_navbar04.png);
	width: 154px;
	height: 154px;
	border-radius: 0;
}
.sec_mainvisual .mv_navbar .link4 a:after{
	content: none;
}
/* fixed nav */
#tmp_link_fixed{
	position: fixed;
	right: 100px;
	bottom: 50px;
	transform: translateX(calc(100% + 164px));
	transition: transform 1s cubic-bezier(.25,.1,.25,1);
	z-index: 98;
}
#tmp_link_fixed .btn_close{
	display: inline-block;
	position: absolute;
	top: -12px;
	left: -12px;
	background: transparent url(/shared/templates/top/images/icon/icon_close.png) no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	color: inherit;
	cursor: pointer;
}
#tmp_link_fixed > a{
	display: block;
	background: transparent url(/shared/templates/top/images/icon/mv_navbar04_fixed.png) no-repeat;
	background-size: 100% auto;
	width: 154px;
	height: 108px;
	box-shadow: 2.463px 3.152px 6px 0 rgba(13, 65, 132, 0.3);
	color: inherit;
}
#tmp_link_fixed span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_link_fixed.fixed{
	transform: none !important;
}
#tmp_link_fixed.removed{
	transform: translateX(calc(100% + 164px)) !important;
}

/* information
================================================== */
.sec_information{
	position: relative;
	padding: 13px 0 50px;
	z-index: 1;
}
.sec_information:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 215px;
	bottom: 0;
	background: transparent url(/shared/templates/top/images/icon/info_bgr.png) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: -1;
}
.sec_information .sec_title{
	margin-bottom: 45px;
	padding-top: 63px;
	text-align: center;
}
.sec_information .sec_title:before{
	left: 0;
	background-image: url(/shared/templates/top/images/icon/info_ttl_mask_pc.png);
	background-position: center top;
}
.sec_information .sec_title h2{
	background-image: url(/shared/templates/top/images/icon/info_ttl_pc.png);
	background-position: center top;
}

/* emergency */
.sec_information .emergency_sec{
	display: flex;
	margin-bottom: 77px;
	border: 1px solid #c82736;
}
.sec_information .emergency_ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background-color: #feedd1;
	width: 249px;
	color: #a60707;
	text-align: center;
}
.sec_information .emergency_ttl > p{
	font-size: 133.3%;
}
.sec_information .emergency_cnt{
	padding: 24px 37px 9px;
	flex: 1 auto;
	width: 100%;
}
.sec_information .emergency_cnt ul{
	margin-left: 11px;
}
.sec_information .emergency_cnt li{
	margin-bottom: 19px;
	color: #0e448a;
}

/* search */
.sec_information .search_wrap{
	margin-bottom: 69px;
}
.sec_information .search_wrap h3.star_ttl{
	margin-bottom: 22px;
}
.sec_information .search_wrap h3.star_ttl label{
	display: inline-block;
	cursor: pointer;
}
.sec_information .wrap_sch_box{
	margin-bottom: 4px;
}
.sec_information .search_wrap .btn_arrow a{
	background-position: 0 11px;
}

/* purpose tabs */
.sec_information .purpose_sec{
	margin-bottom: 8px;
}
.sec_information .purpose_tab_ttl_bg .purpose_tab_ttl_bg_active{
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(50% + 14px) calc(100% - 15px), calc(50% + 0px) 100%, calc(50% - 14px) calc(100% - 15px), 0% calc(100% - 15px));
}
.sec_information .purpose_tab_ttl_bg .purpose_tab_ttl_bg_active:before{
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(50% + 13px) calc(100% - 15px), calc(50% + 0px) calc(100% - 1px), calc(50% - 13px) calc(100% - 15px), 0% calc(100% - 15px));
}
.sec_information .purpose_tab_ttl a:focus-visible:before{
	margin-left: -15px;
}

/* keywords */
.sec_information .keyword_sec{
	margin-bottom: 49px;
}
.sec_information .keyword_ttl{
	margin-bottom: 16px;
}
.sec_information .keyword_list li{
	margin-right: 13px;
}

/* disaster */
.sec_information .blog_disaster .star_ttl{
	margin-bottom: 22px;
}
.sec_information .blog_disaster .purpose_item{
	width: calc(100%/6);
}
.sec_information .blog_disaster .purpose_item a{
	display: flex;
	flex-direction: column;
	padding-bottom: 14px;
	line-height: 1.6;
	word-break: break-word;
}
.sec_information .blog_disaster .purpose_item a .icon{
	margin-bottom: 9px;
	flex-shrink: 0;
	width: 54px;
}
.sec_information .blog_disaster .purpose_item a .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

/* news
================================================== */
.sec_news{
	padding: 49px 0 95px;
	overflow: hidden;
}
.news_wrapper .sec_title,
.news_wrapper .list_btn{
	float: left;
	width: 250px;
	clear: left;
}
.news_wrapper .sec_title:before{
	background-image: url(/shared/templates/top/images/icon/news_ttl_mask_pc.png);
}
.news_wrapper .sec_title h2{
	background-image: url(/shared/templates/top/images/icon/news_ttl_pc.png);
}
.news_wrapper .border_link a{
	padding: 14px 46px 12px 18px;
}
.news_wrapper .border_link:not(:last-child){
	margin-bottom: 10px;
}
.news_wrapper .news_cnt{
	float: right;
	padding: 35px 0 0 30px;
	width: calc(100% - 250px);
}
.news_wrapper .news_cnt .news_table {
	margin-bottom:0 !important;
}

/* pickup
================================================== */
.sec_pickup{
	padding: 119px 0 100px;
	border-bottom: 1px solid #f2f5f7;
	overflow: hidden;
}
.sec_pickup .sec_title{
	margin-bottom: 52px;
}
.sec_pickup .sec_title:before{
	background-image: url(/shared/templates/top/images/icon/pickup_ttl_mask_pc.png);
}
.sec_pickup .sec_title h2{
	padding-top: 23px;
	background-image: url(/shared/templates/top/images/icon/pickup_ttl_pc.png);
}
.sec_pickup .thumbnail_item{
	width: 25%;
}
.sec_pickup .thumbnail_item .thumbnail_ttl{
	padding-left: 15px;
	background-image: url(/shared/images/icon/icon_arrow_link.png);
	font-weight: normal;
}

/* event
================================================== */
.sec_event{
	position: relative;
	padding: 204px 0 462px;
	background: #ffffff url(/shared/templates/top/images/icon/event_bgr.jpg) no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.sec_event:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	background: transparent url(/shared/templates/top/images/icon/event_bgr_pattern_top.png) no-repeat center top;
	background-size: 100% 70px;
	width: 100%;
	height: 170px;
	color: inherit;
	z-index: -1;
}
.sec_event .event_wrapper{
	padding: 0 0 60px 30px;
	background-color: #ffffff;
	margin-left: calc((100% - 1200px) / 2);
	box-shadow: 0 6px 27px 3px rgba(20, 40, 124, 0.1);
}
.sec_event .sec_title{
	margin-bottom: 44px;
	padding-top: 60px;
}
.sec_event .sec_title:before{
	left: -32px;
	background-image: url(/shared/templates/top/images/icon/event_ttl_mask_pc.png);
}
.sec_event .sec_title h2{
	background-image: url(/shared/templates/top/images/icon/event_ttl_pc.png);
}
.sec_event .star_ttl{
	margin-bottom: 21px;
}
.sec_event .splide__slide{
	width: 348px;
}
.sec_event .splide__slide .thumbnail_img{
	margin-bottom: 12px;
}
#tmp_recommend_carousel .splide__slide .thumbnail_img{
	position: relative;
	overflow: hidden;
	height: 232px;
	margin-bottom: 12px;
}
#tmp_recommend_carousel .splide__slide .thumbnail_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.sec_event .splide__controls{
	margin: 25px auto 0 72px;
	padding: 0 240px 0 10px;
	max-width: 1220px;
}
.sec_event .blog_carousel .splide + .border_link{
	display: flex;
	justify-content: flex-end;
	padding-left: 10px;
	margin: -45px calc((100% - 1200px) / 2 + 115px) 0 0;
}
.sec_event .blog_carousel .splide + .border_link a{
	position: relative;
	padding-top: 12px;
	padding-bottom: 11px;
	min-width: auto;
	width: 221px;
	z-index: 1;
}
.sec_event .border_link a.type_cms {
    display:none;
}
.sec_event #tmp_street_corner_carousel .splide__controls{
	margin-top: 29px;
}
.sec_event .event_blog:not(:last-child){
	margin-bottom: 73px;
}
.sec_event .blog_carousel {
	position:relative;
}
.sec_event .event_blog .border_link {
	display: inline-block;
	position: absolute;
	z-index: 999;
	text-align: right;
	left: 950px;
	bottom: 0;
}
#tmp_recommend_carousel.no-splide .sec_event .event_blog .border_link {
	bottom: -40px;
}
/* about
================================================== */
.sec_about{
	position: relative;
	margin-top: -342px;
	padding: 75px 0 120px;
	z-index: 1;
}
.sec_about:before,
.sec_about:after{
	content: '';
	position: absolute;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	color: inherit;
	z-index: -1;
}
.sec_about:before{
	top: 0;
	width: 100%;
	min-width: 1922px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	background-image: url(/shared/templates/top/images/icon/about_pattern_txt_pc.png);
	background-position: center 76px;
	background-size: auto;
	-webkit-mask-image: url(/shared/templates/top/images/icon/about_pattern_mask_pc.png);
	mask-image: url(/shared/templates/top/images/icon/about_pattern_mask_pc.png);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	height: 366px;
}
.sec_about:after{
	right: auto;
	width: calc((100% - 1200px)/2 + 310px);
	bottom: 0;
	background-image: url(/shared/templates/top/images/icon/about_bgr.jpg);
	background-position: center center;
	height: 600px;
}
.sec_about .sec_title{
	margin-bottom: 46px;
	padding-top: 124px;
	text-align: center;
}
.sec_about .sec_title:before{
	content: none;
}
.sec_about .sec_title h2{
	padding-top: 23px;
	background-image: url(/shared/templates/top/images/icon/about_ttl_pc.png);
	background-position: center top;
}
.sec_about .about_cnt{
	display: flex;
}
.sec_about .about_relation{
	flex-shrink: 0;
	margin: 8px 60px 0 0;
	width: 400px;
}
.sec_about .about_relation .relation_inner{
	padding: 22px 0 30px 30px;
	background-color: #ffffff;
	height: 100%;
	box-shadow: 0 6px 18px 2px rgba(9, 18, 58, 0.2);
}
.sec_about .about_relation .editable{
	padding-right: 30px;
}
.sec_about .about_relation .star_ttl{
	margin-bottom: 22px;
}
.sec_about .about_relation .splide__slide{
	width: 300px;
}
.sec_about .about_relation .thumbnail_img{
	margin-bottom: 8px;
}
.sec_about .about_relation .splide__controls{
	margin-top: 20px;
	padding-right: 30px;
}
.sec_about .about_relation .splide__progress{
	margin: 0 32px 0 33px;
}
.sec_about .about_introduce{
	flex: 1 auto;
	background-color: #ffffff;
	width: 100%;
	padding: 0 30px 30px;
}
.sec_about .about_relation + .about_introduce{
	padding: 0;
}
.sec_about .about_introduce .star_ttl{
	margin-bottom: 23px;
}
.sec_about .about_introduce .list_thumbnail{
	margin-bottom: 18px;
}
.sec_about .about_introduce .thumbnail_item{
	width: 50%;
}
.sec_about .list_sns{
	display: flex;
	flex-flow: row wrap;
	background-color: #ffffff;
	box-shadow: 0 6px 27px 3px rgba(20, 40, 124, 0.1);
}
.sec_about .sns_item{
	position: relative;
	list-style: none;
	width: calc(100% / 3);
	border-bottom: 1px solid #dddddd;
	z-index: 1;
}
.sec_about .sns_item:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	border-right: 1px solid #dddddd;
	pointer-events: none;
	z-index: 1;
}
.sec_about .sns_item a{
	display: flex;
	align-items: center;
	padding: 13px 20px 12px;
	background-color: #ffffff;
	height: 100%;
	font-size: 88.9%;
	line-height: 1.5;
	color: #333333;
	word-break: break-word;
	text-decoration: none;
}
.sec_about .sns_icon{
	flex-shrink: 0;
	margin-right: 16px;
	width: 36px;
}
.sec_about .sns_icon img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.sec_about .sns_des{
	padding-top: 3px;
}
.sec_about .sns_item:nth-child(3n):after{
	content: none;
}
.sec_about .sns_item:nth-last-child(-n + 3):nth-child(3n + 1),
.sec_about .sns_item:nth-last-child(-n + 3):nth-child(3n + 1) ~ .sns_item {
	border-bottom: none;
}
#tmp_cnavi_ajax {
	display:none;
}

/* ==================================================
font
================================================== */
.sec_title h2,
.sec_information .emergency_ttl > p {
	font-family: "UD Shin Go Medium", 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}

/* setting focus & hover
================================================== */
.thumbnail_item > a:focus-visible,
.sec_about .sns_item a:focus-visible{
	outline-offset: -1px;
}
.sec_mainvisual .mv_navbar a:focus-visible{
	border-radius: 0;
	box-shadow: none;
}
.thumbnail_item > a:hover .thumbnail_ttl,
.news_wrapper .news_des a:hover{
	text-decoration: underline;
}

/* clearfix
================================================== */
.news_wrapper:after{
	content: '';
	display: table;
	clear: both;
}

/* accessibility
================================================== */
/* fsize */
.fsize_small #tmp_wrapper .sec_information .search_wrap .btn_arrow a,
.fsize_small #tmp_wrapper .thumbnail_item .thumbnail_ttl{
	background-position: 0 6px;
}
.fsize_small #tmp_wrapper .news_wrapper .news_des a{
	background-position: 0 4px;
}
.fsize_big #tmp_wrapper .news_wrapper .news_lbl,
.fsize_big2 #tmp_wrapper .news_wrapper .news_date,
.fsize_big2 #tmp_wrapper .news_wrapper .news_lbl{
	width: auto;
}
.fsize_big #tmp_wrapper .news_wrapper .news_date{
	min-width: 90px;
}
.fsize_big2 #tmp_wrapper .news_wrapper .news_date{
	min-width: 110px;
}
/* color */
.color_black #tmp_wrapper .sec_title:before,
.color_black #tmp_wrapper .sec_event:before,
.color_black #tmp_wrapper .sec_about:before,
.color_black #tmp_wrapper .sec_about:after,
.color_blue #tmp_wrapper .sec_title:before,
.color_blue #tmp_wrapper .sec_event:before,
.color_blue #tmp_wrapper .sec_about:before,
.color_blue #tmp_wrapper .sec_about:after,
.color_yellow #tmp_wrapper .sec_title:before,
.color_yellow #tmp_wrapper .sec_event:before,
.color_yellow #tmp_wrapper .sec_about:before,
.color_yellow #tmp_wrapper .sec_about:after,
.color_black #tmp_wrapper .sec_information:after,
.color_blue #tmp_wrapper .sec_information:after,
.color_yellow #tmp_wrapper .sec_information:after{
	content: none;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar,
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar *,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar *,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar *,
.color_black #tmp_wrapper #tmp_link_fixed .btn_close,
.color_blue #tmp_wrapper #tmp_link_fixed .btn_close,
.color_yellow #tmp_wrapper #tmp_link_fixed .btn_close{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .sec_about .about_relation .relation_inner,
.color_black #tmp_wrapper .sec_about .list_sns,
.color_black #tmp_wrapper .sec_event .event_wrapper,
.color_blue #tmp_wrapper .sec_about .about_relation .relation_inner,
.color_blue #tmp_wrapper .sec_about .list_sns,
.color_blue #tmp_wrapper .sec_event .event_wrapper,
.color_yellow #tmp_wrapper .sec_about .about_relation .relation_inner,
.color_yellow #tmp_wrapper .sec_about .list_sns,
.color_yellow #tmp_wrapper .sec_event .event_wrapper,
.color_black #tmp_wrapper .news_wrapper .news_lbl > span,
.color_blue #tmp_wrapper .news_wrapper .news_lbl > span,
.color_yellow #tmp_wrapper .news_wrapper .news_lbl > span{
	border: 1px solid;
}
.color_black #tmp_wrapper .sec_information .emergency_ttl,
.color_blue #tmp_wrapper .sec_information .emergency_ttl,
.color_yellow #tmp_wrapper .sec_information .emergency_ttl{
	border-right: 1px solid;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar .link1 a,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar .link1 a,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar .link1 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar01.png) !important;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar .link2 a,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar .link2 a,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar .link2 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar02.png) !important;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar .link3 a,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar .link3 a,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar .link3 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar03.png) !important;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_navbar .link4 a,
.color_blue #tmp_wrapper .sec_mainvisual .mv_navbar .link4 a,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_navbar .link4 a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar04.png) !important;
}
.color_black #tmp_wrapper #tmp_link_fixed > a,
.color_blue #tmp_wrapper #tmp_link_fixed > a,
.color_yellow #tmp_wrapper #tmp_link_fixed > a{
	background-image: url(/shared/templates/top/images/icon/mv_navbar04_fixed.png) !important;
}
.color_black #tmp_wrapper #tmp_link_fixed .btn_close{
	background-image: url(/shared/templates/top/images/icon/icon_close_black.png) !important;
}
.color_blue #tmp_wrapper #tmp_link_fixed .btn_close{
	background-image: url(/shared/templates/top/images/icon/icon_close_blue.png) !important;
}
.color_yellow #tmp_wrapper #tmp_link_fixed .btn_close{
	background-image: url(/shared/templates/top/images/icon/icon_close_yellow.png) !important;
}
.color_black #tmp_wrapper .news_wrapper .news_lbl > span,
.color_blue #tmp_wrapper .news_wrapper .news_lbl > span,
.color_yellow #tmp_wrapper .news_wrapper .news_lbl > span{
	padding-left: 4px;
	padding-right: 4px;
}
.color_black #tmp_wrapper .sec_about .sns_item:after,
.color_blue #tmp_wrapper .sec_about .sns_item:after{
	border-right-color: #ffff00;
}
.color_yellow #tmp_wrapper .sec_about .sns_item:after{
	border-right-color: #000000;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_img:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_wave_black.png);
}
.color_black #tmp_wrapper .sec_mainvisual .img_lft:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_lft_black.png);
}
.color_black #tmp_wrapper .sec_mainvisual .img_rgt:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_rgt_black.png);
}
.color_blue #tmp_wrapper .sec_mainvisual .mv_img:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_wave_blue.png);
}
.color_blue #tmp_wrapper .sec_mainvisual .img_lft:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_lft_blue.png);
}
.color_blue #tmp_wrapper .sec_mainvisual .img_rgt:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_rgt_blue.png);
}
.color_yellow #tmp_wrapper .sec_mainvisual .mv_img:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_wave_yellow.png);
}
.color_yellow #tmp_wrapper .sec_mainvisual .img_lft:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_lft_yellow.png);
}
.color_yellow #tmp_wrapper .sec_mainvisual .img_rgt:after{
	background-image: url(/shared/templates/top/images/icon/mv_pattern_rgt_yellow.png);
}
.color_black #tmp_wrapper .sec_mainvisual .mv_img >p:before{
	border-top-color: #000000;
}
.color_blue #tmp_wrapper .sec_mainvisual .mv_img >p:before{
	border-top-color: #00008B;
}
.color_yellow #tmp_wrapper .sec_mainvisual .mv_img >p:before{
	border-top-color: #ffff00;
}
.color_black #tmp_wrapper .sec_event .blog_carousel .splide + .border_link a,
.color_blue #tmp_wrapper .sec_event .blog_carousel .splide + .border_link a,
.color_yellow #tmp_wrapper .sec_event .blog_carousel .splide + .border_link a{
	padding-right: 17px;
}
/* no-js */
.no_javascript #tmp_wrapper .sec_event .splide,
.sec_event .no-splide .splide{
	padding-right: 30px;
}
.no_javascript #tmp_wrapper .sec_event .splide__track{
	overflow-y: auto;
	max-height: 300px;
}
.no_javascript #tmp_wrapper .sec_event #tmp_street_corner_carousel .splide__track{
	max-height: 360px;
}
.no_javascript .sec_mainvisual .mv_img .splide .splide__track{
	overflow-y: auto;
}
.no_javascript .sec_mainvisual .mv_img .splide .splide__list,
.no_javascript #tmp_wrapper .sec_event .splide__list,
.sec_event .no-splide .splide__list{
	flex-flow: row wrap;
	gap: 0 25px;
}
.no_javascript #tmp_wrapper .sec_event .splide__slide,
.sec_event .no-splide .splide__slide{
	margin-bottom: 20px;
	width: calc(25% - (75px/4));
}
.no_javascript #tmp_wrapper .sec_event .blog_carousel .splide + .border_link,
.sec_event .blog_carousel .splide.no-splide + .border_link{
	margin-top: 40px;
}
.no_javascript #tmp_wrapper .sec_about .about_relation .splide,
.sec_about .about_relation .no-splide{
	padding-right: 30px;
}
.no_javascript #tmp_wrapper .sec_about .about_relation .splide__track{
	overflow-y: auto;
	max-height: 520px;
}
.no_javascript #tmp_wrapper .sec_about .about_relation .splide__list,
.sec_about .about_relation .no-splide .splide__list{
	flex-direction: column;
}
.no_javascript #tmp_wrapper .sec_about .about_relation .splide__slide,
.sec_about .about_relation .no-splide .splide__slide{
	margin-bottom: 20px;
	width: 100%;
}
.no_javascript #tmp_wrapper .sec_information .purpose_tab_ttl{
	width: 100%;
}
.no_javascript #tmp_wrapper .purpose_tabs_wrap .purpose_tab_ttl a{
	background-color: #ffffff;
	color: #333333;
	filter: drop-shadow(0px 6px 27px rgba(20, 40, 124, 0.1));
}
.no_javascript #tmp_wrapper .purpose_tabs_wrap .purpose_tab_cnt{
	padding-bottom: 40px;
}
.no_javascript #tmp_wrapper #tmp_link_fixed{
	display: none;
}
.no_javascript .sec_event .event_blog .border_link {
	display: block;
	position: static;
}
/* furi */
.furigana_on #tmp_wrapper .sec_title h2{
	padding-top: 40px;
}

