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

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

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

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

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

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

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

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

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*
ベースカラー
------------------------------------*/
/*=============================================

	ボタンパーツ

==============================================*/
.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-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  border: 1px solid #34281B;
  background-color: #34281B;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .c-button {
      font-size: 14px; } }
  @media print, screen and (min-width: 768px) {
    .c-button {
      max-width: 318px; } }
  @media print, screen and (min-width: 1025px) {
    .c-button:hover {
      opacity: .8;
      color: #34281B;
      background-color: #FFFFFF; } }

.ht {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.sectionTitle {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  text-align: center;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .sectionTitle {
      font-size: 20px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 768px) {
    .sectionTitle {
      font-size: 28px; } }

.secrionTitle_text {
  position: absolute;
  letter-spacing: 0.09em;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.secrionTitle_logo {
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .secrionTitle_logo {
      width: 43px;
      height: 126px; } }
  @media print, screen and (min-width: 768px) {
    .secrionTitle_logo {
      width: 54px;
      height: 158px; } }
  .secrionTitle_logo img {
    width: 100%; }

@-webkit-keyframes fuwaFromBottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fuwaFromBottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes conceptImageLeadHighlight {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes conceptImageLeadHighlight {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.c-reservationNote {
  font-size: 13px;
  margin-top: 5px; }
  @media print, screen and (max-width: 767px) {
    .c-reservationNote {
      letter-spacing: 0.01em; } }
  @media print, screen and (min-width: 768px) {
    .c-reservationNote {
      letter-spacing: 0.08em;
      text-align: center; } }

/*=============================================
 
	大見出し
 
==============================================*/
/*
中見出し
------------------------------------*/
/*  小見出し */
/*=============================================
 
	メインビジュアル
 
==============================================*/
.mainvisual {
  z-index: 1002;
  position: relative; }

.mainvisual_firstview {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media print, screen and (max-width: 767px) {
    .mainvisual_firstview {
      background-image: url(../images/fv_pattern_sp.png); } }
  @media print, screen and (min-width: 768px) {
    .mainvisual_firstview {
      background-image: url(../images/fv_pattern_pc.png); } }

.mainvisual_secondview {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #F8F7F2;
  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: 767px) {
  .mainvisual_secondview_svg {
    width: 102px;
    height: 103px; } }

@media print, screen and (min-width: 768px) {
  .mainvisual_secondview_svg {
    width: 126px;
    height: 127px; } }

.mainvisual_default {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .mainvisual_default:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15); }
  @media print, screen and (max-width: 767px) {
    .mainvisual_default {
      background-image: url(../images/mainvisual_sp.png); } }
  @media print, screen and (min-width: 768px) {
    .mainvisual_default {
      background-image: url(../images/mainvisual_pc.png); } }

.mainvisual_default_svg {
  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;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .mainvisual_default_svg {
      margin-top: -40px; } }

.mainvisualDefaultSvg_logo {
  fill: #FFFFFF; }
  @media print, screen and (max-width: 767px) {
    .mainvisualDefaultSvg_logo {
      width: 45px;
      height: 130px;
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    .mainvisualDefaultSvg_logo {
      width: 54px;
      height: 158px;
      margin-bottom: 18px; } }

@media print, screen and (max-width: 767px) {
  .mainvisualDefaultSvg_name {
    width: 90px;
    height: 46px; } }

@media print, screen and (min-width: 768px) {
  .mainvisualDefaultSvg_name {
    width: 110px;
    height: 56px; } }

.mainvisual_default_scrollGuide {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.scrollGuideLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 20px; }

.scrollGuideLink_svg {
  margin: 0 auto 10px; }
  @media print, screen and (max-width: 767px) {
    .scrollGuideLink_svg {
      width: 9px;
      height: 84px; } }
  @media print, screen and (min-width: 768px) {
    .scrollGuideLink_svg {
      width: 11px;
      height: 104px; } }

.scrollGuideLink_inner {
  width: 20px;
  height: 50px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.scrollGuideLink_bar {
  width: 1px;
  margin-right: -1px;
  opacity: 0;
  display: block;
  background-color: #FFFFFF;
  -webkit-animation: scroll_line 2000ms ease infinite;
  animation: scroll_line 2000ms ease infinite; }

@-webkit-keyframes scroll_line {
  0% {
    opacity: 0;
    height: 1px; }
  50% {
    opacity: 1;
    height: 50px; }
  100% {
    opacity: 0;
    height: 50px; } }

@keyframes scroll_line {
  0% {
    opacity: 0;
    height: 1px; }
  50% {
    opacity: 1;
    height: 50px; }
  100% {
    opacity: 0;
    height: 50px; } }

/*=============================================
 
	コンセプト
 
==============================================*/
/*  追従購入ボタン */
.purchaise {
  position: fixed;
  z-index: 1000;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  opacity: 0; }
  @media print, screen and (max-width: 767px) {
    .purchaise {
      bottom: 13px;
      right: -157px; } }
  @media print, screen and (min-width: 768px) {
    .purchaise {
      bottom: 30px;
      right: -157px; } }
  .purchaise.is-show {
    opacity: 1;
    right: 0px; }

.purchaise_link {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
  line-height: 1;
  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;
  color: #FFFFFF;
  border: 1px solid #34281B;
  background-color: #34281B;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media print, screen and (max-width: 767px) {
    .purchaise_link {
      font-size: 14px;
      padding: 16px 27px; } }
  @media print, screen and (min-width: 768px) {
    .purchaise_link {
      font-size: 12px;
      padding: 16px 30px; } }
  @media print, screen and (min-width: 1025px) {
    .purchaise_link:hover {
      opacity: .8;
      color: #34281B;
      background-color: #FFFFFF; } }

.purchaiseText {
  letter-spacing: .25em;
  padding-right: 10px; }

.purchaiseSvg {
  width: 21px;
  height: 17px;
  fill: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .purchaise_link:hover .purchaiseSvg {
    fill: #000; }

.concept_lead {
  background-color: #F8F7F2; }

.conceptLeadInner {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif; }
  @media print, screen and (max-width: 767px) {
    .conceptLeadInner {
      padding: 50px 40px 40px; } }
  @media print, screen and (min-width: 768px) {
    .conceptLeadInner {
      width: 100%;
      max-width: 860px;
      height: 874px;
      margin: 0 auto;
      padding: 200px 0;
      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; } }

@media print, screen and (max-width: 767px) {
  .concept_lead_text {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 25px;
    letter-spacing: 0.05em; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .concept_lead_text {
    font-size: 17px;
    line-height: 2.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.16em; }
    .concept_lead_text + .concept_lead_text {
      margin-right: 46px; } }

@media print, screen and (min-width: 1025px) {
  .concept_lead_text {
    font-size: 17px;
    line-height: 3;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.16em; }
    .concept_lead_text + .concept_lead_text {
      margin-right: 46px; } }

.concept_lead_text.is-hide {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0; }

.concept_lead_text.is-inview {
  opacity: 0; }
  @media print, screen and (max-width: 767px) {
    .concept_lead_text.is-inview {
      -webkit-animation: fuwaFromBottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: fuwaFromBottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; } }
  @media print, screen and (min-width: 768px) {
    .concept_lead_text.is-inview {
      -webkit-animation: fuwaFromBottom 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: fuwaFromBottom 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; } }

@media print, screen and (min-width: 768px) {
  .concept_lead_text:nth-of-type(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .concept_lead_text:nth-of-type(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .concept_lead_text:nth-of-type(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .concept_lead_text:nth-of-type(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; } }

@media print, screen and (max-width: 767px) {
  .okayusoup_graphic {
    height: 660px;
    padding-top: 153px; } }

@media print, screen and (min-width: 768px) {
  .okayusoup_graphic {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 700px;
    padding-top: 100px; } }

.okayusoup_graphic img {
  width: 100%; }

.okayusoup_graphic_inner {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .okayusoup_graphic_inner {
      height: 380px; } }
  @media print, screen and (min-width: 768px) {
    .okayusoup_graphic_inner {
      height: 660px; } }

.okayusoupGraphicText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (max-width: 767px) {
    .okayusoupGraphicText {
      height: 320px;
      top: 0;
      width: 230px; } }
  @media print, screen and (min-width: 768px) {
    .okayusoupGraphicText {
      width: 430px;
      height: 350px;
      top: -86px; } }
  .okayusoupGraphicText img {
    opacity: 0;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
    .okayusoup_graphic_inner.is-inview .okayusoupGraphicText img {
      opacity: 1; }

.okayusoupGraphicBowl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (max-width: 767px) {
    .okayusoupGraphicBowl {
      bottom: 0;
      width: 276px; } }
  @media print, screen and (min-width: 768px) {
    .okayusoupGraphicBowl {
      top: -90px; } }
  .okayusoupGraphicBowl img {
    -webkit-transition: opacity .7s ease-in, -webkit-transform .8s ease-in-out;
    transition: opacity .7s ease-in, -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out, opacity .7s ease-in;
    transition: transform .8s ease-in-out, opacity .7s ease-in;
    transition: transform .8s ease-in-out, opacity .7s ease-in, -webkit-transform .8s ease-in-out;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
    .okayusoup_graphic_inner.is-hide .okayusoupGraphicBowl img {
      opacity: 0; }
      @media print, screen and (max-width: 767px) {
        .okayusoup_graphic_inner.is-hide .okayusoupGraphicBowl img {
          -webkit-transform: translateY(270px);
          -ms-transform: translateY(270px);
          transform: translateY(270px); } }
      @media print, screen and (min-width: 768px) {
        .okayusoup_graphic_inner.is-hide .okayusoupGraphicBowl img {
          -webkit-transform: translateY(400px);
          -ms-transform: translateY(400px);
          transform: translateY(400px); } }
    .okayusoup_graphic_inner.is-inview .okayusoupGraphicBowl img {
      opacity: 1; }

/*
コンセプトスライダー
------------------------------------*/
.concept_lead_slider {
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1); }
  @media print, screen and (max-width: 767px) {
    .concept_lead_slider {
      padding: 0 15px 70px; } }
  @media print, screen and (min-width: 768px) {
    .concept_lead_slider {
      width: 100%;
      max-width: 1012px;
      margin: 0 auto;
      padding: 0 16px 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .concept_lead_slider.is-hide {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  .concept_lead_slider.is-inview {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.conceptLeadSliderNode img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .conceptLeadSliderNode:nth-of-type(1) {
    width: 93%;
    margin-bottom: 30px; }
  .conceptLeadSliderNode:nth-of-type(2) {
    width: 73%;
    margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .conceptLeadSliderNode:nth-of-type(1) {
    width: 55%; }
  .conceptLeadSliderNode:nth-of-type(2) {
    width: 35%; } }

* {
  min-width: 0;
  min-height: 0; }

/*
コンセプトデカイ画像三枚
------------------------------------*/
.okayusoup_image {
  position: relative; }
  .okayusoup_image img {
    width: 100%; }
  @media print, screen and (max-width: 767px) {
    .okayusoup_image + .okayusoup_image {
      margin-top: 5px; } }
  @media print, screen and (min-width: 768px) {
    .okayusoup_image + .okayusoup_image {
      margin-top: 10px; } }

.okayusoupImageInner {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 1.5s ease-in-out, height 1.2s ease-out;
  -o-transition: opacity 1.5s ease-in-out, height 1.2s ease-out;
  transition: opacity 1.5s ease-in-out, height 1.2s ease-out; }
  @media print, screen and (max-width: 767px) {
    .okayusoupImageInner {
      height: 100%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .okayusoupImageInner {
      height: 100%; } }
  @media print, screen and (min-width: 1025px) {
    .okayusoupImageInner {
      height: 650px; } }
  .okayusoupImageInner.is-hide {
    height: 0;
    opacity: 0; }

.okayusoup_image_lead {
  position: absolute; }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-01-1 {
    width: 304px;
    top: 110px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (max-width: 374px) {
  .okayusoup_image_lead-01-1 {
    width: 304px;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-01-1 {
    width: 70px;
    top: 30px;
    right: 60px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-01-1 {
    top: 60px;
    right: 150px;
    width: 70px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-01-2 {
    width: 290px;
    top: 30px;
    left: 60px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-01-2 {
    top: 60px;
    left: 150px;
    width: 260px; } }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-02-1 {
    width: 334px;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (max-width: 374px) {
  .okayusoup_image_lead-02-1 {
    width: 304px;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-02-1 {
    width: 260px;
    top: 20px;
    right: 60px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-02-1 {
    width: 260px;
    top: 89px;
    right: 150px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-02-2 {
    width: 105px;
    top: 20px;
    left: 60px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-02-2 {
    width: 105px;
    top: 89px;
    left: 150px; } }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-03 {
    width: 110px;
    top: 175px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (max-width: 374px) {
  .okayusoup_image_lead-03 {
    width: 110px;
    top: 75px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-03 {
    width: 128px;
    top: 60px;
    left: 60px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-03 {
    width: 128px;
    top: 160px;
    left: 150px; } }

.okayusoupImageLeadHighlight {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  width: 100%;
  white-space: nowrap; }
  @media print, screen and (max-width: 1024px) {
    .okayusoupImageLeadHighlight {
      font-size: 13px;
      letter-spacing: 0.14em;
      line-height: 1.1; } }
  @media print, screen and (min-width: 1025px) and (max-width: 1150px) {
    .okayusoupImageLeadHighlight {
      font-size: 14px;
      letter-spacing: 0.14em; } }
  @media print, screen and (min-width: 1151px) {
    .okayusoupImageLeadHighlight {
      font-size: 15px;
      letter-spacing: 0.24em;
      line-height: 1; } }

.highlightText_number {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  letter-spacing: 0.06em; }

.okayusoupImageLeadHighlight_background {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .okayusoupImageLeadHighlight_background {
      padding: 9px 8px 9px; } }
  @media print, screen and (min-width: 768px) {
    .okayusoupImageLeadHighlight_background {
      padding: 10px; } }

.highlightText {
  display: inline-block;
  opacity: 1; }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-01-1 .okayusoupImageLeadHighlight_background:nth-of-type(2n) {
    margin-left: 20px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .okayusoup_image_lead-01-2 .okayusoupImageLeadHighlight_background:nth-of-type(2),
  .okayusoup_image_lead-01-2 .okayusoupImageLeadHighlight_background:nth-of-type(4),
  .okayusoup_image_lead-01-2 .okayusoupImageLeadHighlight_background:nth-of-type(7) {
    margin-left: 25px; } }

@media print, screen and (min-width: 1025px) {
  .okayusoup_image_lead-01-2 .okayusoupImageLeadHighlight_background:nth-of-type(2),
  .okayusoup_image_lead-01-2 .okayusoupImageLeadHighlight_background:nth-of-type(4) {
    margin-left: 25px; } }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(1),
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(4),
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(6) {
    margin-left: 20px; } }

@media print, screen and (max-width: 374px) {
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(1),
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(4) {
    margin-left: 10px; } }

@media print, screen and (min-width: 768px) {
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(1),
  .okayusoup_image_lead-02-1 .okayusoupImageLeadHighlight_background:nth-of-type(4) {
    margin-left: 25px; } }

@media print, screen and (max-width: 767px) {
  .okayusoup_image_lead-03 .okayusoupImageLeadHighlight_background:nth-of-type(2) {
    margin-left: 20px; } }

@media print, screen and (min-width: 768px) {
  .okayusoup_image_lead-03 .okayusoupImageLeadHighlight_background:nth-of-type(2) {
    margin-left: 25px; } }

/*=============================================
 
	ラインナップ
 
==============================================*/
@media print, screen and (max-width: 767px) {
  .lineup {
    padding-top: 50px; } }

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

@media print, screen and (max-width: 767px) {
  .lineup_title {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .lineup_title {
    margin-bottom: 35px; } }

.lineupInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (max-width: 767px) {
    .lineupInner {
      padding: 0 15px 30px; } }
  @media print, screen and (min-width: 768px) {
    .lineupInner {
      width: 100%;
      max-width: 730px;
      margin: 0 auto 80px; } }

.lineup_product {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }
  @media print, screen and (max-width: 767px) {
    .lineup_product {
      width: 29%; } }
  @media print, screen and (min-width: 768px) {
    .lineup_product {
      width: 207px; } }
  .lineup_product.is-hide {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .lineup_product:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
    @media print, screen and (max-width: 767px) {
      .lineup_product:nth-of-type(2) {
        width: 37%; } }
  .lineup_product:nth-of-type(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }

.lineup_product_link {
  display: block; }
  .lineup_product_link:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    pointer-events: none;
    background-image: url(../svg/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    @media print, screen and (max-width: 767px) {
      .lineup_product_link:after {
        padding-bottom: 20px;
        background-position: 0 12px; } }
    @media print, screen and (min-width: 768px) {
      .lineup_product_link:after {
        padding-top: 30px;
        background-position: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .lineup_product_link:hover:after {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); } }

.lineupProductImage {
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .lineupProductImage {
      max-width: 94px;
      margin-bottom: 8px; } }
  @media print, screen and (min-width: 768px) {
    .lineupProductImage {
      max-width: 182px; } }
  .lineupProductImage img {
    width: 100%; }

.lineupProductName {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  line-height: 1.6;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .lineupProductName {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .lineupProductName {
      font-size: 17px; } }

.lineup_oneset {
  width: 100%;
  text-align: center;
  padding: 0 20px; }
  @media print, screen and (max-width: 767px) {
    .lineup_oneset {
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 768px) {
    .lineup_oneset {
      margin-bottom: 130px; } }

.lineup_oneset_inner {
  background-color: #F8F7F2;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .lineup_oneset_inner {
      padding: 20px; } }
  @media print, screen and (min-width: 768px) {
    .lineup_oneset_inner {
      max-width: 880px;
      margin: 0 auto;
      padding: 30px 0 30px; } }

.lineup_oneset_title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  font-size: 17px;
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .lineup_oneset_title {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .lineup_oneset_title {
      margin-bottom: 16px; } }

.lineup_oneset_small {
  font-size: 13px; }

.lineup_oneset_note {
  font-size: 10px;
  letter-spacing: .08em; }

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

.lineupOnesetButtonLink {
  margin: 0 auto; }

/*
ラインアップ紹介
------------------------------------*/
.lineupDetailNode:nth-of-type(2n-1) {
  background-color: #F8F7F2; }

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

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

@media print, screen and (min-width: 768px) {
  .lineupDetailNodeInner {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 15px; } }

.lineupDetailHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailHead {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailHead {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 50px; }
      .lineupDetailNode:nth-of-type(2n) .lineupDetailHead {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; } }

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

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .lineupDetailHead_image {
    padding-bottom: 30px; } }

.lineupDetailHead_image_list img {
  width: 100%; }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .lineupDetailHead_description {
    width: 40%; } }

@media print, screen and (min-width: 1025px) {
  .lineupDetailHead_description {
    width: 37%; } }

.lineupDetailHead_description_subtitle {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailHead_description_subtitle {
      font-size: 14px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailHead_description_subtitle {
      font-size: 15px; } }

.lineupDetailHead_description_title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  line-height: 1.5;
  padding: 8px 0 10px; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailHead_description_title {
      font-size: 23px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailHead_description_title {
      font-size: 28px; } }

.lineupDetailHead_description_text {
  letter-spacing: .13em; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailHead_description_text {
      font-size: 12px;
      line-height: 2;
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailHead_description_text {
      font-size: 15px;
      line-height: 1.8;
      padding-bottom: 18px; } }

.allergyTitle {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  margin-bottom: 3px; }
  @media print, screen and (max-width: 767px) {
    .allergyTitle {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .allergyTitle {
      font-size: 12px; } }

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

.allergyList_node {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 1; }
  .allergyList_node + .allergyList_node {
    margin-left: 5px; }
  @media print, screen and (max-width: 767px) {
    .allergyList_node {
      padding: 9px 14px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .allergyList_node {
      padding: 9px 11px; } }
  @media print, screen and (min-width: 1025px) {
    .allergyList_node {
      padding: 9px 14px; } }

.lineupDetailHead_description_note {
  font-size: 10px;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailHead_description_note {
      letter-spacing: 0.13em;
      margin: 10px 0 30px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailHead_description_note {
      margin-top: 5px; } }

@media print, screen and (max-width: 767px) {
  .lineupDetailBody {
    padding: 0 40px;
    margin-bottom: 50px; } }

@media print, screen and (min-width: 768px) {
  .lineupDetailBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; } }

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

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .lineupDetailBody_node {
    width: 32%; } }

@media print, screen and (min-width: 1025px) {
  .lineupDetailBody_node {
    width: 260px; } }

.lineupDetailBody_node_image img {
  width: 100%; }

.lineupDetailBody_node_title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailBody_node_title {
      font-size: 14px;
      padding: 17px 0 10px; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailBody_node_title {
      font-size: 17px;
      padding: 15px 0 10px; } }

@media print, screen and (max-width: 767px) {
  .lineupDetailBody_node_text {
    font-size: 12px;
    letter-spacing: .13;
    line-height: 2; } }

@media print, screen and (min-width: 768px) {
  .lineupDetailBody_node_text {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8; } }

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

.lineupDetailButton_note {
  font-size: 10px;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .lineupDetailButton_note {
      letter-spacing: .01em; } }
  @media print, screen and (min-width: 768px) {
    .lineupDetailButton_note {
      letter-spacing: .08em; } }

.lineupDetailButton .c-reservationNote {
  padding: 0 40px; }

/*  スライダーページャー */
@media print, screen and (max-width: 767px) {
  .slick-dots {
    margin: 20px 0 0; } }

@media print, screen and (min-width: 768px) {
  .slick-dots {
    margin: 30px 0 0; } }

.slick-dots li {
  margin: 0 12px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li button {
    padding: 2px;
    color: transparent;
    border: 1px solid #707070;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .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-dots li.slick-active button {
  background: #707070; }

/*=============================================
 
	4つのこだわり
 
==============================================*/
@media print, screen and (max-width: 767px) {
  .features {
    padding-top: 50px; } }

@media print, screen and (min-width: 768px) {
  .features {
    padding-top: 100px;
    padding-bottom: 30px; } }

@media print, screen and (max-width: 767px) {
  .features_title {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .features_title {
    margin-bottom: 42px; } }

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

@media print, screen and (min-width: 768px) {
  .features_inner {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 15px; } }

@media print, screen and (max-width: 767px) {
  .featuers_node {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .featuers_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .featuers_node:nth-of-type(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }

@media print, screen and (min-width: 1025px) {
  .featuers_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px; }
    .featuers_node:nth-of-type(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }

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

.featuersDescription_image img {
  width: 100%; }

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

.featuersImage img {
  width: 100%; }

.featuersDescription_index {
  letter-spacing: .12em;
  font-family: "Libre Baskerville", serif; }
  .featuersDescription_index:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #CCCCCC;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  @media print, screen and (max-width: 767px) {
    .featuersDescription_index {
      font-size: 10px; }
      .featuersDescription_index:after {
        margin-left: 20px;
        vertical-align: middle; } }
  @media print, screen and (min-width: 768px) {
    .featuersDescription_index {
      font-size: 14px; }
      .featuersDescription_index:after {
        margin-left: 35px;
        vertical-align: bottom; } }

.featuersDescription_title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  line-height: 1.5; }
  @media print, screen and (max-width: 1024px) {
    .featuersDescription_title {
      padding: 5px 0 25px;
      font-size: 17px; } }
  @media print, screen and (min-width: 1025px) {
    .featuersDescription_title {
      padding: 30px 0 30px;
      font-size: 24px; } }

.featuersDescription_text {
  letter-spacing: .13em; }
  @media print, screen and (max-width: 767px) {
    .featuersDescription_text {
      padding-top: 17px;
      font-size: 12px;
      line-height: 2; } }
  @media print, screen and (min-width: 768px) {
    .featuersDescription_text {
      font-size: 14px;
      line-height: 2.14; } }

/*=============================================
 
	試食会
 
==============================================*/
.reviews {
  background-color: #F8F7F2; }
  @media print, screen and (max-width: 767px) {
    .reviews {
      padding: 50px 0; } }
  @media print, screen and (min-width: 768px) {
    .reviews {
      padding: 100px 0 130px; } }

@media print, screen and (max-width: 767px) {
  .reviews_title {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .reviews_title {
    margin-bottom: 40px; } }

@media print, screen and (max-width: 767px) {
  .reviews_inner {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 768px) {
  .reviews_inner {
    margin-bottom: 50px;
    position: relative;
    max-width: 840px;
    margin: 0 auto 50px;
    height: 520px;
    padding: 0 40px; } }

.reviews_node {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  @media print, screen and (max-width: 767px) {
    .reviews_node {
      padding: 0 16px;
      opacity: 1;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .reviews_node + .reviews_node {
        margin-top: 50px; }
      .reviews_node.is-hide {
        opacity: 0; } }
  @media print, screen and (min-width: 768px) {
    .reviews_node {
      position: absolute; }
      .reviews_node:nth-of-type(1) {
        top: 0;
        left: 20px; }
      .reviews_node:nth-of-type(2) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
        top: 0;
        right: 20px; }
      .reviews_node:nth-of-type(3) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%); }
        .is-hide .reviews_node:nth-of-type(3) {
          opacity: 0;
          -webkit-transform: scale(0.9) translate(-50%, -50%);
          -ms-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%); }
      .reviews_node:nth-of-type(4) {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
        bottom: 0;
        left: 20px; }
      .reviews_node:nth-of-type(5) {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
        bottom: 0;
        right: 20px; }
      .is-hide .reviews_node {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }

.reviews_node_text {
  margin-bottom: 12px; }
  @media print, screen and (max-width: 767px) {
    .reviews_node_text {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 0.13em; } }
  @media print, screen and (min-width: 768px) {
    .reviews_node_text {
      text-align: center;
      font-size: 14px;
      line-height: 2.14;
      letter-spacing: 0.08em; } }

@media print, screen and (max-width: 767px) {
  .reviews_node_subject {
    font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .reviews_node_subject {
    text-align: center;
    font-size: 14px; } }

.reviews_node_subject:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #707070; }
  @media print, screen and (max-width: 767px) {
    .reviews_node_subject:before {
      width: 18px;
      margin: 0 0 18px; } }
  @media print, screen and (min-width: 768px) {
    .reviews_node_subject:before {
      margin: 0 auto 18px;
      width: 25px; } }

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

.reviews_button_link {
  margin: 0 auto; }

.reviews_note {
  font-size: 10px;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .reviews_note {
      letter-spacing: .01em; } }
  @media print, screen and (min-width: 768px) {
    .reviews_note {
      letter-spacing: .08em; } }

.reviews .c-reservationNote {
  padding: 0 40px; }

/*=============================================
 
食べ方について
 
==============================================*/
@media print, screen and (min-width: 768px) {
  .howtoeat {
    padding: 100px 0 130px; } }

@media print, screen and (max-width: 767px) {
  .howtoeat_title {
    padding-top: 50px;
    margin-bottom: 40px; } }

@media print, screen and (min-width: 768px) {
  .howtoeat_title {
    margin-bottom: 35px; } }

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

@media print, screen and (min-width: 768px) {
  .howtoeat_inner {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 0 15px; } }

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

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

.howtoeat_node_title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "Noto Serif JP", serif;
  border-bottom: 1px solid #cccccc; }
  @media print, screen and (max-width: 767px) {
    .howtoeat_node_title {
      font-size: 17px;
      letter-spacing: .15em;
      margin-bottom: 17px;
      padding-bottom: 13px; } }
  @media print, screen and (min-width: 768px) {
    .howtoeat_node_title {
      font-size: 24px;
      margin-bottom: 17px;
      padding-bottom: 13px; } }

@media print, screen and (max-width: 767px) {
  .howtoeat_node_text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.13em; } }

@media print, screen and (min-width: 768px) {
  .howtoeat_node_text {
    font-size: 14px;
    line-height: 2.14; } }

.howtoeatNote {
  font-size: 10px;
  line-height: 2.25; }
  @media print, screen and (max-width: 767px) {
    .howtoeatNote {
      letter-spacing: 0.13em; } }
  @media print, screen and (min-width: 768px) {
    .howtoeatNote {
      margin-top: 5px; } }

/*=============================================
 
よくある質問
 
==============================================*/
.questions {
  background-color: #F8F7F2; }
  @media print, screen and (max-width: 767px) {
    .questions {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .questions {
      padding: 130px 0; } }

@media print, screen and (max-width: 767px) {
  .questions_title {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .questions_title {
    margin-bottom: 70px; } }

.questions_accordion {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .questions_accordion {
      width: calc(100% - 30px); } }
  @media print, screen and (min-width: 768px) {
    .questions_accordion {
      max-width: 790px;
      padding: 0 15px; } }

.questions_accordion_title {
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .questions_accordion_title:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-right: 30px;
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: url(../svg/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain; }
  @media print, screen and (max-width: 767px) {
    .questions_accordion_title {
      padding: 24px 0; } }
  @media print, screen and (min-width: 768px) {
    .questions_accordion_title {
      padding: 35px 0; } }

.questions_accordion_title.is-open:after {
  content: "";
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.questions_accordion_text {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .questions_accordion_text {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    .questions_accordion_text {
      padding-bottom: 35px; } }
