@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  font-family: sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/* ====================================== */
/* LOADING   */
/* ====================================== */
#loader {
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 245, 1);
  display: grid;
  place-items: center;
  z-index: 9999;
  transition: opacity 1.2s ease;
}
#loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#loader svg {
  width: 100px;
}
/* 初期状態 */
.logo-text {
  fill: #231815;
}
.step-1, .step-2, .step-3 {
  opacity: 0;
  transform: translateY(10px);
}
@media only screen and (min-width: 768px) {
  #loader svg {
    width: 200px;
  }
}
/* ====================================== */
/* COMMON   */
/* ====================================== */
body, html {
  width: 100%;
  height: 100%;
  font-family: "europa", "a-otf-futo-go-b101-pr6n", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fbf7f3;
  color: #444;
  font-weight: 300;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.spOnly {
  display: block !important;
}
.pcOnly {
  display: none !important;
}
.st0 {
  fill: #808B4C;
}
.pd-sec {
  margin: 40px 20px;
  position: relative;
  z-index: 1;
}
.pd-sec img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px auto;
}
.content {
  padding-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pd-sec {
    margin: 80px 50px;
  }
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
}
@media only screen and (min-width: 940px) {
  .pd-sec {
    margin: 100px auto;
    max-width: 1081px;
  }
}
/* ====================================== */
/* Navi   */
/* ====================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 997;
  transition: height 666ms cubic-bezier(1, 0, 0, 1);
}
header .section-inner {
  height: 100%;
}
header .logo {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 19px;
  width: 100px;
  height: 22px;
  z-index: 2;
  transition: all 666ms cubic-bezier(.666, 0, .333, 1);
}
header .logo svg {
  width: 100%;
  height: 100%;
}
header .NavHolder {
  position: fixed;
  z-index: 900;
  background: rgba(240, 230, 215, 0.9);
  backdrop-filter: blur(5px);
  inset: 0;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: margin 666ms cubic-bezier(.666, 0, .333, 1), transform 666ms cubic-bezier(.666, 0, .333, 1);
}
header .NavHolder .mainNav {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 115px;
  width: 100%;
  height: 100%;
}
header .NavHolder .mainNav .navlist {
  padding: 20px 50px;
}
header .NavHolder .mainNav .navlist li {
  position: relative;
  display: block;
  border-bottom: 1px dotted rgba(50, 1, 1, 0.1);
  opacity: 0;
  transition: opacity .45s ease-in-out;
}
header .NavHolder .mainNav .navlist li a {
  display: block;
  position: relative;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 300;
  overflow: hidden;
  margin: 0;
  padding: 18px 0;
  letter-spacing: .4px;
  width: 100%;
  /*text-transform: uppercase;*/
  transition: color .25s ease-in-out;
  color: #444;
}
header .NavHolder .mainNav .navlist li a span {
  font-size: 0.7rem;
  color: rgba(1, 1, 1, 0.70);
  letter-spacing: 1px;
  padding-left: 10px;
}
header .icon-blank {
  width: 10px;
  margin-left: 10px;
  fill: rgba(140, 60, 30, 0.9);
}
.show header {
  height: 100%;
}
.show header .NavHolder {
  transform: translate3d(0%, 0, 0);
}
.show header .NavHolder::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.show header .NavHolder .mainNav .navlist li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
@media (max-width: 959px) {
  header .pc-logo {
    display: block;
    position: absolute;
    top: 0;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .list-right {
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 470px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 960px) {
  header .NavHolder .mainNav {
    top: 0;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }
  header .NavHolder .list-right {
    width: 60%;
  }
  header .NavHolder .mainNav .navlist li a:hover {
    color: #8C7373;
  }
  header .NavHolder .mainNav .lang li a:hover {
    color: #8C7373;
  }
  header .NavHolder .mainNav .navlist {
    padding: 20px 50px;
  }
  header .pc-logo {
    display: grid;
    place-items: center;
    margin-bottom: 90px;
  }
  header .pc-logo img {
    width: 70%;
    height: auto;
  }
}
.NavBtn {
  position: fixed;
  height: 70px;
  width: 70px;
  z-index: 905;
  background: rgba(140, 60, 30, 0.9);
  border-radius: 50%;
  top: 1rem;
  left: 1rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.8s ease;
}
body.loaded .NavBtn {
  transform: translateY(0);
  opacity: 1;
}
.NavBtn .nav-trigger .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.0rem;
  cursor: pointer;
}
.NavBtn .nav-trigger .hamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transform: translate3d(0, 0%, 0);
  transition: width 222ms cubic-bezier(.215, .61, .355, 1)444ms, margin-top 222ms cubic-bezier(.215, .61, .355, 1)222ms, transform 222ms cubic-bezier(.215, .61, .355, 1)222ms;
}
.NavBtn .nav-trigger .hamburger .line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eee2d6;
  transform: rotate(0)translate3d(0, 0, 0);
  transition: transform 222ms cubic-bezier(.215, .61, .355, 1);
}
.NavBtn .nav-trigger .hamburger .line:nth-child(2) {
  width: 100%;
  margin-top: -1px;
  transform: translate3d(0, 50%, 0);
}
.NavBtn .nav-trigger .hamburger .line:nth-child(3) {
  width: 100%;
  margin-top: -2px;
  transform: translate3d(0, 100%, 0);
}
.NavBtn .nav-trigger .hamburger .line:nth-child(3) span {
  visibility: visible;
  transition: visibility linear 222ms;
}
.show .NavBtn .nav-trigger .hamburger .line {
  margin-top: -1px;
  width: 100%;
  transform: translate3d(0, 50%, 0);
  transition: width 222ms cubic-bezier(.215, .61, .355, 1), margin-top 222ms cubic-bezier(.215, .61, .355, 1)222ms, transform 222ms cubic-bezier(.215, .61, .355, 1)222ms;
}
.show .NavBtn .nav-trigger .hamburger .line span {
  transition: transform 222ms cubic-bezier(.215, .61, .355, 1)444ms;
}
.show .NavBtn .nav-trigger .hamburger .line:nth-child(1) span {
  transform: rotate(45deg)translate3d(0, 0, 0);
}
.show .NavBtn .nav-trigger .hamburger .line:nth-child(2) span {
  transform: rotate(-45deg)translate3d(0, 0, 0);
}
.show .NavBtn .nav-trigger .hamburger .line:nth-child(3) span {
  visibility: hidden;
  transition: visibility linear 444ms;
}
/* ====================================== */
/* FLEXBOX   */
/* ====================================== */
.flex {
  display: flex;
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-pc-row {
    flex-direction: row;
  }
}
.flex_item-50 {
  flex: 1 1 48%;
}
@media only screen and (min-width: 768px) {
  .flex_item-pc-25 {
    flex: 1 1 24%;
  }
  .flex_item-pc-40 {
    flex: 1 1 39%;
  }
  .flex_item-pc-50 {
    flex: 1 1 49%;
  }
  .flex_item-pc-60 {
    flex: 1 1 59%;
  }
  .flex_item-pc-100 {
    flex: 1 1 99%;
  }
}
/* ====================================== */
/* FOOTER   */
/* ====================================== */
footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  z-index: 0;
}
footer .logo {
  position: relative;
  margin: 0;
  width: 150px;
  height: 22px;
  display: block;
  z-index: 2;
}
footer .logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
footer .foot-nav {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 2px solid #eee;
}
footer .foot-nav .col h3 {
  margin-bottom: 15px;
  font-size: 15px;
}
footer .foot-nav .col p {
  margin: 10px 0;
}
footer .foot-bottom {
  display: block;
  margin-top: 30px;
}
footer .foot-bottom p.copy {
  font-size: 12px;
  line-height: 40px;
  float: left;
  letter-spacing: 1px;
  color: #111;
}
@media (min-width: 768px) {
  footer {
    padding: 80px 0;
  }
  footer .logo {
    width: 200px;
    height: 30px;
  }
  footer .foot-bottom p.copy {
    font-size: 13px;
    line-height: 42px;
  }
}
/* ====================================== */
/* HERO  */
/* ====================================== */
.fv {
  opacity: 0;
  transition: opacity 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(var(--hero-h) - 30px);
}
body.loaded .fv {
  opacity: 1;
}
.fv-logo {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.8s ease;
  width: 150px;
  height: auto;
}
.fv-logo img {
  width: 100%;
}
body.loaded .fv-logo {
  transform: translateY(0);
  opacity: 1;
}
.fv-date {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.8s ease;
  transition-delay: 0.2s;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.8;
}
body.loaded .fv-date {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .fv-date {
    font-size: 1rem;
  }
  .fv-logo {
    width: 250px;
  }
}
.hero {
  position: sticky;
  top: 0;
  opacity: 0;
  transition: opacity 0.8s ease height 0.4s ease;
  height: var(--hero-h);
  overflow: hidden;
}
.hero.shrink {
  height: 80px;
}
body.loaded .hero {
  opacity: 1;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  /*  justify-content: center;*/
  flex-direction: column;
}
.hero .hero-logo {
  transform: translateY(80px);
  opacity: 0;
  transition: all 2.8s ease;
  width: 35%;
  max-width: 200px;
  margin-top: 110px;
  height: auto;
}
.hero .hero-logo img {
  width: 100%;
}
body.loaded .hero-logo {
  transform: translateY(0);
  opacity: 1;
}
.hero-date {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.8s ease;
  transition-delay: 0.2s;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.8;
}
body.loaded .hero-date {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .hero .hero-logo {
    width: 200px;
    margin-top: 95px;
  }
  .hero-date {
    font-size: 1rem;
  }
  .hero-logo {
    width: 250px;
  }
}
/* ====================================== */
/* ABOUT AREA   */
/* ====================================== */
.about_area {
  margin: 0 auto;
}
.about_area_txt-catch {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 0;
  line-height: 1;
}
.about_area_txt-p {
  font-size: 12px;
  line-height: 2;
  text-align: left;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .about_area {
    max-width: 1080px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 940px) {
  .about_area {
    padding: 0 30px;
  }
  .about_area .pd-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about_area_img {
    width: 55%;
  }
  .about_area_txt {
    width: 35%;
  }
  .about_area_txt-p {
    line-height: 1.8;
  }
  .about_area_txt-catch {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .about_area {
    padding: 0;
  }
  .about_area_txt-p {
    line-height: 2;
  }
  .about_area_txt-catch {
    padding-top: 25px;
  }
}
/* ====================================== */
/* CHEF AREA   */
/* ====================================== */
@media only screen and (min-width: 320px) {
  .chef_area_line {
    position: relative;
  }
  .chef_area_line::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(40, 70, 40, 0.5);
    position: absolute;
    top: 0;
  }
  .chef_area_line::after {
    content: "";
    width: 22%;
    height: 16px;
    background: #fbf7f3;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .chef_area_line span {
    position: absolute;
    width: 20%;
    height: 1px;
    background: rgba(140, 60, 30, 0.9);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .chef_area_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .chef_area_img .img-wrap {
    margin: 0;
    width: 25%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .chef_area_img .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chef_area_txt-name {
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
    padding: 30px 0;
  }
  .chef_area_txt-name span {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .chef_area_txt-p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .chef_area_img .img-wrap {
    width: 20%;
  }
  .chef_area_img {
    padding-top: 90px;
    max-width: 800px;
  }
  .chef_area_txt-p {
    padding-bottom: 60px;
    width: 648px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 940px) {
  .chef_area {
    padding: 0 30px;
  }
}
/* ====================================== */
/* MENU AREA   */
/* ====================================== */
.btn-area {
  padding: 50px 0;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.btn-premium {
  display: inline-flex;
  align-items: center;
  padding: 1.8rem 2.3rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(1, 1, 1, 0.7);
  font-size: 9px;
  font-weight: 300;
  color: rgba(0, 10, 40, 0.5);
  text-decoration: none;
  transition: 0.5s ease;
  width: 90%;
  position: relative;
}
.btn-premium::after {
  position: absolute;
  background: rgba(40, 70, 40, 0.8);
  width: 75px;
  height: 100%;
  content: "";
  right: 0;
  transition: 0.5s ease;
}
.btn-premium:hover::after {
  width: 95px;
}
.btn-premium .btn-icon {
  font-size: 3rem;
  font-weight: 100;
  margin-right: 2.8rem;
  color: rgba(0, 10, 40, 0.1);
  line-height: 2rem;
  margin-bottom: 0;
  transition: .5s;
}
.btn-premium .btn-text {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: left;
  transition: .3s;
  position: relative;
  z-index: 1;
}
.btn-premium .btn-arrow {
  display: inline-block;
  width: 9.5px;
  height: 18px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.btn-premium .btn-out {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.btn-premium .btn-out svg {
  fill: #eee2d6;
  width: 100%;
  height: auto;
}
.btn-premium .btn-arrow::before, .btn-premium .btn-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 5px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-premium .btn-arrow::before {
  transform: rotate(45deg);
}
.btn-premium .btn-arrow::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 940px) {}
/* ====================================== */
/* GALLERY AREA   */
/* ====================================== */
.gallery {
  /*  max-width: 800px;*/
  margin: 0 auto;
  padding: 0 20px;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper .swiper-slide {
  max-width: 600px;
}
.swiper .swiper-slide a {
  display: block;
  position: relative;
}
.swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.thumb-swiper {
  padding-top: 40px;
  margin: 0 auto;
}
.thumb-swiper .swiper-slide {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.3;
  overflow: hidden;
}
.thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
/* 共通スタイル */
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(50, 30, 0, 0.4);
  border-radius: 50%;
  position: absolute;
}
/* 矢印作る */
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* → */
.swiper-button-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
/* ← */
.swiper-button-prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .thumb-swiper .swiper-slide {
    width: 100px;
    height: 100px;
  }
}
/* ====================================== */
/* INFO AREA   */
/* ====================================== */
.info_area {
  overflow: hidden;
  padding-bottom: 100px;
}
.info_area .pd-sec {
  border: 1px solid #444;
  position: relative;
}
.info_area_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*  background: url("../img/hero.webp") no-repeat;
  background-size: cover;*/
}
.info_area_logo {
  position: relative;
  display: inline-block;
}
.info_area_logo-svg {
  width: 87px;
  height: 63px;
  position: relative;
}
#ez-map {
  min-height: 150px;
  min-width: 150px;
  height: 260px;
  width: 100%;
}
.info_area_box {
  border: 1px solid #444;
  border-bottom: none;
  border-right: none;
}
.info_area_box:nth-child(2n+1) {
  border-left: none;
}
.info_area_box-ttl {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 20px 0 10px;
  font-weight: bold;
  text-transform: lowercase;
}
.info_area_box-p {
  padding: 20px 0;
  margin: 0 10px;
  font-size: 11px;
  border-top: 1px solid #cacaca;
  min-height: 150px;
  text-align: left;
}
.info_area_box-p a:not([href^=tel]) {
  background: rgba(190.60, 30, 0.9);
  color: #FFF;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
  margin-top: 8px;
  display: block;
  line-height: 1;
  padding: 7px 14px 7px;
  text-align: center;
}
.info_area_box-p a.takeout:not([href^=tel]) {
  background: #eee;
  color: #253152;
}
.info_area_box-p a:hover {
  background: #eee;
  color: rgba(40, 70, 40, 0.9);
}
.info_area_icon {
  width: 30px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.info_area_map {
  border-top: 1px solid #444;
}
.info_area_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
  width: 100%;
}
.info_area_box.last-box {
  border-left: none;
}
.pd-sec .info_area_logo-svg {
  width: 27%;
  margin: 25% auto;
}
@media only screen and (min-width: 768px) {
  .info_area_box {
    width: 25%;
    min-height: 384px;
  }
  .info_area_box:nth-child(2n+1) {
    border-left: 1px solid #444;
  }
  .info_area_box:first-child {
    border-left: none;
  }
  .info_area_box-p {
    margin: 0 30px;
    font-size: 0.8rem;
  }
  .info_area_box.last-box {
    border-left: 1px solid #444;
  }
  .pd-sec .info_area_logo-svg {
    width: 150px;
    margin: 15% auto;
  }
}
@media only screen and (min-width: 940px) {
  .info_area {
    padding: 0 30px;
  }
  .info_area_box-p {
    min-height: 120px;
  }
}
@media only screen and (min-width:1024px) {
  .info_area_box {
    width: 25%;
    min-height: 353px;
  }
}
.tip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  width: 100%;
}
.tip .bottom_line {
  position: relative;
  display: inline-block;
  border-bottom: dotted 2px rgba(140, 60, 30, 0.9);
}
.tip .bottom_line.infoarea {
  background: rgba(140, 60, 30, 0.9);
  color: #FFF;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
  margin-top: 8px;
  display: inline-block;
  line-height: 1;
  padding: 7px 14px 2px;
}
.tip .tiptext {
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  visibility: hidden;
  width: auto; /*white-space: nowrap;*/ padding: 0.3em 0.5em;
  transition: opacity 1s;
  opacity: 0;
  color: #ffffff;
  border-radius: 4px;
  background-color: rgba(140, 60, 30, 0.9);
}
.tip .tiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: rgba(140, 60, 30, 0.9);
}
.tip:hover .tiptext {
  visibility: visible;
  opacity: 1;
}
.tip:hover .tiptext:hover {
  display: none;
}
.tip sup {
  font-size: 0.7em;
  vertical-align: top;
  position: relative;
  top: 0.8em;
  color: rgba(140, 60, 30, 0.9);
}
/* ====================================== */
/* INFO AREA   */
/* ====================================== */
.bottom-icon {
  clip-path: inset(0 0 0 0);
  height: 60px;
  position: fixed;
  z-index: 899;
  background: rgba(40, 70, 40, 0.8);
  width: 90%;
  border-radius: 30px;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: all 1.8s ease;
  backdrop-filter: blur(3px);
}
body.loaded .bottom-icon {
  transform: translate(-50%, 0);
  opacity: 1;
}
.bottom-icon ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  align-items: center;
}
.bottom-icon li {
  position: relative;
  display: inline-block;
  transition: color .3s linear 0s;
  cursor: pointer;
}
.bottom-icon a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  display: grid;
  place-items: center;
  /*background: rgba(255,255,255,0.6);*/
  /*border: 1px solid rgba(1,1,1,0.05);*/
  transition: all 0.2s ease;
}
.bottom-icon a span {
  display: inline-block;
  transition: transform 0.5s ease, background 0.3s, color 0.3s;
  line-height: 0;
  color: #eee2d6;
  font-size: 0.6rem;
  text-transform: lowercase;
}
.bottom-icon a span svg {
  width: 20px;
  height: 20px;
  fill: #eee2d6;
}
.icon-text {
  margin-top: 10px;
}
.bottom-icon {}
@media only screen and (min-width: 768px) {
  .bottom-icon {
    width: 65%;
    height: 65px;
    border-radius: 35px;
  }
}