@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: 'Lora';
  font-weight: 600;
  src: url("../fonts/Lora-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Italic.woff") format("woff"); }

/* フォント定設
-----------------------------------------------------------------*/
@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: 'Lora';
  font-weight: 600;
  src: url("../fonts/Lora-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Italic.woff") format("woff"); }

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

  ボタン

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

  タイトル

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

  フッター上の導線

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

  レシピ

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

  youtube

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

  レシピセクション

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

/* フォント定設
-----------------------------------------------------------------*/
@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: 'Lora';
  font-weight: 600;
  src: url("../fonts/Lora-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Italic.woff") format("woff"); }

/* フォント定設
-----------------------------------------------------------------*/
@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: 'Lora';
  font-weight: 600;
  src: url("../fonts/Lora-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Italic.woff") format("woff"); }

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

  ボタン

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

  タイトル

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

  フッター上の導線

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

  レシピ

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

  youtube

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

  レシピセクション

==============================================*/
.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-sectionText {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText {
      padding: 0 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText {
      margin-left: 160px; } }
  .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
    content: "";
    display: block;
    height: 1px;
    border-radius: 1px;
    background-color: #9F000C;
    position: absolute; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
        width: 24px;
        left: 0;
        top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
        width: 140px;
        left: -160px;
        top: 26px; } }

.c-sectionText_subtitle {
  letter-spacing: 0.1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText_subtitle {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText_subtitle {
      font-size: 22px; } }

.c-sectionText_title {
  letter-spacing: 0.1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText_title {
      font-size: 34px;
      line-height: 1.23; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText_title {
      font-size: 50px; } }

.c-sectionText_lead {
  letter-spacing: 0.08em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 14px; }

.c-buttonArrow {
  display: inline-block; }

.c-buttonArrow_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-buttonArrow_text {
  letter-spacing: 0.08em;
  color: #3B7E0A;
  position: relative;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_text {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_text {
      font-size: 22px; } }
  @media (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_text {
      color: #1D1717; } }

.c-buttonArrow_icon {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_icon {
      margin-left: 8px;
      width: 62px;
      height: 52px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_icon {
      margin-left: 10px;
      width: 83px;
      height: 79px; } }

.c-buttonArrow_iconBar {
  background-color: #3B7E0A;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: width .16s;
  -o-transition: width .16s;
  transition: width .16s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_iconBar {
      width: 39px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_iconBar {
      width: 50px; } }
  @media (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_iconBar {
      background-color: #1D1717;
      width: 60px; } }

.c-buttonArrow_iconSvg {
  fill: #3B7E0A;
  -webkit-transition: -webkit-transform .22s;
  transition: -webkit-transform .22s;
  -o-transition: transform .22s;
  transition: transform .22s;
  transition: transform .22s, -webkit-transform .22s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_iconSvg {
      width: 47px;
      height: 51px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_iconSvg {
      width: 71px;
      height: 79px; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_iconSvg {
      fill: #1D1717;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }

.c-lead {
  width: calc(100% - 80px);
  margin: auto;
  border-top: 1px solid #D1CBB9; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lead {
      padding-top: 60px;
      width: calc(100% - 30px);
      margin: 60px auto 0;
      /* background: {
        image: url(../images/common/footer_lead_text_sp.png);
        size: contain;
        repeat: no-repeat;
        position: right top;
      } */ } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lead {
      padding-top: 55px;
      margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-leadInner {
    max-width: 1090px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: {
        image: url(../images/common/footer_lead_text.png);
        size: contain;
        repeat: no-repeat;
        position: center;
      }; */ } }

.c-leadItem {
  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; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadItem + .c-leadItem {
      margin-top: 19px; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .c-leadItem + .c-leadItem {
      margin-left: 3.09119vw; } }
  @media print, screen and (min-width: 1295px) {
    .c-leadItem + .c-leadItem {
      margin-left: 45px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-leadPackage {
    width: 34.66667vw;
    position: relative;
    left: -0.8vw;
    top: 2.4vw; } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .c-leadPackage {
    width: 17.5425vw;
    margin-right: 0.85008vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 210px; } }

@media print, screen and (min-width: 1295px) {
  .c-leadPackage {
    width: 227px;
    margin-right: 11px;
    -ms-flex-item-align: start;
    align-self: flex-start; } }

.c-leadPackage img {
  width: 100%; }

.c-leadTitle {
  text-align: center;
  color: #1d1717; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadTitle {
      /* width: 276px; */
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadTitle {
      /* width: 325px; */
      font-size: 28px;
      line-height: 1.29;
      letter-spacing: -.07em; } }
  .c-leadTitle .c-leadTitle_En {
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    font-family: "Lora", serif;
    font-style: italic;
    display: block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-leadTitle .c-leadTitle_En {
        font-size: 11px;
        line-height: 3;
        margin-bottom: 2px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-leadTitle .c-leadTitle_En {
        font-size: 14px;
        line-height: 2.36; } }
  .c-leadTitle .c-leadTitle_EnRed {
    color: #9F000C; }
  .c-leadTitle .c-leadTitle_EnYellow {
    color: #C38C00; }
  .c-leadTitle img {
    width: 100%; }

.c-leadWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadWrapper {
      margin-right: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadWrapper {
      padding-bottom: 41px; } }

.c-leadButton, .manga-singleSidebar_more {
  border-radius: 8px;
  background-color: #3B7E0A; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadButton, .manga-singleSidebar_more {
      margin-top: 23px;
      width: 180px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadButton, .manga-singleSidebar_more {
      width: 230px;
      height: 50px;
      margin-top: 24px;
      color: #fff; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
    .c-leadButton:hover, .manga-singleSidebar_more:hover {
      background-color: #1D1717; } }
  .c-leadButton + .c-leadButton, .manga-singleSidebar_more + .c-leadButton, .c-leadButton + .manga-singleSidebar_more, .manga-singleSidebar_more + .manga-singleSidebar_more {
    margin-top: 8px; }
  .c-leadButton img, .manga-singleSidebar_more img {
    width: 100%; }

.c-leadButton_link, .manga-singleSidebar_moreLink {
  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: 100%;
  color: #fff; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-leadButton_linkText {
    font-size: 14px;
    letter-spacing: 0.08em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-leadButton_linkText {
    font-size: 16px;
    letter-spacing: 0.08em; } }

.c-leadButton_linkText_svg {
  fill: #fff;
  margin-left: 10px;
  margin-top: 2px; }
  .c-leadButton_linkText_svg.buy {
    width: 12px;
    height: 16px; }
  .c-leadButton_linkText_svg.blank {
    width: 12px;
    height: 12px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-youtube {
    width: calc(50% - 10px); } }

.c-youtube_movie {
  position: relative;
  padding-top: 56.25%;
  border-radius: 15px;
  overflow: hidden;
  isolation: isolate; }

@media print and (hover: hover), screen and (hover: hover) and (min-width: 1024px) and (orientation: landscape), screen and (hover: hover) and (min-width: 1025px) {
  .c-youtube_movie:hover .c-youtube_movieThumbnail_circle {
    width: 80px;
    height: 80px; } }

.c-youtube_movieInner {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-youtube_movieInner {
      width: 102%;
      height: 101%;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-youtube_movieInner {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

.c-youtube_movieThumbnail {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }
  .is-played .c-youtube_movieThumbnail {
    display: none; }
  .c-youtube_movieThumbnail::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #aaa; }
    .is-ready .c-youtube_movieThumbnail::before {
      opacity: .2;
      background-color: #000; }
  .c-youtube_movieThumbnail::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    background-image: url(../images/movie/movie_button.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .is-ready .c-youtube_movieThumbnail::after {
      opacity: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-youtube_movieThumbnail::after {
        width: 9px;
        height: 14px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-youtube_movieThumbnail::after {
        width: 11px;
        height: 18px; } }
  .c-youtube_movieThumbnail img {
    width: 100%; }

.c-youtube_movieThumbnail_circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-youtube_movieThumbnail_circle {
      width: 52px;
      height: 52px;
      border-radius: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-youtube_movieThumbnail_circle {
      width: 72px;
      height: 72px;
      border-radius: 40px; } }
  .is-ready .c-youtube_movieThumbnail_circle {
    opacity: 1; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-youtube_title {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-youtube_title {
    text-align: center;
    margin-top: 20px; } }

.c-recipeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-recipeList_node {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_node {
      border-radius: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_node {
      border-radius: 15px; } }
  .c-recipeList_node::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1D1717;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1; }
  @media (hover: hover) {
    .c-recipeList_node:hover::before {
      opacity: .15; } }
  .c-recipeList_node::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    pointer-events: none; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-recipeList_node::after {
        height: 110px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-recipeList_node::after {
        height: 180px; } }

.c-recipeList_nodeImage {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  pointer-events: none; }
  @media (hover: hover) {
    .c-recipeList_node:hover .c-recipeList_nodeImage {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }
  .c-recipeList_nodeImage img {
    width: 100%; }

.c-recipeList_nodeInfo {
  color: #fff;
  position: absolute;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeInfo {
      width: calc(100% - 20px);
      left: 10px;
      bottom: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeInfo {
      width: calc(100% - 40px);
      left: 20px;
      bottom: 20px; } }

.c-recipeList_nodeTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTags {
      display: none; } }

.c-recipeList_nodeTags_data {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTags_data {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeTags_data {
      font-size: 12px; } }

.c-recipeList_nodeTitle {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTitle {
      font-size: 14px;
      margin-top: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeTitle {
      font-size: 16px;
      width: calc(100% - 30px);
      max-width: 270px;
      margin-top: 9px; } }

.c-recipeList_nodeArrow {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: right .3s 0s, opacity .3s .1s;
  -o-transition: right .3s 0s, opacity .3s .1s;
  transition: right .3s 0s, opacity .3s .1s; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeArrow {
      width: 23px;
      height: 23px;
      background-image: url(../images/recipe/recipe_arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; } }
  @media (hover: hover) {
    .c-recipeList_node:hover .c-recipeList_nodeArrow {
      right: 20px;
      opacity: 1; } }

[data-category_vegetable="off"] .c-recipeList_node {
  display: none; }

[data-category_vegetable="on"] .c-recipeList_node.category_vegetable {
  display: block; }

[data-category_meat="off"] .c-recipeList_node {
  display: none; }

[data-category_meat="on"] .c-recipeList_node.category_meat {
  display: block; }

[data-category_fish="off"] .c-recipeList_node {
  display: none; }

[data-category_fish="on"] .c-recipeList_node.category_fish {
  display: block; }

[data-category_rice="off"] .c-recipeList_node {
  display: none; }

[data-category_rice="on"] .c-recipeList_node.category_rice {
  display: block; }

[data-category_noodle="off"] .c-recipeList_node {
  display: none; }

[data-category_noodle="on"] .c-recipeList_node.category_noodle {
  display: block; }

[data-category_egg="off"] .c-recipeList_node {
  display: none; }

[data-category_egg="on"] .c-recipeList_node.category_egg {
  display: block; }

[data-category_fruit="off"] .c-recipeList_node {
  display: none; }

[data-category_fruit="on"] .c-recipeList_node.category_fruit {
  display: block; }

[data-category_milk="off"] .c-recipeList_node {
  display: none; }

[data-category_milk="on"] .c-recipeList_node.category_milk {
  display: block; }

[data-category_bean="off"] .c-recipeList_node {
  display: none; }

[data-category_bean="on"] .c-recipeList_node.category_bean {
  display: block; }

[data-category_other="off"] .c-recipeList_node {
  display: none; }

[data-category_other="on"] .c-recipeList_node.category_other {
  display: block; }

[data-volume="off"] .c-recipeList_node {
  display: none; }

[data-volume="on"] .c-recipeList_node.volume {
  display: block; }

[data-diet="off"] .c-recipeList_node {
  display: none; }

[data-diet="on"] .c-recipeList_node.diet {
  display: block; }

[data-easy="off"] .c-recipeList_node {
  display: none; }

[data-easy="on"] .c-recipeList_node.easy {
  display: block; }

[data-outdoor="off"] .c-recipeList_node {
  display: none; }

[data-outdoor="on"] .c-recipeList_node.outdoor {
  display: block; }

[data-vegetable="off"] .c-recipeList_node {
  display: none; }

[data-vegetable="on"] .c-recipeList_node.vegetable {
  display: block; }

[data-extra="off"] .c-recipeList_node {
  display: none; }

[data-extra="on"] .c-recipeList_node.extra {
  display: block; }

[data-surprise="off"] .c-recipeList_node {
  display: none; }

[data-surprise="on"] .c-recipeList_node.surprise {
  display: block; }

[data-microwave="off"] .c-recipeList_node {
  display: none; }

[data-microwave="on"] .c-recipeList_node.microwave {
  display: block; }

[data-stock="off"] .c-recipeList_node {
  display: none; }

[data-stock="on"] .c-recipeList_node.stock {
  display: block; }

[data-snack="off"] .c-recipeList_node {
  display: none; }

[data-snack="on"] .c-recipeList_node.snack {
  display: block; }

[data-bento="off"] .c-recipeList_node {
  display: none; }

[data-bento="on"] .c-recipeList_node.bento {
  display: block; }

[data-dressing="off"] .c-recipeList_node {
  display: none; }

[data-dressing="on"] .c-recipeList_node.dressing {
  display: block; }

[data-dessert="off"] .c-recipeList_node {
  display: none; }

[data-dessert="on"] .c-recipeList_node.dessert {
  display: block; }

[data-time1="off"] .c-recipeList_node {
  display: none; }

[data-time1="on"] .c-recipeList_node.time1 {
  display: block; }

[data-time2="off"] .c-recipeList_node {
  display: none; }

[data-time2="on"] .c-recipeList_node.time2 {
  display: block; }

[data-time3="off"] .c-recipeList_node {
  display: none; }

[data-time3="on"] .c-recipeList_node.time3 {
  display: block; }

.c-recipeList_node.not-and {
  display: none !important; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and1="on"] {
  display: none; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and2="on"] {
  display: block; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and1="off"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and1="on"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and2="on"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and3="on"] {
  display: block; }

[data-and_number="3"] .c-recipeList_node[data-and1="off"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and2="off"] {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection {
    margin-top: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection {
    position: relative;
    margin-top: 150px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text {
    margin-top: -14px; }
    .c-recipeSection_text::before {
      top: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_text {
    margin-left: 200px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text .c-sectionText_title {
    font-size: 24px;
    letter-spacing: 0.1em; }
    .c-recipeSection_text .c-sectionText_title .c-highlight {
      font-size: 33px;
      white-space: nowrap; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text .c-sectionText_lead {
    margin-top: 34px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_text .c-sectionText_lead {
    width: 598px;
    margin-top: 30px; } }

.c-recipeSection_text .dn-special {
  display: none; }
  @media print, screen and (min-width: 768px) and (max-width: 1110px) {
    .c-recipeSection_text .dn-special {
      display: block; } }

.c-recipeSection_button {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_button {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_button {
      margin-top: 60px; } }

.c-recipeSection_stamp {
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_stamp {
      width: 174px;
      height: 103px;
      margin-left: auto;
      margin-right: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_stamp {
      position: absolute;
      width: 235px;
      height: 138px;
      top: 70px;
      right: 100px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1110px) {
    .c-recipeSection_stamp {
      top: 0;
      right: 20px; } }

.c-recipeSection_stampSvg {
  width: 100%;
  height: 100%; }

.c-recipeSection_slider {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_slider {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_slider {
      width: 100%;
      margin-top: 50px; } }

.c-recipeSection_sliderFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-recipeSection_sliderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_sliderList .c-recipeList_node {
      width: 50.66667vw;
      max-width: 280rpx; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_sliderList .c-recipeList_node {
      width: 21.875vw; } }
  .c-recipeSection_sliderList .c-recipeList_nodeImage img {
    width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_sliderList_node {
    margin: 0 4px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_sliderList_node {
    margin: 0 5px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_sliderList_node.is-even {
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_sliderList_node.is-even {
    margin-top: 40px; } }

.c-recipeSection_sliderList_node .c-recipeList_nodeTitle {
  max-width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-lead {
    margin-top: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-wrapperInner {
    border-radius: 0 15px 15px 15px; } }

/*
	.topMainvisual
------------------------------------*/
.topMainvisual {
  position: relative;
  padding-top: 92px; }

@media print, screen and (max-width: 700px) {
  .topMainvisual_inner {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 110px; } }

.topMainvisual_imageWrapper {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_imageWrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: auto;
      width: 139.17808%;
      -webkit-clip-path: url(#clipshape_sp);
      clip-path: url(#clipshape_sp); } }
  @media print, screen and (min-width: 701px) {
    .topMainvisual_imageWrapper {
      width: calc(100% - 120px);
      max-width: 1550px;
      -webkit-clip-path: url(#clipshape_pc);
      clip-path: url(#clipshape_pc); } }

.topMainvisual_image {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_image {
      width: 189.22835%; } }
  @media print, screen and (min-width: 701px) {
    .topMainvisual_image {
      width: 132.31598%; } }
  .topMainvisual_image img {
    width: 100%; }
  .topMainvisual_image:nth-child(1) img {
    -webkit-animation: loop 150s -75s linear infinite;
    animation: loop 150s -75s linear infinite; }
  .topMainvisual_image:nth-child(2) img {
    -webkit-animation: loop2 150s linear infinite;
    animation: loop2 150s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0) scale(1.0015);
    transform: translateX(0) scale(1.0015); }
  to {
    -webkit-transform: translateX(-200%) scale(1.0015);
    transform: translateX(-200%) scale(1.0015); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0) scale(1.0015);
    transform: translateX(0) scale(1.0015); }
  to {
    -webkit-transform: translateX(-200%) scale(1.0015);
    transform: translateX(-200%) scale(1.0015); } }

.topMainvisual_title {
  position: absolute; }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_title {
      width: 48.49315%;
      right: 15px;
      bottom: 38px; } }
  @media print, screen and (min-width: 701px) {
    .topMainvisual_title {
      width: 26.95312%;
      left: 0;
      right: 0;
      bottom: -40px;
      margin: auto; } }
  .topMainvisual_title img {
    width: 100%; }

body.is-loaded .topMainvisual_catchWrapper {
  opacity: 1; }

.topMainvisual_catch {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  background-color: #F7F4EA;
  position: absolute;
  letter-spacing: 0.1em;
  white-space: nowrap; }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_catch {
      font-size: 30px;
      font-size: clamp(32px, 8.53333vw, 40px);
      padding: 10px 3px;
      letter-spacing: 0.05em; }
      .topMainvisual_catch .c-highlight {
        font-size: 40px; } }
  @media print, screen and (min-width: 701px) and (max-width: 950px) {
    .topMainvisual_catch {
      font-size: 30px;
      font-size: clamp(25px, 3.125vw, 40px);
      padding: 12px 8px; }
      .topMainvisual_catch .c-highlight {
        font-size: 35px; } }
  @media print, screen and (min-width: 951px) {
    .topMainvisual_catch {
      font-size: 40px;
      font-size: clamp(43px, 3.35938vw, 56px);
      padding: 10px 6px; }
      .topMainvisual_catch .c-highlight {
        font-size: 53px; } }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_catch:nth-child(1) {
      top: 25px;
      right: 20px; } }
  @media print, screen and (min-width: 701px) and (max-width: 950px) {
    .topMainvisual_catch:nth-child(1) {
      top: 25px;
      right: 20px; } }
  @media print, screen and (min-width: 951px) {
    .topMainvisual_catch:nth-child(1) {
      top: 70px;
      right: 40px; } }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_catch:nth-child(2) {
      top: 63px;
      right: 75px;
      padding: 10px 6px 5px; } }
  @media print, screen and (min-width: 701px) and (max-width: 950px) {
    .topMainvisual_catch:nth-child(2) {
      top: 63px;
      right: 75px; } }
  @media print, screen and (min-width: 951px) {
    .topMainvisual_catch:nth-child(2) {
      top: 137px;
      right: 116px;
      padding: 12px 8px;
      letter-spacing: 0.05em; } }

.topMainvisual_package {
  position: absolute; }
  @media print, screen and (max-width: 700px) {
    .topMainvisual_package {
      width: 48.76712%;
      left: 2px;
      bottom: -11px; } }
  @media print, screen and (min-width: 701px) and (max-width: 950px) {
    .topMainvisual_package {
      width: 31.25%;
      left: 48px;
      bottom: -40px;
      margin: auto; } }
  @media print, screen and (min-width: 951px) {
    .topMainvisual_package {
      width: 27.26562%;
      left: 48px;
      bottom: -40px;
      margin: auto; } }
  .topMainvisual_package img {
    width: 100%; }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead {
    margin-top: 120px;
    margin-bottom: 40px; } }

@media print, screen and (min-width: 1025px) {
  .topLead {
    margin-top: 183px;
    margin-bottom: 51px; } }

.topLead_text {
  text-align: center;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topLead_text {
      font-size: 24px;
      line-height: 1.71;
      letter-spacing: 0;
      /* &:nth-child(2){
		} */ } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topLead_text {
      font-size: 34px;
      line-height: 2.4;
      letter-spacing: -0.01em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .topLead_text:nth-child(2) {
        font-size: 44px;
        line-height: 1.55;
        letter-spacing: 0.03em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-top: 5px; } }

.topLead_image {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topLead_image {
      width: 36px;
      margin: 0px 8px 0 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topLead_image {
      width: 60px;
      margin: 0 8px 0px 8px;
      position: relative;
      top: -7px; } }
  .topLead_image img {
    width: 100%; }

/*
	topPoint
------------------------------------*/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint {
    max-width: 1062px;
    margin: 0 auto;
    background-image: url(../images/top/bg_point_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-padding-right: 21px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_package {
    width: 93.6vw;
    margin: 32px auto 0;
    /* margin-left: 100 / 365 * 100%; */
    position: relative;
    left: 1px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_package {
    width: 615px;
    margin-right: 29px;
    margin-top: 61px; } }

.topPoint_package img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_list {
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_list {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.topPoint_listNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode {
      max-width: 358px;
      height: 358px;
      margin: auto;
      background-image: url(../images/top/bg_point_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode {
      width: 358px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode:nth-child(2) {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode:nth-child(2) {
      margin-top: 59px;
      margin-right: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode:nth-child(2) .topPoint_listNode_text {
      margin-top: 33px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode:nth-child(2) .topPoint_listNode_Image {
      margin-top: 6px; } }

.topPoint_listNode_index {
  border-radius: 48px;
  background-color: rgba(195, 140, 0, 0.3);
  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; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_index {
      width: 66px;
      height: 66px;
      margin-top: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_index {
      width: 96px;
      height: 96px; } }

.topPoint_listNode_indexInner {
  border-radius: 41px;
  background-color: #C38C00;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_indexInner {
      width: 54px;
      height: 54px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_indexInner {
      width: 82px;
      height: 82px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_indexInner {
      padding-left: 2px;
      padding-top: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_indexInner {
      padding-left: 4px;
      padding-top: 8px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .safari .topPoint_listNode_indexInner {
      padding-left: 0;
      padding-top: 0;
      padding-right: 2px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .safari .topPoint_listNode_indexInner {
      padding-left: 0;
      padding-top: 5px; } }

.topPoint_listNode_indexText {
  color: #fff;
  letter-spacing: 0.02em;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_indexText {
      font-size: 13px;
      margin-right: -4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_indexText {
      font-size: 18px; } }

.topPoint_listNode_indexNumber {
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_indexNumber {
      font-size: 19px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_indexNumber {
      font-size: 28px; } }

.topPoint_listNode_text {
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_listNode_text {
      font-size: 22px;
      line-height: 1.45;
      letter-spacing: 0.1em;
      width: 268px;
      text-align: center;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_listNode_text {
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
      font-size: 30px;
      line-height: 1.37;
      margin-top: 26px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_listNode_Image {
    width: 172px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_listNode_Image {
    width: 180px;
    margin-top: -10px; } }

.topPoint_listNode_Image img {
  width: 100%; }

/*  モーダル */
.topPoint_popup {
  position: fixed;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: 25px;
  bottom: 33px;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_popup {
      cursor: pointer; } }
  .topPoint_popup.is-shown {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.topPoint_popupText {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #3B7E0A;
  font-weight: 600;
  margin: auto;
  margin-bottom: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_popupText {
      font-size: 12px;
      letter-spacing: 0.14em; } }

.topPoint_popupArrow {
  width: 26px;
  height: 31px;
  position: relative;
  margin-bottom: 10px; }

.topPoint_popupArrow_bar {
  width: 1px;
  height: 21px;
  background-color: #3B7E0A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (hover: hover) {
    .topPoint_popup:hover .topPoint_popupArrow_bar {
      height: 26px; } }

.topPoint_popupArrow_svg {
  width: 24px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (hover: hover) {
    .topPoint_popup:hover .topPoint_popupArrow_svg {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }
  .topPoint_popupArrow_svg svg {
    width: 100%;
    height: 100%;
    fill: #3B7E0A; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_popupImage {
    width: 36px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_popupImage {
    width: 68px; } }

.topPoint_popupImage img {
  width: 100%; }

.topPoint_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 23, 23, 0.75);
  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;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10; }
  .topPoint_modal.is-open {
    opacity: 1;
    visibility: visible; }

.topPoint_modalBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer; }

.topPoint_modalInner {
  background-color: #F7F4EA;
  position: relative;
  border-radius: 30px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_modalInner {
      padding: 50px 25px 40px;
      max-width: 330px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_modalInner {
      max-width: 830px;
      padding: 70px;
      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; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topPoint_modalImage {
    width: 158px;
    margin: auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_modalImage {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.topPoint_modalImage img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topPoint_modalInfo {
    margin-left: 50px; } }

.topPoint_modalInfo_title {
  color: #9F000C;
  text-align: center;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_modalInfo_title {
      font-size: 22px;
      letter-spacing: 0.1em;
      margin-top: 35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_modalInfo_title {
      font-size: 40px;
      letter-spacing: 0.08em; } }

.topPoint_modalInfo_text {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topPoint_modalInfo_text {
      font-size: 14px;
      margin-top: 21px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topPoint_modalInfo_text {
      font-size: 16px;
      margin-top: 35px; } }

.topPoint_modalClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .topPoint_modalClose::before, .topPoint_modalClose::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1D1717;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px; }
  .topPoint_modalClose::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (hover: hover) {
    .topPoint_modalClose:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

/*
	topHowto
------------------------------------*/
.topHowto {
  background-color: #F7F4EA;
  border-radius: 30px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto {
      width: calc(100% - 20px);
      margin: 70px auto 0;
      padding-top: 65px;
      padding-bottom: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto {
      width: calc(100% - 40px);
      margin: 90px auto 0;
      padding-top: 100px;
      padding-bottom: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.topHowto_textHead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textHead {
      margin: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textHead {
      margin-left: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textHead::before {
      width: 1px;
      height: 83px;
      right: 37px;
      top: -95px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textHead::before {
      width: 1px;
      height: 140px;
      right: 11px;
      top: -160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textHead_subtitle {
    font-size: 20px;
    letter-spacing: 0.05em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textHead_subtitle {
    font-size: 26px;
    letter-spacing: 0.08em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textHead_title {
    font-size: 36px;
    letter-spacing: 0.08em;
    margin-right: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textHead_title {
    font-size: 48px;
    letter-spacing: 0.01em;
    margin-right: 13px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textHead_lead {
    margin-right: 33px;
    letter-spacing: 0.1em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textHead_lead {
    margin-right: 70px;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.25em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textList {
    border-top: 1px solid #D1CBB9;
    border-bottom: 1px solid #D1CBB9;
    width: calc(100% - 40px);
    margin: 30px auto 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-right: 1px solid #D1CBB9;
    border-left: 1px solid #D1CBB9;
    margin-right: 70px;
    margin-left: 15px; } }

@media print, screen and (max-width: 1023px) {
  .topHowto_textList_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0; } }

@media print, screen and (min-width: 1024px) and (max-width: 1125px) {
  .topHowto_textList_node {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 1126px) {
  .topHowto_textList_node {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textList_node + .topHowto_textList_node {
    border-top: 1px solid #D1CBB9; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textList_node + .topHowto_textList_node {
    border-right: 1px solid #D1CBB9; } }

.topHowto_textList_nodeIndex {
  color: #C38C00;
  font-family: "Lora", serif;
  letter-spacing: .02em;
  font-weight: 600;
  font-style: italic; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textList_nodeIndex {
      font-size: 15px;
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textList_nodeIndex {
      font-size: 20px;
      text-align: center; } }

.topHowto_textList_nodeText {
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textList_nodeText {
      font-size: 20px;
      line-height: 1.4;
      margin-left: 10px;
      letter-spacing: 0.1em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textList_nodeText {
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 24px;
      line-height: 1.45;
      margin-top: 30px; }
      .topHowto_textList_nodeText .vertical_comma {
        display: inline-block;
        -webkit-transform: translate(10px, -15px);
        -ms-transform: translate(10px, -15px);
        transform: translate(10px, -15px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_textNode_wrapper {
    padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_textNode_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; } }

.topHowto_textNode {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textNode {
      font-size: 10px;
      margin-top: 18px;
      margin-left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textNode {
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 12px;
      text-align: unset; } }
  .topHowto_textNode::before {
    content: "※";
    display: block;
    position: absolute; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topHowto_textNode::before {
        top: 0;
        left: -12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topHowto_textNode::before {
        top: -16px;
        right: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_textNode + .topHowto_textNode {
      margin-top: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_textNode + .topHowto_textNode {
      margin-right: 6px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_movie {
    margin-top: 40px;
    padding: 0 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topHowto_movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 70px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topHowto_movie .c-youtube + .c-youtube {
    margin-top: 27px; } }

.topHowto_button {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topHowto_button {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topHowto_button {
      margin-top: 60px; } }

/*
	topProduct
------------------------------------*/
.topProduct {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct {
      padding-right: 58px;
      width: calc(100% - 40px);
      max-width: 1500px;
      margin: 194px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_textHead {
    margin: 57px auto 0 0;
    text-align: left;
    padding: 0 35px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_textHead {
    margin-left: 0;
    letter-spacing: 0.01em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_textHead::before {
    width: 24px;
    height: 1px;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_textHead::before {
    width: 1px;
    height: 100px;
    right: 24px;
    top: -119px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_textHead_title {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: 0.02em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_textHead_title .c-highlight {
    color: #1D1717; } }

.topProduct_box, .manga-productBox {
  background-color: #f7f4ea;
  position: relative;
  border-radius: 30px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_box, .manga-productBox {
      width: calc(100% - 20px);
      margin: 0 auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_box, .manga-productBox {
      width: 100%;
      padding: 30px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_boxAkakan {
    padding: 40px 21px 30px 21px;
    margin-top: 22.93333vw;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 1024px) and (max-width: 1289px) {
  .topProduct_boxAkakan {
    max-width: calc(100% - 119px);
    margin-right: 50px;
    margin-bottom: 120px;
    margin-left: 19px; } }

@media print, screen and (min-width: 1290px) {
  .topProduct_boxAkakan {
    margin-right: 50px;
    margin-bottom: 120px;
    margin-left: 19px;
    max-width: 1000px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_boxKi {
    margin-top: 25.06667vw;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 20px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_boxKi {
    margin-right: 12px;
    margin-left: 70px;
    max-width: 1039px; } }

.topProduct_box_title {
  text-align: center;
  color: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_box_title {
      font-size: 15px;
      line-height: 1.27;
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_box_title {
      font-size: 22px;
      line-height: 1.27;
      letter-spacing: -0.01em; } }

.topProduct_boxAkakan_title {
  background-color: #9f000c;
  border: solid 5px #f0e6d6;
  border-radius: 26px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_boxAkakan_title {
      padding: 3px 10px 5px;
      top: -18.5px;
      left: 63.7%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_boxAkakan_title {
      padding: 7px 20px 8px;
      border-radius: 26px;
      border: solid 5px #f0e6d6;
      left: calc(50% + 93px);
      top: -57px; } }

.topProduct_boxKi_title {
  background-color: #c38c00;
  border: solid 5px #f0e6d6;
  border-radius: 26px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_boxKi_title {
      padding: 3px 10px 5px;
      top: -18.5px;
      left: 63.7%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_boxKi_title {
      padding: 7px 20px 8px;
      border-radius: 26px;
      left: calc(50% - 70px);
      top: -53px;
      letter-spacing: -0.05em; } }

.topProduct_lead {
  text-align: center;
  color: #1d1717;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media print, screen and (max-width: 767px) {
    .topProduct_lead {
      padding-left: 25.6vw;
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.02em;
      min-height: 28.8vw; } }
  @media print, screen and (min-width: 768px) and (max-width: 1023px) {
    .topProduct_lead {
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.02em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_lead {
      font-size: 26px;
      line-height: 1.39;
      letter-spacing: 0.01em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_textWrap {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .topProduct_boxAkakan .topProduct_textWrap {
    padding-left: 26.5625vw;
    padding-right: 7.22656vw; } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .topProduct_boxAkakan .topProduct_textWrap {
    padding-top: 44px;
    padding-left: 21.02009vw;
    padding-right: 5.7187vw; } }

@media print, screen and (min-width: 1295px) {
  .topProduct_boxAkakan .topProduct_textWrap {
    padding-top: 44px;
    padding-left: 272px;
    padding-right: 74px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topProduct_boxKi .topProduct_textWrap {
    padding-left: 26.5625vw;
    padding-right: 7.22656vw; } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .topProduct_boxKi .topProduct_textWrap {
    padding-left: 8.73261vw;
    padding-right: 20.09274vw;
    padding-top: 47px; } }

@media print, screen and (min-width: 1295px) {
  .topProduct_boxKi .topProduct_textWrap {
    padding-top: 47px;
    padding-left: 113px;
    padding-right: 260px; } }

.topProduct_package {
  position: absolute;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .topProduct_package {
      width: 25.5vw;
      left: 4vw;
      top: -6.66667vw; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_package {
      width: 21.48438vw;
      top: -9.76562vw;
      left: 1.07422vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_package {
      width: 17.00155vw;
      top: -7.72798vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_package {
      max-width: 220px;
      top: -100px; } }
  .topProduct_package > img {
    width: 100%; }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .topProduct_packageAkakan {
    left: 1.5456vw; } }

@media print, screen and (min-width: 1295px) {
  .topProduct_packageAkakan {
    left: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_packageKikan {
    /*  left: 11 / 375 * 100vw; */ } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .topProduct_packageKikan {
    right: 1.5456vw; } }

@media print, screen and (min-width: 1295px) {
  .topProduct_packageKikan {
    right: 10px; } }

.topProduct_packageKikan > img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .topProduct_boxAkakan .topProduct_imgDish {
    margin-top: 7.46667vw; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topProduct_boxAkakan .topProduct_imgDish {
    width: 100%;
    margin-top: 4.32767vw; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_boxAkakan .topProduct_imgDish {
    max-width: 594px;
    width: 100%;
    margin: 56px auto 37px; } }

@media print, screen and (max-width: 767px) {
  .topProduct_boxKi .topProduct_imgDish {
    margin-top: 7.2vw; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topProduct_boxKi .topProduct_imgDish {
    width: 100%;
    margin-top: 4.25039vw;
    margin-bottom: 2.85935vw; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_boxKi .topProduct_imgDish {
    max-width: 534px;
    width: 100%;
    margin: 55px auto 37px; } }

.topProduct_imgDish > img {
  width: 100%; }

.topProduct_imgComment {
  position: absolute; }
  .topProduct_imgComment > img {
    width: 100%; }
  @media print, screen and (max-width: 767px) {
    .topProduct_boxAkakan .topProduct_imgComment {
      right: -1.33333vw;
      top: -21.06667vw;
      width: 29.33333vw; } }
  @media print, screen and (min-width: 768px) and (max-width: 1023px) {
    .topProduct_boxAkakan .topProduct_imgComment {
      right: -0.97656vw;
      top: -15.42969vw;
      width: 21.48438vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_boxAkakan .topProduct_imgComment {
      right: -1.39104vw;
      width: 7.95981vw;
      top: -5.7187vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_boxAkakan .topProduct_imgComment {
      max-width: 103px;
      right: -18px;
      top: -74px; } }
  @media print, screen and (max-width: 767px) {
    .topProduct_boxKi .topProduct_imgComment {
      right: -1.06667vw;
      top: -20vw;
      width: 25.86667vw; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_boxKi .topProduct_imgComment {
      right: -0.78125vw;
      top: -14.64844vw;
      width: 18.94531vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_boxKi .topProduct_imgComment {
      max-width: 111px;
      left: 1.23648vw;
      width: 8.57805vw;
      top: -7.03246vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_boxKi .topProduct_imgComment {
      max-width: 111px;
      left: 16px;
      top: -91px; } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .topProduct_imgKiStick {
    width: 13.13756vw;
    position: absolute;
    left: -7.57342vw;
    top: -0.7728vw; } }

@media print, screen and (min-width: 1295px) {
  .topProduct_imgKiStick {
    width: 170px;
    position: absolute;
    left: -98px;
    top: -10px; } }

.topProduct_imgKiStick > img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topProduct_recommendWrap {
    text-align: center;
    margin-top: 16vw; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_recommendWrap {
    margin-top: 22px; } }

.topProduct_recommendWrap_title {
  text-align: center;
  color: #1d1717;
  position: relative;
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_recommendWrap_title {
      font-size: 17px;
      line-height: 1;
      letter-spacing: 2.52px; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_recommendWrap_title {
      font-size: 24px;
      line-height: 1.63;
      letter-spacing: 0.04em;
      padding-right: 19.55178vw;
      padding-left: 19.55178vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_recommendWrap_title {
      font-size: 24px;
      line-height: 1.63;
      letter-spacing: 0.04em;
      padding-right: 273px;
      padding-left: 273px; } }
  .topProduct_recommendWrap_title::before, .topProduct_recommendWrap_title::after {
    content: "";
    position: absolute;
    background-color: #9f000c; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topProduct_recommendWrap_title::before, .topProduct_recommendWrap_title::after {
        width: 13.33333vw;
        height: 1px;
        top: calc(50% + 2px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
      .topProduct_recommendWrap_title::before, .topProduct_recommendWrap_title::after {
        width: 19.55178vw;
        height: 1px;
        top: calc(50% + 2px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media print, screen and (min-width: 1295px) {
      .topProduct_recommendWrap_title::before, .topProduct_recommendWrap_title::after {
        width: 253px;
        height: 1px;
        top: calc(50% + 2px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_recommendWrap_title::before {
      left: -16vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_recommendWrap_title::before {
      left: -1.5456vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_recommendWrap_title::before {
      left: 0px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_recommendWrap_title::after {
      right: -16vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topProduct_recommendWrap_title::after {
      right: -1.5456vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_recommendWrap_title::after {
      right: 0px; } }

.topProduct_text {
  text-align: center;
  color: #1d1717;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topProduct_text {
      font-size: 15px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      margin-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_text {
      font-size: 18px;
      line-height: 1.8;
      letter-spacing: 0.03em;
      margin-top: 46px; } }
  .topProduct_text::before {
    position: absolute;
    content: "・・・";
    color: #3B7E0A;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topProduct_text::before {
        left: calc(50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -49px;
        letter-spacing: -0.55em;
        font-size: 22px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topProduct_text::before {
        left: calc(50% - 5px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 22px;
        top: -54px;
        letter-spacing: -0.55em; } }

@media print, screen and (max-width: 767px) {
  .topProduct_textList {
    text-align: center;
    margin: 31px auto 0; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topProduct_textList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.64062vw;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topProduct_textList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 34px auto 0 71px; } }

.topProduct_textList_node {
  position: relative;
  background-image: url(../images/top/product_image_7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_node {
      width: 180px;
      height: 93px;
      padding: 28px 6px 18px 11px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_node {
      width: 222px;
      height: 114px;
      padding: 38px 5px 33.4px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_node {
      width: 222px;
      height: 114px;
      padding: 38px 5px 33.4px 12px; } }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_node:nth-child(1) {
      margin: 0 auto;
      position: relative;
      left: -39px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_node:nth-child(1) {
      margin-top: 61px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_node:nth-child(1) {
      margin-top: 61px; } }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_node:nth-child(2) {
      margin: 9px auto 0;
      position: relative;
      left: 56px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_node:nth-child(2) {
      margin: 0 4px 0px 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_node:nth-child(2) {
      margin: 0 4px 0px 8px; } }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_node:nth-child(3) {
      margin: 9px auto 0;
      position: relative;
      left: -15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_node:nth-child(3) {
      margin-top: 65px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_node:nth-child(3) {
      margin-top: 65px; } }

.topProduct_textList_nodeIndex {
  text-align: center;
  color: #fff;
  font-family: "Lora", serif;
  letter-spacing: .02em;
  font-weight: 600;
  font-style: italic;
  background-color: #a37500;
  border-radius: 50%;
  position: absolute;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_nodeIndex {
      font-size: 18px;
      letter-spacing: 0.02em;
      left: -9px;
      top: 14px;
      padding: 6px 10px 6px;
      width: 30px;
      height: 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_nodeIndex {
      width: 30px;
      height: 30px;
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 6px 10px 6px;
      left: 29px;
      top: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_nodeIndex {
      width: 30px;
      height: 30px;
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 6px 10px 6px;
      left: 29px;
      top: 0; } }

.topProduct_textList_nodeText {
  font-weight: 600;
  text-align: center;
  color: #1d1717;
  letter-spacing: 0.05em; }
  @media print, screen and (max-width: 767px) {
    .topProduct_textList_nodeText {
      font-size: 15px;
      line-height: 1.49;
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_textList_nodeText {
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: 0.05em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_textList_nodeText {
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: 0.05em; } }

.topProduct_bannerArea {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .topProduct_bannerArea {
      margin-top: 25.33333vw; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_bannerArea {
      margin-top: 13.67188vw; } }
  @media print, screen and (min-width: 1025px) and (max-width: 1294px) {
    .topProduct_bannerArea {
      margin-top: 5.40958vw; } }
  @media print, screen and (min-width: 1295px) {
    .topProduct_bannerArea {
      margin: 30px auto 0; } }

.topProduct_banner > img {
  width: 100%; }

@media (hover: hover) {
  .topProduct_banner:hover {
    opacity: .5; } }

.topProduct_imgComment_banner {
  position: absolute;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .topProduct_imgComment_banner {
      width: 51.2vw;
      right: -4vw;
      top: -21.33333vw;
      max-width: 192px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topProduct_imgComment_banner {
      width: 37.5vw;
      right: -2.92969vw;
      top: -16.60156vw;
      max-width: 192px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topProduct_imgComment_banner {
      width: 194px;
      right: 16px;
      top: -70px; } }
  .topProduct_imgComment_banner > img {
    width: 100%; }

/*
	topOutdoor
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topOutdoor {
    margin-top: 60px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topOutdoor {
    margin-top: 120px; } }

.topOutdoor_link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: block;
  background-color: #f7f4ea;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_link {
      width: calc(100% - 20px);
      border-radius: 30px;
      margin: auto;
      padding: 0 0 56px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_link {
      width: calc(100% - 40px);
      max-width: 1500px;
      margin: auto;
      border-radius: 30px;
      padding: 60px 46px; } }
  .topOutdoor_link::before {
    position: absolute;
    content: ""; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topOutdoor_link::before {
        top: 32.26667vw;
        width: 85.86667vw;
        height: 14.93333vw;
        left: calc(50% + 2px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../images/top/outdoor_bg_top_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topOutdoor_link::before {
        top: 71px;
        width: calc(100% - 100px);
        height: 645px;
        left: calc(50% + 13px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../images/top/outdoor_bg_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_link::after {
      position: absolute;
      content: "";
      bottom: 38.66667vw;
      width: 82.66667vw;
      height: 11.2vw;
      left: calc(50% + 2px);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url(../images/top/outdoor_bg_bottom_sp.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }

.topOutdoor_text {
  color: #1D1717;
  text-align: center;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_text {
      margin-top: 38px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_text {
      margin-left: 0; } }
  .topOutdoor_text::before {
    content: none; }
  .topOutdoor_text .c-sectionText_subTitle {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topOutdoor_text .c-sectionText_subTitle {
        width: 206px;
        top: 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topOutdoor_text .c-sectionText_subTitle {
        width: 270px;
        top: 0; } }
    .topOutdoor_text .c-sectionText_subTitle > img {
      width: 100%; }
  .topOutdoor_text .c-sectionText_title {
    position: relative;
    display: inline-block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .topOutdoor_text .c-sectionText_title {
        font-size: 30px;
        margin-top: 11px;
        letter-spacing: 0.01em; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topOutdoor_text .c-sectionText_title {
        font-size: 48px;
        letter-spacing: 0.01em;
        margin-top: 17px; } }
    .topOutdoor_text .c-sectionText_title::before, .topOutdoor_text .c-sectionText_title::after {
      content: "";
      position: absolute;
      background-color: #9f000c; }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
        .topOutdoor_text .c-sectionText_title::before, .topOutdoor_text .c-sectionText_title::after {
          width: 80px;
          height: 1px;
          top: calc(50% + 2px);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topOutdoor_text .c-sectionText_title::before {
        left: -100px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .topOutdoor_text .c-sectionText_title::after {
        right: -100px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_text .c-sectionText_lead {
      margin-top: 20px;
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_text .c-sectionText_lead {
      margin-top: 26px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topOutdoor_list {
    margin-top: 22.4vw;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topOutdoor_list {
    margin: 55px auto 0;
    padding-right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.topOutdoor_list_node {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(1) {
      margin-left: 24vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_list_node:nth-child(1) {
      margin-top: 130px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(2) {
      margin-top: 9.86667vw;
      margin-left: 5.33333vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_list_node:nth-child(2) {
      margin-left: 41px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(3) {
      margin-left: 29.33333vw;
      margin-top: 8vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_list_node:nth-child(3) {
      margin-left: 51px;
      margin-top: 131px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(4) {
      margin-left: 20.53333vw;
      margin-top: 22.13333vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_list_node:nth-child(4) {
      margin-left: 48px;
      margin-top: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topOutdoor_list_nodeImage {
    width: 57.33333vw; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topOutdoor_list_nodeImage {
    max-width: 234px; } }

.topOutdoor_list_nodeImage > img {
  width: 100%; }

.topOutdoor_list_nodeComment {
  position: absolute; }
  .topOutdoor_list_nodeComment > img {
    width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(1) .topOutdoor_list_nodeComment {
      top: -15.73333vw;
      left: -18.66667vw;
      width: 45.6vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topOutdoor_list_node:nth-child(1) .topOutdoor_list_nodeComment {
      top: -7.57342vw;
      left: -0.07728vw;
      max-width: 13.21484vw; } }
  @media print, screen and (min-width: 1295px) {
    .topOutdoor_list_node:nth-child(1) .topOutdoor_list_nodeComment {
      top: -98px;
      left: -1px;
      max-width: 171px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(2) .topOutdoor_list_nodeComment {
      width: 30.13333vw;
      top: -1.86667vw;
      right: 9.33333vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topOutdoor_list_node:nth-child(2) .topOutdoor_list_nodeComment {
      bottom: -3.94127vw;
      left: 1.1592vw;
      max-width: 8.96445vw; } }
  @media print, screen and (min-width: 1295px) {
    .topOutdoor_list_node:nth-child(2) .topOutdoor_list_nodeComment {
      bottom: -51px;
      left: 15px;
      max-width: 116px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(3) .topOutdoor_list_nodeComment {
      width: 21.6vw;
      top: 6.66667vw;
      left: -17.33333vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topOutdoor_list_node:nth-child(3) .topOutdoor_list_nodeComment {
      top: -6.72334vw;
      left: 0px;
      max-width: 10.20093vw; } }
  @media print, screen and (min-width: 1295px) {
    .topOutdoor_list_node:nth-child(3) .topOutdoor_list_nodeComment {
      top: -87px;
      left: 0px;
      max-width: 132px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_list_node:nth-child(4) .topOutdoor_list_nodeComment {
      width: 58.66667vw;
      top: -11.73333vw;
      left: -16.8vw; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .topOutdoor_list_node:nth-child(4) .topOutdoor_list_nodeComment {
      top: -3.86399vw;
      left: -8.26893vw;
      max-width: 17.07883vw; } }
  @media print, screen and (min-width: 1295px) {
    .topOutdoor_list_node:nth-child(4) .topOutdoor_list_nodeComment {
      top: -50px;
      left: -107px;
      max-width: 221px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .topOutdoor_button {
    margin: 109px auto 0;
    display: block; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .topOutdoor_button {
    margin: 50px auto 0;
    display: block; } }

.topOutdoor_button .c-buttonArrow_text {
  text-align: right; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topOutdoor_button .c-buttonArrow_text {
      line-height: 1.4;
      font-size: 18px;
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topOutdoor_button .c-buttonArrow_text {
      line-height: 1.27; } }

/* 20240612 */
.topProduct_spiceCurry {
  margin-top: 65px; }
  .topProduct_spiceCurry_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 15px auto 0; }
  .topProduct_spiceCurry_img img {
    max-width: 100%; }
  .topProduct_spiceCurry_text {
    max-width: 330px;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    padding-top: 8px;
    letter-spacing: 0; }
  .topProduct_spiceCurry_link {
    max-width: 895px;
    margin: -15px auto 0; }
    .topProduct_spiceCurry_link .c-leadButton, .topProduct_spiceCurry_link .manga-singleSidebar_more {
      margin: 0 0 0 auto;
      background-color: #C38C00; }
  @media print, screen and (max-width: 1024px) {
    .topProduct_spiceCurry .topProduct_recommendWrap_title::before, .topProduct_spiceCurry .topProduct_recommendWrap_title::after {
      width: 4vw; }
    .topProduct_spiceCurry .topProduct_recommendWrap_title::before {
      left: -6vw; }
    .topProduct_spiceCurry .topProduct_recommendWrap_title::after {
      right: -6vw; }
    .topProduct_spiceCurry_box {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .topProduct_spiceCurry_text {
      max-width: 70vw;
      font-size: 15px;
      line-height: 1.5;
      text-align: center;
      margin: 0 auto 15px; }
    .topProduct_spiceCurry_link, .topProduct_spiceCurry_link .c-leadButton, .topProduct_spiceCurry_link .manga-singleSidebar_more {
      margin: 20px auto 0; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
    .topProduct_spiceCurry_link .c-leadButton:hover, .topProduct_spiceCurry_link .manga-singleSidebar_more:hover {
      background-color: #1D1717; } }

/*
	topBanner_manga
------------------------------------*/
.topBanner_manga {
  max-width: 980px;
  border-radius: 20px;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .topBanner_manga {
      width: calc(100% - 60px);
      margin: 60px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .topBanner_manga {
      width: calc(100% - 80px);
      margin: 80px auto 0; } }
  @media (hover: hover) {
    .topBanner_manga:hover img {
      scale: 1.07; } }
  .topBanner_manga img {
    width: 100%;
    -webkit-transition: scale .2s;
    -o-transition: scale .2s;
    transition: scale .2s; }

.c-sectionText {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText {
      padding: 0 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText {
      margin-left: 160px; } }
  .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
    content: "";
    display: block;
    height: 1px;
    border-radius: 1px;
    background-color: #9F000C;
    position: absolute; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
        width: 24px;
        left: 0;
        top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-sectionText::before, .manga-productTitle::before, .manga-singleIndex_title::before {
        width: 140px;
        left: -160px;
        top: 26px; } }

.c-sectionText_subtitle {
  letter-spacing: 0.1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText_subtitle {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText_subtitle {
      font-size: 22px; } }

.c-sectionText_title {
  letter-spacing: 0.1em;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionText_title {
      font-size: 34px;
      line-height: 1.23; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionText_title {
      font-size: 50px; } }

.c-sectionText_lead {
  letter-spacing: 0.08em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 14px; }

.c-buttonArrow {
  display: inline-block; }

.c-buttonArrow_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-buttonArrow_text {
  letter-spacing: 0.08em;
  color: #3B7E0A;
  position: relative;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_text {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_text {
      font-size: 22px; } }
  @media (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_text {
      color: #1D1717; } }

.c-buttonArrow_icon {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_icon {
      margin-left: 8px;
      width: 62px;
      height: 52px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_icon {
      margin-left: 10px;
      width: 83px;
      height: 79px; } }

.c-buttonArrow_iconBar {
  background-color: #3B7E0A;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: width .16s;
  -o-transition: width .16s;
  transition: width .16s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_iconBar {
      width: 39px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_iconBar {
      width: 50px; } }
  @media (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_iconBar {
      background-color: #1D1717;
      width: 60px; } }

.c-buttonArrow_iconSvg {
  fill: #3B7E0A;
  -webkit-transition: -webkit-transform .22s;
  transition: -webkit-transform .22s;
  -o-transition: transform .22s;
  transition: transform .22s;
  transition: transform .22s, -webkit-transform .22s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-buttonArrow_iconSvg {
      width: 47px;
      height: 51px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-buttonArrow_iconSvg {
      width: 71px;
      height: 79px; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
    .c-buttonArrow_link:hover .c-buttonArrow_iconSvg {
      fill: #1D1717;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }

.c-lead {
  width: calc(100% - 80px);
  margin: auto;
  border-top: 1px solid #D1CBB9; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-lead {
      padding-top: 60px;
      width: calc(100% - 30px);
      margin: 60px auto 0;
      /* background: {
        image: url(../images/common/footer_lead_text_sp.png);
        size: contain;
        repeat: no-repeat;
        position: right top;
      } */ } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-lead {
      padding-top: 55px;
      margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-leadInner {
    max-width: 1090px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: {
        image: url(../images/common/footer_lead_text.png);
        size: contain;
        repeat: no-repeat;
        position: center;
      }; */ } }

.c-leadItem {
  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; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadItem + .c-leadItem {
      margin-top: 19px; } }
  @media print, screen and (min-width: 1024px) and (max-width: 1294px) {
    .c-leadItem + .c-leadItem {
      margin-left: 3.09119vw; } }
  @media print, screen and (min-width: 1295px) {
    .c-leadItem + .c-leadItem {
      margin-left: 45px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-leadPackage {
    width: 34.66667vw;
    position: relative;
    left: -0.8vw;
    top: 2.4vw; } }

@media print, screen and (min-width: 1024px) and (max-width: 1294px) {
  .c-leadPackage {
    width: 17.5425vw;
    margin-right: 0.85008vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 210px; } }

@media print, screen and (min-width: 1295px) {
  .c-leadPackage {
    width: 227px;
    margin-right: 11px;
    -ms-flex-item-align: start;
    align-self: flex-start; } }

.c-leadPackage img {
  width: 100%; }

.c-leadTitle {
  text-align: center;
  color: #1d1717; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadTitle {
      /* width: 276px; */
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadTitle {
      /* width: 325px; */
      font-size: 28px;
      line-height: 1.29;
      letter-spacing: -.07em; } }
  .c-leadTitle .c-leadTitle_En {
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    font-family: "Lora", serif;
    font-style: italic;
    display: block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-leadTitle .c-leadTitle_En {
        font-size: 11px;
        line-height: 3;
        margin-bottom: 2px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-leadTitle .c-leadTitle_En {
        font-size: 14px;
        line-height: 2.36; } }
  .c-leadTitle .c-leadTitle_EnRed {
    color: #9F000C; }
  .c-leadTitle .c-leadTitle_EnYellow {
    color: #C38C00; }
  .c-leadTitle img {
    width: 100%; }

.c-leadWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadWrapper {
      margin-right: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadWrapper {
      padding-bottom: 41px; } }

.c-leadButton, .manga-singleSidebar_more {
  border-radius: 8px;
  background-color: #3B7E0A; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-leadButton, .manga-singleSidebar_more {
      margin-top: 23px;
      width: 180px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-leadButton, .manga-singleSidebar_more {
      width: 230px;
      height: 50px;
      margin-top: 24px;
      color: #fff; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
    .c-leadButton:hover, .manga-singleSidebar_more:hover {
      background-color: #1D1717; } }
  .c-leadButton + .c-leadButton, .manga-singleSidebar_more + .c-leadButton, .c-leadButton + .manga-singleSidebar_more, .manga-singleSidebar_more + .manga-singleSidebar_more {
    margin-top: 8px; }
  .c-leadButton img, .manga-singleSidebar_more img {
    width: 100%; }

.c-leadButton_link, .manga-singleSidebar_moreLink {
  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: 100%;
  color: #fff; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-leadButton_linkText {
    font-size: 14px;
    letter-spacing: 0.08em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-leadButton_linkText {
    font-size: 16px;
    letter-spacing: 0.08em; } }

.c-leadButton_linkText_svg {
  fill: #fff;
  margin-left: 10px;
  margin-top: 2px; }
  .c-leadButton_linkText_svg.buy {
    width: 12px;
    height: 16px; }
  .c-leadButton_linkText_svg.blank {
    width: 12px;
    height: 12px; }

.c-recipeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-recipeList_node {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_node {
      border-radius: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_node {
      border-radius: 15px; } }
  .c-recipeList_node::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1D1717;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1; }
  @media (hover: hover) {
    .c-recipeList_node:hover::before {
      opacity: .15; } }
  .c-recipeList_node::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    pointer-events: none; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-recipeList_node::after {
        height: 110px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-recipeList_node::after {
        height: 180px; } }

.c-recipeList_nodeImage {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  pointer-events: none; }
  @media (hover: hover) {
    .c-recipeList_node:hover .c-recipeList_nodeImage {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }
  .c-recipeList_nodeImage img {
    width: 100%; }

.c-recipeList_nodeInfo {
  color: #fff;
  position: absolute;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeInfo {
      width: calc(100% - 20px);
      left: 10px;
      bottom: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeInfo {
      width: calc(100% - 40px);
      left: 20px;
      bottom: 20px; } }

.c-recipeList_nodeTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTags {
      display: none; } }

.c-recipeList_nodeTags_data {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTags_data {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeTags_data {
      font-size: 12px; } }

.c-recipeList_nodeTitle {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeList_nodeTitle {
      font-size: 14px;
      margin-top: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeTitle {
      font-size: 16px;
      width: calc(100% - 30px);
      max-width: 270px;
      margin-top: 9px; } }

.c-recipeList_nodeArrow {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: right .3s 0s, opacity .3s .1s;
  -o-transition: right .3s 0s, opacity .3s .1s;
  transition: right .3s 0s, opacity .3s .1s; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeList_nodeArrow {
      width: 23px;
      height: 23px;
      background-image: url(../images/recipe/recipe_arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; } }
  @media (hover: hover) {
    .c-recipeList_node:hover .c-recipeList_nodeArrow {
      right: 20px;
      opacity: 1; } }

[data-category_vegetable="off"] .c-recipeList_node {
  display: none; }

[data-category_vegetable="on"] .c-recipeList_node.category_vegetable {
  display: block; }

[data-category_meat="off"] .c-recipeList_node {
  display: none; }

[data-category_meat="on"] .c-recipeList_node.category_meat {
  display: block; }

[data-category_fish="off"] .c-recipeList_node {
  display: none; }

[data-category_fish="on"] .c-recipeList_node.category_fish {
  display: block; }

[data-category_rice="off"] .c-recipeList_node {
  display: none; }

[data-category_rice="on"] .c-recipeList_node.category_rice {
  display: block; }

[data-category_noodle="off"] .c-recipeList_node {
  display: none; }

[data-category_noodle="on"] .c-recipeList_node.category_noodle {
  display: block; }

[data-category_egg="off"] .c-recipeList_node {
  display: none; }

[data-category_egg="on"] .c-recipeList_node.category_egg {
  display: block; }

[data-category_fruit="off"] .c-recipeList_node {
  display: none; }

[data-category_fruit="on"] .c-recipeList_node.category_fruit {
  display: block; }

[data-category_milk="off"] .c-recipeList_node {
  display: none; }

[data-category_milk="on"] .c-recipeList_node.category_milk {
  display: block; }

[data-category_bean="off"] .c-recipeList_node {
  display: none; }

[data-category_bean="on"] .c-recipeList_node.category_bean {
  display: block; }

[data-category_other="off"] .c-recipeList_node {
  display: none; }

[data-category_other="on"] .c-recipeList_node.category_other {
  display: block; }

[data-volume="off"] .c-recipeList_node {
  display: none; }

[data-volume="on"] .c-recipeList_node.volume {
  display: block; }

[data-diet="off"] .c-recipeList_node {
  display: none; }

[data-diet="on"] .c-recipeList_node.diet {
  display: block; }

[data-easy="off"] .c-recipeList_node {
  display: none; }

[data-easy="on"] .c-recipeList_node.easy {
  display: block; }

[data-outdoor="off"] .c-recipeList_node {
  display: none; }

[data-outdoor="on"] .c-recipeList_node.outdoor {
  display: block; }

[data-vegetable="off"] .c-recipeList_node {
  display: none; }

[data-vegetable="on"] .c-recipeList_node.vegetable {
  display: block; }

[data-extra="off"] .c-recipeList_node {
  display: none; }

[data-extra="on"] .c-recipeList_node.extra {
  display: block; }

[data-surprise="off"] .c-recipeList_node {
  display: none; }

[data-surprise="on"] .c-recipeList_node.surprise {
  display: block; }

[data-microwave="off"] .c-recipeList_node {
  display: none; }

[data-microwave="on"] .c-recipeList_node.microwave {
  display: block; }

[data-stock="off"] .c-recipeList_node {
  display: none; }

[data-stock="on"] .c-recipeList_node.stock {
  display: block; }

[data-snack="off"] .c-recipeList_node {
  display: none; }

[data-snack="on"] .c-recipeList_node.snack {
  display: block; }

[data-bento="off"] .c-recipeList_node {
  display: none; }

[data-bento="on"] .c-recipeList_node.bento {
  display: block; }

[data-dressing="off"] .c-recipeList_node {
  display: none; }

[data-dressing="on"] .c-recipeList_node.dressing {
  display: block; }

[data-dessert="off"] .c-recipeList_node {
  display: none; }

[data-dessert="on"] .c-recipeList_node.dessert {
  display: block; }

[data-time1="off"] .c-recipeList_node {
  display: none; }

[data-time1="on"] .c-recipeList_node.time1 {
  display: block; }

[data-time2="off"] .c-recipeList_node {
  display: none; }

[data-time2="on"] .c-recipeList_node.time2 {
  display: block; }

[data-time3="off"] .c-recipeList_node {
  display: none; }

[data-time3="on"] .c-recipeList_node.time3 {
  display: block; }

.c-recipeList_node.not-and {
  display: none !important; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and1="on"] {
  display: none; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and2="on"] {
  display: block; }

.c-recipeList[data-and_number="2"] .c-recipeList_node[data-and1="off"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and1="on"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and2="on"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and3="on"] {
  display: block; }

[data-and_number="3"] .c-recipeList_node[data-and1="off"] {
  display: none; }

[data-and_number="3"] .c-recipeList_node[data-and2="off"] {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection {
    margin-top: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection {
    position: relative;
    margin-top: 150px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text {
    margin-top: -14px; }
    .c-recipeSection_text::before {
      top: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_text {
    margin-left: 200px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text .c-sectionText_title {
    font-size: 24px;
    letter-spacing: 0.1em; }
    .c-recipeSection_text .c-sectionText_title .c-highlight {
      font-size: 33px;
      white-space: nowrap; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_text .c-sectionText_lead {
    margin-top: 34px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_text .c-sectionText_lead {
    width: 598px;
    margin-top: 30px; } }

.c-recipeSection_text .dn-special {
  display: none; }
  @media print, screen and (min-width: 768px) and (max-width: 1110px) {
    .c-recipeSection_text .dn-special {
      display: block; } }

.c-recipeSection_button {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_button {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_button {
      margin-top: 60px; } }

.c-recipeSection_stamp {
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_stamp {
      width: 174px;
      height: 103px;
      margin-left: auto;
      margin-right: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_stamp {
      position: absolute;
      width: 235px;
      height: 138px;
      top: 70px;
      right: 100px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1110px) {
    .c-recipeSection_stamp {
      top: 0;
      right: 20px; } }

.c-recipeSection_stampSvg {
  width: 100%;
  height: 100%; }

.c-recipeSection_slider {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_slider {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_slider {
      width: 100%;
      margin-top: 50px; } }

.c-recipeSection_sliderFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-recipeSection_sliderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-recipeSection_sliderList .c-recipeList_node {
      width: 50.66667vw;
      max-width: 280rpx; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-recipeSection_sliderList .c-recipeList_node {
      width: 21.875vw; } }
  .c-recipeSection_sliderList .c-recipeList_nodeImage img {
    width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_sliderList_node {
    margin: 0 4px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_sliderList_node {
    margin: 0 5px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-recipeSection_sliderList_node.is-even {
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-recipeSection_sliderList_node.is-even {
    margin-top: 40px; } }

.c-recipeSection_sliderList_node .c-recipeList_nodeTitle {
  max-width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-wrapperInner {
    border-radius: 15px 0 15px 15px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-singleAuthor + .c-recipeSection {
    display: none; } }

.manga {
  /*
    topProduct上書き
  ------------------------------------*/
  /*
    Ticker箇所上書き
  ------------------------------------*/
  /*
    manga-productBox
  ------------------------------------*/ }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga .topProduct_textList {
      margin-top: 12px;
      margin-left: 22%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga .topProduct_imgKiStick {
      left: -38px;
      top: 45px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga .c-recipeSection {
      margin-top: 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga .c-recipeSection .c-sectionText {
      margin-left: 164px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga .c-recipeSection .c-sectionText::before, .manga .c-recipeSection .manga-productTitle::before, .manga .c-recipeSection .manga-singleIndex_title::before {
      left: -115px;
      top: 21px;
      width: 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga .c-recipeSection .c-sectionText_title {
      font-size: 36px;
      letter-spacing: 0.08em; } }
  .manga .c-recipeSection .c-sectionText_title .dn-special {
    display: none !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga .c-recipeSection .c-sectionText_lead {
      margin-top: 26px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga .c-recipeSection_text {
      margin-top: 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-product {
      margin: 60px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-product {
      width: calc(100% - 48px * 2);
      margin: 100px auto 0; } }
  .manga-productTitle {
    position: relative; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productTitle {
        margin-left: 120px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productTitle {
        margin-left: 44px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productTitle::before {
        width: 34px;
        left: -44px;
        top: 26px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productTitle::before {
        width: 100px;
        top: 34px;
        left: -120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-productTitle_inner {
      font-size: 27px;
      letter-spacing: 0em;
      line-height: 1.2;
      padding-right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-productTitle_inner {
      font-size: 36px;
      letter-spacing: 0.08em;
      line-height: 1.33; } }
  .manga-productTitle_inner em {
    font-style: normal;
    color: #9F000C; }
  .manga-productTitle_can {
    display: inline-block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productTitle_can {
        width: 50px;
        margin-bottom: -24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productTitle_can {
        width: 65px; } }
    .manga-productTitle_can img {
      width: 100%; }
  .manga-productBox {
    max-width: 1139px;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productBox {
        padding: 20px;
        margin-top: 28px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productBox {
        margin-top: 48px; } }
  .manga-productType_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1060px;
    margin: auto; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productType_list {
        gap: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px; } }
  .manga-productType_listNode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_listNode {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px; } }
  .manga-productType_listImg {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productType_listImg {
        width: 21.48438vw; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_listImg {
        width: 140px;
        margin: auto; } }
    @media print, screen and (max-width: 767px) {
      .manga-productType_listImg {
        width: 24.6vw; } }
    .manga-productType_listImg img {
      width: 100%; }
  .manga-productType_listInfo {
    margin: auto; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_listInfo {
        text-align: left; } }
  .manga-productType_listTitle {
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    color: #fff;
    border-radius: 25px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productType_listTitle {
        padding: 6px 12px;
        font-size: 15px;
        letter-spacing: -.06em; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_listTitle {
        padding: 10px 19px;
        font-size: 22px;
        letter-spacing: 0.1em; } }
    .manga-productType_listNode:nth-of-type(1) .manga-productType_listTitle {
      background-color: #9F000C; }
    .manga-productType_listNode:nth-of-type(2) .manga-productType_listTitle {
      background-color: #C38C00; }
  .manga-productType_listText {
    font-size: 20px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-productType_listText {
        margin-top: 15px;
        letter-spacing: 0em;
        line-height: 1.3; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-productType_listText {
        margin-top: 30px;
        letter-spacing: 0.1em;
        line-height: 1.5; } }

.manga {
  /*
    manga-archiveTitle
  ------------------------------------*/
  /*
  manga-archiveLead
  ------------------------------------*/
  /*
  .manga-archiveList
  ------------------------------------*/ }
  .manga-archiveTitle {
    max-width: 897px;
    margin: auto; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-archiveTitle {
        width: calc(100% - 40px);
        padding-top: 116px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-archiveTitle {
        padding-top: 124px; } }
    .manga-archiveTitle img {
      width: 100%; }
  .manga-archiveLead {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.72; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-archiveLead {
        padding: 0 30px;
        margin-top: 18px;
        letter-spacing: 0.08em; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-archiveLead {
        margin-top: 64px;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center; } }
  .manga-archiveList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-archiveList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        width: calc(100% - 40px);
        margin: 36px auto 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-archiveList {
        gap: 40px 20px;
        width: calc(100% - 48px * 2);
        margin: 80px auto 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-archiveList_node {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-archiveList_node {
      width: calc((100% - 20px) / 2); } }
  .manga-archiveList_thumb {
    width: 100%;
    aspect-ratio: 560 / 448;
    border: 2px solid #1D1717;
    border-radius: 15px;
    overflow: hidden; }
    .manga-archiveList_thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: scale .2s;
      -o-transition: scale .2s;
      transition: scale .2s;
      translate: 0 0 0; }
    @media (hover: hover) {
      .manga-archiveList_node:hover .manga-archiveList_thumb img {
        scale: 1.07; } }
  .manga-archiveList_title {
    letter-spacing: 0.08em;
    line-height: 1.75; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .manga-archiveList_title {
        margin-top: 13px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .manga-archiveList_title {
        margin-top: 18px;
        font-size: 16px;
        text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-single {
    padding-top: 96px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-single {
    padding-top: 168px; } }

.manga-singleTitle {
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleTitle {
      width: calc(100% - 40px);
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleTitle {
      width: calc(100% - 80px);
      font-size: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-singleContent {
    margin: 38px auto 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-singleContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13.3%;
    width: calc(100% - 80px);
    margin: 78px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-singleMain {
    width: calc(100% - 20px);
    margin: auto; } }

.manga-singleList_node {
  border-radius: 15px;
  overflow: hidden; }
  .manga-singleList_node img {
    width: 100%; }
  .manga-singleList_node + .manga-singleList_node {
    margin-top: 10px; }

.manga-singleSidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 248px;
  width: 21%; }

.manga-singleSidebar_title {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.27; }
  .manga-singleSidebar_title::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #9F000C; }

.manga-singleSidebar_list {
  margin-top: 28px; }
  .manga-singleSidebar_list .c-recipeList_node + .c-recipeList_node {
    margin-top: 20px; }

.manga-singleSidebar_more {
  width: 100%;
  background-color: #C38C00; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-singleIndex {
    margin: 58px auto 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-singleIndex {
    width: calc(100% - 80px);
    margin: 98px auto 0; } }

.manga-singleIndex_title {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleIndex_title {
      margin-left: 120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleIndex_title {
      margin-left: 44px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleIndex_title::before {
      width: 34px;
      left: -44px;
      top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleIndex_title::before {
      width: 100px;
      top: 26px;
      left: -120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-singleIndex_titleInner {
    font-size: 27px;
    letter-spacing: 0em;
    line-height: 1.2;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-singleIndex_titleInner {
    font-size: 36px;
    letter-spacing: 0.08em;
    line-height: 1.33; } }

.manga-singleIndex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleIndex_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
      width: calc(100% - 40px);
      margin: 28px auto 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleIndex_list {
      gap: 21px;
      margin-top: 48px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .manga-singleIndex_listNode {
    width: 100%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .manga-singleIndex_listNode {
    width: calc((100% - 42px) / 3); } }

.manga-singleIndex_listThumb {
  width: 100%;
  aspect-ratio: 366 / 293;
  border: 2px solid #1D1717;
  border-radius: 15px;
  overflow: hidden; }
  .manga-singleIndex_listThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: scale .2s;
    -o-transition: scale .2s;
    transition: scale .2s;
    translate: 0 0 0; }
  @media (hover: hover) {
    .manga-singleIndex_listNode:hover .manga-singleIndex_listThumb img {
      scale: 1.07; } }

.manga-singleIndex_listTitle {
  margin-top: 15px;
  letter-spacing: 0.08em;
  line-height: 1.75; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleIndex_listTitle {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleIndex_listTitle {
      font-size: 16px; } }

.manga-singleAuthor {
  margin-top: 40px;
  border-radius: 15px;
  background-color: #F7F4EA; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleAuthor {
      padding: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleAuthor {
      padding: 40px; } }

.manga-singleAuthor_name {
  letter-spacing: 0.03em;
  line-height: 1.44; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .manga-singleAuthor_name {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .manga-singleAuthor_name {
      font-size: 20px; } }

.manga-singleAuthor_desc {
  margin-top: 18px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6; }
