@charset "UTF-8";


:root {
    --rate: 60rem / 390;
    --lightyellow_1-color:#D9D49B;
    --lightyellow_2-color:#FDFCED;
    --yellow-color:#FFFCDF;
    --brown-color:#9C7858;
    --font-color:#312E2D;
    /* --font-ja:"sichandich", sans-serif;
    --font-en: "chidori", sans-serif; */
    --font-text: "hiragino-kaku-gothic-pron", sans-serif;
    --pc-width: 1400;
    --tb-width: 750;
    --sp-width: 750;
}



@media screen and (max-width: 1400px){
html {
  font-size: calc(10 * (100vw / 1400));
}

}

@media only screen and (max-width: 768px) {
html {
	font-size: calc(10 * (100vw / 600));
}	
	
.lp-page .sp_only {
    display: block;
}
.lp-page .pc_only {
    display: none;
}
	
}


/* #share {
    bottom: 10% !important;
    left: 3% !important;
    margin: 0 !important;!i;!;
    z-index: 50 !important;!i;!;
} */

#share img {
    margin: 0 auto;
}
.share-txt {
    padding: calc(40* (100vw / 450)) 0;
    margin: 0 !important;
}
.lp-page {
    text-align: center;
    margin: 0 auto;
    position: relative;
    /* overflow-y: hidden; */
    color: var(--font-color);
    font-family: var(--font-text);
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.08em;
    line-height: 1.8;
    z-index: 0;
    width: 100%;
    background: var(--lightblue_1-color);
}
.lp-page img,
.lp-page svg {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
}
.lp-page picture {
    display: block;
}
.lp-page a {
    display: block;
    color: inherit;
}
.lp-page *:focus {
    outline: none;
}
.lp-page a,
.lp-page label {
  /* -webkit-tap-highlight-color: rgba(240, 164, 149, 0.6); */
}
.lp-page input {
    display: none;
}
.lp-page li,
.lp-page ol {
    list-style-type: none;
}


    main {
    max-width: 100vw;
    }
    #Wrap {
    width: auto;
    }
    .wrapTop,
    .wrapBottom {
    width: 100%;
    }

    .lp-page a {
    cursor: pointer;
    }

    /*----------アニメーション----------*/

    .popup.is-animated {
        animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    
    @keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1.0);
    }
    80%, 100% {
        opacity: 1;
    }
    }

        
    .zoomin.is-animated {
        animation: zoomIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }
    
    @keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
    }
    
    .fadein {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s 0s, transform 2s 0s;
    }

    .fadein.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
    }


    .fadeup {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1s 0s, transform 1s 0s;
    }

    .fadeup.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1s 0s, transform 1s 0s;
    }

    .fadein-load {
    opacity: 0;
    transition: opacity 1s;
    }

    .fadein-load.fade-active {
    opacity: 1;
    transition: opacity 1s;
    }

    .fadeup-load {
    opacity: 0;
    transform: translateY(4rem) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
    }

    .fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
    }


    #footer {
        background: #fff;
    }


    .lp-page .page-inner {
        padding-bottom: calc(60 * (var(--rate)));
    }

    /* --------- lead --------- */
    .lp-page .lead {
        text-align: justify;
        margin: calc(40 * (var(--rate))) auto 0;
        font-size: calc(14 * (var(--rate)));
        width: calc(330 * (var(--rate)));
        line-height: 1.8;
    }

    .lp-page .nav {
        margin: calc(40 * (var(--rate))) auto 0;
        width: calc(330 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }

    .lp-page .nav p {
        position: relative;
        border-radius: calc(5 * (var(--rate))) calc(5 * (var(--rate))) 0 0;
        font-size: calc(15 * (var(--rate)));
        font-weight: 700;
        color: var(--brown-color);
        background-color: var(--yellow-color);
        padding: calc(12 * (var(--rate))) 0;
        line-height: 1;
        z-index: 0;
        width: 100%;
    }

    .lp-page .nav .nav_list {
        padding: 0 0 calc(24 * (var(--rate))) 0;
    }

    .lp-page .nav ul li {
        position: relative;
        width: inherit;
        margin: 0 auto 0;
        line-height: 1;
        font-size: calc(14 * (var(--rate)));
        font-weight: 500;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: calc(24 * (var(--rate))) 0 0 calc(36 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .nav ul li::before {
        position: absolute;
        content: "";
        background-color: var(--brown-color);
        width: calc(6 * (var(--rate)));
        height: calc(6 * (var(--rate)));
        border-radius: calc(10 * (var(--rate)));
        top: calc(28 * (var(--rate)));
        left: calc(20 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .nav ul li:nth-of-type(n+2) {
        margin-top: calc(5 * (var(--rate)));
    }


    /* --------- content --------- */
    .lp-page .content {
        padding: calc(60 * (var(--rate))) 0 0;
    }

    .lp-page .content_1 ,
    .lp-page .content_3 ,
    .lp-page .content_5 {
        background-color: var(--lightblue_2-color);
    }

    .lp-page .content .ttl {
        text-align: left;
        position: relative;
        font-size: calc(18 * (var(--rate)));
        font-weight: 700;
        margin-left: calc(30 * (var(--rate)));
        padding-left: calc(10 * (var(--rate)));
        line-height: 1;
        z-index: 0;
    }

    .lp-page .content .ttl::before {
        position: absolute;
        content: "";
        width: calc(3 * (var(--rate)));
        height: calc(20 * (var(--rate)));
        background-color: var(--brown-color);
        top: 0;
        left: 0;
        z-index: 1;
    }

    .lp-page .content .content_lead {
        text-align: justify;
        margin: calc(25 * (var(--rate))) auto 0;
        width: calc(330* (var(--rate)));
        font-size: calc(14 * (var(--rate))) 0;
        line-height: 1.8;
    }

    .lp-page .content_sublead {
        text-align: left;
        margin: calc(25 * (var(--rate))) auto 0;
        width: calc(330 * (var(--rate)));
    }

    .lp-page .content_sublead h3 {
        display: inline-block;
        position: relative;
        font-size: calc(14* (var(--rate)));
        font-weight: 600;
        padding-left: calc(16* (var(--rate)));
        z-index: 0;
    }

    .lp-page .content_sublead h3::before {
        position: absolute;
        content: "";
        background-color: var(--brown-color);
        width: calc(6 * (var(--rate)));
        height: calc(6 * (var(--rate)));
        border-radius: calc(10 * (var(--rate)));
        top: calc(7 * (var(--rate)));
        left: 0;
        z-index: 1;
    }

    .lp-page .keyword_blk {
        width: calc(280* (var(--rate)));
        margin: calc(25* (var(--rate))) auto 0;
        padding: calc(30* (var(--rate)));
        border-radius: calc(5* (var(--rate)));
        background-color: var(--lightyellow_2-color);
    }

    .lp-page .keyword_blk h4 {
        text-align: left;
        position: relative;
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        padding-left: calc(24 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .keyword_blk h4::before {
        position: absolute;
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--brown-color);
        font-size: calc(11 * (var(--rate)));
        color: #fff;
        width: calc(18 * (var(--rate)));
        height: calc(18 * (var(--rate)));
        border-radius: calc(10 * (var(--rate)));
        top: calc(1 * (var(--rate)));
        left: 0;
        z-index: 1;
    }

    .lp-page .keyword_blk h4:nth-of-type(1):before {
        content: "1";
    }
    .lp-page .keyword_blk h4:nth-of-type(2):before {
        content: "2";
    }
    .lp-page .keyword_blk h4:nth-of-type(3):before {
        content: "3";
    }
    .lp-page .keyword_blk h4:nth-of-type(4):before {
        content: "4";
    }

    .lp-page .keyword_blk h4:nth-of-type(n+2) {
        margin-top: calc(20 * (var(--rate)));
    }

    .lp-page .keyword_blk p {
        text-align: justify;
        margin-top: calc(10 * (var(--rate))); 
        font-size: calc(12 * (var(--rate))); 
        line-height: 1.8;
    }


    .lp-page .content_sublead p {
        margin: calc(12* (var(--rate))) auto 0;
        width: calc(330* (var(--rate)));
        text-align: justify;
        font-size: calc(12* (var(--rate)));
    }

    .lp-page .marker {
        background: linear-gradient(transparent 50%, #FFFCDF 50%);
    }

    .lp-page .content .btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: calc(50 * (var(--rate))) auto 0;
        font-size: calc(13 * (var(--rate)));
        font-weight: 700;
        width: calc(330 * (var(--rate)));
        height: calc(50 * (var(--rate)));
        border-radius: calc(100 * (var(--rate)));
        background-color: var(--brown-color);
        padding: calc(3 * (var(--rate))) 0 calc(0 * (var(--rate)));
        color: #fff;
        z-index: 0;
    }

    .lp-page .btn.all {
        margin: calc(20 * (var(--rate))) auto 0;
        background-color: #78814E;
        line-height: 1.5;
    }

    .lp-page .btn.all::before {
        display: none;    
    }


    .lp-page .content .btn.second {
        background-color: var(--lightblue_2-color);
    }

    .lp-page .content .btn::before {
        position: absolute;
        content: "";
        background: url(../img/btn_arrow_blue.svg) no-repeat;
        background-size: 100%;
        width: calc(20 * (var(--rate)));
        height: calc(8 * (var(--rate)));
        top: calc(22 * (var(--rate)));
        right: calc(20 * (var(--rate)));
        transition: ease .6s;
        z-index: 1;
    }

    .lp-page .item_content {
        background-color: var(--yellow-color);
        margin-top: calc(60 * (var(--rate)));
        padding: calc(60 * (var(--rate))) 0;
    }

    .lp-page .item_content.after {
        margin-top: 0;
    }

    .lp-page .item_content.second {
        background-color: var(--lightyellow_2-color);
    }

    .lp-page .cat {
        position: relative;
        text-align: center;
        margin: calc(40 * (var(--rate))) auto 0;
        font-size: calc(24 * (var(--rate)));
        font-weight: 700;
        line-height: 2.5;
        width: calc(330 * (var(--rate)));
        color: var(--brown-color);
        z-index: 0;
    }

    .lp-page .item_content.after .cat {
        margin: 0 auto 0;
    }
    
    .lp-page .cat::before {
        position: absolute;
        content: "";
        background-color: var(--brown-color);
        width: 100%;
        height: calc(1 * (var(--rate)));
        bottom: calc(0 * (var(--rate)));
        left: 0;
        z-index: 1;
    }

    .lp-page .item_blk {
        width: calc(330 * (var(--rate)));
        margin: auto;
        padding: calc(30 * (var(--rate))) 0;
        border-bottom: var(--lightyellow_1-color) solid calc(1 * (var(--rate)));
    }

    .lp-page .item_content .item_blk:nth-last-of-type(1) {
        border-bottom: none;
        padding: calc(30 * (var(--rate))) 0 0;
    }


    .lp-page .item_img {
        width: calc(180 * (var(--rate)));
        margin: auto;
    }

    .lp-page .item_text {
        text-align: justify;
        font-size: calc(12 * (var(--rate)));
        line-height: 1.8;
        margin-top: calc(20 * (var(--rate)));
    }

    .lp-page .item_text .sub {
        display: block;
        font-size: calc(10 * (var(--rate)));
        padding-top: calc(5 * (var(--rate)));
        color: #747474;
    }

    .lp-page .item_text .sub sup {
        font-size: calc(8 * (var(--rate)));
    }
    
    .lp-page .item_brand {
        text-align: left;
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        line-height: 1.5;
        margin-top: calc(20 * (var(--rate)));
    }
    
    .lp-page .item_name {
        text-align: left;
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        line-height: 1.5;
        margin-top: calc(15 * (var(--rate)));
    }
    
    .lp-page .price_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: calc(20 * (var(--rate)));
    }

    .lp-page .item_price {
        font-size: calc(16 * (var(--rate)));
        font-weight: 600;
    }

    .lp-page .item_price .tax {
        font-size: calc(12 * (var(--rate)));
    }

    .lp-page .content .item_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(12 * (var(--rate)));
        font-weight: 700;
        width: calc(110 * (var(--rate)));
        height: calc(30 * (var(--rate)));
        border-radius: calc(50 * (var(--rate)));
        background-color: var(--brown-color);
        padding: calc(3 * (var(--rate))) 0 calc(0 * (var(--rate)));
        color: #fff;
    }

    .lp-page .info {
        position: relative;
        margin-top: calc(60 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .fixed-nav {
        background: var(--brown-color);
        padding: calc(15 * (var(--rate))) 0 calc(10 * (var(--rate)));
        border-top: solid 1px #fff;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease;
        transform: translateY(100%);
    }

    .lp-page .fixed-nav_wrap {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(40 * (var(--rate)));
    }
    
    .lp-page .fixed-nav_blk {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(10 * (var(--rate)));
        font-weight: 700;
        font-family: var(--font-en);
        line-height: 1.5;
        color: #F6F7EF;
        z-index: 0;
    }

    .lp-page .fixed-nav_blk:nth-of-type(n+2)::before {
        position: absolute;
        content: "";
        width: calc(1 * (var(--rate)));
        height: calc(30 * (var(--rate)));
        background: #fff;
        top: calc(0 * (var(--rate)));
        left: calc(-20 * (var(--rate)));
        z-index: 1;
    }
    
    .lp-page .fixed-nav.m_fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: all 0.6s ease;
        transform: translateY(0);
    }

    .lp-page .follow_banner {
        width: calc(100 * (var(--rate)));
        transition: all 0.2s ease;
        transform: translateX(100%);
    }

    .lp-page .follow_banner.m_fixed {
        display: block;
        position: fixed;
        bottom: calc(60 * (var(--rate)));
        right: calc(10 * (var(--rate)));
        width: calc(105 * (var(--rate)));
        transition: all 0.6s ease;
        transform: translateX(0);
    }



    /* ===================
    　　  ▽ MODAL ▽
    =================== */

    .modal_content .btn {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        font-size: calc(12 * (var(--rate)));
        font-weight: 700;
        width: calc(210 * (var(--rate)));
        height: calc(35 * (var(--rate)));
        border-radius: calc(100 * (var(--rate)));
        background-color: var(--brown-color);
        padding: calc(3 * (var(--rate))) 0 calc(0 * (var(--rate)));
        bottom: calc(50 * (var(--rate)));
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        z-index: 1;
    }

    /* modal */
    body.no_scroll {
        height: 100vh;
        overflow: hidden;
    }
    
    header.hide {
        opacity: 0;
        pointer-events: none;
    }
    
    .modal_outside.hide {
        opacity: 0;
        pointer-events: none;
    }
    
    .modal_outside {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: opacity .3s;
    }
    
    .modal_outside::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }
    
    .modal_overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100vw;
        height: 100%;
        backdrop-filter: blur(2px);
        background-color: rgba(170, 170, 170, .8);
        margin: 0 calc(50% - 50vw);
    }
    
    .modal_inner {
        position: relative;
        z-index: 1;
        width: calc(340 * (var(--rate)));
    }
    
    .modal_outer {
        position: relative;
    }
    
    .btn_close {
        position: absolute;
        top: calc(-35 * (var(--rate)));
        right: calc(20 * (var(--rate)));
        z-index: 2;
        width: calc(30 * (var(--rate)));
        height: calc(30 * (var(--rate)));
    }
    
    .btn_close:hover {
        cursor: pointer;
    }
    
    .btn_close::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: calc(30 * (var(--rate)));
        height: 1px;
        background: #fff;
        content: "";
    }
    
    .btn_close::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 1px;
        height: calc(30 * (var(--rate)));
        background: #fff;
        content: "";
    }

    .modal_content {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    .modal_content img {
        width: 100%;
    }
    /* ===================
    　　  ▽ MODAL ▽
    =================== */




@media only screen and (min-width: 769px) {	
.lp-page .sp_only {
  display: none;
}
.lp-page .pc_only {
  display: block;
}
	
:root {
    --rate: 45rem / 390;
}

.lp-page .fixed_area {
    position: fixed;
    left: 50%;
    translate: -50% -45%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    height: 100%;
    margin: 0 auto;
    top: 50%;
    background: url(../img/bg_pc.jpg) no-repeat;
    background-size: cover;
}

.lp-page .lp_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.jpg) center center / cover no-repeat;
}

.lp-page .page-inner {
    width: 45rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-bottom: 8rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.lp-page .fixed_left {
    display: grid;
    place-items: center;
    width: calc((100% - 45rem) / 2);
    max-width: calc((160rem - 45rem) / 2);
    height: 110vh;
}

.lp-page .fixed_left .main_ttl {
    width: 38rem;
    margin-left: -5rem;
}

.lp-page .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 45rem) / 2);
    max-width: calc((168rem - 45rem) / 2);
    height: 110vh;
}

.lp-page .fixed_right .nav {
    margin-top: -5rem;
}


.lp-page {
    background: #F4EFB7
}


.lp-page .follow_banner.m_fixed {
    display: block;
    position: fixed;
    bottom: calc(10 * (var(--rate)));
    right: calc(20 * (var(--rate)));
    width: calc(120 * (var(--rate)));
    transition: all 0.6s ease;
    transform: translateX(0);
}



#footer {
    position: relative;
    z-index: 0;
}

}