@charset "UTF-8";

/*カラー指定
-------------------------------------*/
:root {
  --whcolor: transparent;
}

/*汎用css
-------------------------------------*/
.m0 {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .m0 {
    margin: auto !important;
  }
}

.mb0 {
  margin: 0;
}
/* 20211112追加 */
.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 874px) and (max-width: 931px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

/*202305追加*/
.mb36 {
  margin-bottom: 36.5px !important;
}

.mb61 {
  margin-bottom: 61.2px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.p10 {
  padding: 0 10px !important;
}

.p20 {
  padding: 0 20px !important;
}

.pl {
  position: relative;
}

@media screen and (max-width: 768px) {
  .br0 br {
    display: none;
  }
}

/*全LP 共通
-------------------------------------*/
body {
  font-family: "Helvetica Neue", "Arial", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background: #fff;
  max-width: 100vw;
  overflow: hidden;
}

h2,
.font-size,
.col.span-4 h3 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1125px) {
  h2,
  .font-size {
    letter-spacing: 2.6px;
  }
}

img {
  -webkit-filter: brightness(100%) contrast(100%) opacity(100%) saturate(100%);
          filter: brightness(100%) contrast(100%) opacity(100%) saturate(100%);
}

a {
  cursor: pointer !important;
}

.container {
  max-width: 780px;
}

#pagetop {
  background: #b63755;
}

/*TOP LP
-------------------------------------*/
/* 全体 */
body,
nav li a,
h3,
h3 a,
p,
a .cardcontent p,
.catch,
.list_links li a {
  color: #0c0c0c;
}

ul {
  align-items: center;
}

@media screen and (max-width: 400px) {
  .left-fix {
    text-align: left !important;
  }
}
@media screen and (min-width: 401px) {
  .center-fix {
    text-align: center !important;
  }
}

/* ヘッダー */
.header-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  z-index: 100; /* 20211015 add */
}
@media screen and (max-width: 1125px) {
  .header-wrap {
    height: auto;
  }
}

@media screen and (max-width: 1125px) {
  .header-container {
    margin: 20px auto 30px;
  }
}

@media screen and (min-width: 1126px) {
  #open,
  #close {
    display: none !important;
  }
}
@media screen and (min-width: 1126px) {
  #navi {
    display: block;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 1125px) {
  .header {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  header .container {
    margin: 0;
  }
  .header #open,
  #close {
    position: absolute;
    top: 3px;
    right: 12px;
  }
  .header-box {
    width: 100%;
    display: none;
  }
  nav ul {
    flex-direction: column;
  }
  #nav li {
    padding-top: 0;
  }
  /* スマホ時はMENUボタンを表示 */
  #open,
  #close {
    display: block;
    width: 40px;
    border: none;
    position: absolute;
    top: 5px;
    right: 12px;
  }
  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
    padding: 2em 0 1em;
  }
  .pc-none {
    display: block;
  }
}

.header-container h1 {
  padding: 0;
}

nav ul {
  position: absolute;
  right: 40px;
  top: 3px;
  display: flex;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1125px) {
  nav ul {
    position: relative;
    right: auto;
    top: auto;
  }
}

nav ul li {
  padding: 0 1.3rem;
  margin: 0;
}

nav ul li a,
nav ul li .button {
  font-size: 14px;
}

@media screen and (min-width: 1126px) {
  .logo_eatlo {
    width: 120px;
    position: absolute;
    left: 40px;
    top: 20px;
  }
}
@media screen and (max-width: 1125px) {
  .logo_eatlo {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 26px;
    margin: 0;
    width: 80px;
  }
}

nav li a.under-decoration::after {
  border-bottom: solid 2px #b63755;
  bottom: 0;
  content: "";
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
nav li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1125px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 1126px) {
  .toparea-sp {
    display: none;
  }

  .toparea-pc {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1125px) {
  .toparea-pc {
    display: none;
  }

  .toparea-sp {
    display: block;
    max-width: 600px;
    min-height: 100vh;
    padding: 0;
    background-size: cover;
  }
}

.bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.toparea-sp1 {
  background-image: url(../img/experience3.jpg);
  -webkit-animation: fadeSlideImg01 15s ease-out infinite;
  animation: fadeSlideImg01 15s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.toparea-sp2 {
  opacity: 0;
  background-image: url(../img/experience2.jpg);
  -webkit-animation: fadeSlideImg02 15s ease-out infinite;
  animation: fadeSlideImg02 15s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.toparea-sp3 {
  opacity: 0;
  background-image: url(../img/experience4.jpg);
  -webkit-animation: fadeSlideImg03 15s ease-out infinite;
  animation: fadeSlideImg03 15s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.toparea-sp4 {
  opacity: 0;
  background-image: url(../img/toparea-sp4.jpg);
  -webkit-animation: fadeSlideImg04 15s ease-out infinite;
  animation: fadeSlideImg04 15s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.toparea-sp5 {
  opacity: 0;
  background-image: url(../img/toparea-sp5.jpg);
  -webkit-animation: fadeSlideImg05 15s ease-out infinite;
  animation: fadeSlideImg05 15s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes fadeSlideImg01 {
  0% {
    opacity: 1;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeSlideImg01 {
  0% {
    opacity: 1;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeSlideImg03 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg03 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeSlideImg04 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg04 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeSlideImg05 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg05 {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#youtube-area {
  width: 100%;
  height: 100vh;
  top: 0;
}

.bg-video-wrap .scrolldown {
  top: inherit;
  bottom: 0;
  z-index: 1;
}
.scrolldown {
  position: absolute;
  left: 50%;
  top: 36vh;
  height: 100px;
}
.scrolldown span {
  position: absolute;
  left: -30px;
  top: -15px;
  color: #b63755;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #b63755;
  -webkit-animation: pathmove 2.4s ease-in-out infinite;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 170px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 170px;
    opacity: 0;
  }
}
@media screen and (max-width: 1125px) {
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    50% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    50% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
}
@media screen and (min-width: 1126px) {
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    50% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    50% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
}

/* 各セクション */
main {
  margin: 0;
}

@media screen and (max-width: 1125px) {
  section {
    padding: 5rem 1rem 1rem;
  }
}

.block_ultralight {
  max-width: 1136px;
  width: 90%;
  margin: 0 auto 20px;
  background: #fffaf0;
  padding: 96px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .block_ultralight {
    padding: 20px 5px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 2s;
}
.fade.view {
  opacity: 1;
}
.container-fix {
  max-width: 850px;
}

.under:before {
  height: 3px;
  background: #b63755;
  bottom: -0.1rem;
}

/* 各コンテンツ */
.button {
  margin-bottom: auto;
  color: #fff;
  background: #b63755;
  font-weight: 600;
}

.button--link,
.button--link:link,
.button--link:visited { /* 公式サイトへのリンク */
  width: 146.05px;
  background: #fff;
  font-family: "Helvetica Neue", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  color: #b63755;
  border: 2px solid #b63755;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  transition: all .2s;
}

.button--link::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b63755;
  border-right: 2px solid #b63755;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: middle;
  transition: all .2s;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col {
  margin-left: 3%;
  margin-bottom: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col {
    margin-left: 0;
  }
}
@media screen and (max-width: 735px) {
  .col {
    margin: 0 0 7%;
  }
}
.col.span-12 {
  margin: 0%;
}

@media screen and (min-width: 768px) {
  .row .col.span-3.fix {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (min-width: 768px) {
  .row .col.span-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .row .col.span-4 {
    margin-left: auto;
    margin-right: auto;
  }
}

.left-block {
  display: inline-block;
}

.container-width {
  max-width: 980px !important;
  /* 20211112追加 */
}

.circle img {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  /* 20211112追加 */
}

.back-container1 {
  padding: 0 1em 1em;
}
@media screen and (max-width: 1300px) {
  .back-container1 {
    padding: 0;
  }
}

.back-container2 {
  padding: 1em;
}

/* コンセプト */
.font-size {
  font-size: 24px;
  font-weight: bold;
}

/* サービス */
.red-font {
  color: #b63755;
}

/* ムービー */
.movie {
  max-width: 100%;
  height: auto;
}

/* ローカルシェフ */
.card {
  margin: 0 1.5rem 3rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .card {
    margin: 20px auto;
  }
}

.row .col.span-6.card-size {
  flex: 0 0 45%;
  max-width: 45%;
}

.card-size {
  max-width: 424px !important;
}

.card-top {
  position: relative;
}

.card img {
  max-width: 424px;
}

img.img-height {
  border-radius: 7px 7px 0 0;
}

.img-height {
  height: 194px;
}
@media screen and (max-width: 767px) {
  .img-height {
    height: 230px;
  }
}

.card-bottom {
  background: #fff;
  border-radius: 6px;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .card-circle {
    margin-bottom: 30px !important;
  }
}
.card-circle {
  margin: 15px auto;
  width: 200px;
  margin-top: -85px;
  position: relative;
  /* 20211112追加 */
}

/* ご利用の流れ */
.left-text {
  text-align: left;
  padding: 0;
}

.border-circle {
  background: #f2f2f0;
}

/*Safariだけに適用される*/
_::-webkit-full-page-media,
_:future,
:root .margin-fix2 {
  margin: 0.6em;
}

/* 対象施設 */
.margin-fix1 {
  margin: 1em;
}
.margin-fix2 {
  margin: 1.23em;
}
@media screen and (min-width: 768px) and (max-width: 796px) {
  .margin-fix2 {
    margin: 0.7em 0 0.5em;
  }
}
/* 20211112追加 */

.font-small {
  font-size: 12px;
  color: #b63755;
  margin-bottom: 5px;
}

a.far.fa-play-circle.button span {
  font-family: "Helvetica Neue", "Arial", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  font-weight: 600 !important;
  margin-left: 0.5em;
}

/* FAQ */
.circle-box {
  width: 60px;
  height: 60px;
  background: #b63755;
}

.circle-text {
  left: 25%;
  color: #fff;
  font-weight: normal !important;
  font-size: 20px;
}
@media screen and (max-width: 549px) {
  .circle-text {
    left: 25%;
  }
}

.triangle-right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  font-size: 50px;
  color: #b63755;
  position: absolute;
  top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .triangle-bottom:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    font-size: 50px;
    color: #b63755;
    position: relative;
    top: -15px;
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .faq-container {
    background: #fff;
    padding: 1em;
  }
}

/* お問い合わせ */
.back {
  background: #fffaf0;
}

.cv.back {
  background-image: url(../img/cv-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.catch h2 {
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .catch h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 379px) {
  .sp-br1 {
    display: block;
  }
}
@media screen and (min-width: 380px) {
  .sp-br1 {
    display: none;
  }
}
/* 20211112追加 */
@media screen and (max-width: 319px) {
  .sp-br2 {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .sp-br2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-br3 {
    display: block;
  }
}
@media screen and (max-width: 765px) {
  .sp-br3 {
    display: none;
  }
}

.button-size {
  width: 272px;
  min-width: 272px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .button-size {
    width: 250px;
    min-width: 250px;
  }
}

/* フッダー */
footer {
  background: #f2f3f4;
  position: relative; /* 20211015 add */
}
@media screen and (max-width: 425px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  footer .logo_enjoyworks {
    width: 252px;
    height: 20px;
  }
}

@media screen and (max-width: 725px) {
  footer .websites {
    max-width: 90%;
  }
}

footer .websites ul li a img {
  max-width: 123px;
  max-height: 65px;
}

/*LP yokota,umino 共通
-------------------------------------*/

/* ヘッダー */
.navi-font {
  color: #0c0c0c;
}

/* 各コンテンツ */
.circle-img {
  width: 250px !important;
  height: 250px !important;
}

@media screen and (min-width: 768px) {
  .row .col.span-6.fix {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .img-center {
    text-align: center;
  }
}

.font-big {
  font-size: 20px;
}

.font-position {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .font-position {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1001px) {
  .row.fix {
    padding: 0 5rem 0 5rem !important;
  }
}

img.img-food_fix {
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 768px) {
  img.img-food_fix {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 768px) {
  .movie-margin {
    margin: 1em auto 4em auto;
  }
}

.right-text {
  text-align: right;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .right-text {
    text-align: center;
    padding: 0 5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .position-fix {
    padding: 0 8rem;
  }
}

/*LP yokota
-------------------------------------*/
.link-font {
  color: #0289c6;
}

@media screen and (max-width: 653px) {
  .link-font {
    font-size: 12px;
  }
}

/* 20211015 add */
.toparea-pc,
youtube-area,
#tubular-container,
#tubular-shield {
  height: 100vh !important;
  z-index: 0;
}
.bg_white {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
}
section:last-child {
  margin-bottom: 0 !important;
}

.section_eatlo{
  padding: 5rem 1rem 10rem;
}
.a_btn{
  margin-top: 1em;
}

/*LP taso add 2023 04
-------------------------------------*/
.profile-ul {
  list-style-type: none;
}
.profile-ul li {
  margin-bottom: 10px;
}

.other-ul {
  padding: 0 0 20px 25px;
}

.other-ul li {
  list-style: outside disc;
}