@charset "UTF-8";

#inc-goods_banana {
  background-color: #fed14a;
}
#inc-goods_piyo {
  background-color: #fdfce7;
}
#inc-goods_neko {
  background-color: #fff3d1;
}
#inc-goods_kuma {
  background-color: #b7eaf0;
}
#inc-goods_crispysand {
  background-color: #fffbea;
}
#inc-goods_ponchame {
  background-color: #fee08b;
}

#inc-goods_banana .u-hoverButton {
  background-color: var(--brand-blue);
}
#inc-goods_banana .goods-link .u-hoverButton {
  background-color: #ed8e2a;
}

#inc-goods_neko .u-hoverButton {
  background-color: #e96f73;
}
#inc-goods_neko .goods-link .u-hoverButton {
  background-color: #fcd125;
  color: #e96f73;
}
#inc-goods_neko .goods-ttl {
  color: #e96f73;
}
#inc-goods_neko .goods-lists figcaption {
  background-color: #e96f73;
}

#inc-goods_piyo .u-hoverButton {
  background-color: #009944;
}
#inc-goods_piyo .goods-link .u-hoverButton {
  background-color: #ffe900;
  color: #009944;
}
#inc-goods_piyo .goods-ttl {
  color: #009944;
}
#inc-goods_piyo .goods-lists figcaption {
  background-color: #009944;
}

#inc-goods_ponchame .u-hoverButton {
  background-color: #ea5404;
}
#inc-goods_ponchame .goods-link .u-hoverButton {
  background-color: #fff;
  color: #ea5404;
}
#inc-goods_ponchame .goods-ttl {
  color: #ea5404;
}
#inc-goods_ponchame .goods-lists figcaption {
  background-color: #ea5404;
}




.goods-inner .u-hoverButton {
  max-width: 295px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .goods-inner .u-hoverButton {
    max-width: 500px;
  }
}

.sidenav {
  position: fixed;
  display: none;
  left: calc(130vw / 14);
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  z-index: 9;
}
.sidenav a {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: all 0.5s;
  display: block;
  transform-origin: center;
  margin: 10px auto;
}
.sidenav a.link-current {
  width: 40px;
  height: 52px;
  opacity: 1;
  padding: 10px 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.sidenav {
  left: 2%;
}
.sidenav a {
  width: calc(40vw /7.5);
  height: calc(40vw /7.5);
  margin: calc(20vw /7.5) auto;
}
.sidenav a.link-current {
  width: calc(80vw /7.5);
  height: calc(100vw /7.5);
  padding: calc(20vw /7.5) 0;
}
}

.goods-inner {
  max-width: calc(1080vw /14);
  margin: 0 auto;
  padding: 50px 0 150px;
}
.position-now {
  padding-top: 1px;
}
.goods-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.goods-lists li {
  width: 41%;
  text-align: center;
  margin: calc(115vw /14) 4.5% 0;
  position: relative;
}
.goods-lists figure {
  position: relative;
}
.goods-lists figcaption {
  position: absolute;
  width: calc(28vw /14);
  height: calc(28vw /14);
  background: #0056c1;
  border-radius: 50%;
  bottom: calc(50vw /14);
  right: calc(50vw /14);
}
.goods-lists figcaption.u-plus:before,
.goods-lists figcaption.u-plus:after {
  background-color: #fff;
}
.goods-ttl {
  font-size: calc(30vw /14);
  color: #0056c1;
  font-weight: 500;
}
.goods-price {
  font-size: calc(30vw /14);
  line-height: 1;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.goods-price span {
  font-size: calc(18vw /14);
}
.goods-price .u-eclink {
  top: 10px;
}
.goods-cap {
  font-size: calc(12vw /14);
  width: 60%;
  margin: 1em auto 0;
}
.goods-details .u-hoverButton {
  margin-top: 1em;
  color: #fff;
}

.goods-lists p.u-ico__new {
    position: absolute;
    color: #fff;
    text-align: center;
    width: calc(88vw /14);
    height: calc(89vw /14);
    left: calc(30vw /14);
    top: calc(5vw /14);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.goods-lists p.u-ico__new::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(88vw /14);
    height: calc(89vw /14);
    background: url(../img/common/bg_new_blue.svg) no-repeat;
    background-size: 100% auto;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.goods-lists p.u-ico__new span {
    font-family: komet, "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: calc(22vw /14);
    line-height: 1.2;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
}
.goods-lists p.u-ico__new.u-ico__new_jp span {
    font-size: calc(18vw /14);
    margin-top: 2px;
}
.goods-link {
  margin-top: 100px;
}
.goods-link .u-hoverButton {
  font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.goods-inner {
  max-width: 90%;
  padding: 0px 0 100px;
}
.goods-lists {
  display: block;
}
.goods-lists li {
  width: 100%;
  margin: calc(140vw /7.5) auto 0;
}
.goods-lists figcaption {
  width: calc(54vw /7.5);
  height: calc(54vw /7.5);
  bottom: calc(70vw /7.5);
  right: calc(70vw /7.5);
}
.goods-ttl {
  font-size: calc(54vw /7.5);
}
.goods-price {
  font-size: calc(54vw /7.5);
}
.goods-price span {
  font-size: calc(34vw /7.5);
}
.goods-cap {
  font-size: calc(24vw /7.5);
  width: 80%;
}
.goods-lists p.u-ico__new {
  width: calc(147vw /7.5);
  height: calc(148vw /7.5);
  left: calc(30vw /7.5);
  top: calc(5vw /7.5);
}
.goods-lists p.u-ico__new::before {
  width: calc(147vw /7.5);
  height: calc(148vw /7.5);
}
.goods-lists p.u-ico__new span {
  font-size: calc(38vw /7.5);
}
.goods-lists p.u-ico__new.u-ico__new_jp span {
  font-size: calc(30vw /7.5);
}
.goods-link {
  margin-top: 50px;
}
.goods-link .u-hoverButton {
  font-size: calc(24vw /7.5);
}
}




.goods-swiper {
  width: 100%;
  overflow: hidden;
}
.goods-swiper .swiper-wrapper {
  display: flex;
}
.goods-swiper .swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-swiper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
}
.goods-swiper .swiper-button-prev {
  left: 0;
}
.goods-swiper .swiper-button-next {
  right: 0;
}
.modal-goods .modal-panel__swiper {
  max-width: var(--max-width, 600px);
  width: 90%;
  margin: 0 auto 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
/*  height: 70%;*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-goods .modal-close {
  position: absolute;
  right: 6%;
  left: initial;
  margin: 0;
  top: 3%;
}
@media (max-width: 767px) {
  .modal-goods .modal-panel__swiper {
    max-height: calc(750vw/7.5);
    width: 100%;
  }
  .goods-swiper img {
    max-width: 86%;
  }
  .modal-goods .modal-close {
    right: 4%;
  }
}



.modal-about .modal-panel {
  border-radius: 20px;
  max-width: var(--max-width, 1028px);
  overflow: visible;
  position: relative;
}
.modal-panel::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
#about_neko .modal-panel::after {
  background: url(../img/products/banana_goods/about_neko_ribon.png) no-repeat;
  background-size: 100% auto;
  width: 193px;
  height: 124px;
  top: -40px;
  left: -40px;
}
#about_piyo .modal-panel::after {
  background: url(../img/products/banana_goods/about_piyo_ribon.png) no-repeat;
  background-size: 100% auto;
  width: 155px;
  height: 89px;
  top: -30px;
}
#about_ponchame .modal-panel::after {
  background: url(../img/products/banana_goods/about_ponchame_ribon.png) no-repeat;
  background-size: 100% auto;
  width: 175px;
  height: 98px;
  top: -30px;
}
.modal-about .modal-close {
  right: -10%;
  top: 0%;
}

#about_neko .modal-panel {
  background-color: #fff3d1;
}
#about_piyo .modal-panel {
  background-color: #fff790;
}
#about_ponchame .modal-panel {
  background-color: #f58f2b;
}
.modal-about-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.modal-about-inner figure {
  width: 38%;
}
.modal-about-inner figcaption {
  border-radius: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1;
  padding: 1em 0;
  margin-top: 1em;
  font-size: min(1.143vw, 16px);
  font-weight: 500;
}
#about_neko .modal-about-inner figcaption {
  background-color: #e96f73;
}
#about_piyo .modal-about-inner figcaption {
  background-color: #009944;
}
#about_ponchame .modal-about-inner figcaption {
  background-color: #fff;
  color: #ea5404;
}
.modal-about__content {
  width: 58%;
  position: relative;
}
.modal-about__ttl {
  margin: 0 auto;
}
#about_neko .modal-about__ttl {
  width: calc(332vw /14);
  max-width: 332px;
}
#about_piyo .modal-about__ttl {
  width: calc(338vw /14);
  max-width: 338px;
}
#about_ponchame .modal-about__ttl {
  width: calc(280vw /14);
  max-width: 280px;
}
.modal-about__content .u-txt {
  margin-top: 1.5em;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.modal-about__chara {
  position: absolute;
  bottom: 0;
  right: 0;
}
#about_neko .modal-about__chara {
  width: calc(111vw /14);
  max-width: 111px;
}
#about_piyo .modal-about__chara {
  width: calc(146vw /14);
  max-width: 146px;
}
#about_ponchame .modal-about__chara {
  width: calc(183vw /14);
  max-width: 183px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.modal-about .modal-panel {
  border-radius: 25px;
}
#about_neko .modal-panel::after {
  width: calc(286vw /7.5);
  height: calc(183vw /7.5);
  top: calc(-60vw /7.5);
  left: calc(-40vw /7.5);
}
#about_piyo .modal-panel::after {
  width: calc(257vw /7.5);
  height: calc(147vw /7.5);
  top: calc(-60vw /7.5);
}
#about_ponchame .modal-panel::after {
  width: calc(250vw /7.5);
  height: calc(140vw /7.5);
  top: calc(-40vw /7.5);
}
.modal-about .modal-close {
  right: 0;
  top: -40px;
}

.modal-about-inner {
  display: block;
}
.modal-about-inner figure {
  width: 100%;
  margin-top: 1.5em;
}
.modal-about-inner figcaption {
  border-radius: 15px;
  font-size: calc(30vw /7.5);
  margin-top: 1.5em;
}
.modal-about__content {
  width: 100%;
}

#about_neko .modal-about__ttl {
  width: calc(554vw /7.5);
  max-width: 100%;
  margin-top: 20px;
}
#about_piyo .modal-about__ttl {
  width: calc(564vw /7.5);
  max-width: 100%;
}
#about_ponchame .modal-about__ttl {
  width: calc(560vw /7.5);
  max-width: 100%;
}
.modal-about__chara {
  position: relative;
  margin: 30px auto 0;
}
#about_neko .modal-about__chara {
  width: calc(176vw /7.5);
  max-width: 100%;
}
#about_piyo .modal-about__chara {
  width: calc(208vw /7.5);
  max-width: 100%;
}
#about_ponchame .modal-about__chara {
  width: calc(280vw /7.5);
  max-width: 100%;
}

}








