@charset "UTF-8";

/*20240409*/
.top-mv-points-item .b-fs{
    font-weight: 800;
    color: #FF654C;
}
.top-mv-points-item .s-fs{
    font-weight: 500;
    color: #625218;
}
@media screen and (min-width: 1500px){
    .top-mv-points-item .b-fs{
        font-size: 24px;
    }
    .top-mv-points-item .s-fs{
        font-size: 18px;
    }
    .top-mv-points-item-top{
        margin-top: 53px;
    }
    .top-mv-points-item-bottom{
        font-size: 17px;
    }
}
@media screen and (max-width: 1500px){
    .top-mv-points-item .b-fs{
        font-size: 1.875vw;
    }
    .top-mv-points-item .s-fs{
        font-size: 0.93vw;
    }
    .top-mv-points-item-bottom{
        font-size: 1.2vw;
    }
    .top-mv-points-item-top{
        margin-top: 8px;
    }
}
@media screen and (max-width: 1000px){
    .top-mv-points-item .b-fs{
        font-size: 2.5vw;
    }
    .top-mv-points-item .s-fs{
        font-size: 1.8vw;
    }
    .top-mv-points-item-bottom{
        font-size: 20px;
    }
    .top-mv-points-item{
        margin-top: 61px;
    }
}
@media screen and (max-width: 768px){
    .top-mv-points-item .b-fs {
        font-size: 3.0vw;
    }
    .top-mv-points-item .s-fs {
        font-size: 2.8vw;
    }
    .top-mv-points-item{
        margin-top: 0;
    }
    .top-mv-points-item-bottom{
        font-size: 2.7vw;
    }
}

/*20240925*/
.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
.inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button {
    transition: .3s;
}
.button:hover {
    opacity: 0.8;
    color: #fff;
}

/* ヘッダー */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
}
.head_logo {
    width: 280px;
    height: 50px;
}
.head_logo img {
    width: 100%;
    height: auto;
}
.button__wrap {
    margin-block: 16px;
    gap: 20px;
}
.head__button {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    background: #659D4A;
    border-radius: 5px;
}
.head__button.--orange {
    background: linear-gradient(94deg, #E94724 0%, #F5A219 114.11%);
}
@media screen and (max-width: 849px) {
    .head__button {
        padding: 12px;
    }
}
@media screen and (max-width: 767px) {
    .button__wrap {
        margin-block: 9px;
    }
    .head_logo {
        width: 200px;
        height: 36px;
    }
    .head__button {
        font-size: 12px;
        padding: 6px 8px;
    }
}

/* メインビジュアル */
.mv {
    margin: 92px 0 0;
    text-align: initial;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 750px;
    background: url('/lp/lp03/img/mv.jpg') center / cover no-repeat;
}
.mv__wrap.--top {
    max-width: 680px;
}
.mv__wrap.--top img {
    padding-top: 32px;
}
.mv__wrap.--bottom {
    position: relative;
    max-width: 755px;
}
.mv__wrap.--bottom img {
    padding-top: 10px;
}
.mv__button {
    position: absolute;
    left: 25.5%;
    bottom: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 20px 20px 20px 30px;
    background: linear-gradient(94deg, #E94724 0%, #F5A219 114.11%);
    border-radius: 5px;
}
@media screen and (max-width: 849px) {
    .mv {
        margin-top: 76px;
    }
}
@media screen and (max-width: 767px) {
    .mv {
        margin-top: 57px;
        /* position: relative; */
        /* background-image: url('/global-kitchen_lp/lp01/img/mv_sp.jpg'); */
        max-height: max-content;
        height: 100%;
        background-image: none;
    }
    .mv .inner {
        /* position: absolute;
        top: 0; */
    }
    .mv .--bg {
        background-image: url('/lp/lp03/img/mv_sp.jpg');
        background-size: cover;
        background-position: center;
        padding-bottom: 40px;
    }
    .mv__wrap.--bottom img {
        padding-top: 0;
    }
    .mv__button {
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
        gap: 16px;
        font-size: 16px;
        padding: 16px 20px 16px 30px;
        width: calc(100% - 16px*2);
    }
}

/* 選ばれる理由 */
.reason {
    padding-top: 48px;
    padding-bottom: 160px;
    background-image: url('/lp/lp03/img/bg-reason.png');
    background-repeat: repeat-y;
    background-position-x: center;
    background-size: cover;
    background-color: #FFF8F2;
}
.flex__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.section__ttl {
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 767px){
    .reason {
        padding-bottom: 96px;
    }
    .section__ttl {
        font-size: 36px;
    }
}
.section__ttl + div {
    display: inline-flex;
    gap: 20px;
}
.section__ttl + div span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.section__ttl + div span:nth-of-type(1) {
    background: #E94724;
}
.section__ttl + div span:nth-of-type(2) {
    background: #5B703A;
}
.section__ttl + div span:nth-of-type(3) {
    background: #F5A219;
}
.reason__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.reason__grid--item {
    padding: 40px 50px;
    background-image: url(/lp/lp03/img/wave.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(146, 70, 53, 0.10);
}
.reason__grid--item .tag,
.reason__grid--item .ttl {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    line-height: 1.2;
}
.reason__grid--item .tag {
    font-size: 20px;
}
.reason__grid--item .ttl {
    margin-top: 10px;
    font-size: 28px;
    color: #E94724;
}
.reason__grid--item .txt {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .reason__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .reason__grid--item {
        padding: 24px 32px;
        width: 100%;
    }
    .reason__grid--item .tag {
        font-size: 18px;
    }
    .reason__grid--item .ttl {
        font-size: 24px;
    }
    .reason__grid--item .txt {
        margin-top: 24px;
    padding-top: 24px;
        font-size: 14px;
    }
}

/* バナー */
.banner-area {
    margin: 130px auto 0;
    max-width: 756px;
}
.banner-area img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
    .banner-area {
        margin: 80px auto 0;
        max-width: 80%;
    }
}

/* 表 */
.reason-table-wrap {
    margin-top: 160px;
}
@media (min-width: 768px) {
    .reason-table-wrap {
        overflow-x: hidden; /* スクロールを非表示 */
    }
}
.four_nth {
    width: 100%;
}
.four_nth .head th:nth-of-type(1) {
    width: 20%;
}
.four_nth .head th:nth-of-type(2),
.four_nth .head th:nth-of-type(3),
.four_nth .head th:nth-of-type(4) {
    width: calc(80% / 3);
}
.four_nth th {
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-weight: 700;
}
.four_nth td {
    font-family: "Noto Sans JP";
    background: #fff;
    border-left: 1px solid #CCC;
}
.four_nth tr:first-of-type th {
    padding: 20px;
}
.four_nth tr:nth-of-type(n + 2) th,
.four_nth tr:nth-of-type(n + 2) td {
    padding: 30px 20px;
}
.four_nth th,
.four_nth td {
    text-align: center;
}
.four_nth .head {
    color: #fff;
    background: #E94724;
}
.four_nth .--bg-gray {
    background: #F5F5F5;
}
.four_nth .head th:nth-of-type(n + 2) {
    border-left: 1px solid #fff;
}
.four_nth .border {
    border-top: 1px solid #ccc;
}
.four_nth .t-left {
    text-align: left;
}
.four_nth .r-topLeft {
    border-radius: 10px 0 0 0;
}
.four_nth .r-topRight {
    border-radius: 0 10px 0 0;
}
.four_nth .r-bottomLeft {
    border-radius:  0 0 10px 0;
}
.four_nth .r-bottomRight {
    border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
    .reason-table-wrap {
        margin-top: 96px;
    }
    .four_nth {
        width: 900px;
    }
}

/* CTA */
.cta-area {
    padding: 80px 0;
    background: #FFE6CF;
}
.cta-area .flex {
    gap: 40px;
}
.cta-area .flex__ttl {
    align-items: initial;
}
.cta-area .section__ttl {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
}
.cta-area p {
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.cta-area p:nth-of-type(1) {
    margin-top: 20px;
}
.cta-area p:nth-of-type(2) {
    margin-top: 10px;
    font-weight: 700;
    
    color: #E94724;
}
.cta-area a {
    width: 65.6%;
    max-width: 788px;
}
.cta-area a img {
    width: 100%;
    box-shadow: 0px 4px 10px 4px rgba(146, 70, 53, 0.10);
}
@media screen and (max-width: 767px) {
    .cta-area .flex {
        gap: 32px;
        align-items: flex-start;
        flex-direction: column;
    }
    .cta-area .section__ttl {
        font-size: 40px;
    }
    .cta-area a {
        width: 100%;
    }
}
