@charset "UTF-8";


:root {
    --bg-color:#F0FBFF;
    --color-blue:#41B7DD;
    --color-yellow:#FEFC00;
    --font-ja:"sichandich", sans-serif;
    --font-en: "contempora-sans-condensed", sans-serif;
    --font-text: "noto-sans-cjk-jp", 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 / 390));
}	
	
.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 {
    margin: 0 auto;
    position: relative;
    /* overflow-y: hidden; */
    color: #2F2F2F;
    font-family: "forevs", "noto-sans-cjk-jp", sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
    z-index: 0;
    width: 100%;
    font-weight: 400;
    background: #fff;
}
.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;
    }


    #lp-page .intro-txt {
        margin-top: 3rem;
        text-align: justify;
        font-size: 1.4rem;
        line-height: 1.8;
        font-weight: 500;
        padding: 0 2rem 0;
    }

    #lp-page .index_area {
        margin: 3rem auto 0;
        width: 35rem;
        border-radius: 1rem;
        box-shadow: 0px 3px 12px #e6e6e6;
    }

    #lp-page .index_area h3 {
        display: block;
        font-size: 2.5rem;
        font-family: var(--font-en);
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: center;
        border-radius: 1rem 1rem 0 0;
        padding: 0.5rem 0;
        color: #fff;
        background: var(--color-blue);
    }

    #lp-page .index_area ul {
        padding: 2rem 0 2rem 4rem;
    }

    #lp-page .index_area li {
        position: relative;
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0;
        z-index: 0;
    }

    #lp-page .index_area li::before {
        position: absolute;
        content: "";
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 5rem;
        background: var(--color-blue);
        top: 0.7rem;
        left: -1.5rem;
        z-index: 1;
    }

    #lp-page .index_area li:nth-of-type(n+2) {
        margin-top: 2rem;
    }

    .slick-track {
        display: flex !important;
        justify-content: stretch;
    }
        .slick-slide {
        height: auto !important;
    }


    /*----------アニメーション----------*/

    .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;
    }

    /* ====== Effect_area ====== */
    #lp-page .Effect_area {
        padding: 0 2rem;
    }

    #lp-page .ttl_area {
        text-align: center;
    }

    #lp-page .ttl_area .en {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1;
        color: var(--color-blue);
    }

    #lp-page .ttl_area .ja {
        position: relative;
        display: inline-block;
        margin-top: 9.5rem;
        font-family: var(--font-ja);
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0;
        color: var(--color-blue);
        background: linear-gradient(transparent 50%, rgba(254, 251, 0, 0.5) 0%);
        z-index: 0;
    }

    #lp-page .ttl_area .ja::before {
        position: absolute;
        content: "";
        background: url(../img/icon_effect.png) no-repeat;
        background-size: 100%;
        width: 7rem;
        height: 4.5rem;
        top: -5rem;
        left: 0;
        z-index: 1;
    }

    #lp-page .ttl_text {
        margin-top: 2.5rem;
        text-align: justify;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8;
    }



    #lp-page .text_blk {
        margin-top: 2.5rem;
    }

    #lp-page .text_blk .ttl {
        position: relative;
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 700;
        padding: 0 0 0 1.8rem;
        z-index: 0;
    }

    #lp-page .text_blk .ttl::before {
        position: absolute;
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        border-radius: 5rem;
        background: var(--color-blue);
        top: 0.6rem;
        left: 0;
        z-index: 1;
    }

    #lp-page .text_blk .text {
        text-align: justify;
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    #lp-page .text_info {
        margin-top: 1.5rem;
        text-align: justify;
        padding: 2rem;
        background: #F5F9FC;
        border-radius: 1rem;
    }

    #lp-page .text_info .ttl {
        text-align: justify;
        font-size: 1.3rem;
        font-weight: 700;
    }

    #lp-page .text_info .ttl:nth-of-type(n+2) {
        margin-top: 2rem;
    }

    #lp-page .text_info .text {
        text-align: justify;
        margin-top: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.8;
    }


   /* ====== Keywords ====== */

    #lp-page .inner_ttl {
        position: relative;
        text-align: center;
        z-index: 0;
    }

    #lp-page .inner_ttl::before {
        position: absolute;
        content: "";
        background: url(../img/icon_1.png) no-repeat;
        background-size: 100%;
        width: 3.2rem;
        height: 3.6rem;
        top: -2rem;
        right: 0;
        z-index: 1;
    }

    #lp-page .inner_ttl::after {
        position: absolute;
        content: "";
        background: url(../img/icon_2.png) no-repeat;
        background-size: 100%;
        width: 3.2rem;
        height: 3.6rem;
        top: 2.5rem;
        left: -1rem;
        z-index: 1;
    }

    #lp-page .inner_ttl p {
        font-family: var(--font-ja);
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        color: var(--color-yellow);
    }

    #lp-page .Keywords .ttl_text {
        color: #fff;
    }

    #lp-page .Keywords {
        position: relative;
        margin-top: 8rem;
        padding: 3rem 2rem 8rem;
        background: var(--color-blue);
        text-align: center;
        z-index: 0;
    }

    #lp-page .Keywords::before {
        position: absolute;
        content: "";
        background: url(../img/nami_bg.png) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 4rem;
        top: -3.8rem;
        left: 0;
        z-index: 1;
    }

    #lp-page .Keywords .text_info {
        position: relative;
        margin-top: 3rem;
        text-align: justify;
        padding: 2rem;
        background: #fff;
        border-radius: 2rem;
        z-index: 0;
    }

    #lp-page .Keywords .text_info:nth-of-type(n+2) {
        margin-top: 4rem;
    }

    #lp-page .Keywords .text_info.second ,
    #lp-page .Keywords .text_info.third {
        margin-top: 4rem;
    }

    #lp-page .Keywords .text_info::before {
        position: absolute;
        content: "";
        background: url(../img/icon_point_1.png) no-repeat;
        background-size: 100%;
        width: 7rem;
        height: 7rem;
        top: -3rem;
        right: 2rem;
        z-index: 1;
    }

    #lp-page .Keywords .text_info.second::before {
        background: url(../img/icon_point_2.png) no-repeat;
        background-size: 100%;
    }
    #lp-page .Keywords .text_info.third::before {
        background: url(../img/icon_point_3.png) no-repeat;
        background-size: 100%;
    }
    

    #lp-page .Keywords .text_info .ttl {
        position: relative;
        display: inline-block;
        text-align: justify;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--color-blue);
        z-index: 0;
    }

    #lp-page .Keywords .text_info .text {
        text-align: justify;
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    #lp-page .Keywords .text_info span {
        display: block;
        margin-top: 1.5rem;
        padding: 1.5rem 0;
        border: #D7E3EF 0.1rem dotted;
        border-left: unset;
        border-right: unset;
    }

    #lp-page .Keywords .text_info .ttl::before {
        position: absolute;
        content: "";
        display: block;
        width: 1.6rem;
        height: 1.5rem;
        background: url(../img/Keywords_icon.svg) no-repeat;
        background-size: 100%;
        top: 0.1rem;
        left: 0;
        z-index: 1;
    }


    /* ====== Recommend ====== */
    #lp-page .Recommend {
        position: relative;
        padding: 3rem 0 0;
        background: #84d3ec;
        text-align: center;
        z-index: 0;
    }

    #lp-page .Recommend::before {
        position: absolute;
        content: "";
        background: url(../img/nami_bg_2.png) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 4rem;
        top: -3.8rem;
        left: 0;
        z-index: 1;
    }

    #lp-page .item_contents {
        margin-top: 1rem;
    }

    #lp-page .content_ttl {
        position: relative;
        font-family: var(--font-ja);
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        font-weight: 500;
        line-height: 1.5;
        color: #fff;
        z-index: 0;
    }

    #lp-page .content_ttl::before {
        position: absolute;
        content: "";
        background: url(../img/icon_1.png) no-repeat;
        background-size: 100%;
        width: 3.2rem;
        height: 3.5rem;
        top: 2rem;
        right: 5rem;
        z-index: -1;
    }

    #lp-page .content_ttl::after {
        position: absolute;
        content: "";
        background: url(../img/icon_2.png) no-repeat;
        background-size: 100%;
        width: 3.2rem;
        height: 3.5rem;
        top: 7rem;
        left: 3.5rem;
        z-index: -1;
    }

    #lp-page .content_ttl span {
        font-size: 2.4rem;
    }

    #lp-page .content_ttl span .en {
        font-size: 3rem;
        font-family: var(--font-en);
    }

    
    #lp-page .content_ttl .summer_icon {
        position: absolute;
        width: 7rem;
        top: -0.5rem;
        left: 1.5rem;
        z-index: 1;
    }

    #lp-page .item_inner {
        padding: 4rem 0;
    }

    #lp-page .item_inner .items_blk {
        position: relative;
        margin-top: 2rem;
        z-index: 0;
    }

    #lp-page .item_inner .cat {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.5rem;
        height: 8.5rem;
        color: #fff;
        background: #ED7D32;
        border-radius: 50rem;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.5;
        top: 2rem;
        left: 2rem;
        z-index: 1;
    }
    #lp-page .item_inner .cat.pink {
        background: #E989AE;
    }
    #lp-page .item_inner .cat.blue {
        background: #41B7DD;
    }

    #lp-page .item_inner.second {
        padding: 4rem 0;
        border-top: #fff 0.1rem solid;
    }

    #lp-page .item_inner .category {
        display: inline-block;
        padding: 0.7rem 1.5rem 0.7rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--color-blue);
        background: var(--color-yellow);
        border-radius: 50rem;
        margin-left: 2rem;
    }

    #lp-page .items_blk {
        width: 28rem !important;
        margin: 0 1rem;
        background: #fff;
        padding: 2rem;
        border-radius: 2rem;
    }

    #lp-page .item_inner.second .items_blk .min_hight {
        min-height: auto;
    }

    #lp-page .items_blk .ttl {
        display: inline-block;
        margin-top: 1.5rem;
        padding: 0.4rem 0.5rem 0.2rem;
        font-size: 1rem;
        font-weight: 700;
        background: #FFFEEB;
        border: 0.1rem solid #575757;
    }

    #lp-page .items_blk .brand {
        text-align: left;
        margin-top: 1.2rem;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    #lp-page .items_blk .brand.ja {
        font-size: 1.4rem;
    }

    #lp-page .items_blk .name {
        text-align: left;
        margin-top: 0.6rem;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.5;
    }
    
    #lp-page .items_blk .items_price_wrap {
        display: flex;
        justify-content: space-between;
    }

    #lp-page .items_blk .items_price_wrap .price {
        text-align: left;
        font-family: var(--font-en);
        margin-top: 1.5rem;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    #lp-page .items_blk .items_price_wrap .tax {
        font-size: 1.2rem;
    }

    #lp-page .items_blk .text {
        text-align: justify;
        margin-top: 1rem;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.7;
    }

    #lp-page .items_blk .text a {
        display: inline-block;
        text-decoration: underline;
        color: var(--color-blue);
        margin-top: 0.5rem;
    }

    #lp-page .items_blk .detail {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 11rem;
        height: 3rem;
        font-family: var(--font-en);
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        font-weight: 500;
        color: #fff;
        background: var(--color-blue);
        border-radius: 50rem;
        box-shadow: 0px 5px 0px #238EB1;
        transition: .3s;
    }

    #lp-page .items_blk .detail:hover {
        box-shadow: unset;
        transform: translateY(4px);
    }

    #lp-page .all_btn {
        position: relative;
        margin: 4rem auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 31rem;
        height: 7.6rem;
        font-family: var(--font-en);
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 700;
        color: #fff;
        background: var(--color-blue);
        border-radius: 50rem;
        box-shadow: 0px 8px 0px #238EB1;
        transition: .3s;
        z-index: 0;
    }

    #lp-page .all_btn::before {
        position: absolute;
        content: "";
        background: url(../img/arrow.svg) no-repeat;
        background-size: 100%;
        width: 0.7rem;
        height: 1.4rem;
        top: 3.5rem;
        right: 2.5rem;
        z-index: 1;
        transition: .3s;
    }

    #lp-page .all_btn:hover::before {
        right: 2rem;
    }


    #lp-page .all_btn:hover {
        box-shadow: unset;
        transform: translateY(4px);
    }

    #lp-page .all_btn.light-blue {
        background: #84D3EC;
    }

    #lp-page .all_btn.yellow {
        color: var(--color-blue);
        background: var(--color-yellow);
        box-shadow: 0px 8px 0px var(--color-blue);
    }

    #lp-page .all_btn.yellow::before {
        background: url(../img/arrow_blue.svg) no-repeat;
        width: 1rem;
        height: 1.6rem;
    }

    #lp-page .all_btn.yellow:hover {
        box-shadow: unset;
        transform: translateY(4px);
    }


    #lp-page .item_img {
        position: relative;
        width: 20rem;
        margin: auto;
        z-index: 0;
    }
    
    /* #lp-page .items_over::-webkit-scrollbar {
        display:none;
    }

    #lp-page .accordion_blk .text {
        position: relative;
        width: 100%;
        height: 5rem;
        overflow-y: hidden;
        transition: all .6s;
        z-index: 0;
    }

    #lp-page .accordion_blk .text::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3rem;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, transparent, #eff4f8);
        z-index: 1;
        
    }
    
    #lp-page .accordion_blk.open .text ,
    #lp-page .item_content_second .accordion_blk.open .text {
        width: 100%;
        height: auto;
        overflow-y: unset;
        transition: all .6s;
    }

    #lp-page .accordion_blk.open .text::before ,
    #lp-page .item_content_second .accordion_blk.open .text::before {
        background: unset;
        transition: all .6s;
    }

    #lp-page .accordion_btn {
        margin-top: 0.5rem;
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        color: #7296B9;
        z-index: 0;
    }

    #lp-page .accordion_blk.open .accordion_btn {
        display: none;
    }

    #lp-page .accordion_btn::before {
        position: absolute;
        content: "";
        background: url(../img/more_icon.svg) no-repeat;
        background-size: 100%;
        width: 1rem;
        height: 1rem;
        top: 0.7rem;
        right: 7.5rem;
        z-index: 1;
    }  */


    /* ====== item_second ====== */
    #lp-page .item_second {
        position: relative;
        margin-top: 4rem;
        padding: 0;
        background: var(--color-blue);
        text-align: center;
        z-index: 0;
    }

    #lp-page .item_second::before {
        position: absolute;
        content: "";
        background: url(../img/nami_bg_1.png) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 4rem;
        top: -3.8rem;
        left: 0;
        z-index: 1;
    }


    /* ====== campaign ====== */
    #lp-page .campaign {
        margin: 4rem auto 0;
        padding-bottom: 4rem;
        width: 35rem;
        border-radius: 1rem;
        box-shadow: 0px 3px 12px #e6e6e6;
    }

    #lp-page .campaign h3 {
        display: block;
        font-size: 3rem;
        font-family: var(--font-en);
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: center;
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 0 0.5rem;
        color: #fff;
        background: var(--color-blue);
    }

    #lp-page .campaign .info {
        width: 27rem;
        margin: 2.5rem auto 0;
    }

    #lp-page .campaign .all_btn {
        width: 27rem;
        height: 5rem;
        margin: 2.5rem auto 0;
    }

    #lp-page .campaign .all_btn::before {
        top: 2rem;
    }





    #footer {
        background: #fff;
    }







@media only screen and (min-width: 769px) {	
.lp-page .sp_only {
  display: none;
}
.lp-page .pc_only {
  display: block;
}
	
.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: 5rem;
    box-shadow: 0px 3px 12px #5aa6c0;
}

.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: 42rem;
}

.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_left h2 {
    width: 30rem;
}

.lp-page .fixed_right .index {
    position: relative;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--color-blue);
    letter-spacing: 0.05em;
    z-index: 0;
}

.lp-page .fixed_right .nav-list {
    width: 35rem;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0px 3px 12px #6767674d;
}

.lp-page .fixed_right .nav-list .index {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    color: #fff;
    background: var(--color-blue);
    font-family: var(--font-en);
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0;
}

.lp-page .fixed_right .nav-list a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    /* font-family: var(--font-ja); */
    margin: 2rem 0;
    font-weight: 700;
    z-index: 0;
    padding-left: 3.4rem;
}

#lp-page .nav-list a::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 5rem;
    background: var(--color-blue);
    top: 0.7rem;
    left: 1.8rem;
    z-index: 1;
}

.lp-page .item-list .item-txt {
    width: 60%;
}	

#lp-page .inner_ttl::before {
    right: 3rem;
}

#lp-page .inner_ttl::after {
    left: 2rem;
}

#lp-page .content_ttl::before {
    right: 8rem;
}

#lp-page .content_ttl::after {
    left: 7rem;
}

#lp-page .content_ttl .summer_icon {
    left: 4.5rem;
}

.lp-page {
    background: #7BD5F4;
}



#footer {
    position: relative;
    z-index: 0;
}

}