@charset "UTF-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ------------------------------------------ */
.fadein {
    opacity: 0;
    transform: translate(0, 1em);
    transition-duration: .5s;
    transition-delay: .5s;
}
.fadein.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop {
    opacity: 0;
    transform: translate(0, 0em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop2 {
    opacity: 0;
    transform: translate(0, -2em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop2.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadein-scale {
    opacity: 0;
}
.fadein-scale.on {
    animation: fadeinScale 0.5s ease-out 0.5s forwards alternate;
}
@keyframes fadeinScale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1.125);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@media screen and (max-width: 640px) {
}
  

/* ------------------------------------------ */
html {
    font-size: 16px;
}
.yd2025 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    color: #401B00;
    font-weight: 500;
}
.yd2025 img {
    width: 100%;
}
.contents {
    width: 1200px;
    margin: auto;
}
.yd2025-main {
    background-color: #F4F9E1;
}
@media screen and (max-width: 640px) {
    html {
        font-size: 3vw;
    }
    .contents {
        overflow: hidden;
        width: 100%;
        margin: auto;
    }
}


/* ------------------------------------------ */
@media screen and (max-width: 640px) {
    .anchor {
        margin-top: -5em;
        padding-top: 5em;
    }
}

/* ------------------------------------------ */
.yd2025-copy {
    padding: 30px 0 40px;
}
.yd2025-title {
    text-align: center;
    margin: 0 auto 40px;
    width: 665px;
}
.yd2025-text {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2;
}
@media screen and (max-width: 640px) {
    .yd2025-copy {
        padding: 0em 0 2em;
    }
    .yd2025-title {
        margin: 0 auto 1em;
        width: 100%;
    }
    .yd2025-text {
        text-align: center;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 2;
    }
}

/* ------------------------------------------ */
.yd2025-title-sub {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #009A04;
    margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
    .yd2025-title-sub {
        font-size: 1.5rem;
        margin-bottom: 1.25em;
    }
}

/* ------------------------------------------ */
.yd2025-lineup {
    background-color: #F4F9E1;
}
.yd2025-lineup-in {
    padding: 60px 0;
    position: relative;
}
.yd2025-lineup-title {
    margin: 0 auto 20px;
    width: 500px;
    position: relative;
    z-index: 2;
}
.yd2025-lineup-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    z-index: 2;
}
.yd2025-lineup-list-single {
    width: 24%;
    margin-bottom: 50px;
    text-align: center;
}
.yd2025-lineup-list-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin: .25em 0 .5em;
}
.yd2025-lineup-list-btn a {
    display: block;
    border-radius: 100px;
    background-color: #F8A200;
    color: #FFF;
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration: none;
    padding: .75em 1em;
    transition: .25s;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em;
    background-image: url(../images/2025/plus.svg);
}
.yd2025-lineup-list-btn.bg2 a {
    background-color: #019A02;
    background-image: url(../images/2025/arrow.svg);
}
.yd2025-lineup-list-btn a:hover {
    opacity: .5;
}
.yd2025-lineup-vege {
    position: absolute;
    width: 19.33%;
    z-index: 1;
}
.yd2025-lineup-vege-01 {
    left: 7%;
    top: 2.25%;
}
.yd2025-lineup-vege-02 {
    left: 77.5%;
    top: 4%;
}
.yd2025-lineup-vege-03 {
    left: -17.5%;
    top: 12.5%;
}
.yd2025-lineup-vege-04 {
    left: 97%;
    top: 17.5%;
}
.yd2025-lineup-vege-05 {
    left: -13.5%;
    top: 35%;
}
.yd2025-lineup-vege-06 {
    left: 92.5%;
    top: 33.5%;
}
.yd2025-lineup-vege-07 {
    left: 103%;
    top: 47%;
}
.yd2025-lineup-vege-08 {
    left: -17.5%;
    top: 69.5%;
}
.yd2025-lineup-vege-09 {
    left: 95%;
    top: 65%;
}

@media screen and (max-width: 1760px) {
    .yd2025-lineup {
        overflow: hidden;
    }
}

@media screen and (max-width: 640px) {
    .yd2025-lineup-in {
        padding: 2em 5vw;
    }
    .yd2025-lineup-title {
        margin: 0 auto .5em;
        width: 58vw;
    }
    .yd2025-lineup-list {
        justify-content: space-between;
    }
    .yd2025-lineup-list-single {
        width: 48%;
        margin-bottom: 2em;
    }
    .yd2025-lineup-list-title {
        font-size: 1.5rem;
        margin: .25em 0 .5em;
    }
    .yd2025-lineup-list-btn a {
        font-size: 1.125rem;
        padding: .5em 1em;
        background-size: 1em;
    }
    .yd2025-lineup-list-btn a:hover {
        opacity: 1;
    }
    .yd2025-lineup-vege {
        width: 25vw;
    }
    .yd2025-lineup-vege-01 {
        left: -15%;
        width: 40vw;
        top: 2.25%;
    }
    .yd2025-lineup-vege-02 {
        width: 25vw;
        left: 78%;
        top: 1.5%;
    }
    .yd2025-lineup-vege-03 {
        width: 27.5vw;
        left: -10%;
        top: 17.5%;
    }
    .yd2025-lineup-vege-04 {
        width: 25vw;
        left: 80%;
        top: 14%;
    }
    .yd2025-lineup-vege-05 {
        width: 30vw;
        left: -9%;
        top: 53.5%;
    }
    .yd2025-lineup-vege-06 {
        width: 35vw;
        left: 33%;
        top: 40%;
    }
    .yd2025-lineup-vege-07 {
        width: 35vw;
        left: 77%;
        top: 31%;
    }
    .yd2025-lineup-vege-08 {
        width: 25vw;
        left: 84%;
        top: 80%;
    }
    .yd2025-lineup-vege-09 {
        width: 30vw;
        left: 79%;
        top: 57%;
    }
}

/* ------------------------------------------ */
.yd2025-recipe {
    padding: 40px 0 70px;
}
.yd2025-recipe-title {
    margin: 0 auto -2.5em;
    text-align: center;
    width: 518px;
}
.yd2025-recipe-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yd2025-recipe-list::after {
    content: '';
    width: 30%;
}
.yd2025-recipe-list-single {
    width: 30%;
    margin-bottom: 30px;
}
.yd2025-recipe-list-single a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #401B00;
    transition: .25s;
}
.yd2025-recipe-list-single a:hover {
    opacity: .5;
}
.yd2025-recipe-list-img {
    margin-bottom: 15px;
}
.yd2025-recipe-list-text {
    font-weight: 500;
    font-size: 1.25rem;
}
.yd2025-recipe-bnr {
    margin: 90px auto 0;
    width: 670px;
}
.yd2025-recipe-bnr a {
    display: block;
    transition: .25s;
}
.yd2025-recipe-bnr a:hover {
    opacity: .5;
}
.yd2025-btm {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 20px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .yd2025-recipe {
        padding: 2em 5vw 3em;
    }
    .yd2025-recipe-title {
        margin: 0 auto -1.5em;
        text-align: center;
        width: 74vw;
    }
    .yd2025-recipe-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yd2025-recipe-list::after {
        content: '';
        width: 30%;
    }
    .yd2025-recipe-list-single {
        width: 48%;
        margin-bottom: 1.5em;
    }
    .yd2025-recipe-list-single a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #401B00;
        transition: .25s;
    }
    .yd2025-recipe-list-single a:hover {
        opacity: .5;
    }
    .yd2025-recipe-list-img {
        margin-bottom: 15px;
    }
    .yd2025-recipe-list-text {
        font-weight: 500;
        font-size: 1.25rem;
    }
    .yd2025-recipe-bnr {
        margin: 1em auto 0;
        width: 100%;
    }
    .yd2025-recipe-bnr a {
        display: block;
        transition: .25s;
    }
    .yd2025-recipe-bnr a:hover {
        opacity: .5;
    }
    .yd2025-btm {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 2em;
    }
}

/* ------------------------------------------ */
.modal-in {
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.6;
    background-color: #F4F9E1;
    border: 1px solid #009A04;
    color: #401B00;
    border-radius: 1em;
    width: 960px;
    box-sizing: border-box;
    margin: auto;
    padding: 50px 100px 50px;
    text-align: left;
}
.modal-title {
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    color: #009A04;
    line-height: 1.2;
    margin-bottom: 20px;
}
.modal-title .ico {
    margin-right: .75em;
}
.modal-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3em;
}
.modal-box-img {
    width: 20%;
}
.modal-box-info {
    width: 75%;
    margin-top: 1em;
}
.modal-box-copy {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1em;
}
.modal-box-list {
    margin-bottom: 1.5em;
}
.modal-box-list li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.modal-box-recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-box-recommend-info {
    width: 35%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.25rem;
}
.modal-box-recommend-img {
    width: 60%;
}
.modal-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-btn li {
    margin: 0 1em;
}
.modal-btn li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFF;
    min-width: 288px;
    box-sizing: border-box;
    text-align: center;
    padding: .75em 2em;
    border-radius: 100px;
    background-color: #019A02;
    transition: .25s;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em;
    background-image: url(../images/2025/arrow.svg);
}
.modal-btn li a.modal-btn-02 {
    background-image: none;
    background-color: #707070;
}
.modal-btn li a:hover {
    opacity: .5;
}
@media screen and (max-width: 640px) {
    .modal-in {
        font-size: 3vw;
        border-radius: 1em;
        width: 90vw;
        padding: 5vw;
        margin: 5vw auto;
    }
    .modal-title {
        font-size: 1.75rem;
        margin-bottom: 1em;
    }
    .modal-title .ico img {
        width: 18vw;
    }
    .modal-title .ico.w2 img {
        width: 26vw;
    }
    .modal-box {
        justify-content: space-between;
        margin-bottom: 2em;
    }
    .modal-box-img {
        width: 20%;
        padding: 0 40%;
    }
    .modal-box-info {
        width: 100%;
        margin-top: 1em;
    }
    .modal-box-copy {
        font-size: 1.2rem;
        margin-bottom: 1em;
    }
    .modal-box-list {
        font-size: 1.2rem;
        margin-bottom: 1.5em;
    }
    .modal-box-list li {
        text-indent: -1em;
        margin-left: 1em;
        margin-bottom: 1em;
    }
    .modal-box-recommend {
        display: flex;
    }
    .modal-box-recommend-info {
        order: 2;
        width: 100%;
        display: flex;
        align-items: last;
        font-weight: 500;
        font-size: 1.25rem;
    }
    .modal-box-recommend-img {
        width: 100%;
        order: 1;
        margin-bottom: 1em;
    }
    .modal-btn {
        margin: 0 15%;
        display: block;
    }
    .modal-btn li {
        margin: 1em 0;
    }
    .modal-btn li a {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        min-width: 100%;
        padding: .5em 2em;
    }
    .modal-btn li a.modal-btn-02 {
        background-image: none;
        background-color: #707070;
    }
    .modal-btn li a:hover {
        opacity: .5;
    }
}

/* ------------------------------------------ */
.yd2025-bg-top {
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(../images/2025/line-02.webp);
    padding-top: 47px;
}
.yd2025-bg-btm {
    background-repeat: repeat-x;
    background-position: center bottom  ;
    background-image: url(../images/2025/line-03.webp);
    padding-bottom: 47px;
}
@media screen and (max-width: 640px) {
    .yd2025-bg-top {
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/2025/line-02-sp.webp);
        padding-top: 2em;
    }
    .yd2025-bg-btm {
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/2025/line-03-sp.webp);
        padding-bottom: 2em;
    }
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}