@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
  list-style: none;
  color: initial;
  text-decoration: initial;
  background-repeat: no-repeat; }

a {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif !important; }

a,
button {
  cursor: pointer; }

.font1 {
  font-family: "Antonio", sans-serif; }

.font2 {
  font-weight: 600;
  font-family: "Oswald", sans-serif; }

ul {
  padding: 0; }

.mb7 {
  margin-bottom: 0.5rem; }

.mb6 {
  margin-bottom: 0.75rem; }

.mb5 {
  margin-bottom: 1rem; }

.mb4 {
  margin-bottom: 1.25rem; }

.mb3 {
  margin-bottom: 1.5rem; }

.mb2 {
  margin-bottom: 1.75rem; }

.mb1 {
  margin-bottom: 2rem; }

.mb-content {
  margin-bottom: 4rem; }

.ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media screen and (max-width: 992px) {
    .ttl-box {
      width: calc(100% - 15px);
      margin: 0 auto; } }
  .ttl-box h1 {
    width: 100% !important;
    text-align: center; }
  .ttl-box h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media screen and (max-width: 992px) {
      .ttl-box h2 {
        width: 100%; } }

button {
  background-color: #ff00fa;
  padding: 0.5rem 1rem;
  border: none;
  color: #fff; }

.img-box {
  position: relative; }
  .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.inner {
  width: 80%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 992px) {
    .inner {
      width: 100%; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px; }
  header h1 {
    width: 130px; }
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 992px) {
      header ul {
        display: none;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        background-color: #ffffffcc;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    header ul li + li,
    header ul li + button {
      margin-left: 1.5rem; }
    @media screen and (max-width: 992px) {
      header ul li {
        text-align: center;
        margin-left: 0 !important;
        width: 90%;
        font-size: 20px;
        margin-bottom: 2em;
        background-color: #5dff00;
        padding: 0 1em; }
        header ul li:last-child {
          font-size: 20px;
          padding: 0;
          background-color: initial;
          width: 80%; }
          header ul li:last-child button {
            width: 100%;
            padding: 0 0; } }
  @media screen and (min-width: 993px) {
    header .menu-btn {
      display: none; } }
  header .menu-btn i {
    color: #ffffff; }

main .text-box-wrap {
  width: 100%;
  background-image: url(../img/ttl_img.png);
  background-size: 70% auto;
  background-position: 100% 50%; }
  @media screen and (max-width: 992px) {
    main .text-box-wrap {
      background-size: auto 100%; } }
  main .text-box-wrap .text-box {
    width: 65%;
    max-width: 1000px;
    padding: 4rem; }
    @media screen and (max-width: 992px) {
      main .text-box-wrap .text-box {
        width: 100%;
        padding: 4rem 10px; } }
    main .text-box-wrap .text-box .img-box .ttl-01 {
      position: relative;
      top: initial;
      left: initial;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
    main .text-box-wrap .text-box .img-box .ttl-02 {
      top: 51%;
      left: 51%; }
    main .text-box-wrap .text-box .count-box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      main .text-box-wrap .text-box .count-box .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.5rem 2rem;
        background-color: #ff00fa; }
        main .text-box-wrap .text-box .count-box .box:nth-child(2) {
          background-color: #000; }
        main .text-box-wrap .text-box .count-box .box p {
          text-align: center;
          color: #ffffff; }
          main .text-box-wrap .text-box .count-box .box p span {
            color: #ffffff; }
        main .text-box-wrap .text-box .count-box .box p:nth-child(1) {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto;
          --fluid-type-min: 0.65rem;
          --fluid-type-max: 1rem;
          max-width: initial; }
          @media screen and (max-width: 992px) {
            main .text-box-wrap .text-box .count-box .box p:nth-child(1) {
              --fluid-type-max: 0.75rem; } }
        main .text-box-wrap .text-box .count-box .box p:nth-child(2) {
          margin: 0 auto;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          text-align: center;
          --fluid-type-min: 1.5rem;
          --fluid-type-max: 2.5rem; }
          @media screen and (max-width: 992px) {
            main .text-box-wrap .text-box .count-box .box p:nth-child(2) {
              line-height: 1; } }
          main .text-box-wrap .text-box .count-box .box p:nth-child(2) span {
            margin-right: 0.25rem;
            --fluid-type-min: 10px !important;
            --fluid-type-max: 15px !important; }

main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    main section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  main section.reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  main section .ttl-box-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main section .ttl-box-wrap .ttl-box {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  main section .txt-box {
    max-width: initial;
    padding-right: 3rem; }
    @media screen and (max-width: 992px) {
      main section .txt-box {
        padding-right: 0;
        width: calc(100% - 30px);
        margin: 1em auto 0; } }

main .submit-box {
  width: 100%;
  text-align: center; }
  main .submit-box button {
    border-radius: 999px;
    padding-right: 50px;
    padding-left: 50px; }
    main .submit-box button p {
      color: #ffffff;
      font-size: 1.75rem; }
      @media screen and (max-width: 600px) {
        main .submit-box button p {
          font-size: 1.2rem; } }

main .studio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-blend-mode: lighten;
  -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  padding: 100px 0; }
  @media screen and (max-width: 992px) {
    main .studio-list {
      -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
      clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%); } }
  main .studio-list::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    background: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  main .studio-list .detail-wrap {
    background-color: #ffffffee;
    border-radius: 15px;
    padding: 1em 0 2em;
    margin: 2em auto 4em;
    overflow: hidden;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
    position: relative; }
    @media screen and (max-width: 992px) {
      main .studio-list .detail-wrap {
        width: 95%;
        padding: 1em 10px 2em; } }
    main .studio-list .detail-wrap .studio-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      main .studio-list .detail-wrap .studio-ttl h3,
      main .studio-list .detail-wrap .studio-ttl p {
        text-align: center;
        width: 100%;
        max-width: initial; }
      main .studio-list .detail-wrap .studio-ttl p span {
        padding: 0.5em; }
      main .studio-list .detail-wrap .studio-ttl p:before, main .studio-list .detail-wrap .studio-ttl p:after {
        content: "-"; }
    main .studio-list .detail-wrap .detail-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 992px) {
        main .studio-list .detail-wrap .detail-box {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      main .studio-list .detail-wrap .detail-box .detail-left {
        width: 45%; }
        @media screen and (max-width: 992px) {
          main .studio-list .detail-wrap .detail-box .detail-left {
            width: 100%; } }
        main .studio-list .detail-wrap .detail-box .detail-left dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-bottom: 1em; }
          main .studio-list .detail-wrap .detail-box .detail-left dl dt {
            background-color: #000000;
            color: #fff;
            width: 4em;
            text-align: center;
            font-size: 12px;
            padding: 0.5em 0; }
          main .studio-list .detail-wrap .detail-box .detail-left dl dd {
            font-size: 14px;
            padding-left: 1em; }
        main .studio-list .detail-wrap .detail-box .detail-left .btn-box button {
          font-size: 13px;
          width: 100%; }
          @media screen and (max-width: 992px) {
            main .studio-list .detail-wrap .detail-box .detail-left .btn-box button {
              padding: 5px; } }
      main .studio-list .detail-wrap .detail-box .detail-right {
        width: 45%;
        padding: 1em 0; }
        @media screen and (max-width: 992px) {
          main .studio-list .detail-wrap .detail-box .detail-right {
            width: 100%; } }
        main .studio-list .detail-wrap .detail-box .detail-right iframe {
          border: none;
          width: 100%;
          height: 300px; }
    main .studio-list .detail-wrap .schedule-box .day {
      width: 95%;
      margin: auto; }
      main .studio-list .detail-wrap .schedule-box .day .scr-box {
        overflow-x: auto;
        margin-bottom: 1em; }
        main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          padding: 10px 5px; }
          main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 8px #00000030;
            box-shadow: 0px 0px 8px #00000030;
            padding: 5px 10px;
            margin-right: 15px; }
            main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner .item figure {
              width: 75px;
              height: 75px;
              border-radius: 50%;
              overflow: hidden;
              position: relative; }
              main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner .item figure img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
            main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner .item .txt-box {
              margin-left: 10px;
              margin-top: 0;
              width: auto; }
              main .studio-list .detail-wrap .schedule-box .day .scr-box .scr-box-inner .item .txt-box p {
                font-size: 15px;
                line-height: 1.5;
                white-space: nowrap; }
    main .studio-list .detail-wrap #loading:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ffffffee;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    main .studio-list .detail-wrap #loading .loader,
    main .studio-list .detail-wrap #loading .loader:after {
      border-radius: 50%;
      width: 10em;
      height: 10em; }
    main .studio-list .detail-wrap #loading .loader {
      margin: 60px auto;
      font-size: 10px;
      position: relative;
      text-indent: -9999em;
      border-top: 1.1em solid rgba(93, 255, 0, 0.8);
      border-right: 1.1em solid rgba(93, 255, 0, 0.8);
      border-bottom: 1.1em solid rgba(93, 255, 0, 0.8);
      border-left: 1.1em solid #00000020;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: load8 1.1s infinite linear;
      animation: load8 1.1s infinite linear;
      position: absolute;
      top: 15%;
      left: 43%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  main .studio-list .studiolist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 992px) {
      main .studio-list .studiolist-btn {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }
    main .studio-list .studiolist-btn .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px 10px 0;
      margin: 0 2em 2em 0;
      position: relative; }
      @media screen and (max-width: 992px) {
        main .studio-list .studiolist-btn .box {
          margin: 0 1em 1em 0; } }
      main .studio-list .studiolist-btn .box .item {
        width: 175px;
        height: 175px;
        background-color: #ffffff50;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
        background-size: cover;
        position: relative;
        z-index: 0;
        background-blend-mode: lighten;
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        overflow: hidden;
        cursor: pointer; }
        @media screen and (max-width: 992px) {
          main .studio-list .studiolist-btn .box .item {
            width: 130px;
            height: 130px; } }
        main .studio-list .studiolist-btn .box .item::before {
          content: "";
          position: absolute;
          top: -5px;
          bottom: -5px;
          left: -5px;
          right: -5px;
          background: inherit;
          -webkit-filter: blur(1px);
          filter: blur(1px);
          z-index: -1; }
        main .studio-list .studiolist-btn .box .item span {
          width: 100%;
          text-shadow: 5px 5px 5px #00000050; }
          main .studio-list .studiolist-btn .box .item span.txt1 {
            --fluid-type-min: 1.25rem;
            --fluid-type-max: 2rem;
            font-weight: 600;
            font-family: "Oswald", sans-serif;
            color: #fff; }
          main .studio-list .studiolist-btn .box .item span.txt2 {
            --fluid-type-min: 0.75rem;
            --fluid-type-max: 1rem;
            color: #fff;
            font-family: a-otf-futo-go-b101-pr6n, sans-serif !important; }
      main .studio-list .studiolist-btn .box:before {
        content: "";
        width: 175px;
        height: 175px;
        background-image: url(../img/stripe-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-33%, -49%);
        -ms-transform: translate(-33%, -49%);
        transform: translate(-33%, -49%); }
        @media screen and (max-width: 992px) {
          main .studio-list .studiolist-btn .box:before {
            width: 130px;
            height: 130px; } }

main .fee .txt-box {
  padding-left: 3rem;
  padding-right: 0; }
  @media screen and (max-width: 992px) {
    main .fee .txt-box {
      padding-left: 0;
      margin-top: 1em; } }

main .fee-tbl {
  width: 100%; }
  main .fee-tbl table {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0; }
    main .fee-tbl table tr td {
      text-align: center;
      padding: 0.5em 0; }
    main .fee-tbl table tr:nth-child(1) td:nth-child(1) {
      border: 1px solid #dedede; }
    main .fee-tbl table tr:nth-child(1) td:nth-child(2) {
      background-color: #dedede; }
    main .fee-tbl table tr:nth-child(n + 2) td:nth-child(1) {
      background-color: #ffea4e;
      border: 1px solid #ffffff; }
    main .fee-tbl table tr:nth-child(n + 2) td:nth-child(2) {
      border: 1px solid #dedede; }

main .area-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  max-width: 2000px; }
  @media screen and (max-width: 992px) {
    main .area-4 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  main .area-4 .img-box {
    width: 30%; }
    main .area-4 .img-box .box .item {
      background-color: initial !important; }
      main .area-4 .img-box .box .item:before {
        content: none !important; }
    @media screen and (max-width: 992px) {
      main .area-4 .img-box {
        width: 100%; } }
    main .area-4 .img-box .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px 10px 0;
      margin: 0 2em 2em 0;
      position: relative; }
      @media screen and (max-width: 992px) {
        main .area-4 .img-box .box {
          margin: 0;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); } }
      main .area-4 .img-box .box .item {
        width: 100%;
        height: 400px;
        background-color: #ffffff50;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
        background-size: cover;
        position: relative;
        z-index: 0;
        background-blend-mode: lighten;
        -webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
        clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
        overflow: hidden;
        cursor: pointer; }
        main .area-4 .img-box .box .item::before {
          content: "";
          position: absolute;
          top: -5px;
          bottom: -5px;
          left: -5px;
          right: -5px;
          background: inherit;
          -webkit-filter: blur(1px);
          filter: blur(1px);
          z-index: -1; }
        main .area-4 .img-box .box .item span {
          width: 100%;
          text-shadow: 5px 5px 5px #00000050; }
          main .area-4 .img-box .box .item span.txt1 {
            --fluid-type-min: 1.25rem;
            --fluid-type-max: 2rem;
            font-weight: 600;
            font-family: "Oswald", sans-serif;
            color: #fff; }
          main .area-4 .img-box .box .item span.txt2 {
            --fluid-type-min: 0.75rem;
            --fluid-type-max: 1rem;
            color: #fff; }
      main .area-4 .img-box .box:before {
        content: "";
        width: 100%;
        height: 400px;
        background-image: url(../svg/stripe-bg2.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-47%, -47%);
        -ms-transform: translate(-47%, -47%);
        transform: translate(-47%, -47%);
        -webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
        clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%); }
  main .area-4 .txt-box {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3em; }
    @media screen and (max-width: 992px) {
      main .area-4 .txt-box {
        width: 100%;
        padding-left: 0; } }
    main .area-4 .txt-box .ttl-box {
      margin-bottom: 2em; }
      main .area-4 .txt-box .ttl-box .subttl {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        padding-left: 2em;
        padding-right: 2em; }
    main .area-4 .txt-box p {
      max-width: initial; }

#form {
  background-color: #000000aa;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  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; }
  #form .form-box {
    width: 95%;
    padding: 10px 10px;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #ffffff;
    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-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px #00000050;
    box-shadow: 0px 0px 20px #00000050; }
    #form .form-box .form-box-inner {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1em 0; }
      #form .form-box .form-box-inner h3 {
        width: 100%;
        text-align: center;
        font-family: a-otf-futo-go-b101-pr6n, sans-serif !important; }
      #form .form-box .form-box-inner ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        #form .form-box .form-box-inner ul li:nth-child(2n) {
          margin-bottom: 1em; }
      #form .form-box .form-box-inner input,
      #form .form-box .form-box-inner select {
        width: 100%;
        border: 1px solid #aaaaaa;
        border-radius: 5px;
        padding: 5px 10px; }
      #form .form-box .form-box-inner input[type="submit"] {
        margin-top: 1em;
        border: none;
        color: #ffffff;
        border-radius: 5px;
        padding: 10px 30px;
        background-color: #ff00fa; }
