
/* section: keyvis Start */
.keyvis-bnr-container {
    position: relative;
    height: 700px;
}

.keyvis-bnr-container .container {
    height: 100%;
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-bnr-container {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .keyvis-bnr-container {
        height: 500px;
    }
}

.keyvis-tagline-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 52%;
    height: 100%;
}

.keyvis-tagline-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    top: -100px;
}

.keyvis-tagline-col {
}

.keyvis-tagline-title {
    margin-bottom: 24px;
}

.keyvis-tagline-title h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.keyvis-tagline-desc {
    color: #6A6A6A;
}

.keyvis-tagline-title-jpn {
    padding: 15px 10px 35px 10px;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    writing-mode: vertical-rl;
}

.ver-bm #bnr-keyvis-slide-1 .keyvis-tagline-title h1 {
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 640px) {
    .keyvis-tagline-container {
        align-items: flex-start;
        width: 100%;
        padding: 0px 15px;
    }

    .keyvis-tagline-row {
        justify-content: flex-start;
        align-items: flex-end;
        gap: 20px;
        position: relative;
        top: 30px;
    }

    .keyvis-tagline-title h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .ver-bm #bnr-keyvis-slide-1 .keyvis-tagline-title h1 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-bnr-container {
        height: 600px;
    }

    .keyvis-tagline-title h1 {
        font-size: 24px;
        line-height: 30px;
    }
}
/* section: keyvis End */

/* section: keyvis curve Start */
.bg-keyvis-curve {
    z-index: 20;
    width: 100%;
}

#bg-keyvis-curve-top {
    top: 0px;
    left: 0px;
    transform-origin: top center;
    -webkit-filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.1));
}

#bg-keyvis-curve-top img {
    width: 100%;
    height: 120px;
}

#bg-keyvis-curve-top.compact {
    transform: scaleY(0);
}

.bg-keyvis-curve-bottom {
    bottom: -2px;
    left: 0px;
    width: 100%;
}

.bg-keyvis-curve-bottom img {
    width: 100%;
    height: 100px;
    -webkit-filter: drop-shadow(0px -10px 6px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px -10px 6px rgba(0, 0, 0, 0.05));
}

#slider-keyvis-main .slick-dots {
    position: absolute;
    z-index: 4;
    bottom: 20px;
}

@media (max-width: 640px) {
    #bg-keyvis-curve-top img {
        width: 100%;
        height: 30px;
    }

    .bg-keyvis-curve-bottom img {
        width: 100%;
        height: 30px;
    }

    #slider-keyvis-main .slick-dots {
        position: absolute;
        bottom: 0px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    #bg-keyvis-curve-top img {
        width: 100%;
        height: 60px;
    }

    .bg-keyvis-curve-bottom img {
        width: 100%;
        height: 60px;
    }

    #slider-keyvis-main .slick-dots {
        position: absolute;
        bottom: 0px;
    }

    #bg-keyvis-curve-top img {
        width: 100%;
        height: 30px;
    }
}
/* section: keyvis curve End */

/* section: intro Start */
#sec-intro {
    padding-top: 0px;
    background-color: #ffffff;
}
/* section: intro End */

/* section: quality Start */
#sec-quality {
    padding-bottom: 0px;
    background: url("../images/main/bg-quality-sub.png") no-repeat bottom center;
    background-size: auto;
    background-color: #ffffff;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.d-flex-col {
    flex: 1;
}

#sec-quality .d-flex-col:first-child {
    flex: 0 0 360px;
    max-width: 360px;
}

#sec-quality .d-flex-col .section-sub-title {
    margin-bottom: 0px;
}

#sec-quality .d-flex-col .section-sub-title h2,
#sec-quality .d-flex-col .section-sub-desc {
    text-align: left;
}

.ver-bm #sec-quality .section-sub-title h2 {
    font-size: 24px;
    line-height: 30px;
}

.check-container {
    position: relative;
    width: 100%;
    height: 660px;
    margin-top: 100px;
}

.kojo {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0px;
    width: 100%;
    max-width: 330px;
    transform: translateX(-50%);
}

.kojo-msg {
    position: absolute;
    top: 50px;
    left: 280px;
    width: 100%;
    max-width: 250px;
}

.kojo-detail {
    position: absolute;
    left: 350px;
    bottom: 120px;
    width: 300px;
}

.kojo-signature {
    margin-bottom: 10px;
    width: 100%;
    max-width: 140px;
}

.kojo-name {
}

.kojo-jobTitle {
}

.check-item {
    position: absolute;
}

#check-item-1 {
    top: 90px;
    left: 80px;
}

#check-item-2 {
    top: -20px;
    left: 400px;
}

#check-item-3 {
    top: 50px;
    right: -40px;
}

.check-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.check-icon {
    position: relative;
    flex: 0 0 120px;
    width: 120px;
}

.check-icon>img {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}

.elm-flower {
    margin: auto;
    width: 100%;
    max-width: 50px;
}

#check-item-1 .elm-flower {
    bottom: 0px;
    left: -30px;
}

#check-item-2 .elm-flower {
    top: -20px;
    left: -20px;
}

#check-item-3 .elm-flower {
    top: -20px;
    right: -20px;
}

.check-detail {
    flex: 1;
}

.check-title-jpn {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}

.check-title-jpn img {
    width: auto;
    height: 30px;
}

.check-title-en {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

#check-item-3 .check-title-jpn img {
    width: auto;
    height: 60px;
}

#bg-elm-wave-white {
    z-index: 20;
    bottom: -4px;
    width: 100%;
    height: 90px;
    margin-left: -15px;
    background: url("../images/main/bg-wave-white.png") no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 640px) {
    .d-flex-row {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .d-flex-col {
        flex: 1;
    }

    #sec-quality .d-flex-col:first-child {
        flex: 1;
        max-width: 100%;
    }

    #sec-quality .d-flex-col .section-sub-title {
        margin-bottom: 30px;
    }

    #sec-quality .d-flex-col .section-sub-title h2,
    #sec-quality .d-flex-col .section-sub-desc {
        text-align: center;
    }

    .ver-bm #sec-quality .section-sub-title h2 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .check-container {
        height: 620px;
        margin-top: 60px;
    }

    .check-title-jpn {
        font-size: 22px;
        line-height: 26px;
    }
    
    .check-title-en {
        font-size: 16px;
        line-height: 16px;
    }

    .kojo {
        left: -10%;
        max-width: 170px;
        transform: translateX(0%);
    }

    .kojo-msg {
        top: 0px;
        left: 140px;
        width: 200px;
    }

    .kojo-detail {
        left: 190px;
        bottom: 50px;
        width: 160px;
    }

    .kojo-signature {
        margin-bottom: 4px;
        width: 100%;
        max-width: 90px;
    }

    .check-item {
        position: relative;
        margin-bottom: 20px;
    }

    #check-item-1,
    #check-item-2,
    #check-item-3 {
        top: auto;
        right: auto;
        left: 0px;
    }

    .check-icon {
        flex: 0 0 80px;
        width: 80px;
    }

    .check-title-jpn img {
        width: auto;
        height: 24px;
    }

    #check-item-3 .check-title-jpn img {
        width: auto;
        height: 48px;
    }

    .elm-flower {
        max-width: 25px;
    }

    #check-item-1 .elm-flower {
        bottom: 0px;
        left: 0px;
    }

    #check-item-2 .elm-flower {
        top: 0px;
        left: 0px;
    }

    #check-item-3 .elm-flower {
        top: 0px;
        right: 0px;
    }

}

@media (min-width: 641px) and (max-width: 820px) {
    .kojo {
        max-width: 280px;
    }

    .kojo-msg {
        top: 10px;
        left: 240px;
    }

    .kojo-detail {
        left: 300px;
        bottom: 120px;
        width: 270px;
    }

    #check-item-1 {
        top: 120px;
        left: 0px;
    }

    #check-item-2 {
        top: -20px;
        left: 200px;
    }

    #check-item-3 {
        top: 80px;
        right: 0px;
    }

    .check-icon {
        flex: 0 0 100px;
        width: 100px;
    }

    .elm-flower {
        max-width: 30px;
    }

    #check-item-1 .elm-flower {
        bottom: 0px;
        left: 0px;
    }

    #check-item-2 .elm-flower {
        top: 0px;
        left: 0px;
    }

    #check-item-3 .elm-flower {
        top: 0px;
        right: 0px;
    }

    .ver-bm #sec-quality .section-sub-title h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 821px) and (max-width: 1280px) {
    #check-item-1 {
        top: 90px;
        left: 80px;
    }

    #check-item-2 {
        top: -20px;
        left: 400px;
    }

    #check-item-3 {
        top: 50px;
        right: -40px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    #check-item-1 {
        top: 100px;
        left: 120px;
    }

    #check-item-2 {
        top: -20px;
        left: 450px;
    }

    #check-item-3 {
        top: 50px;
        right: 40px;
    }
}

@media (min-width: 1441px) {
    #check-item-1 {
        top: 130px;
        left: 120px;
    }

    #check-item-2 {
        top: 0px;
        left: 450px;
    }

    #check-item-3 {
        top: 90px;
        right: -40px;
    }
}
/* section: quality End */

/* section: kawaii Start */
#sec-kawaii {
    background-color: #ffffff;
}

#sec-kawaii .section-sub-title-img {
    max-width: 200px;
}

#bg-elm-Rabbit {
    top: 0px;
    left: 180px;
}

#bg-elm-Tree {
    top: 0px;
    right: 180px;
}

#bg-elm-Rabbit img,
#bg-elm-Tree img {
    max-width: 160px;
}

.kawaiiCorner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.kawaiiCorner-item {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0px 15px;
}

.kawaiiCorner-card {
    text-align: center;
}

.kawaiiCorner-tmb {
    margin: auto auto 20px auto;
    width: 100%;
    max-width: 300px;
    border-radius: 150px;
    overflow: hidden;
}

.kawaiiCorner-title {
    margin-bottom: 20px;
    color: var(--clr-blue);
    font-size: 18px;
    line-height: 24px;
}

.kawaiiCorner-desc {
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    #bg-elm-Rabbit {
        top: 50%;
        left: 0px;
    }

    #bg-elm-Tree {
        top: 50%;
        right: 0px;
    }

    #bg-elm-Rabbit img,
    #bg-elm-Tree img {
        max-width: 50px;
    }

    .kawaiiCorner-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    .kawaiiCorner-item {
        flex: 1;
        max-width: 100%;
        padding: 0px 15px;
    }

    .kawaiiCorner-item:not(:last-child) .kawaiiCorner-card {
        padding-bottom: 30px;
    }

    .kawaiiCorner-desc {
        margin-bottom: 0px;
    }

    .kawaiiCorner-tmb {
        margin: auto auto 20px auto;
        border-radius: 150px;
        width: 100%;
        max-width: 200px;
        overflow: hidden;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    #bg-elm-Rabbit {
        top: 40%;
        left: 140px;
    }

    #bg-elm-Tree {
        top: 40%;
        right: 140px;
    }

    #bg-elm-Rabbit img,
    #bg-elm-Tree img {
        max-width: 80px;
    }

    .kawaiiCorner-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px;
    }
}
/* section: kawaii End */

/* section: special Start */
#sec-special {
    background-color: #eaf9ff;
}

.special-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.special-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 15px;
}

.special-card {
    text-align: center;
}

.special-tmb {
    margin: auto auto 20px auto;
    width: 100%;
    max-width: 200px;
}

.special-title {
    margin-bottom: 20px;
    color: var(--clr-blue);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.special-desc {
    margin-bottom: 20px;
}

@media(max-width: 640px) {
    .special-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .special-item {
        flex: 1;
        max-width: 100%;
        padding: 0px 10px;
    }

    .special-item:not(:last-child) .special-card {
        padding-bottom: 30px;
    }

    .special-desc {
        margin-bottom: 0px;
    }

    .special-tmb {
        max-width: 150px;
    }
}

@media(min-width: 641px) and (max-width: 820px) {
    .special-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px;
    }
}
/* section: special End */

/* section: sushiKing Start */
#sec-sushiKing {
    padding-bottom: 150px;
    background: url(../images/main/bgsec-bottom-step.png) no-repeat bottom center #fffee6;
    background-size: auto;
}

@media (max-width: 640px) {
    #sec-sushiKing {
        padding-bottom: 100px;
        background: url(../images/main/bgsec-bottom-step.png) no-repeat bottom center #fffee6;
        background-size: 250%;
    }
}
/* section: sushiKing End */

/* section: motherhood Start */
#sec-motherhood {
    background-color: #fef7e7;
}

#sec-motherhood .section-sub-title-img {
    max-width: 280px;
}

#bg-elm-TreeFlower {
    top: 0px;
    left: 140px;
}

#bg-elm-Bird {
    top: 0px;
    right: 140px;
}

#bg-elm-TreeFlower img,
#bg-elm-Bird img {
    max-width: 160px;
}

.motherhood-list {
    padding-top: 30px;
}

.motherhood-item {
}

.motherhood-card {
    position: relative;
    padding: 0px 20px;
    text-align: center;
    cursor: pointer;
}

.motherhood-tmb {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    overflow: hidden;
}

.motherhood-tmb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.motherhood-btn {
    position: relative;
    z-index: 10;
    top: -25px;
}

.motherhood-card:hover .btn-rnd-red {
    border: 1px solid #fd6e70;
    background-color: #ffffff;
    color: #ec1751;
}

.motherhood-card:hover .motherhood-tmb img {
    transform: scale(1.1);
}

@media (max-width: 640px) {
    #sec-motherhood .section-sub-title-img {
        max-width: 200px;
    }

    #bg-elm-TreeFlower {
        top: 65%;
        left: 0px;
    }

    #bg-elm-Bird {
        top: 65%;
        right: 0px;
    }

    #bg-elm-TreeFlower img,
    #bg-elm-Bird img {
        max-width: 60px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    #sec-motherhood .section-sub-title-img {
        max-width: 200px;
    }

    #bg-elm-TreeFlower {
        top: 45%;
        left: 140px;
    }

    #bg-elm-Bird {
        top: 45%;
        right: 140px;
    }

    #bg-elm-TreeFlower img,
    #bg-elm-Bird img {
        max-width: 80px;
    }
}
/* section: motherhood End */

/* section: motherhood video Start */
.penal-vid {

}

.vid-menu-vid {

}

.vid-card {
    padding: 20px;
    cursor: pointer;
}

.vid-card:hover .vid-btn {
    border: 1px solid #fd6e70;
    background-color: #ffffff;
    color: #fd6e70;
}

.vid-tmb {
    margin: auto;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.vid-tmb img {
    margin: auto;
    width: 100%;
}

.vid-cta {
    margin: 10px auto;
    text-align: center;
}

.vid-btn {
}

.btn-cta-lbl {

}

.vid-tmb-overlay {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.vid-info {
    margin-bottom: 20px;
}

.vid-desc {
    color: #1C6BB5;
}


.modal-video-tiktok {
    -webkit-transform: scale(0.9) translateY(7%);
    -moz-transform: scale(0.9) translateY(7%);
    transform: scale(0.9) translateY(7%);
}

@media (max-width: 640px) {
    .modal-video-tiktok {
        -webkit-transform: scale(0.9) translateY(3%);
        -moz-transform: scale(0.9) translateY(3%);
        transform: scale(0.9) translateY(3%);
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .modal-video-tiktok {
        -webkit-transform: scale(1) translateY(0%);
        -moz-transform: scale(1) translateY(0%);
        transform: scale(1) translateY(0%);
    }
}
/* section: motherhood video End */

/* section: products Start */
#sec-products {
    background-color: #ffffff;
}
/* section: products End */

/* section: on the go Start */
#sec-OnTheGo {
    background-image: linear-gradient(to bottom, #ffffff, #f1ede4);
}

#sec-OnTheGo {
  background-image: 
  url("../images/main/bg-product.png"),
  linear-gradient(to bottom, #ffffff, #f1ede4);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.promo-gen-OnlineShop {
}

.promo-gen-OnlineShop-tmb {
    margin: auto auto 30px auto;
    width: 100%;
    max-width: 900px;
}

.promo-gen-OnlineShop-tmb img {
    margin: auto;
    width: 100%;
}

.promo-gen-OnlineShop-title {
    margin-bottom: 30px;
    text-align: center;
}

.promo-gen-OnlineShop-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.promo-gen-OnlineShop-item {
}

.ahref-OnlineShop,
.ahref-OnlineShop:hover {
    outline: none;
    text-decoration: none;
}

.promo-gen-OnlineShop-btn {
    padding: 10px 30px;
    border-radius: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.0);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.ahref-OnlineShop:hover .promo-gen-OnlineShop-btn {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.promo-gen-OnlineShop-btn img {
    margin: auto;
    width: 100%;
}

@media (max-width: 640px) {
    .promo-gen-OnlineShop-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .promo-gen-OnlineShop-btn img {
        max-width: 100px;
    }
}
/* section: on the go End */