@charset "UTF-8";
.contents * {
  box-sizing: border-box;
}
#fv {
  position: relative;
  @media (min-width: 1141px) {
    padding-bottom: 5rem;
  }
  background: #fce7ea url(../images/inflatable-object-event/fv-bg.svg) repeat-x 50% 100% / 800px auto;
  z-index: 0;
}
#fv > div {
  position: relative;
  max-width: 1460px;
  @media (min-width: 1141px) {
    padding-top: 5rem;
  }
  margin: auto;
  .fv-slogan {
    padding: 1em;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 10px 0 10px;
    z-index: 10000;
    @media (min-width: 1141px) {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1em 2em 2em;
    }
    h1 {
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.4;
      @media (min-width: 1141px) {
        font-size: 1.8rem;
      }
      em {
        font-size: 2em;
      }
    }
    a {
      display: block;
      padding: 0.5em 1em 0.5em 0;
      color: #fff;
      background: #ff0007;
      border-radius: 100vh;
      border: 4px solid #000;
      font-size: 1.2rem;
      @media (min-width: 1141px) {
        padding: 0.5em 2em 0.5em 1em;
        font-size: 1.9rem;
      }
    }
    a:hover {
      color: #000;
    }
    @media (max-width: 1140px) {
      a:after {
        margin-left: 2px;
      }
    }
  }
  .fv-name {
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: 0.5em;
    font-size: 1rem;
    line-height: 1.3;
    text-align: right;
    background: rgba(255, 255, 255, 0.8);
    @media (min-width: 1141px) {
      bottom: 2rem;
      right: 2rem;
      padding: 0.5em 1em;
      font-size: 1.6rem;
      border-radius: 100vh;
    }
  }
  #slide {
    .wp-block-group__inner-container {
      @media (min-width: 1141px) {
        border-radius: 10px;
        max-height: 874px;
      }
      overflow: hidden;
      border: 4px solid #e95383;
      @media (min-width: 1141px) {
        border-width: 4px;
      }
      .fv img {
        width: 100%;
        transform: scale(1.2);
        border-radius: 10px;
      }
      .fv.slick-active img {
        transform: scale(1);
        opacity: 1;
        animation: slide 8.5s 1 ease-in-out forwards;
        transition: 0.3s;
      }
    }
  }
}
@keyframes slide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.contents section > div {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.6;
  @media (max-width: 1140px) {
    font-size: 1.2rem;
  }
}
@media (max-width: 1140px) {
  .contents h2:not(.default) {
    padding: 0.8em 20px 1em 10px;
    font-size: 1.2rem;
  }
}

#intro {
  margin: 0 auto;
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  border-top: 4px solid #f9c509;
  border-bottom: 4px solid #f9c509;
  background: #fff;
  @media (max-width: 1140px) {
    margin-top: 2rem;
  }
}
em.dot {
  margin: 0 0.3em;
  padding: 0.5em 0 0;
  color: #e95383;
  background: radial-gradient(circle at center, #e95383 20%, transparent 20%) repeat-x 0 0 / 1em 0.5em;
}

#suggest > div {
  margin: 5rem auto;
  @media (max-width: 1140px) {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  p {
    line-height: 2;
  }
  @media (min-width: 1141px) {
    .bubble {
      display: flex;
      justify-content: center;
      gap: 2rem;
    }
  }
  @media (max-width: 1140px) {
    .bubble {
      position: relative;
    }
    .bubble:after {
      position: absolute;
      bottom: -40px;
      left: calc(50% - 35px);
      content: "";
      width: 60px;
      height: 20px;
      background: #d8b882;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
  }
  .bubble li {
    position: relative;
    margin-bottom: 3rem;
    padding: 0 1em 1.5em 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: #e95383;
    border-radius: 3px;
    z-index: 1;
    @media (max-width: 1140px) {
      font-size: 1rem;
      margin-bottom: 4rem;
    }
    @media (min-width: 1141px) {
      br {
        display: none;
      }
    }
    em {
      display: block;
      margin: -40px auto 0.2em;
      width: 40px;
      height: 40px;
      background: url(../images/inflatable-object-event/support.svg) no-repeat 50% 0 / 100% auto;
      @media (min-width: 1141px) {
        width: 80px;
        height: 80px;
      }
    }
  }
  .bubble li:first-child em {
    background-image: url(../images/inflatable-object-event/target.svg);
  }
  .bubble li:last-child em {
    background-image: url(../images/inflatable-object-event/rocket.svg);
  }
  .bubble li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    background: #ffd000;
    border-radius: 3px;
    z-index: -1;
  }
  .bubble li:after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 50%;
    display: block;
    width: 3px;
    height: 2rem;
    background: #d8b882;
  }
  @media (min-width: 1141px) {
    .bubble li:first-child:after {
      transform: rotate(-45deg);
    }
    .bubble li:last-child:after {
      transform: rotate(45deg);
    }
  }
  figure {
    width: 98%;
    max-width: 1280px;
    aspect-ratio: 1280 / 954;
    margin: auto auto 3rem;
    background: url(../images/inflatable-object-event/frame.svg) no-repeat 0 0 / cover;
  }
  .is-type-video > div {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    line-height: 0;
    iframe {
      margin-top: 20%;
      width: 100%;
      height: 100%;
    }
  }
  .is-type-video > div:after {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 200px;
    aspect-ratio: 400 / 278;
    content: "";
    background: url(../images/inflatable-object-event/mejiro.png) no-repeat 0 0 / cover;
    @media (max-width: 1140px) {
      bottom: -30px;
      right: -30px;
      width: 60px;
    }
  }
  @media (max-width: 1140px) {
    .has-text-align-center {
      text-align: left;
    }
  }
}

.slider {
  background: #000;
}

.slider .slick-slide {
  margin-right: 20px;
  width: 320px;
  @media (max-width: 1140px) {
    width: 160px;
  }
}

#feature > div {
  padding-top: 7rem;
  font-size: 1.2rem;
  @media (max-width: 1140px) {
    padding: 5rem 3% 0;
  }
  h2 {
    em {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      padding: 0.2em 0.5em 0.3em;
      font-size: 0.7em;
      color: #fff;
      background: #fc7700;
      border-radius: 6px;
      @media (max-width: 1140px) {
        top: -35px;
      }
    }
    em:after {
      position: absolute;
      bottom: -9px;
      left: calc(50% - 10px);
      content: "";
      width: 20px;
      height: 10px;
      background: #fc7700;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
  }
  .wrap-flex {
    line-height: 1.6;
    margin-bottom: 5rem;
    @media (max-width: 1140px) {
      margin-bottom: 4rem;
    }
    h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      line-height: 1.2;
      border: 0;
      em {
        flex-shrink: 0;
        display: inline-block;
        width: 1.7em;
        height: 1.7em;
        font-size: 2em;
        line-height: 1.7em;
        letter-spacing: -0.05em;
        text-align: center;
        border-radius: 6px;
        color: #fff;
        background: #e95383;
      }
    }
    ul {
      margin: 1em 0 1.5em;
      li {
        border-bottom: 3px dotted #e95383;
      }
    }
    p {
      margin-bottom: 1em;
    }
    h4 {
      padding: 1em 0 0.3em 2.5em;
      margin-bottom: 0.5em;
      font-weight: bold;
      border-bottom: 3px dotted #e95383;
      background: url(../images/inflatable-object-event/icon-light.svg) no-repeat 0 50% / 2em auto;
    }
    h4:nth-of-type(2) {
      background-image: url(../images/inflatable-object-event/icon-mist.svg);
    }
    @media (max-width: 1140px) {
      > div {
        display: block;
      }
    }
  }
}
#production > div {
  padding-top: 5rem;
  padding-bottom: 3rem;
  @media (max-width: 1140px) {
    padding: 4rem 3% 3rem;
  }
  h2 + p {
    position: relative;
    margin: 8rem 0 3rem;
    @media (min-width: 1141px) {
      text-align: center;
    }
    em {
      position: absolute;
      top: -6rem;
      display: inline-block;
      padding: 1em;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      background: #fc7700;
      border-radius: 6px;
      line-height: 1.2;
      @media (min-width: 1141px) {
        margin-left: -15px;
        margin-right: 15px;
      }
    }
    em:after {
      position: absolute;
      bottom: -9px;
      left: calc(50% - 10px);
      content: "";
      width: 20px;
      height: 10px;
      background: #fc7700;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
  }
  .wrap-flex > div > div {
    width: 50%;
    figure {
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 1140px) {
    .wrap-flex div {
      display: block;
      > div {
        width: 100%;
        margin-bottom: 2rem;
      }
    }
  }
}
#support {
  padding-top: 5rem;
  @media (min-width: 1141px) {
    padding-top: 9rem;
  }
  @media (max-width: 1140px) {
    > div {
      padding: 0 3%;
    }
  }
  p {
    font-size: 1.4rem;
    @media (max-width: 1140px) {
      text-align: left;
      font-size: 1rem;
    }
  }
  .wrap-flex > div {
    margin-top: 2rem;
    gap: 20px;
    @media (max-width: 1140px) {
      margin-top: 5rem;
      display: block;
    }
  }
  .wrap-flex > div > div {
    margin-top: 2rem;
    margin-bottom: 3rem;
    border: 4px solid #e95383;
    border-radius: 10px;
    @media (min-width: 1141px) {
      width: 24%;
    }
    p:first-of-type {
      margin: -1.5rem 0.5em 0.5em;
      em {
        display: inline-block;
        margin-bottom: 0.5em;
        padding: 0.2em 0.5em;
        font-weight: bold;
        color: #fff;
        background: #e95383;
        border-radius: 6px;
        i {
          font-size: 1.5em;
        }
      }
      @media (max-width: 1140px) {
        text-align: center;
      }
    }
    p {
      margin: 0 0.5em 1em;
      font-size: 1.1rem;
      @media (max-width: 1140px) {
        font-size: 1rem;
      }
    }
    figure {
      margin-top: auto;
      height: auto;
      img {
        width: 100%;
        max-width: initial;
        border-radius: 0 0 10px 10px;
      }
    }
    > div {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
  }
}
#work-flow {
  padding-top: 8rem;
  box-shadow: none;
  @media (max-width: 1140px) {
    padding: 5rem 5%;
  }
  #flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 auto;
    font-size: 1.2rem;
    > div {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 2;
      gap: 10px;
      line-height: 1.6;
      i {
        color: #f9c509;
        font-weight: bold;
      }
    }
    .schedule {
      position: relative;
      padding: 0.5em 0 0.5em 1em;
      width: calc(100% - 20px);
      height: 100%;
      display: flex;
      align-items: center;
      font-weight: bold;
      color: #fff;
      background: #e95383;
    }
    @media (min-width: 1141px) {
      .flow-content:last-of-type .schedule {
        width: 100%;
      }
    }
    .schedule:after {
      position: absolute;
      top: 0;
      right: -20px;
      content: "";
      width: 20px;
      height: 100%;
      background: #e95383;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    .flow-content:last-of-type .schedule:after {
      content: none;
    }
    .flow-content > div:last-of-type {
      @media (min-width: 1141px) {
        margin-right: 20px;
      }
      padding: 1em;
      border: 4px solid #f9c509;
      background: #fff;
      border-radius: 10px;
      p + p {
        margin-top: 1rem;
      }
    }
    .flow-content h3 {
      padding-top: 90px;
      text-align: center;
      font-size: 1.4rem;
      background: url(../images/inflatable-object-event/icon-flow1.svg) no-repeat 50% 0 / auto 70px;
    }
    .flow-content:nth-of-type(2) h3 {
      background-image: url(../images/inflatable-object-event/icon-flow2.svg);
    }
    .flow-content:nth-of-type(3) h3 {
      background-image: url(../images/inflatable-object-event/icon-flow3.svg);
    }
    .flow-content:last-of-type h3 {
      background-image: url(../images/inflatable-object-event/icon-flow4.svg);
    }
    @media (min-width: 1141px) {
      .flow-content:last-of-type div:last-of-type {
        margin-right: 0;
      }
    }
  }

  @media (max-width: 1140px) {
    #flow {
      grid-template-columns: repeat(1, 4fr);
      > div {
        display: flex;
        .schedule {
          width: 2.4rem;
          padding: 0;
          height: calc(100% - 30px);
          flex-direction: column;
          justify-content: center;
          > div {
            display: contents;
          }
          p {
            writing-mode: vertical-rl;
            text-orientation: upright;
            letter-spacing: 0.4em;
            span {
              text-combine-upright: all;
              margin-bottom: 0.4em;
              letter-spacing: normal;
            }
          }
          /*p + p {
            display: none;
            margin: 0;
          }*/
        }
        .schedule:after {
          top: auto;
          bottom: -29px;
          right: 0;
          width: 100%;
          height: 30px;
          background: #e95383;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
        }
      }
      .flow-content > div:last-of-type {
        width: calc(100% - 2.4rem);
        margin-right: 0.5rem;
      }
      .flow-content:last-of-type .schedule {
        height: 100%;
      }
      /*.flow-content:last-of-type > div {
        padding-bottom: 0;
        p + p {
          margin: 1em calc((1em + 4px) * -1) 0;
          padding: 0.5em;
          color: #fff;
          background: #e95383;
          border-radius: 0 0 10px 10px;
        }
      }*/

      .flow-content h3 {
        padding-top: 60px;
        background-size: auto 50px;
      }
    }
  }
  > div > .flow-note {
    margin-top: 2rem;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #f9c509;
    a {
      color: #fc7700;
      text-decoration: underline #fc7700 !important;
      text-underline-offset: 5px;
    }
    a:hover {
      text-decoration-color: transparent !important;
    }
  }
}

#faq > div,
#related > div,
#company > div,
#contact > div {
  padding: 4rem 0;
  @media (max-width: 1140px) {
    padding: 4rem 2%;
    .btnL {
      font-size: 1.2rem !important;
    }
  }
}
#company table {
  line-height: 1.6;
  margin-bottom: 4rem;
  p:not(:last-of-type) {
    padding-bottom: 1em;
  }
  a {
    text-decoration: underline #fc7700 !important;
    text-underline-offset: 5px;
  }
  a:hover {
    text-decoration-color: transparent !important;
  }
}
@media (min-width: 480px) {
  #contact h2 br {
    display: none;
  }
}
