@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Satisfy&display=swap");
@import url("https://use.typekit.net/gys6xjs.css");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

/* 基本設定
===================================== */
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 1336px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  background: #F2F2F2;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.util-ttl {
  font-family: reross-quadratic, sans-serif;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 13px;
  position: relative;
}
.util-ttl.-color-text-sub {
  color: #FFF;
}
@media (max-width: 767px) {
  .util-ttl {
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
  }
}
.util-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -23px;
  width: 50px;
  height: 2px;
  background: #159741;
}
@media (max-width: 767px) {
  .util-ttl::after {
    bottom: -16px;
  }
}

.util-ttl-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
}
.util-ttl-lead.-accent {
  color: #159741;
}
.util-ttl-lead.-color-text-sub {
  color: #FFF;
}
@media (max-width: 767px) {
  .util-ttl-lead {
    font-size: 14px;
    line-height: 20px;
  }
}

.util-link {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #FFF;
  border: solid 1px #BDBDBD;
  background: #BDBDBD;
  display: inline-block;
  padding: 13px 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.util-link:hover {
  opacity: 0.7;
}
.util-link.-active {
  background: #159741;
  color: #fff;
  border: solid 1px #159741;
}
@media (min-width: 1336px) {
  .util-link:not(.-submit):hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .util-link {
    padding: 13px 130px;
  }
  .util-link:not(.-submit):hover {
    opacity: 0.7;
  }
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.main {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}

/* コンテンツスタイル
===================================== */
/* header
---------------------------- */
.header {
  background: #2F2F2F;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-inner {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 0 18px;
  }
}

.header-logo {
  width: 115.84px;
  height: 63px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 54.05px;
    height: 29.4px;
  }
}

.header-nav {
  margin-left: auto;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item:not(:first-child) {
  margin-left: 38px;
}
@media (max-width: 767px) {
  .header-nav-item:not(:first-child) {
    margin-left: 20px;
  }
}

.header-nav-item-link {
  font-family: reross-quadratic, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFF;
  height: 90px;
  line-height: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .header-nav-item-link {
    font-size: 14px;
    line-height: 17px;
    height: 60px;
    line-height: 60px;
  }
}
.header-nav-item-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav-item-link:hover::after, .header-nav-item-link.is-active::after {
  background: #159741;
}

/* hero
---------------------------- */
.hero {
  background: #2F2F2F;
  position: relative;
}

.hero-inner {
  max-width: 1262px;
  width: 100%;
  margin-left: auto;
}

.hero-picture {
  padding-top: 51.5%;
  background: url(/img/img_mv.png) top right/85.5% no-repeat;
}
@media (max-width: 767px) {
  .hero-picture {
    padding-top: 64.8%;
    background: url(/img/sp/img_mv.png) top right/82.1% no-repeat;
  }
}

.hero-message {
  position: absolute;
  left: 173px;
  top: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-message {
    left: 4%;
    top: 17%;
  }
}

.hero-message-title,
.hero-message-title-sub {
  font-family: reross-quadratic, sans-serif;
  font-size: 100px;
  line-height: 100px;
  color: #FFF;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .hero-message-title,
.hero-message-title-sub {
    font-size: 36px;
    line-height: 43px;
  }
}
.hero-message-title .-accent,
.hero-message-title-sub .-accent {
  color: #159741;
}

.hero-title-lead1,
.hero-title-lead2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-title-lead1,
.hero-title-lead2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

.hero-title-lead1 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .hero-title-lead1 {
    margin-top: 13px;
    margin-left: 9px;
  }
}

.hero-title-lead2 {
  background: #159741;
  padding: 9px 21px 9px 0;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .hero-title-lead2 {
    padding: 4px 8px 7px 3px;
    margin-top: 7px;
  }
}

.hero-bottom-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 110px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-bottom-inner {
    padding: 49px 39px 62px;
  }
}

.hero-bottom-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-bottom-title {
    font-size: 20px;
    line-height: 30px;
    margin-left: 16px;
  }
}

.hero-bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFF;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .hero-bottom-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 23px;
  }
}

.hero-bottom-text-item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-bottom-text-item:not(:first-child) {
    margin-top: 24px;
  }
}

.hero-background-text {
  margin-top: -30px;
}
/* about
---------------------------- */
.about {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .about {
    margin-top: 65px;
  }
}

.about-inner {
  max-width: 1158px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .about-inner {
    padding: 0 17px;
  }
}

.about-wrapper {
  margin-top: 94px;
}
@media (max-width: 767px) {
  .about-wrapper {
    margin-top: 66px;
  }
}

@media (min-width: 1336px) {
  .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-row:nth-child(odd) .about-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 6.2%;
  }
  .about-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-row:nth-child(even) .about-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 9.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-row:not(:first-child) {
  margin-top: 64px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .about-row:not(:first-child) {
    margin-top: 85px;
  }
}

@media (min-width: 1336px) {
  .about-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.7%;
            flex: 0 0 41.7%;
  }
}
@media (max-width: 767px) {
  .about-picture {
    margin-top: 30px;
    width: 343px;
  }
}

.about-message {
  position: relative;
}
@media (min-width: 1336px) {
  .about-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.about-message::after {
  content: "01";
  position: absolute;
  top: 50%;
  left: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: reross-quadratic, sans-serif;
  font-size: 288px;
  line-height: 346px;
  text-align: justify;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  z-index: -10;
}
@media (max-width: 767px) {
  .about-message::after {
    font-size: 180px;
    line-height: 216px;
  }
}

.about-message2 {
  position: relative;
}
@media (min-width: 1336px) {
  .about-message2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.about-message2::after {
  content: "02";
  position: absolute;
  top: 50%;
  left: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: reross-quadratic, sans-serif;
  font-size: 288px;
  line-height: 346px;
  text-align: justify;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  z-index: -10;
}
@media (max-width: 767px) {
  .about-message2::after {
    font-size: 180px;
    line-height: 216px;
  }
}

.about-message3 {
  position: relative;
}
@media (min-width: 1336px) {
  .about-message3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.about-message3::after {
  content: "03";
  position: absolute;
  top: 50%;
  left: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: reross-quadratic, sans-serif;
  font-size: 288px;
  line-height: 346px;
  text-align: justify;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  z-index: -10;
}
@media (max-width: 767px) {
  .about-message3::after {
    font-size: 180px;
    line-height: 216px;
  }
}

.about-message-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .about-message-title {
    font-size: 24px;
    line-height: 35px;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-left: 8px;
    width: 349px;
  }
}
.about-message-title .-accent {
  color: #159741;
}

.about-message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #333;
  margin-top: 22px;
  padding-right: 138px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .about-message-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .about-message-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    padding: 0 8px;
  }
}

/* .about-img1
---------------------------- */
.about-img1 {
  background: url(/img/salada.png) center center/cover;
  height: 450px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .about-img1 {
    background: url(/img/sp/salada.png) center center/cover;
    height: 250px;
    margin-top: 76px;
  }
}

/* .menu
---------------------------- */
.menu {
  background: #2F2F2F;
  padding-bottom: 72px;
  outline: 2px solid #fff;
  outline-offset: -72px;
}
@media (max-width: 767px) {
  .menu {
    padding-bottom: 72px;
    outline: 1px solid #fff;
    outline-offset: -16px;
    padding-bottom: 25px;
  }
}

.menu-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 14px 100px;
}
@media (max-width: 767px) {
  .menu-inner {
    padding: 54px 37px 30px;
  }
}

.menu-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #FFF;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .menu-lead {
    font-size: 16px;
    line-height: 23px;
    margin-top: 64px;
    margin-left: 0;
  }
}

@media (min-width: 1336px) {
  .menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 69px;
    margin-left: 59px;
  }
}
@media (max-width: 767px) {
  .menu-top {
    margin-top: 48px;
  }
}

.menu-top-picture {
  width: 451px;
  margin-right: -89px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-top-picture {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .menu-top-picture {
    width: 315px;
    margin-left: -13px;
  }
}

.menu-top-disc {
  background: #F2F2F2;
  outline: 1px solid #333;
  outline-offset: -13px;
  text-align: center;
  padding: 112px 60px 43px;
  width: 592px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-top-disc {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .menu-top-disc {
    width: 100%;
    margin-top: -40px;
    padding: 120px 30px 42px;
  }
}

.menu-disc-label {
  background: #159741;
  color: #FFF;
  letter-spacing: 0.03em;
  text-align: center;
  display: inline-block;
  padding: 9px 50px 14px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .menu-disc-label {
    padding: 16px 30px;
    width: 212px;
  }
}
.menu-disc-label .label-lead {
  font-family: "Satisfy", cursive;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .menu-disc-label .label-lead {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.03em;
    padding-top: 23px;
  }
}
.menu-disc-label .label-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .menu-disc-label .label-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
  }
}

.menu-disc-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 767px) {
  .menu-disc-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.menu-disc-price {
  font-family: reross-quadratic, sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  margin-top: 18px;
  display: inline-block;
  position: relative;
  margin-left: -45px;
}
@media (max-width: 767px) {
  .menu-disc-price {
    font-size: 30px;
    line-height: 36px;
    margin-left: -26px;
  }
}
.menu-disc-price::before {
  content: "¥";
  position: absolute;
  bottom: 6px;
  left: -24px;
  font-family: inherit;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1em;
  color: inherit;
}
@media (max-width: 767px) {
  .menu-disc-price::before {
    font-size: 18px;
    line-height: 22px;
    bottom: 5px;
    left: -17px;
  }
}
.menu-disc-price::after {
  content: "（税込）";
  position: absolute;
  bottom: 8px;
  right: -72px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  color: inherit;
}
@media (max-width: 767px) {
  .menu-disc-price::after {
    font-size: 12px;
    line-height: 17px;
    bottom: 8px;
    right: -46px;
  }
}

.menu-disc-component {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #333;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .menu-disc-component {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1336px) {
  .menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 43px;
  }
}

.menu-body-picture1 {
  width: 417px;
  margin: 0 auto;
  margin-left: 49px;
  margin-bottom: -70px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-body-picture1 {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .menu-body-picture1 {
    width: 305px;
    margin-left: -6px;
    margin-top: 46px;
    margin-bottom: -56px;
  }
}

.menu-body-picture2 {
  width: 427px;
  margin: 0 auto;
  margin-left: 32px;
  margin-bottom: -70px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-body-picture2 {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .menu-body-picture2 {
    width: 308px;
    margin-left: -3px;
    margin-top: 46px;
    margin-bottom: -54px;
  }
}

.menu-body-disc {
  background: #F2F2F2;
  outline: 1px solid #333;
  outline-offset: -13px;
  text-align: center;
  padding: 73px 55px 42px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-body-disc {
    width: 589px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .menu-body-disc {
    width: 100%;
    margin-top: -40px;
    padding: 58px 30px 37px;
    outline-offset: -10px;
  }
}

.menu-instagram-wrapper {
  background: #F2F2F2;
  padding: 30px 44px 37px;
  position: relative;
  margin-top: 83px;
  outline: 1px solid #333;
  outline-offset: -13px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .menu-instagram-wrapper {
    width: 600px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .menu-instagram-wrapper {
    padding: 30px 18px 37px;
    outline-offset: -10px;
    margin-top: 48px;
    outline-offset: -10px;
  }
}

.menu-instagram-label {
  font-family: reross-quadratic, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  padding: 18px 107px;
  background: #159741;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .menu-instagram-label {
    padding: 10px 32px;
    font-size: 24px;
    line-height: 29px;
  }
}

.menu-instagram-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .menu-instagram-lead {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-top: 46px;
    padding: 0 15px;
  }
}

.card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .card__items {
    margin-top: 22px;
  }
}

@media (min-width: 1336px) {
  .card__item {
    margin-right: 16px;
    width: calc(25% - 64px / 4);
  }
  .card__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .card__item {
    margin-right: 16px;
    width: calc(25% - 64px / 4);
  }
  .card__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .card__item {
    margin-right: 10px;
    width: calc(50% - 10px / 2);
  }
  .card__item:nth-child(4n) {
    margin-right: 0;
    margin-top: 10px;
  }
  .card__item:nth-child(3n) {
    margin-right: 10px;
    margin-top: 10px;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}

.instagram-id {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .instagram-id {
    font-size: 16px;
    line-height: 23px;
  }
}

.menu-more-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333;
  padding: 14px 60px;
  border: 1px solid #333;
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 29px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .menu-more-link {
    width: 260px;
    font-size: 16px;
    line-height: 23px;
    padding: 14px 27px;
    margin-top: 22px;
  }
}
.menu-more-link:hover {
  color: #fff;
  background: #333;
}

/* .about-img2
---------------------------- */
.about-img2 {
  background: url(/img/img：店内x.png) center center/cover;
  height: 450px;
}
@media (max-width: 767px) {
  .about-img2 {
    background: url(/img/sp/img：店内x.png) center center/cover;
    height: 250px;
  }
}

/* shop
---------------------------- */
.shop {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .shop {
    margin-top: 62px;
  }
}

.shop-map {
  margin-top: 94px;
}
@media (max-width: 767px) {
  .shop-map {
    margin-top: 66px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 32.2%;
  position: relative;
}
@media (max-width: 767px) {
  .iframe-wrap {
    padding-top: 66.6%;
  }
}
.iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 1336px) {
  .shop-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 85px;
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-row {
    margin-top: 70px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .shop-row {
    margin-top: 57px;
  }
}

@media (min-width: 1336px) {
  .shop-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 6%;
  }
}
@media (max-width: 767px) {
  .shop-message {
    margin: 0 28px;
    text-align: center;
  }
}

.shop-message-title {
  font-family: reross-quadratic, sans-serif;
  font-size: 32px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.03em;
  color: #333;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .shop-message-title {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
.shop-message-title::before {
  content: "TF";
  position: absolute;
  bottom: 0;
  left: -30px;
  font-family: reross-quadratic, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
@media (max-width: 767px) {
  .shop-message-title::before {
    bottom: 0;
    left: -30px;
    line-height: 18px;
  }
}
.shop-message-title::after {
  content: "（ ガーデンサラダ  ）";
  position: absolute;
  bottom: 0;
  right: -173px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #333;
}
@media (max-width: 767px) {
  .shop-message-title::after {
    bottom: -28px;
    right: 40px;
    font-size: 16px;
    line-height: 23px;
  }
}

.shop-message-text {
  margin-top: 23px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 767px) {
  .shop-message-text {
    margin-top: 51px;
  }
}

.shop-message-address,
.shop-message-access {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #333;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .shop-message-address,
.shop-message-access {
    font-size: 16px;
    line-height: 27.2px;
  }
}

.shop-message-access dt {
  float: left;
}
.shop-message-access dd {
  margin-left: 92px;
}
@media (max-width: 767px) {
  .shop-message-access dd {
    margin-left: 80px;
  }
}

@media (min-width: 1336px) {
  .shop-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-picture {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .shop-picture {
    margin: 38px 16px;
  }
  .shop-picture img {
    width: 343px;
    height: 298px;
  }
}

.shop-bottom {
  margin-top: 80px;
}

.shop-bottom-inner {
  max-width: 1146px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(161, 159, 159, 0.6);
          box-shadow: 0px 4px 20px rgba(161, 159, 159, 0.6);
  padding: 30px 30px 36px;
  position: relative;
}
@media (max-width: 767px) {
  .shop-bottom-inner {
    padding: 18px 10px 64px;
  }
}
.shop-bottom-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 288px;
  height: 240px;
  background-image: url(/img/img：stamp.png);
  top: -68px;
  left: -97px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-bottom-inner::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .shop-bottom-inner::before {
    width: 112px;
    height: 93px;
    background-image: url(/img/sp/img：stamp.png);
    top: -24px;
    left: 0;
  }
}

@media (min-width: 1336px) {
  .shop-bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1336px) {
  .shop-picture-wrap1 {
    width: 60.2%;
  }
}
@media (max-width: 767px) {
  .shop-picture-wrap1 {
    width: 100%;
  }
}

@media (min-width: 1336px) {
  .shop-picture-wrap2 {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .shop-picture-wrap2 {
    width: 100%;
  }
}

.shop-bottom-picture1 {
  padding-top: 68.3%;
  background: url(/img/sp/img：terrace.png) center center/cover;
  outline: 1px solid #fff;
  outline-offset: -23px;
}
@media (max-width: 767px) {
  .shop-bottom-picture1 {
    padding-top: 87.3%;
    background: url(/img/img：terrace.png) center center/cover;
    outline-offset: -12px;
  }
}

.shop-bottom-picture2 {
  padding-top: 95.7%;
  background: url(/img/img：テイクアウト.png) center center/cover;
  outline: 1px solid #fff;
  outline-offset: -23px;
}
@media (max-width: 767px) {
  .shop-bottom-picture2 {
    padding-top: 64.7%;
    background: url(/img/sp/img：テイクアウト.png) center center/cover;
    outline-offset: -12px;
  }
}

.shop-bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #4F4F4F;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 43px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-bottom-text {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .shop-bottom-text {
    margin-top: 61px;
  }
}
.shop-bottom-text P {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 2px;
  padding-left: 47px;
}
@media (max-width: 767px) {
  .shop-bottom-text P {
    padding: 0 20px;
  }
}
.shop-bottom-text::before {
  content: "Dear You.";
  position: absolute;
  font-family: "Satisfy", cursive;
  letter-spacing: 0.05em;
  color: #333;
}
@media (min-width: 1336px) {
  .shop-bottom-text::before {
    top: -15px;
    left: -205px;
    font-size: 48px;
    line-height: 69px;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-bottom-text::before {
    top: -47px;
    left: -24px;
    font-size: 36px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .shop-bottom-text::before {
    top: -41px;
    left: 9px;
    font-size: 30px;
    line-height: 43px;
  }
}
.shop-bottom-text::after {
  content: "Have a nice day !!";
  position: absolute;
  font-family: "Satisfy", cursive;
  letter-spacing: 0.05em;
  color: #159741;
  -webkit-transform: matrix(0.99, -0.11, 0.11, 0.99, 0, 0);
          transform: matrix(0.99, -0.11, 0.11, 0.99, 0, 0);
}
@media (min-width: 1336px) {
  .shop-bottom-text::after {
    bottom: 6px;
    right: -207px;
    font-size: 40px;
    line-height: 32px;
    border-bottom: double 6px #159741;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .shop-bottom-text::after {
    bottom: -54px;
    right: 0px;
    font-size: 40px;
    line-height: 32px;
    border-bottom: double 6px #159741;
  }
}
@media (max-width: 767px) {
  .shop-bottom-text::after {
    bottom: -30px;
    right: 0;
    font-size: 36px;
    line-height: 52px;
    border-bottom: double 6px #159741;
  }
}

/* contact
---------------------------- */
.contact {
  background: url(/img/img：野菜x.png) center center/cover;
  margin-top: 120px;
  padding: 130px 40px;
}
@media (max-width: 767px) {
  .contact {
    background: url(/img/sp/img：野菜x.png) center center/cover;
    margin-top: 81px;
    padding: 62px 14px;
  }
}

.contact-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: #F2F2F2;
  padding: 62px 0 70px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .contact-inner {
    padding: 62px 30px 70px;
  }
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 62px 14px 64px;
  }
}

.contact-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #333;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-lead {
    margin-top: 65px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

@media (min-width: 1336px) {
  .contact-from-wrapper {
    padding: 0 140px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-from-wrapper {
    margin-top: 32px;
  }
}

.contact-from-row:not(:first-child) {
  margin-top: 35px;
}

.contact-from-label label {
  margin-bottom: -4px;
}
.contact-from-label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-from-label label.is-required::after {
  content: "必須";
  position: absolute;
  left: calc(100% + 17px);
  top: -2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #FFF;
  background: #159741;
  text-align: center;
  border-radius: 6px;
  width: 39px;
  height: 21px;
}
@media (max-width: 767px) {
  .contact-from-label label.is-required::after {
    left: calc(100% + 7px);
    top: 3px;
  }
}

.contact-from-input {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-from-input {
    width: 100%;
    margin-top: 5px;
  }
}
.contact-from-input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from-input [type=text]:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}
.contact-from-input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from-input [type=email]:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}
.contact-from-input [type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from-input [type=tel]:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}
.contact-from-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  padding: 12px 16px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  background: #fff url(/img/select-arrow.png) no-repeat center center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from-input select:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}
.contact-from-input textarea {
  height: 160px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from-input textarea:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}

.contact-footer {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .contact-footer {
    margin-top: 25px;
  }
}

.contact-footer-text {
  display: inline-block;
  padding-left: 29px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact-footer-text {
    padding: 0;
    font-size: 16px;
    line-height: 27px;
  }
}

.contact-privacy {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.contact-privacy-part {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #4F4F4F;
  background: #fff;
  position: absolute;
  top: -4px;
  left: -8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-privacy-part:hover {
  border: 1px solid #159741;
  -webkit-filter: drop-shadow(0px 0px 4px #159741);
          filter: drop-shadow(0px 0px 4px #159741);
}
.contact-privacy-part:active {
  background: rgba(21, 151, 65, 0.15);
}

.contact-privacy-input {
  position: absolute;
  top: -4px;
  left: -8px;
  opacity: 0;
}
.contact-privacy-input:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 2px;
}
.contact-privacy-input:focus + .contact-privacy-part {
  outline: -webkit-focus-ring-color auto 5px;
}
.contact-privacy-input:checked:focus + .contact-privacy-part {
  outline: none;
}

.contact-privacy-link {
  color: #159741;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-privacy-link:hover {
  opacity: 0.7;
}

.contact-footer-submit {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .contact-footer-submit {
    margin-top: 37px;
  }
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-message.-error {
  color: #f00;
}

/* modal
---------------------------- */
.modal-contact {
  position: fixed;
  z-index: 501;
  width: 1000px;
  max-width: calc(100% - 24px * 2);
  height: 1200px;
  max-height: calc(100% - 24px * 2);
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
  display: none;
}
@media (max-width: 767px) {
  .modal-contact {
    padding: 30px;
  }
}

.modal-contact-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #159741;
  text-align: center;
}

.modal-contact-head {
  font-family: reross-quadratic, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-align: center;
  margin-top: 6px;
  position: relative;
}
.modal-contact-head::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 39px;
  height: 1px;
  background: #159741;
}
@media (max-width: 767px) {
  .modal-contact-head::after {
    bottom: -16px;
  }
}

.modal-contact-content {
  margin-top: 50px;
  color: #000;
  height: calc(100% - 100px);
  overflow: auto;
}
.modal-contact-content > :first-child {
  margin-top: 0;
}

.modal-contact-sub-head {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.modal-contact-text {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  margin-top: 10px;
}

.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  display: none;
}

.modal-contact-icon {
  position: absolute;
  top: 23.67px;
  right: 28.67px;
}
.modal-contact-icon a {
  text-decoration: none;
}
.modal-contact-icon img {
  width: 22.67px;
  height: 22.67px;
}

/* footer
---------------------------- */
.footer {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 50px;
  }
}

.footer-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sns-item:not(:first-child) {
  margin-left: 40px;
}

.footer-sns-item-link {
  color: #FFF;
  background: #2F2F2F;
  font-size: 24px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .footer-sns-item-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
.footer-sns-item-link:hover {
  color: #2F2F2F;
  background: #F2F2F2;
  border: 1px solid #2F2F2F;
}

.footer-nav {
  margin-top: 34px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav-item:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer-nav-item:not(:first-child) {
    margin-left: 32px;
  }
}

.footer-nav-item-link {
  font-family: reross-quadratic, sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #333;
  position: relative;
}
@media (max-width: 767px) {
  .footer-nav-item-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.footer-nav-item-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav-item-link:hover::after, .footer-nav-item-link.is-active::after {
  background: #159741;
}

.footer-logo {
  text-align: center;
  margin-top: 37px;
}

.footer-logo-top {
  font-family: reross-quadratic, sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  text-align: center;
  position: relative;
}
.footer-logo-top::before {
  content: "TF";
  position: absolute;
  top: 8px;
  left: 277px;
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  line-height: 14px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .footer-logo-top::before {
    left: 259px;
  }
}
@media (max-width: 767px) {
  .footer-logo-top::before {
    top: 4px;
    left: 66px;
  }
}

.footer-logo-bottom {
  font-family: reross-quadratic, sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #159741;
  text-align: center;
  display: inline-block;
  width: 165.48px;
  height: 45px;
  border-radius: 50%/0 0 100% 100%;
  background: #333;
}

.footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 21px;
}

/* トップへ戻るボタン
---------------------------- */
.page-top {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 59px;
  bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .page-top p {
    right: 23px;
  }
}
@media (max-width: 767px) {
  .page-top p {
    right: 16px;
  }
}

.move-page-top {
  display: block;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #333;
  font-size: 45px;
  padding-top: 15px;
  color: #333;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .move-page-top {
    width: 95px;
    height: 95px;
    font-size: 35px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .move-page-top {
    width: 70px;
    height: 70px;
    font-size: 25px;
    padding: 0;
  }
}
.move-page-top::after {
  content: "Page top";
  position: absolute;
  top: 54px;
  left: 24px;
  font-family: reross-quadratic, sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #333;
}
@media (min-width: 768px) and (max-width: 1335px) {
  .move-page-top::after {
    font-size: 14px;
    top: 30px;
    left: 16px;
  }
}
@media (max-width: 767px) {
  .move-page-top::after {
    font-size: 12px;
    top: 20px;
    left: 8px;
  }
}

.move-page-top:hover {
  opacity: 0.85;
}