@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html {
  overflow-y: scroll!important;
  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-family: dnp-shuei-gothic-gin-std, 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;
}
picture {
  display: block;
}
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_mincho,
.u-font_minchoBefore:before,
.u-font_minchoAfter:after {
  font-family: dnp-shuei-shogomincho-std, sans-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_Xm6 {
  transform: translateX(60px);
}
.motion_Z {
  transform: scale(0.8, 0.8);
}

.is_motion {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  transform: scale(1, 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;
    transform: scale(0.8, 0.8);
    /*transform: translateY(40px);*/
  }
  to {
    transform: translateX(0);
    transform: translateY(0);
    transform: rotate(0);
    transform: scale(1, 1);
    opacity: 1;
  }
}
.delay-time01 {
  animation-delay: 0.2s;
}
.delay-time02 {
  animation-delay: 0.6s;
}
.delay-time03 {
  animation-delay: 1s;
}
.delay-time04 {
  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;
}
.g-container.on {
  display: block;
}

.p-share {
  background-color: #f7952d;
}
.is-curryman,
.l-footer,
.p-recommended {
  background-color: #fff724;
}
.is-curryman {
  padding-top: 0;
}

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

/* kv
//* -------------------------------------------------- */
.curryman-kv {
  padding-top: 8.571vw;
  padding-bottom: 6vw;
  position: relative;
}
.curryman-kv:before {
  width: 100%;
  height: calc(81px * 5);
  background: url(../img/products/banana_curryman/bg_border01.jpg) repeat;
  background-size: 100px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}
.curryman-kv-logo {
  max-width: 442px;
  width: 32.143vw;
  margin: 0 auto;
}
.curryman-kv-img {
  max-width: 963px;
  width: 68.786vw;
  margin: 1.429vw auto 0;
}
.curryman-kv-shop {
  max-width: 392px;
  width: 28vw;
  margin: 2.143vw auto 0;
}
.curryman-kv-hoka {
  position: absolute;
}
.curryman-kv-hoka01 {
  max-width: 103px;
  width: 7.357vw;
  left: calc(50% - 28.571vw);
  top: 21.429vw;
}
.curryman-kv-hoka02 {
  max-width: 77px;
  width: 5.5vw;
  left: calc(50% - 36.143vw);
  bottom: 11.357vw;
}
.curryman-kv-hoka03 {
  max-width: 89px;
  width: 6.357vw;
  left: calc(50% + 24.643vw);
  bottom: 14.457vw;
}


@media screen and (min-width: 1px) and (max-width: 768px) {
.curryman-kv {
  padding-top: 8.667vw;
  padding-bottom: 8vw;
}
.curryman-kv:before {
  height: calc(40px * 5);
  background-size: 50px auto;
}
.curryman-kv-logo {
  max-width: 514px;
  width: 68.533vw;
  margin-left: 10%;
}
.curryman-kv-img {
  max-width: 578px;
  width: 77.067vw;
  margin: 2.429vw auto 0;
}
.curryman-kv-shop {
  max-width: 500px;
  width: 66.667vw;
  margin: 4.143vw auto 0;
}
.curryman-kv-hoka01 {
  width: 13.733vw;
  left: calc(50% - 43.571vw);
  top: 38.429vw;
}
.curryman-kv-hoka02 {
  display: none;
}
.curryman-kv-hoka03 {
  width: 11.867vw;
  left: calc(50% + 33.643vw);
  bottom: 48.457vw;
}
}

/* intro
//* -------------------------------------------------- */
.curryman-intro {
  padding: 150px 0 150px;
  position: relative;
}
.curryman-intro-slider .slick-slide {
  padding: 0 20px 200px;
  position: relative;
  z-index: 1;
}
.updown_a {
  padding-top: 100px;
  animation: UpDown 4s infinite ease-in-out alternate;
}
@keyframes UpDown {
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(100px);
  }
}
.updown_b {
  animation: UpDownB 4s infinite ease-in-out alternate;
}
@keyframes UpDownB {
  0%{
  transform: translateY(100px);
  }
  100%{
  transform: translateY(0px);
  }
}
.curryman-intro-txt {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  margin: 40px auto 0;
}

.curryman-intro-hoka {
  position: absolute;
  z-index: 0;
}
.curryman-intro-hoka01 {
  left: 14%;
  top: 9%;
  max-width: 97px;
  width: 6.929vw;
}
.curryman-intro-hoka02 {
  left: 77%;
  top: 16%;
  max-width: 63px;
  width: 4.5vw;
}
.curryman-intro-hoka03 {
  left: 35%;
  top: 54%;
  max-width: 73px;
  width: 5.214vw;
}
.curryman-intro-hoka04 {
  left: 12%;
  top: 75%;
  max-width: 63px;
  width: 4.5vw;
}
.curryman-intro-hoka05 {
  left: 88%;
  top: 83%;
  max-width: 97px;
  width: 6.929vw;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.curryman-intro {
  padding: 50px 0 60px;
}
.curryman-intro-slider .slick-slide {
  padding: 0 10px 80px;
}
.updown_a {
  padding-top: 50px;
  animation: UpDown 4s infinite ease-in-out alternate;
}
@keyframes UpDown {
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(50px);
  }
}
.updown_b {
  animation: UpDownB 4s infinite ease-in-out alternate;
}
@keyframes UpDownB {
  0%{
  transform: translateY(50px);
  }
  100%{
  transform: translateY(0px);
  }
}
.curryman-intro-txt {
  font-size: 13px;
  line-height: 2;
  margin: 20px auto 0;
}
.curryman-intro-hoka01 {
  left: 11%;
  top: 2%;
  max-width: 97px;
  width: 12.933vw;
}
.curryman-intro-hoka02 {
  left: 15%;
  top: 43%;
  max-width: 63px;
  width: 8.4vw;
}
.curryman-intro-hoka03 {
  left: 83%;
  top: 51%;
  max-width: 73px;
  width: 9.733vw;
}
.curryman-intro-hoka04 {
  left: 80%;
  top: 93%;
  max-width: 63px;
  width: 8.4vw;
}
.curryman-intro-hoka05 {
  left: 2%;
  top: 70%;
  max-width: 97px;
  width: 12.933vw;
}
}

/* products
//* -------------------------------------------------- */
.curryman-main {
  padding: 100px 0;
  background: #ffe511;
}
.curryman-main-top {
  position: relative;
  padding-bottom: 45px;
}
.curryman-main-top:before {
  width: 100%;
  height: calc(81px * 5);
  background: url(../img/products/banana_curryman/bg_border02.jpg) repeat;
  background-size: 100px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  z-index: 0;
}
.curryman-main-cap {
  width: 322px;
  margin: 0 auto;
}
.curryman-main-lead {
  font-size: 44px;
  text-align: center;
  margin-top: 20px;
}
.curryman-main-lead span {
  font-size: 26px;
  display: block;
}
.curryman-main-img {
  max-width: 598px;
  margin: 30px auto 0;
  position: relative;
}
.curryman-main-hoka {
  position: absolute;
}
.curryman-main-hoka01 {
  left: calc(50% - 20vw);
  top: 27%;
  max-width: 119px;
  width: 8.5vw;
}
.curryman-main-hoka02 {
  left: calc(50% - 18vw);
  bottom: 8%;
  max-width: 77px;
  width: 5.5vw;
}
.curryman-main-hoka03 {
  left: calc(50% + 16vw);
  bottom: 12%;
  max-width: 89px;
  width: 6.357vw;
}
.curryman-main-lists {
  display: flex;
  justify-content: center;
  gap: 100px;
  max-width: 1180px;
  margin: 90px auto ;
  width: 90%;
}
.curryman-main-lists li {
  width: 29%;
}
.curryman-main-lists-img {
  width: 26vw;
  max-width: 364px;
  position: relative;
}
.curryman-main-lists-img figcaption {
  width: 6.286vw;
  position: absolute;
  top: -2vw;
  left: 0;
  max-width: 88px;
}
.curryman-main-lists li:nth-child(2) figcaption {
  top: inherit;
  left: inherit;
  bottom: -1vw;
  right: 0;
}
.curryman-main-lists-txt {
  font-size: 22px;
  line-height: 1.5;
  margin: 10px auto 0;
  width: fit-content;
}
.curryman-main-lists-txt span {
  font-size: 24px;
  color: #fff;
  background: #ff633f;
  padding: 3px;
  margin-right: 0.3em;
}
.curryman-main-lists li:nth-child(2) .curryman-main-lists-txt {
  margin-left: 1em;
}

.curryman-mpjt {
  background: #fcf9c4;
  position: relative;
  border-radius: 20px;
  padding: 7%;
  margin-top: 30px;
}
.curryman-mpjt:before {
  display: block;
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 25px solid #fcf9c4;
  border-top: 0;
}
.curryman-mpjt-txt {
  font-size: 12px;
}
.curryman-mpjt-link {
  background: #0f7456;
  color: #fff;
  margin: 10px auto 0;
  text-align: center;
  line-height: 2.5;
  max-width: 240px;
  position: relative;
  font-size: 12px;
}
.curryman-mpjt-link:after {
  display: block;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: #fff;
  height: calc(tan(60deg)* 10px / 2);
  width: 6px;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.curryman-mpjt-link:hover {
  background: #fff;
  color: #0f7456;
}
.curryman-mpjt-link:hover:after {
  background: #0f7456;
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.curryman-main {
  padding: 50px 0 80px;
}
.curryman-main-top {
  padding-bottom: 0;
}
.curryman-main-top:before {
  height: calc(40px * 5);
  background-size: 50px auto;
}
.curryman-main-cap {
  max-width: 409px;
  width: 54.533vw;
}
.curryman-main-lead {
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.4;
}
.curryman-main-lead span {
  font-size: 19px;
}
.curryman-main-img {
  max-width: 620px;
  width: 82.667vw;
  margin: 30px auto 0;
}
.curryman-main-hoka01 {
  left: calc(50% - 41vw);
  top: 33%;
  width: 15.867vw;
}
.curryman-main-hoka02 {
  left: calc(50% - 38vw);
  bottom: 0%;
  width: 10.267vw;
}
.curryman-main-hoka03 {
  left: calc(50% + 31vw);
  bottom: 4%;
  width: 11.867vw;
}
.curryman-main-lists {
  display: block;
  margin: 50px auto 0;
}
.curryman-main-lists li {
  width: 100%;
  margin: 0 auto;
}
.curryman-main-lists li:nth-child(n+2) {
  margin-top: 50px;
}
.curryman-main-lists-img {
  width: 80.8vw;
  max-width: 606px;
  margin: 0 auto;
}
.curryman-main-lists-img figcaption {
  width: 19.6vw;
  max-width: 147px;
  top: -3vw;
  left: -1vw;
}
.curryman-main-lists li:nth-child(2) figcaption {
  bottom: -3vw;
}
.curryman-main-lists-txt {
  font-size: 20px;
  line-height: 1.5;
  margin: 5px auto 0;
  width: fit-content;
}
.curryman-main-lists-txt span {
  font-size: 22px;
  padding: 3px;
  margin-right: 0.3em;
}
.curryman-main-lists li:nth-child(2) .curryman-main-lists-txt {
  margin-left: 1.5em;
}

.curryman-mpjt {
  border-radius: 15px;
  padding: 7%;
  margin: 25px auto 0;
  width: 90%;
}
.curryman-mpjt:before {
  display: block;
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 20px solid #fcf9c4;
}
.curryman-mpjt-txt {
  font-size: 10px;
}
.curryman-mpjt-link {
  margin: 10px auto 0;
  line-height: 2.5;
  max-width: 240px;
  font-size: 10px;
}
}



/* products
//* -------------------------------------------------- */
.curryman-products {
  padding: 114px 0 147px;
}
.curryman-products-inner {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.curryman-products-img {
  max-width: 680px;
  width: 48.571vw;
  position: relative;
  z-index: 1;
}
.curryman-products-name {
  max-width: 416px;
  width: 29.714vw;
  position: absolute;
  right: 2.143vw;
  top: 13.571vw;
}
.curryman-products-info {
  margin-top: -2.857vw;
  margin-left: 32.643vw;
  max-height: 440px;
  height: 31.429vw;
  padding: 8% 0 0 7%;
  max-width: 680px;
  width: 48.571vw;
  background: url(../img/products/banana_curryman/img_products02.png) top center no-repeat;
  background-size: cover;
}
.curry-products-info-block {
  display: flex;
}
.curry-products-info-block li {
  width: 50%;
  display: flex;
  align-items: center;
}
.curryman-products-info-img {
  max-width: 112px;
  width: 8vw;
}
.curryman-products-info-box {
  line-height: 1.5;
  margin-left: 15px;
}
.curry-products-info-pieces {
  font-size: 29px;
}
.curry-products-info-pieces_sm {
  font-size: 22px;
}
.curry-products-info-txt {
  font-size: 12.5px;
}
.curry-products-info-price {
  font-size: 19px;
}
.p-compositionTrigger {
  color: #000;
  font-size: 19px;
  font-weight: normal;
  text-indent: 1em;
  line-height: 1;
  position: relative;
}
.curry-products-info-comp {
  position: relative;
  width: 8em;
  margin-top: 40px;
}
.curry-products-info-comp::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  bottom: -3px;
  left: 0;
}
.p-compositionTrigger::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 0.6em;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
}
.p-compositionTrigger::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 0.6em;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.2em;
}
.c-list--caution {
  margin-top: 30px;
}
.c-list--caution a {
  color: #000;
  display: inline-block;
}

.curryman-products-hoka {
  position: absolute;
  z-index: 2;
}
.curryman-products-hoka01 {
  right: 3%;
  top: 0%;
  max-width: 60px;
  width: 4.286vw;
}
.curryman-products-hoka02 {
  left: -5%;
  top: 39%;
  max-width: 70px;
  width: 5vw;
}
.curryman-products-hoka03 {
  left: 16%;
  top: 68%;
  max-width: 80px;
  width: 5.714vw;
}
.curryman-products-hoka04 {
  left: 38%;
  top: 86%;
  max-width: 52px;
  width: 3.714vw;
}
@media screen and (min-width: 1px) and (min-width: 1401px) {
.curryman-products-name {
  right: 30px;
  top: 185px;
}
.curryman-products-info {
  margin-top: -50px;
  margin-left: 460px;
}
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
.curryman-products-info {
  padding: 3% 0 0 3%;
}
.curry-products-info-comp {
  margin-top: 20px;
}
.c-list--caution {
  margin-top: 20px;
}
.curryman-products-hoka04 {
  left: 28%;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.curryman-products {
  padding: 70px 0 40px;
}
.curryman-products-inner {
  width: 100%;
}
.curryman-products-img {
  max-width: 670px;
  width: 89.333vw;
  margin-top: 20px;
  margin-left: -1%;
}
.curryman-products-name {
  max-width: 700px;
  width: 93.333vw;
  position: relative;
  right: inherit;
  top: inherit;
  margin: 0 auto;
}
.curryman-products-info {
  margin-top: -30px;
  margin-left: 12.643vw;
  max-width: 670px;
  width: 89.333vw;
  height: 127.867vw;
  max-height: 100%;
  padding: 50px 10% 0px 10%;
  background: url(../img/products/banana_curryman/img_products02_sp.png) bottom center no-repeat;
  background-size: cover;
}
.curry-products-info-block {
  display: block;
}
.curry-products-info-block li {
  width: 100%;
}
.curry-products-info-block li:nth-child(n+2) {
  margin-top: 30px;
}
.curryman-products-info-img {
  max-width: 188px;
  width: 25.067vw;
}
.curryman-products-info-box {
  line-height: 1.5;
  margin-left: 15px;
}
.p-compositionTrigger {
  font-size: 12px;
  margin: 30px auto 25px;
}
.curry-products-info-comp {
  width: 6em;
  margin-top: 30px;
}
.curry-products-info-comp::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  bottom: -3px;
  left: 0;
}
.p-compositionTrigger::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 0.6em;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
}
.p-compositionTrigger::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 0.6em;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.2em;
}
.c-list--caution {
  margin-top: 20px;
}
.c-list--caution>li {
  font-size: 10px;
}

.curryman-products-hoka {
  position: absolute;
}
.curryman-products-hoka01 {
  right: 6%;
  top: -6%;
  width: 8vw;
}
.curryman-products-hoka02 {
  left: 79%;
  top: 72%;
  width: 9.333vw;
}
.curryman-products-hoka03 {
  left: 7%;
  top: 34%;
  width: 10.667vw;
}
.curryman-products-hoka04 {
  left: 88%;
  top: 68%;
  width: 6.933vw;
}
}

/* shop
//* -------------------------------------------------- */
.curryman-shop {
  position: relative;
}
.curryman-shop:before {
  width: 100%;
  height: calc(81px * 7);
  background: url(../img/products/banana_curryman/bg_border01.jpg) repeat;
  background-size: 100px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}
.curryman-shop-inner {
  padding: 145px 0 200px;
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.curryman-shop-heading {
  width: 50%;
}
.curryman-shop-heading img {
  max-width: 369px;
}
.curryman-shop-block {
  width: 50%;
}
.curryman-shop-txt {
  font-size: 20px;
  line-height: 1.6;
}
.curryman-shop-txt span {
  font-size: 12px;
  display: block;
}
.shop_hata {
  position: absolute;
  width: 60px;
  bottom: 0;
  transform-origin: left bottom;
  animation: yurayura 1.4s infinite linear;
}
.shop_hata01 {
  left: calc(50% + 320px);
}
.shop_hata02 {
  left: calc(50% + 413px);
  /*animation-delay: 0.4s;*/
}
.shop_hata03 {
  left: calc(50% + 503px);
  /*animation-delay: 0.8s;*/
}
@keyframes yurayura {
  0% , 100%{
      transform: rotateY(0deg);
  }
  50%{
      transform: rotateY(-160deg);
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.curryman-shop:before {
  height: calc(40px * 10);
  background-size: 50px auto;
}
.curryman-shop-inner {
  padding: 45px 0 60px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.curryman-shop-heading {
  width: 100%;
}
.curryman-shop-heading img {
  max-width: 100%;
}
.curryman-shop-block {
  width: 100%;
  margin-top: 20px;
}
.curryman-shop-txt {
  font-size: 14px;
  line-height: 1.6;
}
.curryman-shop-txt span {
  font-size: 10px;
}
.shop_hata {
  width: 45px;
  animation: yurayura 1.4s infinite linear;
}
.shop_hata01 {
  left: inherit;
  right: 5%;
  bottom: -4%;
}
.shop_hata02 {
  display: none;
}
.shop_hata03 {
  display: none;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotateY(0deg);
  }
  50%{
      transform: rotateY(-160deg);
  }
}
}

/* 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);
  }
}






