@charset "utf-8";

@import("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@600&display=swap")

img {
    max-width: 100%;
    vertical-align: bottom
}

figcaption {
    margin-top: .5em
}

.mainvisual {
    position: relative
}

.mainvisual-ttl {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.mainvisual-wrap {
    width: 100%;
    min-width: 1040px;
    height: 58vw;
    min-height: 840px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 40px 150px;
    background-color: #FFF
}

@media(max-width:768px) {
    .mainvisual-ttl {
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 5px
    }

    .mainvisual-ttl img {
        max-width: 100%
    }

    .mainvisual-wrap {
        min-width: initial;
        height: 133.3vw;
        min-height: auto;
        padding: 10px 15px 100px
    }
}

.visual-boxE {
    display: block;
    width: 24.2%;
    height: 100%
}

.visual-box {
    position: relative;
    display: block;
    width: 18.2%;
    height: 100%;
    overflow: hidden;
    background-color: #f7ec6b
}

@media(max-width:768px) {
    .visual-boxE {
        display: none
    }

    .visual-box {
        width: 23.8%;
        height: 100%
    }
}

.visual-boxA {
    background-color: #fffeed
}

.visual-boxB {
    background-color: #fffeed
}

.visual-boxC {
    background-color: #fffeed
}

.visual-boxD {
    background-color: #fffeed
}

.visual-box figure {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.visual-box img {
    object-fit: cover;
    width: 120%;
    height: 100%
}

.visual-box:nth-child(odd) img {
    opacity: 0;
    transform: translateX(100%);
    transition: all cubic-bezier(0.33, 1, 0.68, 1) .8s;
    transition-delay: .5s
}

.visual-box:nth-child(even) img {
    opacity: 0;
    transform: translateX(-100%);
    transition: all cubic-bezier(0.33, 1, 0.68, 1) .8s;
    transition-delay: .5s
}

.visual-boxA span {
    display: block;
    width: 101%;
    height: 100%;
    background-color: #ffa6bf;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(100%);
    transition: all cubic-bezier(.645, .045, .355, 1) .5s
}

.visual-boxB span {
    display: block;
    width: 101%;
    height: 100%;
    background-color: #ffe367;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-100%);
    transition: all cubic-bezier(.645, .045, .355, 1) .5s
}

.visual-boxC span {
    display: block;
    width: 101%;
    height: 100%;
    background-color: #88ecf5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(100%);
    transition: all cubic-bezier(.645, .045, .355, 1) .5s
}

.visual-boxD span {
    display: block;
    width: 101%;
    height: 100%;
    background-color: #e2a0d3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-100%);
    transition: all cubic-bezier(.645, .045, .355, 1) .5s
}

.slide-open:nth-child(odd) span {
    transform: translateY(0%)
}

.slide-open:nth-child(even) span {
    transform: translateY(0%)
}

.slide-open:nth-child(odd) img {
    opacity: 1;
    transform: translateX(0%)
}

.slide-open:nth-child(even) img {
    opacity: 1;
    transform: translateX(0%)
}

.done:nth-child(odd) span {
    transform: translateY(100%)
}

.done:nth-child(even) span {
    transform: translateY(-100%)
}

.done.visual-boxA {
    background-size: contain;
    background: url(../img/star.png), linear-gradient(#edee5f, #ffc18e);
    animation: move-stripe2 15s infinite linear
}

.done.visual-boxB {
    background-size: contain;
    background: url(../img/star.png), linear-gradient(#5eeddd, #d2ffb7);
    animation: move-stripe2 15s infinite linear
}

.done.visual-boxC {
    background: url(../img/starB.png), linear-gradient(#ee6fa1, #fdb7ff);
    animation: move-stripe2 15s infinite linear
}

.done.visual-boxD {
    background: url(../img/starB.png), linear-gradient(#786cf9, #93c5ff);
    animation: move-stripe2 15s infinite linear
}

@media(max-width:768px) {
    .done.visual-boxA {
        background-size: contain;
        background: url(../img/star-sp.png), linear-gradient(#edee5f, #ffc18e);
        animation: move-stripe2 15s infinite linear
    }

    .done.visual-boxB {
        background-size: contain;
        background: url(../img/star-sp.png), linear-gradient(#5eeddd, #d2ffb7);
        animation: move-stripe2 15s infinite linear
    }

    .done.visual-boxC {
        background-size: contain;
        background: url(../img/starB-sp.png), linear-gradient(#ee6fa1, #fdb7ff);
        animation: move-stripe2 15s infinite linear
    }

    .done.visual-boxD {
        background-size: contain;
        background: url(../img/starB-sp.png), linear-gradient(#786cf9, #93c5ff);
        animation: move-stripe2 15s infinite linear
    }
}

@keyframes move-stripe2 {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -297px
    }
}

.batch {
    position: absolute;
    display: block;
    bottom: 40px;
    right: 40px;
    transition: all ease 0.2s;
}

@media(max-width:768px) {
    .batch {
        width: 25vw;
        top: 0px;
        right: 10px;
        bottom: auto;
    }
}

.batch:hover {
    opacity: 0.75;
}

.section2 {
    background: url(/img/01.html);
    animation: move-stripe2 1s infinite linear
}

.main-wrap {
    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 40px auto;
    padding: 0 20px
}

.news-list-wrap {
    height: 200px;
    overflow-y: scroll;
    background-color: #FFF
}

.news-list {
    display: block;
    padding: 1.5em 2em;
    border-bottom: 1px solid #eee;
    background-color: #FFF
}

.news-list time {
    display: inline-block;
    width: 8em
}

.news-list-wrap::-webkit-scrollbar {
    width: 6px
}

.news-list-wrap::-webkit-scrollbar-track {
    background: #eee;
    border: none;
    border-radius: 6px
}

.news-list-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
    box-shadow: none
}

.bnr-area {
    padding: 40px 20px;
    text-align: center
}

.topic-box {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 10px;
    background-color: #FFF
}

.topic-long-bnr {
    transition: all ease .2s
}

.topic-long-bnr:hover {
    opacity: .65
}

@media(max-width:768px) {
    .news-list time {
        display: block
    }
}

#intro {
    position: relative;
    width: 100%;
    height: 820px;
    background-color: #FFF;
    overflow: hidden
}

#intro::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 79px;
    pointer-events: none;
    background-image: url(/img/main/wave-introtop@1x.png);
    background-repeat: repeat-x;
    background-position: top center 50%;
    z-index: 5
}

#intro::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    pointer-events: none;
    bottom: 0;
    background-image: url(/img/main/wave-introbottom@1x.png);
    background-repeat: repeat-x;
    background-position: top left 20%;
    z-index: 5
}

#intro-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    transition: all ease .2s
}

.side-bgA {
    background-image: url(/img/main/intro-bg1.jpg)
}

.side-bgB {
    background-image: url(/img/main/intro-bg2.jpg)
}

.side-bgC {
    background-image: url(/img/main/intro-bg3.jpg)
}

.side-wrap {
    width: 100%;
    max-width: 1080px;
    padding: 40px 20px;
    margin: 0 auto
}

.slick-option-wrap {
    position: relative;
    top: -75px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.slick-option {
    width: 36px;
    height: 200px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    transition: all ease .2s
}

.slick-option:hover {
    transform: translate(0px, 5px)
}

#slick1 {
    top: 0;
    left: 20px
}

#slick2 {
    top: 0;
    left: calc(20px + 36px + 15px)
}

#slick3 {
    top: 0;
    left: calc(20px + 36px + 15px + 36px + 15px)
}

@media(max-width:768px) {
    .slick-option-wrap {
        top: -109px
    }

    .slick-option {
        width: 24px;
        height: 140px
    }

    #slick2 {
        left: calc(20px + 20px + 15px)
    }

    #slick3 {
        left: calc(20px + 20px + 15px + 20px + 15px)
    }
}

.slide-box {
    width: 100%;
    max-width: 980px;
    height: 540px;
    margin: 0 auto;
    text-align: center
}

.slide-inner-wrap {
    padding: 60px 50px 0px
}

.silde-ttl {
    font-weight: 700;
    margin-bottom: 3em
}

.section-subttl {}

.silde-subsubttl {
    font-weight: 700;
    margin: 40px 0;
    line-height: 1.825em;
    color: #FFF
}

.silde-txt {
    margin: .85em 0;
    font-weight: 700;
    line-height: 2em
}

@media(max-width:768px) {
    #intro {
        height: auto
    }

    .slide-box {
        text-align: left;
        height: auto
    }

    .side-wrap {
        padding: 20px
    }

    .slide-inner-wrap {
        padding-top: 30px
    }
}

.section-wrap {
    width: 100%;
    max-width: 1080px;
    padding: 60px 20px 40px;
    margin: 0 auto
}

.section-ttl {
    text-align: center
}

.section-ttl-border {
    padding-bottom: 2px;
    border-bottom: 5px solid var(--bs-textcolor)
}

#charaA {
    margin-top: 110px
}

@media(max-width:768px) {
    #charaA {
        margin-top: 50px
    }
}

#charaA>img {
    max-width: 100%
}

.chara-box {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0
}

.left-boxA {
    position: relative;
    width: 55%
}

.right-boxA {
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center
}

.left-boxB {
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center
}

.right-boxB {
    position: relative;
    width: 55%;
    text-align: left
}

@media(max-width:768px) {
    .chara-box {
        height: auto;
        margin: 0 0 50px
    }

    .chara-box:last-child {
        margin: 0
    }

    .left-boxA {
        pointer-events: none;
        width: 100%
    }

    .right-boxA {
        width: 45%;
        position: absolute;
        left: 0;
        bottom: 0;
        justify-content: flex-start;
        z-index: 2
    }

    .left-boxB {
        width: 45%;
        position: absolute;
        right: 0;
        bottom: 0;
        justify-content: flex-end;
        z-index: 2
    }

    .right-boxB {
        pointer-events: none;
        width: 100%
    }
}

.left-boxA .chara-img {
    text-align: right
}

.right-boxB .chara-img {
    text-align: left
}

.chara-txt-area {
    text-align: right
}

.left-boxA .chara-ep-pc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.right-boxB .chara-ep-pc {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.chara-ep-sp {
    width: 100%;
    font-weight: 700;
    line-height: 1.25
}

.chara-txt {
    margin: 20px 0;
    font-weight: 700
}

.chara-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #FFF;
    background-color: #4bc8d2;
    border: 1px solid #4bc8d2;
    transition: all ease .2s
}

.chara-btn:hover {
    background-color: #FFF;
    color: #4bc8d2
}

.chara-btn::before,
.chara-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    content: "";
    vertical-align: middle
}

.chara-btn::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chara-btn:hover::before {
    border-top: 2px solid #4bc8d2;
    border-right: 2px solid #4bc8d2
}

.deco-angle {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 16px solid #9aeff6;
    border-right: 16px solid transparent
}

.chara-bg {
    position: absolute;
    display: block;
    width: 776px;
    height: 360px;
    z-index: -1;
    overflow: hidden
}

.chara-bg-right {
    top: 100px;
    right: 0
}

.chara-bg-left {
    top: 100px;
    left: 0
}

.chara-bg-borad {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    transform: translateX(0%);
    transition: all cubic-bezier(0, 0.55, 0.45, 1) .6s
}

.chara-bg-A {
    background-image: url(../img/main/charaA-bg.jpg);
    background-repeat: no-repeat
}

.chara-bg-B {
    background-image: url(../img/main/charaB-bg.jpg);
    background-repeat: no-repeat
}

.chara-bg-C {
    background-image: url(../img/main/charaC-bg.jpg);
    background-repeat: no-repeat
}

.chara-bg-D {
    background-image: url(../img/main/charaD-bg.jpg);
    background-repeat: no-repeat
}

@media(max-width:768px) {
    .chara-bg {
        display: block;
        width: calc(100% + 40px);
        height: 240px;
        background-position: center
    }

    .chara-bg-right {
        top: 110px;
        right: inherit;
        left: -20px
    }

    .chara-bg-left {
        top: 110px;
        left: -20px
    }
}

.chara-ep-pc {
    opacity: 0;
    transform: translate(0px, 0px);
    transition: all cubic-bezier(0.65, 0, 0.35, 1) .8s
}

.chara-img {
    opacity: 0;
    transform: translate(0px, 10px);
    transition: all cubic-bezier(0.65, 0, 0.35, 1) .6s
}

.chara-txt-area {
    opacity: 0;
    transform: translate(0px, 10px);
    transition: all ease .6s;
    transition-delay: .6s
}

.slide-active .chara-ep-pc {
    opacity: 1;
    transform: translate(0px, 0px)
}

.slide-active .chara-img {
    opacity: 1;
    transform: translate(0px, 0px)
}

.slide-active .chara-bg-borad {
    transform: translateX(100%)
}

.slide-active .chara-txt-area {
    opacity: 1;
    transform: translate(0px, 0px)
}

.section-subttl {
    margin-top: 40px;
    text-align: center;
    font-weight: 700
}

.point-box {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 80px;
    padding: 0 20px 40px;
    border-radius: 4px 80px 4px 40px
}

.point-1 {
    background-color: #cff5f8
}

.point-2 {
    background-color: #daedad
}

.point-3 {
    background-color: #ffe7ee
}

.point-box:last-child {
    margin: 100px auto 0
}

.point-box-ttl {
    position: relative;
    top: -36px;
    text-align: center
}

.point-box-subttl {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px
}

.point-box-subsubttl {
    margin-bottom: 1em
}

.point-box-txt {
    font-weight: 700;
    padding: 0 30px
}

.point-1::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 72px;
    top: -60px;
    background-image: url(/img/point/p1-bg@1x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1
}

.point-2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 72px;
    top: -60px;
    background-image: url(/img/point/p2-bg@1x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1
}

.point-3::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 72px;
    top: -60px;
    background-image: url(/img/point/p3-bg@1x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1
}

@media(max-width:768px) {

    .point-1::before,
    .point-2::before,
    .point-3::before {
        background-size: contain;
        background-position: center right
    }
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex-box-itemA {
    width: 42%;
    margin: 0 15px 20px
}

.flex-box-itemB {
    width: 29%;
    margin: 0 10px
}

.flex-box-1 {
    order: 1
}

.flex-box-2 {
    order: 3
}

.flex-box-3 {
    order: 4
}

.flex-box-4 {
    order: 5
}

.flex-box-5 {
    order: 2
}

@media(max-width:768px) {
    .flex-box {
        flex-direction: column
    }

    .flex-box-itemA {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }

    .flex-box-itemB {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }

    .flex-box-5 {
        order: 6
    }

    .flex-box p {
        text-align: left
    }

    .point-box-txt {
        padding: 0
    }
}

.Priv-wrap {
    margin-top: 60px;
    width: 100%;
    padding: 50px 40px;
    border: 1px solid #44cff5;
    background-color: #FFF;
    box-shadow: 8px 8px 0 -1px rgba(187, 245, 255, 1.0)
}

@media(max-width:768px) {
    .Priv-wrap {
        padding: 30px 20px
    }
}

.priv-AA {
    width: 48%;
    max-width: 440px;
    margin-bottom: 30px
}

@media(max-width:768px) {
    .priv-AA {
        width: 100%;
        max-width: inherit;
        text-align: center
    }
}

.Priv-wrap hr {
    margin: 60px 0
}

.priv-textbox-0 {
    margin-bottom: 40px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.priv-textbox {
    margin: 2.5em 0 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.caption-txt {
    margin: 1em 0;
    font-weight: 700
}

.priv-mark {
    display: inline-block;
    padding: .2em 1em;
    border-radius: 1vw;
    letter-spacing: .1em;
    background-color: #8be6ff;
    color: #FFF
}

.priv-mark-0 {
    display: inline-block;
    padding: .2em 1em;
    border-radius: 1vw;
    letter-spacing: .1em;
    background-color: #4bc8d2;
    color: #FFF
}

.priv-ttl {
    margin: .5em 0;
    line-height: 1.25em
}

.priv-price {
    font-weight: 700;
    opacity: .65
}

.priv-imgbox {
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
    background-image: url(/img/main/plus-icon@1x.png);
    background-repeat: no-repeat;
    background-position: center center
}

.priv-imgbox-0 {
    margin: 20px 0
}

.priv-bnr {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 1.25em auto 1em;
    border-radius: 4px;
    overflow: hidden;
    transition: all ease .2s
}

.priv-bnr:hover {
    opacity: .6
}

.priv-btn {
    display: block;
    width: 100%;
    height: 54px;
    margin: 60px auto 0;
    text-align: center;
    line-height: 53px;
    font-weight: 700;
    letter-spacing: .25em;
    color: #FFF;
    background-color: #eaeaea;
    background-color: #fc0;
    border-radius: 1px solid #fc0;
    border-radius: 6px;
    transition: all ease .2s
}

.priv-btn:hover {
    opacity: .6
}

.kokuchi {
    margin: 2.14em 0 1.785em;
    font-weight: 700;
    text-align: center
}

@media(max-width:768px) {
    .priv-bnr {
        margin: 1.25em auto 2em
    }

    .priv-imgbox {
        background-image: none
    }

    .priv-imgbox figure {
        margin-top: 20px
    }

    .priv-imgbox-0 figure {
        margin-top: 0
    }

    .kokuchi {
        margin: 2.14em 0 1.785em
    }
}

.product-wrap {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between
}

.product-leftbox {
    width: 49%;
    padding: 0 15px
}

.product-rightbox {
    width: 49%;
    padding: 0 15px
}

.product-ttl {
    display: block;
    width: 100%;
    line-height: 2;
    margin-bottom: 32px;
    padding-left: 8px;
    border-bottom: 2px solid var(--bs-textcolor)
}

.product-leftbox dl,
.product-rightbox dl {
    display: flex;
    flex-wrap: wrap
}

.product-leftbox dt,
.product-rightbox dt {
    width: 160px;
    height: auto;
    margin-bottom: 1em;
    margin-left: 8px;
    display: inline-block;
    letter-spacing: .125em;
    text-align: left;
    font-weight: 700
}

.product-leftbox dd,
.product-rightbox dd {
    width: calc(100% - 168px);
    height: auto;
    margin-bottom: 1.6em;
    font-weight: 400;
    letter-spacing: .125em;
    line-height: 1.2;
    font-weight: 700
}

.text-boreder {
    padding-bottom: 3px;
    border-bottom: 1px solid var(--bs-textcolor)
}

@media(max-width:768px) {
    .product-ttl {
        padding-left: 2px
    }

    .product-wrap {
        flex-direction: column
    }

    .product-leftbox {
        width: 100%;
        margin: 0 auto 20px
    }

    .product-rightbox {
        width: 100%;
        margin: 0 auto
    }

    .product-leftbox dt,
    .product-rightbox dt {
        width: 100%;
        margin-left: 0
    }

    .product-leftbox dd,
    .product-rightbox dd {
        width: 100%
    }
}