@charset "UTF-8";

/* デフォルト
---------------------------------------------------- */

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W4.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W4.otf");
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W5.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W5.otf");
	font-display: swap;
	font-weight: 500;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W7.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W7.otf");
	font-display: swap;
	font-weight: 700;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W9.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W9.otf");
	font-display: swap;
	font-weight: 900;
}

@font-face {
	font-family: 'MyFont_Helvetica';
	src: local('HV___.PFM'), url("../../../common/font/HV___.PFM");
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: 'MyFont_Helvetica';
	src: local('HVB___.PFM'), url("../../../common/font/HVB___.PFM");
	font-display: swap;
	font-weight: 700;
}

:root {
	--main-color: #065965;
	--accent-color: #fff509;
	--accent-color2: #d00015;
	--TMC-color:#000;
	--TMC-color2:#e2b151;
	--OTD-color:#f2d9c8;
	--OTD-color2:#8a3032;
	--OTD-color3:#e87400;
	--black-color: #222;
	--title-f-size: 40px;
	--sbtitle-f-size: 25px;
	--btn-f-size: 25px;
	--txt-f-size: 16px;
	--remark-f-size: 12px;
	--big-f-size: 1.5em;
	--back-border-radius: 20px;
	--balloon-border-radius: 10px;
	--padding: 0 0 5%;
}


/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* 画面100%表示用↓ここまで */


/* フォルシアレコメンド画面100%表示対応 ↓ここから↓*/
.spook_wrapper,
.mainContentMT {
	width: 100%;
}

/* リスト表示・マップ表示 */
.spook_displaySwitchArea {
	margin: 0 auto;
}

/*　パンくず　*/
.spook_breadcrumbArea {
	margin-bottom: 10px;
	width: 940px;
	margin: 0 auto 10px;
}

/* 検索結果画面全体 */
.spook_contentsArea {
	width: 940px;
	margin: 0 auto;
}

/* 検索結果画面下のpowered by FORCIAのロゴ */
.spook_poweredby {
	margin: 10px auto 20px;
	width: 940px;
}

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* cashback_cpn
---------------------------------------------------- */
#cashback_cpn {
	width: 100%;
	margin: 0 auto 3%;
	position: relative;
	color: var(--black-color);
	overflow: hidden;
	font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_hiragino", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

#cashback_cpn * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#cashback_cpn img {
	max-width: 100%;
	vertical-align: bottom;
	font-size: 0;
}

#cashback_cpn .pc {
	display: block !important;
}

#cashback_cpn .sp {
	display: none !important;
}


#cashback_cpn ol,
#cashback_cpn ul {
	list-style-type: none;
}

#cashback_cpn a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}

#cashback_cpn section {
	padding: 5% 0;
}

#cashback_cpn .contents {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

/* font
---------------------------------------------------- */

#cashback_cpn .title {
	font-size: var(--title-f-size);
	font-weight: 700;
	line-height: 1.4;
}

#cashback_cpn .subtitle {
	font-size: var(--sbtitle-f-size);
	font-weight: 700;
	line-height: 1.4;
}

#cashback_cpn .text {
	font-size: var(--txt-f-size);
	font-weight: 400;
	line-height: 2;
}

#cashback_cpn .remark {
	font-size: var(--remark-f-size);
	font-weight: 400;
	line-height: 1.8;
}

#cashback_cpn .big {
	font-size: var(--big-f-size);
}

#cashback_cpn .line {
	text-decoration: underline;
	font-weight: 700;
}

#cashback_cpn .txt_center {
	text-align: center;
}

#cashback_cpn .txt_left {
	text-align: left;
}

#cashback_cpn .txt_right {
	text-align: right;
}



/* .flex
---------------------------------------------------- */

#cashback_cpn .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* .btn
---------------------------------------------------- */

#cashback_cpn .btn {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

#cashback_cpn .btn a p {
	border-radius: 5em;
	font-size: var(--btn-f-size);
	padding: 0.75em 1em;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	transition: all ease .3s;
	position: relative;
	animation: poyopoyo2 2s ease-out infinite;
}

@keyframes poyopoyo2 {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.95);
	}
}

#cashback_cpn .btn a p::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-left: 0.5em solid;
}

#cashback_cpn .btn .text {
	margin-top: 1em;
}


#cashback_cpn .btn .subtitle p {
	font-size: var(--big-f-size);
	margin: 1em auto 0.5em;
	display: inline-block;
	position: relative;
	line-height: 1;
}

#cashback_cpn .btn .subtitle p::before,
#cashback_cpn .btn .subtitle p::after {
	content: "";
	width: 0;
	height: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: solid 0.1em;
}

#cashback_cpn .btn .subtitle p::before {
	left: -1em;
	rotate: -30deg;
}

#cashback_cpn .btn .subtitle p::after {
	right: -1em;
	rotate: 30deg;
}

#cashback_cpn .btn .subtitle p span {
	font-size: var(--big-f-size);
}

/* #head
---------------------------------------------------- */

#cashback_cpn #head {
	position: relative;
	color: #fff;
	background-color: var(--main-color);
	margin-bottom: 15%;
	padding: 0 0 5%;
}

#head::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 15%;
	background: url(../img/head_back.svg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}

#cashback_cpn .title_all {
	width: min(100%, 1100px);
	margin: 0 auto;
	background-image: url("../img/title_back.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding: 5% 0;
}

#cashback_cpn .title_svg {
	display: block;
	width: min(95%, 740px);
	margin: auto;
}


#cashback_cpn #head .subtitle {
	margin: 0 auto;
	text-align: center;
}

#cashback_cpn #head .subtitle p {
	display: inline-block;
	padding: 2em;
	color: var(--main-color);
	background-color: #fff;
	width: min(90%, 940px);
	border-radius: 0.5em;
	text-align: center;
	line-height: 2;
}

#cashback_cpn #head .reversal {
	padding: 0.5em;
	color: var(--accent-color);
	background-color: var(--main-color);
	margin: 0 0.2em;
	border-radius: 0.2em;
}

#cashback_cpn #head .shipping {
	position: absolute;
	bottom: -8%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}

#cashback_cpn #head .triangle {
	width: 0;
	height: 0;
	color: #fff;
	border: 1.5em solid transparent;
	border-top: 2em solid;
	margin: auto;
	animation: arrowmove 1s ease-in-out infinite;
	position: absolute;
	left: 0;
	right: 0;
}

@keyframes arrowmove {
	0% {
		bottom: -4em;
	}

	50% {
		bottom: -6em;
	}

	100% {
		bottom: -4em;
	}
}

/*========= #shipping ===============*/

#cashback_cpn #shipping {
	width: min(100%, 940px);
	margin: 0 auto;
}

#cashback_cpn #shipping .flex {
	justify-content: center;
	align-items: flex-start;
}

#cashback_cpn #shipping .flex .shipping_btn {
	width: 25%;
	max-width: 300px;
	margin: 2.5%;
}

#cashback_cpn #shipping .flex .shipping_btn a {
	display: block;
	background: var(--black-color);
}

#cashback_cpn #shipping .flex .shipping_btn a img {
	transition: all ease .3s;
}

#cashback_cpn #shipping .flex .shipping_btn a:hover img {
	opacity: .2;
}

#cashback_cpn #shipping .flex .shipping_btn a p {
	color: #fff;
	font-size: var(--txt-f-size);
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
	padding: 0 1em;
	opacity: 0;
	transition: all ease .3s;
}

#cashback_cpn #shipping .flex .shipping_btn a:hover p {
	opacity: 1;
}

/* tab
---------------------------------------------------- */


/*liにactiveクラスがついた時の形状*/
#cashback_cpn .tab li.active span {}

/*エリアの表示非表示と形状*/
#cashback_cpn .area {
	/*はじめは非表示*/
	display: none;
	/*透過0*/
	opacity: 0;
}

/*areaにis-activeというクラスがついた時の形状*/
#cashback_cpn .area.is-active {
	/*表示*/
	display: block;
	/*ふわっと表示させるためのアニメーション*/
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



#cashback_cpn .top_img {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: var(--padding);
}

#cashback_cpn .top_img img {
	width: 100%;
}

#cashback_cpn .box {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

#cashback_cpn .book {
	width: 40%;
	max-width: 400px;
	box-shadow: 5px 5px 20px rgb(0, 0, 0, .5);
	margin-left: 2.5%;
}

#cashback_cpn .introduction .title {
	margin: 0 auto 1em;
}

#cashback_cpn .padding {
	padding: var(--padding);
}

#cashback_cpn section.shipping {
	padding-top: 0 !important;
}

#cashback_cpn .cpn_period {
	width: min(90%, 940px);
	margin: 0 auto;
	padding: 0;
	border: solid 3px;
	border-radius: 0.5em;
	overflow: hidden;
}

#cashback_cpn .cpn_period .title,
#cashback_cpn .cpn_period .subtitle p {
	padding: 0.5em 0;
}


/*========= #TMC ===============*/

#cashback_cpn #TMC {
	background-color: var(--TMC-color);
	color: #fff;
	padding-top: 0;
}

#cashback_cpn #TMC .top_img {
	max-width: inherit;
}

#cashback_cpn #TMC .top_img img {
	width: min(100%, 940px);
	margin: 0 auto;
}

#cashback_cpn #TMC .btn a p {
	color: #fff;
	background-color: var(--accent-color2);
}

#cashback_cpn #TMC .cpn_period .title {
	background-color:var(--TMC-color2);
	color: var(--TMC-color);
}

#cashback_cpn #TMC .cpn_period {
	color: var(--TMC-color2);
}

/*========= #OTD ===============*/

#cashback_cpn #OTD {
	background-color: var(--OTD-color);
	color: #221918;
}

#cashback_cpn #OTD .introduction .title {
	color:var(--OTD-color2);
}

#cashback_cpn #OTD .btn a p {
	color:#fff;
	background-color: var(--accent-color2);
}

#cashback_cpn #OTD .cpn_period {
border-color:var(--OTD-color3);
}

#cashback_cpn #OTD .cpn_period .title {
	color:var(--OTD-color3);
	background-color: #fff;
}

#cashback_cpn #OTD .cpn_period .subtitle {
	background-color:var(--OTD-color3);
	color: #fff;
}


@media screen and (max-width: 1920px) {

	#cashback_cpn #head {
		margin-bottom: 250px;
	}

	#head::after {
		padding-bottom: 250px;
	}
}


@media screen and (max-width: 767px) {

	:root {
		--title-f-size: 25px;
		--sbtitle-f-size: 18px;
		--btn-f-size: 18px;
		--txt-f-size: 16px;
		--remark-f-size: 11px;
		--back-border-radius: 10px;
		--balloon-border-radius: 5px;
		--padding: 0 0 12%;
	}


	article p {
		color: inherit;
		font-size: inherit;
		line-height: inherit;
	}

	/*　左右余白削除　*/
	#fftop_recomDetail section {
		padding: 0;
	}

	#fftop_recomDetail #cashback_cpn section {
		padding: 15% 0;
	}

	#fftop_recomDetail #cashback_cpn #head {
		padding-top: 0;
	}

	#cashback_cpn .sp {
		display: block !important;
	}

	#cashback_cpn .pc {
		display: none !important;
	}

	#cashback_cpn {
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	}

	#cashback_cpn .title_all {
		background-size: 150%;
	}

	#cashback_cpn #head .subtitle p {
		padding: 2em 0.75em;
	}

	#cashback_cpn #head .triangle {
		border: 1em solid transparent;
		border-top: 1.5em solid;
	}

	@keyframes arrowmove {
		0% {
			bottom: -3em;
		}

		50% {
			bottom: -4em;
		}

		100% {
			bottom: -3em;
		}
	}

	#cashback_cpn #head {
		margin-bottom: 150px;
	}

	#head::after {
		padding-bottom: 150px;
	}

	#cashback_cpn #shipping .flex .shipping_btn {
		width: 45%;
	}

	#cashback_cpn .btn .text {
		text-align: left;
	}

}
