@charset "UTF-8";
/* CSS Document */

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div,
section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li,
ol li {
    list-style: none;
}

table {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

table,
pre,
code,
select,
textarea,
kbd,
var,
ins,
del,
samp {
    font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
    display: block;
    width: 100%;
    height: auto;
}

a,
a:visited {
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

/*#frmLP{
    width: 100vw;
}*/
@media (max-width: 768px) {
    /*.wrapper {
        width: 100vw;
        min-width: auto;
        overflow-x: scroll;
    }
    .container {
        width: 100vw;
        margin: 0 auto;
    }
    .block-landingpage--body-top{
        width: 100vw;
    }*/
}


/* ------------------------
  CTA
--------------------------- */
.l-cta-wrap {
    width: calc(1200px - 40px);
    height: 140px;
    padding: 0 50px;
    background: url("../../../../img/usr/lp/mikatahara_cp/img_mikatahara_cta_bg.webp") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 10px;
    left: calc((100% - 1160px)/2);
    z-index: 9000;
    opacity: 0;
    transform: translateY(40px);
    transition: all .5s ease;
    visibility: hidden;
    pointer-events: none;
}

.l-cta-wrap.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.l-cta-txt {
    width: calc(100% - 340px);
    margin-right: 20px;
}

.l-cta-btn {
    display: block;
    width: 340px;
    padding: 16px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    background: #b80006;
    border-radius: 15px;
    position: relative;
    z-index: 1000;
}

.l-cta-btn::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 15px;
    background: url("../../../../img/usr/lp/mikatahara_cp/icon_mikatahara_btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc((100% - 15px)/2);
    right: 20px;
}

@media (max-width: 1200px) {
    .l-cta-wrap {
        width: calc(100% - 40px);
        height: auto;
        padding: 20px 40px;
        background-size: 100% 100%;
        left: 20px;
    }
}

@media (max-width: 768px) {
    .l-cta-wrap {
        width: calc(100% - 20px);
        height: auto;
        padding: 20px 4vw;
        background: url("../../../../img/usr/lp/mikatahara_cp/sp/img_mikatahara_cta_bg.webp") no-repeat;
        background-size: 100% 100%;
        left: 10px;
    }

    .l-cta-txt {
        width: 100%;
        margin-right: 0;
    }

    .l-cta-btn {
        width: 42%;
        padding: 3vw 0;
        font-size: 3.5vw;
        border-radius: 15px;
        position: absolute;
        bottom: 5.4vw;
        right: 16px;
    }

    .l-cta-btn::after {
        width: 3vw;
        height: 2.2vw;
        position: absolute;
        top: calc((100% - 2.2vw)/2);
        right: 10px;
    }
}

/* ------------------------
  Insta
--------------------------- */
.l-insta-wrap {
    width: 100%;
    padding: 80px 0;
    background: #FFFFFF;
}

.l-insta-box {
    width: 100%;
    margin: 60px auto 0;
    background: #FFF;
}

/* ------------------------
  商品情報
--------------------------- */
.l-productinfo-wrap {
    width: 100%;
    padding-bottom: 100px;
    background: url("../../../../img/usr/lp/mikatahara_cp/img_mikatahara_productinfo_bg.webp") repeat-y;
    background-size: 100%;
}

.l-productinfo-box {
    width: calc(100% - 100px);
    margin: 60px auto 0;
    padding: 50px 40px;
    background: url("../../../../img/usr/lp/mikatahara_cp/img_mikatahara_productinfo-box_bg.webp") repeat-y;
    background-size: 100%;
    border-radius: 40px;
    position: relative;
}

.l-productinfo-box.usushio {
    border: solid 1px #002c60;
}

.l-productinfo-box.usushio::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 2px #002c60;
    border-radius: 44px;
}

.l-productinfo-box.norishio {
    border: solid 1px #00481f;
}

.l-productinfo-box.norishio::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 2px #00481f;
    border-radius: 44px;
}

.l-productinfo-box.ajikurabe {
    border: solid 1px #d89e36;
}

.l-productinfo-box.ajikurabe::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 2px #d89e36;
    border-radius: 44px;
}

.l-productinfo-btn {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 24px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    border-radius: 30px;
    position: relative;
    z-index: 1000;
}

.l-productinfo-btn::after {
    display: inline-block;
    content: "";
    width: 44px;
    height: 30px;
    background: url("../../../../img/usr/lp/mikatahara_cp/icon_mikatahara_btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc((100% - 30px)/2);
    right: 40px;
}

.usushio .l-productinfo-btn {
    background: #002c60;
}

.norishio .l-productinfo-btn {
    background: #00481f;
}

.ajikurabe .l-productinfo-btn {
    background: #d89e36;
}

@media (max-width: 768px) {
    .l-productinfo-box {
        width: calc(100% - 16%);
        margin: 10% auto 0;
        padding: 8% 4%;
        border-radius: 20px;
        background: url("../../../../img/usr/lp/mikatahara_cp/img_mikatahara_productinfo-box_bg.webp") repeat-y;
        background-size: 100%;
    }

    .l-productinfo-box.usushio::before {
        border-radius: 24px;
    }

    .l-productinfo-box.norishio::before {
        border-radius: 24px;
    }

    .l-productinfo-box.ajikurabe::before {
        border-radius: 24px;
    }

    .l-productinfo-btn {
        margin: 6% auto 0;
        padding: 5% 0;
        font-size: 4.0vw;
        border-radius: 15px;
    }

    .l-productinfo-btn::after {
        width: 4.4vw;
        height: 3.0vw;
        top: calc((100% - 3.0vw)/2);
        right: 4vw;
    }
}


/* ------------
  common Style
--------------- */
.pc {
    display: block !important;
}

.pc_inline {
    display: inline-block !important;
}

.sp {
    display: none !important;
}

.sp_inline {
    display: none !important;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .pc_inline {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp_inline {
        display: inline-block !important;
    }
}

/* visumo */
.vsm-tile.slideUp .ecbn-selection-page-wrapper .ecbn-selection-title {
    display: none;
}

/* form */
.block-landingpage-login--anker-list a {
    color: var(--cl-main);
}

/* footer */
.footer__logo a,
.footer__logo a:visited {
    display: inline-block;
}