@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap);

@font-face {
	font-family: 'LINE Seed JP';
	src:
		url(/campaign/jtbjikoku100th/fanclub/css/fonts/WOFF/LINESeedJP_OTF_Rg.woff) format('woff')
		url(/campaign/jtbjikoku100th/fanclub/css/fonts/WOFF2/LINESeedJP_OTF_Rg.woff2) format('woff2');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: fonticon;
	src: url(/img/fonts/fonticon.ttf?adfk7o) format('truetype'), url(/img/fonts/fonticon.woff?adfk7o) format('woff'), url(/img/fonts/fonticon.svg?adfk7o#fonticon) format('svg');
	font-style: normal;
	font-weight: normal;
}

/** main */
body {
	color: #222;
	font-size: 3.5714vw;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
	line-height: 1.6;
}

@media screen and (min-width: 561px) {
	body {
		font-size: 20px;
	}
}

img {
	width: 100%;
}

/** .content-wrap */
.content-wrap {
	position: relative;
}
.content-wrap::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	min-height: 100vh;
	background-color: #fff;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/bg.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	background-attachment: fixed;
	content: '';
}

/** .pc-left */
.pc-left {
	display: none;
}

@media screen and (min-width: 1300px) {
	.pc-left {
		display: block;
		position: fixed;
		top: 50%;
		left: calc(50% - 480px);
		transform: translate(-50%, -50%);
	}
	.pc-left .logo {
		width: 280px;
		height: 280px;
		margin: 0 auto 47px;
	}
	.pc-left .lead {
		margin-bottom: 36px;
		color: #c81528;
		font-size: 48px;
		font-weight: 700;
		line-height: 1.2;
	}
	.pc-left .sns-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pc-left .sns-wrap .qr {
		width: 120px;
		height: 120px;
	}
	.pc-left .sns-wrap .sns-line {
		width: 64px;
		height: 64px;
		margin: 0 24px;
	}
	.pc-left .sns-wrap .sns-x {
		width: 64px;
		height: 64px;
	}
	.pc-left .sns-wrap a {
		transition: all .3s;
	}
	.pc-left .sns-wrap a:hover {
		opacity: .6;
	}
}

/** .content */
.content {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	filter: drop-shadow(-24px 0 40px rgba(0 0 0 / 8%)) drop-shadow(24px 0 40px rgba(0 0 0 / 8%));
}

@media screen and (min-width: 561px) {
	.content {
		width: 560px;
	}
}

.content h2 {
	position: relative;
	box-sizing: content-box;
}
.content h2::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 9.8214vw);
	width: 19.6428vw;
	height: 1.4285vw;
	background-color: #e60012;
	transform: skewX(-60deg);
	content: '';
}

@media screen and (min-width: 561px) {
	.content h2::after {
		left: calc(50% - 55px);
		width: 110px;
		height: 8px;
	}
}

/** .mv-wrap */
.content .mv-wrap {
	padding-top: 8.9285vw;
	padding-bottom: 16.0714vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

@media screen and (min-width: 561px) {
	.content .mv-wrap {
		padding-top: 50px;
		padding-bottom: 90px;
	}
}

.content .mv-wrap .mv-lead {
	width: 85.7142vw;
	height: 10.7142vw;
	margin: 0 auto 7.1428vw;
}

@media screen and (min-width: 561px) {
	.content .mv-wrap .mv-lead {
		width: 480px;
		height: 60px;
		margin: 0 auto 40px;
	}
}

.content .mv-wrap .mv-title {
	width: 86.9642vw;
	height: 21.9642vw;
	margin: 0 auto 91.0714vw;
}

@media screen and (min-width: 561px) {
	.content .mv-wrap .mv-title {
		width: 487px;
		height: 123px;
		margin: 0 auto 510px;
	}
}

.content .mv-description {
	width: 85.7142vw;
	margin: 0 auto;
	padding: 7.1428vw 1.4285vw;
	box-shadow: 0 0 1.7857vw rgba(0 0 0 / 20%);
	background-color: #fff;
	background-image: linear-gradient(180deg, rgb(253 253 253 / 0%), rgba(253 253 253 / 62%), rgba(235 235 233 / 100%));
	color: #300;
	font-size: 3.5714vw;
	text-align: center;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .mv-description {
		width: 480px;
		padding: 40px 8px;
		box-shadow: 0 0 10px rgba(0 0 0 / 20%);
		font-size: 20px;
	}
}

/** .howto-wrap */
.content .howto-wrap {
	margin-bottom: 8.9285vw;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap {
		margin-bottom: 50px;
	}
}

.content .howto-wrap .howto-title {
	width: 90.5357vw;
	height: 15.1785vw;
	margin: 0 auto 6.25vw;
	padding-bottom: 5vw;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-title {
		width: 507px;
		height: 85px;
		margin: 0 auto 35px;
		padding-bottom: 28px;
	}
}

.content .howto-wrap .howto-detail-lead {
	position: relative;
	margin-bottom: 6.6071vw;
	margin-left: 17.5vw;
	color: #300;
	font-size: 3.5714vw;
	line-height: 1.2;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-detail-lead {
		margin-bottom: 37px;
		margin-left: 98px;
		font-size: 20px;
	}
}

.content .howto-wrap .howto-detail-lead::before {
	position: absolute;
	top: 1.7857vw;
	left: -12.5vw;
	width: 12.1428vw;
	height: 10.7142vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-detail-lead::before {
		top: 10px;
		left: -70px;
		width: 68px;
		height: 60px;
	}
}

.content .howto-wrap .howto-detail-lead::after {
	position: absolute;
	right: 3.5714vw;
	bottom: -5.3571vw;
	width: 15.3571vw;
	height: 6.25vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/swipe.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-detail-lead::after {
		right: 20px;
		bottom: -30px;
		width: 86px;
		height: 35px;
	}
}

.content .howto-wrap .howto-list {
	display: flex;
	overflow-x: scroll;
	margin-bottom: 3.5714vw;
	padding: 5.3571vw 3.5714vw 3.5714vw;
	background-color: #300;
	scrollbar-width: thin;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-list {
		margin-bottom: 20px;
		padding: 30px 20px 20px;
	}
}

.content .howto-wrap .howto-item {
	width: 100%;
	min-width: 39.2857vw;
	max-width: 39.2857vw;
	margin-right: 3.5714vw;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-item {
		min-width: 220px;
		max-width: 220px;
		margin-right: 20px;
	}
}

.content .howto-wrap .howto-item:last-child {
	margin-right: 0;
}
.content .howto-wrap .howto-item .howto-item-caption {
	height: 8.2142vw;
	margin-bottom: 3.5714vw;
	color: #fff;
	font-size: 3.0357vw;
	line-height: 1.3529;
	text-align: center;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-item .howto-item-caption {
		height: 46px;
		margin-bottom: 20px;
		font-size: 17px;
	}
}

.content .howto-wrap .howto-item .howto-item-img {
	width: 39.2857vw;
	height: 85.3571vw;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-item .howto-item-img {
		width: 220px;
		height: 478px;
	}
}

.content .howto-wrap .howto-detail-note {
	padding: 0 3.5714vw;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-detail-note {
		padding: 0 20px;
	}
}

.content .howto-wrap .howto-detail-note li {
	padding-left: 3em;
	font-size: 2.6785vw;
	line-height: 1.4666;
	text-indent: -3em;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .howto-wrap .howto-detail-note li {
		font-size: 15px;
	}
}

/** .benefit-wrap */
.content .benefit-wrap {
	padding: 6.6071vw 3.5714vw 8.9285vw;
	background-color: #eceaea;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap {
		padding: 37px 20px 50px;
	}
}

.content .benefit-wrap .benefit-title {
	width: 69.1071vw;
	height: 17.8571vw;
	margin: 0 auto 5.3571vw;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-title {
		width: 387px;
		height: 100px;
		margin: 0 auto 30px;
	}
}

.content .benefit-wrap .benefit-title::after {
	content: none;
}
.content .benefit-wrap .benefit-detail {
	margin-bottom: 6.25vw;
	padding: 3.5714vw 3.5714vw 0;
	background-color: #fff;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-detail {
		margin-bottom: 35px;
		padding: 20px 20px 0;
	}
}

.content .benefit-wrap .benefit-detail:last-child {
	margin-bottom: 0;
	padding: 3.5714vw 3.5714vw 3.2142vw;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-detail:last-child {
		padding: 20px 20px 18px;
	}
}

.content .benefit-wrap .benefit-sub-title {
	margin-bottom: 2.8571vw;
	padding: 1.7857vw 0;
	border-radius: 1.7857vw;
	background-color: #e4dccc;
	color: #300;
	font-size: 3.9285vw;
	font-weight: 700;
	line-height: 1.3636;
	text-align: center;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-sub-title {
		margin-bottom: 16px;
		padding: 10px 0;
		border-radius: 10px;
		font-size: 22px;
	}
}

.content .benefit-wrap .benefit-item-wrap {
	display: flex;
}
.content .benefit-wrap .benefit-item-wrap.checkin {
	position: relative;
}
.content .benefit-wrap .benefit-item-wrap.checkin::after {
	position: absolute;
	right: -3.5714vw;
	bottom: 0;
	width: 28.9285vw;
	height: 31.0714vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/checkin.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item-wrap.checkin::after {
		right: -20px;
		width: 162px;
		height: 174px;
	}
}

.content .benefit-wrap .benefit-item {
	position: relative;
	margin-bottom: 3.5714vw;
	padding-left: 10.7142vw;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item {
		margin-bottom: 20px;
		padding-left: 60px;
	}
}

.content .benefit-wrap .benefit-item::before {
	position: absolute;
	top: .7142vw;
	left: 0;
	width: 8.9285vw;
	height: 8.9285vw;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item::before {
		top: 4px;
		width: 50px;
		height: 50px;
	}
}

.content .benefit-wrap .benefit-item.mile::before {
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/mile.png);
}
.content .benefit-wrap .benefit-item.diamond::before {
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/diamond.png);
}
.content .benefit-wrap .benefit-item .benefit-item-text {
	flex: 1;
	margin-bottom: 3.5714vw;
	color: #300;
	font-size: 3.0357vw;
	line-height: 1.647;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item .benefit-item-text {
		margin-bottom: 20px;
		font-size: 17px;
	}
}

.content .benefit-wrap .benefit-item .benefit-item-note {
	margin-bottom: 3.5714vw;
	color: #300;
	font-size: 2.6785vw;
	line-height: 1.6;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item .benefit-item-note {
		margin-bottom: 20px;
		font-size: 15px;
	}
}

.content .benefit-wrap .benefit-item .benefit-item-note li {
	padding-left: 1em;
	text-indent: -1em;
}
.content .benefit-wrap .benefit-item .benefit-item-img {
	margin: 0 auto;
}
.content .benefit-wrap .benefit-item .benefit-item-img.gacha {
	width: 69.2857vw;
	height: 37.6785vw;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item .benefit-item-img.gacha {
		width: 388px;
		height: 211px;
	}
}

.content .benefit-wrap .benefit-item .benefit-item-img.status {
	width: 71.4285vw;
	height: 57.1428vw;
}

@media screen and (min-width: 561px) {
	.content .benefit-wrap .benefit-item .benefit-item-img.status {
		width: 400px;
		height: 320px;
	}
}

/** .station-wrap */
.content .station-wrap {
	padding: 7.1428vw 3.5714vw 8.9285vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap {
		padding: 40px 20px 50px;
	}
}

.content .station-wrap .station-title {
	width: 80.5357vw;
	height: 15.5357vw;
	margin: 0 auto 6.25vw;
	padding-bottom: 5vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-title {
		width: 451px;
		height: 87px;
		margin: 0 auto 35px;
		padding-bottom: 28px;
	}
}

.content .station-wrap .station-map-img {
	width: 100%;
	margin: 0 auto 5.3571vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-map-img {
		margin: 0 auto 30px;
	}
}

.content .station-wrap .station-sub-title {
	position: relative;
	margin-bottom: 3.0357vw;
	color: #300;
	font-size: 3.75vw;
	text-align: center;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-sub-title {
		margin-bottom: 17px;
		font-size: 21px;
	}
}

.content .station-wrap .station-sub-title::before,
.content .station-wrap .station-sub-title::after {
	position: absolute;
	top: 50%;
	width: 8.9285vw;
	height: 4.2857vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/train.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	content: '';
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-sub-title::before,
	.content .station-wrap .station-sub-title::after {
		width: 50px;
		height: 24px;
	}
}

.content .station-wrap .station-sub-title::before {
	left: calc(50% - 33.9285vw);
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-sub-title::before {
		left: calc(50% - 190px);
	}
}

.content .station-wrap .station-sub-title::after {
	right: calc(50% - 42.8571vw);
	transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-sub-title::after {
		right: calc(50% - 240px);
	}
}

.content .station-wrap .station-list-wrap {
	margin-bottom: 3.5714vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-list-wrap {
		margin-bottom: 20px;
	}
}

.content .station-wrap .station-area .company-name {
	display: flex;
	align-items: center;
	position: relative;
	height: 8.9285vw;
	padding-left: 1.7857vw;
	color: #fff;
	font-size: 3.3928vw;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-area .company-name {
		height: 50px;
		padding-left: 10px;
		font-size: 19px;
	}
}

.content .station-wrap .station-area .station-list-wrap:nth-child(1) .company-name {
	background: #03c13d;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(2) .company-name {
	background: #378640;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(3) .company-name {
	background: #ff7e1c;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(4) .company-name {
	background: #0072ba;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(5) .company-name {
	background: #00acd1;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(6) .company-name {
	background: #f62e36;
}
.content .station-wrap .station-area .company-name::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2.8571vw;
	width: 2.8571vw;
	height: .3571vw;
	background-color: #fff;
	transform: translateY(-50%);
	transition: opacity 1s;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-area .company-name::before {
		right: 16px;
		width: 16px;
		height: 2px;
	}
}

.content .station-wrap .station-area .company-name::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2.8571vw;
	width: 2.8571vw;
	height: .3571vw;
	background-color: #fff;
	transform: translateY(-50%) rotate(90deg);
	transition: transform .5s;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-area .company-name::after {
		right: 16px;
		width: 16px;
		height: 2px;
	}
}

.content .station-wrap .station-area .company-name.is-open::before {
	opacity: 0;
}
.content .station-wrap .station-area .company-name.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}
.content .station-wrap .line-list {
	display: none;
}
.content .station-wrap .station-area .line-item {
	display: flex;
	color: #300;
	font-size: 3.3928vw;
	letter-spacing: -.05em;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-area .line-item {
		font-size: 19px;
	}
}

.content .station-wrap .station-area .station-list-wrap:nth-child(1) .line-item {
	border-bottom: 1px solid #03c13d;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(2) .line-item {
	border-bottom: 1px solid #378640;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(3) .line-item {
	border-bottom: 1px solid #ff7e1c;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(4) .line-item {
	border-bottom: 1px solid #0072ba;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(5) .line-item {
	border-bottom: 1px solid #00acd1;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(6) .line-item {
	border-bottom: 1px solid #f62e36;
}
.content .station-wrap .station-area .station-list-wrap .line-item:last-child {
	border-bottom: none;
}
.content .station-wrap .line-name {
	width: 26.7857vw;
	padding: .7142vw 1.7857vw;
	font-weight: 400;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .line-name {
		width: 150px;
		padding: 4px 10px;
	}
}

.content .station-wrap .station-area .station-list-wrap:nth-child(1) .line-name {
	border-right: 1px solid #03c13d;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(2) .line-name {
	border-right: 1px solid #378640;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(3) .line-name {
	border-right: 1px solid #ff7e1c;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(4) .line-name {
	border-right: 1px solid #0072ba;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(5) .line-name {
	border-right: 1px solid #00acd1;
}
.content .station-wrap .station-area .station-list-wrap:nth-child(6) .line-name {
	border-right: 1px solid #f62e36;
}
.content .station-wrap .line-name .circle-num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 4.4642vw;
	height: 4.4642vw;
	margin-right: 1.4285vw;
	border-radius: 50%;
	background-color: #d9300a;
	color: #fff;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .line-name .circle-num {
		width: 25px;
		height: 25px;
		margin-right: 8px;
	}
}

.content .station-wrap .station-list {
	flex: 1;
	padding: .7142vw 1.7857vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-list {
		padding: 4px 10px;
	}
}

.content .station-wrap .station-item {
	display: inline-block;
	margin-right: 2.8571vw;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-item {
		margin-right: 16px;
	}
}

.content .station-wrap .station-item .mile {
	position: relative;
	padding-left: 7.1428vw;
	color: #006800;
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-item .mile {
		padding-left: 40px;
	}
}

.content .station-wrap .station-item .mile::before {
	position: absolute;
	top: .3571vw;
	left: 1.7857vw;
	width: 4.6428vw;
	height: 4.6428vw;
	background-image: url(/campaign/jtbjikoku100th/topics/25082501/img/mile.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

@media screen and (min-width: 561px) {
	.content .station-wrap .station-item .mile::before {
		top: 2px;
		left: 10px;
		width: 26px;
		height: 26px;
	}
}

/** .sns-wrap */
.content .sns-wrap {
	background-color: #fff;
}
.content .sns-wrap .sns-inner {
	padding: 7.1428vw 0;
	background-color: #e8f6ee;
}

@media screen and (min-width: 561px) {
	.content .sns-wrap .sns-inner {
		padding: 40px 0;
	}
}

.content .sns-wrap .line-qr-img {
	width: 32.8571vw;
	height: 32.8571vw;
	margin: 0 auto 5.7142vw;
}

@media screen and (min-width: 561px) {
	.content .sns-wrap .line-qr-img {
		width: 184px;
		height: 184px;
		margin: 0 auto 32px;
	}
}

.content .sns-wrap .line-btn-wrap {
	font-family: 'LINE Seed JP', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
}
.content .sns-wrap .line-btn-wrap a {
	display: flex;
	align-items: center;
	position: relative;
	width: 85.7142vw;
	height: 24.2857vw;
	margin: 0 auto;
	padding-left: 28.5714vw;
	border: .7142vw solid #fff;
	border-radius: 14.6428vw;
	box-shadow: 0 1.4285vw 4.2857vw 0 rgba(0 0 0 / 16%);
	background: linear-gradient(0deg, rgba(0 0 0 / 8%), rgba(0 0 0 / 8%)), #06c755;
	background-color: #06a848;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.44;
}

@media screen and (min-width: 561px) {
	.content .sns-wrap .line-btn-wrap a {
		width: 480px;
		height: 136px;
		padding-left: 160px;
		border: 4px solid #fff;
		border-radius: 82px;
		box-shadow: 0 8px 24px 0 rgba(0 0 0 / 16%);
		transition: all .3s;
		font-size: 28px;
	}
	.content .sns-wrap .line-btn-wrap a:hover {
		opacity: .6;
	}
}

.content .sns-wrap .line-btn-wrap a::before {
	position: absolute;
	top: 50%;
	left: calc(50% - 26.7857vw);
	width: 11.4285vw;
	height: 11.4285vw;
	background-image: url(/campaign/jtbjikoku100th/fanclub/img/line_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	content: '';
}

@media screen and (min-width: 561px) {
	.content .sns-wrap .line-btn-wrap a::before {
		left: calc(50% - 150px);
		width: 64px;
		height: 64px;
	}
}

/** .share-btn-wrap */
.share-btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 10px 30px;
}
.share-btn-wrap .share-btn-item {
	margin: 0 10px;
}

/** .inquiry-wrap */
.inquiry-wrap {
	padding: 0 10px 40px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.inquiry-wrap .inquiry-title {
	margin-bottom: 20px;
}
.inquiry-wrap .inquiry-text {
	margin-bottom: 20px;
}
.inquiry-wrap a {
	color: #005f6e;
}

@media screen and (min-width: 561px) {
	.inquiry-wrap a {
		transition: all .3s;
	}
	.inquiry-wrap a:hover {
		text-decoration: underline;
	}
}

.inquiry-wrap ul li {
	position: relative;
	padding-left: 1.3em;
	text-align: left;
}
.inquiry-wrap ul li::before {
	position: absolute;
	left: 0;
	content: '※';
}

/** .footer */
.footer {
	width: 100%;
	height: auto;
	margin-top: 0;
	border-top: none;
}
.footer .footer_nav {
	padding: 10px 0;
	background: #f4f4f4;
}
.footer .footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
.footer .footer_nav ul li {
	width: 50%;
	margin: 7px 0;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.footer .footer_nav ul li:nth-child(odd) {
	border-right: 1px solid #ccc;
}
.footer .footer_nav ul li a {
	transition: text-decoration .3s;
}
.footer .footer_nav ul li a:hover {
	text-decoration: underline;
}
.footer .footer-logo {
	padding: 24px 0;
	background: #f4f4f4;
}
.footer .footer-logo a {
	display: block;
	width: 190px;
	height: 32px;
	margin: 0 auto;
}
.footer .footer-copyright {
	padding: 5px 0;
	background: #005f6e;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

/** .pageTop */
.pageTop {
	display: none;
	position: fixed;
	right: calc(50% - 300px);
	bottom: 20px;
	z-index: 2;
	transform: translateX(-50%);
}

@media screen and (min-width: 561px) {
	.pageTop {
		transition: opacity .3s;
		cursor: pointer;
	}
}

.pageTop.is-on {
	display: block;
	animation: pageTopShow .5s;
}

@keyframes pageTopShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (min-width: 561px) {
	.pageTop:hover {
		opacity: .6;
	}
}

.pageTop .button-pageTop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: solid 2px #ccc;
	border-radius: 100%;
	background: #fff;
	color: #ccc;
	font-size: 15px;
}

@media screen and (min-width: 561px) {
	.pageTop .button-pageTop {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

.pageTop .icon-arrow_bold::before {
	font-family: fonticon, sans-serif;
	content: '\e905';
}
