@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  line-height: 1;
  color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68.75%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 1.5s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

*,
:before,
:after {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #628496;
}

::selection {
  color: #fff;
  background: #628496;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.u-font_yumincho,
.u-font_yuminchoBefore:before,
.u-font_yuminchoAfter:after {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

@media screen and (min-width: 1401px) {
  .u-show_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1401px) {
  .u-hide_desktop {
    display: none !important;
  }
}
@media print {
  .u-hide_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}
@media print {
  .u-show_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 479px) and (max-width: 769px) {
  .u-hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-show_media {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-hide_media {
    display: none !important;
  }
}

.u-anim-fadeIn {
  -webkit-animation: fadeIn 1.2s ease 0.15s;
  animation: fadeIn 1.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-bounce {
  -webkit-animation: anm-bounce 5s ease-in;
  animation: anm-bounce 5s ease-in;
}
.u-bounce--delay_0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.u-bounce--delay_1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.u-bounce--delay_2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes anm-bounce {
  0% {
    transform: translate(0, -40%);
  }
  10% {
    transform: translate(0, 0%);
  }
  12% {
    transform: translate(0, 0%);
  }
  90% {
    transform: translate(0, -40%);
  }
}

@keyframes anm-bounce {
  0% {
    transform: translate(0, -40%);
  }
  10% {
    transform: translate(0, 0%);
  }
  12% {
    transform: translate(0, 0%);
  }
  90% {
    transform: translate(0, -40%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-bounce {
    0% {
      transform: translate(0, -20%);
    }
    10% {
      transform: translate(0, 0%);
    }
    100% {
      transform: translate(0, -40%);
    }
  }
  @keyframes anm-bounce {
    0% {
      transform: translate(0, -20%);
    }
    10% {
      transform: translate(0, 0%);
    }
    100% {
      transform: translate(0, -40%);
    }
  }
}


.u-scrollFadeIn, .u-scrollFadeIn__slow {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(20px);
}
.u-scrollFadeIn.is-motion, .is-motion.u-scrollFadeIn__slow {
  opacity: 1;
  transform: translateY(0px);
}

.motion_op {
  opacity: 0;
  transition: all 0.5s;
}
.motion_Ym20 {
  transform: translateY(-20px);
}
.motion_Ym50 {
  transform: translateY(-50px);
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y2 {
  transform: translateY(20px);
}
.motion_X2 {
  transform: translateX(-20px);
}

.is_motion {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
}
/*
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    transform: translateX(0);
    transform: translateY(0);
    transform: rotate(0);
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
}
.delay-time01 {
  animation-delay: 0.2s;
}
.delay-time02 {
  animation-delay: 0.4s;
}
.delay-time04 {
  animation-delay: 0.6s;
}
.delay-time06 {
  animation-delay: 1.3s;
}*/

a .u-hoverImg {
  margin: 0 auto;
  overflow: hidden;
}
a .u-hoverImg img {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  a:hover .u-hoverImg img {
    transform: scale(1.2, 1.2);
    transition: 0.3s all;
    opacity: 1;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }
}

.l-header {
  z-index: 9;
}

.l-root.g-wrapper {
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 0;
  color: #743635;
  background-color: #fbca5f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.l-root.g-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_agesweets/bg_kvyuge.png) no-repeat center top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 51vw;
  height: 27.286vw;
  max-width: 714px;
  max-height: 382px;
  z-index: 0;
  transform: none;
}
@media screen and (min-width: 1px) and (max-width: 769px) {
  .l-root.g-wrapper:before {
    background: url(../img/products/banana_agesweets/bg_kvyuge_sp.png) no-repeat right bottom 10px;
    background-size: 100% auto;
    width: 94.667vw;
    height: 80.933vw;
    left: 5%;
  }
}
.g-container.on {
  display: block;
}

.p-share {
  background-color: #9cb302;
}
.is-melon,
.l-footer,
.p-recommended {
  background-color: #dfe765;
}

/* SECTION　bace
//* -------------------------------------------------- */

/* contants
//* -------------------------------------------------- */
.l-main {
  margin-top: -55px;
  overflow: hidden;
}
.melonpan-kv {
  position: relative;
  background: url(../img/products/banana_melonpan/kv_img.jpg) center -50px no-repeat;
  background: url(../img/products/banana_melonpan/kv_img.webp) center -50px no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.melonpan-kv:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_melonpan/kv_gara.png) bottom no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 69.571vw;
  height: 100%;
  z-index: 1;
  animation: koushi 2s 1s ease-in forwards;
}
@-webkit-keyframes koushi {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
.bananas-kv-bg {
  position: relative;
  z-index: 2;
}
.melonpan-kv-logo {
  position: absolute;
  z-index: 2;
  top: 7.571vw;
  left: calc(50% + 32.571vw);
  width: 129px;
  width: 9.214vw;
}
.melonpan-kv-kanban {
  position: absolute;
  z-index: 2;
  bottom: 6.429vw;
  left: calc(50% + 24vw);
  width: 227px;
  width: 16.214vw;
}
.melonpan-kv-ico {
  position: absolute;
  z-index: 2;
  bottom: 6.071vw;
  right: calc(50% + 31.857vw);
  width: 75px;
  width: 5.357vw;
  animation: bound-ico 1.3s infinite;
}

@-webkit-keyframes bound-ico {
  0%, 100% {
    bottom: 4.071vw;
    transform: scale(1);
  }
  30% {
    bottom: 8.071vw;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    bottom: 4.071vw;
    transform: scale(1.05, 0.9);
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.l-main {
  margin-top: 0;
}
.melonpan-kv {
  background: url(../img/products/banana_melonpan/kv_img_sp.jpg) center 11px no-repeat;
  background: url(../img/products/banana_melonpan/kv_img_sp.webp) center 11px no-repeat;
  background-size: 100% auto;
}
.melonpan-kv:before {
  background: url(../img/products/banana_melonpan/kv_gara.png) bottom no-repeat;
  background-size: 100% auto;
  width: 120%;
}
.melonpan-kv-logo {
  top: 6.667vw;
  left: 18.667vw;
  max-width: 503px;
  width: 67.067vw;
}
.melonpan-kv-ico {
  bottom: inherit;
  right: inherit;
  left: 4.333vw;
  top: 6.667vw;
  width: 87px;
  width: 11.6vw;
}
.melonpan-kv-kanban {
  bottom: 5.067vw;
  left: inherit;
  right: 2vw;
  width: 243px;
  width: 32.4vw;
}
}

/* products
//* -------------------------------------------------- */
.melonpan-main {
  background: url(../img/products/banana_melonpan/bg_main.jpg) repeat;
  background-size: 101px 101.5px;
  position: relative;
}
.melonpan-main-capimg {
  position: absolute;
  width: 90%;
  max-width: 1380px;
  left: 0;
  right: 0;
  margin: auto;
  top: 41vw;
  z-index: 0;
}
.melonpan-main-inner {
  width: 670px;
  margin: 0 auto;
  background: #ffeb74;
  border-left: 30px solid #f3f286;
  border-right: 30px solid #f3f286;
  padding: 90px 0;
  text-align: center;
  color: #9a7000;
}
.melonpan-main-lead {
  width: 314px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.melonpan-main-txt {
  margin: 40px auto 0;
  line-height: 2.5;
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.melonpan-main-section {
  width:100%;
  height: calc(27.357vw * 2);
  display:flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: -10%;
}

.melonpan-main-section .images-wrapper {
  position:absolute;
}
.pan-images {
  position: absolute;
  /*width:383px;
  left: calc(50% - 191.5px);
  height:383px;
  top:320px;*/

  max-width:383px;
  max-height:383px;
  width:27.357vw;
  left: calc(50% - 13.679vw);
  height:27.357vw;
  top:22.857vw;
}
.pan_01 {
    position: absolute;
    top:0;
    left:0%;
}
.pan_02 {
    position: absolute;
    top:0;
    left:0%;
}
.pan_03 {
    position: absolute;
    top:0;
    left:0%;
}
.melonpan-main-info {
  position: relative;
}
.melonpan-main-info-txt {
  font-size: 20px;
  line-height: 2.5;
}
.melonpan-main-info-txt_bold {
  font-weight: bold;
  padding-left: 2em;
  position: relative;
  overflow: visible;
}
.melonpan-main-info-txt_A:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_melonpan/ico_pan_top.png) no-repeat center top;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 39px;
  animation: linear 4s infinite running danmen_a;
}
@keyframes danmen_a {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg) scale(1, 1);
  }
  30% {
    transform: rotate(-20deg) scale(1.04, 1.04);
  }
  33% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(-20deg) scale(1.04, 1.04);
  }
  41% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.melonpan-main-info-txt_B:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_melonpan/ico_pan_middle.png) no-repeat center top;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 39px;
  height: 42px;
  animation: linear 4s infinite running danmen_b;
}
@keyframes danmen_b {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg) scale(1, 1);
  }
  60% {
    transform: rotate(40deg) scale(1.04, 1.04);
  }
  70% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.melonpan-main-info-txt_C:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_melonpan/ico_pan_bottom.png) no-repeat center top;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 39px;
  height: 37px;
  animation: linear 4s infinite running danmen_c;
}
@keyframes danmen_c {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg) scale(1, 1);
  }
  80% {
    transform: rotate(-30deg) scale(1.04, 1.02);
  }
  85% {
    transform: rotate(0deg) scale(1, 1);
  }
  90% {
    transform: rotate(-30deg) scale(1.04, 1.02);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 1px) and (min-width: 1401px) {
.melonpan-main-section {
  height: calc(383px * 2);
  margin-top: -192.5px;
}
.pan-images {
  position: absolute;
  width:383px;
  left: calc(50% - 191.5px);
  height:383px;
  top:320px;
}
}

@media screen and (min-width: 1px) and (max-width: 820px) {
/*.melonpan-main-section {
  margin-top: -25vh;
  height: 55vh;
}*/
}

@media screen and (min-width: 1px) and (max-width: 500px) {
.melonpan-main {
  background-size: 80px 80px;
}
.melonpan-main-capimg {
  width: 90%;
  top: 41vw;
}
.melonpan-main-inner {
  width: 90%;
  border-left: 15px solid #f3f286;
  border-right: 15px solid #f3f286;
  padding: 40px 0 60px;
}
.melonpan-main-lead {
  width: 49.333vw;
  max-width: 370px;
}
.melonpan-main-txt {
  margin: 20px auto 0;
  line-height: 2.3;
  font-size: 14px;
}



.melonpan-main-section {
  /*margin-top: -28vh;
  height: 59vh;*/
  height: calc(55.6vw * 2);
  margin-top: -35%;
}
.pan-images {
  max-width:383px;
  max-height:417px;
  width:51.067vw;
  left: calc(50% - 25.500vw);
  height: 55.6vw;
  top: 50.857vw;
}

.melonpan-main-info-txt {
  font-size: 14px;
}
.melonpan-main-info-txt_bold {
  padding-left: 1.5em;
}
.melonpan-main-info-txt_A:before {
  width: 20px;
  height: 19.5px;
}
.melonpan-main-info-txt_B:before {
  width: 19.5px;
  height: 21px;
}
.melonpan-main-info-txt_C:before {
  width: 19.5px;
  height: 18.5px;
}

}
@media screen and (min-width: 1px) and (max-width: 375px) {
.melonpan-main-section {
  /*margin-top: -30vh;
  height: 66vh;
  height: calc(55.6vw * 2);
  margin-top: -35%;*/
}
}

/* howto
//* -------------------------------------------------- */
.g-howto-ico {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 4;
}
.g-howto-ico img {
  width: 100%;
  height: auto;
}

.g-howto-ico.g-howto-icoA {
  max-width: 60px;
  max-height: 460px;
  width: 5vw;
  height: 36.143vw;
  bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-ico.g-howto-icoA {
    width: 28px;
    height: 228px;
    bottom: -25px;
  }
}
.g-howto-ico.g-howto-icoB {
  max-width: 47px;
  max-height: 486px;
  width: 3.9vw;
  height: 38.5vw;
  bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-ico.g-howto-icoB {
    width: 22px;
    height: 239px;
    bottom: -34px;
    left: -10px;
  }

}
.g-howto-ico.g-howto-icoA.is_motion {
  animation: linear cutlery-A 0.5s forwards;
}
.g-howto-ico.g-howto-icoB.is_motion {
  animation: linear cutlery-B 0.5s forwards;
}
@keyframes cutlery-A {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(-100%) rotate(-15deg);
    left: -99%;
  }
}
@keyframes cutlery-B {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(100%) rotate(15deg);
    right: -99%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @keyframes cutlery-A {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(-101%) rotate(-10deg);
      left: -80%;
    }
  }
  @keyframes cutlery-B {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(101%) rotate(10deg);
      right: -84%;
    }
  }
}

/* bnr
//* -------------------------------------------------- */
.g-bnr {
  /* background: url(../img/products/banana_agesweets/bg_bnr.jpg) no-repeat;
  background-size: cover; */
  background: #f9ad26;
  position: relative;
  overflow: hidden;
  height: 35.429vw;
  height: 46.071vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-bnr {
    height: 45.733vw;
  }
}
.g-bnr .parallax3 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.g-bnr .parallax4 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.g-bnr-img {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 98%;
  height: auto;
  bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-bnr-img {
    width: 92%;
    bottom: 5px;
  }
}

/* products
//* -------------------------------------------------- */
.g-products {
  background: url(../img/products/banana_melonpan/bg_products.jpg) no-repeat center;
  background: url(../img/products/banana_melonpan/bg_products.webp) no-repeat center;
  background-size: cover;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  color: #000;
  padding: 6.929vw 0 110px;
}
@media screen and (min-width: 1401px) {
  .g-products {
    max-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products {
    background: url(../img/products/banana_melonpan/bg_products_sp.jpg) no-repeat top center;
    background: url(../img/products/banana_melonpan/bg_products_sp.webp) no-repeat top center;
    background-size: cover;
    padding: 60px 0 60px;
  }
}
.g-products-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-inner {
    display: block;
    width: 90%;
  }
}
.g-products-left {
  width: 53%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-left {
    width: 108%;
    margin-left: 1%;
    margin-top: 40px;
  }
}
.g-products-right {
  width: 47%;
  margin-top: 50px;
  max-width: 541px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-right {
    width: 100%;
    margin-top: 0;
  }
}
.g-products-ttl {
  margin: 20px auto 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-ttl {
    margin: 0 auto;
    width: 90%;
  }
}
.g-products-lists {
  display: flex;
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-lists {
    margin-top: 0;
    padding-top: 20px;
    display: block;
    width: 100%;
  }
}
.g-products-list {
  width: 50%;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-list {
    width: 90%;
    padding-left: 5%;
    padding-top: 20px;
    align-items: center;
  }
}
.g-products-list_img {
  width: 104px;
  margin-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-list_img {
    width: 26.533vw;
  }
}
.g-products-list_txt {
  font-size: 2.9rem;
  margin-top: 10px;
}
.g-products-list_txt span {
  font-size: 1.9rem;
  display: block;
}
.g-products-txt {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 500px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-txt {
    width: 90%;
    margin: 30px auto 0;
    font-size: 1rem;
  }
}
.g-products-txt a {
  display: inline-block;
}
.g-products-txt_ico1 {
  background: url(../img/products/banana_agesweets/ico_tab.png) no-repeat bottom;
  background-size: 100% auto;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0px 2px -1px 2px;
}
.g-products-txt_ico2 {
  background: url(../img/products/banana_agesweets/ico_freed.png) no-repeat bottom;
  background-size: 100% auto;
  width: 1.5em;
  height: 1em;
  display: inline-block;
  margin: 0px 2px -1px 2px;
}
.g-products-mtn {
  border-top: 2px solid #ede994;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  max-width: 500px;
}
.g-products-mtn_img {
  width: 74px;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-mtn_img {
    width: 19.867vw;
    margin-right: 20px;
  }
}
.g-products-mtn-txts {
  color: #0f7456;
  margin-top: 5px;
  line-height: 1.8;
  width: calc(100% - 84px);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-mtn-txts {
    width: calc(100% - 19.867vw - 20px);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-mtn-txts_txt {
    line-height: 1.8;
  }
}
.g-products-mtn-txts_btn {
  margin-top: 5px;
  max-width: 250px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-mtn-txts_btn {
    margin-top: 10px;
  }
}
.g-products-mtn-txts_btn a {
  border: 2px solid #0f7456;
  color: #0f7456;
  background: #fffccc;
  transition: 0.3s all;
  position: relative;
  line-height: 2;
  text-align: center;
}
.g-products-mtn-txts_btn a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 3%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #0f7456;
}
@media screen and (min-width: 768px) {
  .g-products-mtn-txts_btn a:hover {
    background: #0f7456;
    color: #fffccc;
  }
  .g-products-mtn-txts_btn a:hover:after {
    border-color: transparent transparent transparent #fffccc;
  }
}





/* shop
//* -------------------------------------------------- */
.g-shop {
  padding: 130px 0 140px;
  position: relative;
  background: #ffeb74;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop {
    padding: 60px 0 60px;
  }
}
.g-shop-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-inner {
    display: block;
    width: 80%;
  }
}
.g-shop-img {
  width: 50%;
  max-width: 407px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-img {
    width: 100%;
  }
}
.g-shop-map {
  position: relative;
  margin: 0 auto;
  max-width: 425px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-map {
    max-width: 335px;
  }
}
.g-shop-txts {
  width: 40%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-txts {
    width: 95%;
    margin-left: 5%;
  }
}
.g-shop-lead {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-lead {
    font-size: 1.4rem;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
.g-shop-txt {
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-txt {
    width: 100%;
    margin-top: 5px;
    font-size: 1rem;
  }
}
.g-shop-btn {
  max-width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-btn {
    margin: 15px auto 0;
    max-width: 251px;
    font-size: 1.5rem;
  }
}
.g-shop-btn_A {
  margin: 25px auto 0;
}
.g-shop-btn_B {
  margin: 10px auto 0;
}
.g-shop-btn a {
  display: block;
  position: relative;
  line-height: 2.5;
}
.g-shop-btn_A a {
  background: #743635;
  color: #ede783;
  transition: 0.3s all;
}
.g-shop-btn_A a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 3%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ede783;
}
@media screen and (min-width: 768px) {
  .g-shop-btn_A a:hover {
    background: #ede783;
    color: #743635;
  }
  .g-shop-btn_A a:hover:after {
    border-color: transparent transparent transparent #743635;
  }
}
.g-shop-btn_B a {
  background: #ede783;
  color: #743635;
}
.g-shop-btn_B a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 3%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #743635;
}
@media screen and (min-width: 768px) {
  .g-shop-btn_B a:hover {
    background: #743635;
    color: #ede783;
  }
  .g-shop-btn_B a:hover:after {
    border-color: transparent transparent transparent #ede783;
  }
}

.g-shop-icoC {
  position: absolute;
  width: 90px;
  bottom: 10%;
  right: 5%;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-icoC {
    width: 66px;
    bottom: 0;
  }
}
.ball {
  animation: bound-anim 1.3s infinite;
}
@-webkit-keyframes bound-anim {
  0%, 100% {
    bottom: 5%;
    transform: scale(1);
  }
  30% {
    bottom: 25%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    bottom: 5%;
    transform: scale(1.05, 0.9);
  }
}

/* g-pagelinks
//* -------------------------------------------------- */
.g-pagelinks {
  display: flex;
  height: 550px;
  height: 39.286vw;
}
.g-pagelinks-item {
  width: 33.3333%;
  overflow: hidden;
  position: relative;
}
.g-pagelinks-item.is_clicked {
  animation: clicked-anim .8s linear;
}
@keyframes clicked-anim {
  0% {
    width: calc(100% / 3);
  }
  100% {
    width: 80%;
  }
}
.g-pagelinks-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.g-pagelinks-item a:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_melonpan/link_arrow_curry.png) no-repeat;
  background-size: 100% auto;
  bottom: 5.357vw;
  left: 3.071vw;
  width: 2.537vw;
  height: 2.537vw;
}
.g-pagelinks-curry {
  background: #fbca5f;
}
.g-pagelinks-an {
  background: #feeaba;
}
.g-pagelinks-an a:after {
  background: url(../img/products/banana_melonpan/link_arrow_an.png) no-repeat;
  background-size: 100% auto;
}
.g-pagelinks-melon {
  background: #dfe765;
}
.g-pagelinks-melon a:after {
  background: url(../img/products/banana_melonpan/link_arrow_melon.png) no-repeat;
  background-size: 100% auto;
}
.g-pagelinks-name {
  position: absolute;
  top: 60px;
  left: 15px;
  top: 4.286vw;
  left: 2.071vw;
  z-index: 2;
}
.g-pagelinks-img {
  display: block;
  position: absolute;
  z-index: 1;
}
.g-pagelinks-curry .g-pagelinks-name {
  width: 6.429vw;
}
.g-pagelinks-curry .g-pagelinks-img {
  width: 20.429vw;
  bottom: 4.571vw;
  right: 5vw;
}
.g-pagelinks-an .g-pagelinks-name {
  width: 5.714vw;
}
.g-pagelinks-an .g-pagelinks-img {
  width: 24vw;
  bottom: 4.571vw;
  right: 1.5vw;
}
.g-pagelinks-melon .g-pagelinks-name {
  width: 7.143vw;
}
.g-pagelinks-melon .g-pagelinks-img {
  width: 24.071vw;
  bottom: 5.571vw;
  right: 2.5vw;
}
.g-pagelinks-txt {
  position: absolute;
  background: #743635;
  bottom: 0;
  width: 100%;
  padding: 0 5% 4px;
}
.g-pagelinks-an .g-pagelinks-txt {
  background: #9c2941;
}
.g-pagelinks-melon .g-pagelinks-txt {
  background: #9a7000;
}
.g-pagelinks-txt img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.g-pagelinks-item a:hover:after {
  left: 4.071vw;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-pagelinks {
  height: 680px;
  height: 90.667vw;
}
.g-pagelinks-item a:after {
  bottom: 12.357vw;
  left: 5.071vw;
  width: 5.92vw;
  height: 5.92vw;
}
.g-pagelinks-name {
  position: absolute;
  top: 60px;
  left: 15px;
  top: 4.286vw;
  left: 2.071vw;
  z-index: 2;
}
.g-pagelinks-curry .g-pagelinks-name {
  width: 16vw;
  top: 9.286vw;
  left: 3.071vw;
}
.g-pagelinks-curry .g-pagelinks-img {
  width: 47.733vw;
  bottom: 8vw;
  right: inherit;
  left: 17.333vw;
}
.g-pagelinks-an .g-pagelinks-name {
  width: 13.333vw;
  top: 9.286vw;
  left: 3.071vw;
}
.g-pagelinks-an .g-pagelinks-img {
  width: 56vw;
  bottom: 8vw;
  right: inherit;
  left: 17.333vw;
}
.g-pagelinks-melon .g-pagelinks-name {
  width: 16vw;
  top: 9.286vw;
  left: 3.071vw;
}
.g-pagelinks-melon .g-pagelinks-img {
  width: 56vw;
  bottom: 11vw;
  right: inherit;
  left: 14.333vw;
}
.g-pagelinks-txt {
  padding: 0 5% 3px;
  line-height: 1;
}
.g-pagelinks-txt img {
  height: 11px;
}
}


/* scroll FadeIn
//* -------------------------------------------------- */
.u-scrollFadeIn, .u-scrollFadeIn__slow {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(20px);
}
.u-scrollFadeIn__slow {
  transition-delay: 3s !important;
  transition: all 3.5s cubic-bezier(0.75, 0, 0.35, 1) !important;
}
.u-scrollFadeIn__slow.is-state_scroll {
  opacity: 1;
  transform: translateY(0px);
}

.u-scrollFadeIn[data-fadein=reverse], [data-fadein=reverse].u-scrollFadeIn__slow {
  transform: translateY(-20px);
}

.u-scrollFadeIn.is-state_scroll, .is-state_scroll.u-scrollFadeIn__slow {
  opacity: 1;
  transform: translateY(0px);
}

.u-scrollFadeUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.u-scrollFadeUp.is-state_scroll {
  animation-name: fade-in-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.pananim_a {
  -webkit-animation: linear 4s infinite running pananim_a;
          animation: linear 4s infinite running pananim_a;
}
@keyframes pananim_a {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg) scale(1, 1);
  }
  30% {
    transform: rotate(-10deg) scale(1.04, 1.04);
  }
  33% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(-10deg) scale(1.04, 1.04);
  }
  41% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.arrow_a {
  -webkit-animation: linear 2s infinite running arrow_a;
          animation: linear 2s infinite running arrow_a;
  display: block;
}

@keyframes arrow_a {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.moved .arrow_a {
  -webkit-animation: linear 2s infinite running arrow_aM;
          animation: linear 2s infinite running arrow_aM;
  display: block;
}

@keyframes arrow_aM {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @keyframes arrow_aM {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(5px);
    }
    40% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.pananim_c {
  animation: linear 4s infinite running pananim_c;
}
@keyframes pananim_c {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg) scale(1, 1);
  }
  80% {
    transform: rotate(20deg) scale(1.04, 1.04);
  }
  90% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.arrow_c {
  animation: linear 2s infinite running arrow_c;
  display: block;
}
@keyframes arrow_c {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(15px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.moved .arrow_c {
  animation: linear 2s infinite running arrow_cM;
  display: block;
}
@keyframes arrow_cM {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(15px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @keyframes arrow_cM {
    0% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(5px);
    }
    90% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
}











.linkpananim_a {
  animation: linear 4s infinite running linkpananim_a;
}
@keyframes linkpananim_a {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg) scale(1, 1);
  }
  30% {
    transform: rotate(-10deg) scale(1.04, 1.04);
  }
  33% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(-10deg) scale(1.04, 1.04);
  }
  41% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.linkpananim_c {
  animation: linear 4s infinite running linkpananim_c;
}
@keyframes linkpananim_c {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg) scale(1, 1);
  }
  60% {
    transform: rotate(20deg) scale(1.04, 1.04);
  }
  70% {
    transform: rotate(0deg) scale(1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
.linkpananim_m {
  animation: linear 4s infinite running linkpananim_m;
}
@keyframes linkpananim_m {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg) scale(1, 1);
  }
  80% {
    transform: rotate(-15deg) scale(1.04, 1.02);
  }
  85% {
    transform: rotate(0deg) scale(1, 1);
  }
  90% {
    transform: rotate(-15deg) scale(1.04, 1.02);
  }
  100% {
    transform: rotate(0deg);
  }
}