@charset "utf-8";

@import url("reset.css");
@import url("nav.css");
@import url("slider.css");
@import url("tab.css");

/* common */
.contentContainer {
	margin-top: 70px;
}
.contentContainer img {
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
	.contentContainer {
		margin-top: 66px;
	}
}

.fontNotoSansJp, .contentContainer {font-family: 'Noto Sans Japanese';}
.fontJinsNextLight {font-family: jins_next_ttlight;}
.fontJinsNextRegular {font-family: jins_next_ttregular;}
.fontJinsNextMedium {font-family: jins_next_ttmedium;}
.fontJinsNextBold {font-family: jins_next_ttbold;}

/* footerが透過してしまうところを解消する設定 */
.commonImport-footer,
.commonImportFooter {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

/*
---------------------------------------------
全体の指定
---------------------------------------------
*/
/* 中国語：简体文字 */
.chaina__font {
	font-family: 'Noto Sans Japanese';
}

.c-wrapper {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.contents {
	opacity: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: rgb(46, 58, 83, .9);
}

.section.navi {
	position: fixed;
	z-index: 2;
	top: 66px;
	width: 100%;
}

.section__inner {
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

/* sectionをdisplay flexで分解する。 */
.section__outer {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 60px 0;
}


/* ナビゲーション */
.inbound__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inbound__item {
	text-align: center;
	flex: 1 0 auto;
}

.inbound__item + .inbound__item {
	border-left: 2px solid #fff;
}

.inbound__item a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: linear-gradient(0deg, rgb(158, 34, 45, 1), rgb(218, 0, 45, 1));
	padding: 12px 0;
}





/*
---------------------------------------------
section mvの設定
---------------------------------------------
*/
.section.mv {
	text-align: center;
}



/* 見出し */
.contents__exp.strong__exp {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: #782c8c;
	padding-top: 24px;
}

.contents__exp.strong__exp .number__30 {
	font-size: 48px;
}

/* catchphrase */
.contents__exp.catch__exp {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	color: #604c3f;
}






/*
---------------------------------------------
section campaignの設定
---------------------------------------------
*/

/* 見出しの設定 */
.contents__heading--02 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff56e;
 text-shadow: 0px 0px 7px rgba(255,243,32,0.7);
	text-align: center;
	margin-bottom: 40px;
}

/* キャッチコピーの設定 */
.contents__exp.yellow__exp {
	font-size: 14px;
	color: #fff56e;
	text-align: center;
	margin-bottom: 50px;
}

.contents__exp.yellow__exp.minutes__catchphrase {
	margin-bottom: 10px;
}

.contents__heading--02.minutes__head {
	margin-bottom: 20px;
}

.contents__strong--exp {
	font-size: 18px;
}


/* セリート画像 */
.campaign__inner--right {
	display: none;
}

.maiko {
	display: none;
}

.maiko_md {
	display: none;
}

.campaign__inner--left {
	margin: 0 auto;
	max-width: 778px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contents__body {
	display: block;
	max-width: 400px;
}


/* contents__footerの設定 */
.contents__foot--inner {
 font-size: 14px;
	font-weight: lighter;
	margin-top: 50px;
}

.contents__exp.list__title {
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	line-height: 1;
	padding: 10px 0 8px;
	cursor: pointer;
}

.details__body--attention {
	display: none;
}

.contents__list--notes {
	margin-top: 16px;
}


/*
---------------------------------------------
section storesの設定
---------------------------------------------
*/
.contents__heading--03 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}




/*
---------------------------------------------
model courseの設定
---------------------------------------------
*/
.course__model--pc {
	display: none;
}

.course__model--sp {
	display: block;
}

.timeout__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.contents__heading--02.model-course__head {
	font-size: 30px;
	margin-bottom: 20px;
}




/*
---------------------------------------------
section duty-freeの設定
---------------------------------------------
*/
/* 見出しの設定 */
.contents__heading--02.duty-free__head {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
 text-shadow: 0px 0px 0px rgba(255,243,32,0);
	text-align: center;
}

.cities__title {
	border-spacing: 20px 10px;
}

/* 免税店リスト */
	/* 表組の横並び */
	.duty-free__stores {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 40px;
		width: max-content;
  margin: 0 auto;
	}


.duty-free__stores__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}

.duty-free__list {
	display: flex;
}

.duty-free__item {
	width: 100%;
}

/* 地域タイトル */
.duty-free__title {
	min-width: 100px;
	font-size: 12px;
	flex-grow: 1;
}
.duty-free__stores__list {
	font-size: 12px;
}



/*
---------------------------------------------
協賛店舗の画像
---------------------------------------------
*/
.sponsor__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sponsor__list {
	background-color: #fff;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	gap: 0;
	padding: 48px;
	width: 100%;
	height: 100%;
}

.sponsor__item {
	width: auto;
	display: grid;
	place-content: center;
}

.sponsor__item img {
	height: 122px;
}



/*
---------------------------------------------
PC表示とSP表示切替の設定
---------------------------------------------
*/
.pc__view,
.course__model--pc,
.pc__img__view {
	display: none;
}

.sp__view,
.course__model--sp,
.sp__img__view {
	display: block;
}

.sp__view--icon {
	display: inline-block;
}



/*Scrollテキストの描写*/
.scrolldown__line{
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	color: #eee;
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
	position: absolute;
	top: 40px;
	width: 1px;
	height: 30px;
	background: #eee;
	/* animation: pathmove 1.4s ease-in-out infinite;
	opacity:1; */
}

.scrolldown::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid #ffffff;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	top: 60px;
	bottom: -0.05em;
	box-sizing: border-box;
}


/*
---------------------------------------------
20240201 FAQボタン用
---------------------------------------------
*/
.faq__inner {
	display: grid;
	place-content: center;
}










/* SP 375px以上 */
@media screen and (min-width: 375px) {

	.contents__heading--02 {
		font-size: 22px;
	}

	.contents__exp.strong__exp {
		font-size: 22px;
	}

	.contents__exp.catch__exp {
		font-size: 12px;
	}

	.contents__exp.yellow__exp {
		font-size: 12px;
	}

	.contents__exp.strong__exp .number__30 {
		font-size: 44px;
	}


	.contents__heading--03 {
		font-size: 32px;
	}

	.contents__exp.attention__exp.minutes__attention {
		text-align: center;
		font-size: 12px;
	}

	.heading__text {
		font-size: 18px;
	}

}




/* タブレットサイズ以上 */
@media screen and (min-width: 750px) {

	.contents__exp.strong__exp {
		font-size: 50px;
	}

	.contents__exp.catch__exp {
		font-size: 20px;
	}

	.contents__heading--02 {
		font-size: 48px;
	}

	.contents__exp.yellow__exp {
		font-size: 24px;
	}

	/* voucher sopnsorの見出し */
	.contents__heading--03 {
		font-size: 48px;
	}

 .contents__heading--03.vocher_sponsor {
		color: #fff56e;
		text-shadow: 0px 0px 7px rgba(255,243,32,0.7);
		text-align: center;
		margin-bottom: 40px;
	}

	/* voucher sopnsorの見出し */
	.contents__heading--03.sponsors {
		font-size: 50px;
	}

	.contents__exp.attention__exp.minutes__attention {
		text-align: center;
	}

	.accordion__head--attention {
		pointer-events: none;
	}

	/* セリート注釈 */
	.details__body--attention {
		display: block !important;;
	}

	.contents__exp.list__title {
		font-weight: bold;
		text-align: left;
		border: none;
		border-radius: 0;
		line-height: 1;
		padding: 0;
		cursor: auto;
	}


	/*
	---------------------------------------------
	協賛店画像の並び
	---------------------------------------------
	*/
	.sponsor__list {
		flex-direction: row;
		flex-wrap: wrap;
	}



		/*
	---------------------------------------------
	PC表示とSP表示切替の設定
	---------------------------------------------
	*/
	.pc__view {
		display: block;
	}

	.sp__view {
		display: none;
	}
}



/* PCサイズ以上 */
@media screen and (min-width: 900px) {


	/*
	---------------------------------------------
	全体の指定
	---------------------------------------------
	*/
	.section__inner {
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}


	/* section__innerのpadding設定 */
 .section.navi {
		width: 500px;
		position: fixed;
		z-index: 2;
		top: 70px;
		right: 0px;
	}

	.section.navi.on {
		top: 51px;
	}

	.section.campaign > .section__inner {
		padding: 120px 0 0 0;
	}

	.section.model-course > .section__inner {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.section.minutes > .section__inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	





	/*
	---------------------------------------------
	PC表示とSP表示切替の設定
	---------------------------------------------
	*/
	.pc__view,
	.course__model--pc,
	.pc__img__view {
		display: block;
	}

	.sp__view,
	.course__model--sp,
	.sp__img__view {
		display: none;
	}

	.sp__view--icon {
		display: none;
	}


	/*
	---------------------------------------------
	section mvの設定
	---------------------------------------------
	*/
	.contents__exp.strong__exp .number__30 {
		font-size: 78px;
	}

	/*
	---------------------------------------------
	section campaignの設定
	---------------------------------------------
	*/

	/* 見出しの設定 */
	.contents__heading--02 {
		font-size: 50px;
		line-height: 1.2;
		text-align: center;
		text-shadow: 0px 0px 12px rgba(255,243,32,0.8);

	}

	/* キャッチコピーの設定 */
	.contents__exp.yellow__exp {
		font-size: 20px;
		color: #fff56e;
		text-align: center;
	}

	.contents__strong--exp {
		font-size: 26px;
	}

	/* レイアウト変更 */
	.campaign__inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 70px;
	}

	.contents__head {
		margin: 0 0 40px 0;
	}


	/* セリート画像 */
	.campaign__inner--left {
		margin: 0;
	}

	.campaign__inner--right {
		display: none;
	}

		.contents__cloth--pc {
		display: none;
	}

	.contents__body {
		display: none;
	}


	/* contents__footerの設定 */
	.contents__foot--outer {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
	}
	.contents__foot--inner {
		font-size: 14px;
		font-weight: lighter;
		width: 88%;
		margin: 0 auto;
	}

	.contents__exp.list__title {
		font-weight: bold;
	}

	/* ulの横に画像を追加 */
	.campaign__inner--right {
		position: relative;
		flex: 1 0 auto;
	}

	.maiko_md {
		max-width: 580px;
		display: block;
	}
	.maiko {
		display: none;
	}

	/* ulの文字サイズ */
	.contents__list--notes {
		font-size: 12px;
	}



	/*
	---------------------------------------------
	ORIGINAL COURSEの設定
	---------------------------------------------
	*/
	.contents__heading--02.model-course__head {
		font-size: 60px;
	}

	.timeout__link {
		margin-bottom: 100px;
	}


	/*
	---------------------------------------------
	section minutesの設定
	---------------------------------------------
	*/
	.glasses-foot__left {
		flex: 1;
	}

	/* 見出しとテキストのmargin打消し */
 .contents__heading--02.minutes__head,
	.contents__exp.yellow__exp.minutes__catchphrase,
	.contents__exp.attention__exp.minutes__attention {
		margin: 0;
	}

	/* 注意書きの文字サイズ最小 */
	.contents__exp.attention__exp.minutes__attention {
		font-size: 10px;
		text-align: center;
	}



	/*
	---------------------------------------------
	section duty-freeの設定
	---------------------------------------------
	*/
	/* 見出しの設定 */
	.contents__heading--02.duty-free__head {
		font-size: 50px;
		margin-bottom: 60px;
	}

	/* 表組の横並び */
	.duty-free__stores {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		gap: 40px;
	}

	.duty-free__stores .stores__table {
		width: 100%;
		flex: 1;
		font-size: 22px;
	}

	/* 表組見出しの幅 */
	.duty-free__stores .stores__table th {
		width: 20%;
	}

	/* 表組の幅 */
	.duty-free__stores .stores__table td {
		padding-left: 32px;
	}


	/*
	---------------------------------------------
	協賛店舗の画像
	---------------------------------------------
	*/
	.sponsor__inner {
		gap: 40px;
	}

	.section__inner {
		width: 90%;
		margin: 0 auto;
		color: #fff;
	}


	.sponsor__list {
		background-color: #fff;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
		width: 100%;
		height: 100%;
		padding: 64px;
	}

	.sponsor__item {
		width: auto;
		display: grid;
		place-content: center;
	}

	.sponsor__item img {
		max-width: 244px;
	}


	/**
		* 全体のレイアウトに影響があるためこちらで再調整
		* デザイン上最大幅は1208pxになるように調整
		* 
		* @author ishizaka
		* @version 2025/09/30
		*/
	.section:not(#campaign) .section__inner {
		max-width: 1208px;
	}


}


/* 1208px以上 */
@media screen and (min-width: 1208px) {

	/* sectionをdisplay flexで分解する。 */
	.section__outer {
		gap: 120px;
		padding: 120px 0;
	}

	/*
	---------------------------------------------
	20240201 FAQボタン用
	---------------------------------------------
	*/
	.section__outer.faq__outer {
		padding: 80px 0;
	}

	/* コース画像のSPとPCの切替 */
	.pc__img__view {
		display: block;
	}
	
	.sp__img__view {
		display: none;
	}

	/*
	---------------------------------------------
	免税店一覧
	---------------------------------------------
	*/
	/* 地域タイトル */
	.duty-free__title {
		font-size: 22px;
		width: 200px;
	}
	.duty-free__stores__list {
		font-size: 22px;
	}

	
	.duty-free__stores__inner {
		align-items: stretch;
	}
}



@media (hover: hover) {
	.stores__item a:hover {
		transition: opacity .3s;
		opacity: .6;
	}

	.inbound__item a:hover {
		transition: background-color .3s;
		background: linear-gradient(0deg, #c02c38, #ec1843);
	}

	.timeout__link:hover {
		transition: opacity .3s;
		opacity: .6;
	}
}


@media screen and (min-width: 1024px) {
	.maiko_md {
		display: none;
	}
	.maiko {
		display: block;
		width: 100px;
		height: 260px;
	}
	.contents__cloth--pc {
		display: block;
	}
	.campaign__inner--left {
		width: 40vw;
	}
	.campaign__inner--right {
		max-width: 500px;
		width: 40vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.campaign__inner--right img {
		max-width: 500px;
		width: 40vw;
	}
}
