@charset "UTF-8";

/* CSS Document */
.ab {
  position: absolute;
}

.rela {
  position: relative
}

section {
  position: relative;
}

header {
  background: no-repeat url(../img/@1x/top_bg.webp);
  background-size: 100%;
}

.top-btn {
  position: fixed;
  right: 0;
  top: 47%;
  z-index: 99999;
}

.ab.top-deco {
  width: 142.7rem;
  margin: auto;
  left: 0;
  right: -4%;
  top: 5rem;
}

.ab.top-deco+.ab.top-deco {
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
	text-align: center;
	z-index: 5;
}

.top-logo {
  width: 87rem;
  margin: 0 auto;
  padding-top: 1rem;
  margin-bottom: 28rem;
}

.top-titler {
  right: 17.5%;
  top: 7rem;
  z-index: 5;
}

.top-titlel {
  left: 17%;
  top: 35rem;
  z-index: 5;
}

.call-logo {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}

.call-logo::before {
  content: "";
  background: no-repeat url(../img/@1x/call_decoration_l.webp);
  background-size: cover;
  display: block;
  width: 34%;
  aspect-ratio: 403 / 445;
  position: absolute;
  left: -24%;
  top: 10rem;
}

.call-logo::after {
  content: "";
  background: no-repeat url(../img/@1x/call_decoration_r.webp);
  background-size: cover;
  display: block;
  width: 33%;
  aspect-ratio: 403 / 445;
  position: absolute;
  right: -26%;
  top: 11rem;
}

.call-bg {
  z-index: 0;
  top: 59%;
}
.call-bg {
    width: 100%;
}

.call-bg img {
    width: 100%;
}

.ab.top-deco+.ab.top-deco img {
    text-align: center;
}

.call-hito {
  color: white;
  font-weight: 500;
  column-gap: 5rem;
  justify-content: center;
  align-items: flex-end;
}

.call-hitol {
  background: no-repeat url(../img/@1x/call_comentl.webp);
  background-size: contain;
  width: 28.5%;
  height: 100%;
  aspect-ratio: 348 / 358;
  display: flex;
  justify-content: center;
  padding-top: 3.1%;
}

.call-hitoc {
  background: no-repeat url(../img/@1x/call_comentc.webp);
  background-size: contain;
  width: 29%;
  height: 100%;
  aspect-ratio: 348 / 329;
  display: flex;
  justify-content: center;
  padding-top: 6%;
}

.call-hitor {
  background: no-repeat url(../img/@1x/call_comentr.webp);
  background-size: contain;
  width: 34%;
  height: 100%;
  aspect-ratio: 409 / 391;
  display: flex;
  justify-content: center;
  padding-top: 6%;
}

.yellow {
  font-size: 3.1rem;
  color: #FFED87;
}

.dot {
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1.05em 0.4em;
  background-image: radial-gradient(0.07em 0.07em at center center, white, white 100%, transparent);
}

.redline {
  background: linear-gradient(transparent 60%, #d84e8e 60%);
}

.omakase {
  position: relative;
  background: no-repeat url(../img/@1x/omakase_bg.webp);
  background-size: 100%;
/*KAZU original
  padding: 9% 0;*/
    padding: 9% 0 0;
  margin-top: -5rem;
}

.omakase-kaz {
  margin-left: auto;
  margin-right: 15%;
  width: 39.2rem;
}

.mkmk-txt {
  top: -17%;
  left: 2%;
  width: 70%;
}

.pick {
  background: no-repeat url("../img/@1x/colorful_bg1.webp");
  background-size: 100%;
/*KAZU original
  margin-top: -5rem;*/
    margin-top: 2rem;
  padding-bottom: 13rem;
}

.pick .inner {
  text-align: center;
}

.pick-crown {
  justify-content: center;
  column-gap: 3rem;
  padding-top: 2rem;
}

.pick-logo {
  padding-top: 16rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 1;
}

.pick-txtbg {
  background: no-repeat url("../img/@1x/bodytext_bg.webp");
  background-size: contain;
  width: 84%;
  height: 100%;
  aspect-ratio: 1010 / 598;
  margin-left: auto;
  margin-right: auto;
  margin-top: -17rem;
  display: flex;
  justify-content: center;
  padding-top: 13%;
}

.pick-txtbg p {
  line-height: 2.8;
}

.pick-p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.kome-midashi {
  background-color: #e57f38;
  color: white;
  border-radius: 5rem;
  padding: .9% 2%;
}

.kome-midashi p {
  line-height: 1.4;
}

.pick-kome {
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  column-gap: 2rem;
}

.kome-meyasu {
  text-align: left;
}

.pick .pick-btn {
  padding-top: 2rem;
}

.event {
  background-color: #e57f38;
  height: auto;
}

.event:after {
  content: "";
  background: #e57f38;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.event>div {
  background: no-repeat url("../img/@1x/event_deco.webp");
  background-size: 100%;
  background-position: center 10rem;
}

.event .inner {
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  max-width: 150rem;
}

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

.event h2+h2 {
  padding-bottom: 3rem;
}

.eventl {
  background: no-repeat url("../img/@1x/event_bgl.webp");
  background-size: contain;
  width: 53%;
  height: 100%;
  aspect-ratio: 788 / 735;
  margin-top: -9rem;
  padding-top: 16%;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  position: relative;
  z-index: 1;
}

.show-a,
.shop-a {
  padding-top: 3rem;
}

.eventr {
  background: no-repeat url("../img/@1x/event_bgr.webp");
  background-size: contain;
  width: 52%;
  height: 100%;
  aspect-ratio: 808 / 594;
  margin-top: 5rem;
  padding-top: 7%;
  margin-left: -8%;
  padding-left: 9%;
  padding-right: 8%;
}

/*
.show-a::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.shop-a::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
*/
.show {
  background: no-repeat url("../img/@1x/show_bg.webp");
  background-size: 100%;
  margin-top: -16rem;
  padding-bottom: 13rem;
  height: auto;
}

.show:after {
  content: "";
  background: #d84f8f;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.show-main,
.shop-main {
  text-align: center;
  padding-top: 54rem;
  padding-bottom: 1rem;
}

.shop {
  background: no-repeat url("../img/@1x/shop_bg.webp");
  background-size: 100%;
  margin-top: -21rem;
  padding-bottom: 13rem;
  height: auto;
}

.shop:after {
  content: "";
  background: #f6df7e;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.sp-a {
  justify-content: space-around;
  padding-bottom: 28%;
}

.sp-a p {
  padding-top: 3.7rem;
}

.show .sp-a p {
  color: white;
}

.reco-btn {
  margin-top: 2.5rem;
}

.other {
  margin-top: -14rem;
  background-color: #e57f38;
  height: auto;
}

.other::before {
  content: "";
  background: no-repeat url("../img/@1x/other-decot.webp");
  background-size: cover;
  display: block;
  width: 100vw;
  aspect-ratio: 1920 / 546;
  position: absolute;
  top: -17rem;
  z-index: 2;
}

.other::after {
  content: "";
  background: no-repeat url("../img/@1x/other-decob.webp");
  background-size: cover;
  display: block;
  width: 91%;
  aspect-ratio: 1752 / 286;
  position: absolute;
  top: 52rem;
  left: 4%;
  z-index: 2;
}

.oc1 {
  width: 42%;
  height: 100%;
  aspect-ratio: 501 / 387;
  margin-top: 5rem;
  margin-left: 11%;
  color: white;
  position: relative;
  z-index: 1;
}

.oc2 {
  width: 50%;
  height: 100%;
  aspect-ratio: 602 / 489;
  margin-top: -7rem;
  margin-left: -14%;
}

.other .rela {
  z-index: 10;
  padding-top: 6%;
  padding-bottom: 19%;
}

.other-title {
  padding-bottom: 2%;
  padding-left: 15%;
  padding-right: 52%;
}

.introduce {
  background: no-repeat url("../img/@1x/introduction_bg.webp");
  background-size: 100%;
  margin-top: -16.5rem;
  padding-bottom: 13rem;
}

.introduce:after {
  content: "";
  background: #009e96;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -28rem;
  z-index: -1;
}

.intr-txtt {
  padding-top: 16%;
}

.intr-pt {
  padding-top: 6%;
}

.intr-kaz {
  top: -8%;
  right: 0;
}

.intr-title {
  padding-bottom: 6%;
}

.intr-txtt p {
  color: white;
  padding-top: 2rem;
}

.intr-h3-1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1rem;
  display: inline-block;
  width: 61rem;
  height: 1px;
  transform: translateX(-106%);
  background-color: white;
}

.intr-h3-2:after {
  content: '';
  position: absolute;
  left: 223%;
  top: 2rem;
  bottom: 0rem;
  display: inline-block;
  width: 48rem;
  height: 1px;
  transform: translateX(-266%);
  background-color: white;
}

.intr-h3-3:after {
  content: '';
  position: absolute;
  left: 109%;
  top: 2rem;
  bottom: 0rem;
  display: inline-block;
  width: 7rem;
  height: 1px;
  transform: translateX(-263%);
  background-color: white;
}

.intr-h3 {
  padding-bottom: 1rem;
}

.intr-txtt strong {
  font-size: 2.2rem;
  font-weight: 500;
}

.introduce .rela {
  width: 100%;
}

.introduce .inner {
  max-width: 130rem;
}

.introduce .flex {
  column-gap: 3.2rem;
}

.btn-form {
  text-align: center;
}

.place {
  background: no-repeat url("../img/@1x/place_bg.webp");
  background-size: 100%;
  margin-top: 1rem;
  padding-bottom: 13rem;
}

.place .flex>div {
  width: 53%;
}

.place .flex>div+div {
  width: 46%;
}

.place>.inner>.flex {
  justify-content: space-between;
}

.place li>div {
  width: 8rem;
  text-align: center;
}

.place-1-1 {
  padding-top: 8%;
  padding-bottom: 7.5%;
}

.place .inner {
  max-width: 130rem;
}

.place-main {
  text-align: center;
  padding-bottom: 5rem;
}

.place-1-1 {
  /*	margin-left: -56rem;*/
  padding-bottom: 9rem;
}

.place-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
}

.place-2-1 {
  padding-bottom: 2.5rem;
}

.place-2-2 {
  padding-bottom: 2.5rem;
}

.place-icon {
  text-align: center;
}

.place-icon>li {
  padding-bottom: 2.53rem;
  width: 80px;
  position: relative;
}

.place li {
  display: flex;
  position: relative;
  padding-bottom: 1rem;
}

.place ul>li>div::after {
  content: "";
  position: absolute;
  left: 7rem;
  top: 11%;
  background: #6a4081;
  width: .6rem;
  height: 2.5rem;
  display: block;
}

.map {
  background: no-repeat url("../img/@1x/map_bg.webp");
  background-size: 100%;
  margin-top: 6rem;
  padding-bottom: 47rem;
}

.map-title {
  padding-top: 31rem;
  padding-bottom: 6rem;
}

.map .rela {
  height: 50rem;
  width: 100%;
}

.map .ab {
  bottom: 0;
}

.map-txt {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-bottom: .8rem;
}

.map-txt p {
  color: white;
}

.white span {
  font-size: 1.9rem;
  color: white;
}

.map-subtitle {
  padding-bottom: 2rem;
}

.more {
  background: no-repeat url("../img/@1x/more_bg.webp");
  background-size: 100%;
  margin-top: -11rem;
  padding-bottom: 47rem;
  text-align: center;
}

.more-textbg {
  background: no-repeat url("../img/@1x/more_textbg.webp");
  background-size: contain;
  width: 84%;
  height: 100%;
  aspect-ratio: 1010 / 598;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
  display: flex;
  justify-content: center;
  padding-top: 1%;
  margin-bottom: 14rem;
}

.more-title {
  padding-top: 17rem;
}

.more-textbg p {
  line-height: 3.2;
}

.review {
  background: no-repeat url("../img/@1x/review_bg.webp");
  background-size: 100%;
  margin-top: -26rem;
  padding-bottom: 47rem;
  height: auto;
}

.review:after {
  content: "";
  background: #3fa94a;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.review-title h3 {
  padding-bottom: 2rem;
}

.subtitle2 {
  padding-top: 8.5rem;
}

.review-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10.5rem 12rem;
}

.review1 {
  width: 54rem;
  height: 43.6rem;
  padding: 5rem;
  position: relative;
}

.review1:first-of-type,
.review1:nth-of-type(2) {
  background: no-repeat center url("../img/@1x/view-content-bg.webp");
  background-size: contain;
}

.review1:nth-of-type(3),
.review1:nth-of-type(4) {
  background: no-repeat center url("../img/@1x/review-content-bg2.webp");
  background-size: contain;
}

.review1:last-of-type,
.review1:nth-of-type(5) {
  background: no-repeat center url("../img/@1x/view-content-bg.webp");
  background-size: contain;
}

.review-midashi {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  padding-bottom: 3rem;
}

.review-midashi::after {
  content: '';
  position: absolute;
  top: 15rem;
  left: 50%;
  bottom: 0rem;
  display: inline-block;
  width: 47rem;
  height: 1px;
  transform: translateX(-50%);
  background-color: black;
  margin-bottom: 1rem;
}

.review-deco {
  position: absolute;
  top: 29rem;
  right: 0.5rem;
}

.re-title {
  order: 1;
  font-size: 2rem;
}

.re-face {
  order: 2;
}

.gedan {
  padding-left: 5rem;
}

.title {
  text-align: center;
}

.title-pa {
  padding-top: 26rem;
}

.review-content {
  padding-top: 10rem;
}

.qa {
  background: no-repeat url("../img/@1x/qa_bg.webp");
  background-size: 100%;
  margin-top: -29rem;
  padding-bottom: 47rem;
  height: auto;
}

.qa:after {
  content: "";
  background: #6a4081;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.qa-mar {
  padding-top: 27rem;
}

.qa .subtitle {
  padding-top: 2rem;
  padding-bottom: 12rem;
}

.contact {
  background: no-repeat url("../img/@1x/contact_bg.webp");
  background-size: 100%;
  margin-top: -49rem;
  padding-bottom: 47rem;
  height: auto;
}

.contact:after {
  content: "";
  background: #94d3cc;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.main_visual {
  padding-top: 25rem;
}

.contact .title h3 {
  color: black;
  padding-bottom: 1rem;
}

.contact-txt {
  margin: 0 36rem;
  padding: 9rem 0;
}

.dd01 {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.contents_1column {
  padding-bottom: 3rem;
}

.bg-layer {
  background-color: #E3E3E3;
  padding: 12rem 11rem;
}

.sentaku {
  width: 24%;
}

.privacy {
  font-size: 1.8rem;
  text-align: center;
}

.box01 dt {
  padding-bottom: 2rem;
}

.box01 dd {
  background-color: white;
  padding: 1rem;
  margin-bottom: 5rem;
}

.box01 input {
  width: 100%;
}

.box01 p {
  /*	margin-top: -5rem;*/
  padding-bottom: 5rem;
  font-size: 1.5rem;
}

.contct-pb {
  margin-bottom: 4rem;
}

.hissu {
  background-color: white;
  border-radius: 2rem;
  padding: .3rem .7rem;
  color: #94d3cc;
}

.nini {
  background-color: white;
  border-radius: 2rem;
  padding: .3rem .7rem;
  color: #747474;
}

.policy {
  font-size: 16px;
  background-color: white;
  padding: 4rem;
}

.submit_btn .form-btn {
  position: relative;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: black;
  padding: 3rem 11rem;
  font-size: 2.4rem;
  border-radius: 5rem;
}

.submit_btn .form-btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent black;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.7rem 2.5rem 0 0;
}

.submit_btn {
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 10rem;
  width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background: no-repeat url("../img/@1x/footer_bg.webp");
  background-size: 100%;
  margin-top: -39rem;
}

footer:after {
  content: "";
  background: #009e96;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12rem;
  z-index: -1;
}

.footer-logo {
  text-align: center;
  padding-top: 14%;
}

footer p {
  text-align: center;
  color: white;
  padding-top: 1rem;
  padding-bottom: 9%;
}

.contact-kome {
  margin-top: -5rem;
}

.ovf {
  overflow: scroll;
  height: 21rem
}

/*ここからレスポンシブ*/
@media screen and (max-width: 1440px) {
  .top-logo {
    width: 83.9rem;
    margin: 0 auto;
    padding-top: 4rem;
    margin-bottom: 21rem;
    position: relative;
    z-index: 5;
  }

  .top-titler {
    right: 13.5%;
    width: 9rem;
  }

  .top-titlel {
    left: 14%;
    width: 9rem;
  }

  .mkmk-txt {
    left: 12%;
    width: 50%;
  }

  .omakase-kaz {
    margin-right: 25%;
    width: 29.2rem;
  }

  .eventl {
    padding-top: 15%;
    padding-left: 7%;
    padding-right: 6%;
  }

  .eventr {
    padding-top: 6%;
    margin-left: -7%;
    padding-left: 7%;
    padding-right: 3%;
  }

  .introduce {
    font-size: 1.6rem;
  }

  .intr-kaz {
    top: 7%;
    right: -1rem;
    width: 35rem;
  }

  .introduce .inner {
    max-width: 100rem;
  }

  .intr-h3-1:after {
    left: 64%;
  }

  .introduce .flex {
    font-size: 1.3rem;
  }

  .intr-h3-2:after {
    top: 1.5rem;
    left: 229%;
    width: 36rem;
    transform: translateX(-266%);
  }

  .intr-h3-3:after {
    top: 1.5rem;
    width: 7rem;
    transform: translateX(-34%);
  }

  .introduce .btn-form {
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

  .map .flex {
    width: 84rem;
    margin: 0 auto;
  }

  .map .rela {
    height: 33rem;
  }

  .map-title {
    padding-bottom: 3rem;
  }

  .map .ab {
    width: 88rem;
  }

  .more {
    margin-top: -26rem;
  }

  .more .inner {
    max-width: 90rem;
  }

  .more-title {
    width: 80%;
    margin: 0 auto;
  }

  .more-textbg p {
    line-height: 2.5;
  }

  .more .btn-form {
    width: 50rem;
    margin: 0 auto;
  }

  footer p {
    padding-bottom: 0%;
  }

  .place-main {
    margin: 0 auto;
    width: 90rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-logo {
    padding-top: 3rem;
    width: 60rem;
  }

  .top-titler {
    width: 7rem;
  }

  .top-titlel {
    width: 7rem;
    top: 40rem;
  }

  .top-btn {
    width: 7rem;
  }

  header .inner {
    width: 74%;
  }

  .call-logo {
    width: 45rem;
    margin: 0 auto;
  }

  .yellow {
    font-size: 2.1rem;
    color: #FFED87;
  }

  .call-hito {
    column-gap: 3rem;
  }

  .call-hito p {
    font-size: 1.4rem;
  }

  .call-logo::before {
    width: 44%;
    left: -54%;
    top: 4rem;
  }

  .call-logo::after {
    width: 44%;
    right: -54%;
    top: 4rem;
  }

  .call-hitor {
    letter-spacing: normal;
  }

  .omakase {
    margin-top: -2.3rem;
  }

  .omakase-kaz {
    margin-right: 25%;
    width: 21.2rem;
  }

  .mkmk-txt {
    left: 22%;
    width: 40%;
    top: -2%;
  }

  .pick-crown>div {
    width: 15rem;
  }

  .pick-txtbg p {
    line-height: 2.5;
  }

  .pick .pick-btn {
    padding-top: 2rem;
    margin: 0 auto;
  }

  .eventl {
    width: 73%;
  }

  .event .flex {
    margin-top: 15rem;
    position: relative;
    height: 100%;
    aspect-ratio: 1052 / 1234;
  }

  .eventr {
    position: absolute;
    width: 80%;
    padding-right: 7%;
    right: -1rem;
    top: 41rem;
  }

  .other {
    padding-bottom: 12rem;
  }

  .other::before {
    top: 11rem;
  }

  .show-main,
  .shop-main {
    padding-top: 35rem;
  }

  .intr-kaz {
    top: -15rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 25rem;
  }

  .intr-kaz img {
    object-fit: cover;
    height: 25rem;
    width: 22rem;
    object-position: top;
  }

  .introduce .inner {
    max-width: 55rem;
  }

  .introduce strong {
    font-size: 1.8rem;
  }

  .intr-h3-1:after {
    left: 106%;
    width: 56rem;
  }

  .introduce .btn-form {
    padding-top: 7rem;
  }

  .place-main {
    width: 80rem;
  }

  .place p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }

  .map {
    background-size: cover;
    background-position: center;
    padding-bottom: 27rem;
  }

  .more {
    margin-top: 5rem;
  }

  .more-title {
    width: 59%;
  }

  .more-textbg p {
    font-size: 1.5rem;
  }

  .more-textbg {
    width: 67%;
  }

  .review-content ul {
    justify-content: center;
  }

  .contents_1column {
    padding-bottom: 6rem;
  }

  .qa {
    background-position: top center;
    background-size: 130%;
  }

  .dot {
    background: unset;
  }
}

@media screen and (max-width: 840px) {
  .ab.top-deco+.ab.top-deco {
    top: 10rem;
  }

  .top-logo {
    width: 76rem;
    margin-bottom: 16rem;
  }

  .top-titler {
    width: 6rem;
    right: 6rem;
  }

  .top-titlel {
    width: 6rem;
    top: 54rem;
    left: 4rem;
  }

  .kamihubuki {
    visibility: hidden;
  }

  .call-logo {
    width: 35rem;
  }

  .yellow {
    font-size: 1.8rem;
  }

  .call-bg {
    visibility: hidden;
  }

  .call-hito {
    column-gap: 2rem;
  }

  .call-hito p {
    font-size: 1.2rem;
  }

  .call-hitol {
    padding-top: 2.1%;
  }

  .omakase-kaz {
    width: 16.2rem;
  }

  .pick {
    margin-top: 5rem;
  }

  .pick-logo {
    padding-top: 6rem;
    width: 45rem;
    margin: 0 auto;
    padding-bottom: 15rem;
  }

  .pick p {
    font-size: 1.4rem;
  }

  .pick-crown>div {
    width: 13rem;
  }

  .pick .pick-btn {
    width: 56%;
  }

  .event p {
    font-size: 1.4rem;
  }

  .eventr {
    top: 32rem;
  }

  .show-main,
  .shop-main {
    padding-top: 26rem;
  }

  .reco-btn {
    margin-top: 5.5rem;
    width: 25%;
  }

  .other .rela {
    padding-top: 16%;
    padding-bottom: 9%;
  }

  .introduce {
    margin-top: -4.5rem;
  }

  .place-main {
    width: 60rem;
  }

  .place p {
    padding-left: 3rem;
  }

  .order {
    order: 2;
    margin: 0 auto;
    padding-top: 12rem;
  }

  .map .ab {
    width: 68rem;
    position: relative;
    margin: 0 auto;
    margin-top: 16rem;
  }

  .more-textbg {
    margin-top: 5rem;
  }

  .more-title {
    padding-top: 9rem;
  }

  .contact {
    padding-bottom: 51rem;
  }

  .sentaku {
    width: 44%;
  }

  .top-logo {
    width: 74rem;
  }

  footer {
    margin-top: -32rem;
  }
}

@media screen and (max-width: 520px) {
  header {
/*KAZU original
    background-size: 150%;*/
    background-size: 120%;
    background-position: top;
  }

  .top-logo {
    width: 34rem;
/*KAZU original
    padding-top: 12rem;*/
    padding-top: 6rem;
/*KAZU original
    margin-bottom: 17rem;*/
    margin-bottom: 12rem;
  }

  .top-titler {
    right: 2rem;
    top: 2rem;
    width: 4rem;
  }

  .top-titlel {
    width: 4rem;
/*KAZU original
    top: 39rem;*/
    top: 27rem;
    left: 1rem;
  }

  .top-btn {
    width: 5rem;
  }

  .ab.top-deco+.ab.top-deco {
/*KAZU original
    top: 17rem;*/
    top: 10rem;
/*KAZU original add*/
    width: 100%;
  }

  .call-logo {
    width: 22rem;
    margin-bottom: 3rem;
  }

  .call-hitol {
    padding-top: 5.1%;
    width: 65%;
  }

  .call-hitoc {
    padding-top: 11%;
    width: 65%;
  }

  .call-hitor {
    padding-top: 15%;
    width: 85%;
  }

  .call-hito {
    gap: 1.5rem 0;
  }

  .omakase {
    background-size: 200%;
    padding: 18% 0 9%;
  }

  .omakase-kaz {
    width: 11.2rem;
    margin-right: 20%;
  }

  .mkmk-txt {
    left: 7%;
    width: 57%;
    top: 0%;
  }

  .pick-logo {
    padding-top: 3rem;
    width: 25rem;
    padding-bottom: 19rem;
  }

  .pick {
    background: unset;
    margin-top: 0;
  }

  .pick-txtbg p {
    line-height: 2.2;
    text-align: left;
    font-size: 1.3rem;
  }

  .pick-crown>div {
    width: 8rem;
  }

  .pick-crown {
    column-gap: 1rem;
  }

  .pick-crown {
    justify-content: flex-start;
    gap: 3rem;
    width: 82%;
    margin: 0 auto;
  }

  .pick-crown>div {
    width: 12rem;
  }

  .pick-txtbg p {
    position: unset;
  }

  .pick-txtbg {
    aspect-ratio: unset;
    background-size: cover;
    padding-bottom: 6%;
    background-position-x: 29%;
  }

  .kome-midashi {
    padding: 2rem 5rem;
    margin-bottom: 3rem;
  }

  .pick p {
    text-align: left;
  }

  .pick .pick-btn {
    width: 100%;
  }

  .event .inner {
    padding: 12rem 0;
  }

  .event>div {
    background-position: center 7rem;
  }

  .eventl {
    width: 99%;
    text-align: left;
    background-size: cover;
    background-position: -7rem;
    padding: 4rem 4rem 6rem;
    margin-bottom: 3rem;
    aspect-ratio: unset;
  }

  .eventr {
    position: relative;
    top: unset;
    right: 0;
    background-size: cover;
    background-position: -7rem;
    margin-top: 0;
    margin-left: 3rem;
    width: 91%;
    align-content: space-around;
    height: 39rem;
    text-align: left;
  }

  .show {
    margin-top: -1rem;
  }

  .show-main,
  .shop-main {
    padding-top: 17rem;
  }

  .show .sp-a p {
    font-size: 1.2rem;
  }

  .reco-btn {
    width: 35%;
    margin-top: 3rem;
  }

  .sp-a p {
    font-size: 1.2rem;
  }

  .sp-a {
    padding-bottom: 7rem;
  }

  .shop {
    margin-top: -16rem;
  }

  .oc2 {
    margin-top: 2rem;
  }

  .introduce {
    margin-top: 2.5rem;
    background: unset;
  }

  .intr-kaz {
    width: 19rem;
  }

  .intr-kaz img {
    height: 18rem;
    width: 15rem;
  }

  .intr-h3-2::after {
    left: 230%;
  }

  .introduce .btn-form {
    width: 28rem;
  }

  .place-main {
    width: 30rem;
  }

  .place .flex>div {
    width: 100%;
  }

  .place .flex>div+div {
    width: 100%;
  }

  .map .ab {
    width: 68rem;
    position: relative;
    margin: 0 auto;
    margin-top: 16rem;
  }

  .other-title {
    padding: 0 11rem 3rem 2rem;
  }

  .oc1 {
    width: 91%;
    margin: 3rem 0 0 0;
  }

  .oc2 {
    width: 90%;
    margin: 0 0 0 auto;
  }

  .intr-title {
    width: 86%;
  }

  h3.intr-h3-1 {
    width: 90%;
  }

  .intr-txtt p {
    font-size: 1.4rem;
  }

  .introduce strong {
    font-size: 1.6rem;
  }

  .introduce .btn-form {
    width: 100%;
  }

  .place p {
    font-size: 1.2rem;
  }

  .place li>div {
    width: 2rem;
    position: relative;
  }

  .place ul>li>div::after {
    right: -1.5rem;
    left: unset;
    width: 3px;
  }

  .place {
    padding-bottom: 0rem;
  }

  .map .ab {
    width: 100%;
    margin-top: 13rem;
  }

  .map .flex {
    width: 100%;
  }

  .map-title {
    padding: 0;
    margin: 3rem 0 2rem;
  }

  .map-subtitle {
    width: 35%;
  }

  .white span {
    font-size: 1.3rem;
  }

  .map {
    padding-bottom: 15rem;
  }

  .more {
    background: unset;
    padding-bottom: 35rem;
  }

  .more-title {
    width: 100%;
    padding-top: 0;
  }

  .more-textbg p {
    font-size: 1.2rem;
    text-align: left;
    position: relative;
    line-height: 2.2;
  }

  .more-textbg {
    width: 100%;
    aspect-ratio: unset;
    background-size: cover;
    background-position: 62%;
    padding: 4rem 0;
    margin: 5rem 0 3rem;
  }

  .more .btn-form {
    width: 100%;
  }

  .title-pa {
    padding-top: 14rem;
  }

  .review {
    background-size: cover;
    background-position: center;
  }

  .subtitle2 {
    padding-top: 6rem;
  }

  .review1 {
    width: 100%;
    padding: 3rem;
    background-size: cover;
    height: unset;
  }

  .review-midashi>div.re-title {
    width: auto;
    font-size: 1.6rem;
  }

  .review-midashi::after {
    width: 100%;
    top: unset;
    bottom: 0;
  }

  .review-deco {
    width: 14%;
    bottom: 0;
    top: unset;
  }

  .review1>div p {
    font-size: 1.2rem;
  }

  .review-midashi>div {
    width: 6rem;
  }

  .review-content ul {
    gap: 5rem;
  }

  .review-midashi {
    position: relative;
  }

  .review {
    padding-bottom: 37rem;
  }

  .intr-h3-2::after {
    width: 77%;
  }

  .qa-mar {
    padding-top: 16rem;
  }

  .qa .subtitle {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 6rem;
  }

  .Label {
    padding: 2rem;
    font-size: 1.6rem;
  }

  .Label span {
    font-size: 2rem;
  }

  .content {
    margin-bottom: 2rem;
  }

  .toggle:checked+.Label+.content {
    padding: 1rem 2rem;
  }

  .Label::before {
    right: 1rem;
  }

  .qa {
    padding-bottom: 20rem;
  }

  .contact {
    margin-top: -12rem;
    background-size: 130%;
    background-position-x: 40%;
    padding-bottom: 0;
  }

  .main_visual {
    padding-top: 16rem;
  }

  .dd01 {
    padding: 5rem 0;
    line-height: 1.7;
  }

  .bg-layer {
    padding: 5rem 2rem;
  }

  .box01 dd {
    margin-bottom: 2rem;
  }

  .box01 p {
    padding: 0;
  }

  .contact-kome {
    margin: 0;
    margin-bottom: 2rem;
  }

  .contct-pb {
    margin-bottom: 0rem;
  }

  .ovf {
    background: #fff;
    padding: 1.5rem;
  }

  .submit_btn .form-btn {
    padding: 2rem;
    font-size: 1.2rem;
  }

  .submit_btn {
    width: 100%;
  }

  .contents_1column {
    padding-bottom: 0;
  }

  footer .inner {
    width: 100%;
    background: #019e95;
    margin-top: 2rem;
  }

  footer {
    padding-top: 1rem;
    margin-top: 0;
  }

  footer:after {
    display: none;
  }

  .submit_btn {
    margin-bottom: 7rem;
  }

  .footer-logo {
    width: 90%;
    margin: 0 auto;
  }

  footer p {
    font-size: 1.2rem;
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .event .flex {
    height: unset;
    aspect-ratio: unset;
  }
}
