.lp_wrap img {
	width: 100%;
	display: block;
}
.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);
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}

.fv{
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1100;
	background-image: url("https://fukuskeonline.itembox.design/item/lp/femtech/img/mv_bg.png");
	background-size: cover;
	background-position: center;
}

.fv_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.content-wrap{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		padding: 6rem 0.5rem;
	}
}
/*コンテンツタイトル*/
.content-ttl{
	width: 100%;
	margin: 0 auto 6rem;
	text-align: center;
	/*font-family: FOT-筑紫A丸...*/
}
.img-ttl img{
	max-width: 319px;
	width: 100%;
	margin: 0 auto 2rem;
}

.content-ttl .content-ttl_lead{
	display: block;
	font-size: 1.8rem;
	color: #3c3c3c;
	line-height: 1.5;
}
.content-ttl .content-ttl_English{
	display: block;
	font-size: 2.8rem;
	color: #002e6d;
	line-height: 1.5;
	font-weight: bold;
}
.content-ttl .content-ttl_English .content-smallttl{
	display: block;
	font-size: 60%;
	color: #002e6d;
	line-height: 1.5;
}

.content-first_img{
	max-width: 940px;
	width: 100%;
	margin: 0 auto 6rem;
}

.content-list{
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	padding: 0;
}
.content-list .list-items{
	width: calc(100% / 3 - 2rem)
}
@media screen and (max-width:600px){
	.content-ttl,.content-first_img{
		margin: 0 auto 4rem;
	}
	.content-list{
		gap: 2rem;
	}
	.content-list .list-items{
		width: calc(100% / 3 - 1rem)
	}
}


.content-img_list{
	max-width: 1024px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	/*margin-bottom: 6rem;*/
}

@media screen and (max-width:600px){
	.content-img_list{
		gap: 2rem;
	}
}
.right_boxs{
	margin-left: auto;
}
.left_boxs{
	margin-right: auto;
}
.right_boxs .img_list_items:nth-child(odd){
	width: 55%;
	margin-top: 4rem;
}
.right_boxs .img_list_items:nth-child(even){
	width: 45%;
	margin-bottom: 19rem;
}

.left_boxs .img_list_items:nth-child(even){
	margin-top: 4rem;
}
.left_boxs .img_list_items:nth-child(odd){
	margin-bottom: 4rem;
}

.center_boxs{
	max-width: 800px;
	width: 100%;
	margin: auto;
}
.content-img_list .img_list_items{
	width: calc(100% / 2 - 2rem)
}

.items-link{
  position: relative; 
  overflow: hidden;
}

.items-hover{
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center; 
  transition:all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
	object-fit: cover;
}

.items-hover:hover{
  opacity: 1;
}
@media screen and (max-width:768px){
	.right_boxs .img_list_items:nth-child(even){
	    margin-bottom: 15rem;
	}
}
@media screen and (max-width:600px){
	.right_boxs .img_list_items:nth-child(even){
	    margin-bottom: 12rem;
	}
}
@media screen and (max-width: 428px) {
	.img-ttl img{
		width: 35%;
	}
	.right_boxs .img_list_items:nth-child(even){
	    margin-bottom: 10rem;
	}
}

.product-textline{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 600;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	line-height: 2;
	
}
.product-num{
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 1.6rem;
	width: 100%;
}

@media screen and (max-width: 600px){
	.product-textline{
	font-size: 1.6rem;
	
	}
	.product-num{
	font-size: 1.4rem;
	
	}
}

/*各セクションごとの調整*/

.yomogi .content-ttl_English,
.yomogi .content-ttl_English .content-smallttl{
	color: #9b9927;
}
.yutampo .content-ttl_English,
.yutampo .content-ttl_English .content-smallttl{
	color: #d3910f;
}
.haramaki .content-ttl_English,
.haramaki .content-ttl_English .content-smallttl{
	color: #b14fc5;
}
.ofuton .content-ttl_English,
.ofuton .content-ttl_English .content-smallttl{
	color: #d05559;
}

.yutampo .content-second_img{
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 10rem auto 6rem;
}
.yutampo .content-img_list{
	margin-bottom: 0rem;
}
@media screen and (max-width:600px){
	.yutampo .content-second_img{

		margin: 6rem auto 4rem;
	}
}

.totonoi .content-first_img_flex{
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	margin: 0 auto 6rem;
}
.totonoi .content-first_img_flex .img_flex_items{
	width: calc(100% / 2 - 2rem)
}
@media screen and (max-width:600px){
	.totonoi .content-first_img_flex{
		gap: 2rem;
		margin: 0 auto 4rem;
	}
	.totonoi .content-first_img_flex .img_flex_items{
		width: calc(100% / 2 - 1rem)
	}
}
.totonoi .img_flex_items_mb{
	margin-bottom: 34rem;
}
.haramaki .center_boxs{
	flex-wrap: wrap;
}

.haramaki .center_boxs .img_list_items:nth-child(even){
	margin-top: 4rem;
}
.haramaki .center_boxs .img_list_items:nth-child(odd){
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.totonoi .img_flex_items_mb{
		margin-bottom: 21rem;
	}
}
@media screen and (max-width: 428px) {
	.totonoi .img_flex_items_mb{
		margin-bottom: 14rem;
	}
}

@media screen and (max-width: 420px) {
	.totonoi .img_flex_items_mb{
		margin-bottom: 9rem;
	}
}


.ofuton .content-first_img_flex{
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	margin: 0 auto 6rem;
}
@media screen and (max-width:600px){
	.ofuton .content-first_img_flex{
		gap: 2rem;
		margin: 0 auto 4rem;
	}
}
.ofuton .content-first_img_flex .img_flex_items:nth-child(odd){
	width: 53%;
	margin-top: 4rem;
}
.ofuton .content-first_img_flex .img_flex_items:nth-child(even){
	width: 47%;
	margin-bottom: 11rem;
}
.ofuton .center_boxs{
	max-width: 1200px;
	margin-bottom: 6rem;
}
.ofuton .center_boxs .list-items:nth-child(odd){
	margin-top: 4rem;
}
.ofuton .center_boxs .list-items:nth-child(even){
	margin-bottom: 18rem;
}
.haramaki .content-second_img{
	max-width: 940px;
	width: 100%;
	margin:0 auto 6rem;
}
@media screen and (max-width:768px){
	.ofuton .center_boxs .list-items:nth-child(even){
		margin-bottom: 13rem;
	}
}
@media screen and (max-width:600px){
	.haramaki .content-second_img{
		margin: 0 auto 4rem;
	}
	.ofuton .center_boxs{
		margin-bottom: 4rem;
	}
	.ofuton .center_boxs .list-items:nth-child(even){
		margin-bottom: 10rem;
	}
}
@media screen and (max-width:428px){
	.ofuton .center_boxs .list-items:nth-child(even){
		margin-bottom: 9rem;
	}
}
.banner_img{
	max-width: 705px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width:600px){
	.banner_img{
	max-width: 705px;
	width: 80%;
	margin: auto;
}
}

.pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop_text{
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 1.6rem;
	color: #5d5d5d;
}