@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

.container {
    min-width: inherit !important;
}

.brand05-fv1 {
    display: block;
    width: 100%;
    height: 650px;
    margin: 0;
    padding: 0 20px;
    background-image: url('../images/brand/brand05/fv_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 991px) {
    .brand05-fv1 {
        height: min(52vw, 650px);
    }
}

@media screen and (max-width: 768px) {
    .brand05-fv1 {
        height: clamp(200px, 52vw, 400px);
    }
}

.brand05-fv1 .container {
    height: 100%;
}

.brand05-fv1::after {
    display: block;
    content: '';
    width: 160px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/brand/brand05/logo_mirai.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -80px;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .brand05-fv1::after {
        height: clamp(100px, 20.8vw, 160px);
        top: clamp(-80px, -10.4vw, -50px);
    }
}

.brand-fv-figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    height: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 3;
}

.brand-fv-figure img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 0 0;
}

.brand05-fv2 {
    margin: 0;
    padding: 60px 30px;
    background-image: url('../images/brand/brand05/bg5.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.brand05-fv2::after {
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    background-image: url('../images/brand/brand05/fv2-green.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.fv2_lead {
    width: 85%;
    margin: 60px auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .fv2_lead {
        width: 100%;
        margin: 30px auto 0 auto;
    }
}

.fv2_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 40px;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .fv2_inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
}

.fv2List {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 40px;
    width: 60%;
    margin: auto 0 0 0 !important;
    position: relative;
    top: 40px;
}

@media screen and (max-width: 768px) {
    .fv2List {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto !important;
        top: inherit;
    }
}

.fv2List_item {
    display: block;
}

.product-link {
    display: block;
    transform: scale(1);
    transition: 0.5s all;
}

.product-link:hover {
    display: block;
    transform: scale(1.1);
    transition: 0.5s all;
}

.product-link img {
    display: block;
    filter: drop-shadow(1px 1px 4px #777777);
}

.fv2_points {
    width: 20%;
    margin: 0 0 auto 0 !important;
}

@media screen and (max-width: 768px) {
    .fv2_points {
        width: 100%;
        max-width: 280px;
        margin: 0 auto !important;
    }
}

.brand05-content {
    padding-top: 0 !important;
}

.brand05_sec2 {
    margin: 0 !important;
    padding: 60px 30px;
    background-color: #f1efbd;
}

.brand05_sec3 {
    margin: 0 !important;
    padding: 60px 30px 0 30px;
    background-color: #fefefd;
}

.brand05_sec3 .container {
    background-image: url('../images/brand/brand05/ribbon.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 500px 350px;
}

@media screen and (max-width: 768px) {
    .brand05_sec3 .container {
        background-image: none;
    }
}

.brand05_sec4 {
    margin: 0 !important;
    padding: 60px 20px;
    background-color: #c5da8b;
}

.brand05_sec5 {
    margin: 0 !important;
    padding: 60px 30px;
    background-image: url('../images/brand/brand05/bg5.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brandDesc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .brandDesc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
}

.brandDesc_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .brandDesc_inner {
        width: 100%;
    }
}

.brandDesc_pic {
    display: block;
    margin: 0;
    overflow: hidden;
}

.brandDesc_pic:nth-child(1) {
    width: 55%;
}

.brandDesc_pic:nth-child(2) {
    width: 45%;
}

.brandDesc_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandDesc_text {
    display: inline-block;
    width: 50%;
    color: #231815;
    font-size: 16px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .brandDesc_text {
        width: 100%;
        margin: 0 auto;
    }
}

.jsfBody {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    padding: 0 30px 60px 30px;
}

@media screen and (max-width: 768px) {
    .jsfBody {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 0 60px 0;
    }
}

.jsfBody_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px 0;
}

@media screen and (max-width: 768px) {
    .jsfBody_inner {
        width: 100%;
    }
}

.jsfHead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 5px 0;
}

.jsfHead_sub {
    display: inline-block;
    font-size: clamp(18px, 3.9vw, 30px);
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
}

.jsfHead_main {
    display: inline-block;
    font-size: clamp(28px, 6.25vw, 48px);
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
}

.jsfText {
    font-size: 18px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .jsfText {
        font-size: 16px;
    }
}

.jsfSmall {
    font-size: 12px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    line-height: 1.8;
}

.recipeHead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
    margin-bottom: 40px;
    color: #005725;
    text-align: center;
}

.recipeHead_sub {
    font-size: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    letter-spacing: 0.2em !important;
}

@media screen and (max-width: 768px) {
    .recipeHead_sub {
        font-size: 32px;
    }
}

.recipeHead_main {
    font-size: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-weight: 600;
}

.recipeList_wrap {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/*
.recipeList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
*/

.recipeList_item {
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 280;
}

/*
@media screen and (max-width: 768px) {
    .recipeList {
        grid-template-columns: repeat(2, 1fr);
    }

	.recipeList_item {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 575px) {
    .recipeList {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.recipeList_item {
		width: calc(100% / 1);
	}
}
*/

.recipeList_link {
    display: block;
}

.recipeList_link img {
    width: 100%;
	height: auto;
	aspect-ratio: 400 / 280;
}

.recipeList_pic {
    display: block;
    transition: 0.5s all;
}

.recipeList_pic:hover {
    filter: brightness(1.1);
    transition: 0.5s all;
}

.recipeList_pic img {
    width: 100%;
	height: auto;
	aspect-ratio: 400 / 280;
}

.sec5_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .sec5_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
}

.sec5_text {
    width: 80%;
	color: #000000;
    font-size: 32px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
	line-height: 44.8px;
	letter-spacing: 3.2px;
}

@media screen and (max-width: 768px) {
    .sec5_text {
        width: 100%;
        font-size: 24px;
        text-align: center;
		letter-spacing: normal;
    }
}

.sec5_inner {
    width: 20%;
}

.sec5_inner img {
    display: inline-block;
    width: 100%;
    max-width: 140px;
	height: auto;
}

@media screen and (max-width: 768px) {
    .sec5_inner {
        width: 100%;
        text-align: center;
    }

	.sec5_inner img {
		margin: 0 auto;
	}
}

.brand05Float {
    display: block;
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .brand05Float {
    	width: 240px;
	}
}

@media screen and (max-width: 768px) {
    .brand05Float {
		width: min(43.5vw, 180px);
	}
}

.brand05Float_link {
    display: inline-block;
    transition: 0.5s all;
}

@media screen and (max-width: 768px) {
    .brand05Float_link {
        margin: 0 auto;
    }
}

.brand05Float_link:hover {
    filter: brightness(1.1);
    transition: 0.5s all;
}

.recipeList_wrap .swiper-pagination {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    width: auto !important;
    margin: 20px auto !important;
    left: inherit !important;
}

.recipeList_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
    top: 0px !important;
}

.recipeList_wrap .swiper-pagination-bullet {
    display: block;
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    background: #ffffff !important;
    opacity: 1 !important;
}

.recipeList_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005826 !important;
    opacity: 1 !important;
}

/*
.recipeList_wrap .swiper-pagination-bullet:nth-child(6) {
    opacity: 0 !important;
    visibility: hidden;
    order: 1;
    position: absolute;
    left: 0;
}

.recipeList_wrap .swiper-pagination-bullet:nth-child(7) {
    opacity: 0 !important;
    visibility: hidden;
    order: 2;
    position: absolute;
    left: 30px;
}

.recipeList_wrap .swiper-pagination-bullet:nth-child(8) {
    opacity: 0 !important;
    visibility: hidden;
    order: 3;
    position: absolute;
    left: 60px;
}

.recipeList_wrap .swiper-pagination-bullet:nth-child(9) {
    opacity: 0 !important;
    visibility: hidden;
    order: 4;
    position: absolute;
    left: 90px;
}

.recipeList_wrap .swiper-pagination-bullet:nth-child(10) {
    opacity: 0 !important;
    visibility: hidden;
    order: 5;
    position: absolute;
    left: 120px;
}

.swiper-pagination-bullet:nth-child(n + 6):nth-child(-n + 10).swiper-pagination-bullet-active {
    opacity: 1 !important;
    visibility: visible;
    background: #005826;
}
*/

/* もし11個目以降のクローン用ドットが自動生成されてしまう場合は、非表示にしておくと安全です */
/*
.swiper-pagination-bullet:nth-child(n + 11) {
    display: none !important;
}
*/