.underMV.dish-work-rental {
  background-image: url(../images/dish-work-rental_bg.webp);
}
.underMV.azabudining {
  background-image: url(../images/higashiazabu_bg.webp);
}
.underMV.azabumain {
  background-image: url(../images/azabumain_bg.webp);
}
.underMV.azabusub {
  background-image: url(../images/azabusub_bg.webp);
}
.underMV.higashiazabu {
  background-image: url(../images/remu_bg.webp);
  background-position: center top 70px;
}
.underMV .inner {
  align-items: center;
  height: 685px;
}
.underMV .under-title {
  text-align: center;
}
.underMV .under-title h1 {
  font-size: 36px;
  line-height: 1.5;
}
.underMV .under-title p {
  font-size: 18px;
  font-weight: 500;
}
.underMV .under-title .parts-button {
  display: flex;
  gap: 10px;
  margin: 20px auto 0;
}
.underMV .under-title .parts-button .calender:before {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url(../images/icon_calendar.png);
  background-size: cover;
}
.underMV .under-title .parts-button .calender:hover::before {
  background-image: url(../images/icon_calendar-c.png);
}

/* studio-desc */
.studio-desc {
  padding: 50px 0 30px;
}
.studio-desc .button {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 130px;
  height: 35px;
  border: solid 1px #000;
  border-radius: 17.5px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.studio-desc .button:hover {
  background-color: #000;
  color: #fff;
}
.studio-desc .button::before, .studio-desc .button::after {
  position: absolute;
  right: 8px;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #333;
}
.studio-desc .button::before {
  transform: translateY(-2px) rotate(45deg);
}
.studio-desc .button::after {
  transform: translateY(2px) rotate(-45deg);
}
.studio-desc .button:hover::before, .studio-desc .button:hover::after {
  background-color: #fff;
}
.studio-desc .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
.studio-desc .title h2 {
  font-size: 26px;
  font-weight: 700;
}
.studio-desc table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-weight: 500;
}
.studio-desc table th {
  width: 160px;
  padding: 5px 0;
  background-color: #e8e8e8;
  font-size: 14px;
  vertical-align: middle;
}
.studio-desc table td {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
  font-size: 18px;
}
.studio-desc table td .button {
  position: static;
  display: inline-block;
  width: 110px;
  height: 25px;
  border-radius: 12.5px;
}
.studio-desc table td .button::before, .studio-desc table td .button::after {
  display: none;
}
.studio-desc table td .small {
  font-size: 16px;
}
.studio-desc table td .color {
  color: #148202;
}
.studio-desc table td .large {
  font-size: 36px;
}

/* studio-button */
.studio-button {
  position: static;
  padding: 10px 0 10px;
  background-color: #fff;
  transition: 0.2s;
  z-index: 11;
}
.studio-button.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.studio-button__btn {
  width: calc(14.2857142857% - 8.5714285714px);
  color: #4faa74;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.studio-button__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: solid 1px #4faa74;
  border-radius: 5px;
}
.studio-button__btn.sizeM {
  font-size: 16px;
}
.studio-button__btn.sizeS {
  font-size: 14px;
}
.studio-button__btn.dish {
  background-color: #4faa74;
  color: #fff;
}
.studio-button__btn-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.studio-button__btn.none {
  opacity: 0.6;
  user-select: none;
}
.studio-button__btn-child {
  display: flex;
  justify-content: flex-end;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.studio-button__btn-child .child-btn {
  min-width: 140px;
  margin-top: 5px;
}
.studio-button__btn-child .child-btn:last-of-type {
  padding-left: 10px;
}
.studio-button__btn-child .child-btn a {
  border: unset;
  background-color: #e1f9eb;
  border: solid 1px #e1f9eb;
}
.studio-button__btn-child .child-btn.none {
  opacity: 0.6;
  user-select: none;
}
.studio-button__btn-child .child-btn.none a:hover {
  opacity: unset;
}
.studio-button__btn-child.left {
  justify-content: flex-start;
}
.studio-button__btn-child.left .child-btn:first-of-type {
  padding-right: 10px;
}
.studio-button__btn-child.left .child-btn:last-of-type {
  padding: unset;
}
.studio-button__btn.btn-parent {
  position: relative;
}
.studio-button__btn.btn-parent:hover .studio-button__btn-child,
.studio-button__btn.btn-parent .studio-button__btn-child:hover {
  max-height: 55px;
  overflow: visible;
}
.studio-button__btn.btn-parent > a:before, .studio-button__btn.btn-parent > a::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  content: "";
  width: 8px;
  height: 1.5px;
  background-color: #4faa74;
}
.studio-button__btn.btn-parent > a::before {
  transform: rotate(45deg);
}
.studio-button__btn.btn-parent > a::after {
  transform: translateX(5px) rotate(-45deg);
}

/* img-slider */
.img-slider {
  padding: 50px 0;
}
.img-slider .inner {
  max-width: 1024px;
}
.img-slider h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.img-slider .studio-slider {
  margin-bottom: 20px;
}
.img-slider .studio-slider .slick-dots {
  position: static;
  transform: unset;
  max-width: 70%;
  margin: 0 auto;
}
.img-slider .studio-slider .slick-prev {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: #4faa74;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10;
}
.img-slider .studio-slider .slick-prev::before, .img-slider .studio-slider .slick-prev::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.img-slider .studio-slider .slick-prev::before {
  transform: translateX(5px) translateY(5px) rotate(45deg);
}
.img-slider .studio-slider .slick-prev::after {
  transform: translateX(-9px) translateY(-5px) rotate(-45deg);
}
.img-slider .studio-slider .slick-next {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: #4faa74;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 10;
}
.img-slider .studio-slider .slick-next::before, .img-slider .studio-slider .slick-next::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.img-slider .studio-slider .slick-next::before {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.img-slider .studio-slider .slick-next::after {
  transform: translateX(-9px) translateY(-5px) rotate(45deg);
}
.img-slider .studio-slider .slick-img {
  margin: 0 10px;
  padding-bottom: 30px;
  width: 80%;
  height: 34vw;
}
.img-slider .studio-slider .slick-img img {
  height: 100%;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.img-slider .studio-slider .slick-img p {
  font-size: 16px;
  font-weight: 700;
}
.img-slider .studio-thumbnail .thumbnail-img {
  width: calc(16.6666666667% - 10px) !important;
  height: 84px;
  opacity: 0.3;
  transition: opacity 0.2s linear;
}
.img-slider .studio-thumbnail .thumbnail-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.img-slider .studio-thumbnail .slick-current {
  opacity: 1;
}
.img-slider .studio-thumbnail .slick-track {
  display: flex;
  gap: 10px;
}
.img-slider .studio-thumbnail .slick-track::before {
  display: none;
}
.img-slider__list {
  max-width: 1024px;
  margin: 30px auto 0;
  padding: 0 10px;
}
.img-slider__list ul {
  border: solid 1px #c5c5c5;
}
.img-slider__list li {
  padding: 5px 5px 5px 20px;
  font-size: 14px;
}
.img-slider__list li:not(:last-of-type) {
  border-bottom: solid 1px #c5c5c5;
}

/* dish-how */
.dish-how {
  padding: 50px 0;
}
.dish-how .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}
.dish-how .title h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: solid 9px #4faa74;
}
.dish-how .title .desc {
  font-size: 20px;
}
.dish-how .title .parts-button {
  align-self: center;
}
.dish-how h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.dish-how h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.dish-how p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.dish-how table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: 20px;
}
.dish-how table tr {
  border-top: solid 1px #a7a7a7;
  font-size: 16px;
  font-weight: 500;
}
.dish-how table tr:last-of-type {
  border-bottom: solid 1px #a7a7a7;
}
.dish-how table th {
  width: 160px;
  padding: 10px 5px 10px 20px;
  text-align: left;
  vertical-align: middle;
}
.dish-how table td {
  padding: 10px 5px;
}
.dish-how table td small {
  font-size: 14px;
}

/* studio-price */
.studio-price {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.studio-price__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.studio-price__ttl .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 140px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 17.5px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.studio-price__ttl .button:hover {
  background-color: #000;
  color: #fff;
}
.studio-price__ttl .button::before, .studio-price__ttl .button::after {
  position: absolute;
  right: 8px;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #333;
}
.studio-price__ttl .button::before {
  transform: translateY(-2px) rotate(45deg);
}
.studio-price__ttl .button::after {
  transform: translateY(2px) rotate(-45deg);
}
.studio-price__ttl .button:hover::before, .studio-price__ttl .button:hover::after {
  background-color: #fff;
}
.studio-price__ttl h3 {
  font-size: 22px;
  font-weight: 700;
}
.studio-price__ttl h3 small {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}
.studio-price__ttl h3 .red {
  margin-left: 20px;
  color: #e90000;
}
.studio-price__ttl h3 .large {
  font-size: 32px;
}
.studio-price table {
  width: 100%;
  margin-bottom: 30px;
  border-left: solid 1px #4faa74;
  border-right: solid 1px #4faa74;
}
.studio-price table tr {
  border-top: solid 1px #4faa74;
}
.studio-price table tr:last-of-type {
  border-bottom: solid 1px #4faa74;
}
.studio-price table th {
  padding: 15px 10px;
  background-color: #fff;
  border-right: solid 1px #4faa74;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.studio-price table th.large {
  font-size: 20px;
  font-weight: 700;
}
.studio-price table td {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.studio-price table td.bg-color {
  background-color: #4faa74;
  color: #fff;
}
.studio-price table td.time {
  width: 300px;
  background-color: #efefef;
}
.studio-price table td.time:last-of-type {
  border-left: solid 1px #4faa74;
}
.studio-price table td.price {
  width: 300px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.studio-price table td.price:last-of-type {
  border-left: solid 1px #4faa74;
}
.studio-price table td.price .large {
  font-size: 26px;
}
.studio-price table td.price.red {
  color: #e90000;
}
.studio-price__card {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.studio-price__card .icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 20%;
  padding: 10px;
  aspect-ratio: 1;
}
.studio-price__card .icon .img {
  width: 40%;
}
.studio-price__card .icon .img.small {
  width: 30%;
}
.studio-price__card .icon p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.studio-price__card .icon:nth-of-type(even) {
  background-color: #e7f7ee;
}
.studio-price__card .icon:nth-of-type(odd) {
  background-color: #f4fff8;
}
.studio-price__card .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.studio-price__card .parts-button {
  margin: 0 auto;
  max-width: 360px;
}
.studio-price__card .parts-button a {
  font-size: 18px;
}
.studio-price .end-credits {
  margin-top: 30px;
}
.studio-price .end-credits .ttl {
  margin-bottom: 10px;
}
.studio-price .end-credits .ttl h2 {
  padding-left: 10px;
  border-left: solid 9px #037e00;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.studio-price .end-credits .ttl p {
  font-size: 18px;
  font-weight: 500;
}
.studio-price .end-credits .discount p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.studio-price .end-credits .discount p .color {
  color: #f20000;
}
.studio-price .end-credits .discount p .large {
  font-size: 30px;
}

/* studio-list */
.studio-list {
  padding: 50px 0;
}
.studio-list .parts-button-w {
  margin: 0 auto;
  max-width: 230px;
  font-size: 12px;
}
.studio-list .parts-button-w .kitchen {
  padding-left: 20px;
}
.studio-list .parts-button-w .kitchen:before {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon_kitchen-c.png);
  background-size: cover;
}
.studio-list .parts-button-w .kitchen:hover::before {
  background-image: url(../images/icon_kitchen-w.png);
}
.studio-list__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.3333333333% - 13.3333333333px);
}
.studio-list__card .img {
  border-radius: 10px;
  overflow: hidden;
}
.studio-list__card h3 {
  font-size: 20px;
  font-weight: 700;
}
.studio-list__card p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.studio-list__card .parts-button-w {
  margin-top: auto;
}
.studio-list__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .underMV .inner {
    height: 350px;
  }
  .underMV .under-title h1 {
    font-size: 18px;
  }
  .underMV .under-title p {
    font-size: 12px;
  }
  .underMV .under-title .parts-button {
    margin: 20px auto 0;
  }
  .underMV .under-title .parts-button .calender:before {
    width: 18px;
    height: 18px;
  }
  /* studio-desc sp */
  .studio-desc .button {
    position: relative;
    width: 100px;
    height: 25px;
    margin-left: auto;
    border-radius: 12.5px;
    font-size: 10px;
  }
  .studio-desc .title {
    display: block;
  }
  .studio-desc .title h2 {
    font-size: 18px;
  }
  .studio-desc table {
    width: 100%;
  }
  .studio-desc table th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .studio-desc table td {
    display: block;
    padding-left: unset;
    font-size: 14px;
  }
  .studio-desc table td .button {
    position: static;
    display: inline-block;
    width: 80px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
  }
  .studio-desc table td .small {
    font-size: 12px;
  }
  .studio-desc table td .large {
    font-size: 18px;
  }
  /* studio-button sp */
  .studio-button {
    position: static;
  }
  .studio-button__btn {
    width: calc(50% - 5px);
    font-size: 16px;
  }
  .studio-button__btn.sizeM {
    font-size: 14px;
  }
  .studio-button__btn.sizeS {
    font-size: 12px;
  }
  .studio-button__btn-wrapper {
    gap: 10px;
  }
  .studio-button__btn-child {
    flex-direction: column;
    width: 100%;
    transform-origin: bottom;
    transform: scaleY(0);
  }
  .studio-button__btn-child .child-btn {
    width: 100%;
  }
  .studio-button__btn-child .child-btn:last-of-type {
    padding-left: unset;
  }
  .studio-button__btn-child.left .child-btn:first-of-type {
    padding-right: unset;
  }
  .studio-button__btn.btn-parent:hover .studio-button__btn-child,
  .studio-button__btn.btn-parent .studio-button__btn-child:hover {
    max-height: 110px;
    transform: scaleY(1);
    transform-origin: top;
  }
  /* img-slider sp */
  .img-slider {
    padding: 30px 0;
  }
  .img-slider h2 {
    font-size: 16px;
  }
  .img-slider .studio-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
  .img-slider .studio-slider .slick-prev::before, .img-slider .studio-slider .slick-prev::after {
    width: 10px;
  }
  .img-slider .studio-slider .slick-prev::before {
    transform: translateX(3px) translateY(3px) rotate(45deg);
  }
  .img-slider .studio-slider .slick-prev::after {
    transform: translateX(-7px) translateY(-3px) rotate(-45deg);
  }
  .img-slider .studio-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .img-slider .studio-slider .slick-next::before, .img-slider .studio-slider .slick-next::after {
    width: 10px;
  }
  .img-slider .studio-slider .slick-next::before {
    transform: translateX(3px) translateY(3px) rotate(-45deg);
  }
  .img-slider .studio-slider .slick-next::after {
    transform: translateX(-7px) translateY(-3px) rotate(45deg);
  }
  .img-slider .studio-slider .slick-img {
    margin: 0 5px;
    height: 62vw;
  }
  .img-slider .studio-slider .slick-img p {
    font-size: 12px;
  }
  .img-slider .studio-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .img-slider .studio-thumbnail .thumbnail-img {
    width: calc(33.3333333333% - 3.3333333333px) !important;
    height: 68px;
  }
  .img-slider .studio-thumbnail .slick-track {
    gap: 5px;
  }
  .img-slider__list li {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
  }
  /* dish-how sp */
  .dish-how .title {
    gap: 10px;
  }
  .dish-how .title h2 {
    padding-left: 5px;
    font-size: 18px;
    border-left: solid 5px #4faa74;
  }
  .dish-how .title .desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .dish-how h3 {
    font-size: 16px;
  }
  .dish-how h4 {
    font-size: 14px;
  }
  .dish-how p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .dish-how table {
    margin-left: unset;
  }
  .dish-how table tr {
    font-size: 14px;
  }
  .dish-how table th {
    width: 120px;
    padding: 10px 5px 10px 20px;
  }
  .dish-how table td small {
    font-size: 12px;
  }
  /* studio-price sp */
  .studio-price .inner {
    padding: 0 5px;
  }
  .studio-price__ttl {
    flex-wrap: wrap;
  }
  .studio-price__ttl .button {
    margin-left: auto;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
  }
  .studio-price__ttl h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }
  .studio-price__ttl h3 small {
    display: block;
    padding-left: unset;
    font-size: 12px;
  }
  .studio-price__ttl h3 .red {
    margin-left: 10px;
  }
  .studio-price__ttl h3 .large {
    font-size: 26px;
  }
  .studio-price table {
    margin-bottom: 20px;
  }
  .studio-price table th {
    font-size: 14px;
  }
  .studio-price table th.large {
    font-size: 16px;
  }
  .studio-price table td {
    font-size: 14px;
  }
  .studio-price table td.time {
    width: unset;
  }
  .studio-price table td.price {
    width: unset;
    font-size: 12px;
  }
  .studio-price table td.price .large {
    font-size: 18px;
  }
  .studio-price__card {
    padding: 30px 10px;
  }
  .studio-price__card .icon {
    width: 33.3333333333%;
    padding: 5px;
  }
  .studio-price__card .icon p {
    font-size: 9px;
  }
  .studio-price__card .parts-button a {
    font-size: 14px;
  }
  .studio-price .end-credits {
    margin-top: 20px;
  }
  .studio-price .end-credits .ttl h2 {
    padding-left: 5px;
    border-left: solid 5px #037e00;
    font-size: 18px;
  }
  .studio-price .end-credits .discount p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .studio-price .end-credits .discount p .large {
    font-size: 18px;
  }
  /* studio-list sp */
  .studio-list__card {
    width: 100%;
  }
  .studio-list__card h3 {
    font-size: 16px;
  }
  .studio-list__card p {
    font-size: 12px;
  }
}