.mainContentMT {
	width: 100%;
}

.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

:root {
	/*ヘッダー画像背景*/
	--accent: #f0831e;
	/* 特典枠の色 */
	--bg: #fff;
}


/* omoide_article
---------------------------------------------------- */
#omoide_article {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
}

#omoide_article * {
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #000;
}

#omoide_article img {
	vertical-align: bottom;
	font-size: 0;
}

#omoide_article .pc {
	display: block !important;
}

#omoide_article .sp {
	display: none !important;
}

#omoide_article ol,
#omoide_article ul {
	list-style-type: none;
}

#omoide_article a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}

#omoide_article .section {
	margin: 100px auto 0;
	padding: 0 100px;
	text-align: center;
	max-width: 940px;
}


/* font
---------------------------------------------------- */
#omoide_article .title {
	font-size: 24px;
	font-weight: 600;
	color: var(--accent)
}

#omoide_article .sub-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-top: 30px;
}

#omoide_article .text-small {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}

#omoide_article .text {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-top: 30px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

#omoide_article .question-text {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: justify;
	margin-top: 60px;
}

#omoide_article .question-text span {
	font-weight: 300;
}


/* mv
---------------------------------------------------- */
#omoide_article #mv {
	position: relative;
}

#omoide_article .head {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#omoide_article .head .title p {
	color: #fff;
}

#vegas {
	width: 100%;
	height: 550px;
}

.head .title img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}


/* アニメーション設定 */
.arrowWrap {
	position: absolute;
	right: 50%;
	left: 50%;
	bottom: -9%;
	height: 200px;
}

.arrowInner p {
	font-size: 12px;
	text-align: end;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.arrow {
	width: 1px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.arrow::before {
	content: '';
	width: 1px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #000;
	position: absolute;
	top: -150px;
	left: 0;
	-webkit-animation: arrow 2.5s ease 0s infinite normal;
	animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}
}



/* intro
---------------------------------------------------- */
#omoide_article .intro .text {
	text-align: center;
}


/*　articles
----------------------------------------------------
*/
.articles {
	padding: 0 0 100px 0 !important;
}

.box {
	display: flex;
	align-items: center;
	margin-top: 100px;
	width: 100%;
}

.box:nth-of-type(even) {
	flex-direction: row-reverse;
}

.box img {
	width: 50%;
	max-width: 400px;
	height: auto;
	object-fit: cover;
	position: relative;
}

.box_text {
	background: #f6f6f6;
	width: 100%;
	max-width: 600px;
	height: 400px;
	padding: 50px 50px 50px 100px;
	box-sizing: border-box;
	text-align: justify;
	margin-left: -5%;
	transition: 0.3s ease-in-out;
}

.sub-title .box-new {
	display: initial;
	background: var(--accent);
	padding: 5px 10px;
	color: #fff !important;
	margin-left: 10px;
	animation: flash 3s linear infinite;
	width: 50px;
	height: 50px;
	margin: 20px;
}

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.box:nth-of-type(even) img {
	margin-left: 0;
}

.box:nth-of-type(even) .box_text {
	padding-left: 50px;
	margin-right: -60px;
}

#omoide_article .articles .sub-title {
	font-size: clamp(1.125rem, 0.567rem + 1.16vw, 1.25rem);
	margin-top: 0;
	color: var(--accent);
}

#omoide_article .articles .text {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.5em;
}

.articles-title {
	font-size: clamp(1.25rem, 0.134rem + 2.33vw, 1.5rem);
	font-weight: 600;
	margin-top: 30px;
}

.text-date {
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	color: #999 !important;
	margin-top: 10px;
}

#omoide_article .btn-index {
	border-radius: 3px;
	position: relative;
	justify-content: center;
	align-items: center;
	max-width: 170px;
	margin-top: 60px;
	padding: 0px 0px 0px 5px;
	color: #333 !important;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 500;
}

#omoide_article .btn-index::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 1px;
	background-color: #333;
	transition: 1s ease 0s;
}

#omoide_article .btn-index::after {
	content: '';
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.5s;
}

#omoide_article .btn-index:hover::before {
	width: 0%;
	background-color: var(--accent);
}

#omoide_article .btn-index:hover::after {
	border-top: solid 1px var(--accent);
	border-right: solid 1px var(--accent);

}

#omoide_article .btn-index:hover {
	text-decoration: none;
	color: var(--accent) !important;
}

.box_text:hover {
	background-color: #faebdc;
}


/* inquiry---------------------------------------------------- */

.inquiry {
	margin-bottom: 100px !important;
}

#omoide_article .inquiry .text {
	text-align: center;
}

#omoide_article .inquiry .btn-index {
	border-radius: 3px;
	position: relative;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	margin: 60px auto 0;
	padding: 0px 0px 0px 5px;
	color: #333 !important;
	font-weight: 500;
	text-align: left;
}

#omoide_article .inquiry .btn-index a {
	color: #333 !important;
	transition: 0.3s ease-in-out;
}

#omoide_article .inquiry .btn-index a:hover {
	text-decoration: none;
	color: var(--accent) !important;
}



@media screen and (max-width: 768px) {

	/* omoide_article
---------------------------------------------------- */
	#omoide_article {
		max-width: 768px;
	}

	#omoide_article * {
		box-sizing: border-box;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		color: #000;
	}

	#fftop_recomDetail section {
		padding: 0;
	}

	#omoide_article img {
		vertical-align: bottom;
		font-size: 0;
	}

	#omoide_article .pc {
		display: none !important;
	}

	#omoide_article .sp {
		display: block !important;
	}


	#omoide_article ol,
	#omoide_article ul {
		list-style-type: none;
	}

	#omoide_article a {
		outline: none;
		font-size: inherit;
		text-decoration: none;
	}

	#omoide_article .section {
		padding: 0 20px !important;
		margin: 90px 0;
	}


	/* font
---------------------------------------------------- */
	#omoide_article .title {
		font-size: 24px;
		font-weight: 600;
		color: var(--accent)
	}

	#omoide_article .sub-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin-top: 30px;
	}

	#omoide_article .sub-title span {
		font-size: 14px;
		font-weight: 300;
		text-align: justify;
	}

	#omoide_article .text {
		font-size: 16px;
		color: #333;
		text-align: justify;
		margin-top: 30px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}

	#omoide_article .question-text {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		text-align: justify;
		margin-top: 50px;
	}

	#omoide_article .question-text span {
		font-weight: 300;
	}



	/* mv
---------------------------------------------------- */
	#omoide_article #mv {
		position: relative;
	}

	#omoide_article .head {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#omoide_article .head .title p {
		color: #fff;
	}

	#vegas {
		width: 100%;
		height: 100vw;
	}

	.head .title img {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		width: 70%;
	}

	.arrowWrap {
		position: absolute;
		right: 50%;
		left: 50%;
		bottom: -50px;
		height: 200px;
	}


	/* intro
---------------------------------------------------- */
	#omoide_article .intro .text {
		text-align: center;


	}


	/*　articles
----------------------------------------------------
*/
	.articles {
		padding: 20px !important;
	}

	.box {
		display: block;
		align-items: center;
		margin-top: 100px;
		width: 100%;
	}

	.box:first-child {
		margin-top: 0px;
	}

	.box img {
		width: 90%;
		max-width: 100%;
		margin-bottom: -8%;
	}

	.box_text {
		max-width: 100%;
		height: auto;
		padding: 15% 20px 20px 20px;
		margin: 0 auto;
	}

	.box:nth-of-type(even) .box_text {
		padding-left: 20px;
		margin: 0 auto;
	}

	#omoide_article .articles .sub-title {
		font-size: clamp(0.875rem, 0.665rem + 0.96vw, 1.125rem);
		margin-top: 0;
		color: var(--accent);
	}

	#omoide_article .articles .text {
		font-size: clamp(0.75rem, 0.645rem + 0.48vw, 0.875rem);
		margin-top: 0;
		line-height: 1.5em;
	}

	.articles-title {
		font-size: clamp(1.063rem, 0.695rem + 1.68vw, 1.5rem);
		font-weight: 600;
		margin-top: 20px;
		line-height: 1.5em;
	}

	.box_text .btn-index {
		margin: 30px auto 30px 0;
		max-width: 180px;
	}

	.box_text .btn-index::before {
		content: '';
		position: absolute;
		bottom: -7px;
		right: -7px;
		width: 100%;
		height: 1px;
		background-color: #333;
		transition: 1s ease 0s;
	}

	.box_text .btn-index::after {
		content: '';
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		display: inline-block;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%) rotate(45deg);
		transition: 0.5s;
	}

	.box_text .btn-index:hover::before {
		width: 0%;
		background-color: var(--accent);
	}

	.box_text .btn-index:hover::after {
		border-top: solid 1px var(--accent);
		border-right: solid 1px var(--accent);

	}

	.box_text .btn-index:hover {
		text-decoration: none;
		color: var(--accent) !important;
	}

	.box_text:hover {
		background-color: #faebdc;
	}

}
