
.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);
    background-color: #fff8e8;
}
.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: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}

.lp_wrap{
    position: relative;
    overflow: hidden;
}
.lp_wrap::before{
    position: absolute;
    content: "";
    background-image: url("../img/mv_gizi.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    aspect-ratio: 1920 / 2183;
    width: 100%;
    top: -5%;
}
/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 6rem 0;
}


.fv{
        position: relative;
        z-index: 2;
}

.lead ._ttl{
    font-size: 3.6rem;
    margin-bottom: 2rem;
    text-align: center;
}
.lead ._text{
    font-size: 1.8rem;
    text-align: center;
}

/*商品コンテンツ*/

.product{
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.product::before{
    position: absolute;
    content: "";
    background-image: url("../img/content_gizi.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.product_bg{
    position: relative;
    background-color: #FFF;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.product .content-wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 12rem 0;
}
.product01,.product02,.product03,.product04{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    gap:6rem;
    margin: 0 auto 12rem;
}
.product_info{
    z-index: 2;
}
.product_img,
.product_info{
    width: 50%;
}
.product01 .product_info{
    padding-top: 185px;
}
.product02 .product_info{
    padding-top: 185px;
}
.product03 .product_info{
    padding-top: 185px;
}
.product04 .product_info{
    padding-top: 120px;
}
.product_img{
    position: relative;
}
.product_name{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 3rem;
}
.product_text{
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 3rem;
}
.product_btn{
    position: relative;
    max-width: 60%;
    width: 100%;
    background-color: #f29ec2;
    font-size: 2rem;
    color: #FFF;
    padding: 1rem 0;
    border-radius: 9999px;
    text-align: center;
}
.arrow{
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

.flex_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2rem;
}
.flex_btn .flex_btn_ttl,
.pink_btn,
.green_btn{
    width: calc(100% / 2 - 1rem);
    margin: 0 auto;
    text-align: center;
}
.flex_btn .flex_btn_ttl.pink_text ._text{
    display: inline-block;
    font-size: 2rem;
    color: #f5a4c4;
    text-align: center;
    border-bottom: 2px solid #f5a4c4;
}
.flex_btn .flex_btn_ttl.green_text ._text{
    display: inline-block;
    font-size: 2rem;
    color: #92c7bf;
    text-align: center;
    border-bottom: 2px solid #92c7bf;
}
.pink_btn ._text{
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #f29ec2;
    border-radius: 9999px;
    padding: 1rem 0;
}
.green_btn ._text{
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #92c7bf;
    border-radius: 9999px;
    padding: 1rem 0;
}
/*商品画像*/
.product01{
    position: relative;
}
.product01::before{
    position: absolute;
    content: "";
    background-image: url("../img/flower01.png");
    background-repeat: no-repeat;
    aspect-ratio: 357 / 265;
    width: 357px;
    height: 265px;
    z-index: 1;
    bottom: -12%;
    left: -12%;
}
.product01::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower02.png");
    background-repeat: no-repeat;
    aspect-ratio: 306 / 263;
    width: 306px;
    height: 263px;
    z-index: 1;
    bottom: -10%;
    right: -10%;
}
.product01 .product_img img{
    position: relative;
    z-index: 2;
}
.product_img .alt{
    font-family: "ta-kobe", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.product01 .product_img .alt{
    position: absolute;
    font-size: 42px;
    text-align: left;
    white-space: nowrap;
    top: 0;
    left: 80%;
    transform: rotate(-5deg);
    z-index: 3;
    font-family: ta-kobe, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.product02{
    position: relative;
}
.product02::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower03.png");
    background-repeat: no-repeat;
    aspect-ratio: 228 / 300;
    width: 228px;
    height: 300px;
    z-index: 1;
    bottom: -5%;
    right: -5%;
}
.product02 .product_img img{
    position: relative;
    z-index: 2;
}
.product02 .product_img .alt{
    position: absolute;
    font-size: 42px;
    text-align: left;
    white-space: nowrap;
    top: 0;
    right: 60%;
    transform: rotate(-5deg);
    z-index: 3;
    font-family: ta-kobe, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.product03,.product03 .product_img{
    position: relative;
}
.product03::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower06.png");
    background-repeat: no-repeat;
    aspect-ratio: 221 / 171;
    width: 221px;
    height: 171px;
    z-index: 1;
    bottom: -5%;
    right: -5%;
}
.product03 .product_img::before{
    position: absolute;
    content: "";
    background-image: url("../img/flower04.png");
    background-repeat: no-repeat;
    aspect-ratio: 146 / 114;
    width: 146px;
    height: 114px;
    z-index: 1;
    top: -5%;
    right: -5%;
}
.product03 .product_img::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower05.png");
    background-repeat: no-repeat;
    aspect-ratio: 433 / 4343;
    width: 433px;
    height: 433px;
    z-index: 1;
    bottom: -30%;
    left: -30%;
}
.product03 .product_img img{
    position: relative;
    z-index: 2;
}
.product03 .product_img .alt{
    position: absolute;
    font-size: 42px;
    text-align: left;
    white-space: nowrap;
    top: 10%;
    left: 80%;
    transform: rotate(-5deg);
    z-index: 3;
    font-family: ta-kobe, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.product04{
    position: relative;
}
.product04::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower07.png");
    background-repeat: no-repeat;
    aspect-ratio: 315 / 307;
    width: 315px;
    height: 307px;
    z-index: 1;
    bottom: 12%;
    right: -5%;
}
.product04 .product_img img{
    position: relative;
    z-index: 2;
}
.product04 .product_img .alt{
    position: absolute;
    font-size: 42px;
    text-align: left;
    white-space: nowrap;
    top: 0;
    right: 60%;
    transform: rotate(-5deg);
    z-index: 3;
    font-family: ta-kobe, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.product04 .arrow{
    width: 16px;
}
.product04 .arrow::before {
    width: 8px;
}

.lapping{
    max-width: 1280px;
    width: 100%;
    padding: 6rem 4rem;
    background-color: #feeff2;
    position: relative;
}
.lapping_ttl{
    position: absolute;
    max-width: 650px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -2%;
}
.lapping .lapping_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;

}
.lapping_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6rem;
}
.lapping_text{
    font-size: 1.8rem;
}
.lapping_btn_item{
    position: relative;
}
.lapping_btn_item img{
    position: absolute;
    max-width: 45px;
    z-index: 2;
    left: 5%;
    top: -25%;
}
.lapping_img,.lapping_info{
    width: 46%;
    position: relative;
}
.lapping_img::after{
    position: absolute;
    content: "";
    background-image: url("../img/flower08.png");
    background-repeat: no-repeat;
    aspect-ratio: 188 / 173;
    width: 188px;
    height: 173px;
    z-index: 1;
    bottom: -30%;
    left: -30%;
}
@media screen and (max-width: 1440px) {
    .product_bg{
        width: 94%;
    }
}
@media screen and (max-width: 1280px) {

    .product .content-wrap{
        padding: 12rem 8rem;
    }
    

}
@media screen and (max-width: 768px) {
    .lp_wrap::before {
        background-image: url(../img/mv_gizi_sp.png);
        aspect-ratio: 750 / 2161;
        top: 0%;
    }

    .lead .content-wrap{
        padding: 6rem 4rem;
    }
    .lead ._ttl{
        font-size: 2.4rem;
    }
    .lead ._text{
        font-size: 1.6rem;
    }
    /*商品コンテンツ*/
    .product .content-wrap {
        padding: 6rem 1rem;
    }
    .product::before{
        background-image: url("../img/content_gizi_sp.png");
        
    }
    .product01,.product02,.product03,.product04 {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 8rem;
        gap: 4rem;
    }
    .product02,.product04 {
        flex-direction: column-reverse
    }
    .product_img{
        width: 85%;
    }
    .product_info{
        width: 100%;
    }
    .alt{
        line-height: 1.4;
    }
    .product_text{
        font-size: 1.4rem;
    }
    .product01 .product_img .alt{
        font-size: 20px;
        left: -7%;
    }
    .product01 .product_img,.product02 .product_img,.product03 .product_img,.product04 .product_img {
        padding-top: 40px;
    }

    .product01 .product_info,.product02 .product_info,.product03 .product_info,.product04 .product_info {
        padding-top: 0;
    }

    .product01::before{
        bottom: 26%;
        left: -5%;
        background-size: 30%;
    }
    .product01::after {
        bottom: 0;
        top: -12%;
        right: -70%;
        background-size: 30%;
    }
    .product_btn{
        max-width: 80%;
        margin: 0 auto;
    }
    .product02 .product_img .alt{
        font-size: 20px;
        right: 0;
        left: 0;
    }
    .product02::after{
        bottom: 0;
        top: -25%;
        right: -48%;
        background-size: 30%;
    }
    .product03 .product_img::after{
        bottom: 180%;
        left: -20%;
        background-size: 30%;
    }
    
    .product03 .product_img .alt{
        font-size: 20px;
        top: 0;
        left: -7%;
    }
    .product03 .product_img::before{
        top: 20%;
        right: -32%;
        background-size: 30%;
    }
    .product03::after{
        background-size: 30%;
        bottom: 0;
        right: -54%;
        top: -72%;
    }
    .product04 .product_img .alt{
        font-size: 20px;
        top: 0;
        right: 0;
    }
    .flex_btn{
        gap: 1rem;
    }
    .flex_btn .flex_btn_ttl,
    .pink_btn,
    .green_btn{
        width: calc(100% / 2 - 0.5rem);
    }
    .flex_btn .flex_btn_ttl.pink_text ._text{
        font-size: 1.6rem;
    }
    .flex_btn .flex_btn_ttl.green_text ._text{
        font-size: 1.6rem;
    }
    .pink_btn ._text{
        font-size: 1.3rem;
    }
    .green_btn ._text{
        font-size: 1.3rem;

    }
    .product04 .arrow{
        width: 12px;
    }
    .product04 .arrow::before {
        width: 8px;
    }
    .product04::after{
        background-size: 30%;
        bottom: 37%;
        right: -60%;
    }
    .lapping {
        padding: 6rem 2rem;
    }
    .lapping_ttl{
        width: 80%;

    }
    .lapping_img,.lapping_info{
        width: 100%;
    }
    .lapping_text {
        font-size: 1.6rem;
    }
    .lapping_btn{
        gap: 3rem;
        margin-top: 4rem;
    }
    .lapping_btn_item{
        width: 80%;
    }
    .lapping_img::after{
        background-size: 45%;
        bottom: -215%;
        left: -10%;
    }
}