html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  color: #1d2e56;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  line-height: 2;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: url(../img/common/bg_body_sp.webp);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 750px) {
  body:before {
    font-weight: normal;
    background-size: cover;
    background-image: url(../img/common/bg_body.webp);
  }
}
body.fixed {
  overflow-y: hidden;
}
body:has(#drawer:checked) {
  overflow-y: hidden;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 60px;
  line-height: 2;
}
h1:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
h1:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
h2 {
  font-size: 21px;
  line-height: 2;
}
h2:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
h2:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
h3 {
  font-size: 18px;
  line-height: 2;
}
h3:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
h3:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
h4,
h5,
h6 {
  font-size: 16px;
  line-height: 2;
}
h4:before,
h5:before,
h6:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
h4:after,
h5:after,
h6:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
p {
  line-height: 2;
}
p:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
p:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}
img.bottom {
  vertical-align: bottom;
}
img.top {
  vertical-align: top;
}
.iblock {
  display: inline-block;
}
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a[href^="tel:"] {
  color: #322a1c;
}
@media screen and (min-width: 750px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
.sp_off {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .sp_off {
    display: block !important;
  }
}
.tb_off {
  display: none !important;
}
@media screen and (min-width: 1150px) {
  .tb_off {
    display: block !important;
  }
}
header {
  position: fixed;
  top: 0;
  width: calc(100% - 22px - 79px);
  margin-left: 22px;
  margin-right: 79px;
  margin-top: 30px;
  z-index: 5;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrap > .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 23px;
}
header .wrap > .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
header .wrap > .sns a img {
  vertical-align: baseline;
}
@media only screen and (min-width: 1150px) {
  header {
    position: fixed;
    top: 0;
    width: calc(100% - 65px - 65px);
    margin-left: 65px;
    margin-right: 65px;
    margin-top: 40px;
    z-index: 1;
  }
}
main {
  position: relative;
  z-index: 2;
  width: min(435px,100%);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px -15px #1d2e56;
          box-shadow: 0 0 20px -15px #1d2e56;
}
main .wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
main .wrap .block_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .wrap .text_center {
  text-align: center;
}
main .wrap .lv2_img {
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}
main .wrap .lv3_name {
  background-image: url(../img/common/border.png);
  background-repeat: repeat-x;
  background-size: 7px;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
main .wrap .lv3_img {
  margin-top: 40px;
  margin-bottom: 15px;
}
main .wrap .lv4_img {
  margin-top: 30px;
  margin-bottom: 15px;
}
main .wrap .btn_link {
  margin-top: 60px;
  margin-bottom: 80px;
}
main .wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 30px;
}
main .wrap .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
main .wrap .sns a img {
  vertical-align: baseline;
}
main .wrap .fs10 {
  font-size: 10px;
  color: #fff;
}
aside.menu {
  display: none;
}
@media only screen and (min-width: 1150px) {
  aside.menu {
    display: inherit;
    position: fixed;
    top: 134px;
    width: calc(100% - 65px - 65px);
    margin-left: 65px;
    margin-right: 65px;
  }
  aside.menu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  aside.menu .wrap .nav {
    padding-bottom: 40px;
  }
  aside.menu .wrap .nav ul {
    padding: 0;
  }
  aside.menu .wrap .nav ul li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  aside.menu .wrap .recipe {
    padding-right: 55px;
  }
  aside.menu .wrap .recipe a {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
            box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
  }
  aside.menu .wrap .recipe a img {
    vertical-align: top;
  }
}
aside.drawer {
  /* :::::: drawer menu :::::: */
  /* :::::: toggle button :::::: */
}
aside.drawer .menu {
  z-index: 101;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #001e36;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 750px) {
  aside.drawer .menu {
    width: 50%;
  }
}
aside.drawer .menu > div {
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position-y: top;
}
aside.drawer .menu > div img {
  vertical-align: top;
}
aside.drawer .menu > div.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-right: 78px;
  width: calc(100% - 20px - 78px);
}
aside.drawer .menu > div.main {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: min(435px,75%);
}
aside.drawer .menu > div.main ul {
  width: 100%;
}
aside.drawer .menu > div.main ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.75;
}
aside.drawer .menu > div.main ul li a {
  display: block;
  line-height: 1;
  padding-bottom: 0.72em;
}
aside.drawer .menu > div.recipe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: min(435px,75%);
  text-align: right;
}
aside.drawer .menu > div.footer {
  display: block;
  padding-top: 60px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: min(435px,75%);
  color: #fff;
}
aside.drawer .menu > div.footer .info p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
aside.drawer .menu > div.footer .info p.name {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.75em;
}
aside.drawer .menu > div.footer .info a {
  display: block;
}
aside.drawer .menu > div.footer .info a.link_form {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
aside.drawer .menu > div.footer .links {
  font-size: 14px;
  line-height: 2.14;
}
aside.drawer .menu > div.footer .links a {
  color: #fff;
}
aside.drawer #drawer:checked ~ .menu {
  -webkit-transform: none;
          transform: none;
}
aside.drawer #drawer {
  display: none;
}
aside.drawer label {
  cursor: pointer;
  position: fixed;
}
aside.drawer .open {
  z-index: 102;
  width: 44px;
  height: 44px;
  right: 20px;
  top: 30px;
  background-color: #001e36;
  border-radius: 44px;
  overflow: hidden;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
aside.drawer .open::before,
aside.drawer .open::after {
  content: "";
}
aside.drawer .open span,
aside.drawer .open::before,
aside.drawer .open::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc((44px - 20px) / 2);
  width: 20px;
  height: 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
aside.drawer .open::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
aside.drawer .open::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
aside.drawer .close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
aside.drawer #drawer:checked + .open {
  background-color: #ebebeb;
}
aside.drawer #drawer:checked + .open span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-bottom: 2px solid #001e36;
}
aside.drawer #drawer:checked + .open::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: calc(50% - 1px);
  left: calc((44px - 23px) / 2);
  width: 24px;
  border-bottom: 2px solid #001e36;
}
aside.drawer #drawer:checked + .open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 1px);
  left: calc((44px - 23px) / 2);
  width: 24px;
  border-bottom: 2px solid #001e36;
}
aside.drawer #drawer:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}
aside.drawer .close {
  z-index: 5;
  inset: 0;
  pointer-events: none;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
aside.drawer #drawer:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1150px) {
  aside.drawer {
    display: none;
  }
}
footer {
  display: none;
}
@media only screen and (min-width: 1150px) {
  footer {
    display: inherit;
    position: fixed;
    bottom: 0;
    width: calc(100% - 65px - 65px);
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 40px;
    z-index: 1;
  }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrap .info p {
    font-size: 12px;
    line-height: 1.58;
  }
  footer .wrap .info p:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.58) * 0.5em);
    content: "";
  }
  footer .wrap .info p:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.58) * 0.5em);
    content: "";
  }
  footer .wrap .info p.name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  footer .wrap .info .link_form {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
  }
  footer .wrap .copyright .fs10 {
    font-size: 10px;
    color: #fff;
  }
}
#top {
  position: relative;
  height: 100svh;
}
@media screen and (min-height: 941px) and (orientation: portrait) {
  #top {
    height: inherit;
  }
}
@media only screen and (min-width: 750px) {
  #top {
    height: inherit;
  }
}
#top .float {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 80px;
}
#top img {
  vertical-align: top;
}
#about .copy {
  color: #001e36;
  font-size: min(26px,8vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 60px;
}
#about .copy:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.85) * 0.5em);
  content: "";
}
#about .copy:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.85) * 0.5em);
  content: "";
}
#about .about {
  background-image: url(../img/about.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
#about p {
  margin-bottom: 45px;
}
#lineup {
  font-size: 14px;
}
#lineup .lv2_img {
  margin-top: 0;
  padding-top: 80px;
}
#shoplist {
  color: #007bde;
  font-size: 14px;
  text-align: center;
}
#shoplist .lv2_img {
  margin-bottom: 20px;
}
#shoplist a {
  color: #007bde;
}
#shoplist .date {
  color: #001e36;
  font-size: 12px;
}
.bg_about {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: rgba(235, 249, 251, 0.7);
}
.bg_lineup {
  background-color: rgba(255, 255, 255, 0.88);
  padding-top: 100px;
  padding-bottom: 1px;
}
.bg_saba {
  background-color: rgba(255, 255, 255, 0.88);
  background-image: url(../img/shoplist/bg_top.png), url(../img/shoplist/bg_bottom.png), url(../img/shoplist/bg_center.png);
  background-position: top center, bottom center, top min(435px,99vw) center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100%, 100%, 100% 100%;
  padding-top: 5px;
  padding-bottom: 75px;
}
.bg_sns {
  background-image: url(../img/sns/bg_sns.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 1.45;
}
.bg_ivy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d2e56;
  height: 147px;
}
.bg_blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #007bde;
  height: 30px;
}
.anim01 {
  -webkit-animation: shake 5s ease-out infinite;
          animation: shake 5s ease-out infinite;
}
@-webkit-keyframes shake {
  0%,
  85%,
  91%,
  97% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  88%,
  94% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes shake {
  0%,
  85%,
  91%,
  97% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  88%,
  94% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
