@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800;900&family=Reggae+One&family=Kaisei+HarunoUmi:wght@400;700&display=swap");
html {
  font-size: 0.78125vw;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 1rem/1.6 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #222;
  font-size: 1.5rem;
  letter-spacing: 0;
  word-break: break-all;
  background-color: #f7f7ee;
  overflow: hidden;
}
body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}

.site-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-contents {
  width: 30%;
  position: relative;
}
.main-contents::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/noise.gif) repeat left top/150px;
  opacity: 0.13;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.side-contents {
  width: 35%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}

.left-contents {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  left: 0;
  background-color: #f7f7ee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-contents::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../../images/noise.gif) repeat left top/150px;
  opacity: 0.18;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  pointer-events: none;
  -webkit-filter: brightness(112%);
          filter: brightness(112%);
}

.right-contents {
  right: 0;
}
.right-contents img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-block {
  width: 100%;
  padding: 6rem 2rem;
  position: relative;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.text-area p {
  line-height: 1.9285;
}

.bg-c01 {
  background-color: #02B236;
  color: #FFF;
}
.bg-pattern01 {
  background: url(./images/pattern01.png) repeat left top/180px;
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  cursor: pointer;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-color {
  color: #2175cb;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p {
  line-height: 1.7666666667;
  letter-spacing: 0.1em;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.text-caution {
  color: #b33f4c;
}
.text-bold {
  font-weight: bold;
}
.text-lead {
  font-size: 24px;
}
.text-red {
  color: #b33f4c;
}
.text-blue {
  color: #1d348b;
}

.HarunoUmi {
  font-family: "Kaisei HarunoUmi", serif;
}

.cf01 {
  font-family: "Spartan", sans-serif;
}

.pc_only {
  display: inherit;
}
@media screen and (max-width: 599px) {
  .pc_only {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab_only {
    display: inherit;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_only {
    display: inherit;
  }
}

.headline-01 {
  margin-bottom: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  text-align: center;
}
.headline-02 {
  margin-bottom: 2rem;
  font-family: "Reggae One", cursive;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2413793103;
}
.headline-03 {
  width: 29.5rem;
  height: 4.5rem;
  margin: 0 auto 5rem;
  padding: 0 2rem;
  border: 2px solid #242426;
  border-radius: 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 1;
  color: #242426;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.headline-03::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEE;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.headline-03.bg-yellow::before {
  background-color: #f2dc23;
  top: 0.6rem;
  left: 0.7rem;
}
.headline-icon {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
.headline-icon.icon01 img {
  width: 5.3rem;
}
.headline-icon.icon02 img {
  width: 2.4rem;
}
.headline-04 {
  height: 8rem;
  margin-right: -2rem;
  margin-left: -2rem;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  text-align: center;
}
.headline-04.bg-pink {
  background-color: #f9c6d7;
}
.headline-04.bg-yellow {
  background-color: #ffd87e;
}

.btn-more {
  width: 20rem;
  height: 6.9rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffd87e;
  border: 0.1rem solid #4052a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  font-style: italic;
  color: #4052a0;
  -webkit-box-shadow: 0.6rem 0.9rem 0 #4052a0;
          box-shadow: 0.6rem 0.9rem 0 #4052a0;
}

ul {
  list-style-type: none;
}
ul.dot {
  list-style-type: none;
}
ul.dot li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.dot li:before {
  content: "・";
}
ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.note {
  list-style-type: none;
}
ul.note li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.note li:before {
  content: "※";
  font-family: cursive;
}
ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}

dl.note dt {
  position: relative;
}
dl.note dt span {
  position: absolute;
}
dl.note dd {
  padding-left: 1em;
}

.site-header {
  width: 100%;
  height: 8.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.3rem solid #4052a0;
  position: absolute;
  top: 100vh;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  z-index: 999;
}
.site-header.is-fixed .menu-buttton {
  top: 3.6rem;
  right: 1rem;
  position: fixed;
}
.site-header.is-open {
  background-color: #ffd87e;
  position: fixed;
  top: 0 !important;
}
.site-header.is-open .header-link-ig {
  display: none;
}

@media (min-width: 834px) {
  .site-header.is-fixed .menu-buttton {
    right: calc(35% + 1rem);
  }
  .site-header.is-open {
    max-width: 30%;
  }
}
.header-logo {
  width: 15.8rem;
  line-height: 1;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
}

.header-link-ig {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: #ffd87e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid #4052a0;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #4052a0;
          box-shadow: 0.3rem 0.3rem 0 #4052a0;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-link-ig img {
  width: 1.6rem;
}

.menu-buttton {
  width: 6rem;
  height: 3.4rem;
  background-color: #ffd87e;
  border: 0.1rem solid #4052a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  font-style: italic;
  -webkit-box-shadow: 0.2rem 0.3rem 0 #4052a0;
          box-shadow: 0.2rem 0.3rem 0 #4052a0;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navi-menu {
  width: 100%;
  height: 100%;
  padding-top: 8.2rem;
  text-align: center;
  background-color: #ffd87e;
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: 998;
  display: none;
}
.navi-menu.is-fixed {
  position: fixed;
  top: 0 !important;
}

.contents-navi {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  font-style: italic;
  line-height: 1;
}
.contents-navi li {
  margin-top: 5rem;
}
.contents-navi a {
  color: #4052a0;
}

.external-link {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.external-link li:not(:last-child) {
  margin-right: 6rem;
}
.external-link a {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #ffd87e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid #4052a0;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #4052a0;
          box-shadow: 0.5rem 0.5rem 0 #4052a0;
}

.link-tel {
  margin-top: 5rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  font-style: italic;
  color: #4052a0;
  line-height: 1;
}

.footer-block {
  padding: 3.5rem 3rem;
  background-color: #b33f4c;
  color: #FFF;
}

.copyright {
  font-family: "Reggae One", cursive;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1;
  text-align: center;
}

.hero-visual {
  width: 100%;
  height: 100vh;
  margin-bottom: 8.2rem;
  background-color: #098d50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.bokeh-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
  opacity: 0.6;
  mix-blend-mode: screen;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.bokeh-wrap.is-active {
  -webkit-animation: bright 1s ease-in-out 1 alternate;
          animation: bright 1s ease-in-out 1 alternate;
  opacity: 1;
}
.bokeh-wrap.is-active span {
  -webkit-transform: scale(4);
          transform: scale(4);
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  opacity: 1;
}
.bokeh-wrap > span {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  opacity: 0.72;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.bokeh-wrap > span:nth-child(1) {
  width: 11rem;
  height: 11rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(2) {
  width: 11rem;
  height: 11rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(3) {
  width: 10rem;
  height: 10rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(4) {
  width: 14rem;
  height: 14rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(5) {
  width: 14rem;
  height: 14rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(6) {
  width: 13rem;
  height: 13rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(7) {
  width: 9rem;
  height: 9rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(8) {
  width: 14rem;
  height: 14rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(9) {
  width: 11rem;
  height: 11rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(10) {
  width: 10rem;
  height: 10rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(11) {
  width: 14rem;
  height: 14rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(12) {
  width: 9rem;
  height: 9rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(13) {
  width: 11rem;
  height: 11rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(14) {
  width: 9rem;
  height: 9rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(15) {
  width: 12rem;
  height: 12rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(16) {
  width: 14rem;
  height: 14rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(17) {
  width: 13rem;
  height: 13rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(18) {
  width: 14rem;
  height: 14rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(19) {
  width: 14rem;
  height: 14rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(20) {
  width: 12rem;
  height: 12rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(21) {
  width: 12rem;
  height: 12rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(22) {
  width: 9rem;
  height: 9rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(23) {
  width: 12rem;
  height: 12rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(24) {
  width: 12rem;
  height: 12rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(25) {
  width: 9rem;
  height: 9rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(0, 78, 131, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(26) {
  width: 12rem;
  height: 12rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(27) {
  width: 13rem;
  height: 13rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(28) {
  width: 14rem;
  height: 14rem;
  background-color: #004e83;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(29) {
  width: 13rem;
  height: 13rem;
  background-color: #8d0007;
  border: 0.1rem solid rgba(141, 0, 7, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(30) {
  width: 9rem;
  height: 9rem;
  background-color: #b44b00;
  border: 0.1rem solid rgba(180, 75, 0, 0.75);
  -webkit-box-shadow: 0.1rem 0.1rem 0 #aa5c24;
          box-shadow: 0.1rem 0.1rem 0 #aa5c24;
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.bokeh-wrap > span:nth-child(3n+1) {
  -webkit-animation: blink 4s ease-in-out infinite alternate;
          animation: blink 4s ease-in-out infinite alternate;
}
.bokeh-wrap > span:nth-child(5n+2) {
  -webkit-animation: blink 2.5s ease-in-out infinite alternate;
          animation: blink 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
    -webkit-filter: brightness(100%) blur(0.5rem);
            filter: brightness(100%) blur(0.5rem);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(100%) blur(0.6rem);
            filter: brightness(100%) blur(0.6rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(120%) blur(0.7rem);
            filter: brightness(120%) blur(0.7rem);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
    -webkit-filter: brightness(100%) blur(0.5rem);
            filter: brightness(100%) blur(0.5rem);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(100%) blur(0.6rem);
            filter: brightness(100%) blur(0.6rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(120%) blur(0.7rem);
            filter: brightness(120%) blur(0.7rem);
  }
}
@-webkit-keyframes bright {
  0% {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  50% {
    -webkit-filter: brightness(500%);
            filter: brightness(500%);
  }
  100% {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
@keyframes bright {
  0% {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  50% {
    -webkit-filter: brightness(500%);
            filter: brightness(500%);
  }
  100% {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
.doodle-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.doodle-wrap .doodle {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-logo {
  position: absolute;
  top: 5.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 990;
}
.hero-logo img {
  width: 22.8rem;
  max-width: none;
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
}

.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero-image * {
  width: 100%;
  height: 100%;
}
.hero-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 2.2rem;
  bottom: 1.4rem;
  z-index: 990;
}
.hero-navi li:not(:last-child) {
  margin-right: 2.2rem;
}
.hero-navi .icon01 {
  width: 4.2rem;
}
.hero-navi .icon02 {
  width: 2.1rem;
}
.hero-navi .icon03 {
  width: 2.8rem;
}

.hero-button {
  position: absolute;
  right: 2.2rem;
  bottom: 1.4rem;
  z-index: 990;
}
.hero-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
  padding: 0 1.5rem;
  border: 2px solid #242426;
  border-radius: 0.25rem;
  font-family: "Reggae One", cursive;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
  color: #242426;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero-button a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2dc23;
  border-radius: 0.25rem;
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  z-index: -1;
}
.hero-button .icon {
  width: 3.6rem;
  margin-right: 0.6rem;
}

.text-box {
  padding-right: 2rem;
  padding-left: 2rem;
}

.block-concept {
  position: relative;
}
.block-concept::before {
  content: "";
  width: 49rem;
  height: 49rem;
  display: block;
  background: url(../../images/bg_dot_yellow.svg) repeat left top/2.6rem 3.5rem;
  position: absolute;
  top: 3.8rem;
  left: 13.5rem;
  z-index: -1;
}

.concept-img01 {
  width: 26.5rem;
  margin: 0 auto;
  -webkit-filter: drop-shadow(1rem 1rem 0 #4052a0);
          filter: drop-shadow(1rem 1rem 0 #4052a0);
}
.concept-img01 img {
  width: 100%;
}
.concept-img01.img01-1 {
  margin-bottom: -1.5rem;
}
.concept-img01.img01-2 {
  margin-bottom: -3rem;
  -webkit-transform: rotate(7.6deg);
          transform: rotate(7.6deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: relative;
  left: -0.5rem;
}
.concept-img01.img01-3 {
  margin-bottom: 4.5rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: relative;
  right: -0.8rem;
}

.concept-img02 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 5rem 0;
  position: relative;
}
.concept-img02::before {
  content: "";
  width: 37.5rem;
  height: 40rem;
  display: block;
  background: url(../../images/bg_stripe_blue.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -2rem;
  z-index: -1;
}
.concept-img02 span {
  width: 28rem;
  height: 28rem;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 0.6rem solid #b33f4c;
  overflow: hidden;
  -webkit-box-shadow: 0.4rem 0.8rem 0 #4052a0;
          box-shadow: 0.4rem 0.8rem 0 #4052a0;
}
.concept-img02 span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-group.group02 {
  padding-top: 10rem;
  position: relative;
}
.menu-group.group02::before {
  content: "";
  width: 39rem;
  height: 49rem;
  display: block;
  background: url(../../images/bg_dot_pink.svg) repeat right top/2.6rem 3.5rem;
  position: absolute;
  top: 0;
  right: 10rem;
  z-index: -1;
}
.menu-group.group03 {
  padding-top: 6rem;
  position: relative;
}
.menu-group.group03::before {
  content: "";
  width: 14.4rem;
  height: 14rem;
  display: block;
  background: url(../../images/bg_dot_pink.svg) repeat left top/0.8rem 1rem;
  position: absolute;
  top: -11rem;
  right: 1.6rem;
  z-index: -1;
}

.menu-box:not(:last-child) {
  margin-bottom: 4rem;
}
.menu-box .image {
  width: 29.5rem;
  height: 29.5rem;
  margin: 0 auto 2rem;
  border: 0.6rem solid #4052a0;
  -webkit-box-shadow: 1rem 1rem 0 #4052a0;
          box-shadow: 1rem 1rem 0 #4052a0;
  background-color: #4052a0;
  position: relative;
}
.menu-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-box .image .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.9rem 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFF;
  background-color: #4052a0;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  top: -1.5rem;
  left: -3.2rem;
}
.menu-box .text {
  padding: 0 2rem;
}
.menu-box .name {
  margin-bottom: 1.4rem;
  margin-right: -2rem;
  margin-left: -2rem;
  font-family: "Reggae One", cursive;
  font-size: 2.4rem;
  color: #4052a0;
  text-align: center;
  line-height: 1.5;
}
.menu-box .name.typography {
  line-height: 1;
}
.menu-box p {
  font-size: 1.4rem;
  color: #4052a0;
  line-height: 1.7142857143;
}

.typography01 {
  width: 29.5rem;
}

.typography02 {
  width: 31.6rem;
}

.typography03 {
  width: 19.1rem;
}

.sub-menu-list {
  margin-top: 6.5rem;
}
.sub-menu-list .headline {
  margin-bottom: 4.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
  color: #4052a0;
}

.sub-menu-slider {
  width: 29.5rem;
  margin: 0 auto;
}

.sub-menu-box .image {
  width: 100%;
  margin: 0 auto 2rem;
  position: relative;
}
.sub-menu-box .image img {
  width: 100%;
}
.sub-menu-box .image .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.9rem 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFF;
  background-color: #4052a0;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  top: -1.5rem;
  left: -3.2rem;
}
.sub-menu-box .name {
  font-family: "Reggae One", cursive;
  font-size: 2rem;
  color: #4052a0;
  text-align: center;
  line-height: 1.5;
}

.curry-catch-visual {
  margin-top: 9.5rem;
  text-align: center;
}
.curry-catch-visual img {
  width: 29.5rem;
}

.curry-menu .headline-icon {
  margin-top: 0;
  margin-bottom: 6.4rem;
}

.drink-menu {
  padding-bottom: 3rem;
  position: relative;
}
.drink-menu::before {
  content: "";
  width: 14.4rem;
  height: 14rem;
  display: block;
  background: url(../../images/bg_dot_pink.svg) repeat left top/0.8rem 1rem;
  position: absolute;
  top: -1.5rem;
  right: 1.6rem;
  z-index: -1;
}
.drink-menu .headline-03 {
  width: 29.5rem;
  margin-bottom: 5rem;
}
.drink-menu .headline-03::before {
  background-color: #f9c6d7;
  top: 0.8rem;
}
.drink-menu .menu-list {
  position: relative;
}
.drink-menu .menu-list::before {
  content: "";
  width: 37.5rem;
  height: 37.5rem;
  display: block;
  background: url(../../images/bg_plus_yellow.svg) repeat left top/3rem 3rem;
  position: absolute;
  top: 5rem;
  left: -2rem;
  z-index: -1;
}
.drink-menu .menu-box .image {
  border-color: #b33f4c;
  -webkit-box-shadow: 0.8rem 0.4rem 0 #b33f4c;
          box-shadow: 0.8rem 0.4rem 0 #b33f4c;
  background-color: #b33f4c;
}
.drink-menu .menu-box .label {
  background-color: #b33f4c;
}

.dessert-menu {
  padding-bottom: 2.5rem;
}
.dessert-menu .headline-03 {
  width: 29.5rem;
  margin-bottom: 5rem;
}
.dessert-menu .headline-03::before {
  background-color: #f9cfbd;
  top: 0.6rem;
  left: 0.8rem;
}
.dessert-menu .menu-box .image {
  border-color: #1697b1;
  -webkit-box-shadow: 0.8rem 0.4rem 0 #1697b1;
          box-shadow: 0.8rem 0.4rem 0 #1697b1;
  background-color: #1697b1;
}
.dessert-menu .menu-box .label {
  background-color: #1697b1;
}

.menu-slider .image {
  margin-bottom: 3rem;
  border: none;
}
.menu-slider .text {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-slider .swiper-slide-visible .text {
  opacity: 1;
}

.menu-thumbnail {
  margin-right: -2rem;
  margin-left: -2rem;
  margin-bottom: 4rem;
}
.menu-thumbnail .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.menu-thumbnail .swiper-slide {
  width: 15.2rem;
  margin: 0 auto;
}
.menu-thumbnail .swiper-slide:not(:first-child) {
  margin-left: 3.6rem;
}
.menu-thumbnail .swiper-slide:nth-child(even) {
  margin-top: -1.2rem;
}
.menu-thumbnail .image-thumb {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #1697b1;
          box-shadow: 0.8rem 0.8rem 0 #1697b1;
  position: relative;
  -webkit-transform: rotate(3.8deg);
          transform: rotate(3.8deg);
}
.menu-thumbnail .image-thumb > img {
  width: 100%;
}
.menu-thumbnail .label {
  min-width: 6.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
  background-color: #1b1b1b;
  position: absolute;
  bottom: -1.6rem;
  left: -0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-thumbnail .label.txt {
  padding: 0 1rem;
  font-family: "Reggae One", cursive;
  font-size: 2rem;
  color: #FFF;
}

.sub-menu-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.label-katsu {
  width: 3.8rem;
}
.label-croquette {
  width: 6.9rem;
}
.label-potefly {
  width: 8.1rem;
}
.label-chorizo {
  width: 9.3rem;
}

.loop-txt {
  height: 3.5rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-right: -2rem;
  margin-left: -2rem;
  background-repeat: repeat-x;
  background-size: auto 3.5rem;
}
.loop-doping {
  background-image: url(../../images/loop-txt01.svg);
  -webkit-animation: loopText01 5s linear infinite;
          animation: loopText01 5s linear infinite;
}
.loop-other {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-image: url(../../images/loop-txt02.svg);
  -webkit-animation: loopText02 5s linear infinite;
          animation: loopText02 5s linear infinite;
}
.loop-topping {
  background-image: url(../../images/loop-txt03.svg);
  -webkit-animation: loopText01 5s linear infinite;
          animation: loopText01 5s linear infinite;
}

@-webkit-keyframes loopText01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -21.4rem 0;
  }
}

@keyframes loopText01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -21.4rem 0;
  }
}
@-webkit-keyframes loopText02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -35.9rem 0;
  }
}
@keyframes loopText02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -35.9rem 0;
  }
}
.block-location {
  padding-bottom: 3rem;
}
.block-location .headline-04 {
  margin-bottom: 5rem;
}
.block-location .map {
  width: 33.5rem;
  height: 26rem;
  margin: 0 auto 4.5rem;
  border-radius: 0.25rem;
  -webkit-filter: drop-shadow(0.5rem 0.5rem 0 #4052a0);
          filter: drop-shadow(0.5rem 0.5rem 0 #4052a0);
}

.location-visual {
  margin: 0 -2rem 6rem;
}
.location-visual img {
  width: 100%;
}
.location-visual img:not(:last-child) {
  margin-bottom: 0.6rem;
}

.location-info {
  padding: 0 2rem;
}
.location-info dl {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #4052a0;
}
.location-info dl:not(:last-child) {
  margin-bottom: 1.5rem;
}
.location-info dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.location-info dt::before {
  content: "";
  height: 1.3rem;
  display: block;
  background-color: #f9c6d7;
  border-radius: 0.25rem;
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0;
  z-index: -1;
}
.location-info dd {
  font-size: 1.4rem;
}

.acount-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.acount-name::before {
  content: "";
  height: 1rem;
  display: block;
  background-color: #f9c6d7;
  border-radius: 0.25rem;
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0;
  z-index: -1;
}

.left-image {
  width: 39.6rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-block {
  width: 39.6rem;
  height: calc(100vh - 5rem);
  background-color: #94833f;
  border: 2px solid #191919;
  position: relative;
}
.info-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%2010%22%20style%3D%22enable-background%3Anew%200%200%202%2010%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M0%203h2v4H0z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%2010%22%20style%3D%22enable-background%3Anew%200%200%202%2010%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M0%203h2v4H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y, repeat-y;
  background-position: left center, right center;
  background-size: 2px 10px, 2px 10px;
  z-index: 9;
  pointer-events: none;
}
.info-block > div {
  width: 100%;
  position: absolute;
  left: 0;
}
.info-block .area01 {
  height: 50%;
  top: 0;
}
.info-block .area01 .main {
  height: calc(100vh - 42rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.info-block .area01 .main img {
  width: 19.2rem;
}
.info-block .area01 .text01 {
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
}
.info-block .area01 .text02 {
  font-size: 2.2rem;
  line-height: 1.36;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 2rem;
  right: 1.6rem;
}
.info-block .area01 .text02 img {
  width: 2.3rem;
}
.info-block .area02 {
  height: 36rem;
  bottom: 0;
  overflow: hidden;
}
.info-block .area02::before {
  content: "";
  width: 54.7rem;
  height: 46.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22547%22%20height%3D%22467%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23DC4617%22%20d%3D%22M.7%2021.884S361.892-94.938%20492.342%20223.963c130.45%20318.902-13.676%20230.947-13.676%20230.947L45.124%20336.4%201.36%20300.379.7%2021.884Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
}
.info-block .area02 .logo {
  position: absolute;
  top: 26%;
  left: 3rem;
}
.info-block .area02 .logo::after {
  content: "";
  height: 0.6rem;
  display: block;
  background: rgb(18, 15, 14);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 15, 14, 0)), color-stop(70%, rgb(18, 15, 14)));
  background: -webkit-linear-gradient(top, rgba(18, 15, 14, 0) 0%, rgb(18, 15, 14) 70%);
  background: linear-gradient(180deg, rgba(18, 15, 14, 0) 0%, rgb(18, 15, 14) 70%);
  position: absolute;
  bottom: 2.2rem;
  left: -0.4rem;
  right: -0.4rem;
}
.info-block .area02 .logo img {
  width: 21rem;
  position: relative;
  z-index: 2;
}
.info-block .area03 {
  height: 16rem;
  bottom: 0;
  overflow: hidden;
  color: #FFF;
}
.info-block .area03::before {
  content: "";
  width: 40rem;
  height: 27.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22275%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%230E0E0E%22%20d%3D%22M0%2013s264.616-68.794%20360%20118.999C455.383%20319.794%20349.999%20268%20349.999%20268L33%20197.999.999%20177%200%2013Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: -1.4rem;
}
.info-block .area03 .inner {
  position: absolute;
  left: 2.5rem;
  bottom: 2rem;
}
.info-block .address {
  margin-bottom: 0.5rem;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.info-block .link-map {
  font-size: 1.2rem;
  color: #e2ddc3;
}

.link-phone {
  display: block;
  position: absolute;
  left: 0.5rem;
  bottom: 2.5rem;
}
.link-phone img {
  width: 1.4rem;
}

.link-instagram {
  display: block;
  position: absolute;
  right: 0.6rem;
  bottom: 2.5rem;
}
.link-instagram img {
  width: 1.2rem;
}

.link-otoriyose {
  display: block;
  position: absolute;
  right: 0.5rem;
  bottom: 16rem;
}
.link-otoriyose img {
  width: 1.4rem;
}

.menu-box .image[data-color=orange] {
  -webkit-box-shadow: 1rem 1rem 0 #ea5514;
          box-shadow: 1rem 1rem 0 #ea5514;
}
.menu-box .image[data-color=blue] {
  -webkit-box-shadow: 1rem 1rem 0 #4052a0;
          box-shadow: 1rem 1rem 0 #4052a0;
}

.image-thumb[data-color=red] {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #f62309;
          box-shadow: 0.8rem 0.8rem 0 #f62309;
}
.image-thumb[data-color=orange] {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #f76e2d;
          box-shadow: 0.8rem 0.8rem 0 #f76e2d;
}
.image-thumb[data-color=yellow] {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #fab119;
          box-shadow: 0.8rem 0.8rem 0 #fab119;
}
.image-thumb[data-color=green] {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #53a251;
          box-shadow: 0.8rem 0.8rem 0 #53a251;
}
.image-thumb[data-color=pink] {
  -webkit-box-shadow: 0.8rem 0.8rem 0 #f9c6d7;
          box-shadow: 0.8rem 0.8rem 0 #f9c6d7;
}

@media (max-width: 833px) {
  html {
    height: -webkit-fill-available;
    font-size: 2.6666666667vw;
  }
  .site-header.is-fixed {
    max-width: 100%;
  }
  .main-contents {
    width: 100%;
  }
  .side-contents {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .hero-visual {
    max-height: -webkit-fill-available;
  }
}
@media (max-width: 599px) {
  .sp_none {
    display: none;
  }
}