@charset "UTF-8";

.p-products {
    background-color: #ffe8a5;
}
.g-main {
    background-color: #fed14a;
    position: relative;
    padding-bottom: 60px;
}
.g-footer {
    background: #fffddd;
}
.g-main::after {
    background: url(../img/products/banana/bg_dots.png) repeat-x bottom;
    background-size: auto 132px;
    width: 100%;
    height: 121px;
    display: block;
    content: '';
    position: absolute;
    bottom: -121px;
    left: 0;
    pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .g-main {
        padding-bottom: 50px;
    }
    .g-main::after {
        background-size: auto 66px!important;
        height: 60px;
        bottom: -60px;
    }  
}

/* kv
//* -------------------------------------------------- */
.kv {
    position: relative;
    overflow: hidden;
}
.kv-top {
    background-position: center bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: calc(700vw /14);
    position: relative;
    animation: kvtop 1.5s ease-in-out forwards;
}
@keyframes kvtop {
    0% {
        background-size: auto 110%;
    }
    100% {
        background-size: auto 102%;
    }
}

.kv-top__link,
.kv-top__caption,
.kv-top__text,
.kv-top__logo {
    position: absolute;
}
.kv-top__text {
    height: fit-content;
    line-height: 2;
    font-size: calc(16vw /14);
}
.kv-top__link a {
    transition: transform .3s;
}
.kv-bottom {
    padding: calc(60vw /14) 0;
}
.kv-bottom p {
    text-align: center;
    line-height: 2;
    position: relative;
    z-index: 1;
    font-size: calc(20vw /14);
}
.kv-bottom .kv-bottom__ttl {
    font-size: calc(26vw /14);
    line-height: 1.5;
    margin-bottom: .8em;
}
@media screen and (min-width: 768px) {
    .kv-top__link:hover a {
      transform: scale(1.1)rotate(10deg);
    }
}
@media (max-width: 767px) {
    .kv-sptop {
        position: relative;
        display: block;
    }
    .kv-top__logo {
        position: relative;
    }
    .kv-top {
        height: fit-content;
        background: none!important;
    }
    .kv-top__logo {
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }
    .kv-spimg {
        background-position: center bottom;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: relative;
        animation: kvtop 1.5s ease-in-out forwards;
        height: calc(614vw /7.5);
    }
    .kv-top__text {
        font-size: calc(26vw /7.5);
        text-align: center;
        position: relative;
        padding: calc(100vw /7.5) 0 calc(130vw /7.5);
    }
    .kv-bottom {
        padding: calc(100vw /7.5) 0 0;
    }
    .kv-bottom p {
        font-size: calc(32vw /7.5);
        padding: 0;
    }
    .kv-bottom .kv-bottom__ttl {
        font-size: calc(38vw /7.5);
    }
}

/* packaging
//* -------------------------------------------------- */
.packaging {
    position: relative;
    overflow: hidden;
    padding: calc(100vw /14) 0;
}
.packaging::before {
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    background: url(../img/products/banana/pattern_top.png) no-repeat;
    background-size: 100% auto;
    width: calc(550vw /14);
    height: calc(240vw /14);
    pointer-events: none;
}
.packaging::after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    background: url(../img/products/banana/pattern_bottom.png) no-repeat;
    background-size: auto 100%;
    width: calc(550vw /14);
    height: calc(320vw /14);
    pointer-events: none;
}
.packaging-swiper {
    overflow: visible;
}
.packaging-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}
.packaging-box img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    transform: rotate(15deg);
    transform-origin: center center;
    transition: transform .7s 1s cubic-bezier(.22,1,.36,1);
}
.packaging-box.is-inview img {
    transform: rotate(0deg);
}
.packaging-box p {
    font-size: 80%;
    text-align: center;
}
@media (max-width: 767px) {
    .packaging {
        padding: calc(200vw /7.5) 0;
    }
    .packaging::before {
        width: calc(530vw /7.5);
        height: calc(340vw /7.5);
        background: url(../img/products/banana/pattern_top_sp.png) no-repeat;
        background-size: 100% auto;

        /* background-size: 180% auto!important;
        transform: rotate(-33deg); */
    }
    .packaging::after {
        width: calc(490vw /7.5);
        height: calc(540vw /7.5);
        background: url(../img/products/banana/pattern_bottom_sp.png) no-repeat;
        background-size: auto 100%;
    }
}

.looptext-swiper {
	overflow: hidden;
}
.looptext-swiper .swiper-wrapper {
	transition-timing-function: linear;
}
.looptext-box {
	width: auto;
	flex-shrink: 0;
    margin: 0 1em;
}
.looptext-box p {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4em;
	white-space: nowrap;
	font-size: calc(26vw / 14);
    font-weight: 500;
}
.looptext-box span {
    font-size: calc(46vw /14);
}
.looptext-box .looptext-box__cap {
    font-size: calc(13vw /14);
    font-weight: normal;
}

@media screen and (min-width: 768px) {
	.looptext-box {
		width: calc(100% / 1.4);
        margin-top: calc(30vw /14);
	}
}
@media screen and (max-width: 767px) {
	.looptext-box {
		width: calc(100% / 0.52);
        margin-top: calc(30vw /7.5);
	}
    .looptext-box p {
        font-size: calc(42vw /7.5);
    }
    .looptext-box span {
        font-size: calc(76vw /7.5);
    }
    .looptext-box .looptext-box__cap {
        font-size: calc(18vw /7.5);
    }
}

/* item
//* -------------------------------------------------- */
.item {
    position: relative;
}
.item-lists li {
    position: relative;
}
.item-qty {
    color: #0056c1;
    font-weight: 500;
}
.item-qty span {
    color: #000;
    font-weight: normal;
}
.item-lists li {
    opacity: 0;
    transform: scale(0.8);
}
.item-lists li.is-state_scroll {
    animation: itemlist 0.5s forwards;
    animation-delay: 0.3s;
}
@keyframes itemlist {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.item-picture {
    position: relative;
}
.item-popupbtn {
    position: absolute;
    bottom: calc(50vw /14);
    right: calc(-10vw /14);
    width: calc(130vw /14);
    height: calc(130vw /14);
    transition: all .3s;
}
.u-eclink {
    display: block;
    position: absolute;
    width: calc(30vw /14);
    height: calc(30vw /14);
    background-color: #fcf99e;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 0;
    top: calc(15vw /14);
    right: calc(-40vw /14);
    margin: auto;
    transition: all .3s;
}
.u-eclink::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/common/ico_cart_o.svg) no-repeat;
    background-size: 100% auto;
    width: calc(15vw /14);
    height: calc(12vw /14);
    bottom: 0;
    left: 0;
    right: 0;
    top: calc(3vw /14);
    margin: auto;
}
.item-links-cap {
    font-size: 80%;
    text-align: center;
    margin-top: .5em;
}

@media screen and (min-width: 1px) and (min-width: 768px) {
    .item-lists li {
        padding-top: calc(130vw /14);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .item-lists picture {
        width: calc(535vw /14);
        margin: 0;
    }
    .item-qty {
        position: absolute;
        text-align: right;
        top: calc(130vw /14);
        bottom: 0;
        margin: auto;
        height: 1em;
        font-size: calc(54vw/14);
        width: calc(50% - 21vw);
        right: calc(50% + 21vw);
        line-height: 1;
    }
    .item-qty span {
        font-size: calc(18vw/14);
    }
    .item-details {
        width: calc(50% - 19vw);
        padding-left: calc(30vw /14);
    }
    .item-price {
        font-size: calc(44vw/14);
        line-height: 1;
        position: relative;
        width: fit-content;
        line-height: 1;
        font-weight: 500;
    }
    .item-price > span {
        font-size: calc(18vw/14);
        font-weight: normal;
    }
    .item-cap {
        font-size: calc(12vw/14);
        margin-top: 0.5em;
    }
    .item-links {
        padding-top: 130px;
        display: flex;
        justify-content: center;
    }
    .item-links .u-hoverButton {
        margin: 0 15px;
        width: 314px;
        max-width: 314px;
        font-size: 1.0625rem;
        font-weight: 500;
    }
    .u-eclink:hover,
    .item-poopubtn:hover {
        transform: scale(1.1);
    }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .item-lists li {
        padding-top: calc(140vw /7.5);
    }
    .item-lists picture {
        width: calc(670vw /7.5);
        margin: 0 auto;
    }
    .item-details__spinner {
        display: flex;
        justify-content: center;
    }
    .item-qty {
        font-size: calc(54vw/7.5);
        line-height: 1;
        margin-right: .5em;
    }
    .item-qty span {
        font-size: calc(34vw/7.5);
    }
    .item-details {
        padding-top: calc(30vw /7.5);
    }
    .item-price {
        font-size: calc(54vw/7.5);
        line-height: 1;
        position: relative;
        font-weight: 500;
    }
    .item-price > span {
        font-size: calc(34vw/7.5);
        font-weight: normal;
    }
    .item-cap {
        font-size: calc(24vw/7.5);
        margin-top: 0.5em;
        text-align: center;
    }
    .item-links {
        padding-top: 50px;
    }
    .item-links .u-hoverButton {
        margin: 20px auto 0;
        width: calc(649vw /7.5);
        max-width: 649px;
        padding: 12px 0;
    }
    .item-popupbtn {
        position: absolute;
        bottom: calc(-10vw /7.5);
        right: calc(20vw /7.5);
        width: calc(218vw /7.5);
        height: calc(218vw /7.5);
    }
    .u-eclink {
        width: calc(54vw /7.5);
        height: calc(54vw /7.5);
        top: calc(15vw /7.5);
        right: calc(-64vw /7.5);
    }
    .u-eclink::after {
        width: calc(26vw /7.5);
        height: calc(22vw /7.5);
        top: calc(3vw /7.5);
    }
}


/* specialset
//* -------------------------------------------------- */
.specialset {
    background: url(../img/common/special_bg.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: calc(150vw /14) 0;
    margin-top: calc(100vw /14);
}
.specialset::before {
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    background: url(../img/common/pattern_top.png) no-repeat;
    background-size: 100% auto;
    width: calc(550vw /14);
    height: calc(240vw /14);
    pointer-events: none;
}
.specialset::after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    background: url(../img/common/pattern_bottom.png) no-repeat;
    background-size: auto 100%;
    width: calc(550vw /14);
    height: calc(320vw /14);
    pointer-events: none;
}
.specialset-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(1000vw /14);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.specialset-img {
    width: 55%;
    position: relative;
}
.specialset-img__cap {
    position: absolute;
    width: calc(195vw /14);
    top: calc(-50vw /14);
    left: 0;
}
.specialset-img figure {
    position: relative;
}
.specialset-img figcaption {
    position: absolute;
    font-size: calc(11vw /14);
    right: calc(150vw /14);
    bottom: calc(50vw /14);
}
.specialset-content {
    width: 40%;
    position: relative;
}
.specialset-ttl {
    font-size: calc(18vw/14);
    color: #470500;
    font-weight: 600;
}
.specialset-price {
    font-size: calc(44vw/14);
    line-height: 1;
}
.specialset-price span {
    font-size: calc(18vw/14);
}
.specialset .u-lists_ten {
    font-size: calc(18vw/14);
    color: #470500;
    line-height: 1.5;
    margin-top: 1em;
}
.specialset-cap {
    font-size: calc(12vw/14);
    color: #470500;
    margin-top: 0.5em;
}
.specialset .u-hoverButton__shop {
    margin: 2em 0 0 0;
    background-color: #793c1f;
    color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .specialset {
        background-size: auto 100%;
        padding: calc(170vw /7.5) 0;
        margin-top: calc(100vw /7.5);
    }
    .specialset::before {
        width: calc(514vw /7.5);
        height: calc(340vw /7.5);
        background: url(../img/common/pattern_top_sp.png) no-repeat;
        background-size: 100% auto;
    }
    .specialset::after {
        width: calc(490vw /7.5);
        height: calc(540vw /7.5);
        background: url(../img/common/pattern_bottom_sp.png) no-repeat;
        background-size: auto 100%;
    }
    .specialset-inner {
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }
    .specialset-img {
        width: 100%;
        margin: 0 auto;
    }
    .specialset-img__cap {
        width: calc(280vw /7.5);
        top: calc(-80vw /7.5);
        left: 0;
    }
    .specialset-img figcaption {
        font-size: calc(11vw /7.5);
        right: calc(150vw /7.5);
        bottom: calc(50vw /7.5);
    }
    .specialset-content {
        width: 94%;
        margin: calc(10vw /7.5) auto 0;
    }
    .specialset-ttl {
        font-size: calc(34vw/7.5);
        text-align: center;
    }
    .specialset-price {
        font-size: calc(54vw/7.5);
        text-align: center;
    }
    .specialset-price span {
        font-size: calc(34vw/7.5);
    }
    .specialset .u-lists_ten {
        font-size: calc(30vw/7.5);
    }
    .specialset-cap {
        font-size: calc(24vw/7.5);
    }
    .specialset .u-hoverButton__shop {
        margin: 20px auto 0;
        width: calc(649vw / 7.5);
        max-width: 649px;
        padding: 12px 0;
    }
}

/* caution
//* -------------------------------------------------- */
.caution-lists {
    margin: 90px auto 0;
    font-size: .75rem;
    width: fit-content;
}
.caution-lists a {
    display: inline;
    text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .caution-lists {
        margin: 60px auto 0;
        font-size: .625rem;
        width: 90%;
    }
}



.mov {
    display: block;
    width:100%;
    max-width: 757px;
    margin: 150px auto;
}
.mov__wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden
}
.mov iframe {
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mov__btn {
    border: 0;
    cursor: pointer;
}
/* .mov__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
}
.mov__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #126eb3;
    transform: translateX(4px);
}
.mov__btn.is-playing {
    opacity: 0;
    background: transparent;
}
.mov__btn.is-paused {
    opacity: 1;
    opacity: 0;
}
.mov__btn.is-ended::before {
    content: "↻";
    display: grid;
    place-items: center;
    color: #126eb3;
    font-size: 80px;
    line-height: 1;

    opacity: 0;
}
.mov__btn.is-ended::after {
    display: none;
} */
@media (max-width: 767px) {
    .mov {
        margin: 80px auto;
    }
    .mov__btn::before {
        width: 60px;
        height: 60px;
    }

    .mov__btn::after {
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 22px;
    }
}

/* share
//* -------------------------------------------------- */
.share {
    max-width: 496px;
    margin: 110px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    background-color: #fdfce1;
    border-radius: 45px;
    padding: 20px 0;
}
.share .c-heading_en {
    text-align: left;
    font-size: 2.25rem;
    color: var(--brand-orange);
}
.share-lists {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.share-lists li {
    margin: 0 5px;
}
.share-lists a {
    background-color: var(--brand-blue);
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
}
.share-list__x img {
    width: 13px;
}
.share-list__line img {
    width: 18px;
}
@media screen and (min-width: 768px) {
    .share-lists a:hover {
      transform: scale(1.1);
    }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .share {
        width: calc(620vw /7.5);
        margin: 60px auto 0;
        border-width: 5px;
        border-radius: 34px;
        padding: 15px 0;
    }
    .share .c-heading_en {
        font-size: 1.875rem;
    }
    .share-lists {
        margin-left: 30px;
    }
    .share-lists li {
        margin: 0 5px;
    }
    .share-lists a {
        width: calc(55vw /7.5);
        height: calc(55vw /7.5);
    }
    .share-list__x img {
        width: calc(22vw /7.5);
    }
    .share-list__line img {
        width: calc(30vw /7.5);
    }
}

/* recommended
//* -------------------------------------------------- */
.recommended {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.recommended-inner {
    width: calc(1205vw / 14);
    /* margin-left: calc(170vw / 14); */
    overflow: hidden;
    padding: calc(200vw / 14) 0 calc(50vw / 14);
}
.recommended .c-heading_en {
    text-align: left;
    font-size: 2.6875rem;
    color: var(--brand-orange);
}
.recommended-swiper {
    overflow: visible;
    margin-top: calc(30vw / 14);
    /* margin-left: calc(-20vw / 14); */
}
.recommended-box {
    padding-right: 2%;
    /* width: calc(282vw / 14)!important; */
}
.recommended-box a {
    display: flex;
    /* width: calc(252vw / 14); */
}
@media screen and (min-width: 768px) {
    .recommended-box a:hover img {
      transform: scale(1.05);
    }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .recommended-inner {
        padding-top: calc(180vw / 7.5);
        width: 95%;
    }
    .recommended .c-heading_en {
        font-size: 2.1875rem;
    }
    .recommended-swiper {
        margin-top: calc(30vw / 7.5);
        margin-left: 0;
    }
    .recommended-box {
        width: calc(345vw / 7.5)!important;
    }
    .recommended-box a {
        width: calc(315vw / 7.5);
    }
}

.l-footerWrap .share .c-heading_en {
    font-size: 36px;
}
.l-footerWrap .recommended .c-heading_en {
    font-size: 43px;
}
.l-footerWrap .g-footer-copy {
    font-size: 14px;
    font-family: var(--font-gothic);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.l-footerWrap .share .c-heading_en {
    font-size: calc(59vw / 7.5);
}
.l-footerWrap .recommended .c-heading_en {
    font-size: calc(70vw / 7.5);
}
.l-footerWrap .g-footer-copy {
    font-size: calc(14vw / 7.5);
}
}