.hero {
    position: relative;
}
.hero__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.hero__logo img {
    width: 10em;
}
.sec-about {
    padding: var(--space-lg) 0 var(--space-md) 0;
}
.sec-about__ttl .sec-about__ttl--jp {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: .1em;
}
.sec-about .container .sec-about__txt .animation-img {
    margin-top: 2em;
}
.sec-news {
    padding: var(--space-md) 0;
    background-color: var(--color-green);
    color: white;
}
.sec-news .sec-news__ttl .sec-news__ttl--en {
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 1.5em;
    color: white;
}
.sec-news .sec-news__ttl .ttl-icon {
    margin-top: 1em;
    font-size: 1.125em;
}
.sec-news .sec-news__title {
    margin-bottom: 2.5em;
}
.sec-news a {
    color: white;
}
.post__meta .post__cat .cat {
    background-color: white;
    color: var(--color-green);
}
.sec-farm__title {
    display: flex;
    align-items:flex-end;
    justify-content: center;
    gap: 1em;
    text-align: center;
}
.sec-farm__title .sec-farm__ttl {
    margin-bottom: 1em;
}
.sec-farm__title .sec-farm__ttl--jp {
    font-size: 1.1em;
    line-height: 1.6em;
}
.sec-farm__ttl .ttl-icon {
    line-height: 1.4em;
    margin-bottom: 1em;
}
.block-lay {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: var(--space-md);
}
.block-lay__box {
    position: relative;
    width: 100vw;
    transform: translateX(-1em);
}
.block-lay__box dl {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    width: 100%;
    text-align: center;
}
.block-lay__box dl dt {
    font-size: 2em;
    margin-bottom: .5em;
    font-weight: 700;
    text-shadow: 0px 0px .5em rgba(0,0,0,0.8);
}
.block-lay__box dd > p {
    font-weight: 700;
    text-shadow: 0px 0px .5em rgba(0,0,0,0.8);
}
.block-lay__box dl dd.button a {
    margin: 2em auto 0 auto;
}
.sec-onlinestore {
    background-color: #F6FAEB;
    padding: var(--space-md) 0;
}
.onlinestore__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 2.5em;
}
.onlinestore__title .onlinestore__title--en {
   color: var(--color-green);
   font-size: 1.5em;
   padding-top: 1.25em;
   background-image: url('../images/icon_cart.svg');
   background-size: 1em auto;
   background-repeat: no-repeat;
   background-position: top center;
}
.online-wrap {
    position: relative;
    margin: var(--space-md) auto;
}
.swiper-container.online .swiper-slide {
    padding: 0 1em;
}
.swiper-slide .item__ttl {
    margin: 1em 0 0 0;
    line-height: 1.5em;
}
.sec-company__info {
    display: grid;
    grid-template-columns: 1fr;
    margin: var(--space-lg) auto;
}
.sec-company__title {
    background-image: url('../images/icon_smile-gr.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1em 0 1em 5em;
}
.sec-company__title span {
    display: block;
    color: var(--color-green);
}
.sec-company__title .sec-company__title--en {
    font-family: var(--font-en);
    font-size: 1.125em;
    margin-bottom: 1.5em;
}
.sec-company__lead {
    font-family: var(--font-hannari);
    font-size: 1.75em;
    font-weight: 200;
    letter-spacing: .1em;
    line-height: 1.6em;
    margin: 1em 0;
}
.sec-company__txt .button {
    margin: 2em auto;
}
.sec-company .block-lay {
    padding-bottom: 0;
}

@media only screen and (max-width:767px){
    .sec-news .sec-news__ttl {
        text-align: center;
    }
    .sec-news .button a {
        margin: 2em auto 0 auto;
    }
    .sec-farm__title figure {
        width: 5em;
    }
    .swiper-container.online {
        width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .hero__logo img {
        width: 12em;
    }
    .header {
        background-color: transparent;
    }
    .header a {
        color: white;
    }
    .header.fixed a {
        color: black;
    }
    .header .header__logo img {
        display: none;
    }
    .header.fixed .header__logo img{
        display: block;
    }
    .sec-about .container,.sec-news .container {
        display: flex;
        justify-content: space-between;
    }
    .sec-about__ttl .sec-about__ttl--jp {
        font-size: 3.75em;
    }
    .sec-about .container .sec-about__txt {
        fill: 0 0 56rem;
    }
    .sec-about .container .sec-about__txt p {
        line-height: 2.2em;
        font-size: 1.8rem;
    }
    .sec-news .sec-news__title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .sec-news .sec-news__ttl  .sec-news__ttl--en {
        font-size: 2.25em;
    }
    .sec-news .container .sec-news__list {
        width: 86rem;
    }
    .sec-farm__title figure {
        width: 10em;
    }
    .sec-farm__title .sec-farm__ttl--jp {
        font-size: 1.5em;
        margin-bottom: 1em;
    }
    .sec-company__info {
        grid-template-columns: auto 65rem;
    }
    .sec-company__lead {
        font-size: 2.5em;
    }
    .block-lay {
        grid-template-columns: repeat(2,1fr);
        gap: 3em;
    }
    .block-lay__box {
        width: 100%;
        transform: translate(0);
    }
    .block-lay__box dl dt {
        font-size: 2.5em;
        margin-bottom: .75em;
    }
    .sec-company .block-lay {
        margin-bottom: var(--space-lg);
    }
    .onlinestore__title .onlinestore__title--en {
        font-size: 2em;
    }
    .online-wrap .swiper-container.online {
        overflow: hidden;
    }
}