/*------- color -------*/
/*------- mixin -------*/
.booth-line {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.booth-line--pc .booth-line__path {
  stroke-width: min(2.084vw, 40px);
  vector-effect: non-scaling-stroke;
}
@media all and (max-width: 750px) {
  .booth-line--pc {
    display: none;
  }
}
.booth-line--sp {
  display: none;
}
@media all and (max-width: 750px) {
  .booth-line--sp {
    display: block;
  }
  .booth-line--sp .booth-line__path {
    stroke-width: 4vw;
    vector-effect: non-scaling-stroke;
  }
}
.booth-line__path {
  fill: none;
}

.booth-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e2dfdc), to(#fff));
  background: linear-gradient(to bottom, #e2dfdc 50%, #fff 100%);
  padding: min(3.125vw, 60px) 0 263px;
}
@media all and (max-width: 750px) {
  .booth-mv {
    padding: 28px 0 55px;
  }
}
.booth-mv__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-mv__line__container {
  position: absolute;
  pointer-events: none;
}
.booth-mv__line__container--visual {
  top: 0;
  right: 0;
  left: auto;
  width: min(100%, 1920px);
  height: min(1031px, 53.6979166667vw);
}
@media all and (max-width: 750px) {
  .booth-mv__line__container--visual {
    display: none;
  }
}
.booth-mv__line__container--cta {
  display: none;
}
.booth-mv__line__bar {
  position: absolute;
  top: min(1031px, 53.6979166667vw);
  bottom: 0;
  left: max(86.7708333333%, 100% - 1920px + 1666px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 750px) {
  .booth-mv__line__bar {
    display: none;
  }
}
.booth-mv__title {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 50px;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-mv__title {
    max-width: 100%;
    font-size: 1.375rem;
    line-height: 35px;
  }
}
.booth-mv__title__row {
  display: block;
}
@media not all and (max-width: 750px) {
  .booth-mv__title__row {
    white-space: nowrap;
  }
}
.booth-mv__title__row:nth-child(n+2) {
  margin-top: 15px;
}
@media all and (max-width: 750px) {
  .booth-mv__title__row:nth-child(n+2) {
    margin-top: 5px;
  }
}
.booth-mv__title__unit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.booth-mv__title__label {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 0;
  clip-path: inset(0 100% 0 0);
}
.booth-mv__title__curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  pointer-events: none;
  background-color: #231815;
}
@media not all and (max-width: 750px) {
  .booth-mv__title__unit--mark {
    margin-left: 8px;
  }
}
.booth-mv__title__unit--mark .booth-mv__title__curtain {
  background-color: #e60014;
}
.booth-mv__title__mark {
  display: inline-block;
  background-color: #e60014;
  color: #fff;
  padding: 0 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media all and (max-width: 750px) {
  .booth-mv__title__mark {
    padding: 0 6px;
  }
}
.booth-mv__title.is-animate .booth-mv__title__unit .booth-mv__title__curtain {
  -webkit-animation: booth-mv-title-curtain 0.9s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: booth-mv-title-curtain 0.9s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.booth-mv__title.is-animate .booth-mv__title__unit .booth-mv__title__label {
  -webkit-animation: booth-mv-title-label 0.9s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: booth-mv-title-label 0.9s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(1) .booth-mv__title__unit:nth-of-type(1) .booth-mv__title__curtain,
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(1) .booth-mv__title__unit:nth-of-type(1) .booth-mv__title__label {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(1) .booth-mv__title__unit:nth-of-type(2) .booth-mv__title__curtain,
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(1) .booth-mv__title__unit:nth-of-type(2) .booth-mv__title__label {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(2) .booth-mv__title__unit:nth-of-type(1) .booth-mv__title__curtain,
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(2) .booth-mv__title__unit:nth-of-type(1) .booth-mv__title__label {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(2) .booth-mv__title__unit:nth-of-type(2) .booth-mv__title__curtain,
.booth-mv__title.is-animate .booth-mv__title__row:nth-child(2) .booth-mv__title__unit:nth-of-type(2) .booth-mv__title__label {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.booth-mv__title.is-done .booth-mv__title__label {
  clip-path: none;
}
.booth-mv__title.is-done .booth-mv__title__curtain {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .booth-mv__title .booth-mv__title__label {
    clip-path: none;
    -webkit-animation: none;
            animation: none;
  }
  .booth-mv__title .booth-mv__title__curtain {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
}
@media all and (max-width: 750px) {
  .booth-mv__inner.container {
    width: calc(100% - 16vw);
  }
}
.booth-mv__collage {
  display: contents;
}
@media all and (max-width: 750px) {
  .booth-mv__collage {
    display: block;
    position: relative;
    top: -6.666vw;
    height: 80vw;
    z-index: 1;
  }
}
@media all and (max-width: 750px) {
  .booth-mv__collage__line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    overflow: visible;
  }
}
.booth-mv__visual {
  position: absolute;
  top: min(3.125vw, 60px);
  right: 0;
  z-index: 1;
  width: min(55.521vw, 1066px);
  height: min(50.521vw, 970px);
  pointer-events: none;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .booth-mv__visual {
    position: relative;
    top: 0;
    right: -8vw;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: visible;
  }
}
.booth-mv__visual__item {
  position: absolute;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}
.booth-mv__visual__item picture,
.booth-mv__visual__item img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-mv__visual__item--01 {
  top: 0;
  right: min(0.73vw, 14px);
  width: min(44.896vw, 862px);
  z-index: 2;
}
@media all and (max-width: 750px) {
  .booth-mv__visual__item--01 {
    right: -12.8vw;
    width: 71.2vw;
  }
}
.booth-mv__visual__item--02 {
  top: min(24.48vw, 470px);
  left: 0;
  width: min(30.834vw, 592px);
  z-index: 1;
}
@media all and (max-width: 750px) {
  .booth-mv__visual__item--02 {
    top: 36vw;
    left: 6.934vw;
    width: 47.2vw;
  }
}
.booth-mv__visual__item--03 {
  bottom: 0;
  right: min(6.98vw, 134px);
  width: min(25.157vw, 483px);
  z-index: 3;
}
@media all and (max-width: 750px) {
  .booth-mv__visual__item--03 {
    bottom: 0;
    right: 3.2vw;
    width: 38.934vw;
  }
}
.booth-mv__body {
  position: relative;
  z-index: 2;
  margin-top: 37px;
}
@media not all and (min-width: 1920px) {
  .booth-mv__body {
    max-width: calc(100% - (55.521vw - (100vw - 1080px) / 2) + 20px);
  }
}
@media not all and (min-width: 1140px) {
  .booth-mv__body {
    max-width: calc(100% - (55.521vw - 30px) - 10px);
  }
}
@media all and (max-width: 750px) {
  .booth-mv__body {
    max-width: 100%;
    margin-top: -46px;
  }
}
.booth-mv__lead {
  position: relative;
  padding-bottom: 33px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-mv__lead {
    font-size: 1rem;
    padding-bottom: 22px;
  }
}
.booth-mv__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-mv__lead::before {
    width: 46px;
    height: 4px;
  }
}
@media all and (max-width: 750px) {
  .booth-mv__lead .inline_block {
    display: block;
  }
}
.booth-mv__text {
  margin-top: 27px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-mv__text {
    margin-top: 10px;
    line-height: 1.8571428571;
  }
}
.booth-mv__text p:nth-child(n+2) {
  margin-top: 20px;
}
@media all and (max-width: 750px) {
  .booth-mv__text p:nth-child(n+2) {
    margin-top: 0;
  }
}
.booth-mv__cta {
  position: relative;
  z-index: 2;
  margin-top: 33px;
}
@media not all and (min-width: 1920px) {
  .booth-mv__cta {
    max-width: calc(100% - (55.521vw - (100vw - 1080px) / 2));
  }
}
@media not all and (min-width: 1140px) {
  .booth-mv__cta {
    max-width: calc(100% - (55.521vw - 30px) - 10px);
  }
}
@media all and (max-width: 750px) {
  .booth-mv__cta {
    max-width: 100%;
    margin-top: 70px;
  }
}
.booth-mv__cta__stage {
  display: contents;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__stage {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-bottom: 12.267vw;
  }
}
.booth-mv__cta__line {
  display: none;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__line {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    overflow: visible;
  }
}
.booth-mv__cta__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.booth-mv__cta__message__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__message__icon {
    width: 70px;
    height: 70px;
  }
}
.booth-mv__cta__message__icon img {
  display: block;
  width: 100%;
}
.booth-mv__cta__message__text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__message__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
  }
}
.booth-mv__cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 260px;
  height: 65px;
  padding: 0 28px;
  margin-top: 34px;
  border-radius: 999px;
  background-color: #e60014;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (max-width: 750px) {
  .booth-mv__cta__btn:hover {
    opacity: 0.85;
  }
}
@media all and (max-width: 750px) {
  .booth-mv__cta__btn.touching {
    opacity: 0.85;
  }
}
@media all and (max-width: 750px) {
  .booth-mv__cta__btn {
    width: 45.334vw;
    height: 13.334vw;
    font-size: 0.875rem;
    margin: 0 auto;
  }
}
.booth-mv__cta__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__btn::before {
    width: 10px;
    height: 1px;
    right: 15px;
  }
}
.booth-mv__cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media all and (max-width: 750px) {
  .booth-mv__cta__btn::after {
    width: 8px;
    height: 8px;
    right: 16px;
    border-width: 1px 1px 0 0;
  }
}
.booth-mv__cta__en {
  margin-top: 51px;
  padding-left: 40px;
}
@media all and (max-width: 750px) {
  .booth-mv__cta__en {
    display: none;
  }
}
.booth-mv__cta__en img {
  display: block;
  width: 298px;
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(38%, #000), color-stop(62%, transparent));
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 62%);
  mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(38%, #000), color-stop(62%, transparent));
  mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 62%);
  -webkit-mask-size: 280% 100%;
  mask-size: 280% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}
.booth-mv__cta__en.is-reveal img {
  -webkit-animation: booth-mv-letter-reveal 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: booth-mv-letter-reveal 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.booth-mv__cta__en.is-done img {
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-animation: none;
          animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .booth-mv__cta__en img {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes booth-mv-title-curtain {
  0% {
    left: 0;
    width: 0%;
  }
  45% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes booth-mv-title-curtain {
  0% {
    left: 0;
    width: 0%;
  }
  45% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes booth-mv-title-label {
  0%, 45% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes booth-mv-title-label {
  0%, 45% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes booth-mv-letter-reveal {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
@keyframes booth-mv-letter-reveal {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
.booth-worry {
  position: relative;
  padding: 98px 0 100px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .booth-worry {
    padding: 40px 0 16vw;
  }
}
.booth-worry__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-worry__line__container {
  position: absolute;
  pointer-events: none;
}
.booth-worry__line__container--main {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.booth-worry__line__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(86.7708333333%, 100% - 1920px + 1666px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 750px) {
  .booth-worry__line__bar {
    display: none;
  }
}
.booth-worry__inner {
  position: relative;
}
.booth-worry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .booth-worry__head {
    display: block;
  }
}
.booth-worry__head::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 103px;
  height: 78px;
  background: url("../img/booth/num_01.png") no-repeat center/contain;
}
@media all and (max-width: 750px) {
  .booth-worry__head::before {
    content: none;
  }
}
.booth-worry__head__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.booth-worry__head__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-worry__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.booth-worry__head__title::before {
  content: none;
}
@media all and (max-width: 750px) {
  .booth-worry__head__title::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
    height: 35px;
    background: url("../img/booth/num_01.png") no-repeat center/contain;
  }
}
.booth-worry__head__lead {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-worry__head__lead {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.booth-worry__body {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .booth-worry__body {
    margin-top: 0;
  }
}
.booth-worry__visual {
  position: relative;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 1090px;
  margin-inline: auto;
  aspect-ratio: 1090/705;
}
@media all and (max-width: 750px) {
  .booth-worry__visual {
    aspect-ratio: 375/667;
    width: 100%;
    max-width: none;
    overflow: visible;
  }
}
.booth-worry__visual__line {
  display: none;
}
@media all and (max-width: 750px) {
  .booth-worry__visual__line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 16vw);
    z-index: 0;
    pointer-events: none;
    overflow: visible;
  }
}
.booth-worry__visual__item {
  position: absolute;
  inset: 0;
  margin: 0;
}
.booth-worry__visual__item picture,
.booth-worry__visual__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.booth-worry__visual__item--person {
  z-index: 2;
}
.booth-worry__visual__item--bubbles, .booth-worry__visual__item--01, .booth-worry__visual__item--02, .booth-worry__visual__item--03, .booth-worry__visual__item--04, .booth-worry__visual__item--05 {
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  pointer-events: none;
}
@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  .booth-worry__visual__item--bubbles, .booth-worry__visual__item--01, .booth-worry__visual__item--02, .booth-worry__visual__item--03, .booth-worry__visual__item--04, .booth-worry__visual__item--05 {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}
.booth-worry__visual__item--bubbles {
  z-index: 2;
}
.booth-worry__visual.is-animate .booth-worry__visual__item--bubbles,
.booth-worry__visual.is-animate .booth-worry__visual__item--01,
.booth-worry__visual.is-animate .booth-worry__visual__item--02,
.booth-worry__visual.is-animate .booth-worry__visual__item--03,
.booth-worry__visual.is-animate .booth-worry__visual__item--04,
.booth-worry__visual.is-animate .booth-worry__visual__item--05 {
  -webkit-animation: booth-worry-float-in 1s cubic-bezier(0.33, 1, 0.68, 1) both;
          animation: booth-worry-float-in 1s cubic-bezier(0.33, 1, 0.68, 1) both;
  pointer-events: auto;
}
.booth-worry__visual.is-done .booth-worry__visual__item--bubbles,
.booth-worry__visual.is-done .booth-worry__visual__item--01,
.booth-worry__visual.is-done .booth-worry__visual__item--02,
.booth-worry__visual.is-done .booth-worry__visual__item--03,
.booth-worry__visual.is-done .booth-worry__visual__item--04,
.booth-worry__visual.is-done .booth-worry__visual__item--05 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
  pointer-events: auto;
}

@-webkit-keyframes booth-worry-float-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes booth-worry-float-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.booth-promise {
  background-color: #e60014;
}
.booth-promise::before {
  content: "";
  width: 402px;
  height: 82px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  margin-inline: auto;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media all and (max-width: 750px) {
  .booth-promise::before {
    width: 71px;
    height: 31px;
  }
}
.booth-promise__line {
  pointer-events: none;
}
.booth-promise__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booth-promise__star {
  width: 100%;
  max-width: 643px;
  margin-top: 22px;
}
@media all and (max-width: 750px) {
  .booth-promise__star {
    max-width: 296px;
    margin-top: 15px;
  }
}
.booth-promise__content {
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 750px) {
  .booth-promise__content {
    padding-bottom: 100px;
  }
}
.booth-promise__content__img {
  position: absolute;
  pointer-events: none;
}
@media not all and (max-width: 750px) {
  @media not all and (min-width: 1200px) {
    .booth-promise__content__img {
      display: none;
    }
  }
}
.booth-promise__content__img.--left {
  bottom: -10px;
  right: calc(100% + 6px);
  width: 205px;
}
@media all and (max-width: 750px) {
  .booth-promise__content__img.--left {
    width: 124px;
    bottom: -6px;
    right: calc(100% - 62px);
  }
}
.booth-promise__content__img.--right {
  bottom: -11px;
  left: calc(100% - 8px);
  width: 227px;
}
@media all and (max-width: 750px) {
  .booth-promise__content__img.--right {
    width: 112px;
    bottom: -6px;
    left: calc(100% - 55px);
  }
}
.booth-promise__content__title {
  font-size: 2.3125rem;
  line-height: 1.3125;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  .booth-promise__content__title {
    font-size: 2rem;
    margin-top: 5px;
  }
}
.booth-promise__content__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media all and (max-width: 750px) {
  .booth-promise__content__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 15px;
  }
}

.booth-feature {
  position: relative;
  overflow: visible;
  padding: 85px 0 65px;
}
@media all and (max-width: 750px) {
  .booth-feature {
    padding: 50px 0;
  }
}
.booth-feature__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-feature__line__container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.booth-feature__line__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(24px, (100% - 1080px) / 2 - 166px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media all and (max-width: 750px) {
  .booth-feature__line__bar {
    display: none;
  }
}
.booth-feature__line__path {
  display: none;
}
@media all and (max-width: 750px) {
  .booth-feature__line__path {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.booth-feature__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .booth-feature__inner {
    padding-left: 28px;
  }
}
@media all and (max-width: 750px) {
  .booth-feature__inner {
    padding-left: 8vw;
  }
}
.booth-feature__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 750px) {
  .booth-feature__list {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .booth-feature__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.booth-feature__item__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-feature__item__title {
    font-size: 1.25rem;
  }
}
.booth-feature__item__media {
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  .booth-feature__item__media {
    margin-top: 10px;
  }
}
.booth-feature__item__media__img img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-feature__item__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-left: -20px;
  width: calc(100% + 30px);
}
@media all and (max-width: 750px) {
  .booth-feature__item__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -55px;
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}
.booth-feature__item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
@media all and (max-width: 750px) {
  .booth-feature__item__icon {
    width: 60px;
  }
}
.booth-feature__item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-feature__item__subtitle {
  padding-top: 45px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .booth-feature__item__subtitle {
    padding-top: 0;
    font-size: 1rem;
  }
}
.booth-feature__item__text {
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7857142857;
  text-align: justify;
}
@media all and (max-width: 750px) {
  .booth-feature__item__text {
    margin-top: 10px;
  }
}
.booth-feature__summary {
  margin-top: 80px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .booth-feature__summary {
    margin-top: 20px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
.booth-feature__summary__text {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .booth-feature__summary__text {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.booth-feature__summary__mark {
  display: inline-block;
  font-size: 3.3125rem;
  font-weight: 900;
  line-height: 2.0754716981;
  color: #e60014;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9bfc4), color-stop(90%, #f9bfc4), color-stop(90%, transparent));
  background-image: linear-gradient(transparent 65%, #f9bfc4 65%, #f9bfc4 90%, transparent 90%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-size 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .booth-feature__summary__mark {
    font-size: 1.625rem;
    line-height: 1.6153846154;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media not all and (min-width: 1200px) {
  .booth-feature__summary__mark {
    background-image: none;
    background-size: auto;
    -webkit-transition: none;
    transition: none;
  }
  .booth-feature__summary__mark br.sp {
    display: block !important;
  }
}
.booth-feature__summary__mark.is-animate, .booth-feature__summary__mark.is-done {
  background-size: 100% 100%;
}
.booth-feature__summary__mark__line:nth-of-type(n+2) {
  margin-left: 0.15em;
}
@media not all and (min-width: 1200px) {
  .booth-feature__summary__mark__line:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media not all and (min-width: 1200px) {
  .booth-feature__summary__mark__line {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f9bfc4));
    background-image: linear-gradient(transparent 55%, #f9bfc4 55%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    -webkit-transition: background-size 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: background-size 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media not all and (min-width: 1200px) {
  .booth-feature__summary__mark.is-animate .booth-feature__summary__mark__line, .booth-feature__summary__mark.is-done .booth-feature__summary__mark__line {
    background-size: 100% 100%;
  }
}
@media not all and (min-width: 1200px) {
  .booth-feature__summary__mark.is-animate .booth-feature__summary__mark__line:nth-of-type(n+2) {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
}

.booth-flow {
  position: relative;
  padding: 100px 0 50px;
  background-color: #f0efed;
}
@media all and (max-width: 750px) {
  .booth-flow {
    padding: 85px 0 110px;
  }
}
.booth-flow__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-flow__line__container {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  pointer-events: none;
}
.booth-flow__line__container--sp {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  display: none;
}
@media all and (max-width: 750px) {
  .booth-flow__line__container--sp {
    display: block;
  }
}
.booth-flow__line__container--sp-entry, .booth-flow__line__container--sp-spine {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  display: none;
}
@media all and (max-width: 750px) {
  .booth-flow__line__container--sp-entry, .booth-flow__line__container--sp-spine {
    display: block;
  }
}
.booth-flow__line__container--entry, .booth-flow__line__container--spine, .booth-flow__line__container--exit {
  top: 0;
  height: 70px;
}
@media all and (max-width: 750px) {
  .booth-flow__line__container--entry, .booth-flow__line__container--spine, .booth-flow__line__container--exit {
    display: none;
  }
}
.booth-flow__line__bridge {
  position: absolute;
  top: 0;
  left: max(24px, (100% - 1080px) / 2 - 166px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media all and (max-width: 750px) {
  .booth-flow__line__bridge {
    display: none;
  }
}
.booth-flow__line__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(86.7708333333%, 100% - 1920px + 1666px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media all and (max-width: 750px) {
  .booth-flow__line__bar {
    display: none;
  }
}
.booth-flow__line__path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.booth-flow__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .booth-flow__inner {
    padding-left: 28px;
  }
}
.booth-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .booth-flow__head {
    display: block;
    padding-left: 8vw;
  }
}
.booth-flow__head::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 128px;
  height: 78px;
  background: url("../img/booth/num_02.png") no-repeat center/contain;
}
@media all and (max-width: 750px) {
  .booth-flow__head::before {
    content: none;
  }
}
.booth-flow__head__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.booth-flow__head__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-flow__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.booth-flow__head__title::before {
  content: none;
}
@media all and (max-width: 750px) {
  .booth-flow__head__title::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 57px;
    height: 35px;
    background: url("../img/booth/num_02.png") no-repeat center/contain;
  }
}
.booth-flow__head__lead {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-flow__head__lead {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.booth-flow__list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 145px 100px;
  margin-top: 150px;
}
@media all and (max-width: 750px) {
  .booth-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 85px;
  }
}
.booth-flow__item {
  width: calc((100% - 100px) / 2);
  background-color: #fff;
  border: 2px solid #e60014;
  border-radius: 15px;
}
@media all and (max-width: 750px) {
  .booth-flow__item {
    width: 100%;
  }
}
.booth-flow__item__media {
  position: relative;
}
.booth-flow__item__photo {
  overflow: hidden;
  border-radius: 13px 13px 0 0;
  margin: 0;
}
.booth-flow__item__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-flow__item__tag {
  position: absolute;
  top: -100px;
  right: -70px;
  z-index: 1;
  margin: 0;
  width: 200px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media all and (max-width: 750px) {
  .booth-flow__item__tag {
    top: -15px;
    right: -15px;
    width: 100px;
  }
}
@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  .booth-flow__item__tag {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.booth-flow__item__tag.is-animate {
  -webkit-animation: booth-flow-tag-scale-in 0.7s cubic-bezier(0.34, 1.4, 0.64, 1) both;
          animation: booth-flow-tag-scale-in 0.7s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
.booth-flow__item__tag.is-done {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: none;
          animation: none;
}
.booth-flow__item__tag picture,
.booth-flow__item__tag img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-flow__item__body {
  padding: 24px 28px 25px;
}
@media all and (max-width: 750px) {
  .booth-flow__item__body {
    padding: 15px 15px 20px;
  }
}
.booth-flow__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e60014;
}
@media all and (max-width: 750px) {
  .booth-flow__item__title {
    gap: 13px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.booth-flow__item__title__label {
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .booth-flow__item__title__label {
    font-size: 1.125rem;
  }
}
.booth-flow__item__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.booth-flow__item__num img {
  display: block;
  width: auto;
  height: 29px;
}
@media all and (max-width: 750px) {
  .booth-flow__item__num img {
    height: 19px;
  }
}
.booth-flow__item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  text-align: justify;
}
@media all and (max-width: 750px) {
  .booth-flow__item__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

@-webkit-keyframes booth-flow-tag-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes booth-flow-tag-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.booth-cta {
  background-color: #000;
  padding: 25px 0;
}
@media all and (max-width: 750px) {
  .booth-cta {
    padding: 20px 0 30px;
  }
}
.booth-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 1080px) {
  .booth-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
.booth-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media not all and (min-width: 1080px) {
  .booth-cta__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 750px) {
  .booth-cta__head {
    gap: 10px;
  }
}
.booth-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media all and (max-width: 750px) {
  .booth-cta__icon {
    width: 40px;
  }
}
.booth-cta__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-cta__title {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .booth-cta__title {
    font-size: 1.125rem;
  }
}
.booth-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-left: 30px;
  padding: 7px 0 7px 25px;
  border-left: 2px solid #fff;
}
@media not all and (min-width: 1080px) {
  .booth-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
}
@media not all and (min-width: 1080px) {
  .booth-cta__list {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.booth-cta__list__item {
  position: relative;
  padding-left: 18px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 750px) {
  .booth-cta__list__item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.booth-cta__list__item:nth-child(n+2) {
  margin-top: 12px;
}
@media all and (max-width: 750px) {
  .booth-cta__list__item:nth-child(n+2) {
    margin-top: 5px;
  }
}
.booth-cta__list__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media all and (max-width: 750px) {
  .booth-cta__list__item::before {
    top: 6px;
  }
}
.booth-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  height: 95px;
  padding-right: 30px;
  border-radius: 10px;
  background-color: #e60014;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (max-width: 750px) {
  .booth-cta__btn:hover {
    opacity: 0.85;
  }
}
@media all and (max-width: 750px) {
  .booth-cta__btn.touching {
    opacity: 0.85;
  }
}
@media not all and (min-width: 1080px) {
  .booth-cta__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 315px;
    height: 50px;
    padding: 0 30px;
    border-radius: 999px;
  }
}
.booth-cta__btn__label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media all and (max-width: 750px) {
  .booth-cta__btn__label {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.booth-cta__btn__text {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media not all and (min-width: 1080px) {
  .booth-cta__btn__text {
    margin-left: 3px;
  }
}
@media all and (max-width: 750px) {
  .booth-cta__btn__text {
    font-size: 1.25rem;
  }
}
.booth-cta__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #fff;
}
@media not all and (min-width: 1080px) {
  .booth-cta__btn::before {
    width: 10px;
    height: 1px;
    right: 20px;
  }
}
.booth-cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media not all and (min-width: 1080px) {
  .booth-cta__btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
    border-width: 1px 1px 0 0;
  }
}

.booth-works {
  position: relative;
  padding: 200px 0 270px;
  background: #e60014 url("../img/booth/works_bg.png") no-repeat center top/cover;
}
@media all and (max-width: 750px) {
  .booth-works {
    padding: 60px 0;
    background-image: url("../img/booth/works_bg-sp.png");
  }
}
.booth-works__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-works__line__container {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  pointer-events: none;
}
.booth-works__line__container--sp-spine {
  top: 0;
  height: 100%;
  display: none;
}
@media all and (max-width: 750px) {
  .booth-works__line__container--sp-spine {
    display: block;
  }
}
.booth-works__line__container--entry, .booth-works__line__container--exit {
  top: 0;
  height: 140px;
}
@media all and (max-width: 750px) {
  .booth-works__line__container--entry, .booth-works__line__container--exit {
    display: none;
  }
}
.booth-works__line__bar {
  position: absolute;
  left: min(100% - 24px, (100% - 1080px) / 2 + 1080px + 166px);
  width: min(2.084vw, 40px);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media all and (max-width: 750px) {
  .booth-works__line__bar {
    display: none;
  }
}
.booth-works__line__bar--spine {
  top: 0;
  height: 100px;
}
.booth-works__line__bar--exit {
  top: 0;
  bottom: 0;
}
.booth-works__line__path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.booth-works__inner {
  position: relative;
  z-index: 1;
  border-radius: 75px;
  background-color: #fff;
  padding: 70px 0 140px;
}
@media not all and (max-width: 750px) {
  .booth-works__inner {
    max-width: 1320px;
  }
}
@media all and (max-width: 750px) {
  .booth-works__inner {
    border-radius: 15px;
    padding: 50px 0;
  }
}
@media all and (max-width: 750px) {
  .booth-works__content {
    width: calc(100% - 30px);
  }
}
.booth-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .booth-works__head {
    display: block;
  }
}
.booth-works__head::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 126px;
  height: 78px;
  background: url("../img/booth/num_03.png") no-repeat center/contain;
}
@media all and (max-width: 750px) {
  .booth-works__head::before {
    content: none;
  }
}
.booth-works__head__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.booth-works__head__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-works__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.booth-works__head__title::before {
  content: none;
}
@media all and (max-width: 750px) {
  .booth-works__head__title::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 35px;
    background: url("../img/booth/num_03.png") no-repeat center/contain;
  }
}
.booth-works__head__lead {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-works__head__lead {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.booth-works__case {
  margin-top: 70px;
}
@media all and (max-width: 750px) {
  .booth-works__case {
    margin-top: 30px;
  }
}
.booth-works__case + .booth-works__case {
  margin-top: 150px;
}
@media all and (max-width: 750px) {
  .booth-works__case + .booth-works__case {
    margin-top: 80px;
  }
}
.booth-works__case__head {
  max-width: 1000px;
  margin-inline: auto;
}
.booth-works__case__head__title {
  min-height: 100px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 180px;
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  background-color: #e60014;
  position: relative;
}
@media all and (max-width: 750px) {
  .booth-works__case__head__title {
    min-height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 10px 10px 70px;
    font-size: 1rem;
  }
}
.booth-works__case__head__title__img {
  display: block;
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 55px;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .booth-works__case__head__title__img {
    width: 50px;
    left: 15px;
  }
}
.booth-works__case__head__label {
  margin-top: 5px;
  font-size: 0.875rem;
  text-align: right;
}
@media all and (max-width: 750px) {
  .booth-works__case__head__label {
    font-size: 0.625rem;
    text-align: center;
  }
}
.booth-works__case__head::after {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 3;
  background: url("../img/booth/works_head_arrow.svg") no-repeat center/contain;
  margin-inline: auto;
  margin-top: 3px;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .booth-works__case__head::after {
    width: 45px;
    margin-top: 8px;
  }
}
.booth-works__case__body {
  margin-top: 20px;
}
@media all and (max-width: 750px) {
  .booth-works__case__body {
    margin-top: 15px;
  }
}
.booth-works__case__block + .booth-works__case__block {
  margin-top: 45px;
}
@media all and (max-width: 750px) {
  .booth-works__case__block + .booth-works__case__block {
    margin-top: 30px;
  }
}
.booth-works__case__block__title {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 40px;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__title {
    margin-bottom: 10px;
    font-size: 1rem;
    gap: 10px;
    padding: 0 10px 0 0;
  }
}
.--product .booth-works__case__block__title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.--result .booth-works__case__block__title {
  color: #e60014;
}
.booth-works__case__block__title::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.--task .booth-works__case__block__title::before {
  width: 25px;
  height: 35px;
  background-image: url("../img/booth/works_icon01.svg");
}
@media all and (max-width: 750px) {
  .--task .booth-works__case__block__title::before {
    width: 11px;
    height: 16px;
  }
}
.--product .booth-works__case__block__title::before {
  width: 41px;
  height: 36px;
  background-image: url("../img/booth/works_icon02.svg");
}
@media all and (max-width: 750px) {
  .--product .booth-works__case__block__title::before {
    width: 20px;
    height: 18px;
  }
}
.--result .booth-works__case__block__title::before {
  width: 29px;
  height: 34px;
  background-image: url("../img/booth/works_icon03.svg");
}
@media all and (max-width: 750px) {
  .--result .booth-works__case__block__title::before {
    width: 13px;
    height: 15px;
  }
}
.booth-works__case__block__content {
  border-width: 4px 0 0 4px;
  border-style: solid;
  border-color: #000;
  border-top-left-radius: 15px;
  padding: 35px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content {
    border-width: 2px 0 0 2px;
    border-top-left-radius: 10px;
    padding: 15px 15px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.--product .booth-works__case__block__content {
  border-width: 4px 4px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
}
@media all and (max-width: 750px) {
  .--product .booth-works__case__block__content {
    border-width: 2px 2px 0 0;
    border-top-right-radius: 10px;
  }
}
.--result .booth-works__case__block__content {
  border-color: #e60014;
}
.booth-works__case__block__content__text {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7692307692;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__text {
    font-size: 1rem;
    line-height: 1.625;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.booth-works__case__block__content__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.booth-works__case__block__content__img img {
  display: block;
  width: 100%;
  height: auto;
}
.booth-works__case__block__content__img.--lg {
  width: 56%;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__img.--lg {
    width: 100%;
  }
}
.booth-works__case__block__content__img.--md {
  width: 45%;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__img.--md {
    width: 100%;
  }
}
.booth-works__case__block__content__img.--sm {
  width: 35%;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__img.--sm {
    width: 100%;
  }
}
.booth-works__case__block__content__img.--xs {
  width: 20%;
}
@media all and (max-width: 750px) {
  .booth-works__case__block__content__img.--xs {
    width: 100%;
  }
}
.booth-works__btn {
  margin-top: 100px;
}
@media all and (max-width: 750px) {
  .booth-works__btn {
    margin-top: 40px;
  }
}
.booth-works__btn__link {
  display: block;
  width: 100%;
  max-width: 765px;
  margin-inline: auto;
}
@media all and (max-width: 750px) {
  .booth-works__btn__link {
    max-width: 285px;
  }
}
.booth-works__btn__link img {
  display: block;
  width: 100%;
  height: auto;
}

.booth-faq {
  position: relative;
  padding: 100px 0 40px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .booth-faq {
    padding: 130px 0 60px;
  }
}
.booth-faq__line {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.booth-faq__line__container {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.booth-faq__line__container--sp-entry, .booth-faq__line__container--sp-consult {
  display: none;
}
@media all and (max-width: 750px) {
  .booth-faq__line__container--sp-entry, .booth-faq__line__container--sp-consult {
    display: block;
  }
}
.booth-faq__line__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(100% - 24px, (100% - 1080px) / 2 + 1080px + 166px);
  width: min(2.084vw, 40px);
  background-color: #e60014;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media all and (max-width: 750px) {
  .booth-faq__line__bar {
    display: none;
  }
}
.booth-faq__line__path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.booth-faq__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .booth-faq__inner {
    padding-right: 36px;
  }
}
.booth-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .booth-faq__head {
    display: block;
  }
}
.booth-faq__head::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 128px;
  height: 78px;
  background: url("../img/booth/num_04.png") no-repeat center/contain;
}
@media all and (max-width: 750px) {
  .booth-faq__head::before {
    content: none;
  }
}
.booth-faq__head__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.booth-faq__head__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-faq__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.booth-faq__head__title::before {
  content: none;
}
@media all and (max-width: 750px) {
  .booth-faq__head__title::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 57px;
    height: 35px;
    background: url("../img/booth/num_04.png") no-repeat center/contain;
  }
}
.booth-faq__head__lead {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  color: #231815;
}
@media all and (max-width: 750px) {
  .booth-faq__head__lead {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.booth-faq__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media all and (max-width: 750px) {
  .booth-faq__list {
    margin-top: 20px;
    gap: 20px;
  }
}
.booth-faq__list > .booth-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px 40px;
  background-color: #f0efed;
  border-radius: 10px;
}
@media all and (max-width: 750px) {
  .booth-faq__list > .booth-faq__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
    padding: 13px 15px 20px;
    border-radius: 10px;
  }
}
.booth-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media all and (max-width: 750px) {
  .booth-faq__item {
    gap: 10px;
  }
}
.booth-faq__item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  margin: 0;
}
@media all and (max-width: 750px) {
  .booth-faq__item__img {
    width: 100%;
    max-width: 200px;
    height: 100px;
    margin-inline: auto;
  }
}
.booth-faq__item__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 750px) {
  .booth-faq__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.booth-faq__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.booth-faq__item.--a {
  margin-top: 10px;
}
.booth-faq__item__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
  background-color: #231815;
}
@media all and (max-width: 750px) {
  .booth-faq__item__mark {
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
    padding-bottom: 2px;
  }
}
.--a .booth-faq__item__mark {
  background-color: #e60014;
}
.booth-faq__item__text {
  padding-top: 8px;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .booth-faq__item__text {
    padding-top: 2px;
    font-size: 0.875rem;
  }
}
.--q .booth-faq__item__text {
  font-weight: 700;
}
.booth-faq__consult {
  margin-top: 7.813vw;
  position: relative;
  padding-right: calc(41.303vw + -1.302vw - (100vw - 1080px) / 2);
}
@media not all and (min-width: 1140px) {
  .booth-faq__consult {
    padding-right: calc(41.303vw + -1.302vw - 30px);
  }
}
@media all and (max-width: 750px) {
  .booth-faq__consult {
    margin-top: 120px;
    padding-right: 0;
  }
}
.booth-faq__consult__img {
  position: absolute;
  bottom: -105px;
  right: calc(-1.302vw - (100vw - 1080px) / 2);
  width: 41.303vw;
}
@media not all and (min-width: 1140px) {
  .booth-faq__consult__img {
    right: calc(-1.302vw - 30px);
  }
}
@media all and (max-width: 750px) {
  .booth-faq__consult__img {
    position: relative;
    bottom: auto;
    right: -15.466vw;
    width: 77.334vw;
    margin: 0 0 0 auto;
  }
}
@media all and (max-width: 750px) {
  .booth-faq__consult__content {
    margin-top: 10px;
  }
}
.booth-faq__consult__content__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-faq__consult__content__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.booth-faq__consult__content__text {
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  text-align: justify;
}
@media all and (max-width: 750px) {
  .booth-faq__consult__content__text {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.booth-contact {
  padding: 45px 0;
  background: #e60014 url("../img/booth/contact_bg.jpg") no-repeat center center/cover;
}
@media all and (max-width: 750px) {
  .booth-contact {
    padding: 40px 0 25px;
    background-image: url("../img/booth/contact_bg-sp.jpg");
  }
}
.booth-contact__card {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 40px;
  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;
}
@media not all and (min-width: 1000px) {
  .booth-contact__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media all and (max-width: 750px) {
  .booth-contact__card {
    border-radius: 15px;
    padding: 30px 15px 50px;
  }
}
.booth-contact__card__head {
  width: 405px;
}
@media not all and (min-width: 1000px) {
  .booth-contact__card__head {
    width: 100%;
  }
}
.booth-contact__card__head__title {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 2px solid #e60014;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .booth-contact__card__head__title {
    font-size: 0.75rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.booth-contact__card__head__title b {
  font-size: 1.6em;
  color: #e60014;
}
@media all and (max-width: 750px) {
  .booth-contact__card__head__title b {
    font-size: 1.8333333333em;
  }
}
.booth-contact__card__head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media not all and (min-width: 1000px) {
  .booth-contact__card__head__list {
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.booth-contact__card__head__list__item {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #e60014;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media all and (max-width: 750px) {
  .booth-contact__card__head__list__item {
    font-size: 0.875rem;
    gap: 5px;
  }
}
.booth-contact__card__head__list__item::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/booth/icon-chat.png") no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 750px) {
  .booth-contact__card__head__list__item::before {
    width: 30px;
    height: 30px;
  }
}
.booth-contact__card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media not all and (min-width: 1000px) {
  .booth-contact__card__body {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .booth-contact__card__body {
    gap: 10px;
  }
}
.booth-contact__card__body__btn {
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 43px;
  padding-right: 75px;
  position: relative;
}
@media all and (max-width: 750px) {
  .booth-contact__card__body__btn {
    padding-left: 23px;
    padding-right: 40px;
    font-size: 0.875rem;
  }
}
.booth-contact__card__body__btn::after {
  content: "";
  width: 42px;
  height: 42px;
  background: url("../img/booth/icon-arrow.svg") no-repeat center center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 750px) {
  .booth-contact__card__body__btn::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.booth-contact__card__body__btn.--contact {
  background-color: #e60014;
  color: #fff;
  height: 110px;
}
@media all and (max-width: 750px) {
  .booth-contact__card__body__btn.--contact {
    height: 60px;
  }
}
.booth-contact__card__body__btn.--contact::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.booth-contact__card__body__btn.--work {
  background-color: #fff;
  color: #e60014;
  border: 2px solid #e60014;
  height: 74px;
}
@media all and (max-width: 750px) {
  .booth-contact__card__body__btn.--work {
    height: 40px;
  }
}

.booth-top__btn {
  margin-top: 75px;
}
@media all and (max-width: 750px) {
  .booth-top__btn {
    margin-top: 45px;
  }
}
.booth-top__btn__link {
  border-radius: 5px;
  width: 350px;
  height: 40px;
  margin-inline: auto;
  background-color: #e60014;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (max-width: 750px) {
  .booth-top__btn__link:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 750px) {
  .booth-top__btn__link.touching {
    opacity: 0.7;
  }
}
@media all and (max-width: 750px) {
  .booth-top__btn__link {
    width: 100%;
    max-width: 315px;
    height: 55px;
    font-size: 1.375rem;
  }
}

body.booth .footer {
  margin-top: 100px;
}
@media all and (max-width: 750px) {
  body.booth .footer {
    margin-top: 50px;
  }
}

main {
  overflow-x: hidden;
  overflow-x: clip;
}

body.booth {
  font-family: 'Noto Sans JP', sans-serif;font-optical-sizing: auto;font-style: normal;
}
/*# sourceMappingURL=booth.css.map */