@charset "UTF-8";
@import url(app.css);
@font-face {
  font-family: "TenhamaFont";
  src:
    url("font/TenhamasenFontVer-Regular.woff2") format("woff2"),
    url("font/TenhamasenFontVer-Regular.ttf") format("truetype");
}
:root {
  --ff-ten: "TenhamaFont", sans-serif;
  --color-base: #fbf8f1;
  --color-org: #f0622e;
  --color-white: #ffffff;
  --color-ywl: #ffff00;
  --color-bk: #333333;
}

/* MOLTIたるみ スタイル
　　class名接頭辞：molti-tarumi
---------------------------------------------- */
.molti-tarumi {
  font-family: var(--ff-zen-kaku-gothic);
}
.molti-tarumi-article {
  background-color: var(--color-base);
}
.molti-tarumi .c-ten {
  font-family: "TenhamaFont", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.molti-tarumi .c-flex {
  display: flex;
  flex-wrap: wrap;
}
.molti-tarumi .c-flex.c-spb {
  justify-content: space-between;
}
.molti-tarumi .c-flex.c-ac {
  align-items: center;
}
.molti-tarumi .c-fitimg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.molti-tarumi .c-hasmax {
  height: auto;
  max-width: 100%;
}
.molti-tarumi .splide figure img {
  width: 100%;
}
.molti-tarumi .splide__pagination {
  position: static;
  margin-block-start: 5px;
}
.molti-tarumi .splide__pagination__page {
  background: #f8cdaf;
  opacity: 1;
  margin: 0 5px;
  width: 7px;
  height: 7px;
}
.molti-tarumi .splide__pagination__page.is-active {
  background: var(--color-org);
  transform: scale(1);
  z-index: 1;
}
.molti-tarumi-mv {
  position: relative;
}
.molti-tarumi-mv__box {
  position: absolute;
  top: 0;
  left: 0;
  margin-inline: auto;
  inset: auto 0;
  height: calc(100dvh - 82px);
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  .molti-tarumi-mv__box {
    height: 100%;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .molti-tarumi-mv__box {
    position: relative;
    z-index: 2;
    height: auto;
    padding-block: 1px;
  }
}
.molti-tarumi-mv__box h1 {
  margin-block-start: clamp(100px, 70px + 9.375vw, 250px);
  margin-block-end: clamp(30px, 25px + 1.5625vw, 55px);
  width: 45%;
  max-width: 588px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-mv__box h1 {
    width: 100%;
    margin-block-start: 0;
  }
  .molti-tarumi-mv__box h1 img {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .molti-tarumi-mv__box h1 img {
    margin-top: -7%;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-mv__box h1:before,
  .molti-tarumi-mv__box h1:after {
    content: "";
    display: block;
    background-size: cover;
    width: 100%;
  }
  .molti-tarumi-mv__box h1:before {
    background-image: url(../images/molti_tarumi/mv-pic1-sp.webp);
    aspect-ratio: 780/374;
  }
  .molti-tarumi-mv__box h1:after {
    background-image: url(../images/molti_tarumi/mv-pic2-sp.webp);
    aspect-ratio: 780/228;
    margin-block-start: 20px;
  }
}
.molti-tarumi-mv__txt {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.9;
  width: 45%;
  max-width: 588px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-mv__txt {
    width: 90%;
    font-size: 15px;    
  }
}
.molti-tarumi-mv__tiket {
  max-width: 265px;
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
@media screen and (max-width: 1000px) {
  .molti-tarumi-mv__tiket {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-mv__tiket {
    width: 45%;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
.molti-tarumi-mv__tiket.is-hidden {
  opacity: 0;
  transform: translateX(0%) translateY(-12px);
  pointer-events: none;
}
.molti-tarumi-mv__pic {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .molti-tarumi-mv__pic {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-mv figure {
    display: none;
  }
}
.molti-tarumi-intro {
  padding-block: clamp(45px, 44px + 0.3125vw, 50px) 0;
  margin-block-end: clamp(30px, 16px + 4.375vw, 100px);
}
.molti-tarumi-intro h2 {
  text-align: center;
  margin-block-end: clamp(25px, 20px + 1.5625vw, 50px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-intro h2 {
    padding-inline: 5%;
  }
}
.molti-tarumi-intro h2 img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-intro figure img {
    width: 330%;
    max-width: none;
  }
}
.molti-tarumi-shop1 {
  background-color: var(--color-org);
  border-radius: 30px;
  padding: clamp(12px, 9.6px + 0.75vw, 24px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 10px + 1.5625vw, 40px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1 {
    border-radius: 10px;
  }
}
.molti-tarumi-shop1__item {
  background-color: var(--color-white);
  border-radius: 20px;
  padding-block: clamp(12px, 2.4px + 3vw, 60px);
  width: 100%;
  max-width: 1230px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__item {
    border-radius: 6px;
  }
}
.molti-tarumi-shop1__inner {
  display: grid;
  justify-content: space-between;
  grid-template: "cap slide" max-content "title slide" max-content "copy slide" max-content "detail slide" max-content "point point" 1fr/40% 56%;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 24px) !important;
  }
}
.molti-tarumi-shop1__inner.-bocksun {
  grid-template: "slide cap" max-content "slide title" max-content "slide copy" max-content "slide detail" max-content "point point" 1fr/56% 41%;
}
.molti-tarumi-shop1__inner.-bocksun .-point {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner.-bocksun .-point {
    flex-direction: column-reverse;
  }
}
.molti-tarumi-shop1__inner.-bocksun .-point dl {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner.-bocksun .-point dl {
    text-align: left;
  }
}
.molti-tarumi-shop1__inner.-bocksun .-point dl:after {
  background-image: url(../images/molti_tarumi/bocksun_illust.webp);
  transform: scaleX(-1);
  aspect-ratio: 262/320;
  max-width: 130px;
  width: 20%;
  left: 0;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner.-bocksun .-point dl:after {
    max-width: 80px;
    width: 30%;
    top: -70px;
    left: auto;
    right: 0;
  }
}
.molti-tarumi-shop1__inner.-bocksun .-point dl dt {
  display: inline-block;
  text-align: left;
  min-width: 485px;
}
@media screen and (max-width: 1200px) {
  .molti-tarumi-shop1__inner.-bocksun .-point dl dt {
    width: 80%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner.-bocksun .-point dl dt {
    width: 100%;
  }
}
.molti-tarumi-shop1__inner.-bocksun .-point dl dd {
  text-align: left;
}
.molti-tarumi-shop1__inner .-cap {
  grid-area: cap;
  font-size: clamp(15px, 14px + 0.3125vw, 20px);
  font-family: var(--ff-ten);
  margin-block-end: clamp(1px, -1.2px + 0.6875vw, 12px);
}
.molti-tarumi-shop1__inner .-title {
  grid-area: title;
  font-family: var(--ff-ten);
  font-size: clamp(25px, 22.8px + 0.6875vw, 36px);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block-end: clamp(10px, 8.4px + 0.5vw, 18px);
}
.molti-tarumi-shop1__inner .-title span {
  font-size: clamp(18px, 17.2px + 0.25vw, 22px);
  background-color: var(--color-org);
  color: var(--color-white);
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  padding-block-start: 2px;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-title span {
    width: 28px;
    height: 28px;
  }
}
.molti-tarumi-shop1__inner .-title em {
  font-style: normal;
}
.molti-tarumi-shop1__inner .-title em em {
  display: block;
  font-size: clamp(14px, 12.8px + 0.375vw, 20px);
}
.molti-tarumi-shop1__inner .-copy {
  grid-area: copy;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.9;
  margin-block-end: clamp(20px, 19.2px + 0.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-copy {
    font-size: 15px;
    line-height: 1.9;
  }
}
.molti-tarumi-shop1__inner .-slides {
  grid-area: slide;
  margin-block: 0 auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-slides {
    margin-block-end: 20px;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-slides figure {
    border-radius: 6px;
    overflow: hidden;
  }
}
.molti-tarumi-shop1__inner .-detail {
  grid-area: detail;
  font-size: clamp(12px, 11.6px + 0.125vw, 14px);
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 4px 16px;
  margin-block-end: clamp(30px, 24px + 1.875vw, 60px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-detail {
    font-size: 14px;
    gap: 5px 0;
  }
}
.molti-tarumi-shop1__inner .-detail dt {
  display: flex;
  gap: 8px;
  font-weight: 500;
}
.molti-tarumi-shop1__inner .-detail dt:before {
  content: "";
  background-color: var(--color-org);
  width: 3px;
  height: 15px;
  display: block;
  margin-block-start: 3px;
}
.molti-tarumi-shop1__inner .-detail dd a {
  text-decoration: underline;
}
.molti-tarumi-shop1__inner .-detail dd a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-size: cover;
  margin-inline-start: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%204.5L9.75%200.75M9.75%200.75H7.25M9.75%200.75V3.25M9.75%206.25V8.75C9.75%209.01522%209.64464%209.26957%209.45711%209.45711C9.26957%209.64464%209.01522%209.75%208.75%209.75H1.75C1.48478%209.75%201.23043%209.64464%201.04289%209.45711C0.855357%209.26957%200.75%209.01522%200.75%208.75V1.75C0.75%201.48478%200.855357%201.23043%201.04289%201.04289C1.23043%200.855357%201.48478%200.75%201.75%200.75H4.25%22%20stroke%3D%22%23F0622E%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.molti-tarumi-shop1__inner .-point {
  grid-area: point;
  background-color: #ffffff;
  background-image: radial-gradient(circle, rgba(153, 153, 153, 0.4) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 12px 12px;
  border: 1px solid #999;
  border-radius: 20px;
  padding: clamp(12px, 9.6px + 0.75vw, 24px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point {
    flex-direction: column-reverse;
    border-radius: 6px;
    background-size: 6px 6px;
    background-image: radial-gradient(circle, rgba(153, 153, 153, 0.1) 1px, transparent 1px);
  }
}
.molti-tarumi-shop1__inner .-point dl {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point dl {
    width: 100%;
  }
}
.molti-tarumi-shop1__inner .-point dl:after {
  content: "";
  background-image: url(../images/molti_tarumi/moriya_illust.webp);
  background-size: cover;
  aspect-ratio: 299/330;
  max-width: 150px;
  width: 25%;
  position: absolute;
  right: 0;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point dl:after {
    max-width: 80px;
    top: -60px;
  }
}
.molti-tarumi-shop1__inner .-point dl dt {
  font-family: var(--ff-ten);
  font-size: clamp(22px, 19.8px + 0.6875vw, 33px);
  font-weight: 400;
  margin-block-end: clamp(5px, 2.8px + 0.6875vw, 16px);
}
.molti-tarumi-shop1__inner .-point dl dt span {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  background-color: var(--color-ywl);
  border: 1px solid var(--color-bk);
  border-radius: 30px;
  width: 170px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-end: clamp(6px, 4.8px + 0.375vw, 12px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point dl dt span {
    width: 150px;
    height: 31px;
  }
}
.molti-tarumi-shop1__inner .-point dl dd {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point dl dd {
    font-size: 15px;
  }
}
.molti-tarumi-shop1__inner .-point figure {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop1__inner .-point figure {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-block-end: 20px;
  }
}
.molti-tarumi-shop2 {
  padding-block: clamp(30px, 26px + 1.25vw, 50px);
}
.molti-tarumi-shop2__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 24px + 1.875vw, 60px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2__inner {
    display: flex;
    flex-direction: column;
  }
}
.molti-tarumi-shop2__inner.-park {
  display: block;
}
.molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item {
  display: grid;
  grid-template: "pic tl" max-content "pic copy" max-content "pic txt" 1fr/1fr 1fr;
  gap: 0 clamp(30px, 24px + 1.875vw, 60px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item {
    display: flex;
    flex-direction: column;
  }
}
.molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item figure {
  grid-area: pic;
}
.molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item h3 {
  grid-area: tl;
}
.molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item p {
  grid-area: copy;
}
.molti-tarumi-shop2__inner.-park .molti-tarumi-shop2__item dl {
  grid-area: txt;
}
.molti-tarumi-shop2__item {
  display: block;
  width: 100% !important;
}
.molti-tarumi-shop2__item figure {
  margin-block-end: clamp(12px, 9.6px + 0.75vw, 24px);
}
.molti-tarumi-shop2__item .-title {
  margin-block-end: clamp(6px, 4.8px + 0.375vw, 12px);
}
.molti-tarumi-shop2__item .-detail {
  background-color: var(--color-white);
  border: 1px solid #999;
  border-radius: 20px;
  padding-block: clamp(12px, 9.6px + 0.75vw, 24px);
  padding-inline: clamp(12px, 9.6px + 0.75vw, 24px) clamp(12px, 9.4px + 0.8125vw, 25px);
  grid-template-columns: 70px 1fr;
  margin-block-end: 0;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2__item .-detail {
    border-radius: 6px;
    grid-template-columns: 90px 1fr;
  }
}
@media screen and (max-width: 900px) {
  .molti-tarumi-shop2__item .-detail br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2__item .-detail br {
    display: block;
  }
}
.molti-tarumi-shop2 h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-block: clamp(30px, 16px + 4.375vw, 100px) clamp(15px, 8px + 2.1875vw, 50px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2 h2 {
    gap: 0;
  }
}
.molti-tarumi-shop2 h2 span {
  font-size: clamp(20px, 18px + 0.625vw, 30px);
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ff-ten);
  width: 650px;
  height: 68px;
  border-radius: 40px;
  border: 1px solid var(--color-bk);
  background-color: var(--color-ywl);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2 h2 span {
    width: 297px;
    height: 72px;
  }
}
.molti-tarumi-shop2 h2:before,
.molti-tarumi-shop2 h2:after {
  content: "";
  background-size: auto 100%;
  display: block;
  aspect-ratio: 275/279;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2 h2:before,
  .molti-tarumi-shop2 h2:after {
    width: 50px;
    aspect-ratio: 50/101;
  }
}
.molti-tarumi-shop2 h2:before {
  background-image: url(../images/molti_tarumi/illust1.webp);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2 h2:before {
    background-position: right;
    transform: translateX(20px);
  }
}
.molti-tarumi-shop2 h2:after {
  background-image: url(../images/molti_tarumi/illust2.webp);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-shop2 h2:after {
    transform: translateX(-25px);
  }
}
.molti-tarumi-info {
  background-color: var(--color-org);
  border-radius: 30px;
  padding-block: clamp(40px, 31px + 2.8125vw, 85px);
  margin-block-end: clamp(50px, 26px + 7.5vw, 170px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info {
    border-radius: 10px;
  }
}
.molti-tarumi-info__inner {
  display: grid;
  gap: 0 50px;
  grid-template: "title pic pic" max-content "txt pic pic" max-content "txt link qr" max-content "map map map" 1fr/53% 27% 10%;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info__inner {
    width: 100%;
    justify-content: space-between;
    grid-template: "title title" max-content "txt txt" max-content "link qr" max-content "pic pic" max-content "map map" 1fr/71% 25%;
    gap: 0 0px;
  }
}
.molti-tarumi-info__inner .-title {
  grid-area: title;
  color: var(--color-white);
  font-family: var(--ff-ten);
  font-size: clamp(20px, 16px + 1.25vw, 40px);
  margin-block-end: clamp(10px, -4px + 4.375vw, 80px);
}
.molti-tarumi-info__inner .-txt {
  grid-area: txt;
  color: var(--color-white);
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-block: 0 auto;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info__inner .-txt {
    grid-template-columns: 75px 1fr;
  }
}
.molti-tarumi-info__inner .-txt dt,
.molti-tarumi-info__inner .-txt dd {
  border-bottom: 1px solid var(--color-white);
  padding-block-end: clamp(13px, 11.6px + 0.4375vw, 20px);
  margin-block-end: clamp(13px, 11.6px + 0.4375vw, 20px);
}
.molti-tarumi-info__inner .-txt dt:last-of-type,
.molti-tarumi-info__inner .-txt dd:last-of-type {
  border: none;
}
.molti-tarumi-info__inner .-pic {
  grid-area: pic;
  margin-block-end: clamp(15px, 12px + 0.9375vw, 30px);
}
.molti-tarumi-info__inner .-link {
  grid-area: link;
}
.molti-tarumi-info__inner .-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-white);
  max-width: 300px;
  height: 70px;
  border-radius: 10px;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 700;
  border: 1px solid var(--color-bk);
  box-shadow: 3px 4px 0px 0px rgb(0, 0, 0);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .molti-tarumi-info__inner .-link a:hover {
    opacity: 1;
    box-shadow: none;
    transform: translate(3px, 4px);
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info__inner .-link a {
    margin-inline: auto;
    height: 62px;
  }
}
.molti-tarumi-info__inner .-link a:after {
  content: "";
  width: 13px;
  height: 16px;
  background-size: cover;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.78863%200C8.17013%209.17849e-05%208.53945%200.132347%208.83187%200.3736L8.9375%200.4688L12.5239%204C12.7936%204.26562%2012.9599%204.61622%2012.9935%204.9904L13%205.1312V14.4C13.0001%2014.8037%2012.8453%2015.1925%2012.5665%2015.4884C12.2878%2015.7844%2011.9057%2015.9657%2011.4969%2015.996L11.375%2016H1.625C1.21503%2016.0001%200.820165%2015.8477%200.519555%2015.5732C0.218945%2015.2987%200.0348103%2014.9225%200.00406267%2014.52L8.14678e-08%2014.4V1.6C-0.000129658%201.19634%200.154705%200.807547%200.433466%200.511562C0.712227%200.215576%201.09431%200.0342747%201.50313%200.00400009L1.625%200H7.78863ZM6.5%201.6H1.625V14.4H11.375V6.4H7.71875C7.41578%206.39999%207.12368%206.28886%206.89941%206.0883C6.67514%205.88775%206.53477%205.61213%206.50569%205.3152L6.5%205.2V1.6ZM8.125%201.9312V4.8H11.0386L8.125%201.9312Z%22%20fill%3D%22%23F0622E%22%2F%3E%3C%2Fsvg%3E");
}
.molti-tarumi-info__inner .-qr {
  grid-area: qr;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info__inner .-qr {
    margin-block-end: 20px;
  }
}
.molti-tarumi-info__inner .-map {
  grid-area: map;
  width: 100%;
  height: 295px;
  margin-block-start: clamp(0px, -16px + 5vw, 80px);
}
@media screen and (max-width: 767px) {
  .molti-tarumi-info__inner .-map {
    height: 190px;
  }
}
.molti-tarumi-tiket {
  padding-block-end: clamp(40px, 32px + 2.5vw, 80px);
}
.molti-tarumi-tiket__inner {
  background-color: var(--color-white);
  border-radius: 30px;
  border: 1px solid var(--color-bk);
  padding: 75px 40px 40px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-tiket__inner {
    border-radius: 10px;
    flex-direction: column;
    padding: 25px 20px 30px 20px;
  }
}
.molti-tarumi-tiket__inner h2 {
  position: absolute;
  inset: -40px 0 0 0;
  margin-inline: auto;
  font-family: var(--ff-ten);
  font-size: clamp(17px, 12.4px + 1.4375vw, 40px);
  background-color: var(--color-ywl);
  border: 1px solid var(--color-bk);
  width: 90%;
  max-width: 676px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-tiket__inner h2 {
    height: 52px;
    top: -40px;
  }
}
.molti-tarumi-tiket__inner figure {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-tiket__inner figure {
    width: 100%;
  }
}
.molti-tarumi-tiket__inner dl {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .molti-tarumi-tiket__inner dl {
    width: 100%;
  }
}
.molti-tarumi-tiket__inner dl dt {
  font-size: clamp(16px, 13.6px + 0.75vw, 28px);
  margin-block-end: clamp(8px, 6.4px + 0.5vw, 16px);
}
.molti-tarumi-tiket__inner dl dd {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.9;
}
.molti-tarumi-tiket__inner dl dd:nth-of-type(1) {
  margin-block-end: clamp(20px, 18px + 0.625vw, 30px);
}
.molti-tarumi-tiket__inner dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-white);
  max-width: 300px;
  height: 70px;
  border-radius: 10px;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 700;
  border: 1px solid var(--color-bk);
  box-shadow: 3px 4px 0px 0px rgb(0, 0, 0);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .molti-tarumi-tiket__inner dl dd a:hover {
    opacity: 1;
    box-shadow: none;
    transform: translate(3px, 4px);
  }
}
@media screen and (max-width: 767px) {
  .molti-tarumi-tiket__inner dl dd a {
    width: 80%;
    margin-inline: auto;
    height: 62px;
  }
}
.molti-tarumi-tiket__inner dl dd a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  display: block;
  background-image: url("../images/molti_tarumi/icon-arw.svg");
}
.molti-tarumi [class*="__inner"] {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
} /*# sourceMappingURL=molti-tarumi.css.map */

.wk-footer{
	padding-top: 80px;
}