body {
	font-family: "MS Pゴシック", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
}
#wrapper {
	background-color: #000;
	overflow: hidden;
}
.inner {
	width: 85%;
	margin: 0 auto;
	max-width: 1100px;
}
header .inner {
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_wrap {
	background-color: #fee7e500;
}
.header {
	max-width: 1400px;
	margin: 0 auto;
}
.only_sp {
	display: none;
}
.only_pc {
	display: block;
	margin: 0 auto;
}
/* ==========================================================================
header
========================================================================== */
header {
	position: fixed;
	width: 100%;
	
	padding: 19px 0px 19px;
	transition: top 0.3s;
	z-index: 9999;
}
header .header_inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
header .logo a {
	display: block;
	background-image: url('/ft/0000068/images/logo.png');
	background-size: contain;
	width: 200px;
	height: auto;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
	background-repeat: no-repeat;
}
header nav {
	display: flex;
	align-items: center;
}
header nav ul {
	display: flex;
}
header nav ul li {
	margin-right: 6%;
}
header nav ul li:last-child {
	margin-right: 0;
}
.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
}
.bar {
	width: 25px;
	height: 3px;
	background-color: #00bcaa;
	margin: 3px 0;
	transition: 0.4s;
}
.menu {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;display: none;
}
.menu li {
	margin-right: 20px;
	padding-right: 20px;
}
.menu li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.menu a {
	position: relative;
	text-decoration: none;
	color: #fff;
}
.menu li a:hover {
	color: #0bbfac;
}
.menu li a::after {
	content: '';
	position: absolute;
	bottom: -45%;
	left: -15%;
	width: 130%;
	height: 3px;
	background: #0bbfac;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.menu li a:hover::after {
	transform: scale(1, 1);
}
/* ==========================================================================
font
========================================================================== */
.font01{font-family: "sicuveiw", sans-serif!important;
font-weight: 400;
font-style: normal;}
.font01_b{font-family: "sicuveiw", sans-serif!important;
font-weight: 800;
font-style: normal;}
.fc_pink{color: #fd695d!important;}
.fc_black{color: #151515!important;}
/* ==========================================================================
section1
========================================================================== */
.section_wrap01 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 10;
	min-height: 500px;
	background: #fee7e5;
	background-image: /* url('/ft/0000068/images/section01_bg.png'), */ url('/ft/0000068/images/section01_bg_pattern_left.png'), url('/ft/0000068/images/section01_bg_pattern_right.png');
	background-position: /* center center, */ left 110px top -77px, right 144px top -77px;
	background-repeat: /* repeat,  */ repeat-y, repeat-y;
	background-size: /* cover, */ auto, auto;
	padding-bottom: 2%;
}
.section_wrap01::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20%;
	background-color: #e7ebff;
	z-index: 1;
}
.section_wrap01::after {
	content: '';
	position: absolute;
	bottom: -3%;
	left: 0;
	right: 0;
	width: 100%;
	height: 26%;
	z-index: 1;
	background-image: url('/ft/0000068/images/top_pattren.png');
}
.section_wrap01 .section {
	z-index: 10;
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 4% auto 0;
	flex-wrap: wrap;
}
.section_wrap01 .section > .kv_info {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-self: center;
}
.section_wrap01 .section > .kv_info .adjust_img {
	/*margin-top:10%;*/
	margin-bottom: 4%;
	opacity: 0;
}
.section_wrap01 .section .kv_info .watch_btn01 {
	position: relative;
	margin: 3px auto 0;
	text-decoration: none;
	padding-right: 30px;
	width: 96%;
	background: #bec5c8;
	background: -moz-linear-gradient(left, #ff9c97  0%, #ff685f 100%);
	background: -webkit-linear-gradient(left, #ff9c97  0%, #ff685f 100%);
	background: linear-gradient(to right, #ff9c97  0%, #ff685f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c97', endColorstr='#ff685f', GradientType=1);
	border-radius: 100px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_wrap01 .section .kv_info .watch_btn01::after {
	content: '';
	position: absolute;
	bottom: 24%;
	right: 6%;
	width: 30px;
	height: 30px;
	background-image: url(/ft/0000068/images/play_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.section_wrap01 .section .kv_info .watch_btn01:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
/* .section_wrap01 .section > div > img{
    width:100%;
} */
.section_wrap01 .section .visual{max-width: 650px;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);}

.section_wrap01 .section .camp_btn {
	clear: both;
	position: relative;
	margin: 3px auto 0;
	text-decoration: none;
	width: 70%;
	background: #bec5c8;
	background: -moz-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: -webkit-linear-gradient(left, #E91E63 0%, #673AB7 100%);
	background: linear-gradient(to right, #E91E63 0%, #9C27B0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67606', endColorstr='#ec0040', GradientType=1);
	border-radius: 60px 0px 60px 0px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.section_wrap01 .section .camp_btn:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
/* ==========================================================================
section2
========================================================================== */
.section_wrap02 {
	background-color: #fdfaf1;
	padding: 5% 0;
}
.section_wrap02 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap02 .section .txt01 {
	font-size: 35px;
	color: #fa6a5c;
	margin-bottom: 45px;
}
.section_wrap02 .section .txt02 {
	font-size: 19px;
	font-weight: 500;
	color: #151515;
	margin-top: 45px;
	line-height: 1.7
}
.section_wrap02 .section .teaser_video {
	position: relative;
	width: 100%;
	max-width: 601px;
	margin: 45px auto;
}
.section_wrap02 .section .teaser_video > div {
	width: 100%;
	padding-bottom: 56.25%
}
.section_wrap02 .section .teaser_video > div > iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section_wrap02 .section .btns {
	max-width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 70px;
}
.section_wrap02 .section .br_replace {
	display: block;
}
.section_wrap02 .section .btns .watch_btn02.br_replace {
	display: block;
}
.section_wrap02 .section .btns .watch_btn02 .sm_txt {
	font-size: 17px;
	font-weight: bold;
}
.section_wrap02 .section .btns .watch_btn02 {
	position: relative;	
	text-decoration: none;
	padding-right: 30px;
	width: 80%;
	background: #ffffff;
	/*background: -moz-linear-gradient(left, #ff9c97  0%, #ff685f  100%);
	background: -webkit-linear-gradient(left, #ff9c97  0%, #ff685f  100%);
	background: linear-gradient(to right, #ff9c97  0%, #ff685f  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c97 ', endColorstr='#ff685f', GradientType=1);*/
	border-radius: 100px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;margin: 0 auto;max-width: 350px;    color: #ff746c;
    border: 2px solid #f56960;
}
.section_wrap02 .section .btns .watch_btn02::after,.section_wrap03 .watch_btn02::after {
	content: '';
	position: absolute;
	right: 6%;
	width: 25px;
	height: 25px;
	/*background-image: url(/ft/0000068/images/play_btn.png);*/
	background-image: url(/ft/0000068/images/playbtn_pink.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.section_wrap02 .section .btns .watch_btn02:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
/* ==========================================================================
section3
========================================================================== */
.section_wrap03 {
	position: relative;
	background: linear-gradient(to right, #fff1e1, #fedfd8);
	padding: 5% 0;
}
.section_wrap03::after {
	content: '';
	position: absolute;
	bottom: -11%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* z-index: 1; */
	background-image: url('/ft/0000068/images/section03_bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.section_wrap03 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap03 .section > div {
	z-index: 10;
}
.section_wrap03 .section .txt01 {
	font-weight: bold;
	font-size: 32px;
	color: #00bcaa;
	margin-bottom: 36px;
}
.section_wrap03 .watch_btn02{position: relative;
    position: relative;
    margin: 20px auto 0;
    text-decoration: none;
    padding-right: 30px;
    width: 80%;
    background: #ffffff;
   /* background: -moz-linear-gradient(left, #ff9c97  0%, #ff685f 100%);
    background: -webkit-linear-gradient(left, #ff9c97  0%, #ff685f 100%);
    background: linear-gradient(to right, #ff9c97  0%, #ff685f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c97 ', endColorstr='#ff685f', GradientType=1);*/
    border-radius: 100px;
    padding: 0.7em 1em;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 3px 0 #bec5c8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 250px;
	color: #ff746c;
    border: 2px solid #f56960;
}

.section_wrap03 .series_list,.section_wrap04 .series_list{display: flex;
    position: relative;
    max-width: 1000px;
    margin: 40px auto 0;}
.section_wrap03 .series_list li,.section_wrap04 .series_list li{
    /*width: 45%;*/
    margin: 0em auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    position: relative}
.section_wrap03 .series_list li div,.section_wrap04 .series_list li div{text-align: right;}
.section_wrap03 .series_list li:nth-child(1),.section_wrap04 .series_list li:nth-child(1){margin-left: 0;}
.section_wrap03 .series_list li:nth-child(2),.section_wrap04 .series_list li:nth-child(2){margin-right: 0;}
.section_wrap03 .series_list li p,.section_wrap04 .series_list li p{    font-size: 17px;
    text-align: center;
    color: #151515;
    margin-top: 12px;
    font-weight: bold;}

.section_wrap03 .series_list li.episode_e::before,.section_wrap04 .series_list li.episode_e::before {
	content: '';
	position: absolute;
	left: 20px;
	width: 41px;
	height: 20px;
	background-image: url('/ft/0000068/images/section05_icon.png');
	background-size: cover;
}
.section_wrap03 .series_list li.episode_e::before{top: 70%;}
.section_wrap04 .series_list li.episode_e::before{top: 80%;}

.section_wrap03 .section .guest_list {
	width: 1000px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 33px;
	background-image: url('/ft/0000068/images/guest_back.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.section_wrap03 .section .guest_list > div {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.section_wrap03 .section .guest_list > div > p {
	font-size: 17px;
	color: #151515;
	margin-top: 12px;
}
.section_wrap03 .section .actor_area {
	max-width: 1000px;
	background-color: #fff;
	margin: 72px auto 0;
	border-radius: 5px;
}
.section_wrap03 .section .actor_area > p {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	font-size: 32px;
	font-weight: bold;
	color: #fa6a5c;
	text-align: center;
	padding: 40px 0;
}
.section_wrap03 .section .actor_area .actor_list {
	max-width: 920px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.section_wrap03 .section .actor_area .actor_list img {
	max-width: 227px;
	width: 100%;
}
.section_wrap03 .section .actor_area .actor_list > div.mb40 {
	margin-bottom: 40px;
}
.section_wrap03 .section .actor_area .actor_list > div.mb40 p {
	position: relative;
	padding: 0.5rem 1rem calc(1rem + 5px);
	background: #fee1d9;
	max-width: 12em;
	margin: 0 auto;
	font-size: 0.9em;
}
.section_wrap03 .section .actor_area .actor_list > div.mb40 p:before {
	position: absolute;
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #ababab;
}

/* 画面中央配置のための追加 */
.section_wrap03 {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 0;
}
.section_wrap03::after {
  z-index: 0;
  pointer-events: none;
}
.section_wrap03 .section {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
}
.section_wrap03 .series_list {
  justify-content: center;
  gap: 16px;
}

.section_wrap03 .section > div {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
section4
========================================================================== */
.section_wrap04 {
	position: relative;
	background-color: #e7ebff;
	padding: 5% 0;
}
.section_wrap04::after {
	content: '';
	position: absolute;
	top: -3%;
	left: 0;
	right: 0;
	width: 100%;
	height: 10%;
	z-index: 1;
	background-image: url(/ft/0000068/images/section4_pattren.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.section_wrap04 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap04 .section .txt01 {
	font-weight: bold;
	font-size: 32px;
	color: #00bcaa;
	margin-bottom: 10px;
}
.section_wrap04 .section .section_icon img {
	margin-left: 42px;
	margin-top: 16px;
}
.section_wrap04 .section .related_work_main > div {
	position: relative;
	max-width: 980px;
	background-color: #fff;
	border-radius: 5px;
	margin: 90px auto 0;
	min-height: 277px;
	margin-left: 110px;
}
.section_wrap04 .section .related_work_main > div .float_bnr {
	max-width: 473px;
	width: 100%;
	position: absolute;
	left: -22px;
	top: -55px;
	border: 7px solid #fff;
	border-radius: 6px;
}
.section_wrap04 .section .related_work_main > div .float_txt {
	position: absolute;
	left: 50%;
	top: -16%;
	font-size: 27px;
	font-weight: bold;
}
.section_wrap04 .section .related_work_main > div .txt01 {
	width: 460px;
	margin-top: 8px;
	padding-left: 490px;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
	color: #151515;
}
.section_wrap04 .series_list{display: flex;}
.section_wrap04 .series_list li{width: 48%;margin: 0 auto;}

.section_wrap04 .section .related_work_main > div .watch_area {
	padding-left: 338px;
}
.section_wrap04 .section .related_work_main > div .watch_area .more_watch {
	position: relative;
	margin: 3px auto 0;
	text-decoration: none;
	padding-right: 30px;
	width: 46%;
	background: #bec5c8;
	background: -moz-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: -webkit-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: linear-gradient(to right, #f67606 0%, #ec0040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67606', endColorstr='#ec0040', GradientType=1);
	border-radius: 100px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_wrap04 .section .related_work_main > div .watch_area .more_watch::after {
	content: '';
	position: absolute;
	bottom: 24%;
	right: 6%;
	width: 30px;
	height: 30px;
	background-image: url(/ft/0000068/images/play_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.section_wrap04 .section .related_work_main > div .watch_area .more_watch:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
.section_wrap04 .section .episode_wrap {
	max-width: 1000px;
	background-color: #fff;
	border-radius: 5px;
	margin: 30px auto 0;
}
.section_wrap04 .section .episode_wrap .episode {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
}
.section_wrap04 .section .episode_wrap .episode div {
	position: relative;
}
.section_wrap04 .section .episode_wrap .episode div > p {
	font-size: 17px;
	text-align: center;
	color: #151515;
	margin-top: 12px;
	font-weight: bold;
}
.section_wrap04 .section .episode_wrap .episode > div > a > img {
	max-width: 232px;
	width: 100%;
}
.section_wrap04 .section .episode_wrap .episode div.episode_e::before {
	content: '';
	position: absolute;
	top: 71%;
	left: 0;
	width: 41px;
	height: 20px;
	background-image: url('/ft/0000068/images/section05_icon.png');
	background-size: cover;
}
.section_wrap04 .section .episode_wrap div {
	max-width: 1000px;
}
.section_wrap04 .section .episode_wrap div > div {
	text-align: right;
}
.section_wrap04 .section > div > .copy {
	max-width: 1000px;
	text-align: left;
	margin: 12px auto 0;
	font-size: 14px;
	color: #151515;
}
/* ==========================================================================
section6
========================================================================== */
.section_wrap06 {
	background-color: #efefef;
}
.section_wrap06 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap06 .section .lemino_premium > img {
	max-width: 1000px;
	width: 100%;
}
/* ==========================================================================
section7
========================================================================== */
.section_wrap07 {
	background-color: #fdfaf1;
	padding: 4% 0;
}
.section_wrap07 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap07 .section .txt01 {
	font-weight: bold;
	font-size: 35px;
	color: #fa6a5c;
	margin-bottom: 40px;
}
.section_wrap07 .section .txt02 {
	font-size: 19px;
	font-weight: 500;
	color: #151515;
	margin-top: 45px;
	line-height: 1.7
}
.section_wrap07 .section ul {
	max-width: 1000px;
	background-color: #fff;
	margin: 0 auto 0;
	border-radius: 5px;
	padding: 2em 3em;
}
.section_wrap07 .section ul li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	font-size: 29px;
	font-weight: bold;
	color: #00bcaa;
	text-align: center;
	padding: 20px 0;
}
.section_wrap07 .section ul li:nth-child(1+n) {
	margin: 0.5em auto;
	padding: 0.5em;
}
.section_wrap07 .section ul p {
	font-weight: bold;
	margin: 0.5em auto 0;
	color: #fa6a5c;
}
.section_wrap07 .section ul li {
	text-align: center;
	line-height: 1.7em;
}
.section_wrap07 .section .teaser_video {
	position: relative;
	width: 100%;
	max-width: 601px;
	margin: 45px auto;
}
.section_wrap07 .section .teaser_video > div {
	width: 100%;
	padding-bottom: 56.25%
}
.section_wrap07 .section .teaser_video > div > iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section_wrap07 .section .btns {
	max-width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 70px;
}
.section_wrap07 .section .br_replace {
	display: block;
}
.section_wrap07 .section .btns .watch_btn02.br_replace {
	display: block;
}
.section_wrap07 .section .btns .watch_btn02 .sm_txt {
	font-size: 17px;
	font-weight: bold;
}
.section_wrap07 .section .btns .watch_btn02 {
	position: relative;
	margin: 20px 20px;
	text-decoration: none;
	padding-right: 30px;
	width: 96%;
	background: #bec5c8;
	background: -moz-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: -webkit-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: linear-gradient(to right, #f67606 0%, #ec0040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67606', endColorstr='#ec0040', GradientType=1);
	border-radius: 100px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.section_wrap07 .section .btns .watch_btn02::after {
	content: '';
	position: absolute;
	right: 6%;
	width: 30px;
	height: 30px;
	background-image: url(/ft/0000068/images/play_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.section_wrap07 .section .btns .watch_btn02:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
.section_wrap07 .guest {
	max-width: 1000px;
	background-color: #ffffff;
	margin: 4em auto 0;
	border-radius: 5px;
	padding: 2em 0 3em;
	display: block;
	width: 100%;
}
.section_wrap07 .guest p {
	font-size: 29px;
	font-weight: bold;
	color: #00bcaa;
	text-align: center;
	padding: 20px 0;
}
.section_wrap07 .guest table {
	margin: 0 auto;
	line-height: 2em;
}
.section_wrap07 .guest table td {
	text-align: left;
	border-bottom: 2px dotted #9ae1da;
}
.section_wrap07 .guest table tr:nth-child(11) td {
	border: none;
}
.section_wrap07 .guest table tr td:nth-child(2n-1) {
	color: #00bcaa;
	width: 8em;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* ==========================================================================
section8
========================================================================== */
.section_wrap08 {
	position: relative;
	background: linear-gradient(to right, #fff1e1, #fedfd8);
	padding: 5% 0;
}
.section_wrap08 .section {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.section_wrap08 .section > div {
	z-index: 10;
}
.section_wrap08 .section .txt01 {
	font-weight: bold;
	font-size: 32px;
	color: #00bcaa;
	margin-bottom: 36px;
}
.section_wrap08 .section .txt02 {
	position: relative;
	font-size: 27px;
	font-weight: 700;
	color: #151515;
	line-height: 1.7;
}
.section_wrap08 .section .txt02::after {
	content: '';
	padding: 6px;
	background: #ffc8b6;
	width: 64%;
	margin: 0 auto;
	font-size: 0.9em;
	position: absolute;
	z-index: -1;
	top: 27px;
	right: 0;
	left: 0;
}
.section_wrap08 .section .txt03 {
	font-size: 20px;
	font-weight: 500;
	color: #151515;
}
.section_wrap08 .section .date {
	font-size: 23px;
	font-weight: 500;
	color: #00bcaa;
	line-height: 1.7;
	position: relative;
	border-radius: 46px;
	max-width: 33em;
	margin: 15px auto 0;
}
.section_wrap08 .section .date::after {}
.section_wrap08 .section .camp_box {
	max-width: 1000px;
	background-color: #ffffff;
	margin: 2em auto 0;
	border-radius: 5px;
	padding: 3em;
	display: block;
	width: 100%;
}
.section_wrap08 .section .camp_box ul {
	background: #f4f4f4;
	width: 90%;
	margin: 2em auto 0;
	border-radius: 4px;
	padding: 2em 0;
	line-height: 1.8em;
	text-align: left;
}
.section_wrap08 .section .camp_box ul li {
	list-style: none;
	max-width: 700px;
	margin: 0 auto;
}
.section_wrap08 .section .camp_box a.btn_x {
	position: relative;
	margin: 2em auto 0;
	text-decoration: none;
	padding-right: 30px;
	width: 16em;
	background: #bec5c8;
	background: -moz-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: -webkit-linear-gradient(left, #f67606 0%, #ec0040 100%);
	background: linear-gradient(to right, #f67606 0%, #ec0040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67606', endColorstr='#ec0040', GradientType=1);
	border-radius: 8px;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 3px 0 #bec5c8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_wrap08 .section .camp_box a.btn_x:hover {
	opacity: .8;
	transform: translateY(3px);
	box-shadow: none;
}
.section_wrap08 .section .guest_list {
	width: 1000px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 33px;
	background-image: url('/ft/0000068/images/guest_back.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.section_wrap08 .section .guest_list > div {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.section_wrap08 .section .guest_list > div > p {
	font-size: 17px;
	color: #151515;
	margin-top: 12px;
}
.section_wrap08 .section .actor_area {
	max-width: 1000px;
	background-color: #fff;
	margin: 72px auto 0;
	border-radius: 5px;
}
.section_wrap08 .section .actor_area > p {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	font-size: 32px;
	font-weight: bold;
	color: #fa6a5c;
	text-align: center;
	padding: 40px 0;
}
.section_wrap08 .section .actor_area .actor_list {
	max-width: 920px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.section_wrap08 .section .actor_area .actor_list img {
	max-width: 227px;
	width: 100%;
}
.section_wrap08 .section .actor_area .actor_list > div.mb40 {
	margin-bottom: 40px;
}
/* ==========================================================================
footer
========================================================================== */
.footer {
	background-color: #000000;
	padding: 55px 0;
}
.footer p {
	text-align: left;
	color: #fff;
	font-size: min(0.86666vw, 13px);
	line-height: 1.6;
}
.footer .area1 {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 4.8% auto;
	text-align: center;
}
.footer .area1 img {
	max-width: 660px;
	width: 100%;
}
.footer .area2 {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.footer .area2 .indent_PC {
	margin-left: min(1vw, 15px);
}
.footer .area2 .txt1 {
	display: inline-block;
	border: 1px solid #fff;
	padding: min(1vw, 15px) min(1.33333vw, 20px);
	letter-spacing: 1px;
	margin-bottom: min(2.66666vw, 40px);
}
.footer .area2 .txt2 {
	margin-bottom: 15px;
	line-height: 1.6;
}
.footer .area2 .txt3 {}
.footer .area3 {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}
.footer_area2 {
	color: #fff;
	background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: 12px;
}
.common_footer_feature {
	text-align: center;
	margin: 0 auto;
	background: #efefef;
	margin: 0 calc(50% - 50vw);
	max-width: none;
}
.common_footer_section.feature {
	padding: 3.65% 0;
}
.common_footer_feature_img img {
	max-width: 610px;
}
/*footer s*/
.common_footer_cta_second {
	padding: 4.8% 2% !important;
}
.common_footer_cta {
	padding: 2.8% 2% 4.2%;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.w-full {
	width: 100%;
}
.text-white {
	color: white;
}
.text-center {
	text-align: center;
}
.lp_fv_cta_btn {
	display: block;
	width: min(44vw, 660px);
	margin: 0 auto;
	transition: .3s;
}
.common_footer_cta .hover_img:hover {
	transition: 0.1s;
	opacity: .6;
}
/*part2*/
.page_footer {
	background: #000;
	color: #fff;
}
.footer_inner {
	width: 98%;
	text-align: left;
	font-size: 10px;
}
.common_footer_section_last {
	max-width: 1000px;
	margin: auto;
	padding: 3.3% 2%;
}
.common_footer_section_last .common_footer_section_text_bottom {
	font-size: min(0.86666vw, 13px);
	padding: min(1vw, 15px) min(1.33333vw, 20px);
	letter-spacing: 1px;
	margin-bottom: min(2.66666vw, 40px);
}
.box {
	display: inline-block;
	border: 1px solid #fff;
	padding: min(1.33333vw, 20px);
	font-size: min(0.86666vw, 13px);
}
.only_SP {
	display: none;
}
.common_footer_section_text {
	margin-bottom: 15px;
}
.common_footer_section_last .common_footer_section_text_bottom_second {
	font-size: min(0.86666vw, 13px);
	line-height: 1.6;
}
.common_footer_section_last .common_footer_section_text_bottom_second.mt {
	margin-top: 2.6%;
}
footer {
	color: #FFF;
	position: relative;
	background: #fc8e3d;
	background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
	background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
	background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: 12px;
}
/*footer e*/
/* section 5 added s*/
section#method {
	background: #e8e8e8;
	padding: 40px 0 80px;
}
section#method .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: auto;
}
.kokuhaku_title {
	font-size: 40px;
	font-weight: bold;
	border-bottom: solid 2px #ec0140;
	text-align: center;
	margin-bottom: 45px;
	padding-bottom: 5px;
}
.contents section h2 {
	max-width: 1000px;
	width: 85%;
	margin: 0 auto;
	text-align: center;
	box-sizing: content-box;
}
.premium {
	width: 38%;
	margin: 50px auto 40px;
}
/* section 5 added e*/
/* section 7 added s*/
.faq_section {
	text-align: left;
	line-height: 1.5;
	background-color: #fff;
	color: #000;
}
.common_footer_section_faq {
	margin: auto;
	padding: 3% 2% 4%;
	text-align: center;
}
.common_footer_section_title_faq {
	margin: min(0.66666vw, 10px) 0 min(1.2vw, 18px);
	font-weight: bold;
	text-align: center;
	font-size: min(2vw, 30px);
	line-height: 1.3;
}
.faq_common_footer_section_list {
	max-width: 816px;
	margin: auto;
}
.faq_item {
	border-bottom: 1px solid #ced5d6;
}
.faq_question {
	padding: 2.3% 0 2.3% 6.4%;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}
.faq_question::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('/ft/0000068/images/leminolp_icon_2_pc_off.png') no-repeat center center / cover;
}
.faq_question.is-active::before {
	background: url('/ft/0000068/images/leminolp_icon_2_pc_on.png') no-repeat center center / cover;
}
.faq_question::after {
	content: 'Q.';
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
}
.faq_question.is-active {
	color: #d00f31;
}
.faq_answer {
	padding: 0 0 2.3% 6.4%;
	position: relative;
	text-align: left;
}
.faq_answer::before {
	content: 'A.';
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 4%;
}
/* section 7 added e*/
@media screen and (max-width: 812px) {
	/* ==========================================================================
sp header
========================================================================== */
	header {
		padding: 10px 0;
	}
	header .inner {
		padding: 0;padding-left: 0.5em;
	}
	.navbar {
		background: #ffffe8;
		height: 40px;
		width: 40px;
		border-radius: 5px;
		align-items: center;
		justify-content: center;display: none;
	}
	.menu {
		width: 100%;
		display: none;
		max-width: unset;
		/* padding: 3% 5%; */
		position: absolute;
		top: 77px;
		right: -100%;
		z-index: 999;
	}
	.menu.active {
		top: 62px;
		display: block;
		right: 0;
		height: 100vh;
		text-align: center;
		background-color: #fdfaf1;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.menu.active li {
		margin: 20px 0 0;
		font-size: 20px;
		padding-bottom: 0;
	}
	.menu.active li a {
		width: 80%;
		display: block;
		border-bottom: 2px solid #fee7e5;
		margin: 0 auto;
		padding-bottom: 12px;
		text-align: left;
	}
	.menu.active li img {
		width: auto;
	}
	.menu-toggle {
		display: flex;
	}
	.menu-toggle.active .bar:nth-child(1) {
		transform: rotate(-45deg) translate(-7px, 7px);
	}
	.menu-toggle.active .bar:nth-child(2) {
		opacity: 0;
	}
	.menu-toggle.active .bar:nth-child(3) {
		transform: rotate(45deg) translate(-5px, -5px);
	}
	.menu li {
		padding-right: 0px;
	}
	.title {
		margin: 15% 0 5%;
		font-size: 20px;
	}
	header nav ul li a:hover img {
		transform: scale(1);
	}
	header nav ul.head_sns {
		width: 150px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.contents section h2 {
		width: 90%;
	}
	.only_pc {
		display: none;
	}
	.only_sp {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 12px;
	}
	.only_sp img {
		max-width: 470px;
		width: 70%;
	}
	header .logo a {
		display: block;
		background-image: url(/ft/0000068/images/logo_sp.png);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position-y: 50%;
	}
	.section_wrap01 {
		min-height: 520px;
		z-index: 1;
		background-image: url('/ft/0000068/images/section01_bg_sp.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: unset;
	}
	.section_wrap01::before {
		height: 12%;
		bottom: 0%;display: none;
	}
	.section_wrap01::after {
		height: 18%;
		background-size: cover;display: none;
	}
	.section_wrap01 .section > div {
		width: 100%;
		text-align: center;
	}
	.section_wrap01 .section .kv_info {
		text-align: center;
		padding-bottom: 10%;
	}
	.section_wrap01 .section .kv_info img {
		width: 95%;
	}
	.section_wrap01 .section .kv_info .watch_btn01 {
		width: 80%;font-size: 16px;
	}
	.section_wrap01 .section .visual {
		max-width: unset;
        width: 100%;
        margin: 0 auto 20px;
        border: 0;
	}
	.section_wrap01 .section {
		flex-flow: column;
		margin: 60px auto 2%;
		padding: 0;
	}
	.section_wrap01 .section .adjust_img {
		width: 100%;
		margin: 0 auto;
	}
	.section_wrap01 .section > .kv_info .adjust_img {
		margin-top: 2%;
		width: 70%;
		display: none;
	}
	.section_wrap01 .section .camp_btn {
		width: 85%;
		font-size: 16px;
		border-radius: 30px 0px 30px 0px;
	}
	.section_wrap02 {
		padding: 5%;
	}
	.section_wrap02 .section .txt02 {
		font-size: 16px;
		text-align: left;
		margin-top: 5%;
		font-weight: normal;
	}
	.section_wrap02 .section .txt01 {
		margin: 8% auto 5%;
		font-size: calc(2vw + 1em);
	}
	.section_wrap02 .section div img {}
	.section_wrap03 .section .actor_area .actor_list > div.mb40 p {
		padding: 0.3rem 0.4rem calc(0.4rem + 5px);
		max-width: 12em;
		font-size: 0.7em;
	}
	.section_wrap03 .section .actor_area .actor_list > div.mb40 p:before {
		top: -4px;
		left: -4px;
	}
	.section_wrap02 .section .br_replace {
		display: inline;
	}
	.section_wrap02 .section .line_breaking {
		display: block;
	}
	.section_wrap02 .section .video {
		width: 100%;
		margin: 8% 0;
	}
	.section_wrap02 .section .btns {
		flex-flow: column;
		margin: 0 auto;
	}
	.section_wrap02 .section .btns a img {
		width: 100%;
	}
	.section_wrap02 .section .teaser_video {
		margin: 5% auto;
	}
	.section_wrap02 .section .btns .watch_btn02 {
		width: 70%;
		font-size: 14px;
		padding: 0.6em 1em;
		margin-bottom: 0;
		margin-top: 6px;
	}
	.section_wrap02 .section .btns .watch_btn02.btn_ver2 {
		width: 82%;
		border-radius: 60px;
		font-size: 16px;
		padding: 0.8em 1em;
		margin-bottom: 7%;
		margin-top: 20px;
	}
	.section_wrap03 {
		padding: 5%;
		background-image: url('/ft/0000068/images/section03_bg_sp.jpg');
		background-size: auto;
	}
	.section_wrap03 .watch_btn02{width: 70%;
		font-size: 14px;
		padding: 0.6em 1em;}
	.section_wrap03 .section .guest_list {
		width: 100%;
		flex-flow: row wrap;
		justify-content: space-around;
		background-image: none;
	}
	.section_wrap03 .section .guest_list > div {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		padding-bottom: 10%;
	}
	.section_wrap03 .section .guest_list > .part1 {
		background-image: url('/ft/0000068/images/guest_back.png');
		background-position: left 0 bottom 10px;
		background-repeat: no-repeat;
		background-size: auto;
		margin-bottom: 5%;
	}
	.section_wrap03 .section .guest_list > .part2 {
		background-image: url('/ft/0000068/images/guest_back.png');
		background-position: left 0 bottom 10px;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.section_wrap03 .section .guest_list > div > div {
		width: 45%;
	}
	.section_wrap03 .section .guest_list > div > div img {
		width: 100%;
	}
	.section_wrap03 .section .actor_area > p {
		background: none;
	}
	.section_wrap03 .section .actor_area {
		margin: 0 auto;
		background: none;
	}
	.section_wrap03 .section .actor_area > p {
		background: none;
	}
	.section_wrap03 .section .actor_area .actor_list {
		padding: 3%;
		position: relative;
		justify-content: space-around;
		background-color: #fff;
		border-radius: 5px;
	}
	.section_wrap03 .section .actor_area .actor_list::before {
		content: '';
		position: absolute;
		bottom: 4%;
		left: -4%;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url(/ft/0000068/images/section03_hreat_icon.png);
		background-repeat: no-repeat;
		background-size: 20%;
		z-index: 1;
	}
	.section_wrap03 .section .actor_area .actor_list::after {
		content: '';
		position: absolute;
		bottom: -96%;
		left: 89%;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url(/ft/0000068/images/section03_hreat_icon.png);
		background-repeat: no-repeat;
		background-size: 15%;
		z-index: 1;
	}
	.section_wrap03 .section .actor_area .actor_list div {
		width: 49%;
	}
	.section_wrap03 .section .actor_area .actor_list > div.mb40 {
		margin-bottom: 0.8%;
	}
	.section_wrap04 {
		padding: 5%;
	}
	.section_wrap04::after {
		background: none;
	}
	.section_wrap03 .series_list, .section_wrap04 .series_list{
		    flex-flow: row wrap;background: #fff;
    border-radius: 5px;
	}
/*追記*/
.section_wrap03 {
  min-height: 65vh;
}
.section_wrap03 .section {
    padding: 24px 0px;
}
	.section_wrap03 .series_list li, .section_wrap04 .series_list li {width: 100%;}
.section_wrap03 .series_list li.episode_e::before{top: 65%;}
.section_wrap04 .series_list li.episode_e::before{top: 75%;}
	
	.section_wrap03 .section .txt01,.section_wrap04 .section .txt01 {
		margin-bottom: 5%;
		margin-top: 5%;
		font-size: calc(2.8vw + 1em);
	}

	.section_wrap04 .section .related_work_main {
		position: relative;
	}
	.section_wrap04 .section .related_work_main > div {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
		width: 100%;
		justify-content: center;
	}
	.section_wrap04 .section .related_work_main::before {
		content: '';
		background-color: #fff;
		position: absolute;
		bottom: 0%;
		left: -16%;
		right: 0;
		width: 159%;
		height: 79%;
		z-index: 0;
	}
	.section_wrap04 .section .related_work_main > div .float_bnr {
		position: relative;
		width: 96%;
		left: 0px;
		top: 0px;
	}
	.section_wrap04 .section .related_work_main > div .float_txt::before {
		content: '';
		position: absolute;
		top: 6%;
		left: 1.5%;
		right: 0;
		width: 42px;
		height: 20px;
		z-index: 1;
		background-image: url('/ft/0000068/images/section05_icon.png');
		background-repeat: no-repeat;
	}
	.section_icon {
		display: none;
	}
	.section_wrap04 .section .related_work_main > div .float_txt {
		position: relative;
		text-align: center;
		width: 100%;
		left: 0px;
		top: 0px;
		margin: 0;
	}
	.section_wrap04 .section .related_work_main > div .txt01 {
		padding-left: 0px;
		left: 0px;
		top: 0px;
		font-size: 14px;
		padding: 0 1%;
	}
	.section_wrap04 .section .related_work_main > div .watch_area {
		padding-left: 0px;
		max-width: 656px;
		width: 96%;
		margin: 0% auto 9%;
	}
	.section_wrap04 .section .related_work_main > div .watch_area .more_watch {
		width: 85%;
	}
	.section_wrap04 .section .section_icon img {
		position: absolute;
		left: 2%;
		top: 44%;
		margin-left: 0px;
	}
	.section_wrap04 .section .episode_wrap .episode {
		flex-flow: row wrap;
	}
	.section_wrap04 .section .episode_wrap .episode > div {
		width: 96%;
		margin-bottom: 5%;
	}
	.section_wrap04 .section .episode_wrap .episode div.episode_e::before {
		top: 47vw;
	}
	.section_wrap04 .section .episode_wrap .episode > div .episode_img {
		width: 100%;
	}
	.section_wrap04 .section > div > .copy {
		font-size: 10px;
	}
	.section_wrap04 .section .episode_wrap{margin-top: 0;}
	.section_wrap04 .section .episode_wrap .episode > div > a > img {
		max-width: 780px;
	}
	.section_wrap07 .section ul {
		width: 85%;
		padding: 0 3% 2%;
		font-size: 0.85em;
	}
	.section_wrap07 .guest {
		width: 85%;
		padding: 0 3% 5%;
		font-size: 0.85em;
	}
	.section_wrap08 .section .txt01 {
		margin-bottom: 10px;
	}
	.section_wrap08 .section .txt02 {
		font-size: 20px;
		line-height: 1.45em;
	}
	.section_wrap08 .section .txt02::after {
		display: none;
	}
	.section_wrap08 .section .camp_box {
		padding: 10% 3% 2%;
		display: block;
		width: 85%;
		margin: 1em auto 0;
	}
	.section_wrap08 .section .txt03 {
		font-size: 15px;
	}
	.section_wrap08 .section .date {
		font-size: 17px;
	}
	.section_wrap08 .section .camp_box ul {
		width: 96%;
		margin: 2em auto 0;
		padding: 1em 2%;
		font-size: 0.8em;
	}
	.section_wrap08 .section .camp_box a.btn_x {
		margin: 1.5em auto 1em;
		width: 80%;
		font-size: 16px;
	}
	.footer {
		padding: 5%;
	}
	.footer .area1 img {
		width: 96%;
	}
	.footer .area2 .txt1 {
		width: 97%;
		font-size: min(3.33333vw, 25px);
	}
	.footer .area2 .txt2, .footer .area2 .txt3 {
		font-size: min(3.33333vw, 25px);
	}
	.common_footer_section.feature {
		padding: 8% 0;
	}
	.common_footer_feature_img img {
		max-width: 610px;
		width: 100%;
	}
	.common_footer_feature_img {
		padding: 0 4%;
	}
	.common_footer_section > *:last-child {
		margin-bottom: 0;
	}
	/*footer s*/
	.footer_inner {
		width: 94%;
		text-align: left;
		font-size: 10px;
	}
	.common_footer_section_last {
		padding: 0 2% 6.6%;
	}
	.common_footer_section_last .common_footer_section_text_bottom_second.mt {
		margin-top: 7.1%;
		line-height: 1.47;
	}
	.footer_inner .box {
		padding: 3%;
		font-size: min(3.33333vw, 25px) !important;
	}
	.common_footer_wrapper .box {
		width: 100%;
		font-size: min(3.33333vw, 25px);
		padding: 3%;
	}
	.mb0_4 {
		margin-bottom: 0.4%;
	}
	.common_footer_cta_second {
		padding: 10% 2% 7% !important;
	}
	.mt80-45 {
		margin-top: 45px;
	}
	.common_footer_wrapper .box {
		width: 100%;
		font-size: min(3.33333vw, 25px) !important;
		padding: 3%;
	}
	.lp_fv_cta_btn {
		font-size: 19px;
	}
	.lp_fv_cta_btn {
		width: min(88vw, 660px);
	}
	.common_footer_section_last .common_footer_section_text_bottom {
		margin-bottom: min(1.33333vw, 10px);
	}
	.common_footer_wrapper .box {
		width: 100%;
		font-size: min(3.33333vw, 25px);
		padding: 3%;
	}
	.common_footer_section_text {
		font-size: min(3.73333vw, 28px);
		margin-top: 4%;
	}
	.only_SP {
		display: inline;
	}
	.common_footer_section_last .common_footer_section_text_bottom_second {
		font-size: min(3.2vw, 24px);
	}
	/*footer e*/
	section#osusume .inner, section#method .inner {
		padding: 0 5%;
	}
	.contents section h2 {
		width: 90%;
	}
	.premium {
		width: 60%;
		margin: 30px auto;
	}
	.kokuhaku_title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.mt4 {
		margin-top: 4%;
	}
	.faq_section {
		font-size: min(3.33333vw, 25px);
	}
	.faq_question {
		padding: 5% 2% 5% 12%;
	}
	.faq_answer {
		padding: 0 2% 5% 12%;
		position: relative;
	}
	.common_footer_section_title_faq {
		font-size: min(5.73333vw, 43px);
	}
	.faq_common_footer_section_list {
		max-width: 750px;
		margin-top: 5.5%;
	}
	.faq_question.is-active::before {
		width: 5.33333vw;
		height: 5.33333vw;
		max-width: 40px;
		background: url('/ft/0000068/images/leminolp_icon_2_sp_on.png') no-repeat center center / cover;
	}
	.faq_question::before {
		width: 5.33333vw;
		height: 5.33333vw;
		max-width: 40px;
		background: url('/ft/0000068/images/leminolp_icon_2_sp_off.png') no-repeat center center / cover;
	}
	.faq_question::after {
		top: min(4.66666vw, 35px);
		left: min(6.66666vw, 50px);
		transform: translateY(0);
	}
	.menu a {
		position: relative;
		text-decoration: none;
		color: #fff;
	}
	.menu li a::after {
		display: none;
	}
}

.end_wrap {
	position: relative;
	overflow: hidden;
}
.overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}
.overlay p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 25%;
    font-size: 35px;
}
@media screen and (max-width: 812px) {
	.overlay p {
		font-size: 28px;
	}
}

/*追従*/
.lp_cta_fixed {
 display: block!important;
 bottom: 0;
 background: rgba(0,0,0,.6);
 font-family: "source-han-sans-japanese", sans-serif;
 padding: .5em 0;
  width: 100%;
  position: fixed;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
 z-index: 102;
}
.lp_cta_fixed.is-fixed {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.fix_btn_lead {
    font-size: 1.3em;
    text-shadow: 0px 0px 6px rgb(254 20 111);
    line-height: 1.45em;
}
.lp_cta_fixed p  span{    font-weight: bold;
    font-size: 1.2em;}
.lp_cta_fixed_yellow {
  font-size: 26px;
  font-weight: bold;
}

.lp_cta_fixed .lp_cta_small {
  font-size: 12px;
}

.lp_cta_fixed_btn {
  display: inline-block;
  width: 90%;
  max-width: 400px;
  margin: 5px auto 10px;
  padding: 15px;
  background: #d00e31;
  box-shadow: 0 5px 0 #8c0018;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: all .3s;
}

.lp_cta_fixed_btn:visited {
  color: #fff;
}

.lp_cta_fixed_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
  transition: all .3s;
}
.lp_cta_fixed ul{    display: flex;
    margin: 0 auto 1em;
    max-width: 1000px;
    width: 70%;}
.lp_cta_fixed ul li{    width: 45%;
    margin: 0 auto;
    max-width: 400px;}
.lp_cta_fixed ul li a{

    max-width: 450px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    align-items: center;
    border: solid 3px #ffffffd1;
    border-radius: 30em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
line-height: 1.2em;padding: 0.1em 0 0.2em;}
.lp_cta_fixed ul li a span{font-size: 0.7em;}
.lp_cta_fixed ul li a.btn_01{background:/* url(../images/camp_bg2.webp), */linear-gradient(90deg, #FC8E3C 0%, #FF0576 100%);background-size: cover, 100%;
    background-position: top;
    background-repeat: no-repeat;}
.lp_cta_fixed ul li a.btn_02{background: /*url(../images/camp_bg2.webp), */linear-gradient(90deg, #ffae00 0%, #ff5500 100%);background-size: cover, 100%;
    background-position: top;
    background-repeat: no-repeat;}
.bottom_bnr p {
 font-size: 20px;
 margin-bottom: 5px;
}
.lp_cta_fixed .btn a {
 margin-top: 0;
 font-size:  calc(1vw + 0.5em);
}
.lp_cta_fixed .btn a .small_btn {
 font-size:0.7em;
}
.lp_cta_fixed .btn_wrap {
 width: 70%;
 max-width: 720px;
 margin-top: 5px;
}
.lp_cta_fixed .fix_btn_end {
 max-width: 720px;
 margin: 5px auto 0;
 font-size: 14px;
}
.lp_cta_fixed .fix_btn_end.btn a {
 width: 100%;
 max-width: 100%;
 height: 40px;
 padding-top: .8em;
}
.fix_btn_lead a {
 font-size: 17px;
 text-decoration: underline;color: #fff!important;
}
.cp_text_link {
 position: absolute;
 bottom: 5px;
 right: 0;
 background: #000;
 width: 18%;
}
.cp_text_link a {
 display: block;
    padding: .7em 0;
    text-align: center;
    font-size: min(1.6vw,18px);
    border-top: 6px solid;
    border-left: 6px solid;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #fc8e3d, #ff0576) 1;
    color: #ffbb2c;
    background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 line-height: 130%;
 font-weight: bold;
}
.btn_wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.btn_wrap .btn {
    width: 100%;margin: 0 auto;max-width: 600px;
}
.lp_cta_fixed .btn p {
 margin-top: 0;
}
.lp_cta_fixed .btn a {
 position: relative;
 display: block;
 padding: .6em .6em .4em;
 height: auto;
}
    .lp_cta_fixed .btn.one a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
.lp_cta_fixed .btn a span.ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    display: block;
    background-image: url("../images/playbtn.png");
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.lp_cta_fixed .btn a:hover span.ic {
    transform: translateY(-50%);
}
.btn p.l-color {
 border: none;
}
.btn p.l-color a {
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);font-weight: bold;
}
.lp_cta_fixed .btn p {
 max-width: 500px;
 margin: 0 auto 0;
 padding: 4px;
 border-radius: 100px;
 background: #fff
}
.lp_cta_fixed .btn a {
   background: #fb5289;
   color: #fff;
   text-align: center;
   width: 100%;
   display: block;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.lp_cta_fixed .btn a span.ic {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 30px;
   height: 30px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.lp_cta_fixed .btn a:hover span.ic {
   transform: translateX(5px);
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
.lp_cta_fixed .btn {
  width: 100%;
 }
 .lp_cta_fixed .btn_wrap {
  width: 100%;
 }
 .lp_cta_fixed .btn_wrap .btn {
  width: 90%;
  margin-top: 0;
 }
 .lp_cta_fixed .btn a {
 padding: 0.7em 0 0.5em;
 }
 .lp_cta_fixed .btn.one a {
  padding: 2.2vw 0;
   font-size: min(3.7vw,14px);
 }
 .fix_btn_lead a {
  font-size: min(3vw,14px);
 }
 .cp_text_link {
  width: 38%;
  bottom: 85px;
 }
 .cp_text_link a {
  font-size: min(3.5vw,14px);
  border-width: 4px;
 }
 .lp_cta_fixed .fix_btn_end.btn a {
 }
 .lp_cta_fixed .btn a {
  font-size: min(4.2vw,18px);
 }
 .lp_cta_fixed .btn a span.small_btn {
  font-size: min(3.5vw,10px);
 }
 .lp_cta_fixed .btn a span.ic {
  display: none;
 }
	.lp_cta_fixed .btn p{padding: 3px;}
	.lp_cta_fixed p {
    font-size: 16px;
  }

  .lp_cta_fixed_yellow {
    font-size: 20px;
  }

  .lp_cta_fixed_btn {
    font-size: 19px;
  }

  .lp_cta_fixed .lp_cta_small {
    font-size: 11px;
  }
}
.totop{display:none;}