@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="top"] .c-howtoBlock-greencurry,
  [data-howto="hinabe"] .c-howtoBlock-greencurry {
    top: 1350px; } }

@media print, screen and (min-width: 1025px) {
  [data-page="top"] .c-howtoBlock-greencurry,
  [data-howto="hinabe"] .c-howtoBlock-greencurry {
    top: 1180px; } }

@media print, screen and (min-width: 768px) {
  [data-page="top"] .c-howtoBlock-greencurry,
  [data-howto="hinabe"] .c-howtoBlock-greencurry {
    left: 4%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  [data-howto="curry"] .c-howtoBlock-greencurry {
    top: 850px; } }

@media print, screen and (min-width: 1025px) {
  [data-howto="curry"] .c-howtoBlock-greencurry {
    top: 640px; } }

@media print, screen and (min-width: 768px) {
  [data-howto="curry"] .c-howtoBlock-greencurry {
    right: 10%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-greencurry .c-howtoBlock_archEn {
    bottom: 11px;
    left: 25px;
    width: 120px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg); } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-greencurry .c-howtoBlock_archEn {
    bottom: 25px;
    left: 55px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-greencurry .c-howtoBlock_archJp {
    top: 20px;
    right: 12px;
    width: 128px;
    -webkit-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg); } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-greencurry .c-howtoBlock_archJp {
    top: 48px;
    right: 17px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg); } }

/*=============================================

	keyframes

==============================================*/
@-webkit-keyframes packageScaleIn {
  0% {
    -webkit-transform: scale(1) translateY(0) translateZ(0);
    transform: scale(1) translateY(0) translateZ(0); }
  60% {
    -webkit-transform: scale(0.85) translateY(10.5%) translateZ(0);
    transform: scale(0.85) translateY(10.5%) translateZ(0); }
  100% {
    -webkit-transform: scale(0.88) translateY(10%) translateZ(0);
    transform: scale(0.88) translateY(10%) translateZ(0); } }
@keyframes packageScaleIn {
  0% {
    -webkit-transform: scale(1) translateY(0) translateZ(0);
    transform: scale(1) translateY(0) translateZ(0); }
  60% {
    -webkit-transform: scale(0.85) translateY(10.5%) translateZ(0);
    transform: scale(0.85) translateY(10.5%) translateZ(0); }
  100% {
    -webkit-transform: scale(0.88) translateY(10%) translateZ(0);
    transform: scale(0.88) translateY(10%) translateZ(0); } }

@-webkit-keyframes packageScaleOut {
  0% {
    -webkit-transform: scale(0.88) translateY(10%) translateZ(0);
    transform: scale(0.88) translateY(10%) translateZ(0); }
  60% {
    -webkit-transform: scale(1.01) translateY(0.5%) translateZ(0);
    transform: scale(1.01) translateY(0.5%) translateZ(0); }
  100% {
    -webkit-transform: scale(1) translateY(0) translateZ(0);
    transform: scale(1) translateY(0) translateZ(0); } }

@keyframes packageScaleOut {
  0% {
    -webkit-transform: scale(0.88) translateY(10%) translateZ(0);
    transform: scale(0.88) translateY(10%) translateZ(0); }
  60% {
    -webkit-transform: scale(1.01) translateY(0.5%) translateZ(0);
    transform: scale(1.01) translateY(0.5%) translateZ(0); }
  100% {
    -webkit-transform: scale(1) translateY(0) translateZ(0);
    transform: scale(1) translateY(0) translateZ(0); } }

@-webkit-keyframes spiceScaleIn {
  0% {
    -webkit-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1; } }

@keyframes spiceScaleIn {
  0% {
    -webkit-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1; } }

@-webkit-keyframes spiceScaleOut {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    opacity: 0; } }

@keyframes spiceScaleOut {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    opacity: 0; } }

.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }


.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__item {
  right: 0;
  bottom: 0; }

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.c-productImg {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .c-productImg {
      margin: 0 24px; } }
  @media print, screen and (min-width: 768px) {
    .usedSection .c-productImg {
      margin: 0; } }

.c-product_package {
  padding-top: 5px; }
  @media print, screen and (max-width: 767px) {
    .c-product_package {
      padding-left: 19px;
      padding-bottom: 20px;
      padding-right: 17px; } }
  @media print, screen and (min-width: 768px) {
    .c-product_package {
      padding: 0 16px 16px 16px; } }
  .c-product_package img {
    width: 100%; }

.c-product_packageInner {
  position: relative;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom; }
  @media print, screen and (min-width: 768px) {
    .c-product_packageInner {
      -webkit-animation: packageScaleOut .15s linear forwards;
      animation: packageScaleOut .15s linear forwards; } }
  @media print, screen and (min-width: 768px) {
    .pc .topLinup_listNode_link:hover .c-product_packageInner,
    .pc .recommendCurry_listLink:hover .c-product_packageInner {
      -webkit-animation: packageScaleIn .15s linear forwards;
      animation: packageScaleIn .15s linear forwards; } }

.c-productImg_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }
  @media print, screen and (max-width: 767px) {
    .c-productImg_bg {
      background-image: url("../images/bg_dot_sp.png");
      background-size: 80%; } }
  @media print, screen and (min-width: 768px) {
    .c-productImg_bg {
      background-image: url("../images/bg_dot_pc.png");
      background-size: 86%; } }
  @media print, screen and (min-width: 768px) {
    .pc .topLinup_listNode_link:hover .c-productImg_bg,
    .pc .recommendCurry_listLink:hover .c-productImg_bg {
      opacity: 0; } }

.c-productSpice {
  position: absolute;
  z-index: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  bottom: 80%;
  left: 0; }
  @media print, screen and (min-width: 768px) {
    .c-productSpice {
      -webkit-animation: spiceScaleOut .2s linear forwards;
      animation: spiceScaleOut .2s linear forwards; } }
  [data-product="keralacurry"] .c-productSpice {
    width: 238px;
    left: -6%; }
  [data-product="keemacurry"] .c-productSpice {
    width: 206px; }
  [data-product="spicecurry"] .c-productSpice {
    width: 226px; }
  [data-product="hinabe"] .c-productSpice {
    width: 188px;
    left: 6%; }
  @media print, screen and (min-width: 768px) {
    .pc .topLinup_listNode_link:hover .c-productSpice,
    .pc .recommendCurry_listLink:hover .c-productSpice {
      -webkit-animation: spiceScaleIn .2s linear forwards;
      animation: spiceScaleIn .2s linear forwards; } }
  .c-productSpice img {
    width: 100%; }

@media print, screen and (max-width: 767px) {
  .c-product_info {
    margin-top: 11px; } }

@media print, screen and (min-width: 768px) {
  .c-product_info {
    margin-top: 18px; } }

[data-category="topping"] .c-product_info {
  color: #fff; }


.c-productButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #9d614a; }
  @media print, screen and (max-width: 767px) {
    .c-productButton {
      max-width: 200px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-productButton {
      max-width: 172px; } }
  @media print, screen and (max-width: 767px) {
    .c-productButton {
      margin: 22px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .c-productButton {
      margin: 30px auto 0; } }
  .recommendCurry_listNode .c-productButton {
    background-color: #fff;
    color: #9d614a;
    border: 1px solid #fff;
    font-weight: 600; }
  @media print, screen and (min-width: 768px) {
    .pc .topLinup_listNode_link:hover .c-productButton {
      color: #9d614a;
      background-color: #fff; } }
  @media print, screen and (min-width: 768px) {
    .pc .recommendCurry_listNode .c-productButton:hover {
      color: #fff;
      background-color: transparent; } }
  .c-productButton + .c-productButton {
    margin-top: 20px; }

.c-howtoList {
  position: relative;
  margin: 60px auto 0; }
  @media print, screen and (max-width: 767px) {
    .c-howtoList {
      max-width: 375px;
      margin: auto;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .c-howtoList {
      height: 1900px; } }
  @media print, screen and (min-width: 1025px) {
    .c-howtoList {
      height: 1750px; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoList {
      max-width: 1100px;
      padding: 0 40px; } }
  @media print, screen and (max-width: 767px) {
    [data-howto="curry"] .c-howtoList {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    [data-howto="curry"] .c-howtoList {
      height: 1400px; } }
  @media print, screen and (min-width: 1025px) {
    [data-howto="curry"] .c-howtoList {
      height: 1200px; } }
  @media print, screen and (min-width: 768px) {
    [data-howto="curry"] .c-howtoList {
      max-width: 1100px;
      padding: 0 40px; } }

.c-howtoBlock {
  display: block; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock {
      position: relative; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock {
      width: 500px;
      position: absolute; } }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock + .c-howtoBlock {
      margin-top: 64px; } }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock:nth-of-type(1) {
      margin-top: 64px; } }

.c-howtoBlock_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  text-align: center; }

.c-howtoBlock_obj {
  position: absolute; }
  .c-howtoBlock_obj img {
    max-width: 100%; }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock_obj-1 {
    top: 12px;
    left: 7%; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock_obj-2 {
    top: 508px;
    right: -7%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-howtoBlock_obj-3 {
    top: 930px;
    left: 4%; } }

@media print, screen and (min-width: 1025px) {
  .c-howtoBlock_obj-3 {
    top: 806px;
    left: 4%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock_obj-4 {
    top: 1820px;
    left: -5%;
    width: 103px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-howtoBlock_obj-4 {
    top: 1530px;
    right: 6%; } }

@media print, screen and (min-width: 1025px) {
  .c-howtoBlock_obj-4 {
    top: 1200px;
    right: 6%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock_obj-5 {
    top: 1285px;
    right: -6%;
    width: 121px;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-howtoBlock_obj-5 {
    top: 1670px;
    right: 24%; } }

@media print, screen and (min-width: 1025px) {
  .c-howtoBlock_obj-5 {
    top: 1480px;
    right: 6%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-howtoBlock_obj-6 {
    top: 930px;
    right: 26%; } }

@media print, screen and (min-width: 1025px) {
  .c-howtoBlock_obj-6 {
    top: 1350px;
    right: 26%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock_obj-7 {
    width: 190px;
    bottom: 125px;
    right: -34px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .c-howtoBlock_obj-7 {
    width: 255px;
    top: 1600px;
    right: 0; } }

@media print, screen and (min-width: 1025px) {
  .c-howtoBlock_obj-7 {
    width: 255px;
    top: 1500px;
    right: 0; } }

.c-howtoBlock_archEn,
.c-howtoBlock_archJp {
  position: absolute;
  pointer-events: none; }
  .c-howtoBlock_archEn img,
  .c-howtoBlock_archJp img {
    max-width: 100%; }

.c-howtoBlock_archFrame {
  width: 100%;
  position: absolute;
  -webkit-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_archFrame {
      height: 115%; } }
  @media print, screen and (max-width: 374px) {
    .c-howtoBlock_archFrame {
      height: 121%;
      width: 110%; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_archFrame {
      height: 537px;
      top: calc(50% - 537px / 2);
      left: calc(50% - 500px / 2); } }
  .is-inview .c-howtoBlock_archFrame {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.c-howtoBlock_imgFrame {
  position: relative;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_imgFrame {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_imgFrame {
      width: 476px;
      height: 466px; } }
  .is-inview .c-howtoBlock_imgFrame {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.c-howtoBlock_shadow {
  position: absolute;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_shadow {
      left: 8%;
      top: 3%;
      width: 92%; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_shadow {
      right: 0;
      bottom: 0;
      width: 447px; } }
  .c-howtoBlock_shadow img {
    width: 100%; }

.c-howtoBlock_img {
  position: relative;
  margin: auto;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_img {
      padding: 0 12px; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_img {
      width: 450px; } }
  .c-howtoBlock_img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "VIEW MORE";
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    color: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
  .c-howtoBlock_img img {
    width: 100%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
  .c-howtoBlock_img .dark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    z-index: 1; }
  .pc .c-howtoBlock:hover .c-howtoBlock_img .dark {
    opacity: 1; }
  .pc .c-howtoBlock:hover .c-howtoBlock_img::after {
    -webkit-transition: opacity .2s .2s;
    -o-transition: opacity .2s .2s;
    transition: opacity .2s .2s;
    opacity: 1; }

.c-howtoBlock_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  z-index: 0; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_info {
      padding: 40px 0 24px;
      border-radius: 50px;
      -webkit-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
      transform: translateY(-18px);
      border: 1px solid #fff; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_info {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 358px;
      height: 215px;
      border: 2px solid #fff; } }

.c-howtoBlock_num {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_num {
      top: -12px;
      left: 0; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_num {
      top: 0; } }
  .c-howtoBlock_num::after {
    position: absolute;
    content: "";
    background-color: #fff; }
    @media print, screen and (max-width: 767px) {
      .c-howtoBlock_num::after {
        bottom: -9px;
        right: -7px;
        width: 11px;
        height: 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); } }
    @media print, screen and (min-width: 768px) {
      .c-howtoBlock_num::after {
        width: 16px;
        height: 2px; } }

.c-howtoBlock_name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  color: #fff;
  text-align: center; }

.c-howtoBlock_Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #109DB7; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_Button {
      max-width: 200px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_Button {
      max-width: 172px; } }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_Button {
      margin: 14px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_Button {
      margin-top: 14px; } }
  @media print, screen and (min-width: 768px) {
    .pc .c-howtoBlock_:hover .c-howtoBlock_Button {
      color: #109DB7;
      background-color: #fff; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-keralacurry {
    top: 37px;
    right: 4%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-keralacurry .c-howtoBlock_archEn {
    bottom: -9px;
    left: 30px;
    width: 125px; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-keralacurry .c-howtoBlock_archEn {
    bottom: 7px;
    left: 46px; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-keralacurry .c-howtoBlock_archJp {
    top: -4px;
    right: 6px;
    width: 170px; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-keralacurry .c-howtoBlock_archJp {
    top: -2px;
    right: 23px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="top"] .c-howtoBlock-keemacurry,
  [data-page="spicecurry"] .c-howtoBlock-keemacurry,
  [data-page="greencurry"] .c-howtoBlock-keemacurry,
  [data-howto="hinabe"] .c-howtoBlock-keemacurry {
    top: 460px; } }

@media print, screen and (min-width: 1025px) {
  [data-page="top"] .c-howtoBlock-keemacurry,
  [data-page="spicecurry"] .c-howtoBlock-keemacurry,
  [data-page="greencurry"] .c-howtoBlock-keemacurry,
  [data-howto="hinabe"] .c-howtoBlock-keemacurry {
    top: 310px; } }

@media print, screen and (min-width: 768px) {
  [data-page="top"] .c-howtoBlock-keemacurry,
  [data-page="spicecurry"] .c-howtoBlock-keemacurry,
  [data-page="greencurry"] .c-howtoBlock-keemacurry,
  [data-howto="hinabe"] .c-howtoBlock-keemacurry {
    left: 4%; } }

@media print, screen and (min-width: 768px) {
  [data-page="keralacurry"] .c-howtoBlock-keemacurry {
    top: 37px;
    right: 4%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-keemacurry .c-howtoBlock_archEn {
    bottom: -3px;
    left: 30px;
    width: 118px; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-keemacurry .c-howtoBlock_archEn {
    bottom: 9px;
    left: 51px; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-keemacurry .c-howtoBlock_archJp {
    top: 4px;
    right: 33px;
    width: 97px; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-keemacurry .c-howtoBlock_archJp {
    top: 4px;
    right: 56px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="top"] .c-howtoBlock-spicecurry,
  [data-page="greencurry"] .c-howtoBlock-spicecurry,
  [data-howto="hinabe"] .c-howtoBlock-spicecurry {
    top: 880px; } }

@media print, screen and (min-width: 1025px) {
  [data-page="top"] .c-howtoBlock-spicecurry,
  [data-page="greencurry"] .c-howtoBlock-spicecurry,
  [data-howto="hinabe"] .c-howtoBlock-spicecurry {
    top: 682px; } }

@media print, screen and (min-width: 768px) {
  [data-page="top"] .c-howtoBlock-spicecurry,
  [data-page="greencurry"] .c-howtoBlock-spicecurry,
  [data-howto="hinabe"] .c-howtoBlock-spicecurry {
    right: 12%; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="keralacurry"] .c-howtoBlock-spicecurry,
  [data-page="keemacurry"] .c-howtoBlock-spicecurry {
    top: 460px; } }

@media print, screen and (min-width: 1025px) {
  [data-page="keralacurry"] .c-howtoBlock-spicecurry,
  [data-page="keemacurry"] .c-howtoBlock-spicecurry {
    top: 310px; } }

@media print, screen and (min-width: 768px) {
  [data-page="keralacurry"] .c-howtoBlock-spicecurry,
  [data-page="keemacurry"] .c-howtoBlock-spicecurry {
    left: 4%; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-spicecurry .c-howtoBlock_archEn {
    bottom: 6px;
    left: 33px;
    width: 102px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg); } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-spicecurry .c-howtoBlock_archEn {
    bottom: 7px;
    left: 79px; } }

@media print, screen and (max-width: 767px) {
  .c-howtoBlock-spicecurry .c-howtoBlock_archJp {
    top: -3px;
    right: 3px;
    width: 179px; } }

@media print, screen and (min-width: 768px) {
  .c-howtoBlock-spicecurry .c-howtoBlock_archJp {
    top: -3px;
    right: 9px; } }

@media print, screen and (min-width: 768px) {
  [data-page="keemacurry"] .c-howtoBlock-spicecurry .c-howtoBlock_ {
    margin-left: 0; } }

@media print, screen and (min-width: 768px) {
  [data-page="keemacurry"] .c-howtoBlock-spicecurry .c-howtoBlock_info {
    left: auto; } }

@media print, screen and (min-width: 768px) {
  [data-page="keemacurry"] .c-howtoBlock-spicecurry .c-howtoBlock_arch {
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    top: -1px;
    left: 34px; } }

.c-howtoBlock_curryButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  margin: 50px auto 0;
  background-color: #fff;
  color: #9d614a; }
  @media print, screen and (max-width: 767px) {
    .c-howtoBlock_curryButton {
      max-width: 200px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-howtoBlock_curryButton {
      max-width: 172px; } }
  .topHowto_hinabeBlock .c-howtoBlock_curryButton {
    margin-top: 18px;
    color: #109DB7; }

.c-toppingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 767px) {
    .c-toppingList {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 36px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-toppingList {
      max-width: 1100px;
      padding: 0 16px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 60px auto 0; } }
  .comingsoon-topping .c-toppingList {
    display: none; }

@media print, screen and (max-width: 767px) {
  .c-toppingList_node {
    width: calc(50% - 28px / 2); } }

@media print, screen and (min-width: 768px) {
  .c-toppingList_node {
    width: calc(25% - 84px/3);
    padding-right: 9px;
    margin: 0 14px; } }

@media print, screen and (max-width: 767px) {
  .c-toppingList_node:nth-of-type(n+3) {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .c-toppingList_node:nth-of-type(n+4) {
    margin-top: 40px; } }

.c-toppingList_nodeImg {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-toppingList_nodeImg {
      padding-bottom: 5px; } }

.c-toppingList_nodeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.c-toppingList_nodeImg_frame {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  padding-top: 100%; }
  .c-toppingList_nodeImg_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeLink:hover .c-toppingList_nodeImg_frame img {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
      transform: translate3d(-50%, -50%, 0) scale(1.15); } }

.c-toppingList_nodeBg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-size: contain; }
  @media print, screen and (max-width: 767px) {
    .c-toppingList_nodeBg {
      right: -5px;
      width: 96px;
      height: 89px;
      background-image: url("../images/bg_topping_sp.png"); } }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeBg {
      right: -9px;
      width: 139px;
      height: 111px;
      background-image: url("../images/bg_topping_pc.png"); } }

.c-toppingList_nodeName {
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media print, screen and (max-width: 767px) {
    .c-toppingList_nodeName {
      margin-top: 15px;
      font-size: 16px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeName {
      margin: 20px -13px 0;
      font-size: 18px; } }
  [data-howto="curry"] .c-toppingList_nodeName {
    color: #fff; }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeName br {
      display: none; } }
  .c-toppingList_nodeName small {
    font-size: 11px;
    white-space: nowrap; }
    @media print, screen and (max-width: 374px) {
      .c-toppingList_nodeName small {
        font-size: 10px; } }

.c-toppingList_nodeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .c-toppingList_nodeButton {
      max-width: 200px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeButton {
      max-width: 172px; } }
  @media print, screen and (max-width: 767px) {
    .c-toppingList_nodeButton {
      margin: 20px auto 0;
      height: 40px;
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .c-toppingList_nodeButton {
      margin: 24px auto 0; } }
  [data-page="top"] .c-toppingList_nodeButton,
  [data-category="topping"] .c-toppingList_nodeButton {
    background-color: #9d614a; }
  @media print, screen and (min-width: 768px) {
    .pc [data-page="top"] .c-toppingList_nodeLink:hover .c-toppingList_nodeButton,
    .pc [data-category="topping"] .c-toppingList_nodeLink:hover .c-toppingList_nodeButton {
      color: #9d614a;
      background-color: #fff; } }
  [data-howto="curry"] .c-toppingList_nodeButton {
    background-color: #fff;
    color: #9d614a;
    border: 1px solid #fff; }
  @media print, screen and (min-width: 768px) {
    .pc [data-howto="curry"] .c-toppingList_nodeLink:hover .c-toppingList_nodeButton {
      background-color: transparent;
      color: #fff; } }

.c-stuffList {
  position: relative;
  border-radius: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff; }
  @media print, screen and (max-width: 767px) {
    .c-stuffList {
      padding: 40px 20px;
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .pc [data-category="howto"] .c-stuffList {
      width: 638px;
      padding: 40px 30px;
      margin: 16px auto 0; } }
  @media print, screen and (min-width: 1025px) {
    .pc [data-category="howto"] .c-stuffList {
      width: 346px;
      padding: 40px 30px;
      margin-left: 16px; } }
  @media print, screen and (min-width: 768px) {
    .tablet [data-category="howto"] .c-stuffList {
      width: 638px;
      padding: 40px 30px;
      margin: 16px auto 0; } }

.c-stuffList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px dashed #000; }
  .c-stuffList_node:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .c-stuffList_node + .c-stuffList_node {
    padding-top: 7px; }
  .c-stuffList_node.last dt, .c-stuffList_node.last dd {
    color: #9d614a;
    font-weight: 600; }
  .tablet .c-stuffList_node dt {
    min-width: 180px;
    max-width: 300px; }
  .c-stuffList_node a {
    color: #9d614a;
    text-decoration: underline; }

.c-stuffList_nodeKey,
.c-stuffList_nodeValue {
  letter-spacing: .04em;
  line-height: 1.7; }

.c-stuffList_nodeKey {
  max-width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-stuffList_nodeValue {
  text-align: right; }
  .c-stuffList_nodeValue small {
    display: inline-block; }

.c-stuffList_circle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFD26E; }
  .c-stuffList_circle:nth-of-type(1) {
    top: 15px;
    left: 15px; }
  .c-stuffList_circle:nth-of-type(2) {
    top: 15px;
    right: 15px; }
  .c-stuffList_circle:nth-of-type(3) {
    bottom: 15px;
    right: 15px; }
  .c-stuffList_circle:nth-of-type(4) {
    bottom: 15px;
    left: 15px; }

.c-comingsoon {
  display: none;
  width: 246px;
  height: 33px; }
  @media print, screen and (max-width: 767px) {
    .c-comingsoon {
      margin: 40px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .c-comingsoon {
      margin: 64px auto 0; } }
  .c-comingsoon svg {
    width: 100%;
    height: 100%; }
  .comingsoon-topping .topTopping .c-comingsoon,
  .comingsoon-special .topSpecial .c-comingsoon {
    display: block; }

@media print, screen and (max-width: 767px) {
  .c-currySingle {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .c-currySingle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 720px;
    margin: auto; } }

@media print, screen and (max-width: 767px) {
  .c-currySingle .c-productImg {
    width: 181px;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .c-currySingle .c-productImg {
    width: 265px;
    margin: 0; } }

@media print, screen and (max-width: 767px) {
  .c-currySingle .c-product_package {
    padding: 0 17px 18px 0; } }

@media print, screen and (max-width: 767px) {
  .c-currySingle_info {
    margin-top: 14px; } }

@media print, screen and (min-width: 768px) {
  .c-currySingle_info {
    width: 290px;
    margin-left: 40px; } }

.c-currySingle_name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center; }
  [data-category="special"] .c-currySingle_name {
    color: #fff; }

.c-currySingle_text {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .c-currySingle_text {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-currySingle_text {
      margin-bottom: 34px; } }
  [data-category="special"] .c-currySingle_text {
    color: #fff; }

@media print, screen and (max-width: 767px) {
  .c-currySingle_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-currySingle_buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  background-color: #9d614a;
  margin: auto;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .c-currySingle_buttonLink {
      max-width: 200px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-currySingle_buttonLink {
      max-width: 172px; } }
  @media print, screen and (max-width: 767px) {
    .c-currySingle_buttonLink + .c-currySingle_buttonLink {
      margin-left: 14px; } }
  @media print, screen and (min-width: 768px) {
    .c-currySingle_buttonLink + .c-currySingle_buttonLink {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-currySingle_buttonLink:hover {
      color: #9d614a;
      background-color: #fff; } }
  [data-category="special"] .c-currySingle_buttonLink {
    background-color: #fff;
    color: #9d614a;
    border: 1px solid #fff;
    font-weight: 600; }
  @media print, screen and (min-width: 768px) {
    .pc [data-category="special"] .c-currySingle_buttonLink:hover {
      color: #fff;
      background-color: transparent; } }

.toppingSupervise {
  position: relative;
  background-image: url("../images/bg_teacher.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  border-radius: 25px;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .toppingSupervise {
      padding: 32px 30px 24px;
      margin: 64px 20px 0; } }
  @media print, screen and (min-width: 768px) {
    .toppingSupervise {
      width: 720px;
      padding: 32px 56px;
      margin: 64px auto 0; } }
  .comingsoon-topping .toppingSupervise {
    display: none; }

@media print, screen and (max-width: 767px) {
  .toppingSupervise_title {
    width: 214px;
    margin: 0 auto 14px; } }

@media print, screen and (min-width: 768px) {
  .toppingSupervise_title {
    width: 242px;
    margin: 0 auto 24px; } }

.toppingSupervise_title img {
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .toppingSupervise_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 767px) {
  .toppingSupervise_img {
    width: 178px;
    margin: 0 auto 12px; } }

@media print, screen and (min-width: 768px) {
  .toppingSupervise_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 161px;
    margin-right: 24px; } }

.toppingSupervise_img img {
  width: 100%; }

.toppingSupervise_name {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .toppingSupervise_name {
      text-align: center; } }

.toppingSupervise_text {
  letter-spacing: .04em;
  line-height: 1.5; }

.howtoContents {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_yellow.jpg"); }
  .howtoContents ::-moz-selection {
    background-color: #9d614a; }
  .howtoContents ::selection {
    background-color: #9d614a; }

/*
	.howtoSection
------------------------------------*/
@media print, screen and (max-width: 767px) {
  .howtoSection {
    padding: 40px 0 142px; } }

@media print, screen and (min-width: 768px) {
  .howtoSection {
    padding: 22px 0 202px; } }

.howtoSection_inner {
  position: relative;
  margin: auto;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .howtoSection_inner {
      padding: 0 20px 50px; } }
  @media print, screen and (min-width: 768px) {
    .howtoSection_inner {
      max-width: 1060px;
      padding: 0 30px 100px; } }

.howtoSection_head {
  text-align: center; }

.howtoSection_headTitle {
  margin: auto;
  text-align: center; }
  .howtoSection_headTitle img {
    max-width: 100%; }

.howtoSection_headRuby {
  width: 57px;
  height: 21px;
  margin: 0 auto 13px; }
  .howtoSection_headRuby svg {
    width: 100%;
    height: 100%;
    fill: #9d614a; }

.howtoSection_lead {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .howtoSection_lead {
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 768px) {
    .howtoSection_lead {
      text-align: center;
      letter-spacing: .08em; } }
  @media print, screen and (max-width: 767px) {
    .howtoSection_lead br {
      display: none; } }

/*
	.howtoMainvisual
------------------------------------*/
.howtoMainvisual {
  position: relative;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .howtoMainvisual {
      height: 0;
      padding-top: 100%; } }
  @media print, screen and (min-width: 768px) {
    .howtoMainvisual {
      height: 100vh; } }
  .tablet.is-portrait .howtoMainvisual {
    height: 0;
    padding-top: 100%; }

.howtoMainvisual_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media print, screen and (max-width: 767px) {
    .howtoMainvisual_inner {
      padding: 20px; } }
  @media print, screen and (min-width: 768px) {
    .howtoMainvisual_inner {
      padding: 47px; } }

.howtoMainvisual_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 36px; }
  @media print, screen and (min-width: 768px) {
    .pc .howtoMainvisual_img {
      background-attachment: fixed; } }
  .howtoMainvisual_img img {
    width: 100%; }

.howtoMainvisual_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 20px;
  letter-spacing: .08em;
  color: #9d614a; }

.howtoMainvisual_scrollBar {
  position: relative;
  width: 3px;
  height: 39px;
  background-color: transparent;
  margin: 10px auto 0;
  overflow: hidden; }
  .howtoMainvisual_scrollBar::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #9d614a;
    -webkit-animation: scrollBar 2.5s ease infinite;
    animation: scrollBar 2.5s ease infinite; }

@media print, screen and (min-width: 768px) {
  .howtoMainvisual-portrait {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .tablet.is-portrait .howtoMainvisual-portrait {
    display: block; } }

@media print, screen and (max-width: 767px) {
  .howtoMainvisual-landscape {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .tablet.is-portrait .howtoMainvisual-landscape {
    display: none; } }

/*
	.howtoStuff
------------------------------------*/
.howtoStuff {
  margin-top: 40px; }

.howtoStuff_content {
  max-width: 1000px;
  margin: auto; }
  @media print, screen and (min-width: 1025px) {
    .pc .howtoStuff_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media print, screen and (max-width: 767px) {
  .howto-balloonHead {
    margin: 0 auto 16px; } }

@media print, screen and (min-width: 768px) {
  .howto-balloonHead {
    margin: 0 auto 24px; } }

.howto-balloonHead img {
  max-width: 100%; }

@media print, screen and (max-width: 767px) {
  .howtoStuff .howto-balloonHead {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  .howtoStuff .howto-balloonHead {
    width: 750px; } }

@media print, screen and (max-width: 767px) {
  .howtoCook .howto-balloonHead {
    width: 97px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook .howto-balloonHead {
    width: 135px; } }

.howtoStuff_img {
  border-radius: 26px;
  overflow: hidden;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .howtoStuff_img {
      width: 638px;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .howtoStuff_img img {
    width: 100%; }

/*
	.howtoCook
------------------------------------*/
@media print, screen and (max-width: 767px) {
  .howtoCook {
    margin-top: 51px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook {
    width: 720px;
    margin: 64px auto 0; } }

@media print, screen and (max-width: 767px) {
  .howtoCook_block + .howtoCook_block {
    margin-top: 36px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_block + .howtoCook_block {
    margin-top: 62px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_block:nth-of-type(odd) .howtoCook_blockFigure:nth-of-type(odd),
  .howtoCook_block:nth-of-type(even) .howtoCook_blockFigure:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_block:nth-of-type(odd) .howtoCook_blockFigure:nth-of-type(even) .howtoCook_blockFigure_captionInner::after,
  .howtoCook_block:nth-of-type(even) .howtoCook_blockFigure:nth-of-type(odd) .howtoCook_blockFigure_captionInner::after {
    right: auto;
    left: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

@media print, screen and (min-width: 768px) {
  .howtoCook_block-imagesHasPoint,
  .howtoCook_block-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.howtoCook_block-imagesHasPoint .howtoCook_blockFigure,
.howtoCook_block-images .howtoCook_blockFigure {
  display: block; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_block-imagesHasPoint .howtoCook_blockFigure + .howtoCook_blockFigure,
    .howtoCook_block-images .howtoCook_blockFigure + .howtoCook_blockFigure {
      margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_block-imagesHasPoint .howtoCook_blockFigure_img,
  .howtoCook_block-images .howtoCook_blockFigure_img {
    width: 350px; } }

.howtoCook_blockDescription {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
  width: 100%;
  min-height: 46px; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_blockDescription {
      padding-left: 52px; 
	  font-size: 13px;} }
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockDescription {
      padding-left: 80px; 
	  font-size: 15px;} }
  .howtoCook_blockDescription i {
    color: #9d614a; }

.howtoCook_blockDescription2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
  width: 100%; }

.howtoCook_blockDescription2 img{
  max-width: 1000px; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_blockDescription2 {
      padding: 0 20px; 
	  font-size: 13px;
	  text-align: left;} 
.howtoCook_blockDescription2 img{
  width: 100%!important; }}
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockDescription2 {
      padding-left: 0px; 
	  font-size: 15px;} }

.cookBlock_description_num {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "futura-pt-condensed", sans-serif;
  line-height: 1;
  color: #9d614a; }
  @media print, screen and (max-width: 767px) {
    .cookBlock_description_num img{
      top: -10px;
      width: 50px;
	  height: 50px} }
  @media print, screen and (min-width: 768px) {
    .cookBlock_description_num img{
      top: -25%;
      width: 70px;
	  height: 70px } }

@media print, screen and (min-width: 768px) {
  .howtoCook_blockFigure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; } }

.howtoCook_blockFigure + .howtoCook_blockFigure {
  margin-top: 24px; }

@media print, screen and (max-width: 767px) {
  .howtoCook_blockDescription + .howtoCook_blockFigure {
    margin-top: 14px; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_blockDescription + .howtoCook_blockFigure {
    margin-top: 22px; } }

@media print, screen and (max-width: 767px) {
  .howtoCook_blockFigure.noImage {
    margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_blockFigure.noImage {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }

.howtoCook_blockFigure_imgFrame {
  position: relative; }
  .howtoCook_blockFigure_imgFrame::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 29px;
    height: 29px;
   
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 600;
    color: #fff; }
  .count-a .howtoCook_blockFigure_imgFrame::after {
    content: "a"; }
  .count-b .howtoCook_blockFigure_imgFrame::after {
    content: "b"; }
  .count-c .howtoCook_blockFigure_imgFrame::after {
    content: "c"; }

.howtoCook_blockFigure_img {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockFigure_img {
      width: 360px; } }

  .howtoCook_blockFigure_img img {
    width: 100%;
    overflow: hidden; }

.howtoCook_block_caution {
  display: block;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.7;
  color: #9d614a; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_block_caution {
      text-align: right; } }
  @media print, screen and (max-width: 767px) {
    [data-page="hinabe"] .howtoCook_block_caution {
      text-align: left; } }

.howtoCook_blockFire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .04em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 12px 0 0;
  z-index: 1; }
  .howtoCook_blockFire svg {
    width: 11px;
    height: 15px;
    margin-left: 6px; }

.howtoCook_blockFire_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .howtoCook_blockFire_node + .howtoCook_blockFire_node {
    margin-left: 5px; }

@media print, screen and (max-width: 767px) {
  .howtoCook_blockFigure_caption {
    margin: 23px 0 0; } }

@media print, screen and (min-width: 768px) {
  .howtoCook_blockFigure_caption {
    width: 305px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 50px 26px 0; } }

@media print, screen and (min-width: 768px) {
  .noImage .howtoCook_blockFigure_caption {
    width: 330px;
    margin-top: 0;
    margin-left: 55px; } }

.howtoCook_blockFigure_captionInner {
  position: relative;
  padding: 24px 24px 22px;
  color: #fff;
  background-color: #9d614a; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_blockFigure_captionInner {
      border-radius: 24px;
      margin: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockFigure_captionInner {
      border-radius: 26px; } }
  .howtoCook_blockFigure_captionInner::after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 21px;
    border-color: transparent transparent transparent #9d614a;
    z-index: 0;
    content: ""; }
    @media print, screen and (max-width: 767px) {
      .howtoCook_blockFigure_captionInner::after {
        top: -18px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg); } }
    @media print, screen and (min-width: 768px) {
      .howtoCook_blockFigure_captionInner::after {
        top: calc(50% - 32px/2);
        right: -10px; } }
  @media print, screen and (min-width: 768px) {
    .howtoCook_block-imagesHasPoint .howtoCook_blockFigure_captionInner::after,
    .noImage .howtoCook_blockFigure_captionInner::after {
      top: -16px !important;
      left: calc(50% - 21px/2) !important;
      right: auto !important;
      -webkit-transform: rotate(-90deg) !important;
      -ms-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important; } }

.howtoCook_blockFigure_lead {
  position: relative;
  padding: 8px 0;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockFigure_lead {
      font-size: 16px; } }
  .howtoCook_blockFigure_lead::before, .howtoCook_blockFigure_lead::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-size: 10px 1px;
    background-image: -webkit-linear-gradient(left, #fff, #fff 6px, transparent 4px, transparent 10px);
    background-image: -o-linear-gradient(left, #fff, #fff 6px, transparent 4px, transparent 10px);
    background-image: linear-gradient(to right, #fff, #fff 6px, transparent 4px, transparent 10px); }
  .howtoCook_blockFigure_lead::before {
    top: 0; }
  .howtoCook_blockFigure_lead::after {
    bottom: 0; }

.howtoCook_blockFigure_point {
  width: 90px;
  margin: 0 auto 13px; }
  .howtoCook_blockFigure_point img {
    width: 100%; }

.howtoCook_blockFigure_memo {
  margin-top: 10px;
  letter-spacing: .04em;
  line-height: 1.5;
font-size: 13px;}

  @media print, screen and (min-width: 768px) {
    .howtoCook_blockFigure_memo {
  margin-top: 10px;
  letter-spacing: .04em;
  line-height: 1.5;
font-size: 15px;} }

.howtoCook_blockFigureNotice {
  letter-spacing: .04em;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .howtoCook_blockFigureNotice {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    .howtoCook_blockFigureNotice {
      position: static;
      bottom: auto;
      right: auto;
      width: auto; } }
  @media print, screen and (min-width: 768px) {
    .hasImage .howtoCook_blockFigureNotice {
      padding-top: 14px; } }

/*
	.toppingSection
------------------------------------*/
.toppingSection {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_red.jpg");
  position: relative; }
  .toppingSection ::-moz-selection {
    background-color: #FFD26E; }
  .toppingSection ::selection {
    background-color: #FFD26E; }
  @media print, screen and (max-width: 767px) {
    .toppingSection {
      padding: 34px 0 142px; } }
  @media print, screen and (min-width: 768px) {
    .toppingSection {
      padding: 5px 0 214px; } }
  .toppingSection .c-toppingList {
    padding: 0 20px; }
  @media print, screen and (min-width: 768px) {
    .toppingSection .c-toppingList_node:nth-of-type(4) {
      margin-top: 0; } }
  @media print, screen and (max-width: 767px) {
    .comingsoon-topping .toppingSection {
      padding-bottom: 120px; } }

.toppingSection_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .toppingSection_wave {
      top: -60px;
      height: 62px;
      background-image: url("../images/bg_wave_3_sp.png");
      background-size: 375px 62px; } }
  @media print, screen and (min-width: 768px) {
    .toppingSection_wave {
      top: -136px;
      height: 138px;
      background-image: url("../images/bg_wave_5_pc.png");
      background-size: 1500px 138px; } }

.toppingSection_title {
  margin: 0 auto 40px;
  text-align: center; }
  .toppingSection_title img {
    max-width: 100%; }

/*
	.addstuff
------------------------------------*/
.addstuff {
  position: relative;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .addstuff {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .addstuff {
      max-width: 1000px;
      margin: auto; } }
  @media print, screen and (max-width: 767px) {
    .addstuff + .addstuff {
      margin-top: 60px; } }
  @media print, screen and (min-width: 768px) {
    .addstuff + .addstuff {
      margin-top: 66px; } }

@media print, screen and (min-width: 768px) {
  .addstuffInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.addstuffImg {
  border-radius: 25px;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .addstuffImg {
      width: 41.8%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 140px;
      margin-right: 4.2%; } }
  .addstuffImg img {
    width: 100%; }

@media print, screen and (max-width: 767px) {
  .addstuffInfo {
    margin-top: 20px; } }

.addstuffInfo_listNode {
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  color: #fff; }
  @media print, screen and (max-width: 767px) {
    .addstuffInfo_listNode {
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .addstuffInfo_listNode {
      font-size: 22px; } }
  .addstuffInfo_listNode a {
    text-decoration: underline; }

.addstuffInfo_text {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.5;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .addstuffInfo_text {
      width: 65%; } }

.addstuff-obj {
  position: absolute; }
  .addstuff-obj img {
    max-width: 100%; }

.addstuff-obj-1 {
  top: -11%;
  right: 5%; }

.addstuff-obj-2 {
  top: 35%;
  left: 6%; }

/*
	.usedSection
------------------------------------*/
.usedSection {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .usedSection {
      padding: 60px 0 152px; } }
  @media print, screen and (min-width: 768px) {
    .usedSection {
      padding: 5px 0 202px; } }

.usedSection_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .usedSection_wave {
      top: -60px;
      height: 62px;
      background-image: url("../images/bg_wave_4_sp.png");
      background-size: 375px 62px; } }
  @media print, screen and (min-width: 768px) {
    .usedSection_wave {
      top: -148px;
      height: 150px;
      background-image: url("../images/bg_wave_4_pc.png");
      background-size: 1500px 150px; } }

.usedSection_title {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .usedSection_title {
      width: 280px;
      margin: 0 auto 40px; } }
  @media print, screen and (min-width: 768px) {
    .usedSection_title {
      margin: 0 auto 64px; } }
  @media print, screen and (max-width: 767px) {
    [data-howto="hinabe"] .usedSection_title {
      width: 132px; } }
  .usedSection_title img {
    max-width: 100%; }

/*
	.otherSection
------------------------------------*/
.otherSection {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_red.jpg");
  position: relative; }
  .otherSection ::-moz-selection {
    background-color: #FFD26E; }
  .otherSection ::selection {
    background-color: #FFD26E; }
  @media print, screen and (max-width: 767px) {
    .otherSection {
      padding: 38px 0 185px; } }
  @media print, screen and (min-width: 768px) {
    .otherSection {
      padding-top: 5px; } }

.otherSection_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }

@media print, screen and (max-width: 767px) {
  .otherSection_wave-1 {
    top: -60px;
    height: 62px;
    background-image: url("../images/bg_wave_5_sp.png");
    background-size: 375px 62px; } }

@media print, screen and (min-width: 768px) {
  .otherSection_wave-1 {
    top: -136px;
    height: 138px;
    background-image: url("../images/bg_wave_5_pc.png");
    background-size: 100% 138px; } }

.otherSection_wave-2 {
  bottom: -47px;
  height: 59px;
  z-index: 1;
  -webkit-transform: rotate(180deg) scale(-1, 1);
  -ms-transform: rotate(180deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
  background-image: url("../images/bg_wave_3_pc.png");
  background-size: 1500px 109px;
  background-position: top; }

.otherSection_obj {
  position: absolute;
  pointer-events: none; }
  @media print, screen and (max-width: 767px) {
    .otherSection_obj {
      top: 520px;
      left: 0;
      width: 64px; } }
  @media print, screen and (min-width: 768px) {
    .otherSection_obj {
      width: 161px;
      top: -320px;
      left: 0; } }
  .otherSection_obj img {
    width: 100%; }

.otherSection_title {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .otherSection_title {
      width: 233px;
      margin: 0 auto 64px; } }
  @media print, screen and (min-width: 768px) {
    .otherSection_title {
      margin: 0 auto 40px; } }
  .otherSection_title img {
    max-width: 100%; }

/*
	番長
------------------------------------*/
.howtoBancho {
  margin: 40px auto 0;
  background-image: url("../images/bg_teacher.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  border-radius: 25px; }
  @media print, screen and (max-width: 767px) {
    .howtoBancho {
      padding: 32px 25px 22px; } }
  @media print, screen and (min-width: 768px) {
    .howtoBancho {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 720px;
      padding: 32px 44px; } }

@media print, screen and (max-width: 767px) {
  .howtoBancho_img {
    width: 178px;
    margin: 0 auto 16px; } }

@media print, screen and (min-width: 768px) {
  .howtoBancho_img {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px; } }

.howtoBancho_img img {
  width: 100%; }

.howtoBancho_head {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .howtoBancho_head {
      text-align: center; } }

.howtoBancho_text {
  letter-spacing: .04em;
  line-height: 1.5; }

/*
	obj画像
------------------------------------*/
.howtoSection-obj {
  position: absolute;
  z-index: 0;
  pointer-events: none; }
  .howtoSection-obj img {
    max-width: 100%; }

[data-page="keralacurry"] .howtoSection-obj-1 {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg); }
  @media print, screen and (max-width: 767px) {
    [data-page="keralacurry"] .howtoSection-obj-1 {
      width: 79px;
      top: -35px;
      left: -5%; } }
  @media print, screen and (min-width: 768px) {
    [data-page="keralacurry"] .howtoSection-obj-1 {
      top: -1%;
      left: -7%; } }

@media print, screen and (max-width: 767px) {
  [data-page="keemacurry"] .howtoSection-obj-1 {
    width: 143px;
    top: -2%;
    left: -12%; } }

@media print, screen and (min-width: 768px) {
  [data-page="keemacurry"] .howtoSection-obj-1 {
    top: -2%;
    left: -16%; } }

@media print, screen and (max-width: 767px) {
  [data-page="spicecurry"] .howtoSection-obj-1 {
    width: 107px;
    top: -1%;
    left: -7%; } }

@media print, screen and (min-width: 768px) {
  [data-page="spicecurry"] .howtoSection-obj-1 {
    top: 0%;
    left: -7%; } }

@media print, screen and (max-width: 767px) {
  [data-page="hinabe"] .howtoSection-obj-1 {
    width: 79px;
    top: -2%;
    left: 3%; } }

@media print, screen and (min-width: 768px) {
  [data-page="hinabe"] .howtoSection-obj-1 {
    width: 126px;
    top: 1%;
    left: 2%; } }

@media print, screen and (max-width: 767px) {
  [data-page="greencurry"] .howtoSection-obj-1 {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    width: 110px;
    top: -50px;
    left: -8%; } }

@media print, screen and (min-width: 768px) {
  [data-page="greencurry"] .howtoSection-obj-1 {
    top: -1%;
    left: -7%; } }

[data-page="greencurry"] .howtoSection-obj-2,
[data-page="keralacurry"] .howtoSection-obj-2 {
  top: 32%;
  right: -9%; }

[data-page="keemacurry"] .howtoSection-obj-2 {
  top: 31%;
  right: -5%; }

[data-page="spicecurry"] .howtoSection-obj-2 {
  top: 25%;
  right: -8%; }

[data-page="hinabe"] .howtoSection-obj-2 {
  width: 159px;
  top: 48%;
  right: -9%; }

[data-page="keralacurry"] .howtoSection-obj-3,
[data-page="greencurry"] .howtoSection-obj-3 {
  top: 43%;
  left: -8%; }

[data-page="keemacurry"] .howtoSection-obj-3 {
  top: 47%;
  left: -11%; }

[data-page="spicecurry"] .howtoSection-obj-3 {
  top: 41%;
  left: -12%; }

[data-page="hinabe"] .howtoSection-obj-3 {
  width: 164px;
  top: 68%;
  left: -4%; }

[data-page="keralacurry"] .howtoSection-obj-4,
[data-page="greencurry"] .howtoSection-obj-4 {
  bottom: 21%;
  right: -5%; }

[data-page="keemacurry"] .howtoSection-obj-4 {
  bottom: 28%;
  right: -14%; }

[data-page="spicecurry"] .howtoSection-obj-4 {
  top: 56%;
  right: -7%; }

[data-page="keralacurry"] .howtoSection-obj-5,
[data-page="greencurry"] .howtoSection-obj-5 {
  bottom: 2%;
  left: -4%; }

[data-page="keemacurry"] .howtoSection-obj-5 {
  bottom: -4%;
  left: -10%; }

[data-page="spicecurry"] .howtoSection-obj-5 {
  top: 70%;
  left: -8%; }

[data-page="spicecurry"] .howtoSection-obj-6 {
  bottom: 6%;
  right: -13%; }

.toppingSection-obj {
  pointer-events: none; }
  @media print, screen and (max-width: 767px) {
    .toppingSection-obj {
      position: absolute;
      top: -150px;
      right: -15%;
      width: 201px; } }
  .toppingSection-obj img {
    width: 100%; }

.usedSection_obj {
  position: absolute;
  pointer-events: none; }
  @media print, screen and (max-width: 767px) {
    .usedSection_obj {
      width: 110px;
      bottom: -48px;
      right: 0;
      z-index: 1; } }
  @media print, screen and (min-width: 768px) {
    .usedSection_obj {
      width: 310px;
      top: -370px;
      right: -48px; } }
  .usedSection_obj img {
    width: 100%; }

/*=============================================

	keyframes

==============================================*/
@-webkit-keyframes scrollBar {
  0% {
    height: 0;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  20% {
    height: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  35% {
    height: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  55% {
    height: 100%;
    -webkit-transform: translateY(101%) translateZ(0);
    transform: translateY(101%) translateZ(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%) translateZ(0);
    transform: translateY(101%) translateZ(0); } }
@keyframes scrollBar {
  0% {
    height: 0;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  20% {
    height: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  35% {
    height: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  55% {
    height: 100%;
    -webkit-transform: translateY(101%) translateZ(0);
    transform: translateY(101%) translateZ(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%) translateZ(0);
    transform: translateY(101%) translateZ(0); } }

.font-sizuup{
  font-size: 170% }

.imginsta{
  max-width: 500px!important }


  @media print, screen and (max-width: 767px) {
	  
	  .imginsta{
  max-width: 300px!important }
	  }
