/*
Theme Name: OFA INTERNATIONAL
Template: lightning
*/

body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    background: #EEEFE7;
}

:where(figure) {
    margin: 0;
}

.breadcrumb {
    display: none;
}

.site-body {
    padding-top: 121px;
    padding-bottom: 0;
}

h4:where(:not(.wp-block-post-title)) {
    font-size: 28px;
}

/* 共通ボタン */
.c-btn a {
    width: 282px;
    height: 62px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    padding: 154px 20px;
    background: #C2C5AE;
}

/* フォント */
.times {
    font-family: 'Times New Roman', sans-serif;
}

/* ヘッダー */
.site-header--layout--nav-float .site-header-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: flex-start;
    padding-left: 0;
}

.site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
    width: auto;
}

.global-nav--layout--float-right {
    width: auto;
    margin: 0 auto 0 0;
}

.site-header--layout--nav-float .site-header-logo {
    background: #294D36;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    padding: 24px 50px;
    margin-right: 88px;
    margin-bottom: 0;
}

.site-header--layout--nav-float .site-header-logo a {
    color: #fff;
}

.global-nav-list>li:before {
    display: none;
}

.global-nav-list>li .global-nav-name {
    font-size: 16px;
    font-weight: normal;
}

.site-header .current-menu-item a {
    color: #294D36 !important;
}

/* スライダー */

.swiper-slide::after {
    position: absolute;
    content: "";
    background: rgb(153, 157, 152, 0.69);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ltg-slide-text-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 49px;
    line-height: calc(69/49);
    position: relative;

    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.ltg-slide-text-set {
    z-index: 1;

}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-pagination {
    text-align: right;
    padding-right: 6.1rem;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* 見出し */
.section-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 42px;
}

/* ITEMS */
.items {
    padding: 121px 0 163px;
}

.item__list {
    margin-top: 90px;
}

.c-category {
    font-size: 21px;
    padding: 9px 24px 8px;
    border-radius: 50px;
    border: solid 1px #6F8976;
    margin-top: 33px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    background: #fff;
}

.item__list .wp-block-heading {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.item__list .wp-block-columns {
    margin-bottom: 78px;
}

.item__list .wp-block-columns:last-of-type {
    margin-bottom: 0;
}


.items .wp-block-buttons.is-content-justification-center {
    gap: 43px;
    margin-top: 118px;
}

.wp-block-buttons.is-content-justification-center {
    gap: 43px;
}

.about-box {
    max-width: 736px;
    margin: 0 auto;
    padding: 73px 20px 46px;
}

.about-box h2 {
    font-size: 42px;
}

/* フッター */
.site-footer-copyright {
    background: #EEEFE7;
    padding: 30px 0 42px;
    max-width: 100%;
}

.site-footer-copyright p {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.page_top_btn {
    width: 50px;
    height: 50px;
    background-color: #294D36;
    box-shadow: none;
    border: solid 1px #fff;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1106px;
    margin: 0 auto;
    padding: 34px 20px 39px;
}

.footer-logo {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.366em;
}

.footer-nav {
    border-bottom: none;
}

.footer-nav a {
    font-size: 16px;
}

.footer-nav-list li {
    border-right: none;
}

.footer-nav-list li:first-child {
    border-left: none;
}

/* カバー */
.page-header {
    height: 458px;
}

.page-header-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 48px !important;
}

/* About */
.about {
    padding-top: 130px;
    padding-bottom: 194px;
}

.about-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px;
    margin-top: 74px;
    margin-bottom: 40px;
}

.about-title .num {
    color: #294D36;
    margin-right: 18px;
}

.about__list {
    border: solid 1px #6F8976;
    margin-top: 10px;
    margin-bottom: 150px;
    background: #fff;
}

.about__list .wp-block-group {
    padding-bottom: 102px;
}

.about-taste {
    margin-bottom: 81px;
}

.overview {
    padding: 0 20px;
}

.why {
    padding: 0 20px;
}

.about-taste {
    padding: 0 20px;
}

/* Fresh Fruits */
.fruits {
    padding-bottom: 179px;
}

.package {
    margin-bottom: 112px;
}

.package .package-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px;
    margin-bottom: 60px;
}

.fruits__list {
    border: solid 1px #6F8976;
    background: #fff;
}

.fruits__list .is-style-vk-heading-plain {
    font-family: 'Times New Roman', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.fruits__list .wp-block-media-text {
    border-bottom: solid 1px #6F8976;
    padding: 63px 0;
}

.fruits__list .wp-block-media-text:last-of-type {
    border-bottom: none;
}

.fruits__list .wp-block-media-text__media {
    text-align: center;
}

.fruits__list .wp-block-media-text__media img {
    max-width: 406px;
    margin: 0 auto;
    border-radius: 50%;
}

/* Contact */
.contact-form {
    padding: 90px 20px 50px;
    margin-top: 79px;
    margin-bottom: 229px;
}

.contact-form form {
    max-width: 929px;
    margin: 0 auto;
}

.contact-form p label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.contact-form .wpcf7-form-control-wrap {
    max-width: 800px;
    width: 100%;
}

.contact-form input[type=submit] {
    background: #D18177;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 285px;
    width: 100%;
    height: 68px;
    margin: 80px auto 0;
    border: none;
    font-size: 24px;
    font-weight: bold;
}

.contact-form input[type=submit]:not(:disabled):hover {
    background: #D18177;
    opacity: 0.7;
}

.about-link .wp-block-cover {
    height: 630px;
}

/* SP */
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h4:where(:not(.wp-block-post-title)) {
        font-size: 23px;
    }

    .site-header {
        width: 100%;
        height: 64px;
        position: fixed;
        top: 0;
        left: 0;
    }

    .site-header--layout--nav-float .site-header-logo {
        margin-right: 0;
        height: 64px;
        padding: 0;
        font-size: 14px;
        text-align: center;
        max-width: 229px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.2em;
    }

    .vk-mobile-nav {
        background: #294D36;
    }

    .vk-mobile-nav nav>ul {
        border-top: 1px solid #fff;
    }

    .vk-mobile-nav nav ul li a {
        color: #fff;
        border-bottom: 1px solid #fff;
        font-size: 20px;
    }

    .vk-mobile-nav {
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 64px;
    }

    .vk-mobile-nav-menu-btn.menu-open {
        border-color: #333;
        background: url(https://ofa-intl.com.au/wp-content/uploads/2024/11/vk-menu-close-black.png) center 50% no-repeat transparent;
    }

    .vk-mobile-nav-menu-btn {
        position: fixed;
        left: inherit;
        right: 5px;
        border: none;
        width: 50px;
        height: 50px;
    }

    .vk-mobile-nav-menu-btn.menu-open {
        border: none;
    }

    .ltg-slide-text-title {
        font-size: 24px;
    }

    .swiper-pagination {
        padding-right: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .items {
        padding: 70px 0 75px;
    }

    .item__list {
        margin-top: 40px;
    }

    .c-category {
        font-size: 12px;
        padding: 8px 18px;

    }

    .item__list .wp-block-heading {
        font-size: 14px;
        margin-top: 20px;
    }

    .item__list .wp-container-core-group-is-layout-1 {
        grid-template-columns: 1fr 1fr;
    }

    .items .wp-block-buttons.is-content-justification-center {
        gap: 21px;
        margin-top: 75px;
    }

    .item__list .wp-block-columns {
        margin-bottom: 40px;
    }

    .about-box h2 {
        font-size: 20px;
    }

    .contact-link {
        padding: 64px 20px;
    }

    .footer-logo {
        font-size: 16px;
    }

    .footer__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
    }

    .footer-nav {
        margin-top: 42px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-nav-list li a {
        text-align: center;
    }

    .footer-nav-list li {
        border-bottom: none;
    }

    .site-footer-copyright {
        padding: 21px 0 22px;
    }

    .site-footer-copyright p {
        font-size: 10px;
    }

    .about-link .wp-block-cover {
        height: 292px;
    }

    .about-box {
        padding: 35px 20px 32px;
        margin: 0 auto;
    }

    .page-header {
        height: 188px;
        margin-top: 64px;
    }

    .page-header-title {
        font-size: 28px !important;
    }

    .post-name-about .container {
        padding: 0;
    }

    .about {
        padding-top: 54px;
        padding-bottom: 77px;
    }

    .about__list {
        margin-top: 45px;
        margin-bottom: 77px;
        border: none;
    }

    .about-title {
        font-size: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .about__list .wp-block-group {
        padding-bottom: 50px;
    }

    .about-taste p,
    .about__list .wp-block-group p {
        padding: 0 15px;
    }

    .wp-block-buttons.is-content-justification-center {
        gap: 21px;
    }

    .site-body {
        padding-top: 46px;
        padding-bottom: 0;
    }

    .package .package-title {
        font-size: 24px;
        margin-bottom: 42px;
    }

    .package {
        margin-bottom: 0;
    }

    .post-name-dried-fruits-other .container,
    .post-name-fresh-fruits .container {
        padding: 0;
    }

    .fruits__list {
        border: none;
        padding: 0 20px;
    }

    .fruits__list .wp-block-media-text {
        border: none;
        padding: 50px 0 0;
    }

    .fruits__list .wp-block-media-text .wp-block-media-text__media img {
        height: auto;
        object-fit: cover;
    }

    .fruits__list .wp-block-media-text>.wp-block-media-text__content {
        padding: 32px 0 45px;
        border-bottom: solid 1px #DDDDDD;
    }


    .fruits__list .wp-block-media-text>.wp-block-media-text__content:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .fruits {
        padding-bottom: 84px;
    }

    .main-section {
        margin-bottom: 0;
    }

    .contact-form {
        padding: 35px 20px 20px;
        margin-top: 25px;
        margin-bottom: 107px;
    }

    .contact-form p label {
        flex-direction: column;
        gap: 14px;
    }

    .contact-form input[type=submit] {
        margin-top: 49px;
    }
}