@charset "UTF-8";


:root {
    --rate: 60rem / 390;
    --font-color:#222222;
    --red_color:#CC092B;
    --bg-color:#FAF7ED;
    --bg2-color:#F2EDDC;
    --font-en: "freight-neo-pro", 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.1em;
    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 a:hover {
    opacity: 0.8;
}
.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.fade-active {
        animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }
    
    @keyframes zoomIn {
    0% {
        transform: scale(1.2);
    }
    100% {
        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 {
        overflow: hidden;
        background: var(--bg-color);
    }

    .lp-page .bg {
        position: fixed;
        background: url(../img/bg.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .lp-page .main_area {
        margin: auto;
    }

    .lp-page .main_ttl {
        margin: calc(40 * (var(--rate))) auto 0;
        width: calc(257 * (var(--rate)));
    }

    .lp-page .border.fade-active {
        width: 100%;
        transition: all .6s;
    }

    .lp-page .contents_border {
        width: 0;
        height: calc(1 * (var(--rate)));
        background-color: var(--font-color);
    }

    .lp-page .contents_border.bottom {
        margin-top: calc(60 * (var(--rate)));
    }

    .lp-page .page_ttl {
        position: relative;
        width: calc(280 * (var(--rate)));
        margin: calc(0 * (var(--rate))) auto 0;
        z-index: 0;
    }

    .lp-page .page_ttl_text {
        position: relative;
        margin-top: calc(35 * (var(--rate)));
        text-align: center;
        font-size: calc(14 * (var(--rate)));
        line-height: 1.8;
        font-weight: 600;
        z-index: 0;
    }

    .lp-page .page_ttl_text span {
        font-size: calc(20 * (var(--rate)));
    }

    .lp-page .page_ttl_text::before {
        position: absolute;
        content: "";
        background: url(../img/ttl_bg_1.svg) no-repeat;
        background-size: 100%;
        width: calc(350 * (var(--rate)));
        height: calc(155 * (var(--rate)));
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: calc(-10 * (var(--rate)));
        z-index: -1;
    }

    .lp-page .content_2 .page_ttl_text::before {
        position: absolute;
        content: "";
        background: url(../img/ttl_bg_2.svg) no-repeat;
        background-size: 100%;
        width: calc(350 * (var(--rate)));
        height: calc(155 * (var(--rate)));
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: calc(-10 * (var(--rate)));
        z-index: -1;
    }

    .lp-page .chatmap {
        margin-top: calc(50 * (var(--rate)));
        position: relative;
        background: url(../img/chatmap.png) no-repeat;
        background-size: calc(350 * (var(--rate)));
        background-position-x: calc(20 * (var(--rate)));
        width: 100%;
        height: calc(960 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .chatmap_item {
        display: block;
        position: absolute;
        width: calc(130 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .chatmap_item:hover::before {
        scale: 1.2;
        transition: all 1.6s;
    }

    .lp-page .chatmap_item:nth-of-type(1) {
        top: calc(174 * (var(--rate)));
        left: calc(20 * (var(--rate)));
    }
    .lp-page .chatmap_item:nth-of-type(2) {
        top: calc(306 * (var(--rate)));
        left: calc(235 * (var(--rate)));
    }
    .lp-page .chatmap_item:nth-of-type(3) {
        top: calc(505 * (var(--rate)));
        left: calc(20 * (var(--rate)));
    }
    .lp-page .chatmap_item:nth-of-type(4) {
        top: calc(773 * (var(--rate)));
        left: calc(50 * (var(--rate)));
    }
    .lp-page .chatmap_item:nth-of-type(5) {
        top: calc(784 * (var(--rate)));
        left: calc(210 * (var(--rate)));
    }

    .lp-page .chatmap_item::before {
        position: absolute;
        content: "";
        background: url(../img/nav_arrow_bg.svg) no-repeat;
        background-size: 100%;
        width: calc(30 * (var(--rate)));
        height: calc(30 * (var(--rate)));
        bottom: calc(-15 * (var(--rate)));
        left: calc(48 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .chatmap_item::after {
        position: absolute;
        content: "";
        background: url(../img/nav_arrow.svg) no-repeat;
        background-size: 100%;
        width: calc(10 * (var(--rate)));
        height: calc(8 * (var(--rate)));
        bottom: calc(-7 * (var(--rate)));
        left: calc(58 * (var(--rate)));
        z-index: 1;
    }

    /* --------- lead --------- */
    .lp-page .lead {
        position: relative;
        padding: calc(80 * (var(--rate))) 0 calc(80 * (var(--rate)));
        background: url(../img/mv_bg.svg) no-repeat;
        background-size: 100%;
        z-index: 0;
    }

    .lp-page .lead::before {
        opacity: 0;
        position: absolute;
        content: "";
        background: url(../img/mv_item_1.png) no-repeat;
        background-size: 100%;
        width: calc(75 * (var(--rate)));
        height: calc(80 * (var(--rate)));
        top: calc(145 * (var(--rate)));
        left: calc(-40 * (var(--rate)));
        transition: ease-in-out 1.6s;
        z-index: 1;
    }

    .lp-page .lead.fadein.fade-active::before {
        opacity: 1;
        left: calc(5 * (var(--rate)));
    }

    .lp-page .lead::after {
        position: absolute;
        content: "";
        background: url(../img/mv_item_2.png) no-repeat;
        background-size: 100%;
        width: calc(90 * (var(--rate)));
        height: calc(145 * (var(--rate)));
        top: calc(280 * (var(--rate)));
        right: calc(-50 * (var(--rate)));
        transition: ease-in-out 1.6s;
        z-index: 1;
    }

    .lp-page .lead.fadein.fade-active::after {
        opacity: 1;
        right: calc(10 * (var(--rate)));
    }

    .lp-page .lead p {
        text-align: center;
        font-size: calc(15 * (var(--rate)));
        font-weight: 700;
        line-height: 2;
    }

    /* --------- content --------- */
    .lp-page .content .page_ttl {
        text-align: left;
        padding-left: calc(20 * (var(--rate)));
    }

    .lp-page .content_2 {
        position: relative;
        background-color: var(--bg2-color);
        padding: calc(27 * (var(--rate))) 0 0;
        z-index: 0;
    }
    
    .lp-page .content_2 ,
    .lp-page .content_3 ,
    .lp-page .content_4 ,
    .lp-page .content_5 {
        background-color: var(--bg2-color);
    }

    .lp-page .content_2::before {
        position: absolute;
        content: "";
        background: url(../img/content_bg_1.svg) no-repeat;
        background-size: 100%;
        width: 100%;
        height: calc(80 * (var(--rate)));
        top: calc(-67 * (var(--rate)));
        left: calc(0 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .content .recommend {
        width: calc(160 * (var(--rate)));
        height: calc(26 * (var(--rate)));
        border-radius: calc(50 * (var(--rate)));
        margin: auto;
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: var(--red_color);
    }

    .lp-page .content .item_name {
        margin-top: calc(10 * (var(--rate)));
        font-size: calc(24 * (var(--rate)));
        font-weight: 600;
    }

    .lp-page .inner {
        position: relative;
        padding-top: calc(60 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .inner::before {
        position: absolute;
        content: "";
        background: url(../img/inner_bg_right.svg) no-repeat;
        background-size: 100%;     
        width: calc(125 * (var(--rate)));
        height: calc(456 * (var(--rate)));
        top: calc(60 * (var(--rate)));
        right: 0;
        z-index: -1;
    }

    .lp-page .chatmap::before ,
    .lp-page .chatmap::after {
        display: none;
    }

    .lp-page .inner::after {
        position: absolute;
        content: "";
        background: url(../img/inner_bg_left.svg) no-repeat;
        background-size: 100%;     
        width: 100%;
        height: calc(400 * (var(--rate)));
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .lp-page .item_info {
        width: calc(305 * (var(--rate)));
        margin: calc(20 * (var(--rate))) auto 0;
    }

    .lp-page .inner_wrap {
        margin-top: calc(30 * (var(--rate)));
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(15 * (var(--rate)));
    }

    .lp-page .inner_wrap .img_blk {
        position: relative;
        width: calc(200 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .inner_wrap .img_blk::before {
        position: absolute;
        content: "";
        background: url(../img/item_1_bg.png) no-repeat;
        background-size: 100%;
        width: 100%;
        height: calc(180 * (var(--rate)));
        top: calc(-22 * (var(--rate)));
        left: 0;
        z-index: -1;
    }

    .lp-page .content_3 .inner_wrap .img_blk::before ,
    .lp-page .content_4 .inner_wrap .img_blk::before {
        top: calc(20 * (var(--rate)));
    }

    .lp-page .content_5 .inner_wrap .img_blk::before {
        top: calc(8 * (var(--rate)));
    }


    .lp-page .content_2 .inner_wrap .img_blk::after {
        position: absolute;
        content: "";
        background: url(../img/new_icon.png) no-repeat;
        background-size: 100%;
        width: calc(60 * (var(--rate)));
        height: calc(60 * (var(--rate)));
        top: calc(-40 * (var(--rate)));
        left: calc(10 * (var(--rate)));
        z-index: -1;
    }

    .lp-page .inner_wrap .img_blk .img {
        width: calc(135 * (var(--rate)));
        margin: auto;
    }

    .lp-page .content_3 .inner_wrap .img_blk .img {
        width: calc(90 * (var(--rate)));
    }

    .lp-page .content_4 .inner_wrap .img_blk .img {
        width: calc(80 * (var(--rate)));
    }

    .lp-page .content_5 .inner_wrap .img_blk .img {
        width: calc(55 * (var(--rate)));
    }

    .lp-page .inner_wrap .text_blk {
        text-align: left;
        width: calc(140 * (var(--rate)));
    }

    .lp-page .inner_wrap .text_blk .limited {
        position: relative;
        width: calc(115 * (var(--rate)));
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        font-family: var(--font-en);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--red_color);
        border: var(--red_color) solid calc(1 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .inner_wrap .text_blk .limited::before {
        position: absolute;
        content: "";
        background: url(../img/off_icon.png) no-repeat;
        background-size: 100%;
        width: calc(60 * (var(--rate)));
        height: calc(60 * (var(--rate)));
        bottom: calc(-40 * (var(--rate)));
        right: calc(-45 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .inner_wrap .text_blk .price {
        display: inline-block;
        position: relative;
        font-size: calc(12 * (var(--rate)));
        font-family: var(--font-en);
        margin-top: calc(10 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .inner_wrap .text_blk .price::before {
        position: absolute;
        content: "";
        background: var(--font-color);
        width: 100%;
        height: calc(1 * (var(--rate)));
        top: calc(12 * (var(--rate)));
        left: 0;
        z-index: 1;
    }

    .lp-page .inner_wrap .text_blk .price span {
        font-size: calc(18 * (var(--rate)));
    }

    .lp-page .inner_wrap .text_blk .sale_price {
        color: var(--red_color);
        font-family: var(--font-en);
        font-weight: 600;
        margin-top: calc(4 * (var(--rate)));
    }

    .lp-page .inner_wrap .text_blk .sale_price span {
        font-size: calc(25 * (var(--rate)));
    }
    
    .lp-page .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(35 * (var(--rate)));
        font-size: calc(18 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 700;
        color: #ffffff;
        margin-top: calc(15 * (var(--rate)));
        background: var(--red_color);
    }

    .lp-page .second_text {
        text-align: justify;
        width: calc(150 * (var(--rate)));
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        line-height: 1.8;
    }

    .lp-page .second_img {
        width: calc(180 * (var(--rate)));
    }

    .lp-page .point {
        margin: calc(20 * (var(--rate))) auto 0;
        width: calc(320 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
        background: #fff;
        padding: calc(20 * (var(--rate))) calc(15 * (var(--rate))) calc(15 * (var(--rate)));
    }

    .lp-page .point_ttl {
        text-align: center;
        font-size: calc(16 * (var(--rate)));
        font-weight: 600;
        color: var(--red_color);
    }

    .lp-page .point_inner {
        border-top: var(--red_color) calc(1 * (var(--rate))) solid;
        margin-top: calc(5 * (var(--rate)));
        padding: calc(15 * (var(--rate))) calc(10 * (var(--rate))) 0;
    }

    .lp-page .point_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(5 * (var(--rate)));
    }

    .lp-page .point_wrap:nth-of-type(n+2) {
        margin-top: calc(5 * (var(--rate)));
    }

    .lp-page .point_wrap .check_box {
        width: calc(15 * (var(--rate)));
    }

    .lp-page .point_inner .text {
        text-align: justify;
        font-size: calc(13 * (var(--rate)));
        font-weight: 600;
        line-height: 1.5;
    }


    /* staff_review
    ==================================*/
    .lp-page .staff_review {
        width: 100%;
        margin-top: calc(30 * (var(--rate)));
        background: var(--red_color);
        padding: calc(20 * (var(--rate))) 0 calc(30 * (var(--rate)));
    }

    .lp-page .staff_ttl {
        text-align: left;
        position: relative;
        font-size: calc(28 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 600;
        font-style: italic;
        color: #fff;
        padding-left: calc(20 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .staff_ttl::before {
        position: absolute;
        content: "";
        background: #fff;
        width: calc(110 * (var(--rate)));
        height: calc(1 * (var(--rate)));
        top: calc(22 * (var(--rate)));
        right: 0;
        z-index: 1;
    }

    .lp-page .staff_ttl.team::before {
        width: calc(180 * (var(--rate)));
    }

    .lp-page .staff_ttl span {
        font-size: calc(28 * (var(--rate)));
    }

    .lp-page .staff_area {
        height: auto;
        overflow: scroll hidden;
        padding: 0 calc(20 * (var(--rate))) calc(20 * (var(--rate)));
        border-bottom: #fff solid calc(1 * (var(--rate)));
        /* IE, Edge 対応 */
        -ms-overflow-style: none;
        /* Firefox 対応 */
        scrollbar-width: none;
    }

     /* Chrome, Safari 対応 */
    .lp-page .staff_area::-webkit-scrollbar {
        display:none;
    }

    .lp-page .staff_inner {
        margin-top: calc(5 * (var(--rate)));
        width: fit-content;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: calc(15 * (var(--rate)));
    }

    .lp-page .staff_inner li {
        width: calc(280 * (var(--rate)));
        background: #fff;
        border-radius: calc(5 * (var(--rate)));
        padding: calc(15 * (var(--rate)));
    }

    .lp-page .staff_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(20 * (var(--rate)));
    }

    .lp-page .staff_img {
        width: calc(50 * (var(--rate)));
    }

    .lp-page .staff_name {
        text-align: left;
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1.8;
    }

    .lp-page .staff_star {
        text-align: left;
        font-size: calc(14 * (var(--rate)));
        color: var(--red_color);
        letter-spacing: 0.1em;
    }

    .lp-page .staff_text {
        text-align: left;
        margin-top: calc(10 * (var(--rate)));
        padding-top: calc(10 * (var(--rate)));
        border-top: #DEDBDB solid calc(1 * (var(--rate)));
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1.8;
    }

    .lp-page .staff_text_2 {
        text-align: left;
        margin-top: calc(10 * (var(--rate)));
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1;
    }

    .lp-page .staff_text_2 span {
        display: inline;
        padding: calc(3 * (var(--rate))) calc(5 * (var(--rate)));
        background-color: #f6eed8;
        color: #6b5e3a;
        margin-left: calc(5 * (var(--rate)));
        border-radius: calc(25 * (var(--rate)));
        font-size: calc(11 * (var(--rate)));
        line-height: 1.8;
    }


    .lp-page .content_5 {
        position: relative;
        padding-bottom: calc(30 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .content_5::after {
        position: absolute;
        content: "";
        background: url(../img/content_bg_2.svg) no-repeat;
        background-size: 100%;
        width: 100%;
        height: calc(80 * (var(--rate)));
        bottom: calc(-80 * (var(--rate)));
        left: 0;
        z-index: -1;
    }

    .lp-page  .content_6 {
        position: relative;
        z-index: 0;
        margin-top: calc(100 * (var(--rate)));
    }

    .lp-page .content_6 .page_ttl_text::before {
        background: url(../img/ttl_bg_2.svg) no-repeat;
        background-size: 100%;
        width: calc(350 * (var(--rate)));
        height: calc(155 * (var(--rate)));
        top: 50%;
        left: 50%;
    }

    .lp-page .content_6::before {
        position: absolute;
        content: "";
        background: url(../img/met03_bg_right.svg) no-repeat;
        background-size: 100%;
        width: calc(125 * (var(--rate)));
        height: calc(458 * (var(--rate)));
        top: calc(755 * (var(--rate)));
        right: 0;
        z-index: -1;
    }

    .lp-page .content_6::after {
        position: absolute;
        content: "";
        background: url(../img/met03_bg_left.svg) no-repeat;
        background-size: 100%;
        width: calc(125 * (var(--rate)));
        height: calc(458 * (var(--rate)));
        top: calc(1450 * (var(--rate)));
        left: 0;
        z-index: -1;
    }

    .lp-page .page_ttl_second {
        text-align: center;
        margin-top: calc(30 * (var(--rate)));
    }

    .lp-page .page_ttl_second .ttl_en {
        font-family: var(--font-en);
        font-size: calc(70 * (var(--rate)));
        color: #fff;
    }

    .lp-page .page_ttl_second .ttl_ja {
        margin-top: calc(-45 * (var(--rate)));
        font-size: calc(24 * (var(--rate)));
        font-weight: 600;
    }

    .lp-page .page_ttl_second_text {
        text-align: justify;
        width: calc(340 * (var(--rate)));
        margin: calc(20 * (var(--rate))) auto 0;
        font-size: calc(14 * (var(--rate)));
        font-weight: 600;
        line-height: 2;
    }

    .lp-page .met_03_itemwrap .limited_modal {
        display: block;
        position: relative;
        z-index: 0;
    }

    .lp-page .met_03_itemwrap .limited_modal::before {
        position: absolute;
        content: "";
        background: url(../img/limited_gift.svg) no-repeat;
        background-size: 100%;
        width: calc(14 * (var(--rate)));
        height: calc(15 * (var(--rate)));
        top: calc(-18 * (var(--rate)));
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }


    .lp-page .met_03_itemwrap {
        overflow-x: clip;
        position: relative;
        margin: calc(30 * (var(--rate))) auto 0;
        z-index: 0;
    }

    .lp-page .met_03_itemwrap .slider .item_blk {
        position: relative;
        width: calc(300 * (var(--rate)));
        margin: 0 calc(5 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .met_03_itemwrap .item_ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(40 * (var(--rate)));
        font-size: calc(14 * (var(--rate)));
        font-weight: 600;
        background: var(--red_color);
        color: #fff;
        border-radius:  calc(5 * (var(--rate))) calc(5 * (var(--rate))) 0 0;
    }

    .lp-page .met_03_itemwrap .item_inner {
        background: #fff;
        padding: calc(20 * (var(--rate))) calc(15 * (var(--rate))) calc(25 * (var(--rate)));
        border-radius: 0 0 calc(5 * (var(--rate))) calc(5 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .item_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lp-page .met_03_itemwrap .item_wrap .item_img {
        width: calc(80 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .item_wrap .item_text {
        width: calc(165 * (var(--rate)));
        font-weight: 600;
    }

    .lp-page .met_03_itemwrap .item_wrap .item_recomend {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(20 * (var(--rate)));
        font-size: calc(12 * (var(--rate)));
        padding: calc(2 * (var(--rate))) 0;
        background: #F4F4F4;
    }

    .lp-page .met_03_itemwrap .item_wrap .item_point {
        text-align: left;
        position: relative;
        font-size: calc(11 * (var(--rate)));
        padding-left: calc(15 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .met_03_itemwrap .item_wrap .item_point:nth-of-type(1) {
        margin-top: calc(10 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .item_wrap .item_point:nth-of-type(n+2) {
        margin-top: calc(5 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .item_wrap .item_point::before {
        position: absolute;
        content: "";
        background: url(../img/check_box.svg) no-repeat;
        background-size: 100%;
        width: calc(10 * (var(--rate)));
        height: calc(10 * (var(--rate)));
        top: calc(4 * (var(--rate)));
        left: calc(2 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .met_03_itemwrap .price_wrap {
        margin-top: calc(20 * (var(--rate)));
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lp-page .met_03_itemwrap .price_inner p {
        font-weight: 600;
        text-align: left;
        font-size: calc(12 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .price_inner p:nth-of-type(2) {
        color: var(--red_color);
    }

    .lp-page .met_03_itemwrap .price_inner .price {
        font-size: calc(11 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .price_inner .lrg {
        font-size: calc(14 * (var(--rate)));
        font-weight: 600;
        padding-left: calc(5 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .info {
        margin-top: calc(15 * (var(--rate)));
    }

    .lp-page .met_03_itemwrap .btn {
        width: calc(75 * (var(--rate)));
        height: calc(25 * (var(--rate)));
        font-size: calc(15 * (var(--rate)));
        margin-top: 0;
    }

    .lp-page .border {
        width: calc(340 * (var(--rate))) !important;
        height: calc(1 * (var(--rate)));
        margin: calc(50 * (var(--rate))) auto 0;
        background: #EADFBA;
    }

    .slick-dots li button {
        width: calc(40 * (var(--rate))) !important;
        height: calc(3 * (var(--rate))) !important;
    }

    .lotion .slick-dots li button ,
    .cream .slick-dots li button {
        display: none;
    }

    .slick-dots li button:before {
        content: '' !important;
        width: calc(40 * (var(--rate))) !important;
        height: calc(3 * (var(--rate))) !important;
        background: var(--red_color);
    }

    .slick-dots li {
        width: calc(40 * (var(--rate))) !important;
        height: calc(3 * (var(--rate))) !important;
        margin: 0 calc(5 * (var(--rate))) !important;
    }

    .slick-dots {
        bottom: calc(-30 * (var(--rate))) !important;
    }


    .lp-page .specail_wrap {
        width: calc(300 * (var(--rate)));
        margin: calc(20 * (var(--rate))) auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: calc(20 * (var(--rate)));
    }

    .lp-page .specail_wrap .specail_img {
        width: calc(250 * (var(--rate)));
        margin: auto;
    }

    .lp-page .specail_wrap .specail_text {
        width: 100%;
    }

    .lp-page .specail_wrap .specail_info {
        text-align: justify;
        font-size: calc(13 * (var(--rate)));
        line-height: 1.5;
    }

    .lp-page .specail_wrap .specail_info small{
        display: block;
        margin-top: calc(10 * (var(--rate)));
        font-size: calc(10 * (var(--rate)));
    }

    .lp-page .specail_wrap .specail_name {
        margin-top: calc(12 * (var(--rate)));
        text-align: center;
        font-size: calc(18 * (var(--rate)));
        font-weight: 600;
        line-height: 1.5;
        color: var(--red_color);
    }

    .lp-page .specail_wrap .price_wrap {
        margin-top: calc(12 * (var(--rate)));
        display: flex;
        justify-content: center;
        gap: calc(20 * (var(--rate)));
        align-items: center;
    }

    .lp-page .specail_wrap .price_inner p {
        font-weight: 600;
        text-align: left;
        font-size: calc(12 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 600;
    }

    .lp-page .specail_wrap .price_inner .price {
        font-size: calc(13 * (var(--rate)));
    }

    .lp-page .specail_wrap .price_inner .lrg {
        font-size: calc(25 * (var(--rate)));
        font-weight: 600;
    }

    .lp-page .specail_wrap .btn {
        width: calc(150 * (var(--rate)));
        height: calc(35 * (var(--rate)));
        font-size: calc(18 * (var(--rate)));
        margin-top: 0;
    }

    .lp-page .specail_campaign {
        width: calc(340 * (var(--rate)));
        margin: calc(25 * (var(--rate))) auto 0;
    }

    .lp-page .specail_subtext {
        text-align: justify;
        width: calc(340 * (var(--rate)));
        margin: calc(10 * (var(--rate))) auto 0;
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1.5;
        color: var(--red_color);
    }

    .lp-page .specail_subtext_2 {
        display: block;
        text-align: justify;
        width: calc(340 * (var(--rate)));
        margin: calc(10 * (var(--rate))) 0 0 calc(-45 * (var(--rate)));
        font-size: calc(12 * (var(--rate)));
        opacity: .6;
        line-height: 1.5;
    }

    .lp-page .specail_area {
        margin-top: calc(50 * (var(--rate)));
        padding: calc(10 * (var(--rate))) 0 0;
        background: rgba(204, 9, 43, .1);
    }

    
    .lp-page .specail_area .border {
        width: 100% !important;
        background: rgba(204, 9, 43, .2);
    }

    .lp-page .brand {
        width: 100%;
        margin-top: calc(40 * (var(--rate)));;
    }

    .lp-page .fixed-nav {
        background: #fff;
        padding: calc(10 * (var(--rate))) 0 calc(12 * (var(--rate)));
        transition: all 0.2s ease;
        transform: translateY(100%);
    }

    .lp-page .fixed-nav_wrap {
        position: static;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(20 * (var(--rate)));
    }
    
    .lp-page .fixed-nav_blk {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1;
        z-index: 0;
    }

    .lp-page .fixed-nav_blk span {
        font-family: var(--font-en);
        font-size: calc(22 * (var(--rate)));
        font-weight: 600;
        color: var(--red_color);
        line-height: 1;
        margin-bottom: calc(-6 * (var(--rate)));
    }

    .lp-page .fixed-nav_blk:nth-of-type(n+2)::before {
        position: absolute;
        content: "";
        width: calc(1 * (var(--rate)));
        height: 100%;
        background: #E0E0E0;
        top: calc(0 * (var(--rate)));
        left: calc(-10 * (var(--rate)));
        z-index: 1;
    }
    
    .lp-page .fixed-nav.m_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: all 0.6s ease;
        transform: translateY(0);
        overflow: scroll;
        overflow-y: scroll;
        /* IE, Edge 対応 */
        -ms-overflow-style: none;
        /* Firefox 対応 */
        scrollbar-width: none;
        box-shadow: 5px -1px 10px rgba(0, 0, 0, .2);
    }

    /* Chrome, Safari 対応 */
    .lp-page .fixed-nav.m_fixed::-webkit-scrollbar {
        display:none;
    }


    .lp-page .follow_banner {
        position: relative;
        width: calc(70 * (var(--rate)));
        height: calc(70 * (var(--rate)));
        font-family: var(--font-en);
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: all 0.2s ease;
        transform: translateX(100%);
        z-index: 0;
    }

    .lp-page .follow_banner::before {
        position: absolute;
        content: "";
        width: calc(70 * (var(--rate)));
        height: calc(70 * (var(--rate)));
        background: var(--red_color);
        border-radius: calc(100 * (var(--rate)));
        top: 0;
        left: 0;
        z-index: -1;
        animation: ani_1 4s ease-in-out infinite;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    }

    .lp-page .follow_banner::after {
        position: absolute;
        content: "";
        width: calc(11 * (var(--rate)));
        height: calc(11 * (var(--rate)));
        background: url(../img/plus_icon.svg) no-repeat;
        background-size: 100%;
        bottom: calc(8 * (var(--rate)));
        left: calc(30 * (var(--rate)));
        z-index: -1;
        transition: all 1s;
    }

    .lp-page .follow_banner:hover::after {
        transform: rotate(180deg);
    }

    .lp-page .follow_banner.m_fixed {
        position: fixed;
        bottom: calc(80 * (var(--rate)));
        right: calc(15 * (var(--rate)));
        transition: all 0.6s ease;
        transform: translateX(0);
    }
    
    @keyframes ani_1 {
        0% {
            transform:scale(1.1);
        }
        50% {
            transform:scale(1.2);
        }
        100% {
            transform:scale(1.1);
        }
    }


    .lp-page .limited_banner {
        position: absolute;
        width: calc(65 * (var(--rate)));
        height: calc(65 * (var(--rate)));
        font-family: var(--font-en);
        font-size: calc(12 * (var(--rate)));
        font-weight: 600;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        top: calc(-50 * (var(--rate)));
        right: calc(30 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .limited_banner::before {
        position: absolute;
        content: "";
        width: calc(65 * (var(--rate)));
        height: calc(65 * (var(--rate)));
        background: url(../img/limited_bg.svg) no-repeat;
        background-size: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        animation: ani_1 4s ease-in-out infinite;
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    }

    .lp-page .limited_banner::after {
        position: absolute;
        content: "";
        width: calc(11 * (var(--rate)));
        height: calc(11 * (var(--rate)));
        background: url(../img/plus_icon.svg) no-repeat;
        background-size: 100%;
        bottom: calc(5 * (var(--rate)));
        left: calc(27 * (var(--rate)));
        z-index: -1;
        transition: all 1s;
    }

    .lp-page .limited_banner:hover::after {
        transform: rotate(180deg);
    }

    .lp-page .item_blk .limited_banner {
        top: calc(-30 * (var(--rate)));
        right: calc(0 * (var(--rate)));
    }

/* ===================
    　　  ▽ 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(5px);
        background-color: rgba(204, 9, 43, .6);
        margin: 0 calc(50% - 50vw);
    }

    #modal2 .modal_overlay {
        background-color: rgba(227, 159, 178, .6);
    }
    
    
    .modal_inner {
        position: relative;
        z-index: 1;
        width: calc(350 * (var(--rate)));
        padding: calc(30 * (var(--rate))) calc(10 * (var(--rate))) calc(20 * (var(--rate)));
        background: #fff;
        height: calc(500 * (var(--rate)));
        overflow-y: scroll;
    }
    
    .modal_outer {
        position: relative;
    }
    
    .btn_close {
        position: absolute;
        top: calc(-40 * (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(40 * (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(40 * (var(--rate)));
        background: #fff;
        content: "";
    }

    .modal_content {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    .modal_content img {
        width: 100%;
    }

    .modal_content .modal_btn {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(45 * (var(--rate)));
        font-size: calc(14 * (var(--rate)));
        background: var(--font-color);
        color: #fff;
    }

    /* .modal_content .modal_btn.__1 {
        top: calc(525 * (var(--rate)));
    }

    .modal_content .modal_btn.__2 {
        top: calc(970 * (var(--rate)));
    }

    .modal_content .modal_btn.__3 {
        top: calc(1440 * (var(--rate)));
    }

    .modal_content .modal_btn.__4 {
        top: calc(1825 * (var(--rate)));
    }

    #modal2 .modal_content .modal_btn.__1 {
        top: calc(550 * (var(--rate)));
    } */

    .modal_content .modal_ttl {
        text-align: center;
        font-family: var(--font-en);
        font-size: calc(35 * (var(--rate)));
        font-weight: 500;
    }

    .modal_content .sub_text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(165 * (var(--rate)));
        height: calc(24 * (var(--rate)));
        font-size: calc(13 * (var(--rate)));
        color: #fff;
        border-radius: calc(20 * (var(--rate)));
        background: var(--red_color);
        margin: calc(10 * (var(--rate))) auto 0;
        letter-spacing: 0.1em;
        padding: calc(2 * (var(--rate))) 0 calc(0 * (var(--rate)));
    }

    .modal_content .campaign_blk {
        position: relative;
        width: calc(320 * (var(--rate)));
        border: var(--red_color) solid calc(1 * (var(--rate)));
        margin: calc(30 * (var(--rate))) auto 0;
        padding: calc(30 * (var(--rate))) calc(10 * (var(--rate))) calc(20 * (var(--rate)));
        z-index: 0;
    }

    .modal_content .campaign_blk:nth-of-type(n+2) {
        margin: calc(30 * (var(--rate))) auto 0;
    }

    .modal_content .number {
        position: absolute;
        text-align: center;
        font-size: calc(20 * (var(--rate)));
        font-family: var(--font-en);
        font-style: italic;
        color: var(--red_color);
        background: #fff;
        padding: 0 calc(6 * (var(--rate)));
        top: calc(-20 * (var(--rate)));
        left: 50%;
        transform: translateX(-50%);
        line-height: 1;
        z-index: 1;
    }

    .modal_content .number span {
        font-size: calc(30 * (var(--rate)));
    }

    .modal_content .img {
        width: 100%;
    }


    #modal2 .modal_content .sub_text {
        background: #EBA4B2;
    }

    #modal2 .modal_content .campaign_blk {
        border: unset;
        padding: calc(0 * (var(--rate))) calc(10 * (var(--rate))) calc(20 * (var(--rate)));
        margin: 0;
    }

    
    #modal2 .modal_content .campaign_blk .img {
        width: calc(338 * (var(--rate)));
    }

    .modal_content .modal_btn {
        margin-top: calc(15 * (var(--rate)));
    }

    .modal_content .text {
        text-align: center;
        margin: calc(15 * (var(--rate))) auto 0;
        font-size: calc(14 * (var(--rate)));
        line-height: 1.6;
    }

    .modal_content .name {
        text-align: center;
        margin: calc(5 * (var(--rate))) auto 0;
        font-size: calc(24 * (var(--rate)));
        font-weight: 700;
        color: #EBA4B2;
    }
    
    .modal_content .info {
        margin-top: calc(16 * (var(--rate)));
    }



    /* ===================
    　　  ▽ MODAL ▽
    =================== */



    .slick-track {
        display: flex !important;
      }
      .slick-slide {
        height: auto !important;
      }

/* accordion
==================================*/
    .lp-page .accordion{
    transition: all 0.5s;
    }

    .lp-page .accordion.is-hide{
        position: relative;
        overflow: hidden;
        height: calc(40 * (var(--rate))) !important;
        z-index: 0;
    }

    /* .lp-page .accordion.is-hide:before{
        content: '';
        width: 100%;
        height: calc(480 * (var(--rate)));
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    } */

    .lp-page .trigger {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(10 * (var(--rate)));
        margin-top: calc(-10 * (var(--rate)));
        transition: 0.5s ease;
    }

    .lp-page .info_lead {
        text-align: justify;
        font-size: calc(12 * (var(--rate)));
        line-height: 1.5;
    }

    .lp-page .trigger .txt {
        position: relative;
        font-family: var(--font-en);
        font-size: calc(12 * (var(--rate)));
        text-decoration: underline;
        font-weight: 700;
        color: var(--red_color);
        line-height: 1;
        letter-spacing: 0.05em;
        cursor: pointer;
        transition: 0.5s ease;
        width: fit-content;
        margin-left: calc(20 * (var(--rate)));
        z-index: 10;
    }

    /* .lp-page .trigger .open{
        position: relative;
        content: '';
        width: calc(25 * (var(--rate)));
        height: calc(25* (var(--rate)));
        background-color: var(--red_color);
        border-radius: calc(28* (var(--rate)));
        left: 0;
        right: 0;
        z-index: 0;
        transition: 0.5s ease;
    }

    .lp-page .trigger .open::before{
        position: absolute;
        content: '';
        width: calc(12 * (var(--rate)));
        height: calc(1 * (var(--rate)));
        background-color: #ffffff;
        top: calc(13 * (var(--rate)));
        right: calc(7 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .trigger .open::after{
        position: absolute;
        content: '';
        width: calc(1 * (var(--rate)));
        height: calc(12 * (var(--rate)));
        background-color: #ffffff;
        top: calc(8 * (var(--rate)));
        right: calc(12 * (var(--rate)));
        z-index: 1;
        transition: 0.5s ease;
    } */

    .lp-page .trigger.is-show .open::after{
        transform: rotate(90deg);
        transition: 0.5s ease;
    }


    .lp-page .trigger {
        position: relative;
        z-index: 0;
    }

    .lp-page .trigger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: calc(100 * (var(--rate)));
        background: linear-gradient(rgba(0, 0, 0, 0), rgb(255 255 255));
        top: calc(-70 * (var(--rate)));
        left: 0;
        z-index: 0;
    }

    .lp-page .trigger.is-show{
        margin-top: calc(5 * (var(--rate))) !important;
    }

    .lp-page .trigger.is-show::before {
        display: none;
    }

    .slick-list.draggable {
        height: auto !important;
    }

    .slick-list {
        overflow: unset !important;
    }



@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: var(--bg-color);
    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: 35rem;
    margin-left: 8rem;
}

.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 .fixed_right .nav ul {
    margin-left: 5rem;
    width: 40rem;
}

.lp-page .fixed_right .nav ul li:nth-of-type(n+2) {
    margin-top: 4rem;
}

.lp-page .fixed_right .number {
    font-family: var(--font-en);
    font-size: 4rem;
    font-style: italic;
}

.lp-page .fixed_right .text {
    text-align: left;
    color: var(--font-color);
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 1rem;
}

.lp-page .fixed_right .sub_text {
    color: var(--font-color);
    font-size: 1.3rem;
}

.lp-page .fixed_right .fixed-nav_blk {
    justify-content: flex-start;
}

.lp-page {
    background: #FAF7ED;
}

.lp-page .follow_banner.m_fixed {
    position: fixed;
    bottom: calc(30 * (var(--rate)));
    right: calc(30 * (var(--rate)));
    width: calc(70 * (var(--rate)));
    transition: all 0.6s ease;
    transform: translateX(0);
}


.modal_inner {
    height: 65rem;
}

.lp-page .bg {
    width: inherit;
}

.lp-page .accordion.is-hide{
    position: relative;
    overflow: hidden;
    height: calc(40 * (var(--rate))) !important;
    z-index: 0;
}


.modal_content .modal_btn.__1 {
    top: 61rem;
}

.modal_content .modal_btn.__2 {
    top: 112rem;
}

.modal_content .modal_btn.__3 {
    top: 166rem;
}

.modal_content .modal_btn.__4 {
    top: 210.5rem;
}

#modal2 .modal_content .modal_btn.__1 {
    top: 64rem;
}

#footer {
    position: relative;
    z-index: 0;
}

}