@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; }
  .c-product_package img {
    width: 100%; }}
  @media print, screen and (min-width: 768px) {
    .c-product_package {
      padding: 0 16px 16px 16px; } 
  .c-product_package img {
    width: 200px; }}


.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;
	color: #fff} }

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

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

.c-productTitle {
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.5;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-productTitle {
      font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-productTitle {
      font-size: 17px; } }


.c-productText {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .c-productText {
      padding-top: 9px;
      min-height: 154px; } }
  @media print, screen and (max-width: 374px) {
    .c-productText {
      font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-productText {
      padding: 16px 16px 0;
      min-height: 138px;
	  font-size: 15px} }

.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: #D53F1B; }
  @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: #D53F1B;
    border: 1px solid #fff;
    font-weight: 600; }
  @media print, screen and (min-width: 768px) {
    .pc .topLinup_listNode_link:hover .c-productButton {
      color: #D53F1B;
      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: #D53F1B; }
  @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: #D53F1B; }
  @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: #D53F1B;
      background-color: #fff; } }
  [data-howto="curry"] .c-toppingList_nodeButton {
    background-color: #fff;
    color: #D53F1B;
    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-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; }

.c-specialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .c-specialList {
      margin: 40px 0 0; } }
  @media print, screen and (min-width: 768px) {
    .c-specialList {
      max-width: 995px;
      padding: 0 10px;
      margin: 64px auto 0; } }
  .comingsoon-special .c-specialList {
    display: none; }

@media print, screen and (min-width: 768px) {
  .c-specialList_node {
    width: calc(50% - 40px/2);
    padding: 0 20px; } }

.c-specialList_node:nth-of-type(n+3) {
  margin-top: 36px; }

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

.c-specialList_nodeImg {
  z-index: -2;
  background-image: url("../images/top/special_bg.png");
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 767px) {
    .c-specialList_nodeImg {
      padding: 0 20px 20px;
      background-size: 82%; } }
  @media print, screen and (min-width: 768px) {
    .c-specialList_nodeImg {
      padding-right: 6.27907%;
      padding-bottom: 6.27907%;
      background-size: 91%; } }

.c-specialList_nodeImg_inner {
  position: relative;
  padding-top: 62.5%;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  z-index: 1; }
  .c-specialList_nodeImg_inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -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) {
    .pc .c-specialList_nodeLink:hover .c-specialList_nodeImg_inner img {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
      transform: translate3d(-50%, -50%, 0) scale(1.15); } }

.c-specialList_nodeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 10px; }
  @media print, screen and (max-width: 767px) {
    .c-specialList_nodeInfo {
      padding-left: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-specialList_nodeInfo {
      padding-left: 9%; } }

.c-specialList_nodeNum {
  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: 43px;
  height: 43px;
  margin-right: 18px;
  background-color: #fff;
  border-radius: 50%;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #D53F1B; }
  [data-category="special"] .c-specialList_nodeNum {
    background-color: #D53F1B;
    color: #fff; }

.c-specialList_nodeTitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  max-height: 54px;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .c-specialList_nodeTitle {
      width: 65%; } }
  @media print, screen and (max-width: 374px) {
    .c-specialList_nodeTitle {
      width: 60%;
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-specialList_nodeTitle {
      width: 60%; } }
  [data-category="special"] .c-specialList_nodeTitle {
    color: #000; }
  .c-specialList_nodeTitle br {
    display: none; }

.c-specialList_nodeArrow {
  position: absolute;
  top: 12px;
  right: 5%;
  width: 29px;
  height: 25px;
  background-image: url("../images/top/arrow.svg");
  background-size: 29px 25px;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: -webkit-optimize-contrast; }
  [data-category="special"] .c-specialList_nodeArrow {
    background-image: url("../images/special/arrow_red.svg"); }

.top-section {
  position: relative; }

.top-sectionHead {
  text-align: center; }

.top-sectionHead_inner {
  display: inline-block;
  position: relative; }

.top-sectionHead_ruby {
  margin: 0 auto 13px; }
  .top-sectionHead_ruby svg {
    width: 100%;
    height: 100%; }
  .topLineup .top-sectionHead_ruby {
    width: 71px;
    height: 22px; }
    .topLineup .top-sectionHead_ruby svg {
      fill: #D53F1B; }
  .topHowto .top-sectionHead_ruby {
    width: 63px;
    height: 20px; }
    .topHowto .top-sectionHead_ruby svg {
      fill: #fff; }
  .topTopping .top-sectionHead_ruby {
    width: 77px;
    height: 24px; }
    .topTopping .top-sectionHead_ruby svg {
      fill: #D53F1B; }
  .topSpecial .top-sectionHead_ruby {
    width: 69px;
    height: 23px; }
    .topSpecial .top-sectionHead_ruby svg {
      fill: #fff; }

.top-sectionHead_title {
  margin: auto;
  text-align: center; }
  .top-sectionHead_title img {
    max-width: 100%; }
  @media print, screen and (max-width: 767px) {
    .topLineup .top-sectionHead_title {
      width: 218px; } }
  @media print, screen and (min-width: 768px) {
    .topLineup .top-sectionHead_title {
      width: 280px; } }
  @media print, screen and (max-width: 767px) {
    .topHowto .top-sectionHead_title {
      width: 218px; } }
  @media print, screen and (min-width: 768px) {
    .topHowto .top-sectionHead_title {
      width: 280px; } }
  @media print, screen and
	  (max-width: 767px) {
    .topTopping .top-sectionHead_title {
      width: 208px;} }
@media print, screen and
	  (min-width: 768px) {
    .topTopping .top-sectionHead_title {
      width: 270px;} }
  @media print, screen and (max-width: 767px) {
    .topSpecial .top-sectionHead_title {
      width: 218px; } }
  @media print, screen and (min-width: 768px) {
    .topSpecial .top-sectionHead_title {
      width: 280px; } }

.top-sectionHead_balloon {
  position: absolute; }
  @media print, screen and (max-width: 767px) {
    .top-sectionHead_balloon {
      width: 132px;
      top: -42px;
      left: -61px; } }
  @media print, screen and (max-width: 374px) {
    .top-sectionHead_balloon {
      left: -40px; } }
  @media print, screen and (min-width: 768px) {
    .top-sectionHead_balloon {
      top: -30px;
      left: -100px; } }
  @media print, screen and (max-width: 767px) {
    .topHowto_hinabe .top-sectionHead_balloon {
      top: -74px;
      left: -33px; } }
  @media print, screen and (min-width: 768px) {
    .topHowto_hinabe .top-sectionHead_balloon {
      top: -60px;
      left: -100px; } }
  .top-sectionHead_balloon img {
    max-width: 100%; }

.top-sectionLead {
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.5; 
font-weight: 800;}
  @media print, screen and (max-width: 767px) {
    .top-sectionLead {
      margin-top: 22px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .top-sectionLead {
      margin-top: 28px;
      text-align: center; 
	  font-size: 17px;} }
  .topHowto .top-sectionLead {
    color: #000; }
  .topTopping .top-sectionLead {
    color: #fff; }

.top-sectionObj_topHowto-1 {
  width: 230px;
  top: 30px;
  left: 30px; }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_topHowto-1 {
    width: 123px;
    top:-15px;
    left: -18px; } }

.top-sectionObj_topHowto-2 {
  width: 200px;
  top: 646px;
  right: 25px;}

@media print, screen and (max-width: 767px) {
  .top-sectionObj_topHowto-2 {
    width: 123px;
    top: 1300px;
    right: -30px; } }

.top-sectionObj_topHowto-3 {
  width: 230px;
  top: 1050px;
  left: 60px; }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_topHowto-3 {
    width: 123px;
    top: 2000px;
    left: -30px; } }

.top-sectionObj_topHowto-4 {
  width: 202px;
  bottom: -300px;
  right: 20px; }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_topHowto-4 {
    width: 123px;
    bottom: -100px;
    right: -30px; } }

/*
	.topMainvisual
------------------------------------*/
.topMainvisual {
  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: 100%;
  height: 100vh; }

.topMainvisual_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: cover;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_bg {
      background-image: url("../images/top/mv_sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_bg {
      background-image: url("../images/top/mv_pc.jpg"); } }
  .tablet.is-portrait .topMainvisual_bg {
    background-image: url("../images/top/mv_sp.jpg"); }
  .tablet.is-landscape .topMainvisual_bg {
    background-image: url("../images/top/mv_pc.jpg"); }
  .is-mvHide .topMainvisual_bg {
    opacity: 0; }

.topMainvisual_content {
  position: relative;
  width: 100%;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_content {
      padding-bottom: 60px; } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_content {
      padding: 0 30px 113px; } }

@media print, screen and (max-width: 767px) {
  .topMainvisual_brand {
    width: 112px;
    height: 36px;
    margin: 0 auto 14px; } }

@media print, screen and (min-width: 768px) {
  .topMainvisual_brand {
    width: 190px;
    height: 60px;
    margin: 0 auto 20px; } }

.topMainvisual_brand svg {
  width: 100%;
  height: 100%; }

.tablet.is-portrait .topMainvisual_brand {
  width: 250px;
  height: 78px; }

@media print, screen and (max-width: 767px) {
  .topMainvisual_title img{
     width: 516.5px;
    height: 340px;
    margin: 0 auto  } }

@media print, screen and (min-width: 768px) {
  .topMainvisual_title img{
    width: 516.5px;
    height: 340px;
    margin: 0 auto } }


.tablet.is-portrait .topMainvisual_title {
  width: 500px;
  height: 344px; }

.topMainvisual_catch {
  margin: auto;
  text-align: center; }
@media print, screen and (max-width: 768px) {
  .topMainvisual_catch img {
    width:320px; }}

@media print, screen and (min-width: 768px) {
  .topMainvisual_catch img {
    width:580px; }}

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

.topIntro_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .topIntro_wave {
      top: -42px;
      height: 62px;
      background-image: url("../images/bg_wave_1_sp.png");
      background-size: 375px 62px; } }
  @media print, screen and (min-width: 768px) {
    .topIntro_wave {
      top: -100px;
      height: 110px;
      background-image: url("../images/bg_wave_1_pc.png");
      background-size: 1500px 110px; } }

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

@media print, screen and (min-width: 768px) {
  .topIntro_inner {
    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;
    max-width: 1080px;
    padding: 0 30px;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .topIntro_img {
    width: 49.51%; } }

.topIntro_img img {
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .topIntro_img02 {
    width: 49.51%; } }

.topIntro_img02 img {
  width: 100%; }

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

@media print, screen and (min-width: 768px) {
  .topIntro_content {
    width: calc(100% - 49.51%);
    padding-left: 60px; } }

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

@media print, screen and (max-width: 374px) {
  .topIntro_catch {
    width: 100%; } }

.topIntro_catch img {
  max-width: 400px; }

.topIntro_lead {
  font-size: 17px;
	font-weight: 600;
  line-height: 2;
  color: #fff; }
  @media print, screen and (max-width: 767px) {
    .topIntro_lead {
      padding-top: 26px;
      letter-spacing: .04em;
	  font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .topIntro_lead {
      padding: 35px 45px 0 0;
      letter-spacing: .08em; } }
  .topIntro_lead small {
    font-size: 13px; }


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

.topIntro02_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .topIntro02_wave {
      top: -42px;
      height: 62px;
      background-image: url("../images/bg_wave_1_sp.png");
      background-size: 375px 62px; } }
  @media print, screen and (min-width: 768px) {
    .topIntro02_wave {
      top: -100px;
      height: 110px;
      background-image: url("../images/bg_wave_1_pc.png");
      background-size: 1500px 110px; } }

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

@media print, screen and (min-width: 768px) {
  .topIntro02_inner {
    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;
    max-width: 1080px;
    padding: 0 30px;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .topIntro02_img {
    width: 47%; } }

.topIntro02_img img {
  width: 100%; }

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

@media print, screen and (min-width: 768px) {
  .topIntro02_content {
    width: calc(100% - 47%);
    padding-left: 60px; } }

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

@media print, screen and (max-width: 374px) {
  .topIntro02_catch {
    width: 100%; } }

.topIntro02_catch img {
  max-width: 400px; }

.topIntro02_lead {
  font-size: 17px;
	font-weight: 600;
  line-height: 2;
  color: #fff; }
  @media print, screen and (max-width: 767px) {
    .topIntro02_lead {
      padding-top: 26px;
      letter-spacing: .04em;
	  font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .topIntro02_lead {
      padding: 35px 45px 0 0;
      letter-spacing: .08em; } }
  .topIntro02_lead small {
    font-size: 13px; }

/*
	.topLineup
------------------------------------*/
.topLineup {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_black.jpg");
  position: relative; }
  .topLineup ::-moz-selection {
    background-color: #000; }
  .topLineup ::selection {
    background-color: #000; }
  @media print, screen and (max-width: 767px) {
    .topLineup {
      padding: 40px 0 126px; } }
  @media print, screen and (min-width: 768px) {
    .topLineup {
      padding: 0 0 193px; } }

.topLineup_head {
  padding-top: 20px; }

.topLineup_wave {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .topLineup_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) {
    .topLineup_wave {
      top: -103px;
      height: 115px;
      background-image: url("../images/bg_wave_2_pc.png");
      background-size: 1500px 115px; } }

.topLinup_list {
  position: relative;
  max-width: 1280px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .9s ease;
  -o-transition: opacity .9s ease;
  transition: opacity .9s ease; }
  @media print, screen and (max-width: 767px) {
    .topLinup_list {
      margin: 12px -20px 0; } }
  @media print, screen and (min-width: 768px) {
    .topLinup_list {
      padding: 0 120px;
      margin: 12px auto 0; } }
  .topLinup_list.slick-initialized {
    opacity: 1; }

.lineupSlider_arrow {
  position: absolute;
  top: 28%;
  width: 80px;
  height: 80px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden; }
  .lineupSlider_arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 26px;
    content: "";
    background-image: url("../images/top/arrow.svg");
    background-size: 32px 26px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .lineupSlider_arrow svg {
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .lineupSlider_arrow circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1; }
  .lineupSlider_arrow.prev {
    left: 20px; }
    .lineupSlider_arrow.prev::after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
      transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  .lineupSlider_arrow.next {
    right: 20px; }
    .lineupSlider_arrow.next::after {
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .lineupSlider_arrow:hover circle {
    -webkit-animation: circle .7s forwards;
    animation: circle .7s forwards; }

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 252; }
  99.9%, to {
    stroke-dasharray: 252 252; } }

@keyframes circle {
  0% {
    stroke-dasharray: 0 252; }
  99.9%, to {
    stroke-dasharray: 252 252; } }

.topLinup_listNode {
  position: relative;
  display: inline-block;
  white-space: normal;
  z-index: 9; }
  @media print, screen and (max-width: 767px) {
    .topLinup_listNode {
      padding: 30px 16px 0; } }
  @media print, screen and (min-width: 768px) {
    .topLinup_listNode {
      padding: 55px 0 0; } }

.topLinup_listNode_link {
  display: block; }

.topLinup_listNode_new{
  position: absolute;
  z-index: -1;
 top: -30px;
      left: -15px;
      width: 90px;
      height: auto; }
  @media print, screen and (max-width: 767px) {
    .topLinup_listNode_new img{
      top: -10px;
      left: -10px;
      width: 60px;
      height: auto; } }
  @media print, screen and (min-width: 768px) {
    .topLinup_listNode_new img{
      top: -30px;
      left: -15px;
      width: 10px;
      height: auto; } }

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

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

.topHowto_inner {
  position: relative;
  z-index: 1; }

@media print, screen and (max-width: 767px) {
  .topHowtoHead#topHowto {
    padding-top: 56px; } }

@media print, screen and (min-width: 768px) {
  .topHowtoHead#topHowto {
    padding-top: 45px; } }

@media print, screen and (max-width: 767px) {
  .topHowtoHead#topHinabe {
    padding-top: 87px; } }

@media print, screen and (min-width: 768px) {
  .topHowtoHead#topHinabe {
    padding-top: 74px; } }

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

.topHowto_hinabeObj {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transition: .5s ease .5s;
  -o-transition: .5s ease .5s;
  transition: .5s ease .5s; }
  .is-inview .topHowto_hinabeObj {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .topHowto_hinabeObj img {
    max-width: 100%; }

@media print, screen and (max-width: 767px) {
  .topHowto_hinabeObj-1 {
    top: 0;
    right: 0;
    width: 71px; } }

@media print, screen and (min-width: 768px) {
  .topHowto_hinabeObj-1 {
    top: 30px;
    left: 0; } }

@media print, screen and (max-width: 767px) {
  .topHowto_hinabeObj-2 {
    top: 60%;
    left: 0;
    width: 55px; } }

@media print, screen and (min-width: 768px) {
  .topHowto_hinabeObj-2 {
    top: 306px;
    left: 0; } }

@media print, screen and (max-width: 767px) {
  .topHowto_hinabeObj-3 {
    width: 68px;
    bottom: 14%;
    right: 0; } }

@media print, screen and (min-width: 768px) {
  .topHowto_hinabeObj-3 {
    bottom: 10px;
    right: -9px; } }

.topHowto_hinabeFrame {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-size: contain;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 767px) {
    .topHowto_hinabeFrame {
      width: 349px;
      height: 379px;
      padding-top: 26px;
      margin: 16px auto 0;
      background-image: url("../images/bg_hinabe_sp.png"); } }
  @media print, screen and (max-width: 374px) {
    .topHowto_hinabeFrame {
      width: 300px; } }
  @media print, screen and (min-width: 768px) {
    .topHowto_hinabeFrame {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 685px;
      height: 495px;
      padding-top: 43px;
      margin: 40px auto 0;
      background-image: url("../images/bg_hinabe_pc.png"); } }
  .topHowto_hinabeFrame.is-inview {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

.topHowto_hinabeBlock {
  display: block;
  position: relative; }

.topHowto_hinabeShadow {
  position: absolute; }
  @media print, screen and (max-width: 767px) {
    .topHowto_hinabeShadow {
      top: 11px;
      left: 40px;
      width: 292px; } }
  @media print, screen and (max-width: 374px) {
    .topHowto_hinabeShadow {
      left: 12px; } }
  @media print, screen and (min-width: 768px) {
    .topHowto_hinabeShadow {
      top: 15px;
      left: 16px;
      width: 489px; } }
  .topHowto_hinabeShadow img {
    max-width: 100%; }

@media print, screen and (max-width: 767px) {
  .topHowto_hinabeArch {
    width: 88px;
    margin: 15px auto 0; } }

@media print, screen and (min-width: 768px) {
  .topHowto_hinabeArch {
    position: absolute;
    top: 86%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.topHowto_hinabeArch img {
  max-width: 100%; }

.topHowto_hinabeImg {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .topHowto_hinabeImg {
      width: 292px;
      margin: auto; } }
  @media print, screen and (min-width: 768px) {
    .topHowto_hinabeImg {
      width: 489px;
      height: 365px;
      margin: auto; } }
  .topHowto_hinabeImg::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    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; }
  .topHowto_hinabeImg .dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1; }
  .pc .topHowto_hinabeBlock:hover .topHowto_hinabeImg .dark {
    opacity: 1; }
  .pc .topHowto_hinabeBlock:hover .topHowto_hinabeImg::after {
    -webkit-transition: opacity .2s .2s;
    -o-transition: opacity .2s .2s;
    transition: opacity .2s .2s;
    opacity: 1; }
  .topHowto_hinabeImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }

/*
	.topTopping
------------------------------------*/
.topTopping {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_brown.jpg");
  position: relative; }
  .topTopping ::-moz-selection {
    background-color: #D53F1B; }
  .topTopping ::selection {
    background-color: #D53F1B; }
  @media print, screen and (max-width: 767px) {
    .topTopping {
      padding: 0 0 164px; } }
  @media print, screen and (min-width: 768px) {
    .topTopping {
      padding: 0 0 213px; } }
  @media print, screen and (min-width: 768px) {
    .topTopping .c-toppingList_node:nth-of-type(1) {
      margin: 0 14px 0 28px; } }
  @media print, screen and (min-width: 768px) {
    .topTopping .c-toppingList_node:nth-of-type(3) {
      margin: 0 28px 0 14px; } }

@media print, screen and (max-width: 767px) {
  .topToppingHead {
    padding-top: 56px; } }

@media print, screen and (min-width: 768px) {
  .topToppingHead {
    padding-top: 45px; } }

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

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

.topSpecialHead {
  padding-top: 20px; }

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

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

@media print, screen and (min-width: 768px) {
  .topSpecial_wave-1 {
    top: -126px;
    height: 138px;
    background-image: url("../images/bg_wave_2_pc.png");
    background-size: 1500px 138px; } }

@media print, screen and (min-width: 768px) {
  .topSpecial_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; } }

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

@media print, screen and (max-width: 767px) {
  .top-sectionObj_linup-1 {
    width: 123px;
    top: -86px;
    right: -18px; } }

@media print, screen and (min-width: 768px) {
  .top-sectionObj_linup-1 {
	  width: 230px;
    top: -247px;
    right: 20px; } }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_linup-2 {
    width: 110px;
    top: -122px;
    left: -20px; } }

@media print, screen and (min-width: 768px) {
  .top-sectionObj_linup-2 {
    width: 241px;
    bottom: -245px;
    left: 0; } }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_topping {
    width: 130px;
    bottom: 70px;
    left: -10px;} }

@media print, screen and (min-width: 768px) {
  .top-sectionObj_topping {
    width: 210px;
    bottom: 10px;
    left: 30px; } }

@media print, screen and (max-width: 767px) {
  .comingsoon-topping .top-sectionObj_topping,
  .comingsoon-special .top-sectionObj_topping {
    display: none; } }

@media print, screen and (max-width: 767px) {
  .top-sectionObj_special {
    width: 134px;
    top: 1020px;
    right: 0; } }

@media print, screen and (min-width: 768px) {
  .top-sectionObj_special {
    width: 200px;
   top: 650px;
    right: 30px; } }

.w-space{
	margin: 0 auto;
   background-color: #fff;
	max-width: 1100px;
	border-radius: 5px;
padding: 20px;}

.btn,
a.btn{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
	width: 100%;
}

a.btn--brown {
  color: #fff;
  background-color: #9d614a;
}

a.btn--brown:hover {
  color: #fff;
  background: #9d614a;
}

a.btn--brown.btn--cubic {
  border-bottom: 5px solid #fff;
}

a.btn--brown.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #fff;
}

a.btn-c {
  font-size: 25px;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

@media print, screen and (max-width: 767px) {
	
	.btn,
a.btn{
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
	width: 100%;
}
	
	a.btn--brown {
  color: #fff;
  background-color: #9d614a;
}

a.btn--brown:hover {
  color: #fff;
  background: #9d614a;
}

a.btn--brown.btn--cubic {
  border-bottom: 5px solid #fff;
}

a.btn--brown.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #fff;
}

a.btn-c {
  font-size: 20px;
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 100vh;
}

   }


.btn02,
a.btn02 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
	width: 100%;
	margin-top: 0px;
}

a.btn--brown02 {
  color: #fff;
  background-color: #9d614a;
}

a.btn--brown02:hover {
  color: #fff;
  background: #9d614a;
}

a.btn--brown02.btn--cubic02 {
  border: 2px solid #fff;
}

a.btn--brown02.btn--cubic02:hover {
  border: 4px solid #fff;
}

a.btn-c02 {
  font-size: 17px;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 100vh;
}

@media print, screen and (max-width: 767px) {
	
	.btn02,
a.btn02{
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .5rem .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
	width: 100%;
	margin-top: 15px;
}
	
	a.btn--brown02 {
  color: #fff;
  background-color: #9d614a;
}

a.btn--brown02:hover {
  color: #fff;
  background: #9d614a;
}

a.btn--brown02.btn--cubic02 {
  border: 1px solid #fff;
}

a.btn--brown02.btn--cubic02:hover {
  border: 1px solid #fff;
}

a.btn-c02 {
  font-size: 15px;
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 100vh;
}

   }


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #000;
	max-width: 1100px;
	margin-top: 70px;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #9d614a;
}
.cp_qa label {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1.3;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
	font-weight: 800;
	
}
.cp_qa .cp_actab-content {
	font-size: 15px;
	position: relative;
	overflow: hidden;
	height: 0;
	line-height: 1.5;
	letter-spacing: 1.3;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	color: #9d614a;
	font-weight: 800;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

@media print, screen and (max-width: 767px) {
	
	.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #000;
	max-width: 1100px;
	margin-top: 40px;
		margin: 20px;
}
	
	.cp_qa label {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.3;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
	font-weight: 800;
	
}
	
	.cp_qa .cp_actab-content {
	font-size: 13px;
	position: relative;
	overflow: hidden;
	height: 0;
	line-height: 1.5;
	letter-spacing: 1.3;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}

}
