@charset "UTF-8";


:root {
    --rate: 60rem / 390;
    --font-color:#222222;
    /* --font-ja:"sichandich", sans-serif; */
    --font-en: "condor", 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 *: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;
        padding-top: calc(40 * (var(--rate)));
        padding-bottom: calc(80 * (var(--rate)));
    }

    .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;
        width: calc(350 * (var(--rate)));
    }

    .lp-page .main_ttl {
        margin: calc(40 * (var(--rate))) auto 0;
        width: calc(257 * (var(--rate)));
    }

    .lp-page .page_border {
        margin: calc(50 * (var(--rate))) auto 0;
        width: 0;
        height: calc(1 * (var(--rate)));
        background-color: var(--font-color);
    }

    .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_sub {
        text-align: right;
        font-family: var(--font-en);
        font-size: calc(20 * (var(--rate)));
        font-weight: 700;
        letter-spacing: 0.12em;
        padding-right: calc(20 * (var(--rate)));
        margin: calc(70 * (var(--rate))) auto calc(12 * (var(--rate)));
    }

    .lp-page .page_ttl {
        text-align: right;
        font-family: var(--font-en);
        font-size: calc(28 * (var(--rate)));
        font-weight: 700;
        letter-spacing: 0.12em;
        margin-top: calc(12 * (var(--rate)));
        padding-right: calc(20 * (var(--rate)));
    }

    /* --------- lead --------- */
    .lp-page .lead {
        text-align: center;
        margin: calc(70 * (var(--rate))) auto 0;
        font-size: calc(15 * (var(--rate)));
        width: calc(345 * (var(--rate)));
        line-height: 2.4;
    }

    .lp-page .nav {
        margin: calc(30 * (var(--rate))) auto 0;
    }

    .lp-page .nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        content: "";
        gap: calc(20 * (var(--rate)));
    }

    .lp-page .nav ul li {
        width: calc(165 * (var(--rate)));
    }

    .lp-page .nav_text {
        position: relative;
        text-align: left;
        font-size: calc(12 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 700;
        letter-spacing: 0.07em;
        z-index: 0;
    }

    .lp-page .nav_text::before {
        position: absolute;
        content: "";
        background: url(../img/arrows.svg) no-repeat;
        background-size: 100%;
        width: calc(30 * (var(--rate)));
        height: calc(15 * (var(--rate)));
        top: 0;
        right: 0;
        z-index: 1;
    }

    .lp-page .nav_img {
        overflow: hidden;
        width: 100%;
        margin-top: calc(10 * (var(--rate)));
        border: var(--font-color) solid calc(1 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
    }

    /* --------- content --------- */
    .lp-page .content {
        padding: calc(60 * (var(--rate))) 0 0;
    }

    .lp-page .content .page_ttl {
        text-align: left;
        padding-left: calc(20 * (var(--rate)));
    }

    .lp-page .inner {
        margin-top: calc(30 * (var(--rate)));
        padding: 0 calc(20 * (var(--rate)));
    }

    .lp-page .inner .main_img {
        overflow: hidden;
        width: 100%;
        border: var(--font-color) solid calc(1 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
    }

    .lp-page .inner .ttl {
        text-align: left;
        font-size: calc(20 * (var(--rate)));
        font-weight: 700;
        margin-top: calc(30 * (var(--rate)));
        line-height: 1.5;
    }

    .lp-page .inner .lead {
        text-align: justify;
        font-size: calc(15 * (var(--rate)));
        margin-top: calc(15 * (var(--rate)));
        line-height: 2;
    }

    .lp-page .inner .lead .color {
        color: #B54013;
    }

    .lp-page .inner .lead .sub {
        display: inline-block;
        margin-top: calc(6 * (var(--rate)));
        font-size: calc(11 * (var(--rate)));
    }

    .lp-page .inner .info {
        position: relative;
        width: calc(310 * (var(--rate)));
        margin: calc(30 * (var(--rate))) auto 0;
        padding: calc(25 * (var(--rate))) calc(20 * (var(--rate))) calc(20 * (var(--rate)));
        border: var(--font-color) solid calc(1 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
        background: #ffffff;
        z-index: 0;
    }

    .lp-page .inner .info::before {
        position: absolute;
        content: "";
        width: calc(40 * (var(--rate)));
        height: calc(1 * (var(--rate)));
        background: var(--font-color);
        top: calc(-3 * (var(--rate)));
        right: calc(20 * (var(--rate)));
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .lp-page .inner .info_lead {
        text-align: left;
        font-size: calc(14 * (var(--rate)));
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .lp-page .inner .info_lead span {
        display: block;
        text-align: justify;
        font-size: calc(12 * (var(--rate)));
        margin-top: calc(15 * (var(--rate)));
        line-height: 1.5;
        font-weight: 500;
    }

    .lp-page .inner .info_lead .bold {
        font-weight: 700;
    }

    .lp-page .inner .item_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(330 * (var(--rate)));
        margin-top: calc(10 * (var(--rate)));
        padding: calc(10 * (var(--rate)));
        border: var(--font-color) solid calc(1 * (var(--rate)));
        border-radius: calc(5 * (var(--rate)));
        background: #ffffff;
    }

    .lp-page .inner .item_wrap.first {
        margin-top: calc(30 * (var(--rate)));
    }

    .lp-page .item_wrap .item_img {
        width: calc(117 * (var(--rate)));
    }

    .lp-page .item_wrap .item_info {
        width: calc(200 * (var(--rate)));
    }

    .lp-page .item_info .text {
        text-align: justify;
        font-size: calc(12 * (var(--rate)));
        line-height: 1.5;
    }

    .lp-page .item_info .name {
        text-align: left;
        font-size: calc(12 * (var(--rate)));
        font-weight: 700;
        line-height: 1.5;
        margin-top: calc(10 * (var(--rate)));
    }

    .lp-page .item_info .price_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: calc(10 * (var(--rate)));
    }

    .lp-page .item_info .price_wrap .praice {
        font-size: calc(14 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .lp-page .item_info .price_wrap .praice span {
        font-size: calc(11 * (var(--rate)));
    }

    .lp-page .item_info .price_wrap .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(80 * (var(--rate)));
        height: calc(26 * (var(--rate)));
        font-size: calc(12 * (var(--rate)));
        font-family: var(--font-en);
        font-weight: 700;
        color: #ffffff;
        background: var(--font-color);
    }

    .lp-page .btn_all {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: calc(30 * (var(--rate))) auto 0;
        width: calc(350 * (var(--rate)));
        height: calc(60 * (var(--rate)));
        font-size: calc(13 * (var(--rate)));
        line-height: 1.5;
        font-family: var(--font-en);
        font-weight: 700;
        color: #ffffff;
        background: var(--font-color);
    }

    .lp-page .btn_all.bottom {
        margin: calc(60 * (var(--rate))) auto 0;
    }

    .lp-page .yutube_area {
        margin-top: calc(40 * (var(--rate)));
    }
    
    .lp-page .yutube_area .ttl {
        position: relative;
        text-align: center;
        font-size: calc(15 * (var(--rate)));
        line-height: 2;
        z-index: 0;
    }

    .lp-page .yutube_area .ttl::before {
        position: absolute;
        content: "";
        background: var(--font-color);
        width: calc(1 * (var(--rate)));
        height: calc(25 * (var(--rate)));
        transform: rotate(-35deg);
        bottom: calc(0 * (var(--rate)));
        left: calc(85 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .yutube_area .ttl::after {
        position: absolute;
        content: "";
        background: var(--font-color);
        width: calc(1 * (var(--rate)));
        height: calc(25 * (var(--rate)));
        transform: rotate(35deg);
        bottom: calc(0 * (var(--rate)));
        right: calc(85 * (var(--rate)));
        z-index: 1;
    }

    .lp-page .yutube_area .ttl span {
        font-family: var(--font-en);
        font-size: calc(16 * (var(--rate)));
        font-weight: 700;
    }

    .lp-page .yutube_area .yutube {
        width: 100%;
        margin-top: calc(25 * (var(--rate)));
    }

    .lp-page .yutube_area iframe {
        width: inherit;
    }


    .lp-page .fixed-nav {
        background: var(--font-color);
        padding: calc(20 * (var(--rate))) 0 calc(16 * (var(--rate)));
        transition: all 0.2s ease;
        transform: translateY(100%);
    }

    .lp-page .fixed-nav_wrap {
        position: static;
        width: calc(660 * (var(--rate)));
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(40 * (var(--rate)));
        padding: 0 calc(20 * (var(--rate)));
    }
    
    .lp-page .fixed-nav_blk {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(12 * (var(--rate)));
        font-weight: 700;
        font-family: var(--font-en);
        line-height: 1;
        color: #ffffff;
        z-index: 0;
    }

    .lp-page .fixed-nav_blk:nth-of-type(n+2)::before {
        position: absolute;
        content: "";
        width: calc(1 * (var(--rate)));
        height: 100%;
        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);
        overflow: scroll;
        overflow-y: scroll;
        /* IE, Edge 対応 */
        -ms-overflow-style: none;
        /* Firefox 対応 */
        scrollbar-width: none;
    }

    /* Chrome, Safari 対応 */
    .lp-page .fixed-nav.m_fixed::-webkit-scrollbar {
        display:none;
    }


/* accordion
==================================*/
    .lp-page .accordion{
    transition: all 0.5s;
    }

    .lp-page .accordion.is-hide{
        position: relative;
        overflow: hidden;
        height: calc(120 * (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(-30 * (var(--rate)));
        transition: 0.5s ease;
    }

    .lp-page .trigger .txt {
        position: relative;
        font-family: var(--font-en);
        font-size: calc(12 * (var(--rate)));
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05em;
        cursor: pointer;
        transition: 0.5s ease;
        width: fit-content;
        margin-left: auto;
        z-index: 10;
    }

    .lp-page .trigger .open{
        position: relative;
        content: '';
        width: calc(28 * (var(--rate)));
        height: calc(28* (var(--rate)));
        background-color: var(--font-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(14 * (var(--rate)));
        right: calc(8 * (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(9 * (var(--rate)));
        right: calc(13 * (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(10 * (var(--rate))) !important;
    }

    .lp-page .trigger.is-show::before {
        display: none;
    }




@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: 30rem;
    margin-left: 10rem;
}

.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 {
    width: 30rem;
}

.lp-page .fixed_right .nav ul li {
    width: 12.5rem;
}

.lp-page .fixed_right .nav_text::before {
    display: none;
}

.lp-page .fixed_right .nav_text {
    font-size: calc(10 * (var(--rate)));
}

.lp-page .fixed_right .nav_img {
    margin-top: calc(6 * (var(--rate)));
}

.lp-page {
    background: #E5E5E2;
}


.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);
}


.lp-page .bg {
    width: inherit;
}


#footer {
    position: relative;
    z-index: 0;
}

}