@charset "utf-8";

/*============================
MV
============================*/
@media screen and (max-width: 640px) {
	#mv {
		padding-bottom: 1.50rem;
	}
}

#mv .mv_slider_wrap {
	width: 60%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	border-radius: 0.30rem 0 0 0.30rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#mv .mv_slider_wrap {
		width: calc(100% - 0.20rem);
	}
	#mv .mv_slider_wrap::after {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0.5;
	}
}

#mv .mv_slider_wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/top/mv_hand.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
}

#mv .mv_slider_wrap .slider img {
	display: block;
	width: 100%;
	height: 6.42rem;
	object-fit: cover;
	border-radius: 0.30rem 0 0 0.30rem;
}

@media screen and (max-width: 640px) {
	#mv .mv_slider_wrap .slider img {
		height: 73.33vw;
	}
}

#mv .in {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	#mv .in {
    left: 0.30rem;
    transform: translateX(0);
		width: 100%;
		height: 100%;
	}
}

#mv .catch_wrap {
	position: absolute;
	top: 0.8rem;
	left: 0;
	z-index: 1;
	width: 100%;
	max-width: 4.75rem;
}

@media screen and (max-width: 640px) {
	#mv .catch_wrap {
    position: absolute;
    top: auto;
		bottom: -0.05rem;
    max-width: 100%;
	}
	#mv .catch_wrap .catch {
		width: 2.01rem;
		padding-bottom: 0.10rem;
	}
}

#mv .catch_wrap .text {
	font-size: 0.22rem;
	font-weight: 300;
	letter-spacing: 0.075em;
	margin-top: 0.5rem;
	line-height: 1.77;
}

@media screen and (max-width: 640px) {
	#mv .catch_wrap .text {
		font-size: 0.14rem;
		margin-top: 0;
		line-height: 1.75;
	}
}

#mv .catch_wrap .btn {
	text-align: left;
	margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
	#mv .catch_wrap .btn {
		margin-top: 0.20rem;
	}
}

#mv .catch_wrap .btn a {
	border-radius: 0.5rem;
	font-size: 0.18rem;
	margin: 0;
}

@media screen and (max-width: 640px) {
	#mv .catch_wrap .btn a {
		font-size: 0.14rem;
		max-width: calc(100% - 0.60rem);
	}
}

/*============================
トピックス
============================*/
#topics {
	margin-top: 0.8rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#topics {
		margin: 0.8rem -0.20rem 0;
	}
}

#topics .sec_title {
	margin-bottom: 0.45rem;
}

#topics .list {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between
}

#topics .list .item {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.6rem;
		position: relative;
}

@media screen and (max-width: 640px) {
	#topics .list .item {
		padding: 0 0.10rem;
	}
}

#topics .list .item a {
	display: block;
	color: #000;
}

#topics .list .item a .eyecatch {
	width: 2.00rem;
	height: 2.00rem;
	border-radius: 50%;
	position: relative;
	z-index: -1;
	margin: auto;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#topics .list .item a .eyecatch {
		width: 2.6rem;
		height: 2.6rem;
		border-radius: 50%;
		position: relative;
		z-index: -1;
		margin: auto;
		overflow: hidden;
	}
}

#topics .list .item a .eyecatch img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all .3s;
}

#topics .list .item a .eyecatch .hover_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.65);
    opacity: 0;
    transition: .3s ease-in-out;
    border-radius: 50%;
}

#topics .list .item a .eyecatch .hover_text .in_text {
	font-size: 0.19rem;
	font-weight: 700;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	#topics .list .item a .eyecatch .hover_text .in_text {
		font-size: 0.17rem;
	}
}

#topics .list .item a .eyecatch .hover_text .in_text::after {
	content: '';
	width: 0.077rem;
	height: 0.12rem;
	background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	right: 0.70rem;
}

#topics .list .item a:hover .eyecatch .hover_text {
    opacity: 1;
}

#topics .list .item a .title {
	font-size: 0.15rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: -0.25rem auto 0.11rem;
	padding: 0.1rem 0.10rem 0.12rem;
	z-index: 10;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	#topics .list .item a .title {
		font-size: 0.15rem;
		display: block;
		margin: -0.15rem auto 0.10rem;
		padding: 0.1rem 0 0.12rem;
		border-radius: 0.06rem;
		width: calc(100% - 0.30rem);
	}
}

#topics .list .item a .text {
	font-size: 0.14rem;
	line-height: 1.75;
	letter-spacing: 0;
	padding: 0 0.06rem;
}

@media screen and (max-width: 640px) {
	#topics .list .item a .text {
		font-size: 0.13rem;
		max-width: 3.00rem;
		padding: 0;
	}
}

/* オンライン */
#topics .list .item.online a .title {
	background: #E62F8B;
}

/* 婚活イベント情報 */
#topics .list .item.event a .title {
	background: #2EA8E1;
}

/* 移住をお考えの方へ */
#topics .list .item.iju a .title {
	background: #45B035;
}

/* 結婚支援事業者様向け情報 */
#topics .list .item.sien a .title {
	background: #965BC1;
}

/* イベントレポート */
#topics .list .item.report a .title {
	background: #FC9303;
}

/* お出かけスポット*/
#topics .list .item.odekake a .title {
	background: #C35A41;
}

#topics .btn a {
	max-width: 4.70rem;
}

#topics.col3 .list {
	max-width: 9.87rem;
	margin: auto;
}

#topics.col3 .list .item {
	width: 33.3%;
	max-width: 2.70rem;
}
@media screen and (max-width: 640px) {
	#topics.col3 .list .item {
		max-width: 2.80rem;
	}
}

/* SP時のSlick */
#topics .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#topics .slick-dots {
	bottom: 0.25rem;
}

#topics .slick-dots li button::before {
	font-size: 0.12rem;
}

#topics .slick-dots li.slick-active button::before {
	color: #45B035;
}

#topics .slick-slider .slick-arrow {
	width: 0.44rem;
	height: 0.44rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.10rem;
	z-index: 2;
}

#topics .slick-slider .slick-arrow.prev {
	background-image: url(../img/top/sp_slide_arrow_prev.svg);
	left: 0.20rem;
}

#topics .slick-slider .slick-arrow.next {
	background-image: url(../img/top/sp_slide_arrow_next.svg);
	right: 0.20rem;
}

@media screen and (max-width: 640px) {
	#topics .btn {
		padding: 0 0.20rem;
	}
	#topics .btn a {
		font-size: 0.15rem;
	}
}

/*============================
イベント
============================*/
#event {
	padding: 0.9rem 0;
	background-color:rgba(69, 176, 53, 0.1);
	margin-top: 1.4rem;
}

@media screen and (max-width: 640px) {
	#event {
		padding: 0.90rem 0 0.50rem;
		margin-top: 0.80rem;
	}
}

#event .sec_title {
	margin-top: -1.15rem;
}

@media screen and (max-width: 640px) {
	#event .sec_title {
		margin-top: -1.05rem;
	}
}

#event .tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1rem;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.1rem;
	padding: 0.10rem 0.30rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 640px) {
	#event .tab {
		margin-top: 0.30rem;
		border-radius: 0.06rem;
		padding: 0.20rem 0.10rem;
	}
}

#event .tab::after {
	content: "";
	width: 5.40rem;
	height: 3.31rem;
	background-image: url(../img/top/hokkaido_map_2025.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.30rem;
	top: -1.50rem;
}

@media screen and (max-width: 640px) {
	#event .tab::after {
		content: none;
	}
}

#event .tab  h4 {
	width: 1.7rem;
	font-size: 0.20rem;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	#event .tab  h4 {
		width: 100%;
		font-size: 0.15rem;
		text-align: center;
		padding-bottom: 0.10rem;
	}
}

#event .tab .list {
	width: calc(100% - 5.6rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	#event .tab .list {
		width: 100%;
		justify-content: center;
	}
}

#event .tab .list .item {
	width: 100%;
	max-width: 1.80rem;
	padding: 0.08rem 0;
}

@media screen and (max-width: 640px) {
	#event .tab .list .item {
		width: 48%;
		padding: 0.10rem 0.05rem 0.05rem;
		box-sizing: border-box;
	}
	#event .tab .list .item:nth-child(1) {
		width: 100%;
		max-width: calc(100% - 0.10rem);
		padding: 0.10rem 0.05rem 0.05rem;
	}
}

#event .tab .list .item a {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 0.15rem;
	text-align: center;
	padding: 0.1rem 0;
	border-radius: 0.3rem;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.2);
	cursor: pointer;
	background-color: #CCC;
}

@media screen and (max-width: 640px) {
	#event .tab .list .item a {
		font-size: 0.14rem;
	}
}

#event .tab .list .item a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	#event .tab .list .item a:hover {
		opacity: 1;
	}
}

/* センター主催 */
#event .tab .list .item.center.active a {
	background: #FC9303;
}

/* 道央のイベント */
#event .tab .list .item.doou.active a {
	background: #E62F8B;
}

/* 道北のイベント */
#event .tab .list .item.dohoku.active a {
	background: #2EA8E1;
}

/* 道東のイベント */
#event .tab .list .item.dotou.active a {
	background: #45B035;
}

/* 道南のイベント */
#event .tab .list .item.donan.active a {
	background: #965BC1;
}

/* すべてのイベント */
#event .tab .list .item.all.active a {
	background: #000;
}

/* コンテンツ */
#event .cont {
	display: none;
}

#event .cont .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0.75rem -0.20rem 0;
}

@media screen and (max-width: 640px) {
	#event .cont .list {
		margin-top: 0.35rem;
	}
}

/* 0件の処理 */
#event .cont .list .no_results {
	font-size: 0.18rem;
	font-weight: 700;
	text-align: center;
	padding: 0.20rem 0 0.40rem;
	width: 100%;
}

@media screen and (max-width: 640px) {
	#event .cont .list .no_results {
		font-size: 0.16rem;
		padding: 0.20rem 0 0.20rem;
	}
}

#event .cont .item {
	width: 30%;
	margin:0 0.20rem 0.8rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#event .cont .item {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

#event .cont .item.end {
	display: none;
}

/* ピックアップアイコン */
#event .cont .item.pickup::before {
	content: "";
	width: 0.80rem;
	height: 0.80rem;
	background-image: url(../img/top/icon_pickup.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	#event .cont .item.pickup::before {
		width: 0.40rem;
		height: 0.40rem;
	}
}

/* #event .cont .item:nth-child(2),#event .cont .item:nth-child(5) {
	margin: 0 5% 0.80rem;
}

@media screen and (max-width: 640px) {
	#event .cont .item:nth-child(2),#event .cont .item:nth-child(5) {
		margin:0 0 0.30rem;
	}
} */

#event .cont .item a {
	display: block;
	height: 100%;
	color: #000;
	position: relative;
	background-color: #FFF;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	#event .cont .item a {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

/* カテゴリー */
#event .cont .item a .category {
	display: inline-block;
	color: #fff;
	font-size: 0.15rem;
	font-weight: 700;
	text-align: center;
	min-width: 1.7rem;
	width: max-content;
	padding: 0.1rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .category {
		font-size: 0.11rem;
		min-width: 1.05rem;
		width: auto;
		padding: 0.06rem;
		top: -0.1rem;
		left: 0.14rem;
		transform: translateX(0);
	}
	#event .cont .item a .category span {
		display: none;
	}
}

#event .cont .item a .category.center {
	background: #FC9303;
}

#event .cont .item a .category.doou {
	background: #E62F8B;
}

#event .cont .item a .category.dohoku {
	background: #2EA8E1;
}

#event .cont .item a .category.dotou {
	background: #45B035;
}

#event .cont .item a .category.donan {
	background: #965BC1;
}

#event .cont .item a .category.all {
	background: #000;
}

/* 写真 */
#event .cont .item a .ph_wrap {
	width: 100%;
	height: 2.3rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 0.1rem 0.1rem 0 0;
	background-image: url(../img/event/event_noimg_01.jpg);
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .ph_wrap {
		width: 1.30rem;
		height: auto;
		min-height: 1.30rem;
		max-height: 2.00rem;
		border-radius: 0.10rem 0 0 0.10rem;
	}
}

#event .cont .item a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
	object-position: top;
}

#event .cont .item a:hover .ph_wrap img {
	transform: scale(1.08);
}

#event .cont .item a .text_wrap {
	padding: 0.2rem;
	border-radius: 0 0 0.1rem 0.1rem;
	/* height: 1.30rem; */
}

@media screen and (max-width: 640px) {
	#event .cont .item a .text_wrap {
		width: calc(100% - 1.30rem);
		box-sizing: border-box;
		padding: 0.15rem;
	}
}

/* 日付 */
#event .cont .item a .date {
	font-size: 0.15rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .date {
		font-size: 0.12rem;
		letter-spacing: 0;
	}
}

#event .cont .item a .date span {
	display: inline-block;
	font-size: 0.12rem;
	border: 1px solid #000;
	padding: 0.03rem 0.04rem 0.04rem;
	margin-right: 0.1rem;
	position: relative;
	top: -0.01rem;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .date span {
		font-size: 0.10rem;
		padding: 0.02rem 0.02rem 0.03rem;
		margin-right: 0.03rem;
	}
}

/* タイトル */
#event .cont .item a .cont_title {
	font-size: 0.18rem;
	line-height: 1.65;
	font-weight: 700;
	margin-top: 0.1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .cont_title {
		font-size: 0.15rem;
		margin-top: 0.05rem;
	}
}

/* テキスト */
#event .cont .item a .text {
	font-size: 0.15rem;
	line-height: 1.66;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.10rem 0;
}

#event .cont .item a .text span {
	color: #000 !important;
}

#event .cont .item a .text strong {
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	#event .cont .item a .text {
		font-size: 0.13rem;
		margin: 0.03rem 0 0;
		-webkit-line-clamp: 1;
	}
	#event .cont .btn {
		padding: 0 0.10rem;
	}
}

/*============================
2024.6追加
イベントレポート一覧
============================*/
.event_report {
	padding: 0.70rem 0;
}

.event_report .list {
	padding: 0.60rem 0;
	max-width: 10.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.event_report .list {
		padding: 0.30rem 0;
	}
}

.event_report .list .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.20rem 0;
	border-bottom: 1px solid #CCCCCC;
}

.event_report .list .item:nth-child(1) {
	border-top: 1px solid #CCCCCC;
}

.event_report .list .item .report_header {
	max-width: 3.30rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.event_report .list .item .report_header {
		max-width: 100%;
		justify-content: flex-start;
	}
}

.event_report .list .item .report_header .cat {
	width: 1.60rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	border-radius: 0.20rem;
	padding: 0.06rem 0 0.08rem;
}
@media screen and (max-width: 640px) {
	.event_report .list .item .report_header .cat {
		width: 1.00rem;
		font-size: 0.12rem;
		letter-spacing: 0;
		margin-right: 0.10rem;
		padding: 0.03rem 0 0.05rem;
	}
}

.event_report .list .item .report_header .cat.center {
	background-color: #FC9303;
}
.event_report .list .item .report_header .cat.douou {
	background-color: #E62F8B;
}
.event_report .list .item .report_header .cat.douhoku {
	background-color: #2EA8E1;
}
.event_report .list .item .report_header .cat.doutou {
	background-color: #45B035;
}
.event_report .list .item .report_header .cat.dounan {
	background-color: #965BC1;
}

.event_report .list .item .report_header .date {
	font-size: 0.16rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	.event_report .list .item .report_header .date {
		font-size: 0.13rem;
	}
}

.event_report .list .item .report_header .date span {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding-left: 0.10rem;
}

.event_report .list .item .link {
	width: calc(100% - 3.70rem);
	display: block;
	color: #45B035;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.event_report .list .item .link {
		width: 100%;
	}
}

.event_report .list .item .link:hover {
	text-decoration: none;
}

.event_report .list .item .link .title {
	font-size: 0.16rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.event_report .list .item .link .title {
		font-size: 0.15rem;
		padding-top: 0.10rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 640px) {
	.event_report .btn_common {
		margin: 0 0.10rem;
	}
}

/*============================
2024.6追加
お出かけスポット
============================*/
.spot {
	padding: 1.35rem 0;
	background-image: url(../img/top/spot_bg_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media screen and (max-width: 640px) {
	.spot {
		padding: 0.80rem 0.20rem;
		background-image: url(../img/top/spot_bg_sp.jpg);
	}
}

.spot .txt_box {
	width: 100%;
	max-width: 6.00rem;
	margin: auto;
	background-color: #FFF;
	border-radius: 0.10rem;
	position: relative;
	padding: 0.40rem 0;
}
@media screen and (max-width: 640px) {
	.spot .txt_box {
		border-radius: 0.08rem;
		padding: 0.40rem 0.30rem;
		box-sizing: border-box;
	}
}

.spot .txt_box::before {
	content: "";
	width: calc(100% - 0.20rem);
	height: calc(100% - 0.20rem);
	border: 1px solid #F1859F;
	border-radius: 0.06rem;
	position: absolute;
	top: 0.10rem;
	left: 0.10rem;
	z-index: 0;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.spot .txt_box::before {
		width: calc(100% - 0.10rem);
		height: calc(100% - 0.10rem);
		top: 0.05rem;
		left: 0.05rem;
	}
}

.spot .txt_box .catch {
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.20rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.spot .txt_box .catch {
		font-size: 0.15rem;
		line-height: 1.65;
		padding-bottom: 0.10rem;
	}
}

.spot .txt_box .catch span::before {
	content: "";
	width: 0.24rem;
	height: 0.20rem;
	display: inline-block;
	background-image: url(../img/top/spot_catch_deco01.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width: 640px) {
	.spot .txt_box .catch span::before {
		position: absolute;
		left: calc(50% - 1.00rem);
		top: 0;
	}
}

.spot .txt_box .catch span::after {
	content: "";
	width: 0.24rem;
	height: 0.20rem;
	display: inline-block;
	background-image: url(../img/top/spot_catch_deco02.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width: 640px) {
	.spot .txt_box .catch span::after {
		position: absolute;
		right: calc(50% - 1.00rem);
		top: 0;
	}
}

.spot .txt_box .tit_wrap {
	position: relative;
	z-index: 1;
	max-width: 5.00rem;
	margin: auto;
	padding-bottom: 0.24rem;
}
@media screen and (max-width: 640px) {
	.spot .txt_box .tit_wrap {
		padding-bottom: 0.15rem;
	}
}

.spot .txt_box .tit_wrap .tit img {
	display: block;
	margin: auto;
}

.spot .txt_box .btn_common a {
	background-color: #45B035;
	box-shadow: 0 0.03rem 0.08rem rgba(69, 176, 53, 0.2);
}
@media screen and (max-width: 640px) {
	.spot .txt_box .btn_common {
		margin: 0 0.10rem;
	}
}