.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;
}

#fftop_recomDetail section{
	padding: 0;
}

/* 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: 30px;
	font-weight: 600;
	color: var(--accent)
}

#omoide_article .title span{
	font-size: 16px;
	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;
}

#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;
}


/* header
---------------------------------------------------- */
.header {
  width: 100%;
  height: 100px;
  background: #fff;  /* 背景色 */
	position: relative;
}

.header img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20%;
}

/* MV
---------------------------------------------------- */
#omoide_article .mv{
	position: relative;
}

#omoide_article .mv:before{
	background: var(--accent);
	width: 940px;
	height: 400px;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

#omoide_article .mv-title{
	padding: 60px 100px;
}

#omoide_article .mv .title{
	font-size: 36px;
	color: #fff;
	border-left: 5px solid #fff;
	padding-left: 20px;
}

.mv-img img{
	width: 100%;
	padding-right: 100px;
}


/* profile
---------------------------------------------------- */
.profile{
	display: flex;
}

#omoide_article .profile .sub-title{
	text-align: justify;
	margin-top: 10px;
}

.profile-img{
	margin-right: 30px;
}

#omoide_article .profile .text{
	margin-top: 30px;
}




/*　interview
---------------------------------------------------- */
.interview-ph{
	margin-top: 60px;
}

.interview-ph img{
	width: 100%;
}

.interview-ph_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.interview-ph_flex img{
	width: calc((100% - 20px) / 2);
}



/* point
---------------------------------------------------- */

.point{
	background: #f6f6f6;
	padding: 60px 100px !important;
}

/*slide
==============================*/
.slider7-wrap {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0px;
	position: relative;
}
.slider-7 .slick-slide {
  height: 100%;
  overflow: hidden;
}
.slider-7 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-7 p{
	font-size: 16px !important;
	text-align: justify !important;
	margin-top: 10px;
}
.slider-7 .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f6f6f6;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 170px;
  z-index: 1;
}
.slider-7 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
}
.slider-7 .slick-next {
  right: -70px;
}
.slider-7 .slick-prev {
  left: -70px;
}
.slider-7 .slick-next::before {
  left: 12px;
}
.slider-7 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 12px;
}
.slick_count {
  margin-top: 20px;
}
.slick_count .num {
  font-size: 14px !important;
  text-align: center;
}




/* offer
---------------------------------------------------- */
.offer{
	margin-bottom: 30px !important;
	padding: 0 !important;
}

.offer-container{
	border: 5px solid var(--accent) !important;
	margin-top: 30px;
	padding: 80px 100px !important;
}

.offer-flex{
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.offer-ph{
	margin-right: 30px;
	width: 730px;
}

.offer-ph img{
	width: 100%;
}

#omoide_article .offer-container .sub-title{
	margin: 20px auto 10px;
}

#omoide_article .offer-container .text-small{
	text-align: center;
}

#omoide_article .offer-container .text{
	margin-top: 0px;
}

.offer-button{
	margin-top: 50px;
}

.offer-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin: 0 auto;
	width: 500px;
	height: 80px;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700;
	background-color: var(--accent);
	transition: 0.3s;
}

.offer-button a:hover {
	text-decoration: none;
	background-color: #bbbbbb;
}

/* ページトップ
==============================　*/
.to-offer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
	z-index: 10000000;
}

.to-offer_link {
	display: flex;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: var(--accent);
	color: #fff !IMPORTANT;
	align-items: center;
	justify-content: center;
}


/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


@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;
	margin: 90px 0;
}


/* font
---------------------------------------------------- */
#omoide_article .title{
	font-size: 24px;
	font-weight: 600;
	color: var(--accent);
	line-height: 1.5em;
}

#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;
}


/* header
---------------------------------------------------- */
.header {
  width: 100%;
  height: 100px;
  background: #fff;  /* 背景色 */
}
.header img{
	width: 40%;
}


/* MV
---------------------------------------------------- */

#omoide_article .mv:before{
	background: var(--accent);
	width: 100%;
	height: 350px;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

#omoide_article .mv-title{
	padding: 40px 20px;
}

#omoide_article .mv .title{
	font-size: 24px;
	border-left: 3px solid #fff;
	padding-left: 10px;
	letter-spacing: 0em;
}

.mv-img img{
	width: 100%;
	padding-right: 30px;
}


/* profile
---------------------------------------------------- */
.profile{
	display: block;
}

#omoide_article .profile .sub-title{
	text-align: justify;
	margin-top: 0;
}

.profile-img{
	margin-right: 0px;
	margin-bottom: 10px;
}

.profile-img img{
	margin: 0 auto;
}

#omoide_article .profile .text{
	margin-top: 20px;
}




/*　interview
---------------------------------------------------- */
.interview-ph{
	margin-top: 50px;
}

.interview-ph img{
	width: 100%;
}

.interview-ph_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.interview-ph_flex img{
	width: calc((100% - 10px) / 2);
}



/* point
---------------------------------------------------- */

.point{
	padding: 90px 20px !important;
}

/*slide
==============================　*/
.slider7-wrap {
	width: 85%;
	max-width: 600px;
	margin: 30px auto 0px;
	position: relative;
}
.slider-7 .slick-slide {
  height: 100%;
  overflow: hidden;
}
.slider-7 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-7 p{
	font-size: 16px !important;
	text-align: justify !important;
	margin-top: 10px;
}
.slider-7 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f6f6;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: clamp(3.438rem, -1.696rem + 25.67vw, 10.625rem);
  z-index: 1;
}
.slider-7 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
}
.slider-7 .slick-next {
  right: -40px;
}
.slider-7 .slick-prev {
  left: -40px;
}
.slider-7 .slick-next::before {
  left: 0px;
}
.slider-7 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 0px;
}
.slick_count {
  margin-top: 20px;
}
.slick_count .num {
  font-size: 14px !important;
  text-align: center;
}


/* offer
---------------------------------------------------- */
#omoide_article .offer{
	padding: 0 20px !important;
}
.offer-container{
	border: 5px solid var(--accent) !important;
	margin-top: 30px;
	padding: 30px !important;
}

.offer-flex{
	display: block;
	margin-top: 30px;
}

.offer-ph{
	margin-right: 0;
	width: 100%;
}

#omoide_article .offer-container .sub-title{
	margin-top: 20px;
}


#omoide_article .offer-container .text{
	margin-top: 20px;
}

.offer-button{
	margin-top: 50px;
}

.offer-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700;
	background-color: var(--accent);
	transition: 0.3s;
}

.offer-button a:hover {
	text-decoration: none;
	background-color: #bbbbbb;
}

.attention{
	padding: 0 20px !important;
}

/* ページトップ
==============================　*/
.to-offer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: 0.5s;
	z-index: 10000000;
	width: 100%;
	height: 50px;
}

.to-offer_link {
	display: flex;
	font-weight: 600;
	width: 100%;
	height: 100%;
	border-radius: 0%;
	background-color: var(--accent);
	color: #fff !IMPORTANT;
	align-items: center;
	justify-content: center;
}


/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
}
