@charset "utf-8";

:where(.tpl_top_index *) {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	letter-spacing: 0;
	line-height: 1;
}
:where(.tpl_top_index :is(h1, h2, h3, h4, h5, h6, p, dl, dd)) {
	margin: 0;
}
:where(.tpl_top_index :is(ul, ol)) {
	list-style: none;
	padding: 0;
	margin: 0;
}
:where(.tpl_top_index img) {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
:where(.tpl_top_index button) {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

/* メイン */
.tpl_top_index #mymainback {
	width: auto;
	padding-block: 0;
}

/* 足あとを非表示 */
.tpl_top_index #footstep_wrap {
	display: none !important;
}

/* ----------------------------------------
レイアウト
---------------------------------------- */
@media screen and (min-width: 1081px) {
	.tpl_top_index #header {
		position: absolute;
		top: 0;
		left: calc(50% - var(--content-width)/2);
		z-index: 3;
		width: 100%;
		max-width: var(--content-width);
	}
	.tpl_top_index #logo {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		border: 0;
		-webkit-clip-path: inset(50%);
				clip-path: inset(50%);
	}
	.tpl_top_index #top_search {
		display: none !important;
	}
}
.tpl_top_index #top_logo {
	position: absolute;
	top: 135px;
	left: calc(50% - 366px - 100px);
	z-index: 2;
}
.tpl_top_index #top_photo {
	min-height: 700px;
}
.tpl_top_index #top_srch {
	position: absolute;
	top: 218px;
	right: calc(50% - var(--content-width)/2);
	z-index: 2;
	width: 500px;
	padding: 0 30px 24px;
	background: #fff;
	border-radius: 10px;
}

/* ----------------------------------------
ロゴ
---------------------------------------- */
.top_logo_box {
	width: 366px;
}

/* ----------------------------------------
メインビジュアル
---------------------------------------- */
#top_photo_list {
	position: relative;
}
#top_photo_wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: url(/img/top/mv_dots.png) repeat center / 2000px auto;
}
#top_photo .photo_box {
	display: block;
	width: 100%;
	height: 700px;
	margin: 0 auto;
}
#top_photo .photo_box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#top_photo_control {
	position: absolute;
	bottom: 105px;
	right: calc(50% - var(--content-width)/2);
	z-index: 1;
	max-width: var(--content-width);
}
/* ----------------------------------------
ヘッダ
---------------------------------------- */
li.h_link_anchor a{
    padding-left: 7px;
}

/* ----------------------------------------
スライドコントロール
---------------------------------------- */
.slide_control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 27px;
}
.slide_control_box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 27px;
}
button.slide_control_prev,
button.slide_control_next {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #b7b7b7;
	border-radius: 100%;
	background: url(/img/common/arrow.png) no-repeat center / 9px 14px rgb(255 255 255 / .8);
}
button.slide_control_prev {
	rotate: 180deg;
}
.slide_control_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 27px;
}
button.slide_control_stop {
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #b7b7b7;
	border-radius: 100%;
	background: url(/img/top/icon_stop.png) no-repeat center / 9px 14px rgb(255 255 255 / .8);
}
button.slide_control_play {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(/img/top/icon_start.png) no-repeat center / 14px 14px #afd402;
}
button.slide_control_stop.is-active,
button.slide_control_play.is-active {
	display: none;
}
@media (hover: hover) {
	button.slide_control_prev:hover,
	button.slide_control_next:hover,
	button.slide_control_stop:hover,
	button.slide_control_play:hover {
		opacity: .7;
	}
}

/* ----------------------------------------
検索
---------------------------------------- */
label.top_search_ttl {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	-webkit-clip-path: inset(50%);
			clip-path: inset(50%);
}
.top_search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	min-height: 60px;
	padding: 0 0 0 24px;
	border: 1px solid #d4026f;
	border-radius: 30px;
	overflow: hidden;
}
input.top_search_txt {
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 100px - 60px);
	font-size: 1.8rem;
	line-height: calc(28/18);
	padding: 0;
	margin: 12px 0;
	border: none;
	background: #fff;
	background-position-x: 0px !important;
}
input.top_search_txt.top_search_txt__id {
	margin-right: 20px;
}
button.top_search_mic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 60px;
}
button.top_search_mic.recording {
	-webkit-animation: pulse 1.5s infinite;
	        animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
button.top_search_mic.hide {
	display: none;
}
button.top_search_mic::before {
	content: "";
	display: block;
	width: 20px;
	height: 27px;
	background: url(/img/common/icon_mic.png) no-repeat center / contain;
}
button.top_search_mic.recording::before,
button.top_search_mic.recording::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 20px;
	height: 2px;
	background: #ea4335;
}
button.top_search_mic.recording::before {
	rotate: -45deg;
}
button.top_search_mic.recording::after {
	rotate: 45deg;
}
input.top_search_btn {
	color: #fff;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.8rem;
	border: none;
	background: #d4026f;
}

.top_search_recIndicator {
	color: #ea4335;
	margin: 10px 0 0;
	display: none;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: .5em;
}
.top_search_recIndicator.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top_search_recIndicator::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #ea4335;
	border-radius: 50%;
	-webkit-animation: blink 1.5s infinite;
	        animation: blink 1.5s infinite;
}
@-webkit-keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
.top_search_recStatus .status {
	margin: 10px 0 0;
	padding: 12px 20px;
	border-radius: 25px;
	text-align: center;
	font-size: 14px;
	display: none;
}
.top_search_recStatus .status.info {
	background-color: #e3f2fd;
	color: #1976d2;
}
.top_search_recStatus .status.error {
	background-color: #ffebee;
	color: #c62828;
}
.top_search_recStatus .status.success {
	background-color: #e8f5e9;
	color: #2e7d32;
}
.top_search_filter {
	margin: 16px 0 0;
}
.top_search_id_message {
	font-size: 1.6rem;
	margin: 12px 0 0;
	text-indent: 24px;
}
.top_search_id_message:empty {
	margin-top: 0;
}
.top_search_id_link {
	text-align: right;
	margin: 12px 0 0;
	padding: 0 8px;
}
.top_search_id_link a {
	color: inherit;
	font-size: 1.4rem;
}
.top_search_link {
	margin: 16px 0 0;
	text-align: right;
}
.top_search_link a {
	color: inherit;
	display: inline-block;
	font-size: 1.4rem;
	line-height: calc(23/14);
	letter-spacing: .05em;
	padding: 0 0 0 calc(23px + 11px);
	background: url(/img/common/icon_question.png) no-repeat top left / 23px 23px;
}
@media (hover: hover) {
	input.top_search_btn:hover,
	button.top_filter_opn:hover {
		text-decoration: underline;
	}
	.is_active_filter button.top_filter_opn:hover {
		text-decoration: none;
	}
}

/* ----------------------------------------
検索フィルター
---------------------------------------- */
.top_filter_container {
	position: relative;
}
button.top_filter_opn {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 40px;
	padding: 7px calc(32px + 9px) 7px 32px;
	border-radius: 20px;
	background: #fbe5f0;
}
.is_active_filter button.top_filter_opn {
	border-radius: 20px 20px 0 0;
	background-color: #ff91b5;
}
button.top_filter_opn::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/common/icon_filter.png) no-repeat center / contain;
}
.is_active_filter button.top_filter_opn::before {
	background-image: url(/img/common/icon_filter_white.png);
}
button.top_filter_opn::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 32px;
	display: block;
	width: 9px;
	height: 14px;
	background: url(/img/common/arrow.png) no-repeat center / contain;
}
.is_active_filter button.top_filter_opn::after {
	rotate: 90deg;
}
.top_filter_box {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 64rem;
	max-width: calc(var(--content-width) - 30px*2);
	padding: 20px;
	border-radius: 20px 0 20px 20px;
	background: #ff91b5;
}
.is_active_filter .top_filter_box {
	display: block;
}
.top_filter_box2 {
	padding: 20px;
	background: #fff;
}
.top_filter_box2:first-of-type {
	border-radius: 10px 10px 0 0;
}
.top_filter_box2:nth-of-type(2n) {
	background-color: #fbe5f0;
}
.top_filter_box2:last-of-type {
	border-radius: 0 0 10px 10px;
}
.top_filter_fs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
.top_filter_lg {
	width: 116px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: calc(24/16);
}
.top_filter_rb {
	width: calc(100% - 116px - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 12px 11px;
}
.top_filter_rbUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.top_filter_rbUnit input[type="radio"] {
	margin: 0;
}
.top_filter_rbUnit label {
	font-size: 1.4rem;
	line-height: calc(24/14);
}

/* ----------------------------------------
検索タブ
---------------------------------------- */
#top_srchTab_title {
	margin-top: -30px;
}
#top_srchTab_title ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 10px;
}
#top_srchTab_title ul li {
	position: relative;
	width: 190px;
	max-width: calc(100%/2 - 10px/2);
}
#top_srchTab_title ul li.tab_on {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: none;
}
#top_srchTab_title ul li::before,
#top_srchTab_title ul li::after {
	content: "";
	position: absolute;
	display: none;
}
#top_srchTab_title ul li::before {
	bottom: calc(100% - 6px);
	left: 6px;
	width: 68px;
	height: 30px;
	background: url(/img/common/obj_ears.png) no-repeat center / contain;
}
#top_srchTab_title ul li::after {
	top: calc(100% - 30px);
	right: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: url(/img/common/obj_tail.png) no-repeat center / contain;
}
#top_srchTab_title ul li.tab_on::before,
#top_srchTab_title ul li.tab_on::after {
	display: block;
}
#top_srchTab_title ul li button {
	position: relative;
	z-index: 2;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border: 1px solid #d4026f;
	border-radius: 30px;
	background: #fff;
}
#top_srchTab_title ul li.tab_on button {
	color: #fff;
	border-color: #d4026f;
	background-color: #d4026f;
	cursor: initial;
}
#top_srchTab_detail {
	margin: 22px 0 0;
}
@media (hover: hover) {
	#top_srchTab_title ul li:not(.tab_on) button:hover {
		text-decoration: underline;
	}
}

/* ----------------------------------------
セクション
---------------------------------------- */
.top_section > [id^="top_"] {
	max-width: var(--content-width);
	margin-inline: auto;
}

/* info */
.top_section.top_section__info {
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}
.top_section.top_section__info > #top_intro {
	margin-top: -80px;
}
.top_section.top_section__info > #top_important {
	margin-top: 65px;
}
.top_section.top_section__info > #top_emergency {
	margin-top: 32px;
}

/* news */
.top_section.top_section__news {
	padding-block: 60px;
	background-color: #f6f6f6;
}

/* topics */
.top_section.top_section__topics {
	padding-block: 80px;
	background-color: #ffeff4;
}

/* event */
.top_section.top_section__event {
	padding-block: 70px;
}
.top_section.top_section__event > #top_event {
	padding-inline: 40px;
}

/* navi */
.top_section.top_section__navi {
	padding-block: 70px;
	background-color: #f6f6f6;
}
.top_section.top_section__navi > #top_tab2 {
	padding-inline: 40px;
}

/* about */
.top_section.top_section__about {
	padding-top: 60px;
	padding-bottom: 140px;
	background-color: #def2b9;
}

/* banner */
.top_section.top_section__banner {
	padding-bottom: 60px;
}
.top_section.top_section__banner > #top_pr {
	margin-top: -85px;
}
.top_section.top_section__banner > #top_sns {
	margin-top: 30px;
}
.top_section.top_section__banner > #top_banner {
	margin-top: 60px;
}

/* ----------------------------------------
サイト紹介
---------------------------------------- */
.top_intro_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 60px;
}
.top_intro_i {
	width: 320px;
}
.top_intro_box {
	display: block;
}
a.top_intro_box {
	text-decoration: none;
}
.top_intro_boxImg {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
}
.top_intro_img {
	display: block;
	border-radius: 10px;
	aspect-ratio: 300/140;
	overflow: hidden;
}
.top_intro_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_intro_boxTxt {
	position: relative;
	display: block;
	padding: 0 calc(20px + 40px) 0 20px;
	margin: 15px 0 0;
}
.top_intro_boxTxt::after {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #c9c8c8;
	border-radius: 100%;
	background: url(/img/common/icon_arrow.png) no-repeat center / 7px auto #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_intro_cap {
	display: block;
	color: #d4026f;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.top_intro_sub {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 12px 0 0;
}
@media (hover: hover) {
	.top_intro_boxTxt::after {
		-webkit-transition: .2s translate;
		transition: .2s translate;
	}
	a.top_intro_box:hover {
		text-decoration: underline;
	}
	a.top_intro_box:hover .top_intro_boxTxt::after {
		translate: 10px 0;
	}
}

/* ----------------------------------------
重要なお知らせ
---------------------------------------- */
.top_important_box {
	padding: 30px 40px 75px;
	border-radius: 20px;
	background: #f5e5e5;
}
.top_important_ttl {
	color: #c00;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: calc(30/24);
	padding: 0 0 0 calc(30px + 18px);
	background: url(/img/top/icon_important.png) no-repeat left top / 30px 30px;
}
.top_important_list {
	padding: 0 20px;
	margin: 35px 0 0;
}
.top_important_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 35px;
}
.top_important_list li + li {
	margin-top: 8px;
}
.top_important_date {
	width: 172px;
	font-size: 1.6rem;
	line-height: calc(28/16);
}
.top_important_info {
	width: calc(100% - 172px - 35px);
	font-size: 1.8rem;
	line-height: calc(28/18);
	letter-spacing: .05em;
}
.top_important_info a {
	color: inherit;
}
.top_important_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
	margin: 16px 0 0;
}
.top_important_btn a {
	color: inherit;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: calc(20/14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
}
.top_important_btn a::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: url(/img/common/icon_arrow.png) no-repeat center / 7px auto #f5e5e5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (hover: hover) {
	.top_important_btn a::after {
		-webkit-transition: .2s translate;
		transition: .2s translate;
	}
	.top_important_btn:hover a {
		text-decoration: underline;
	}
	.top_important_btn:hover a::after {
		translate: 10px 0;
	}
}

/* ----------------------------------------
もしもに備える
---------------------------------------- */
.top_emergency_box {
	padding: 30px 40px;
	border-radius: 20px;
	background: #fdfae5;
}
.top_emergency_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: calc(30/24);
	padding: 0 0 0 calc(30px + 18px);
	background: url(/img/top/icon_emergency.png) no-repeat left top / 30px 30px;
}
.top_emergency_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 0;
}
.top_emergency_list li {
	width: calc(100%/4 - 14px*3/4)
}
.top_emergency_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: inherit;
	font-size: 1.6rem;
	line-height: calc(18/16);
	text-decoration: none;
	text-align: center;
	height: 100%;
	min-height: 40px;
	padding: 0 10px;
	border: 1px solid #eeca00;
	border-radius: 20px;
	background: #fff;
}
@media (hover: hover) {
	.top_emergency_list li a:hover {
		text-decoration: underline;
	}
}

/* ----------------------------------------
タブ
---------------------------------------- */
#top_tab_title ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 40px;
}
#top_tab_title ul li {
	position: relative;
	width: calc(100%/2 - 40px/2);
}
#top_tab_title ul li::before,
#top_tab_title ul li::after {
	content: "";
	position: absolute;
	display: none;
}
#top_tab_title ul li::before {
	bottom: calc(100% - 6px);
	left: 9px;
	width: 68px;
	height: 30px;
	background: url(/img/common/obj_ears.png) no-repeat center / contain;
}
#top_tab_title ul li::after {
	top: calc(100% - 30px);
	right: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: url(/img/common/obj_tail.png) no-repeat center / contain;
}
#top_tab_title ul li.tab_on::before,
#top_tab_title ul li.tab_on::after {
	display: block;
}
#top_tab_title ul li button {
	position: relative;
	z-index: 2;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border: 2px solid #ff91b5;
	border-radius: 30px;
	background: #fff;
}
#top_tab_title ul li.tab_on button {
	font-size: 2.4rem;
	color: #fff;
	border-color: #d4026f;
	background-color: #d4026f;
	cursor: initial;
}
#top_tab_detail {
	margin: 30px 0 0;
}
@media (hover: hover) {
	#top_tab_title ul li:not(.tab_on) button:hover {
		text-decoration: underline;
	}
}

/* ----------------------------------------
新着情報
---------------------------------------- */
.top_news_ttl {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.top_news_list {
	padding: 35px 40px;
	border-radius: 20px;
	background: #fff;
}
.top_news_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
.top_news_list li + li {
	margin-top: 20px;
}
.top_news_date {
	display: block;
	width: 16rem;
	font-size: 1.6rem;
	line-height: calc(28/16);
}
.top_news_info {
	display: block;
	width: calc(100% - 175px - 20px);
}
.top_news_info a {
	color: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(28/18);
}
.top_news_info img.top_icon_new {
	display: inline-block;
	width: auto;
	height: 20px;
	margin-block: calc((2.8rem - 20px)/2);
	margin-left: 16px;
}
.top_news_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px;
	margin: 40px 0 0;
}
.top_news_btn a {
	color: inherit;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: calc(20/14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.top_news_btn a::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #c9c8c8;
	border-radius: 100%;
	background: url(/img/common/icon_arrow.png) no-repeat center / 7px auto #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (hover: hover) {
	.top_news_btn a::after {
		-webkit-transition: .2s translate;
		transition: .2s translate;
	}
	.top_news_btn a:hover {
		text-decoration: underline;
	}
	.top_news_btn a:hover::after {
		translate: 10px 0;
	}
}

/* ----------------------------------------
トピックス
---------------------------------------- */
.top_topics_ttl {
	color: #d4026f;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em;
}
.top_topics_box {
	margin: 80px 0 0;
}
.top_topics_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px;
	margin: 32px 0 0;
}
.top_topics_btn a {
	color: inherit;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: calc(20/14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.top_topics_btn a::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #c9c8c8;
	border-radius: 100%;
	background: url(/img/common/icon_arrow.png) no-repeat center / 7px auto #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (hover: hover) {
	.top_topics_btn a::after {
		-webkit-transition: .2s translate;
		transition: .2s translate;
	}
	.top_topics_btn a:hover {
		text-decoration: underline;
	}
	.top_topics_btn a:hover::after {
		translate: 10px 0;
	}
}

/* レタリング */
#lettering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 50px;
}
.lettering_box {
	position: relative;
	width: calc(100%/3 - 50px*2/3);
}
.lettering_img {
	aspect-ratio: 300/200;
	border-radius: 20px;
	background: #f6f6f6;
	overflow: hidden;
}
.lettering_img:empty {
	background-image: url(/img/common/icon_noimage.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75px auto;
}
.lettering_imgBox {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #d4026f;
}
.lettering_imgBox img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.lettering_txt {
	padding: 0 20px;
	margin: 27px 0 0;
}
.lettering_date {
	font-size: 1.4rem;
}
.lettering_link {
	margin: 14px 0 0;
}
.lettering_link a {
	color: inherit;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(32/18);
	letter-spacing: .05em;
}
.lettering_link a::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}
@media (hover: hover) {
	.lettering_box:has(.lettering_link a:hover) {
		text-decoration: underline;
	}
	.lettering_imgBox img {
		-webkit-transition: 1s opacity,  1s scale;
		transition: 1s opacity,  1s scale;
	}
	.lettering_box:has(.lettering_link a:hover) .lettering_imgBox img {
		opacity: .7;
		scale: 1.2;
	}
}

/* ----------------------------------------
イベント
---------------------------------------- */
.top_event_ttl {
	color: #d4026f;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	margin: 0 0 30px;
}

/* カウントダウン */
.count_down_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 56px;
}
.count_down_box {
	width: calc(100%/2 - 56px/2);
}
span.count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
span.count_img {
	display: block;
	width: 200px;
}
span.count_img_box {
	display: block;
	aspect-ratio: 200/150;
	border-radius: 10px;
	overflow: hidden;
}
span.count_img_box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
span.count_txt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 200px - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
span.count_title {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(28/18);
	margin: 16px 0 0;
}
span.count_title a {
	color: inherit;
}
span.count_comment {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: block;
	font-size: 1.4rem;
	line-height: calc(24/14);
	margin: 8px 0 0;
}
span.count_day {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	color: #d4026f;
	font-size: 1.8rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 74px;
	border-radius: 20px;
	background: #f6f6f6;
}
span.count_day span {
	font-size: 2.9rem;
	margin: 0 .5em;
}

/* ----------------------------------------
タブ2
---------------------------------------- */
#top_tab2_title ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 6px;
}
#top_tab2_title ul li {
	position: relative;
	width: calc(100%/3 - 6px*2/3);
}
#top_tab2_title ul li::before,
#top_tab2_title ul li::after {
	content: "";
	position: absolute;
	display: none;
}
#top_tab2_title ul li::before {
	bottom: calc(100% - 6px);
	left: 7px;
	width: 68px;
	height: 30px;
	background: url(/img/common/obj_ears.png) no-repeat center / contain;
}
#top_tab2_title ul li::after {
	top: calc(100% - 30px);
	right: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: url(/img/common/obj_tail.png) no-repeat center / contain;
}
#top_tab2_title ul li.tab_on::before,
#top_tab2_title ul li.tab_on::after {
	display: block;
}
#top_tab2_title ul li button {
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border: 2px solid #ff91b5;
	border-radius: 30px;
	background: #fff;
}
#top_tab2_title ul li.tab_on button {
	font-size: 2.4rem;
	color: #fff;
	border-color: #d4026f;
	background-color: #d4026f;
	cursor: initial;
}
#top_tab2_title ul li button br.top_tab2_sp {
	display: none;
}
#top_tab2_detail {
	margin: 20px 0 0;
}
.top_tab2_detail_ttl {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (hover: hover) {
	#top_tab2_title ul li:not(.tab_on) button:hover {
		text-decoration: underline;
	}
}

/* ----------------------------------------
概要
---------------------------------------- */
.top_about_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 47px;
}
.top_about_ttl {
	color: #036440;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em;
}
.top_about_deco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 13px;
}
.top_about_deco::before {
	content: "";
	display: block;
	width: 493px;
	height: 109px;
	background: url(/img/top/obj_icons.png) no-repeat center / contain;
}
p.top_about_chara {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	width: 106px;
	height: 106px;
	padding: 24px 0;
	border-radius: 100%;
	background: #fff;
}
span.top_about_chara_txt {
	display: block;
	font-size: 1.2rem;
	line-height: calc(14/12);
	text-align: center;
}
span.top_about_chara_sub {
	display: block;
	width: 66px;
}
span.top_about_chara_img {
	position: absolute;
	bottom: -26px;
	left: calc(100% - 10px);
	width: 108px;
}
.top_about_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px 40px;
	margin: 40px 0 0;
}
.top_about_box {
	width: calc(100%/2 - 40px/2);
}
.top_about_box.top_about_box__unit > * + * {
	margin-top: 20px;
}

/* ----------------------------------------
リンク
---------------------------------------- */
.top_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.top_link_list li {
	width: calc(100%/2 - 20px/2);
}
.top_link_box {
	display: block;
}
a.top_link_box {
	color: inherit;
	text-decoration: none;
}
.top_link_img {
	display: block;
	aspect-ratio: 250/105;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.top_link_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_link_txt {
	font-size: 1.8rem;
	line-height: calc(28/18);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 55px;
	border-radius: 0 0 20px 20px;
	background: #fff;
}
@media (hover: hover) {
	.top_link_img img {
		-webkit-transition: 1s scale;
		transition: 1s scale;
	}
	a.top_link_box:hover .top_link_img img {
		opacity: 1;
		scale: 1.2;
	}
}

/* ----------------------------------------
リンク2
---------------------------------------- */
.top_link2_box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0 0 50%;
	aspect-ratio: 520/160;
	overflow: hidden;
	border-radius: 20px;
}
a.top_link2_box {
	color: inherit;
	text-decoration: none;
}
.top_link2_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_link2_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_link2_txt {
	display: block;
	position: relative;
	font-size: 1.8rem;
	line-height: calc(28/18);
}
@media (hover: hover) {
	.top_link2_img img {
		-webkit-transition: 1s scale;
		transition: 1s scale;
	}
	a.top_link2_box:hover .top_link2_img img {
		opacity: 1;
		scale: 1.2;
	}
}

/* ----------------------------------------
動画
---------------------------------------- */
.top_movie_img {
	display: block;
	aspect-ratio: 500/280;
	border-radius: 20px;
	overflow: hidden;
}
.top_movie_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_movie_txt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .05em;
	padding: 0 20px;
	margin: 20px 0 0;
}
.top_movie_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
	margin: 20px 0 0;
}
.top_movie_btn a {
	color: inherit;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: calc(20/14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.top_movie_btn a::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #c9c8c8;
	border-radius: 100%;
	background: url(/img/common/icon_arrow2.png) no-repeat center / 7px auto #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (hover: hover) {
	a.top_movie_img img {
		-webkit-transition: 1s scale;
		transition: 1s scale;
	}
	a.top_movie_img:hover img {
		opacity: 1;
		scale: 1.2;
	}
	.top_movie_btn a::after {
		-webkit-transition: .2s translate;
		transition: .2s translate;
	}
	.top_movie_btn a:hover {
		text-decoration: underline;
	}
	.top_movie_btn a:hover::after {
		translate: 10px 0;
	}
}

/* ----------------------------------------
リンク3
---------------------------------------- */
.top_link3_list {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 25px 1em;
	border-radius: 20px;
	padding: 36px 30px;
	background: #fff;
}
.top_link3_list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: calc(24/16);
}
.top_link3_list li:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background: currentColor;
	margin: 0 0 0 1em;
	-webkit-transform: skew(-20deg);
	        transform: skew(-20deg);
}
.top_link3_list li a {
	color: inherit;
}

/* ----------------------------------------
人口・世帯数
---------------------------------------- */
.top_jinkou_box {
	padding: 27px 30px;
	border-radius: 20px;
	background: #fff;
}
.top_jinkou_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.top_jinkou_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}
.top_jinkou_date {
	font-size: 1rem;
	line-height: calc(16/10);
}
.top_jinkou_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 0;
}
.top_jinkou_list dl {
	font-size: 1.4rem;
	width: calc(100%/2 - 20px/2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	padding: 0 0 0 calc(30px + 20px);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30px 30px;
}
.top_jinkou_list dl.top_jinkou_all {
	background-image: url(/img/top/icon_jinkou_all.png);
}
.top_jinkou_list dl.top_jinkou_home {
	background-image: url(/img/top/icon_jinkou_home.png);
}
.top_jinkou_list dl.top_jinkou_male {
	background-image: url(/img/top/icon_jinkou_male.png);
}
.top_jinkou_list dl.top_jinkou_female {
	background-image: url(/img/top/icon_jinkou_female.png);
}
.top_jinkou_list dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: calc(15/14);
	min-height: 30px;
}
.top_jinkou_list dl dd {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
	line-height: calc(15/14);
}

/* ----------------------------------------
事業PR
---------------------------------------- */
.top_pr_container {
	padding: 55px 45px 48px;
	border-radius: 20px;
	background: #fff;
}
.top_pr_box {
	display: block;
	width: 300px;
	aspect-ratio: 300/100;
	margin: 0 auto;
}
.top_pr_box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 1px solid #b7b7b7;
	border-radius: 10px;
}
.top_pr_control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;

}

/* ----------------------------------------
SNS
---------------------------------------- */
.top_sns_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 42px
}
.top_sns_list li {
	width: 48px;
}
.top_sns_list li a {
	display: block;
}

/* ----------------------------------------
バナー広告
---------------------------------------- */
#top_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 80px;
}
.top_banner_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 43px;
	font-size: 2rem;
	font-weight: bold;
}
.top_banner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 34px;
}
.top_banner_list li {
	width: 130px;
}
.top_banner_list li a {
	display: block;
}

/* ----------------------------------------
共通
---------------------------------------- */
.top_hide {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	border: 0 !important;
	-webkit-clip-path: inset(50%) !important;
			clip-path: inset(50%) !important;
}

/* ==================================================
スマートフォン
================================================== */

@media screen and (max-width: 1080px) {

	/* メイン */
	.tpl_top_index #mymainback {
		margin: 0;
	}

	/* ----------------------------------------
	レイアウト
	---------------------------------------- */
	.tpl_top_index #top_logo {
		top: 185px;
		left: 50%;
		translate: -50% 0;
	}
	.tpl_top_index #top_photo {
		min-height: auto;
	}
	.tpl_top_index #top_srch {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		padding: 4.9rem 13px 26px;
		-webkit-box-shadow: 0 0 7px rgb(187 187 187);
		        box-shadow: 0 0 7px rgb(187 187 187);
		margin: 65px 20px 30px;
	}

	/* ----------------------------------------
	ロゴ
	---------------------------------------- */
	.top_logo_box {
		width: 248px;
	}

	/* ----------------------------------------
	メインビジュアル
	---------------------------------------- */
	#top_photo_list {
		position: relative;
	}
	#top_photo .photo_box {
		height: 500px;
	}
	#top_photo_control {
		bottom: 17px;
		right: 20px;
		max-width: calc(100% - 40px);
	}

	/* ----------------------------------------
	スライドコントロール
	---------------------------------------- */

	/* ----------------------------------------
	検索
	---------------------------------------- */
	.top_search_ipt {
		min-height: 48px;
		border-radius: 24px;
		padding-left: 20px;
	}
	input.top_search_txt {
		width: calc(100% - 80px - 46px);
		font-size: 1.4rem;
		line-height: calc(24/14);
		margin-block: 11px;
	}
	button.top_search_mic {
		width: 46px;
	}
	button.top_search_mic::before {
		width: 16px;
		height: 22px;
	}
	button.top_search_mic.recording::before,
	button.top_search_mic.recording::after {
		width: 22px;
	}
	input.top_search_btn {
		width: 80px;
		font-size: 1.4rem;
	}
	.top_search_filter {
		margin-top: 13px;
	}
	.top_search_id_message {
		font-size: 1rem;
		margin-top: 10px;
		text-indent: 20px;
	}
	.top_search_id_link {
		margin-top: 10px;
		padding-inline: 0;
	}
	.top_search_id_link a {
		font-size: 1rem;
	}
	.top_search_link a {
		font-size: 1rem;
		line-height: calc(18/10);
		padding-left: calc(18px + 10px);
		background-size: 18px 18px;
	}

	/* ----------------------------------------
	検索フィルター
	---------------------------------------- */
	button.top_filter_opn {
		font-size: 1.2rem;
		min-height: 32px;
		padding-right:  calc(20px + 8px);
		padding-left: 20px;
		border-radius: 16px;
	}
	.is_active_filter button.top_filter_opn {
		border-radius: 16px 16px 0 0;
	}
	button.top_filter_opn::before {
		width: 16px;
		height: 16px;
	}
	button.top_filter_opn::after {
		top: calc(50% - 5px);
		right: 20px;
		width: 8px;
		height: 11px;
	}
	.top_filter_box {
		width: 100%;
		max-width: none;
		padding: 0 13px 13px;
		border-radius: 0 0 16px 16px;
	}
	.top_filter_box2 {
		padding-inline: 13px;
	}
	.top_filter_fs {
		display: block;
	}
	.top_filter_lg {
		display: block;
		width: auto;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1;
	}
	.top_filter_rb {
		width: auto;
		gap: 10px;
		margin-top: 10px;
	}
	.top_filter_rbUnit {
		gap: 7px;
	}
	.top_filter_rbUnit label {
		font-size: 1rem;
		line-height: calc(12/10);
	}

	/* ----------------------------------------
	検索タブ
	---------------------------------------- */
	#top_srchTab_title {
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding-inline: 13px;
	}
	#top_srchTab_title ul {
		gap: 8px;
	}
	#top_srchTab_title ul li {
		width: 133px;
	}
	#top_srchTab_title ul li::before {
		bottom: calc(100% - 5px);
		left: 5px;
		width: 54px;
		height: 24px;
	}
	#top_srchTab_title ul li::after {
		top: calc(100% - 23px);
		right: calc(50% - 30px);
		width: 36px;
		height: 36px;
	}
	#top_srchTab_title ul li button {
		font-size: 1.4rem;
		min-height: 48px;
		border-radius: 24px;
	}
	#top_srchTab_detail {
		margin-top: 0;
	}

	/* ----------------------------------------
	セクション
	---------------------------------------- */
	.top_section > [id^="top_"] {
		margin-inline: 20px;
	}

	/* info */
	.top_section.top_section__info {
		position: static;
		padding-bottom: 30px;
	}
	.top_section.top_section__info > #top_intro {
		margin-top: 0;
	}
	.top_section.top_section__info > #top_important {
		margin-top: 30px;
		margin-inline: 0;
	}
	.top_section.top_section__info > #top_emergency {
		margin-top: 20px;
		margin-inline: 0;
	}

	/* news */
	.top_section.top_section__news {
		padding-top: 48px;
		padding-bottom: 30px;
	}

	/* topics */
	.top_section.top_section__topics {
		padding-block: 30px;
	}

	/* event */
	.top_section.top_section__event {
		padding-block: 30px;
	}
	.top_section.top_section__event > #top_event {
		padding-inline: 0;
	}

	/* navi */
	.top_section.top_section__navi {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.top_section.top_section__navi > #top_tab2 {
		padding-inline: 0;
	}

	/* about */
	.top_section.top_section__about {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	/* banner */
	.top_section.top_section__banner {
		padding-bottom: 30px;
	}
	.top_section.top_section__banner > #top_pr {
		margin-top: -80px;
	}
	.top_section.top_section__banner > #top_sns {
		margin-top: 20px;
	}
	.top_section.top_section__banner > #top_banner {
		margin-top: 30px;
	}

	/* ----------------------------------------
	サイト紹介
	---------------------------------------- */
	.top_intro_list {
		display: block;
	}
	.top_intro_i {
		width: auto;
	}
	.top_intro_i + .top_intro_i {
		margin-top: 20px;
	}
	.top_intro_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 24px;
	}
	.top_intro_boxImg {
		width: 160px;
		padding: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 10px rgb(0 0 0 / .2);
		        box-shadow: 0 0 10px rgb(0 0 0 / .2);
	}
	.top_intro_img {
		display: block;
		border-radius: 5px;
		aspect-ratio: 150/70;
	}
	.top_intro_boxTxt {
		width: calc(100% - 24px - 160px);
		padding-right: calc(32px + 6px);
		padding-left: 0;
		margin-top: 0;
	}
	.top_intro_boxTxt::after {
		top: calc(50% - 16px);
		right: 0;
		width: 32px;
		height: 32px;
		background-size: 6px auto;
	}
	.top_intro_cap {
		font-size: 1rem;
	}
	.top_intro_sub {
		font-size: 1.4rem;
		line-height: calc(20/14);
		margin-top: 6px;
	}

	/* ----------------------------------------
	重要なお知らせ
	---------------------------------------- */
	.top_important_box {
		padding: 20px 30px;
		border-radius: 0;
	}
	.top_important_ttl {
		font-size: 1.8rem;
		line-height: calc(24/18);
		padding-left: calc(24px + 15px);
		background-size: 24px 24px;
	}
	.top_important_list {
		padding-inline: 0;
		margin-top: 20px;
	}
	.top_important_list li {
		display: block;
	}
	.top_important_list li + li {
		margin-top: 10px;
	}
	.top_important_date {
		display: block;
		width: auto;
		font-size: 1.2rem;
		line-height: 1;
	}
	.top_important_info {
		display: block;
		width: auto;
		font-size: 1.4rem;
		line-height: calc(22/14);
	}
	.top_important_link {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px 24px;
		margin-top: 10px;
	}
	.top_important_btn a {
		font-size: 1rem;
		line-height: calc(16/10);
		gap: 15px;
	}
	.top_important_btn a::after {
		width: 32px;
		height: 32px;
		background-size: 5px auto;
	}

	/* ----------------------------------------
	もしもに備える
	---------------------------------------- */
	.top_emergency_box {
		padding: 20px;
		border-radius: 0;
	}
	.top_emergency_ttl {
		font-size: 1.8rem;
		line-height: calc(24/18);
		padding-left: calc(24px + 12px);
		background-size: 24px 24px;
	}
	.top_emergency_list {
		gap: 10px;
		margin-top: 20px;
	}
	.top_emergency_list li {
		width: calc(100%/2 - 10px/2);
	}
	.top_emergency_list li a {
		font-size: 1rem;
		line-height: calc(12/10);
		min-height: 30px;
		padding-inline: 8px;
		border-radius: 15px;
	}

	/* ----------------------------------------
	タブ
	---------------------------------------- */
	#top_tab_title,
	#top_tab_title * {
		display: none !important;
	}
	#top_tab_detail {
		margin-top: 0;
	}
	.top_tab_detail_box {
		display: block !important;
	}
	.top_tab_detail_box + .top_tab_detail_box {
		margin-top: 30px;
	}

	/* ----------------------------------------
	新着情報
	---------------------------------------- */
	.top_news_ttl {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: initial;
		white-space: initial;
	}
	.top_news_ttl button {
		position: relative;
		font-size: 1.4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		min-height: 48px;
		padding: 0 44px;
		border: 2px solid #fbc3d5;
		border-radius: 24px;
	}
	.top_news_ttl button .acc_plus {
		position: absolute;
		top: calc(50% - 12px);
		right: 20px;
		display: block;
		width: 24px;
		height: 24px;
	}
	.top_news_ttl button .acc_plus::before,
	.top_news_ttl button .acc_plus::after {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #d4026f;
		-webkit-transition: .5s rotate;
		transition: .5s rotate;
	}
	.top_news_ttl button .acc_plus::before {
		rotate: 180deg;
	}
	.top_news_ttl button .acc_plus::after {
		rotate: -90deg;
	}
	.top_news.is_active .top_news_ttl button .acc_plus::before,
	.top_news.is_active .top_news_ttl button .acc_plus::after {
		rotate: 0deg;
		background-color: currentColor;
	}
	.top_news_ttl button::before,
	.top_news_ttl button::after {
		content: "";
		display: none;
		position: absolute;
	}
	.top_news_ttl button::before {
		bottom: calc(100% - 5px);
		left: 5px;
		width: 54px;
		height: 24px;
		background: url(/img/common/obj_ears.png) no-repeat center / contain;
	}
	.top_news_ttl button::after {
		top: calc(100% - 23px);
		right: calc(50% - 30px);
		width: 36px;
		height: 36px;
		background: url(/img/common/obj_tail.png) no-repeat center / contain;
		-webkit-clip-path: polygon(0 calc(100% - 23px), 100% calc(100% - 23px), 100% 100%, 0% 100%);
		        clip-path: polygon(0 calc(100% - 23px), 100% calc(100% - 23px), 100% 100%, 0% 100%);
	}
	.top_news.is_active .top_news_ttl button::before,
	.top_news.is_active .top_news_ttl button::after {
		display: block;
	}
	.top_news.is_active .top_news_ttl button {
		font-size: 1.8rem;
		color: #fff;
		border-color: #d4026f;
		background-color: #d4026f;
	}
	.top_news_box {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 0fr;
		grid-template-rows: 0fr;
		-webkit-transition: .5s grid-template-rows;
		transition: .5s grid-template-rows;
	}
	.top_news.is_active .top_news_box {
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
	}
	.top_news_box2 {
		overflow: hidden;
	}
	.top_news_list {
		padding: 30px 20px;
		border-radius: 10px;
		margin-top: 20px;
	}
	.top_news_list li {
		display: block;
	}
	.top_news_list li + li {
		margin-top: 16px;
	}
	.top_news_date {
		width: auto;
		font-size: 1.2rem;
		line-height: 1;
	}
	.top_news_info {
		width: auto;
		margin-top: 6px;
	}
	.top_news_info a {
		font-size: 1.4rem;
		line-height: calc(21/14);
	}
	.top_news_info img.top_icon_new {
		height: 16px;
		margin-block: calc((2.1rem - 16px)/2);
		margin-left: 5px;
	}
	.top_news_link {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 20px;
		margin-top: 20px;
	}
	.top_news_btn a {
		font-size: 1rem;
		line-height: calc(16/10);
	}
	.top_news_btn a::after {
		width: 32px;
		height: 32px;
		background-size: 5px auto;
	}

	/* ----------------------------------------
	トピックス
	---------------------------------------- */
	.top_topics_ttl {
		font-size: 1.8rem;
		text-align: center;
		text-indent: -.1em;
	}
	.top_topics_box {
		margin-top: 30px;
	}
	.top_topics_link {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 20px;
		margin-top: 26px;
	}
	.top_topics_btn a {
		font-size: 1rem;
		line-height: calc(16/10);
	}
	.top_topics_btn a::after {
		width: 32px;
		height: 32px;
		background-size: 6px auto;
	}

	/* レタリング */
	#lettering {
		display: block;
	}
	.lettering_box {
		width: auto;
	}
	.lettering_box + .lettering_box {
		margin-top: 20px;
	}
	.lettering_img:empty {
		background-size: min(22.4%, 75px) auto;
	}
	.lettering_txt {
		padding-inline: 10px;
		margin-top: 10px;
	}
	.lettering_date {
		font-size: 1rem;
	}
	.lettering_link {
		margin-top: 6px;
	}
	.lettering_link a {
		font-size: 1.4rem;
		line-height: calc(21/14);
	}

	/* ----------------------------------------
	イベント
	---------------------------------------- */
	.top_event_ttl {
		font-size: 1.6rem;
	}

	/* カウントダウン */
	.count_down_box_wrap {
		display: block;
	}
	.count_down_box {
		width: auto;
	}
	.count_down_box + .count_down_box {
		margin-top: 30px;
	}
	span.count_down_box2 {
		gap: 10px;
	}
	span.count_img {
		width: 160px;
	}
	span.count_txt {
		width: calc(100% - 160px - 10px);
	}
	span.count_title {
		font-size: 1.4rem;
		line-height: calc(22/14);
		margin-top: 6px;
	}
	span.count_comment {
		font-size: 1rem;
		line-height: calc(16/10);
		margin-top: 3px;
	}
	span.count_day {
		font-size: 1.44rem;
		min-height: 60px;
		border-radius: 10px;
	}
	span.count_day span {
		font-size: 2.3rem;
	}

	/* ----------------------------------------
	タブ2
	---------------------------------------- */
	#top_tab2_title ul {
		gap: 4px;
	}
	#top_tab2_title ul li {
		width: calc(100%/3 - 4px*2/3);
	}
	#top_tab2_title ul li::before {
		bottom: calc(100% - 4px);
		left: 6px;
		width: 44px;
		height: 19px;
	}
	#top_tab2_title ul li::after {
		top: calc(100% - 20px);
		right: calc(50% - 10px);
		width: 30px;
		height: 29px;
	}
	#top_tab2_title ul li button {
		font-size: 1.4rem;
		line-height: calc(16/14);
		min-height: 40px;
		border-width: 1px;
		border-radius: 20px;
	}
	#top_tab2_title ul li.tab_on button {
		font-size: 1.4rem;
	}
	#top_tab2_title ul li button br.top_tab2_sp {
		display: inline;
	}

	/* ----------------------------------------
	概要
	---------------------------------------- */
	.top_about_head {
		display: block;
	}
	.top_about_ttl {
		font-size: 1.8rem;
	}
	.top_about_deco {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 5px;
		margin-top: 10px;
	}
	.top_about_deco::before {
		width: 100%;
		max-width: 217px;
		height: 48px;
	}
	p.top_about_chara {
		gap: 3px;
		width: 64px;
		height: 64px;
		padding-block: 10px;
	}
	span.top_about_chara_txt {
		font-size: 1rem;
		line-height: calc(12/11);
	}
	span.top_about_chara_sub {
		width: 42px;
	}
	span.top_about_chara_img {
		bottom: -15px;
		left: calc(100% - 5px);
		width: 65px;
	}
	.top_about_container {
		position: relative;
		display: block;
		margin-top: 0;
	}
	.top_about_box {
		width: auto;
	}

	/* ----------------------------------------
	リンク
	---------------------------------------- */
	.top_link_list {
		gap: 15px;
	}
	.top_link_list li {
		width: calc(100%/2 - 15px/2);
	}
	.top_link_img {
		aspect-ratio: 160/105;
		border-radius: 10px 10px 0 0;
	}
	.top_link_txt {
		font-size: 1.6rem;
		line-height: calc(24/16);
		border-radius: 0 0 10px 10px;
	}

	/* ----------------------------------------
	リンク2
	---------------------------------------- */
	.top_link2_box {
		border-radius: 10px;
	}
	.top_link2_txt {
		font-size: 1.6rem;
		line-height: calc(22/16);
	}

	/* ----------------------------------------
	動画
	---------------------------------------- */
	#top_movie {
		margin-top: 20px;
	}
	.top_movie_img {
		border-radius: 10px;
	}
	.top_movie_txt {
		font-size: 2rem;
		padding-inline: 7px;
		margin-top: 18px;
	}
	.top_movie_link {
		gap: 17px;
		margin-top: 14px;
	}
	.top_movie_btn a {
		font-size: 1rem;
		line-height: calc(16/10);
		gap: 13px;
	}
	.top_movie_btn a::after {
		width: 32px;
		height: 32px;
	}

	/* ----------------------------------------
	リンク3
	---------------------------------------- */
	#top_link3 {
		margin-top: 20px;
	}
	.top_link3_list {
		font-size: 1.4rem;
		gap: 14px 1em;
		border-radius: 10px;
		padding: 20px;
	}
	.top_link3_list li {
		line-height: calc(28/14);
	}

	/* ----------------------------------------
	人口・世帯数
	---------------------------------------- */
	#top_jinkou {
		margin-top: 20px;
	}
	.top_jinkou_box {
		padding: 20px;
		border-radius: 10px;
	}
	.top_jinkou_head {
		gap: 30px;
	}
	.top_jinkou_ttl {
		font-size: 1.4rem;
	}
	.top_jinkou_date {
		line-height: calc(14/10);
	}
	.top_jinkou_list dl {
		font-size: 1.2rem;
		display: block;
		padding-left: calc(30px + 6px);
	}
	.top_jinkou_list dl dt {
		display: block;
		line-height: calc(15/12);
		min-height: auto;
	}
	.top_jinkou_list dl dd {
		text-align: left;
		line-height: calc(15/12);
	}

	/* ----------------------------------------
	事業PR
	---------------------------------------- */
	.top_pr_container {
		padding: 30px 18px 20px;
		border-radius: 10px;
	}
	.top_pr_box {
		width: 100%;
	}
	.top_pr_control {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	/* ----------------------------------------
	SNS
	---------------------------------------- */
	.top_sns_list {
		gap: 28px
	}
	.top_sns_list li {
		width: 32px;
	}

	/* ----------------------------------------
	バナー広告
	---------------------------------------- */
	#top_banner {
		display: block;
	}
	.top_banner_ttl {
		display: block;
		min-height: auto;
		font-size: 1.6rem;
		line-height: 1;
	}
	.top_banner_list {
		gap: 10px;
		margin-top: 20px;
	}
	.top_banner_list li {
		width: 105px;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */

/* ==================================================
背景色変更
================================================== */
.color_change {
	#top_logo,
	#top_logo *,
	button.top_search_mic,
	button.top_search_mic *,
	#top_photo_control,
	#top_photo_control *,
	.top_important_ttl,
	.top_emergency_ttl,
	.top_topics_ttl,
	.top_event_ttl,
	.top_about_ttl,
	.top_movie_txt,
	.top_banner_ttl,
	.top_news_ttl {
		background-color: transparent !important;
	}
	.top_search_link a,
	.top_jinkou_list dl,
	.top_about_deco::before {
		background-image: none !important;
	}
	#top_photo_control button,
	.slide_control button,
	.top_sns_list li a img {
		background-color: #fff !important;
	}
	#top_srchTab_title ul li::before,
	#top_srchTab_title ul li::after,
	button.top_filter_opn::before,
	button.top_filter_opn::after,
	.top_intro_boxTxt::after,
	.top_important_btn a::after,
	#top_tab_title ul li::before,
	#top_tab_title ul li::after,
	.top_news_btn a::after,
	.top_topics_btn a::after,
	#top_tab2_title ul li::before,
	#top_tab2_title ul li::after,
	.top_movie_btn a::after,
	.top_news_ttl button::before,
	.top_news_ttl button::after {
		display: none !important;
	}
	.lettering_img:empty {
		border: 1px solid !important
	}
}