@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

/*****************************

画面ロード

*****************************/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading img {
    width: 100px;
    opacity: .7; }

#loading.loaded {
  opacity: 0;
  visibility: hidden; }

/*ーーーーーーーーーー
共通
ーーーーーーーーーーー*/
body {
  position: relative;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-smooth: auto;
  font-weight: 400;
  line-height: 2.4;
  background: url("../img/bg.png");
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.05em; }
  @media (max-width: 950px) {
    body {
      font-size: 1rem;
      line-height: 2.0; } }

main {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  /*box-shadow: 0 0 10px rgba(black,0.3);*/
  /* transform: translateX(0px);
   transition: transform $base-duration ease;*/
  z-index: 0; }
  main section {
    position: relative;
    display: block;
    margin: 0;
    padding: 100px 0;
    z-index: 100; }
    @media (max-width: 950px) {
      main section {
        padding: 70px 0; }
        main section#concept {
          padding: 70px 0 0; } }
    main section#food-menu {
      padding: 80px 0 0; }
      @media (max-width: 950px) {
        main section#food-menu {
          padding: 50px 0 0; } }
    main section#drink-menu {
      padding: 80px 0 0; }
      @media (max-width: 950px) {
        main section#drink-menu {
          padding: 50px 0 0; } }

.invisible {
  visibility: hidden; }

img {
  max-width: 100%;
  transition: 0.3s; }

a img:hover {
  opacity: 0.6;
  transition: 0.3s; }

.btn-recipe {
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
  padding: 0.3rem;
  width: 16em;
  max-width: 95%;
  background: #8D7B64;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  transition: all 0.3s ease; }
  .btn-recipe span {
    width: 17px;
    position: absolute;
    top: 54%;
    right: 16px;
    transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transition: all 0.3s ease; }
    @media (max-width: 640px) {
      .btn-recipe span {
        width: 14px; } }
  .btn-recipe.contact {
    margin: 2.5rem auto 0;
    padding: 0.5rem;
    width: 23em; }
    .btn-recipe.contact span {
      top: -2%;
      right: 16px;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0); }
  .btn-recipe:hover {
    opacity: .7;
    transition: all 0.3s ease; }
    .btn-recipe:hover span {
      right: 10px;
      transition: all 0.3s ease; }

.container {
  width: 90%;
  max-width: 950px;
  margin: 0 auto; }

h2.c-title {
  font-size: 42px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  padding: 0 0 55px;
  line-height: 0.7;
  letter-spacing: 0.15em; }
  h2.c-title span {
    font-size: 18px;
    font-weight: 500;
    color: #8D7B64;
    letter-spacing: 0.05em; }
  @media (max-width: 950px) {
    h2.c-title {
      font-size: 36px;
      padding: 0 0 50px; } }
  @media (max-width: 640px) {
    h2.c-title {
      font-size: 30px;
      padding: 0 0 50px; } }

.headline {
  position: relative; }

.headline:after {
  content: '';
  position: absolute;
  left: -2.5%;
  bottom: 0;
  width: 0%;
  height: 3px;
  transition: all 0.3s ease-out;
  z-index: 1;
  transition-delay: 0.5s; }

.headline.isActive:after {
  width: 105%; }

p strong {
  font-weight: 700; }

#page-top {
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: .9; }
  @media (max-width: 950px) {
    #page-top {
      width: 32px;
      right: 10px;
      bottom: 10px; } }

.view-pc {
  display: block; }
  @media (max-width: 950px) {
    .view-pc {
      display: none; } }

.view-sp {
  display: none; }
  @media (max-width: 950px) {
    .view-sp {
      display: block; } }

.view-sp-s {
  display: none; }
  @media (max-width: 480px) {
    .view-sp-s {
      display: block; } }

.view-sp-m {
  display: none; }
  @media (max-width: 640px) {
    .view-sp-m {
      display: block; } }

/*ーーーーーーーーーー
メインイメージ
ーーーーーーーーーーー*/
.main-img {
  width: 100%;
  width: 100vw;
  height: 88vh;
  top: 12vh;
  position: relative; }
  @media (max-width: 950px) {
    .main-img {
      top: 5vh;
      height: 85vh; } }
  .main-img h2 {
    color: #fff;
    font-size: 25px;
    writing-mode: vertical-rl;
    position: absolute;
    height: 18em;
    line-height: 2.8;
    top: 52%;
    left: 50%;
    transform: translate(-52%, -50%);
    -webkit-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    letter-spacing: 0em; }
    @media (max-width: 950px) {
      .main-img h2 {
        font-size: 20px; } }
    @media (max-width: 640px) {
      .main-img h2 {
        font-size: 19px; } }
    .main-img h2 span {
      color: transparent;
      animation: blur 4s ease forwards;
      -webkit-animation: blur 4s ease forwards; }
    .main-img h2 span.first {
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s; }
    .main-img h2 span.second {
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s; }
@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #fff; }
  15% {
    opacity: 1; }
  40% {
    text-shadow: 0 0 0px #fff; }
  to {
    text-shadow: 0 0 0px #fff; } }
@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #fff; }
  15% {
    opacity: 1; }
  40% {
    text-shadow: 0 0 0px #fff; }
  to {
    text-shadow: 0 0 0px #fff; } }
  .main-img img.main-logo {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -46%);
    -webkit-transform: translate(-50%, -46%);
    -ms-transform: translate(-50%, -46%);
    width: 70%;
    max-width: 400px; }

.scroll {
  position: absolute;
  width: 45px;
  margin: 0;
  opacity: .8;
  visibility: visible;
  transition: 0.5s;
  bottom: 1.5vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  @media (max-width: 950px) {
    .scroll {
      width: 40px; } }
  .scroll.scrolled {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }

/*ーーーーーーーーーー
横から表示の動き
ーーーーーーーーーーー*/
.img-wrap {
  opacity: 0; }

.img-wrap img {
  /*width:100%;
	height:auto;*/ }

.img-wrap.under {
  opacity: 1; }

.img-wrap.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap.run:before {
  animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
.img-wrap-r {
  opacity: 0; }

.img-wrap-r img {
  /*width:100%;
	height:auto;*/ }

.img-wrap-r.under {
  opacity: 1; }

.img-wrap-r.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap-r.run:before {
  animation: img-wrap-r 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap-r {
  100% {
    transform: translateX(-100%); } }
/*ーーーーーーーーーー
コンセプト
ーーーーーーーーーーー*/
#concept {
  margin-top: 200px; }
  @media (max-width: 950px) {
    #concept {
      margin-top: 50px; } }
  #concept h2.c-title {
    text-align: left;
    position: absolute;
    top: 10px;
    right: 4%;
    line-height: 1.1;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    letter-spacing: 0.05em; }
    @media (max-width: 950px) {
      #concept h2.c-title {
        text-align: center;
        position: relative;
        top: 0;
        right: 0;
        line-height: 0.7;
        writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb; } }
  #concept h2 span {
    padding-top: 10px; }

.wrap-concept {
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  .wrap-concept .ph-a {
    width: 50%;
    text-align: left; }
    @media (max-width: 1400px) {
      .wrap-concept .ph-a {
        width: 45%; } }
    @media (max-width: 1180px) {
      .wrap-concept .ph-a {
        width: 100%; } }
  .wrap-concept .ph-b {
    width: 30%;
    position: absolute;
    top: 280px;
    right: 20%;
    z-index: 10; }
    @media (max-width: 1180px) {
      .wrap-concept .ph-b {
        position: relative;
        top: 0;
        right: 0;
        width: 55%;
        margin: -50px 0 0 0; } }
  .wrap-concept .ph-c {
    width: 38%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20; }
    @media (max-width: 1180px) {
      .wrap-concept .ph-c {
        position: relative;
        top: 0;
        right: 0;
        width: 65%;
        margin-left: 35%; } }
  .wrap-concept p {
    font-size: 18px;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    height: 32em;
    line-height: 2.7; }
    @media (max-width: 1180px) {
      .wrap-concept p {
        font-size: 1.1rem;
        writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        height: auto;
        line-height: 2.0; } }
  .wrap-concept.sec-a {
    display: flex;
    flex-wrap: wrap; }
    .wrap-concept.sec-a p {
      /*position: absolute;
      left: 55%;
      bottom:-25%;*/
      width: 30%;
      margin: 4em 15% 0 5%; }
      @media (max-width: 1400px) {
        .wrap-concept.sec-a p {
          	/*left: 50%;
          bottom:-35%;*/
          width: 30%;
          margin: 3em 10% 0 10%; } }
      @media (max-width: 1180px) {
        .wrap-concept.sec-a p {
          position: relative;
          left: 0;
          bottom: 0;
          width: 90%;
          padding: 1em 0 0 0;
          margin: 0 auto; } }
  .wrap-concept.sec-b {
    margin-top: 100px; }
    @media (max-width: 950px) {
      .wrap-concept.sec-b {
        margin-top: 50px; } }
    .wrap-concept.sec-b p {
      padding: 6em 0 0 10%;
      min-height: 36em; }
      @media (max-width: 950px) {
        .wrap-concept.sec-b p {
          position: relative;
          left: 0;
          top: 0;
          width: 90%;
          margin: 0 auto;
          padding: 1em 0 0 0;
          min-height: 10em; } }

/*ーーーーーーーーーー
parallax
ーーーーーーーーーーー*/
/*.bg-a{
	height:85vh;
	background:url("../img/bg_a.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/
.parallax-a {
  min-width: 100%;
  max-width: 2800px;
  position: relative;
  background-size: cover;
  background: url("../img/story.jpg") no-repeat;
  height: 0%;
  padding-top: min(95vh,85%); }
  @media (max-width: 950px) {
    .parallax-a {
      background: url("../img/story.jpg") no-repeat;
      background-position: center;
      background-size: 100%;
      /*background-attachment: fixed;*/
      padding-top: 0;
      height: 70vh; } }

.parallax-b {
  min-width: 100%;
  max-width: 2800px;
  position: relative;
  background-size: cover;
  background: url("../img/bg_b_l.jpg") no-repeat;
  height: 0%;
  padding-top: min(90vh,80%); }
  @media (max-width: 1679px) {
    .parallax-b {
      padding-top: min(85vh,75%);
      background: url("../img/bg_b.jpg") no-repeat; } }
  @media (max-width: 950px) {
    .parallax-b {
      background: url("../img/bg_b_sp.jpg") no-repeat;
      background-position: center;
      background-size: 100%;
      /*background-attachment: fixed;*/
      padding-top: 0;
      height: 60vh; } }

#luxy {
  position: relative;
  width: 100wh;
  height: 70vh; }

.luxy-el {
  width: 100wh;
  height: 70vh; }

/*ーーーーーーーーーー
商品紹介
ーーーーーーーーーーー*/
#products {
  margin-top: 100px;
  background: rgba(141, 123, 100, 0.12); }

.prd-list {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 8%; }
  @media (max-width: 950px) {
    .prd-list {
      margin: 0 auto 40px;
      max-width: 720px;
      gap: 0.3rem 0; } }
  .prd-list li {
    width: 100%; }
    .prd-list li .price-pizza {
      display: flex; }
      .prd-list li .price-pizza h3 {
        flex-grow: 2; }
    @media (max-width: 950px) {
      .prd-list li {
        width: 100%; } }
    .prd-list li h3 {
      font-size: 20px;
      padding: 0.8em 20px;
      font-weight: normal;
      /*@include sp-m {
      	font-size: 16px;
      }
      @include sp-s {
      	font-size: 14px;
      }*/ }
      .prd-list li h3.sub {
        margin-left: 1em; }
      @media (max-width: 950px) {
        .prd-list li h3 {
          font-size: 1.1rem;
          padding: 0.8em 20px; } }
      .prd-list li h3::after {
        content: "";
        display: block;
        border-bottom: 2px solid #8D7B64;
        width: 40px;
        margin: 15px 0 0; }
    .prd-list li p {
      padding: 0.6em 20px 0;
      line-height: 2.4;
      text-align: left;
      /*@include sp-m {
      	font-size: 16px;
      }
      @include sp-s {
      	font-size: 14px;
      }*/ }
      @media (max-width: 950px) {
        .prd-list li p {
          line-height: 2.0;
          font-size: 1.0rem;
          padding: 0.6em 20px 0; } }
  .prd-list.def {
    padding-top: 0.5em;
    gap: 40px 4%; }
    .prd-list.def li {
      width: 48%;
      background: rgba(238, 235, 232, 0.5);
      padding-bottom: 20px; }
      @media (max-width: 950px) {
        .prd-list.def li {
          width: 100%; } }
  .prd-list.drink {
    margin: 0 auto 30px; }

/*ーーーーーーーーーー
レシピ 
ーーーーーーーーーーー*/
p.recipe-lead {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  padding: 0 1.5em;
  line-height: 2.8; }
  @media (max-width: 950px) {
    p.recipe-lead {
      font-size: 1.1rem;
      line-height: 2.2;
      margin-bottom: 2rem; } }

@media (max-width: 950px) {
  #products p.recipe-lead {
    text-align: left;
    font-size: 1.1rem;
    line-height: 2.2; } }

#recipe ul.recipe-slider {
  margin-bottom: 20px; }
  #recipe ul.recipe-slider li {
    padding: 0 40px; }
    @media (max-width: 950px) {
      #recipe ul.recipe-slider li {
        padding: 0 15px; } }
    #recipe ul.recipe-slider li h3 {
      font-size: 1.2rem;
      padding: 1em 0; }
      #recipe ul.recipe-slider li h3::after {
        content: "";
        display: block;
        border-bottom: 2px solid #8D7B64;
        width: 40px;
        margin: 15px 0 0; }
      @media (max-width: 950px) {
        #recipe ul.recipe-slider li h3 {
          font-size: 1.1rem; } }
#recipe .slide-arrow {
  width: 50px;
  position: absolute;
  z-index: 1000; }
  @media (max-width: 640px) {
    #recipe .slide-arrow {
      width: 32px; } }
  #recipe .slide-arrow:hover {
    cursor: pointer; }
  #recipe .slide-arrow.prev-arrow {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  #recipe .slide-arrow.next-arrow {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

main.recipebox {
  margin: 40px auto;
  width: 90%;
  max-width: 640px; }
  main.recipebox h3 {
    font-size: 1.3rem;
    padding: 1em 0; }
    main.recipebox h3::after {
      content: "";
      display: block;
      border-bottom: 2px solid #8D7B64;
      width: 40px;
      margin: 15px 0 0; }
  main.recipebox p {
    font-size: 1.1rem;
    line-height: 2.0;
    padding-bottom: 1em; }
  main.recipebox ul {
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em; }
    main.recipebox ul li {
      border-bottom: 1px solid #C1B19F;
      padding: 0.6em 0 0.8em;
      line-height: 1.8; }
      main.recipebox ul li.ingredient {
        width: 65%; }
        main.recipebox ul li.ingredient.full {
          width: 100%; }
      main.recipebox ul li.quantity {
        width: 35%;
        text-align: right; }
  main.recipebox ol {
    font-size: 1.1rem;
    list-style: decimal inside;
    line-height: 2.0;
    text-indent: -1em;
    padding-left: 1.1em; }
    main.recipebox ol li {
      padding: 1em 0 0; }

/*ーーーーーーーーーー
生産背景
ーーーーーーーーーーー*/
.intro-story {
  height: 75vh;
  background: url("../img/story2.jpg") no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%; }
  @media (max-width: 950px) {
    .intro-story {
      background-attachment: scroll;
      height: 60vh; } }

#story p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.8;
  padding: 0 1.5em; }
  @media (max-width: 950px) {
    #story p {
      font-size: 1.1rem;
      text-align: left;
      line-height: 2.2;
      width: 100%; } }

/*ーーーーーーーーーー
お問い合わせ
ーーーーーーーーーーー*/
#contact {
  background: rgba(141, 123, 100, 0.12); }
  #contact p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.8;
    padding: 0 1.5em; }
    @media (max-width: 950px) {
      #contact p {
        font-size: 1.0rem;
        line-height: 2.2; } }
  #contact h2.c-title {
    font-size: 30px; }
    @media (max-width: 950px) {
      #contact h2.c-title {
        font-size: 25px; } }
  #contact a {
    color: #333;
    text-decoration: underline; }
    #contact a:hover {
      text-decoration: none; }

/*ーーーーーーーーーー
フッター
ーーーーーーーーーーー*/
footer {
  background: rgba(141, 123, 100, 0.7);
  padding: 40px 0;
  font-size: 16px;
  font-weight: 500; }
  @media (max-width: 950px) {
    footer {
      font-size: 14px; } }
  footer .foot-logo {
    margin: 0 auto 40px;
    width: 55%;
    max-width: 280px; }
  footer .foot-menu {
    display: flex;
    margin: 0 auto 60px; }
    footer .foot-menu .link {
      width: 88%;
      margin-right: 2%; }
      footer .foot-menu .link a {
        display: inline-block;
        margin-right: 2.5em; }
        @media (max-width: 950px) {
          footer .foot-menu .link a {
            margin-right: 1.5em; } }
        footer .foot-menu .link a:hover {
          text-decoration: underline; }
    footer .foot-menu .icon {
      width: 10%;
      text-align: right; }
      footer .foot-menu .icon img {
        width: 22px; }
  footer p {
    font-size: 16px;
    text-align: center;
    color: #fff; }
