@charset "utf-8";

footer {
    margin-top: 0;
}

.sp_br {
    display: none;
}

.font_fuga {
    font-family: ta-fuga-fude, sans-serif;
    font-style: normal;
    font-weight: 400;
    filter: drop-shadow(5px 5px 7px rgb(0 0 0 / 50%));
}

.lp-wrap {
    position: relative;
    padding-bottom: 100px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    color: #c7c7c7;
    background-color: #2f2523;
    background-image: url("/images/lp/lp_ramen_guide/bg-black.png");
    background-position: top center;
    background-size: 100%;
}

.lp-wrap img {
    max-width: 100%;
}

/* 横幅設定 */
.wrap-1520 {
    width: 92%;
    max-width: 1520px;
    margin: 0 auto;
}

.wrap-1260 {
    width: 92%;
    max-width: 1260px;
    margin: 0 auto;
}

.wrap-960 {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
}

/* 白背景 */
.white-border-top {
    width: 100%;
    height: 30px;
    background-image: url("/images/lp/lp_ramen_guide/bg-white-border-top.png");
}

.white-border-top-over {
    margin-top: -30px;
}

.white-border-bottom {
    width: 100%;
    height: 30px;
    background-image: url("/images/lp/lp_ramen_guide/bg-white-border-bottom.png");
}

.white-border-bottom-over {
    position: relative;
    z-index: 1;
}

.background-white {
    background-color: #f8f8f8;
    background-image: url("/images/lp/lp_ramen_guide/bg-white.png");
    background-repeat: repeat-y;
    background-size: cover;
}

/* 赤背景 */
.red-border-top {
    position: relative;
    z-index: 1;
    height: 110px;
    background-image: url("/images/lp/lp_ramen_guide/bg-red-border-top.png");
    background-repeat: repeat-x;
}

.red-border-bottom {
    position: relative;
    z-index: 1;
    height: 110px;
    background-image: url("/images/lp/lp_ramen_guide/bg-red-border-bottom.png");
    background-repeat: repeat-x;
}

.background-red {
    color: #928065;
    background-color: #a82327;
}

/* 汎用class */
.drop-shadow {
    filter: drop-shadow(5px 5px 7px rgb(0 0 0 / 50%));
}

.drop-shadow-product {
    filter: drop-shadow(18px 18px 20px rgb(0 0 0 / 60%));
}

.text-padding-top {
    padding-top: 1.6em;
}

/* ヘッダー */
.ramen_header {
    width: 100%;
    background-color: #f8f8f8;
}

.ramen_header_content {
    display: flex;
    justify-content: space-between;
    padding: 3em 0;
}

.top_header_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    text-align: center;
}

/* トップ */
.top-wrap {
    background-image: url("/images/lp/lp_ramen_guide/bg-top.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11em 0 9em;
    margin-bottom: -30px;
}

.top-text {
    margin-right: 6%;
}

.top-text-img {
    /* max-width: 897px;
    width: 100%; */
}

.top-text-img-product_name {
    margin-top: 5em;
}

.top-img-product {
    width: 300px;
}

/* 下側トップ */
.top_sub-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    margin-top: -30px;
    text-align: center;
    background-image: url("/images/lp/lp_ramen_guide/bg-top_sub.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_sub {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top_sub-img {
    height: 476px;
}

/* 塩濃度計はここで使う */
#use {
    padding: 8em 0 30em;
    background-image: url("/images/lp/lp_ramen_guide/bg-use.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.use-top-text {
    display: block;
    margin: 0 auto 7em;
}

.use-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.use-box {
    width: 48%;
}

.use-box-head {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.2rem;
    column-gap: 0;

    img {
        display: block;
        height: 50px;
    }
}

.use-upper {
    margin-bottom: 6em;
}

.use-lower {
    margin-bottom: 0;
}

/* 基本はたったの3ステップ */
#step {
    padding: 8em 0;
}

.step-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}

.step-box {
    width: 32%;
    text-align: center;
    box-shadow: 10px 10px 6px -6px rgb(0 0 0 / 40%);
}

.step-box p {
    display: block;
    padding: 1em 0;
    margin-top: -12px;
    font-size: 14px;
    color: #333;
    background-color: #f1f1f3;
}

.step-text-img {
    width: 100%;
    max-width: 960px;
}

/* これだけ改しました */
#marukai {
    padding: 9em 0;
}

.marukai-top-text-img {
    display: block;
    margin: 0 auto;
}

.marukai-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1em;
}

.marukai-top-image-wrap {
    width: 36%;
}

.marukai-top-image {
    width: 100%;
    margin: 0 0 0 -90px;
}

.marukai-box-wrap {
    width: 60%;
    margin-top: 4em;
}

.marukai-box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em 0;
}

.marukai-box-text {
    width: 68%;
}

.marukai-box p {
    margin: 1.6em 0 0 0;
}

.marukai-square-img {
    width: 175px;
    height: 175px;
}

/* ラーメン屋さんで使う人増えています */
#meiten {
    padding: 10em 0;
}

.meiten-box-wrap {
    display: flex;
    justify-content: space-between;
    margin: 4em 0 0 0;
}

.meiten-box {
    width: 47%;
    text-align: center;
}

.meiten-top-text-img {
    display: block;
    margin: 0 auto;
}

/* ラーメン屋さんで使う人増えています */
.user-top-text-img {
    display: block;
    margin: 10em auto 0;
}

.user-tab-group {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    margin: 3em auto 1em;
    border-bottom: 1px solid #888;
}

.user-tab {
    box-sizing: border-box;
    display: block;
    width: 32%;
    padding: 1em 0;
    margin: 0 1px;
    font-size: 20px;
    font-weight: bold;
    color: #888;
    text-align: center;
    letter-spacing: 0.8rem;
    cursor: pointer;
    background: #d7d7d7;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.is-active {
    position: relative;
    color: #333;
    background: #f7f6f7;
    border-bottom: 1px solid #f7f6f7;
}

.is-active::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    content: "";
    background: #f7f6f7;
}

.user-wrap {
    display: none;
}

.is-show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: appear 0.2s ease;
}

.user {
    width: 47%;
    margin-top: 1em;
}

.user-box {
    position: relative;
    width: 100%;
    margin: 70px 0 50px;
}

.user-ramen-img-bg {
    width: 100%;
    height: 170px;
    overflow: hidden;
    object-fit: cover;
    background-color: #fff;
}

.user-ramen-img-bg img {
    width: 120%;
    max-width: none;
    margin: -240px -10% 0;
    opacity: 0.3;
}

.user-ramen-img {
    position: absolute;
    top: -28%;
    left: 50%;
    width: 260px;
    transform: translate(-50%, 0);
}

.user-ramen-img-resize-big {
    width: 280px;
}

.user-ramen-img-resize-small {
    width: 250px;
}

.user-text {
    box-sizing: border-box;
    width: 320px;
    margin-left: 8%;
}

.user-logo {
    display: block;
    width: 240px;
    margin: 0 auto 35px;
}

.user-owner {
    padding: 60px 50px 30px;
    margin: -50px 0 0 0;
    background-color: #fff;
}

.user-owner-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-owner-img {
    width: 120px;
}

.user-owner-name {
    padding: 0.5em 0 0 0;
    font-size: 11px;
    color: #555;
    text-align: center;
}

.user-text p {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.user-text-adjust {
    letter-spacing: -1px;
}

/* 測定のコツ */
.kotu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 559px;
    margin: 10em auto;
    background-image: url("/images/lp/lp_ramen_guide/text-measure-kotu.png");
    background-repeat: no-repeat;
    background-position: 0 center;
}

.kotu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 4em;
    margin-left: 20%;
}

.kotu-box:last-child {
    margin-bottom: 0;
}

.kotu-box-img {
    width: 270px;
    filter: drop-shadow(10px 10px 3px #000);
}

.kotu-box-text {
    margin-right: 4%;
}

/* pHでさらに狙った味に */
#ph {
    margin: 9em auto 7em;
}

.ph-top-text-img {
    display: block;
    margin: 0 auto;
}

.ph-zyakusansei {
    display: flex;
    align-items: center;
    height: 274px;
    margin: 3em 0;
    background-image: url("/images/lp/lp_ramen_guide/bg-ph-ramen.png");
    background-repeat: no-repeat;
    background-position: 100% center;
}

.ph-yugiri {
    height: 409px;
    background-image: url("/images/lp/lp_ramen_guide/yugiri_image.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ph-yugiri-text {
    width: 55%;
    padding: 7em 0 0 0;
    margin: 0 0 0 auto;
}

/* 今すぐ購入する */
.purchase {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 360px;
}

.purchase p {
    line-height: 1;
    color: #fff;
}

.purchase-text-box {
    width: 68%;
    margin-right: 7%;
}

.purchase-product-img-box {
    width: 25%;
}

.purchase-product-img-box-set {
    width: 33%;
}

.purchase-product-img-box-set img {
    max-width: none;
}

.purchase-price {
    /* padding-top: 0.5em; */
    padding: 50px 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.purchase-price-zei {
    font-size: 20px;
}

.purchase-shop-box {
    display: flex;
}

.purchase-shop-icon {
    border: 1px solid;
}

.purchase-btn-wrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 5rem;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #cdab4d;
    background-image: url("/images/lp/lp_ramen_guide/bg-purchase-btn.png");
    border-radius: 10px;
}

.purchase-btn-wrap:hover {
    opacity: 0.85;
}

.purchase-btn {
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
}

.purchase-btn-wrap::after {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 32px;
    color: #fff;
    pointer-events: none;
    content: "\025b6";
    transform: translate(0, -50%);
}

.purchase-product-img-set {
    width: 450px;
    max-width: none;
}

@media screen and (max-width: 1260px) {
    .top-img-product {
        width: 240px;
    }

    .top {
        padding: 5em 0 3em;
    }

    .marukai-inner {
        flex-direction: column;
    }

    .marukai-top-image {
        margin: 3em 0;
    }

    .marukai-box-wrap {
        width: 100%;
    }

    /* 測定のコツ */
    .kotu-box-img {
        width: 220px;
    }

    /* 購入 */
    .purchase-product-img-box-set img {
        max-width: 100%;
    }

    .purchase-product-img-box-set {
        width: 600px;
    }

    .purchase-product-img {
        width: 500px;
    }

    .purchase-text-box {
        width: 100%;
        margin: 0 5% 0 0;
    }
}

@media screen and (max-width: 960px) {
    p {
        font-size: 14px;
    }

    .background-white {
        background-size: contain;
    }

    .top {
        padding: calc(5em + 70px) 0 3em;
    }

    .top-img-product {
        width: 200px;
    }

    /* 下側トップ */
    .top_sub {
        width: 88%;
    }

    .top_sub-wrap {
        height: 600px;
    }

    .top_sub-img {
        height: 360px;
    }

    /* 塩濃度計はここで使う */
    .use-box {
        width: 45%;
    }

    /* 測定のコツ */
    .kotu-wrap {
        height: 420px;
        background-size: contain;
    }

    .kotu-box-img {
        width: 180px;
    }

    /* ph */
    .ph-zyakusansei-text {
        width: 55%;
    }

    /* こだわりの名店 */
    /* ラーメン屋さんで使う方増えてます */
    .user-top-text-img {
        margin: 6em auto 0;
    }

    .user-wrap {
        flex-direction: column;
    }

    .user {
        width: 100%;
    }

    .user-ramen-img-bg {
        height: 130px;
    }

    .user-ramen-img {
        width: 200px;
    }

    .user-owner-comment {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .user-owner {
        padding: 60px 30px 30px;
    }

    .user-text {
        width: 60%;
        margin-left: 0;
    }

    .user-text p {
        margin: -35px auto -50px;
    }

    .user-text-adjust {
        letter-spacing: -2px;
    }

    /* 購入 */
    .purchase {
        flex-direction: column-reverse;
        height: auto;
        margin-top: -3em;
    }

    .purchase-product-img {
        width: 200px;
    }

    .purchase-product-img-box-set {
        width: 400px;
    }

    .purchase-text-box {
        margin: 2em auto 0;
    }

    .purchase-shop-box {
        justify-content: center;
    }

    .purchase-btn-wrap {
        margin: 0 auto;
    }
}

@media screen and (max-width: 520px) {
    .sp_br {
        display: block;
    }

    .ramen_header_content {
        padding: 2em 0;
    }

    /* トップ */
    .top-wrap {
        background-image: url("/images/lp/lp_ramen_guide/bg-top-sp.png");
        background-size: cover;
    }

    .top {
        flex-direction: column;
        padding: calc(2em + 70px) 0 0;
    }

    .top-text {
        margin-right: 0;
    }

    .top-img-product {
        width: 140px;
        margin: 3em 0;
    }

    .top-text-img-product_name {
        margin-top: 2em;
    }

    /* 下側トップ */
    .top_sub {
        width: 80%;
    }

    .top_sub-img {
        height: 225px;
    }

    .top_sub-img-product {
        display: none;
    }

    .top_sub-wrap {
        height: 400px;
    }

    /* 塩濃度計はここで使う */
    #use {
        padding: 4em 0 20em;
        background-size: 160%;
    }

    .use-top-text {
        width: 90%;
        margin: 0 auto 4em;
    }

    .use-box-wrap {
        flex-direction: column;
    }

    .use-box {
        width: 100%;
    }

    .use-box-head {
        img {
            height: 25px;
        }
    }

    .use-upper,
    .use-lower {
        margin-bottom: 4em;
    }

    /* 基本はたったの3ステップ */
    #step {
        padding: 4em 0;
    }

    .step-box-wrap {
        flex-direction: column;
    }

    .step-box {
        display: flex;
        align-items: center;
        width: 88%;
        margin: 0 auto 1em;
        background-color: #f1f1f3;
    }

    .step-box img {
        width: 220px;
    }

    .step-box p {
        width: 100%;
        padding: 0 1em 0 0;
    }

    /* これだけ改しました */
    #marukai {
        padding: 4em 0;
    }

    .marukai-top-text-img {
        width: 90%;
    }

    .marukai-top-image-wrap {
        width: 64%;
    }

    .marukai-top-image {
        margin: 2em 0 1em;
    }

    .marukai-box {
        position: relative;
        height: 150px;
    }

    .marukai-box-text {
        position: relative;
        z-index: 2;
        width: 88%;
    }

    .marukai-square-img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 120px;
        height: 120px;
        opacity: 0.4;
    }

    #meiten {
        padding: 4em 0;
    }

    .meiten-box-wrap {
        flex-direction: column;
    }

    .meiten-box {
        width: 100%;
        margin-bottom: 3em;
    }

    .meiten-box:last-child {
        margin-left: 0;
    }

    .meiten-box-user {
        width: 75%;
    }

    /* ラーメン屋さんで使う方増えています */
    /* こだわりの名店 */
    .user {
        margin-top: 1em;
    }

    .user-top-text-img {
        margin: 1em auto 0;
    }

    .user-tab {
        padding: 0.8em 0;
        font-size: 14px;
    }

    .user-logo {
        width: 200px;
        margin: 0 auto 10px;
    }

    .user-owner-photo {
        width: 26%;
    }

    .user-text {
        width: 68%;
    }

    .user-text p {
        font-size: 12px;
    }

    .user-owner {
        padding: 50px 20px 30px;
    }

    .user-owner-name {
        font-size: 10px;
        line-height: 1.8;
    }

    .user-ramen-img-bg img {
        margin-top: -150px;
    }

    /* 測定のコツ */
    .kotu-wrap {
        height: auto;
        margin: 6em auto 4em;
        background-position: 4px 0;
        background-size: 50px;
    }

    .kotu-box {
        position: relative;
        flex-direction: column;
        width: 75%;
        margin: 0 0 100px 25%;
    }

    .kotu-box:last-child {
        margin-bottom: 0;
    }

    .kotu-box-text {
        margin-right: 0;
    }

    .kotu-box-img {
        position: absolute;
        top: -55px;
        right: 20px;
        /* margin-top: 1em; */
        width: 90px;
    }

    /* pHでさらに狙った味に */
    #ph {
        margin: 4em auto;
    }

    .ph-zyakusansei-text {
        width: 100%;
    }

    .ph-yugiri-text {
        width: 100%;
        padding: 2em 0 0 0;
    }

    .ph-zyakusansei {
        align-items: flex-start;
        height: 480px;
        background-position: center bottom;
        background-size: 65%;
    }

    .ph-yugiri {
        height: 390px;
        background-position: bottom;
        background-size: 80%;
    }

    /* 購入 */

    .purchase-product-img {
        width: 150px;
    }

    .purchase-product-img-box-set {
        width: 250px;
    }

    .purchase-price {
        padding: 30px 0;
        font-size: 32px;
    }
}
