@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.pc {
	display: none;
}

.sp {
	display: block;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
}

.placeholder {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.placeholder_wrap {
	margin-top: 32px;
}


:root {
	--primary-color: #A98D4A;
	--text-color: #454851;
	--bg-gray: #F7F7F7;
	--bg-gold: #FDFAF2;
}

#northern_lights {
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#northern_lights .bg_gray {
	background-color: var(--bg-gray);
}

#northern_lights .bg_gold {
	background-color: var(--bg-gold);
}

#northern_lights .section_wrap {
	padding: 64px 16px;
}

#northern_lights .content_wrap {
	max-width: 1200px;
	margin: 0 auto;
}
#northern_lights figure {
	margin: 0;
}
#northern_lights .ib {
	display: inline-block;
}
/*-------------------------------------
固定追従
--------------------------------------*/
.fixed_btn_area {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	padding: 0;
	background-color: #FFF;
	gap: 1px;
	display: flex;
	flex-direction: column;
}

.fixed_btn_area a {
	background-color: var(--primary-color);
	color: #FFF;
	display: block;
	padding: 8px;
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.fixed_btn_area {
		background-color: transparent;
		padding: 0 0 10px;
		flex-direction: row;
		gap: 16px;
		justify-content: center;
	}

	.fixed_btn_area a {
		background-color: #000;
		border: 1px solid var(--primary-color);
		border-radius: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 73px;
		max-width: 378px;
		width: 46%;
		font-size: 18px;
		padding: 0;
		transition: all 0.3s;
	}

	.fixed_btn_area a:hover {
		opacity: 0.7;
	}
}

/*-------------------------------------
見出し
--------------------------------------*/
#northern_lights h2 {
	position: relative;
	font-size: 22px;
	color: #000;
	font-weight: 500;
	padding: 64px 0 20px;
	margin: 0 auto;
	text-align: center;
}

#northern_lights h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 56px;
	background: url(../img/icon-hd-pict.png) center / contain no-repeat transparent;
}

.h2_en {
	display: block;
	color: var(--primary-color);
	font-size: 16px;
	text-align: center;
	font-family: "Ubuntu Mono", serif;
	letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
	#northern_lights .section_wrap {
		padding: 96px 16px;
	}
	#northern_lights h2 {
		font-size: 36px;
		padding: 90px 0 36px;
	}

	#northern_lights h2::before {
		width: 74px;
		height: 74px;
	}

}

/*-------------------------------------
MV
--------------------------------------*/

#northern_lights .mv_wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

#northern_lights .mv_bg {
	width: 100%;
}

#northern_lights .mv_ttl {
	position: absolute;
    top: 4%;
    left: 2.5%;
    width: 95%;
}

@media screen and (min-width: 768px) {
	#northern_lights .mv_ttl {
		top: 7%;
		left: 16%;
		width: 66.7%;
	}

}
/*-------------------------------------
intro
--------------------------------------*/
#northern_lights #intro h2 {
	padding: 0;
	text-align: left;
}

#northern_lights #intro h2::before,
#northern_lights #intro h2::after {
	content: none;
}

#northern_lights .intro_text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.025em;
}

#northern_lights .anchor_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
	justify-content: center;
	margin-top: 32px;
}
#northern_lights .anchor_box a {
	display: flex;
	background-color: var(--primary-color);
	color: #FFF;
	height: 50px;
	width: calc(50% - 6px);
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary-color);
	transition: all 0.3s;
}
#northern_lights .anchor_box a:hover {
	background-color: #FFF;
	color: var(--primary-color);
}
@media screen and (min-width: 768px) {
	#northern_lights #intro h2 {
		text-align: center;
	}

	#intro.section_wrap {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	#northern_lights .intro_text {
		font-size: 18px;
	}
	#northern_lights .anchor_box {
		column-gap: 16px;
		row-gap: 16px;
	}
	#northern_lights .anchor_box a {
		width: 25%;
		height: 58px;
	}
}

@media screen and (min-width: 1024px) {
	#northern_lights .intro_text {
		margin-top: 36px;
		font-size: 16px;
	}
	#northern_lights .anchor_box a {
		font-size: 18px;
	}
}






/*-------------------------------------
クルーズ客船からオーロラ鑑賞する7つの理由
--------------------------------------*/
#northern_lights #reasons h2 {
	padding-bottom: 64px;
}
#northern_lights .reasons_flex {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}
#northern_lights .reasons_flex + .reasons_flex {
	margin-top: 32px;
}

#northern_lights .reasons_pic {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
#northern_lights figcaption {
	position: absolute;
	left: 8px;
	bottom: 4px;
	width: calc(100% - 16px);
}
#northern_lights figcaption .caption {
	text-align: right;
	color: #FFF;
	font-size: 10px;
	text-shadow: 0 0 4px #000;
}
#northern_lights .reasons_head {
	color: var(--primary-color);
	font-weight: bold;
	margin-top: 8px;
	font-family: "Noto Serif JP", serif;
}
#northern_lights .reasons_num {
	font-size: 14px;
	border-bottom: 1px solid var(--primary-color);
	text-align: left;
}
#northern_lights .reasons_num span {
	font-size: 20px;
	margin-left: 4px;
}
#northern_lights .reasons_title {
	margin-top: 8px;
	text-align: left;
	font-size: 18px;
}
#northern_lights .reasons_text {
	margin-top: 8px;
	color: var(--text-color);
	font-size: 14px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	#northern_lights .reasons_flex {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 54px;
		justify-content: center;
	}
	#northern_lights .reasons_flex + .reasons_flex {
		margin-top: 54px;
	}
	#northern_lights .reasons_flex li {
		width: calc(100% / 3 - 36px);
	}
}
@media screen and (min-width: 1024px) {
}



/*-------------------------------------
鑑賞エリアと観光ハイライト
--------------------------------------*/

#northern_lights .area_text {
	font-size: 14px;
	color: var(--text-color);
	width: fit-content;
	margin: 32px auto 0;
	line-height: 1.85;
}

#northern_lights .highlight_flex_wrap {
	display: flex;
	flex-direction: column;
}
#northern_lights .highlight_flex_wrap .highlight_flex li {
	width: 100%;
}
#northern_lights .highlight_lead {
	font-size: 15px;
}
#northern_lights .highlight_head {
	color: var(--primary-color);
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 22px;
	padding-left: 0.6em;
	position: relative;
	margin-top: 32px;
	margin-bottom: 16px;
	text-align: left;
}
#northern_lights .highlight_head::before {
	content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    background-color: var(--primary-color);
    height: 1px;
    width: 0.5em;
}
#northern_lights .highlight_pic {
	position: relative;
}
#northern_lights .highlight_box {
	overflow: hidden;
	border-radius: 8px;
	background-color: #FFF;
}
#northern_lights .highlight_textbox {
	padding: 24px;
}
#northern_lights .highlight_textarea {
	font-size: 14px;
	color: var(--text-color);
	text-align: left;
}
#northern_lights .highlight_town {
	color: var(--primary-color);
	font-weight: bold;
	text-align: left;
    font-size: 16px;
}
#northern_lights .highlight_town + .highlight_textarea {
	margin-top: 16px;
}
#northern_lights .highlight_link {
	display: block;
	margin: 8px 0 0 auto;
	padding-right: 14px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 14px;
	position: relative;
	width: fit-content;
}
#northern_lights .highlight_link::after {
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 2px;
}
#northern_lights .highlight_link:hover {
	text-decoration: underline;
}
#northern_lights .town_flex {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
@media screen and (min-width: 768px) {

	.highlight_category {
		margin-top: 48px;
	}
	#northern_lights .highlight_lead {
		font-size: 18px;
		text-align: center;
		line-height: 2;
		letter-spacing: 0.025em;
	}
	#northern_lights .highlight_flex_wrap {
		column-gap: 54px;
		flex-direction: row;
	}
	#northern_lights .town_flex {
		flex-direction: row;
		column-gap: 54px;
		row-gap: 48px;
		flex-wrap: wrap;
	}
	#northern_lights .town_flex .highlight_box {
		width: calc(100% / 3 - 36px);
	}
	#northern_lights .highlight_flex_wrap .highlight_category {
		width: calc(100% / 3);
	}
	#northern_lights .highlight_head {
		font-size: 24px;
		margin-top: 0;
	}
}
@media screen and (min-width: 1024px) {
}

/*-------------------------------------
すべてのオーロラ鑑賞ツアーを見る
--------------------------------------*/
#northern_lights .all_tour_btn {
	display: block;
	width: 100%;
	max-width: 496px;
	margin: 0 auto;
	color: #FFF;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	padding: 24px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
	margin-top: 64px;
	position: relative;
}
#northern_lights .all_tour_btn::before {
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 24px;
	transition: all 0.3s;

}
#northern_lights .all_tour_btn:hover {
	background-color: #FFF;
	color: var(--primary-color);
}
#northern_lights .all_tour_btn:hover::before {
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
}
#northern_lights .wear_bring_link {
	display: block;
	padding-left: 14px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 14px;
	position: relative;
	width: fit-content;
	margin-top: 4px;
}
#northern_lights .wear_bring_link::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	left: -1px;
}
#northern_lights .wear_bring_link:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#northern_lights .all_tour_btn {
		font-size: 16px;
	}
}

/*-------------------------------------
服装・便利な持ち物
--------------------------------------*/
#northern_lights .wear_bring_lead {
	line-height: 1.85;
	color: var(--text-color);
	font-size: 14px;
}
#northern_lights .wear_bring_flex {
	display: flex;
	flex-direction: column;
	column-gap: 32px;
	row-gap: 24px;
	margin-top: 24px;
}
#northern_lights .wear_bring_pic {
	overflow: hidden;
	border-radius: 8px;
}
#northern_lights .wear_bring_textbox {
	flex: 1;
	text-align: left;
}
#northern_lights .wear_bring_textbox dl + dl {
	margin-top: 16px;
}
#northern_lights .wear_bring_textbox dt {
	font-size: 16px;
	font-weight: bold;
	color: var(--primary-color);
}
#northern_lights .wear_bring_textbox dd {
	font-size: 14px;
	color: var(--text-color);
	margin-top: 4px;
}

@media screen and (min-width: 768px) {
	#northern_lights .wear_bring_lead {
		text-align: center;
		font-size: 16px;
	}
	#northern_lights .wear_bring_flex {
		flex-direction: row;
		align-items: center;
		margin-top: 48px;
	}
	#northern_lights .wear_bring_pic {
		width: 53.5%;
	}
}
@media screen and (min-width: 1024px) {
}



/*-------------------------------------
動画・体験ブログ
--------------------------------------*/
#northern_lights .movie_flex {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
#northern_lights .movie_flex li {
	align-items: center;
	
}

#northern_lights .video_sizing {
	width: 100%;
	height: 0;
	padding-top: 56%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
#northern_lights .video_sizing iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#northern_lights .movie_title {
	font-weight: bold;
	text-align: center;
	color: var(--primary-color);
	font-size: 18px;
	margin-top: 8px;
}
#northern_lights .blog_flex {
	display: flex;
	flex-direction: column;
	gap: 56px;
	max-width: 500px;
	margin: 64px auto 0;
}
#northern_lights .blog_item {
	display: block;
	transition: all .3s;
}
#northern_lights .blog_item:hover {
	opacity: 0.7;
}
#northern_lights .blog_pic {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
#northern_lights .blog_title {
	margin-top: 16px;
	color: var(--text-color);
	text-align: left;
    font-size: 14px;
}
#northern_lights .blog_powered {
	font-size: 14px;
	color: var(--text-color);
	margin-top: 8px;
	text-align: left;
}
#northern_lights .blog_link {
	display: block;
	margin: 8px 0 0 auto;
	padding-right: 14px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 14px;
	position: relative;
	width: fit-content;
}
#northern_lights .blog_link::after {
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 2px;
}
#northern_lights .blog_item:hover .blog_link {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#northern_lights .movie_flex {
		max-width: none;
		flex-direction: row;
		gap: 4%;
	}
	#northern_lights .movie_flex li {
		width: calc(100% / 3);
	}
	#northern_lights .blog_flex {
		max-width: none;
		flex-direction: row;
		gap: 4%;
	}
}
@media screen and (min-width: 1024px) {
}



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

--------------------------------------*/
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}



/*-------------------------------------
▼中型画面向けデザイン（タブレットなど）
--------------------------------------*/
@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

}

/*-------------------------------
▼大型画面向けデザイン（PCなど）
--------------------------------*/
@media screen and (min-width: 1024px) {}


/*-------------------------------
▼スムーズスクロール用
--------------------------------*/
html {
	scroll-behavior: smooth;
}


@media screen and (max-width: 767px) {

#northern_lights .anchor_box a{
font-size: 14px;
    line-height: 1;
}

#northern_lights .wear_bring_lead {
    text-align: left;
     line-height: 1;
}


}
