@charset "UTF-8";
/*------------------------------------------
 -----------------ABOUT TOHOKU--------------
 /*-------------東北、きほんのき-------------
------------------------------------------*/

/* 共通 */
main{
	background: var(--gray);
	overflow: visible;
}
section {
	padding: calc(var(--spacer)*5) 0;
}

main figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main p{
	font-size: var(--font-size-13);
	letter-spacing: var(--letter-spacing-13);
}
.number{
	font-family: var(--font-family-en);
	font-size: clamp(6.2rem, 15vw, 8.2rem);
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: -1px -1px 0 var(--body), 1px -1px 0 var(--body), -1px 1px 0 var(--body), 1px 1px 0 var(--body), 2px 2px 0 var(--body), 3px 3px 0 var(--body), 4px 4px 0 var(--body);
	letter-spacing: 0.03em;
	line-height: 1;
}
.section_ttl{
	text-align: center;
	font-size: var(--font-size-23);
	margin-bottom: 15px;
}
.section_ttl .sub{
	color: var(--primary2);
	font-size: 70%;
	display: block;
	margin-bottom: 0;
	line-height: 1.2;
}
.fun_fact{
	max-width: 500px;
	border-radius: 20px;
	border: 1px solid var(--body);
	background-color: #fdfdfd;
	background-image: linear-gradient(to right, #daf1ea 1px, transparent 1px), linear-gradient(to bottom, #daf1ea 1px, transparent 1px);
	background-size: 11px 11px;
	padding: 20px 25px 40px;
	position: relative;
	margin-top: 40px;
}
.fact_ttl{
	display: block;
	text-align: center;
	color: var(--primary);
	font-weight: 800;
	-webkit-text-stroke: 1px var(--body);
	font-size: var(--font-size-20);
	letter-spacing: 0.15rem;
}
.article_wrap{
	padding-top: 55%;
}
main .inner{
	border: 1px solid var(--body);
	border-radius: clamp(75px, 20vw, 100px);
	padding-inline: 11.5%;
	padding-block: 0 clamp(75px, 20vw, 100px);
}
.inner_mv {
	width: 91.5%;
	margin: -53% auto 0;
}
.inner_ttl{
	font-family: var(--font-family-en);
	font-style: italic;
	font-size: clamp(3.5rem, 20vw, 4.65rem);
	font-weight: 900;
	color: #fff;
	text-shadow: -1px -1px 0 var(--body), 1px -1px 0 var(--body), -1px 1px 0 var(--body), 1px 1px 0 var(--body), 2px 2px 0 var(--body), 3px 3px 0 var(--body), 4px 4px 0 var(--body);
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.07em;
	position: relative;
	z-index: 1;
	margin-top: -0.8em;
	margin-bottom: 20px;
}
.inner_ttl span{
	text-shadow: none;
	color: var(--body);
	font-size: var(--font-size-13);
	font-weight: 600;
	font-style: normal;
	display: block;
}
/* スライド */
.swiper{
	width: calc(100% + 40px);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
}
.swiper-slide{
	aspect-ratio: 5 / 4;
	border: none;
	position: relative;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev {
	margin-top: calc(0px - var(--swiper-navigation-size)/2 - 35px);
}
.swiper-slide img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 1px solid var(--body);
	border-radius: 20px;
}
.swiper-slide .caption{
	position: absolute;
	bottom: 0;
	top: auto;
	font-size: var(--font-size-12);
	color: var(--body);
	transform: translateY(2em) translateX(-50%);
	width: 100%;
	left: 50%;
	text-align: center;
	display: block;
}

/* 代表スポット＆グルメ */
.spot_gourmet{
	margin-top: 5rem;
}
.spot_ttl{
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-shadow: -1px -1px 0 var(--body), 1px -1px 0 var(--body), -1px 1px 0 var(--body), 1px 1px 0 var(--body);
	margin-bottom: 10px;
	font-size: var(--font-size-18);
}
.spot_gourmet dl dt,
.spot_gourmet dl dd{
	display: inline;
	line-height: 1.5;
}
.spot_gourmet dl dt{
	display: inline-block;
	font-size: var(--font-size-10);
	color: #fff;
	font-weight: bold;
	background: var(--body);
	border-radius: 99px;
	text-align: center;
	width: 70px;

}
.spot_gourmet dl dd{
	padding-left: 5px;
	font-size: var(--font-size-13);
}

@media screen and (min-width: 841px) {
	section {
		padding: calc(var(--spacer)*7) 0;
	}
	.swiper{
		width: calc(100% + 60px);
		margin-left: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.spot_gourmet dl dt{
		width: 80px;
	}
}
/*--LV----------------------------------------*/
#lv{
	padding-bottom: 4rem;
}
h1{
	position: relative;
	margin-top: 40px;
}
h1 i{
	font-size: var(--font-size-20);
	display: block;
	text-align: center;
	margin-bottom: 10px;
	position: absolute;
	margin-top: -1.5em;
	display: block;
	width: 100%;
	text-align: center;
}
#lv .sub{
	margin-bottom: 0;
	font-size: var(--font-size-base);
}

/*01.東北ってどんなところ？------------------------------------------*/

#about figure{
	border-radius: 20px;
	border: 1px solid var(--body);
	aspect-ratio: 600 / 400;
	position: relative;
	z-index: 1;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	max-width: 500px;
}
#about figure img{
	border-radius: 20px;
}
#about .number{
	position: absolute;
	left: calc(50% - 0.5em);
	top: -0.6em;
	z-index: 1;
}
#about .fun_fact{
	position: relative;
}
#about .fun_fact::before{
	display: block;
	content: "";
	width: 19.8%;
	aspect-ratio: 129 / 177;
	background: url(../img/abouttohoku/s1_woman.svg) no-repeat center / contain;
	position:absolute;
	top: -12%;
	right: -6%;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
}
#about .fun_fact.ani-fadeInUp::before{
	animation: toRight 0.5s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: .5s;
}

/*02.6県それぞれの特徴------------------------------------------*/
#feature .number{
	animation-delay: 1.2s;
}
#feature .map_wrap{
	width: 73.6%;
	margin: 0 auto 20px;
	position: relative;
}
#feature .map a:hover{
	filter: brightness(120%);
}
#feature .map_wrap::before{
	display: block;
	content: "";
	width: 38.7%;
	aspect-ratio:  206 / 150;
	background: url(../img/abouttohoku/mogura.svg);
	position:absolute;
	top: 6%;
	left: -12%;
	z-index:0;
	pointer-events: none;
	opacity: 0;
	visibility: visible;
	transform: scale(0.01) rotate(-6deg);
	transform-origin: 50%;
	will-change: transform, opacity;
	backface-visibility: hidden;
}
#feature .map_wrap.ani-fadeInUp::before{
    animation: ani-scaleUpDown .7s cubic-bezier(.175,.885,.32,1.275) both;
	animation-delay: 0.5s;
}
#aomori .inner{
	background: #57a0dc;
}
#iwate .inner{
	background: #bea0dc;
}
#akita .inner{
	background: #ffeb5a;
}
#miyagi .inner{
	background: #b3ffaf;
}
#yamagata .inner{
	background: #ff8c32;
}
#fukushima .inner{
	background: #f06f5a;
}
#feature .fun_fact{
	position: relative;
}
#feature .fun_fact::before{
	display: block;
	content: "";
	width: 18.9%;
	aspect-ratio: 104 / 150;
	background: url(../img/abouttohoku/s2_woman.svg) no-repeat center / contain;
	position:absolute;
	top: -50px;
	left: -4.6%;
	z-index:0;
	pointer-events: none;
	opacity: 0;
}
#feature .fun_fact.ani-fadeInUp::before{
	animation: toRight 0.5s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: .5s;
}


/*03.よくある質問-----------------------------------------*/
#faq .section_ttl{
	font-size: clamp(3.5rem, 20vw, 4.65rem);
}
#faq .section_ttl .sub{
	font-size: 45%;
}
#faq .section_ttl i{
	font-size: 65.7%;
	vertical-align: middle;
	padding-bottom: 0.5em;
	padding-left: 0.05em;
}
#faq dl+dl{
	margin-top: 20px;
}
#faq dl dt,
#faq dl dd{
	background: #fff;
	border-radius: 33.5px;
	padding: 10px 15px 10px 16%;
	position: relative;
	min-height: 51px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.5;
}
#faq dl dt{
	font-weight: bold;
}
#faq dl dd{
	margin-top: 7px;
}
#faq dl dt::before,
#faq dl dd::before{
	display: inline-block;
	content: "";
	width: 12%;
	aspect-ratio: 165 / 150;
	background: url(../img/abouttohoku/ico_q.svg) no-repeat center / contain;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index:0;
	pointer-events: none;
}
#faq dl dd::before{
	background-image: url(../img/abouttohoku/ico_a.svg);
}
#faq dl dd div{
	overflow: hidden;
	max-height: 999px;
	transition: max-height 0.5s ease-in-out;
	font-size: var(--font-size-13);
}
#faq dl dd.close div{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	max-height: 3.6em;
}
#faq .morebtn{
	margin-top: 10px;
	text-align: center;
	display: block;
	width: calc(100% + 16%);
	margin-left: -18%;
}
#faq .morebtn button{
	font-family: var(--font-family-en);
	font-weight: 700;
	font-size: var(--font-size-13);
	text-shadow: -1px -1px 0 var(--body), 1px -1px 0 var(--body), -1px 1px 0 var(--body), 1px 1px 0 var(--body);
	color: #fff;
	border: none;
	cursor: pointer;
	letter-spacing: 0.1em;
}
#faq .morebtn button:hover{
	color: var(--gray);
}
@media screen and (min-width: 841px) {
	#faq dl dt,
	#faq dl dd{
		min-height: 62px;
	}
}
