/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1728516570
Updated: 2024-10-10 08:29:30

*/


a,
a:hover,
a:focus,
a:active,
a:visited {
    color: inherit;
    text-decoration: none;
}
/* ==================================================
   Front Page FV
================================================== */

.foodring-fv {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    color: #FDFFFC;
}

.foodring-fv__slider {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.foodring-fv__slide {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: none;
    transition: opacity 1500ms ease-in-out;
    will-change: opacity;
}

.foodring-fv__slide.is-active {
    opacity: 1;
    z-index: 2;
    animation: none;
}

.foodring-fv__overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: #3B2F145C;
    pointer-events: none;
}

.foodring-fv__inner {
    position: relative;
    z-index: 10;
    width: min(100% - 48px, 1200px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.foodring-fv__title {
    margin: 0 0 28px;
    color: #FDFFFC;
    font-family: "Shippori Mincho", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.04em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
    opacity: 0;
    transform: translateY(20px);
    animation: foodring-fv-text-in 1000ms ease forwards;
    animation-delay: 400ms;
}

.foodring-fv__lead {
    margin: 0;
    color: #FDFFFC;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.85);
    opacity: 0;
    transform: translateY(20px);
    animation: foodring-fv-text-in 1000ms ease forwards;
    animation-delay: 900ms;
}

.foodring-fv__lead span {
    display: inline-block;
    margin-bottom: 4px;
}

.pc-none {
    display: none;
}


@keyframes foodring-fv-text-in {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .foodring-fv__title {
        font-size: 30px;
    }

    .foodring-fv__lead {
        font-size: 20px;
    }

    .pc-none {
        display: block;
    }
}

@media (max-width: 767px) {
    .foodring-fv {
        min-height: 600px;
    }

    .foodring-fv__inner {
        width: min(100% - 32px, 1200px);
    }

    .foodring-fv__lead {
        font-size: 18px;
    }
}

.foodring-fv__scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 20;
}

.foodring-fv__scroll a {
    position: absolute;
    left: 10px;
    bottom: 65px;
    color: #FDFFFC;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

.foodring-fv__scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #DB8D94;
    animation:
        foodring-scroll-circle 1.8s ease-in-out infinite,
        foodring-scroll-hide 1.8s ease-out infinite;
}

.foodring-fv__scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 120px;
    background: #FDFFFC;
}

@keyframes foodring-scroll-circle {
    0% {
        bottom: 160px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes foodring-scroll-hide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }
}

/* ==================================================
   Front Page Concept
================================================== */

.foodring-concept {
    width: 100%;
    padding: 8% 0 3%;
    background: #FDFFFC;
}

.foodring-concept__layout {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    width: 100%;
    align-items: stretch;
}

.foodring-concept__images {
    display: contents;
}

.foodring-concept__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.foodring-concept__image--left-top {
    grid-column: 1;
    grid-row: 1;
}

.foodring-concept__image--left-bottom {
    grid-column: 1;
    grid-row: 2;
}

.foodring-concept__image--right-top {
    grid-column: 3;
    grid-row: 1;
}

.foodring-concept__image--right-bottom {
    grid-column: 3;
    grid-row: 2;
}

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

.foodring-concept__content {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 6%;
    text-align: center;
    background: rgba(209, 199, 182, 0.08);
    margin: 0 20px;
}

.foodring-concept__en {
    margin: 0 0 24px;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.foodring-concept__title {
    margin: 0 0 44px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.foodring-concept__text {
    margin: 0 0 44px;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
}

.foodring-concept__button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: opacity .3s ease;
}

.foodring-concept__button:hover {
    color: #3B2F14;
    opacity: .7;
}

.foodring-concept__button:visited {
    color: #3B2F14;
}

.foodring-concept__button:active {
    color: #3B2F14;
}

.foodring-concept__button-arrow {
    font-size: 14px;
    line-height: 1;
    transition: transform .3s ease;
}

.foodring-concept__button:hover .foodring-concept__button-arrow {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .foodring-concept {
        padding: 0 0 5%;
    }

    .foodring-concept__layout {
        display: flex;
        flex-direction: column;
    }

    .foodring-concept__content {
        order: 1;
        width: 100%;
        padding: 100px 0 60px;
        margin: 0;
    }

    .foodring-concept__images {
        order: 2;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
    }

    .foodring-concept__image,
    .foodring-concept__image--left-top,
    .foodring-concept__image--left-bottom,
    .foodring-concept__image--right-top,
    .foodring-concept__image--right-bottom {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 240px;
    }
}
@media (max-width: 767px) {
    .foodring-concept {
        padding: 0 0 6%;
    }

    .foodring-concept__content {
        padding: 80px 20px 40px;
    }

    .foodring-concept__en {
        margin-bottom: 18px;
        font-size: 28px;
    }

    .foodring-concept__title {
        margin-bottom: 32px;
        font-size: 22px;
        line-height: 1.7;
        text-align: left;
    }

    .foodring-concept__text {
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 2;
        text-align: left;
    }

    .foodring-concept__text br {
        display: none;
    }

    .foodring-concept__image {
        height: 160px;
    }
}
/* ==================================================
   Scroll Fade Animation
================================================== */

.js-scroll-fade {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity .9s ease,
        transform .9s ease;
}

.js-scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==================================================
   Service
================================================== */

.foodring-section-en {
    margin: 0 0 10px;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.foodring-section-title {
    margin: 0;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.foodring-service {
    position: relative;
    width: 100%;
    padding: 5% 0 10%;
    background: #FDFFFC;
}

.foodring-service::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    pointer-events: none;
    background: linear-gradient(
    to bottom,
    #FDFFFC 0%,
    #FDFFFC 20%,
    #FDFFFC 40%,
    rgba(209, 199, 182, 0.01) 55%,
    rgba(209, 199, 182, 0.03) 70%,
    rgba(209, 199, 182, 0.05) 85%,
    rgba(209, 199, 182, 0.08) 100%
);
}
.foodring-service__head {
    text-align: center;
    margin-bottom: 50px;
}

.foodring-service__container {
    width: 95%;
    margin: 0 auto;
    padding: 0 30px;
}

.foodring-service__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.foodring-service-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow .3s ease;
}

.foodring-service-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.foodring-service-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .4s ease;
}

.foodring-service-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.foodring-service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 15px 40px;
     text-align: center;
}

.foodring-service-card__title {
    margin: 0 0 18px;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.foodring-service-card__list {
    display: inline-block;
    margin: 0 auto 22px;
    padding: 0;
   
    text-align: left;
}

.foodring-service-card__list li {
    margin-bottom: 8px;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.foodring-service-card__button {
    display: inline-flex;
     justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
}

.foodring-service-card__button-arrow {
    color: #DB8D94;
}

.foodring-service-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.foodring-service-card:hover .foodring-service-card__image img {
    transform: scale(1.08);
}

.foodring-service-card:hover .foodring-service-card__image::after {
    background: rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
    .foodring-service__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .foodring-service{
        padding: 10% 0 15%;
    }
    .foodring-section-title {
        font-size: 22px;
    }
    .foodring-section-en {
        font-size: 25px;
    }
    .foodring-service__container {
        width: 100%;
        padding: 0 24px;
    }
    .foodring-service-card__list {
        margin-top: 15px;
    }
    .foodring-service-card__list li{
        font-size: 16px;
        
    }
    .foodring-service-card__button{
        padding: 10px;
    }
    .foodring-service-card__title{
        margin: 5px 0;
        font-size:21px ;
    }


    .foodring-service__grid {
        grid-template-columns: 1fr;
    }

    .foodring-service-card__image {
    aspect-ratio: 16 / 10;
}

.foodring-service-card__body{
    padding: 20px 15px;
}

.foodring-service::after{
    height: 35px;
}
}

/* ==================================================
   Works
================================================== */

.foodring-works {
    width: 100%;
    padding: 5% 0;
    background: #FDFFFC;
}

.foodring-works__head {
    margin-bottom: 50px;
    text-align: center;
}

.foodring-works__container {
    width: 90%;
    margin: 0 auto;
}

.foodring-works__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.foodring-works-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.foodring-works-card__image {
    border-bottom: 1px solid #D1C7B6;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

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

.foodring-works-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 20px 20px;
}

.foodring-works-card__title {
    min-height: 3.4em;
    margin: 24px 0;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

.foodring-works-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    margin-top: auto;
    padding: 8px 18px;
    background: #F2E2E2;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px
}

.foodring-works__bottom {
    margin-top: 70px;
    text-align: center;
}

.foodring-works__text {
    margin: 0 0 35px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}

.foodring-works__more {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #3B2F14;
    text-decoration: none;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 400;
}

.foodring-works__more-line {
    width: 220px;
    border-top: 4px dotted #DB8D94;
}

@media (max-width: 1024px) {
    .foodring-works__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .foodring-works__bottom {
    margin-top: 40px;
    }

}

@media (max-width: 767px) {
    .foodring-works{
        padding: 10% 0;
    }
    .foodring-works__container {
        width: 100%;
        padding: 0 24px;
    }

    .foodring-works__grid {
        grid-template-columns: 1fr;
    }

    .foodring-works__more-line {
        width: 80px;
    }
    .foodring-works__text{
        margin-bottom: 20px;
    }
    .foodring-works-card__badge{
        width: 100%;
        margin-bottom: 15px;
    }
}

/* ==================================================
   Profile
================================================== */

.foodring-profile {
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
    padding: 5% 0 8%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.foodring-profile__inner {
    width: min(100% - 48px, 900px);
    margin: 0 auto;
    text-align: center;
}

.foodring-profile__head {
    margin-bottom: 50px;
}

.foodring-profile__logo {
    margin-bottom: 40px;
}

.foodring-profile__logo img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.foodring-profile__lead {
    margin: 0 auto 60px;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.foodring-profile__project {
    margin: 0 0 35px;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}

.foodring-profile__image {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
}

.foodring-profile__image img {
    width: 55%;
}


.foodring-profile__name {
    margin: 0 0 20px;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.font-sm {
    font-size: 20px;
}

.foodring-profile__position {
    margin: 0 0 40px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.foodring-profile__text {
    margin-bottom: 50px;
    text-align: left;
}

.foodring-profile__text p {
    margin: 0;
    color: #3B2F14;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.foodring-profile__works-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 60px;
    color: #3B2F14;
    text-decoration: none;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
}

.foodring-profile__works-line {
    width: 120px;
    border-top: 4px dotted #DB8D94;
}

.foodring-profile__partner {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 22px 30px;
    background: rgba(242, 226, 226, 0.44);
    color: #3B2F14;
    text-decoration: none;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 785px) {
.foodring-profile{
    width: 100%;
    padding: 13% 0;
}
    .font-sm {
        font-size: 15px;
    }

    .foodring-profile__logo img {
        width: 80%;
    }

    .foodring-profile__project {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .foodring-profile__image {
        width: 100%;
       margin-bottom: 20px;
    }

    .foodring-profile__image img {
        height: auto;
       width: 65%;
    }
    .foodring-profile__lead{
        margin: 0 auto 30px;
    }

    .foodring-profile__name {
        font-size: 30px;
    }

    .foodring-profile__position {
        font-size: 16px;
    }

    .foodring-profile__works-line {
        width: 60px;
    }

    .foodring-profile__partner {
        width: 100%;
        font-size: 17px;
    }
}

/* ==================================================
   SNS
================================================== */

.foodring-sns {
    width: 100%;
    padding: 10% 0;
    background: rgba(209, 199, 182, 0.17);
}

.foodring-sns__inner {
    width: min(100% - 48px, 1000px);
    margin: 0 auto;
    text-align: center;
}

.foodring-sns__head {
    margin-bottom: 50px;
}

.foodring-sns__title {
    margin: 0 0 14px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}

.foodring-sns__lead {
    margin: 0;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.foodring-sns__feed {
    margin-bottom: 80px;
}

.foodring-sns__recipe-title {
    margin: 0 0 35px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
}

.foodring-sns__banner {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-decoration: none;
}

.foodring-sns__banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .foodring-sns__lead {
        font-size: 22px;
    }

    .foodring-sns__recipe-title {
        font-size: 20px;
    }

    .foodring-sns__banner {
        width: 100%;
    }

    .foodring-sns__title{
        font-size: 25px;
    }

    .foodring-sns__lead{
        font-size: 18px;
    }

    .foodring-sns__feed{
        margin-bottom: 40px;
    }
}


/* ==================================================
   Contact
================================================== */

.foodring-contact {
    width: 100%;
    padding: 8% 0;
    background: #FDFFFC;
}

.foodring-contact__container {
    width: 90%;
    height: 451px;
    margin-left: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    overflow: hidden;
    border: 1px solid #DB8D94;
    border-radius: 50px 0 0 50px;
    background: #FDFFFC;
}

.foodring-contact__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    text-align: center;
}

.foodring-contact__en {
    margin: 0 0 50px;
    color: #DB8D94;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.foodring-contact__text {
    margin: 0 0 60px;
    color: #3B2F14;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.foodring-contact__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #3B2F14;
    text-decoration: none;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 500;
}

.foodring-contact__button-arrow {
    color: #3B2F14;
}

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

@media (max-width: 767px) {
    .foodring-contact{
        padding: 10% 20px 15%;
    }

    .foodring-contact__container {
        height: auto;
        grid-template-columns: 1fr;
        border-radius: 0;
        width: 100%;
    }

    .foodring-contact__content {
        padding: 50px 24px;
    }

    .foodring-contact__en {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .foodring-contact__text {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .foodring-contact__image {
        height: 260px;
    }
}