@charset "UTF-8";


:root {
    --rate: 60rem / 390;
    --lightblue_1-color:#EDF4F7;
    --lightblue_2-color:#FDFDFD;
    --blue-color:#3E93AE;
    --font-color:#312E2D;
    --font-ja:"sichandich", sans-serif;
    --font-en: "chidori", sans-serif;
    --font-text: "yu-gothic-pr6n", 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: "yu-gothic-pr6n", sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    z-index: 0;
    width: 100%;
    font-weight: 400;
    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 {
        margin-top: calc(60 * (var(--rate)));
        font-size: calc(14 * (var(--rate)));
        font-weight: 700;
        line-height: 2.14;
    }

    .lp-page .nav {
        margin: calc(60 * (var(--rate))) auto;
        width: calc(330 * (var(--rate)));
    }

    .lp-page .nav p {
        position: relative;
        margin-top: calc(60 * (var(--rate)));
        font-size: calc(16 * (var(--rate)));
        font-weight: 700;
        color: var(--blue-color);
        z-index: 0;
        width: 100%;
    }

    .lp-page .nav .index {
        display: block;
        position: relative;
        display: inline-block;
        padding: 0 calc(10 * (var(--rate)));
        background-color: var(--lightblue_1-color);
        font-family: var(--font-en);
        z-index: 0;
    }

    .lp-page .nav .lineup__header::before {
        z-index: -1;
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 0%;
        width: 100%;
        height: 1px;
        background-color: #B2C9D0;
        left: 50%;
        width: 0;
        transition: left 1s ease, width 1s ease;
        transition-delay: .2s;
    }

    .lp-page .lineup__header.fadein.fade-active::before {
        left: 0%;
        width: 100%;
    }

    .lp-page .nav ul {
        margin-top: calc(20 * (var(--rate)));
    }

    .lp-page .nav ul li {
        position: relative;
        width: inherit;
        margin: 0 auto 0;
        font-size: calc(14 * (var(--rate)));
        font-weight: 700;
        height: calc(38 * (var(--rate)));
        display: flex; 
        justify-content: flex-start;
        align-items: center;
        padding: calc(5 * (var(--rate))) 0 0 calc(30 * (var(--rate)));
        background: #fff;
        z-index: 0;
    }

    .lp-page .nav ul li::before {
        position: absolute;
        content: "";
        background-color: var(--blue-color);
        width: calc(6 * (var(--rate)));
        height: calc(6 * (var(--rate)));
        top: 50%;
        left: calc(15 * (var(--rate)));
        transform: translateY(-50%);
        z-index: 1;
    }

    .lp-page .nav ul li:nth-of-type(n+2) {
        margin-top: calc(5 * (var(--rate)));
    }

    .lp-page .nav ul li .en {
        font-family: var(--font-en);
        font-size: calc(10 * (var(--rate)));
        padding-left: calc(10 * (var(--rate)));
        color: #B2C9D0;
    }

    .lp-page .nav .nav_list li:nth-of-type(1) {
        transition-delay: .2s;
    }
    .lp-page .nav .nav_list li:nth-of-type(2) {
        transition-delay: .4s;
    }
    .lp-page .nav .nav_list li:nth-of-type(3) {
        transition-delay: .6s;
    }
    .lp-page .nav .nav_list li:nth-of-type(4) {
        transition-delay: .8s;
    }
    .lp-page .nav .nav_list li:nth-of-type(5) {
        transition-delay: 1s;
    }


    /* --------- content --------- */
    .lp-page .content {
        padding: calc(60 * (var(--rate))) 0;
    }

    .lp-page .content_1 ,
    .lp-page .content_3 ,
    .lp-page .content_5 {
        background-color: var(--lightblue_2-color);
    }

    .lp-page .content .ttl {
        font-size: calc(18 * (var(--rate)));
        font-weight: 700;
        color: var(--blue-color);
    }

    .lp-page .content .subttl {
        display: inline-block;
        margin-top: calc(15 * (var(--rate)));
        font-family: var(--font-en);
        font-size: calc(11 * (var(--rate)));
        font-weight: 700;
        line-height: 1;
        padding: calc(5 * (var(--rate))) calc(10 * (var(--rate))) calc(4 * (var(--rate)));
        border: var(--blue-color) solid calc(1 * (var(--rate)));
        background-color: var(--lightblue_1-color);
        border-radius: calc(50 * (var(--rate)));
        color: var(--blue-color);
    }

    .lp-page .content .subttl.second {
        background-color: var(--lightblue_2-color);
    }

    .lp-page .content .content_lead {
        margin-top: calc(30 * (var(--rate)));
        font-size: calc(14 * (var(--rate))) 0;
        font-weight: 700;
        line-height: 1.8;
    }

    .lp-page .content .content_img {
        margin-top: calc(30 * (var(--rate)));
    }

    .lp-page .content .btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: calc(30 * (var(--rate))) auto 0;
        font-size: calc(13 * (var(--rate)));
        font-weight: 700;
        width: calc(310 * (var(--rate)));
        height: calc(50 * (var(--rate)));
        background-color: var(--lightblue_1-color);
        border: var(--blue-color) solid calc(1 * (var(--rate)));
        color: var(--blue-color);
        z-index: 0;
    }

    .lp-page .btn.all {
        margin: calc(60 * (var(--rate))) auto 0;
        background-color: var(--blue-color);
        border: var(--blue-color) solid calc(1 * (var(--rate)));
        color: #fff;
    }

    .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 .content .btn:hover::before {
        background: url(../img/btn_arrow_white.svg) no-repeat;
        background-size: 100%;
        right: calc(15 * (var(--rate)));
        transition: ease .6s;
        z-index: 1;
    }

    .lp-page .content .btn:hover {
        background-color: var(--blue-color);
        color: #fff;
        transition: ease .6s;
    }

    @keyframes infinity-scroll-left {
        from {
            transform: translateX(0);
        }
            to {
            transform: translateX(-100%);
        }
        }
        .scroll-infinity {
            padding: calc(20 * (var(--rate))) 0;
            background-color: var(--blue-color);
        }
        .scroll-infinity__wrap {
            display: flex;
            overflow: hidden;
        }
        .scroll-infinity__list {
            display: flex;
            list-style: none;
            padding: 0
        }
        .scroll-infinity__list--left {
            animation: infinity-scroll-left 40s infinite linear 0.5s both;
        }
        .scroll-infinity__item {
            width: calc(514 * (var(--rate)));
            margin-right: calc(15 * (var(--rate)));
        }
        .scroll-infinity__item>img {
            width: 100%;
        }
        

        .info .scroll-infinity-info {
            margin-top: calc(15 * (var(--rate)));
            padding: calc(30 * (var(--rate))) 0;
            background: #fff;
        }

        .info .scroll-infinity__item {
            width: calc(570 * (var(--rate)));
            margin-right: calc(15 * (var(--rate)));
        }

        


    .lp-page .item_blk {
        width: calc(270 * (var(--rate)));
        margin: calc(30 * (var(--rate))) auto 0;
        padding: calc(30 * (var(--rate))) calc(20 * (var(--rate)));
        border: var(--blue-color) solid calc(1 * (var(--rate)));
        background-color: var(--lightblue_2-color);
    }

    .lp-page .item_blk.second {
        background-color: var(--lightblue_1-color);
    }

    .lp-page .item_blk:nth-of-type(n+2) {
        margin-top: calc(20 * (var(--rate)));
    }

    .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_name {
        text-align: left;
        font-size: calc(13 * (var(--rate)));
        font-weight: 700;
        line-height: 1.5;
        margin-top: calc(20 * (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-family: var(--font-en);
        font-size: calc(14 * (var(--rate)));
        font-weight: 700;
    }

    .lp-page .item_price .tax {
        font-size: calc(11 * (var(--rate)));
    }

    .lp-page .content .item_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(12 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 700;
        width: calc(110 * (var(--rate)));
        height: calc(25 * (var(--rate)));
        color: var(--lightblue_1-color);
        background-color: var(--blue-color);
    }

    .lp-page .info {
        position: relative;
        margin-top: calc(60 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .info::after {
        position: absolute;
        content: "";
        background: url(../img/comingsoon.svg) no-repeat;
        background-size: 100%;
        width: calc(130 * (var(--rate)));
        height: calc(51 * (var(--rate)));
        bottom: calc(-18 * (var(--rate)));
        right: calc(60 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .info h3 {
        font-size: calc(18 * (var(--rate)));
        font-weight: 700;
        color: var(--blue-color);
    }

    .lp-page .info .subtext {
        position: relative;
        display: inline-block;
        font-size: calc(14 * (var(--rate)));
        margin-top: calc(20 * (var(--rate)));
        z-index: 0;
    }

    .lp-page .info .subtext::before {
        position: absolute;
        content: "";
        width: calc(1 * (var(--rate)));
        height: calc(15 * (var(--rate)));
        background-color: var(--font-color);
        transform: rotate(-20deg);
        top: calc(5 * (var(--rate)));
        left: calc(-10 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .info .subtext::after {
        position: absolute;
        content: "";
        width: calc(1 * (var(--rate)));
        height: calc(15 * (var(--rate)));
        background-color: var(--font-color);
        transform: rotate(20deg);
        top: calc(5 * (var(--rate)));
        right: calc(-2 * (var(--rate)));
        z-index: 1;
    }


    .lp-page .fixed-nav {
        background: var(--blue-color);
        padding: calc(15 * (var(--rate))) 0;
        border-top: solid 1px #fff;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease-in;
        transform: translateY(100%);
    }

    .lp-page .fixed-nav_wrap {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(30 * (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);
        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(15 * (var(--rate)));
        background: #AFC3B4;
        top: calc(4 * (var(--rate)));
        left: calc(-15 * (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-in;
        transform: translateY(0);
    }




@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(--lightblue_1-color);
    padding-bottom: 8rem;
}

.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;
}

.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 .index{
    background-color: #D9EAF2;
}

.lp-page .fixed_right .nav {
    margin-top: -1.5rem;
}


.lp-page {
    background: #D9EAF2;
}

#lp-page .date {
    width: 35rem;
    margin: 5rem auto 0;
    padding-bottom: 8rem;
}

#lp-page .date_1 {
    width: 25rem;
    padding-top: 5rem;
}
#lp-page .date_2 {
    width: 25rem;
    padding-top: 1.8rem;
}
#lp-page .date_3 {
    width: 25rem;
    padding-top: 2rem;
}



#footer {
    position: relative;
    z-index: 0;
}

}