
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "fot-tsukuardgothic-std", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
@media screen and (max-width:768px){
	.content-wrap{
		padding: 6rem 0;
	}
}

/*lead*/

.Lead{
	background-image: url("https://fukuskeonline.itembox.design/item/lp/manzoku-biryokatu/img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.lead_topbox{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.lead_underbox{
	position: relative;
	max-width: 800px;
	width: 100%;
	background-color: rgba(244, 252, 255, 0.9);
	margin: 0 auto;
	padding: 8rem 4rem;	
	margin-bottom: 15rem;
}
.lead_underbox::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -59px; /* 三角形を下に出す */
  width: 100%;
  height: 60px;
  background-color: rgba(244, 252, 255, 0.9);
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* 下向き三角形 */

}
.lead_subttl{
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	color: #e5f9ff;
}
.lead_ttl{
	position: relative;
	display: inline-block;
	font-size: 6.8rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
	background: linear-gradient(transparent 70%, #f3fcff 30%);
	line-height: 1;
	margin-bottom: 3rem;
}
.lead_ttl span{
	font-size: 135%;
	font-weight: 700;
	color: #21cdff;
	line-height: 1;
}
.lead_icon{
	position: absolute;
	max-width: 116px;
	top: -60%;
    left: -30%;
}
.lead_text{
	font-size: 2.2rem;
	font-weight: 700;
	color: #000000;
}
.lead_recommend{
	font-size: 4rem;
	text-align: left;
	font-weight: 700;
	margin-bottom: 3rem;
}
.lead_recommend span{
	font-size: 4rem;
	color: #21cdff;
	font-weight: 700;
	
}
.lead_text span{
    display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #616465;
	text-underline-offset: 5px;
	/*border-bottom: 1px solid #616465;*/
    margin-bottom: 1rem;
}

.explain{
	max-width: 800px;
	margin: 0 auto;
}
.explain_lead{
	max-width: 370px;
	background-color: #FFF;
	font-size: 3.4rem;
	font-weight: 700;
	color: #00c6ff;
	text-align: center;
	border-radius: 999px;
	padding: 1rem 0;
	margin: 0 auto 3rem;
}
.logo_img{
	max-width: 450px;
	width: 100%;
	margin: 0 auto 4rem;
}
.explain_text{
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;	
	font-weight: 700;
	margin-bottom: 2rem;
}

.explain_text span{
	font-size: 2.2rem;
	text-align: center;
	background-color: #FFF;
	color: #00c6ff;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.lead_topbox{
		padding-bottom: 6rem;
	}
	.lead_ttl{
		font-size: 4.2rem;
	}
	.lead_subttl{
		font-size: 3rem;
	}
	.lead_icon{
		width: 65px;
	}
	.lead_text{
		font-size: 1.8rem;
	}
	
	.lead_underbox{
		width: 90%;
		padding: 4rem 2rem;
		margin-bottom: 10rem;
	}
	.lead_recommend{
		margin-bottom: 2rem;
	}
	.lead_recommend,
	.lead_recommend span{
		font-size: 2.8rem;
	}
	.lead_text span{
		font-size: 1.8rem;
	}
	.explain_lead{
		max-width: 270px;
		font-size: 2.4rem;
	}
	.logo_img {
		width: 75%;
	}
	.explain_text,
	.explain_text span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width:425px){
	.lead_ttl {
        font-size: 3.8rem;
    }
	.lead_recommend, .lead_recommend span {
        font-size: 2.6rem;
    }
	.lead_text,
	.lead_text span{
        font-size: 1.6rem;
    }
	.explain_lead{
		font-size: 2.2rem;
	}
	.explain_text, .explain_text span{
		font-size: 1.6rem;
	}
}

/*lineup*/
.lineup{
	background-image: url("https://fukuskeonline.itembox.design/item/lp/manzoku-biryokatu/img/background02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.lineup_ttl{
	font-size: 5rem;
	font-weight: 700;
	color: #e5f9ff;
	text-align: center;
	margin-bottom: 6rem;
}
.lineup_box{
	background-color: #FFF;
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10rem;
}
.lineup_box.lineup_right{
	margin-right: auto;
}
.lineup_box.lineup_left{
	margin-left: auto;
}

.lineup_info{
	width: 50%;
	padding: 3rem 2rem 3rem 3rem;
}
.lineup_img{
	width: 50%;
}

.lineup_box.lineup_right .lineup_info{
	order: 2;
}
.lineup_box.lineup_right .lineup_img{
	order: 1;
}
.lineup_box.lineup_left .lineup_info{
	order: 1;
}
.lineup_box.lineup_left .lineup_img{
	order: 2;
}

.lineup_lead{
	font-size: 3.2rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	color: #00c6ff;
	margin-bottom: 2rem;
}
.lineup_name{
	font-size: 2.5rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 2rem;
}
.lineup_text{
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 2rem;
	font-weight: 700;
}
.lineup_btn{
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
	padding:1rem;
	background-color: #21cdff; /* 背景色 */
	box-shadow: 0 5px 0 #03b7ec; /* 影の太さ・色 */
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 2rem;
	text-align: center;
}
.lineup_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.lineup_btn_ttl{
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin: 2rem auto 1rem;
}
.lineup_btnflex{
	display: flex;
	justify-content: space-between;
	gap:2rem;
}
.lineup_btnflex a{
	width: calc(100% / 2 - 1rem);
}
.lineup_btnflex a .lineup_btn{
	width: 100%;
}

.lineup_listbtn{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding:1rem;
	background-color: #21cdff;
	box-shadow: 0 5px 0 #03b7ec;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 3rem;
	text-align: center;
}
.lineup_listbtn:hover {
  box-shadow: none;
  transform: translateY(5px);
}


@media screen and (max-width:768px){
	.lineup_ttl{
		font-size: 3.8rem;
		margin-bottom: 4rem;
	}
	.lineup_box{
		display: grid;
	}
	.lineup_box{
		width: 90%;
		margin: 0 auto 6rem;
	}
	.lineup_info{
		width: 100%;
		padding: 3rem 2rem;
	}
	.lineup_img{
		width: 100%;
	}
	.lineup_box.lineup_right .lineup_info{
		order: 2;
	}
	.lineup_box.lineup_right .lineup_img{
		order: 1;
	}
	.lineup_box.lineup_left .lineup_info{
		order: 2;
	}
	.lineup_box.lineup_left .lineup_img{
		order: 1;
	}
	.lineup_lead{
		font-size: 2.6rem;
	}
	.lineup_name{
		font-size: 2rem;
	}
	.lineup_text{
		font-size: 1.6rem;
	}
	.lineup_btnflex{
		display: block;
	}
	.lineup_btn{
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.lineup_listbtn{
		width: 80%;
		font-size: 2rem;
	}
}
@media screen and (max-width:425px){
	.lineup_lead {
        font-size: 2.4rem;
		margin-bottom: 1rem;
    }
	.lineup_name{
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.lineup_text{
		font-size: 1.4rem;
	}
}