@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html {
  overflow-y: scroll;
}

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-bounce2 {
  -webkit-animation: anm-bounce2 5s ease-in;
  animation: anm-bounce2 5s ease-in;
}

@-webkit-keyframes anm-bounce2 {
  0% {
    transform: translate(0, -40%);
    opacity: 0;
  }
  10% {
    transform: translate(0, -1%);
  }
  12% {
    transform: translate(0, -1%);
  }
  16% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -45%);
  }
}

@keyframes anm-bounce2 {
  0% {
    transform: translate(0, -40%);
    opacity: 0;
  }
  10% {
    transform: translate(0, -1%);
  }
  12% {
    transform: translate(0, -1%);
  }
  16% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -45%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-bounce2 {
    0% {
      transform: translate(0, -20%);
      opacity: 0;
    }
    10% {
      transform: translate(0, -1%);
    }
    12% {
      transform: translate(0, -1%);
    }
    16% {
      opacity: 1;
    }
    80% {
      transform: translate(0, -45%);
    }
  }
  @keyframes anm-bounce2 {
    0% {
      transform: translate(0, -20%);
      opacity: 0;
    }
    10% {
      transform: translate(0, -1%);
    }
    12% {
      transform: translate(0, -1%);
    }
    16% {
      opacity: 1;
    }
    80% {
      transform: translate(0, -45%);
    }
  }
}
.u-awa {
  -webkit-animation: anm-awa 5s ease-in;
  animation: anm-awa 5s ease-in;
}
.u-awa--delay_0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.u-awa--delay_1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.u-awa--delay_2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes anm-awa {
  0% {
    transform: translate(0, 0%);
  }
  20% {
    transform: translate(0, 10%);
  }
  70% {
    transform: translate(0, -20%);
  }
}

@keyframes anm-awa {
  0% {
    transform: translate(0, 0%);
  }
  20% {
    transform: translate(0, 10%);
  }
  70% {
    transform: translate(0, -20%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-awa {
    0% {
      transform: translate(0, -5%);
    }
    20% {
      transform: translate(0, 5%);
    }
    100% {
      transform: translate(0, -50%);
    }
  }
  @keyframes anm-awa {
    0% {
      transform: translate(0, -5%);
    }
    20% {
      transform: translate(0, 5%);
    }
    100% {
      transform: translate(0, -50%);
    }
  }
}
.u-mozhi {
  -webkit-animation: anm-mozhi 5s ease-in;
  animation: anm-mozhi 5s ease-in;
}
.u-mozhi--delay_0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.u-mozhi--delay_1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.u-mozhi--delay_2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes anm-mozhi {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0, -25%);
  }
}

@keyframes anm-mozhi {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0, -25%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-mozhi {
    0% {
      transform: translate(0, -5%);
    }
    20% {
      transform: translate(0, 2%);
    }
    90% {
      transform: translate(0, -35%);
    }
  }
  @keyframes anm-mozhi {
    0% {
      transform: translate(0, -5%);
    }
    20% {
      transform: translate(0, 2%);
    }
    90% {
      transform: translate(0, -35%);
    }
  }
}
.u-a01 {
  -webkit-animation: anm-a01 5s ease-in;
  animation: anm-a01 5s ease-in;
}

@-webkit-keyframes anm-a01 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -41%);
  }
}

@keyframes anm-a01 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -41%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a01 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -41%);
    }
  }
  @keyframes anm-a01 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -41%);
    }
  }
}
.u-a02 {
  -webkit-animation: anm-a02 5s ease-in;
  animation: anm-a02 5s ease-in;
}

@-webkit-keyframes anm-a02 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translate(-3%, -50%);
  }
}

@keyframes anm-a02 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translate(-3%, -50%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a02 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(-3%, -50%);
    }
  }
  @keyframes anm-a02 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(-3%, -50%);
    }
  }
}
.u-a03 {
  -webkit-animation: anm-a03 5s ease-in;
  animation: anm-a03 5s ease-in;
}

@-webkit-keyframes anm-a03 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -41%);
  }
}

@keyframes anm-a03 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -41%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a03 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -41%);
    }
  }
  @keyframes anm-a03 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -41%);
    }
  }
}
.u-a04 {
  -webkit-animation: anm-a04 5s ease-in;
  animation: anm-a04 5s ease-in;
}

@-webkit-keyframes anm-a04 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -48%);
  }
}

@keyframes anm-a04 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translate(0, -48%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a04 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -48%);
    }
  }
  @keyframes anm-a04 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -48%);
    }
  }
}
.u-a05 {
  -webkit-animation: anm-a05 5s ease-in;
  animation: anm-a05 5s ease-in;
}

@-webkit-keyframes anm-a05 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(-4%, -100%);
  }
}

@keyframes anm-a05 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: translate(-4%, -100%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a05 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(-4%, -75%);
    }
  }
  @keyframes anm-a05 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(-4%, -75%);
    }
  }
}
.u-a06 {
  -webkit-animation: anm-a06 5s ease-in;
  animation: anm-a06 5s ease-in;
}

@-webkit-keyframes anm-a06 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}

@keyframes anm-a06 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a06 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
  @keyframes anm-a06 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
}
.u-a07 {
  -webkit-animation: anm-a07 5s ease-in;
  animation: anm-a07 5s ease-in;
}

@-webkit-keyframes anm-a07 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}

@keyframes anm-a07 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a07 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
  @keyframes anm-a07 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
}
.u-a08 {
  -webkit-animation: anm-a08 5s ease-in;
  animation: anm-a08 5s ease-in;
}

@-webkit-keyframes anm-a08 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(-2%, -65%);
  }
}

@keyframes anm-a08 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(-2%, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a08 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(-2%, -75%);
    }
  }
  @keyframes anm-a08 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(-2%, -75%);
    }
  }
}
.u-a09 {
  -webkit-animation: anm-a09 5s ease-in;
  animation: anm-a09 5s ease-in;
}

@-webkit-keyframes anm-a09 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  70% {
    transform: translate(4%, -65%);
  }
}

@keyframes anm-a09 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  70% {
    transform: translate(4%, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a09 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    21% {
      opacity: 1;
    }
    100% {
      transform: translate(4%, -75%);
    }
  }
  @keyframes anm-a09 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    21% {
      opacity: 1;
    }
    100% {
      transform: translate(4%, -75%);
    }
  }
}
.u-a10 {
  -webkit-animation: anm-a10 5s ease-in;
  animation: anm-a10 5s ease-in;
}

@-webkit-keyframes anm-a10 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(-10%, -65%);
  }
}

@keyframes anm-a10 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(-10%, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a10 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(-10%, -75%);
    }
  }
  @keyframes anm-a10 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 0%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(-10%, -75%);
    }
  }
}
.u-a11 {
  -webkit-animation: anm-a11 5s ease-in;
  animation: anm-a11 5s ease-in;
}

@-webkit-keyframes anm-a11 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}

@keyframes anm-a11 {
  0% {
    transform: translate(0, -36%);
    opacity: 0;
  }
  10% {
    transform: translate(0, 1%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -65%);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes anm-a11 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
  @keyframes anm-a11 {
    0% {
      transform: translate(0, -18%);
      opacity: 0;
    }
    10% {
      transform: translate(0, 1%);
      opacity: 0;
    }
    22% {
      opacity: 1;
    }
    100% {
      transform: translate(0, -75%);
    }
  }
}
.u-scrollFadeIn, .u-scrollFadeIn__slow {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(20px);
}
.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-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;
}

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%;
  }
}

/* Loading背景画面設定　*/
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #fbca5f;
  display: none;
  overflow: hidden;
}
.loading-block {
  margin: auto;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .loading-block {
    width: 100%;
    height: 100vh;
    max-height: 152vw;
  }
}
.loading-box {
  -webkit-animation-name: album;
          animation-name: album;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
}
.loading-1 {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .loading-1 {
    height: 152vw;
  }
}
.loading-1-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .loading-1-img {
    top: -20%;
    height: 100vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .loading-1 p {
    height: 152vw !important;
  }
}

@-webkit-keyframes album {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.01);
  }
  12.5% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  87.5% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1);
  }
}

@keyframes album {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.01);
  }
  12.5% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  87.5% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes album {
    0% {
      opacity: 0;
      filter: blur(10px);
      transform: scale(1.01);
    }
    12.5% {
      opacity: 1;
      filter: blur(0);
      transform: scale(1);
    }
    87.5% {
      opacity: 1;
      filter: blur(0);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      filter: blur(10px);
      transform: scale(1);
    }
  }
  @keyframes album {
    0% {
      opacity: 0;
      filter: blur(10px);
      transform: scale(1.01);
    }
    12.5% {
      opacity: 1;
      filter: blur(0);
      transform: scale(1);
    }
    87.5% {
      opacity: 1;
      filter: blur(0);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      filter: blur(10px);
      transform: scale(1);
    }
  }
}
.g-container.on {
  display: block;
}

.is-recipe .p-share {
  background-color: #743635;
}

/* SECTION　bace
//* -------------------------------------------------- */
.g-first {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* @media screen and (max-height: 1500px) {
  	&:before,&:after {
  		width: calc(100% - 1500px);
  	}
  } */
}
@media screen and (min-width: 1401px) {
  .g-first:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/products/banana_agesweets/bg_kvbottom_1400.png) repeat-X;
    background-size: auto 181px;
    width: calc(50% - 300px);
    bottom: 0;
    left: 0;
    height: 181px;
    z-index: 0;
  }
  .g-first:after {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/products/banana_agesweets/bg_kvbottom_1400.png) repeat-X;
    background-size: auto 181px;
    width: calc(50% - 300px);
    bottom: 0;
    right: 0;
    height: 181px;
    z-index: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first {
    height: 152vw;
  }
}
.g-first-logo {
  max-width: 198px;
  width: 14.143vw;
  height: 20.714vw;
  position: absolute;
  left: -5px;
  right: 0;
  margin: auto;
  top: -20vh;
  bottom: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-logo {
    max-width: 160px;
    width: 34vw;
    top: 32.867vw;
    bottom: inherit;
  }
}
.clicked .g-first-logo {
  opacity: 0;
}
.g-first-kv {
  z-index: 1;
  position: absolute;
  bottom: 0;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-kv {
    pointer-events: none;
  }
}
.g-first-kv img {
  width: 100%;
}
.g-first-kv:after {
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  height: 10px;
  z-index: 1;
  bottom: -5px;
}
.g-first-tabs {
  display: flex;
  justify-content: space-between;
  width: 72%;
  margin: 0 auto;
  height: 100vh;
  padding-top: 8.143vw;
  position: relative;
  max-width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tabs {
    width: 100%;
    padding-top: 20vw;
    height: 152vw;
  }
}
.g-first-tab {
  width: 48%;
  cursor: pointer;
  position: absolute;
  height: calc(100vh - 8.143vw);
  /* &-arw {
  	position: absolute;
  	width: 2.643vw;
  	max-width: 37px;
  	bottom: 100px;
  	@include breakMax($breakTablet3) {
  		width: 9.867vw;
  		max-width: 34px;
  		bottom: 50%;
  	}
  	.tabA & {
  		left: 1.86vw;
  	}
  	.tabB & {
  		right: 1.786vw;
  	}
  	.move & {
  		opacity: 0;
  	}
  } */
}
.g-first-tab:hover .g-first-tab-img1 {
  transform: scale(1.1, 1.1);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab:hover .g-first-tab-img1 {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab {
    height: calc(100vh - 24vw);
    height: 133vw;
    width: 50%;
  }
}
.g-first-tab a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-first-tab.tabA {
  left: 0;
}
.g-first-tab.tabB {
  right: 0;
}
.g-first-tab.active {
  width: 66%;
}
.g-first-tab-img1 {
  width: 8.857vw;
  max-width: 120px;
  height: 29.443vw;
  height: auto;
  max-height: 431px;
  position: absolute;
  bottom: 40%;
  text-align: center;
  z-index: 2;
  transition: all 0.2s ease;
}
@media screen and (max-height: 749px) {
  .g-first-tab-img1 {
    zoom: 0.9;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab-img1 {
    width: 18.667vw;
    max-width: 80px;
    height: 276px;
    height: 71.667vw;
    height: 61.667vw;
    zoom: 1;
    top: 0;
  }
}
.tabA .g-first-tab-img1 {
  width: 6.257vw;
  left: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabA .g-first-tab-img1 {
    width: 14.667vw;
  }
}
.tabA .g-first-tab-img1 .g-first-tab-img1_ar {
  width: 2.643vw;
  height: 2.643vw;
  max-width: 38px;
  max-height: 38px;
  bottom: -3.571vw;
  left: -1em;
  right: 0;
  margin: auto;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabA .g-first-tab-img1 .g-first-tab-img1_ar {
    width: 38px;
    height: 38px;
    bottom: -35px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabA .g-first-tab-img1 {
    left: calc(50% - 15vw);
  }
}
.tabB .g-first-tab-img1 {
  right: 0;
}
.tabB .g-first-tab-img1 .g-first-tab-img1_ar {
  display: block;
  position: absolute;
  width: 2.643vw;
  max-width: 38px;
  max-height: 38px;
  bottom: -3.571vw;
  left: 0;
  right: -1em;
  margin: auto;
  height: 2.643vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabB .g-first-tab-img1 .g-first-tab-img1_ar {
    width: 38px;
    height: 38px;
    bottom: -35px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabB .g-first-tab-img1 {
    right: calc(50% - 15vw);
  }
}
.move .g-first-tab-img1 .g-first-tab-img1_ar {
  opacity: 0;
}
.g-first-tab-img2 {
  width: 26.429vw;
  max-width: 370px;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab-img2 {
    width: 100%;
    max-width: 300px;
    bottom: 0;
  }
}
.tabA .g-first-tab-img2 {
  right: 0;
}
.tabB .g-first-tab-img2 {
  left: 0;
  bottom: -100px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .tabB .g-first-tab-img2 {
    bottom: -50px;
  }
}
.g-first-tab-img2_off {
  transition: all 0.2s ease;
  transition-delay: 0.5s;
}
.g-first-tab-img2_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.5s;
}
.g-first-tab.bited .g-first-tab-img2_on {
  opacity: 1;
  transform: rotate(-15deg);
}
.g-first-tab.bited .g-first-tab-img2_off {
  opacity: 0;
}
.g-first-tab.move .g-first-tab-img2 {
  /* width: 550px; */
  -webkit-animation: img2-size 0.5s forwards;
          animation: img2-size 0.5s forwards;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move .g-first-tab-img2 {
    -webkit-animation: img2-size 0.5s forwards;
            animation: img2-size 0.5s forwards;
  }
}
.g-first-tab.moved {
  transition: all 1s ease;
  width: 12%;
  width: 110px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved {
    width: 20%;
  }
}
.g-first-tab.moved .g-first-tab-arw {
  bottom: 12.857vw;
}
.g-first-tab.moved .g-first-tab-img1 {
  width: 5vw;
  /* top: 6.429vw; */
  top: 10vh;
  height: 18.443vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved .g-first-tab-img1 {
    width: 8.667vw;
    top: inherit;
    bottom: 28%;
    bottom: 47.667vw;
  }
}
.g-first-tab.moved .g-first-tab-img1 .g-first-tab-img1_ar {
  bottom: -30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved .g-first-tab-img1 .g-first-tab-img1_ar {
    width: 19px;
    height: 19px;
    left: -5px;
    bottom: -15px;
  }
}
.g-first-tab.moved .g-first-tab-img2 {
  width: 7.143vw;
  max-width: 110px;
  bottom: 10vw;
  /* bottom: 140px; */
}
@media screen and (min-width: 1401px) {
  .g-first-tab.moved .g-first-tab-img2 {
    bottom: 140px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved .g-first-tab-img2 {
    width: 19.333vw;
    max-width: 145px;
    bottom: 21vw;
  }
}
.g-first-tab.moved.tabA .g-first-tab-img1 {
  left: 2.39vw;
  left: 23%;
  height: auto;
  max-height: 21vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved.tabA .g-first-tab-img1 {
    max-height: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved.tabA .g-first-tab-img2 {
    right: inherit;
    left: -20%;
  }
}
.g-first-tab.moved.tabB .g-first-tab-img1 {
  right: 2.39vw;
  right: 23%;
  height: auto;
  max-height: 15.443vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved.tabB .g-first-tab-img1 {
    min-height: 25vw;
  }
  .g-first-tab.moved.tabB .g-first-tab-img1:after {
    left: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.moved.tabB .g-first-tab-img2 {
    right: -15%;
    left: inherit;
    bottom: 16vw;
  }
}
.g-first-tab.move {
  width: 59%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move {
    width: 69%;
  }
}
.g-first-tab.move .g-first-tab-img1 {
  width: 8.857vw;
  top: 0;
  zoom: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move .g-first-tab-img1 {
    width: 22.067vw;
    max-width: 173px;
    top: -14.6vw;
  }
}
.g-first-tab.move .g-first-tab-img2 {
  /* bottom: 7.143vw; */
  bottom: 0;
}
.g-first-tab.move.tabA {
  -webkit-animation: tabA-center 0.5s forwards;
          animation: tabA-center 0.5s forwards;
}
.g-first-tab.move.tabA .g-first-tab-img1 {
  left: 3.571vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move.tabA .g-first-tab-img1 {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 17.067vw;
  }
}
.g-first-tab.move.tabA .g-first-tab-img2 {
  bottom: 10%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move.tabA .g-first-tab-img2 {
    left: inherit;
    right: inherit;
  }
}
.g-first-tab.move.tabB {
  -webkit-animation: tabB-center 0.5s forwards;
          animation: tabB-center 0.5s forwards;
}
.g-first-tab.move.tabB .g-first-tab-img1 {
  right: 3.6vw;
  bottom: 13.857vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move.tabB .g-first-tab-img1 {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-first-tab.move.tabB .g-first-tab-img2 {
    left: inherit;
    right: inherit;
    bottom: 0;
  }
}

@-webkit-keyframes tabA-center {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20%);
  }
}

@keyframes tabA-center {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20%);
  }
}
@-webkit-keyframes tabB-center {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes tabB-center {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
@-webkit-keyframes img2-size {
  0% {
    width: 26.429vw;
    width: inherit;
    max-width: 370px;
  }
  100% {
    width: 30vw;
    max-width: 410px;
  }
}
@keyframes img2-size {
  0% {
    width: 26.429vw;
    width: inherit;
    max-width: 370px;
  }
  100% {
    width: 30vw;
    max-width: 410px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes img2-size {
    0% {
      width: 19.333vw;
      max-width: 370px;
    }
    100% {
      width: 66.667vw;
      max-width: 500px;
    }
  }
  @keyframes img2-size {
    0% {
      width: 19.333vw;
      max-width: 370px;
    }
    100% {
      width: 66.667vw;
      max-width: 500px;
    }
  }
}
.js-panel {
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
}

.js-panel.active {
  display: block;
  opacity: 1;
}

/* contants
//* -------------------------------------------------- */
.g-main {
  display: flex;
  position: relative;
  padding: 0;
  background-color: none;
}
.g-main::after {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main {
    display: block;
  }
}
.g-main-movie {
  width: 50%;
  position: relative;
  /* @include breakMax($breakTablet3) {
  	height: 155.413105vw;
  	width: 64.344638vh;
  } */
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-movie {
    width: 100%;
  }
}
.g-main-movie-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32.857vw;
  height: 5.714vw;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-movie-txt {
    width: 85.333vw;
    height: 16.667vw;
  }
}
.g-main-intro {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: url(../img/products/banana_agesweets/bg_intro.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-intro {
    width: 100%;
    margin-top: -7px;
  }
}
.g-main-intro-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 9.286vw 0 1.429vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-intro-inner {
    padding: 15.333vw 0 9.333vw;
  }
}
.g-main-intro-txt {
  margin-bottom: 50px;
  line-height: 2.2;
  font-size: 1.143vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-intro-txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.g-main-intro-img {
  width: 40.143vw;
  max-width: 562px;
  margin: 0 auto 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-main-intro-img {
    width: 100%;
    text-indent: 4%;
  }
}
.g-main-intro .parallax1 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  top: 0;
  z-index: -1;
}

/* movie
//* -------------------------------------------------- */
/* .mv_bg {
    display: block;
    visibility: visible;
} */
.video-area {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .video-area {
    position: relative;
  }
}

.video {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  /*縦横幅指定*/
  /* width: 177.77777778vh; 16:9 の幅→16 ÷ 9＝ 177.77% */
  /* height: 56.25vw; 16:9の幅 → 9 ÷ 16 = 56.25% */
  height: 66.51969vw;
  width: 150.331429vh;
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  /* @include breakMax($breakTablet3) {
  	height: 64.344638vw;
  	width: 155.413105vh;
  } */
}
.video.video_an {
  height: 74.665074vw;
  width: 133.931429vh;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .video.video_an {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .video {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
@media screen and (min-width: 1566px) {
  .video {
    min-height: 110%;
    min-width: 110%;
  }
}

/* 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: 62.667vw;
  }
}
.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;
}

/* products
//* -------------------------------------------------- */
.g-products {
  background: url(../img/products/banana_agesweets/bg_products.jpg) 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_agesweets/bg_products_sp.jpg) 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: 120%;
    margin-left: -9%;
    margin-top: 20px;
  }
}
.g-products-right {
  width: 47%;
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-right {
    width: 100%;
    margin-top: 0;
  }
}
.g-products-ttl {
  width: 90%;
  max-width: 541px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-ttl {
    margin: 0 auto;
  }
}
.g-products-lists {
  display: flex;
  margin-top: 150px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-products-lists {
    border-top: 2px solid #ede994;
    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: 10%;
    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;
}
.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;
  }
}

/* howto
//* -------------------------------------------------- */
.g-howto {
  padding: 100px 0;
  position: relative;
  background-color: #f9ad26;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto {
    padding: 50px 0 80px;
  }
}
.g-howto:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_agesweets/bg_howto_en.png) repeat-X;
  background-size: auto 47px;
  top: 20px;
  width: 100%;
  height: 47px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto:before {
    background-size: auto 30px;
    height: 30px;
    top: 10px;
  }
}
.g-howto:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/products/banana_agesweets/bg_howto_en.png) repeat-X;
  background-size: auto 47px;
  bottom: 20px;
  width: 100%;
  height: 47px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto:after {
    background-size: auto 30px;
    height: 30px;
    bottom: 10px;
  }
}
.g-howto .parallax2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 1;
}
.g-howto-main {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  /* .red {
  	position: absolute;
  	top: 0;
  	left: 0;
  	padding: 10px;
  	background: red;
  	color: #fff;
  } */
}
.g-howto-img {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-img {
    width: 335px;
  }
}
.g-howto-txts {
  max-width: 564px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts {
    top: 20%;
    width: 86%;
  }
}
.g-howto-txts-ttl {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-ttl {
    font-size: 2.2rem;
  }
}
.g-howto-txts-rbn {
  margin: 30px auto 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-rbn {
    margin: 15px auto 0;
  }
}
.g-howto-txts-txt {
  font-size: 1.6rem;
  margin: 30px auto 0;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-txt {
    font-size: 1.2rem;
    margin: 20px auto 0;
    line-height: 1.7;
  }
}
.g-howto-txts-txt_line {
  font-weight: bold;
  padding: 0 0.5em;
  background: linear-gradient(transparent 50%, #f1ec59 50%);
}
.g-howto-txts-txt_sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-txt_sm {
    font-size: 1rem;
    display: inline-block;
    margin-top: 10px;
  }
}
.g-howto-txts .ribbon {
  display: table;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 30px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #ed6d06;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts .ribbon {
    font-size: 1.6rem;
    height: 35px;
    line-height: 35px;
    padding: 0px 21px;
  }
}
.g-howto-txts .ribbon:before, .g-howto-txts .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  border-style: solid;
}
.g-howto-txts .ribbon:before {
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff1d4;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts .ribbon:before {
    border-width: 18px 0px 18px 15px;
  }
}
.g-howto-txts .ribbon:after {
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff1d4 transparent transparent;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts .ribbon:after {
    border-width: 18px 15px 18px 0px;
  }
}
.g-howto-txts-me {
  margin: 40px auto 0;
  width: 228px;
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-me {
    margin: 10px auto 0;
    width: auto;
    font-size: 1.2rem;
    display: table;
    letter-spacing: -0.02em;
    padding-left: 6px;
  }
}
.g-howto-txts-mebox {
  border: 1px solid #7f3a20;
  text-align: center;
  width: 228px;
  margin: 5px auto 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-mebox {
    width: 168px;
  }
}
.g-howto-txts-mebox_ttl {
  background: #7f3a20;
  font-size: 2.6rem;
  color: #fff;
  padding: 8px 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-mebox_ttl {
    font-size: 1.6rem;
    padding: 2px 0;
  }
}
.g-howto-txts-mebox_txt {
  background: #fff;
  font-size: 2.3rem;
  color: #231815;
  padding: 8px 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-txts-mebox_txt {
    font-size: 1.3rem;
    padding: 2px 0;
  }
}
.g-howto-ico {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 4;
}
.g-howto-ico.g-howto-icoA {
  max-width: 56px;
  max-height: 450px;
  width: 4vw;
  height: 32.143vw;
  bottom: -10px;
}
@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: 42px;
  max-height: 469px;
  width: 4.714vw;
  height: 33.5vw;
  bottom: -23px;
}
@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 {
  -webkit-animation: linear cutlery-A 0.5s forwards;
          animation: linear cutlery-A 0.5s forwards;
}
.g-howto-ico.g-howto-icoB.is-motion {
  -webkit-animation: linear cutlery-B 0.5s forwards;
          animation: linear cutlery-B 0.5s forwards;
}
.g-howto-icoC {
  display: block;
  width: 56px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: linear 6s infinite alternate running cutlery-C;
          animation: linear 6s infinite alternate running cutlery-C;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-howto-icoC {
    width: 34px;
    height: 50px;
  }
}
.g-howto-icoD {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes cutlery-A {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(-100%) rotate(-15deg);
    left: -90%;
  }
}

@keyframes cutlery-A {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(-100%) rotate(-15deg);
    left: -90%;
  }
}
@-webkit-keyframes cutlery-B {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(100%) rotate(15deg);
    right: -93%;
  }
}
@keyframes cutlery-B {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(100%) rotate(15deg);
    right: -93%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  @-webkit-keyframes cutlery-A {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(-101%) rotate(-8deg);
      left: -70%;
    }
  }
  @keyframes cutlery-A {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(-101%) rotate(-8deg);
      left: -70%;
    }
  }
  @-webkit-keyframes cutlery-B {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(101%) rotate(8deg);
      right: -74%;
    }
  }
  @keyframes cutlery-B {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(101%) rotate(8deg);
      right: -74%;
    }
  }
}
@-webkit-keyframes cutlery-C {
  0% {
    transform: rotate(-50deg);
    left: -10%;
    top: 0;
  }
  10% {
    transform: rotate(-40deg);
    left: 10%;
    top: 10%;
  }
  20% {
    transform: rotate(-30deg);
    left: 20%;
    top: 0;
  }
  30% {
    transform: rotate(-20deg);
    left: 30%;
    top: 10%;
  }
  40% {
    transform: rotate(-10deg);
    left: 40%;
    top: -5%;
  }
  50% {
    transform: rotate(0deg);
    left: 50%;
    top: 10%;
  }
  60% {
    transform: rotate(10deg);
    left: 60%;
    top: -5%;
  }
  70% {
    transform: rotate(20deg);
    left: 70%;
    top: 10%;
  }
  80% {
    transform: rotate(30deg);
    left: 80%;
    top: 0%;
  }
  90% {
    transform: rotate(40deg);
    left: 90%;
    top: 10%;
  }
  100% {
    transform: rotate(50deg);
    left: 110%;
    top: 0;
  }
}
@keyframes cutlery-C {
  0% {
    transform: rotate(-50deg);
    left: -10%;
    top: 0;
  }
  10% {
    transform: rotate(-40deg);
    left: 10%;
    top: 10%;
  }
  20% {
    transform: rotate(-30deg);
    left: 20%;
    top: 0;
  }
  30% {
    transform: rotate(-20deg);
    left: 30%;
    top: 10%;
  }
  40% {
    transform: rotate(-10deg);
    left: 40%;
    top: -5%;
  }
  50% {
    transform: rotate(0deg);
    left: 50%;
    top: 10%;
  }
  60% {
    transform: rotate(10deg);
    left: 60%;
    top: -5%;
  }
  70% {
    transform: rotate(20deg);
    left: 70%;
    top: 10%;
  }
  80% {
    transform: rotate(30deg);
    left: 80%;
    top: 0%;
  }
  90% {
    transform: rotate(40deg);
    left: 90%;
    top: 10%;
  }
  100% {
    transform: rotate(50deg);
    left: 110%;
    top: 0;
  }
}
/* shop
//* -------------------------------------------------- */
.g-shop {
  padding: 80px 0 120px;
  color: #3f3a39;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop {
    padding: 60px 0 80px;
  }
}
.g-shop-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 941px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-inner {
    display: block;
    width: 90%;
  }
}
.g-shop-img {
  width: 45%;
  max-width: 407px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-img {
    width: 100%;
  }
}
.g-shop-map {
  position: relative;
  padding-top: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-map {
    padding-top: 25.6vw;
    max-width: 335px;
  }
}
.g-shop-map figcaption {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 185px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-map figcaption {
    top: 4.667vw;
    right: -10px;
    width: 40.133vw;
    max-width: 150px;
  }
}
.g-shop-txts {
  width: 46%;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-txts {
    width: 100%;
  }
}
.g-shop-heading {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-heading {
    width: 85%;
    margin: 0 auto;
  }
}
.g-shop-heading span {
  display: block;
}
.g-shop-heading_kana {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
}
.g-shop-heading_logo {
  max-width: 395px;
  margin: 0 auto;
}
.g-shop-lead {
  font-size: 2rem;
  margin-top: 20px;
  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: 10px;
    letter-spacing: 0;
  }
}
.g-shop-txt {
  font-size: 1.6rem;
  margin-top: 25px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-shop-txt {
    width: 100%;
  }
}
.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;
  }
}

/* link
//* -------------------------------------------------- */
.g-link {
  background: #feeaba;
  padding: 50px 0 30px;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link {
    padding: 75px 0 25px;
  }
}
.g-link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-inner {
    display: block;
  }
}
.g-link-boxI {
  width: 50%;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-boxI {
    width: 100%;
    text-align: center;
    position: relative;
  }
}
.g-link-img {
  max-width: 315px;
  margin-right: 25px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-img {
    width: 56vw;
    max-width: 420vw;
    margin: 0 auto;
  }
}
.g-link-icoC {
  position: absolute;
  width: 59px;
  bottom: -5px;
  left: -30%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-icoC {
    width: 42px;
    bottom: 0;
  }
}
.g-link-boxT {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-boxT {
    width: 100%;
  }
}
.g-link-ttl {
  width: 372px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-ttl {
    position: absolute;
    width: 13.467vw;
    top: -40px;
    right: 0;
  }
}
.g-link-btn {
  background: #743635;
  color: #ede783;
  background: #9c2a41;
  color: #fff;
  transition: 0.3s all;
  max-width: 300px;
  text-align: center;
  margin: 20px 25px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-link-btn {
    margin: 15px auto 0;
    max-width: 251px;
    font-size: 1.5rem;
  }
}
.g-link-btn: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;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .g-link-btn:hover {
    background: #ede783;
    color: #743635;
    background: #fff;
    color: #9c2a41;
  }
  .g-link-btn:hover:after {
    border-color: transparent transparent transparent #743635;
    border-color: transparent transparent transparent #9c2a41;
  }
}
.g-link .parallax6,
.g-link .parallax5 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 0;
}

.ball {
  -webkit-animation: bound-anim 1.3s infinite;
          animation: bound-anim 1.3s infinite;
}

@-webkit-keyframes bound-anim {
  0%, 100% {
    bottom: -15px;
    transform: scale(1);
  }
  30% {
    bottom: 40px;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    bottom: -15px;
    transform: scale(1.05, 0.9);
  }
}

@keyframes bound-anim {
  0%, 100% {
    bottom: -15px;
    transform: scale(1);
  }
  30% {
    bottom: 40px;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    bottom: -15px;
    transform: scale(1.05, 0.9);
  }
}
/* typeA
//* -------------------------------------------------- */
.g-typeA {
  transition: 0.3s all;
}
.g-typeA.g-wrapper.l-root {
  background-color: #feeaba;
}
.g-typeA.g-wrapper.l-root:before {
  background: url(../img/products/banana_agesweets/bg_kvyugeAn.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 1px) and (max-width: 769px) {
  .g-typeA.g-wrapper.l-root:before {
    background: url(../img/products/banana_agesweets/bg_kvyugeAn_sp.png) no-repeat right bottom 10px;
    background-size: 100% auto;
  }
}
.g-typeA .p-share {
  background-color: #962840;
}
.g-typeA .g-main-movie-txt {
  width: 23.571vw;
  height: 9.5vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-main-movie-txt {
    width: 61.333vw;
    height: 26.133vw;
  }
}
.g-typeA .g-main-intro {
  background: url(../img/products/banana_agesweets/bg_introAn.png) no-repeat;
  background-size: cover;
}
.g-typeA .g-main-intro-txt {
  color: #b1293e;
}
.g-typeA .g-products {
  background: url(../img/products/banana_agesweets/bg_productsAn.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-products {
    background: url(../img/products/banana_agesweets/bg_productsAn_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-products-lists {
    border-color: #e9bcc5;
  }
}
.g-typeA .g-products-mtn {
  border-color: #e9bcc5;
}
.g-typeA .g-howto {
  background-color: #f8d78a;
}
.g-typeA .g-howto:before,
.g-typeA .g-howto:after {
  background: url(../img/products/banana_agesweets/bg_howto_enAn.png) repeat-X;
  background-size: auto 47px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-howto:before,
.g-typeA .g-howto:after {
    background-size: auto 30px;
  }
}
.g-typeA .g-howto-txts .ribbon {
  background-color: #d14a64;
}
.g-typeA .g-howto-txts .ribbon:before {
  border-color: transparent transparent transparent #fffaf0;
}
.g-typeA .g-howto-txts .ribbon:after {
  border-color: transparent #fffaf0 transparent transparent;
}
.g-typeA .g-howto-txts-txt_line {
  background: linear-gradient(transparent 50%, #ffd3dc 50%);
}
.g-typeA .g-howto-txts-mebox_ttl {
  background: #962840;
}
.g-typeA .g-shop-btn_A a {
  background: #962840;
  color: #fff;
}
.g-typeA .g-shop-btn_A a:after {
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .g-typeA .g-shop-btn_A a:hover {
    background: #fff;
    color: #962840;
  }
  .g-typeA .g-shop-btn_A a:hover:after {
    border-color: transparent transparent transparent #962840;
  }
}
.g-typeA .g-shop-btn_B a {
  background: #e9c5cb;
  color: #b1293e;
}
.g-typeA .g-shop-btn_B a:after {
  border-color: transparent transparent transparent #b1293e;
}
@media screen and (min-width: 768px) {
  .g-typeA .g-shop-btn_B a:hover {
    background: #b1293e;
    color: #e9c5cb;
  }
  .g-typeA .g-shop-btn_B a:hover:after {
    border-color: transparent transparent transparent #e9c5cb;
  }
}
.g-typeA .g-link {
  background: #fbca5f;
}
.g-typeA .g-link-img {
  max-width: 269px;
  margin-right: 55px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-link-img {
    width: 47.733vw;
    max-width: 358px;
    margin: 0 auto;
  }
}
.g-typeA .g-link-ttl {
  width: 360px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-typeA .g-link-ttl {
    width: 17.2vw;
    top: -40px;
  }
}
.g-typeA .g-link-btn {
  background: #743635;
  color: #ede783;
}
.g-typeA .g-link-btn:after {
  border-color: transparent transparent transparent #ede783;
}
@media screen and (min-width: 768px) {
  .g-typeA .g-link-btn:hover {
    background: #ede783;
    color: #743635;
  }
  .g-typeA .g-link-btn:hover:after {
    border-color: transparent transparent transparent #743635;
  }
}

/* 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 {
  -webkit-animation-name: fade-in-bottom;
          animation-name: fade-in-bottom;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@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;
}

@-webkit-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);
  }
}

@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;
}

@-webkit-keyframes arrow_a {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@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;
}

@-webkit-keyframes arrow_aM {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@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) {
  @-webkit-keyframes arrow_aM {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(5px);
    }
    40% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  @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 {
  -webkit-animation: linear 4s infinite running pananim_c;
          animation: linear 4s infinite running pananim_c;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation: linear 2s infinite running arrow_c;
          animation: linear 2s infinite running arrow_c;
  display: block;
}

@-webkit-keyframes arrow_c {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(15px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@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 {
  -webkit-animation: linear 2s infinite running arrow_cM;
          animation: linear 2s infinite running arrow_cM;
  display: block;
}

@-webkit-keyframes arrow_cM {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(15px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@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) {
  @-webkit-keyframes arrow_cM {
    0% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(5px);
    }
    90% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes arrow_cM {
    0% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(5px);
    }
    90% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
}/*# sourceMappingURL=style.css.map */



/* 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: 33.3333%;
  }
  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;
}
}