@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
.site-header,
.site-footer {
  display: none;
}
.site-header.--fe1daypass,
.site-footer.--fe1daypass {
  display: block;
}

.site-header .mypage-btn img {
  width: 3.75em;
}

.wrap {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(0.75em, 1vw, 1em);
}

/*==================================================================================================
    fe1daypass
==================================================================================================*/
.fe1daypass-main {
  position: relative;
  text-align: center;
  color: #FFF;
}
.fe1daypass-main__cont {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
  width: 100%;
}
.fe1daypass-main__read {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
}
.fe1daypass-main__read2 {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0;
}
.fe1daypass-main__logo {
  width: 20.4166666667em;
  margin: 1em auto;
}
.fe1daypass-main__ttl {
  font-size: 3.8333333333em;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}
.fe1daypass-main__circle {
  font-size: 1.75em;
  width: 7.2380952381em;
  height: 7.2380952381em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  background: #FFF;
  color: #50504b;
  border-radius: 50%;
}
.fe1daypass-main__circle span {
  color: #9DC938;
}
.fe1daypass-main .swiper-container {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media screen and (min-width: 1081px) {
  .fe1daypass-main .swiper-container {
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .fe1daypass-main .swiper-container {
    min-height: 600px;
    height: 80vh;
  }
}
@media screen and (max-width: 640px) {
  .fe1daypass-main .swiper-container {
    min-height: auto;
  }
}
.fe1daypass-main .swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fe1daypass-main .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 100%;
}
.fe1daypass-main .swiper-pagination .swiper-pagination-bullet {
  width: 0.9375em;
  height: 0.9375em;
  background: #FFF;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.625em;
  border-radius: 50%;
}
.fe1daypass-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9DC938;
}

.fe1daypass-about {
  background: url(../img/lp/fe1daypass/about_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  text-align: center;
  padding: 4em 0;
}
@media screen and (min-width: 768px) {
  .fe1daypass-about {
    padding: 6em 20px;
  }
}
.fe1daypass-about__ttl {
  font-size: 2.3333333333em;
  line-height: 1.5714285714;
  margin-bottom: 0.3571428571em;
}
.fe1daypass-about__txt {
  font-size: 1.3333333333em;
  line-height: 1.75;
}

.fe1daypass-amuse {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse {
    margin-top: 5em;
  }
}
.fe1daypass-amuse__ttl {
  text-align: center;
  color: #FFF;
  background: url(../img/lp/fe1daypass/amuse_bg_sp.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 51.4933333333vw;
  margin-bottom: -10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  line-height: 1;
  font-weight: 900;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__ttl {
    margin-bottom: -5vw;
    background-image: url(../img/lp/fe1daypass/amuse_bg.png);
    height: 39.21875vw;
  }
}
.fe1daypass-amuse__ttl .main {
  font-size: 2.3333333333em;
  display: block;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__ttl .main {
    font-size: 3em;
  }
}
.fe1daypass-amuse__ttl .sub {
  font-size: 1.3333333333em;
  display: block;
  margin-bottom: 0.75em;
}
.fe1daypass-amuse__ttl .en {
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}
.fe1daypass-amuse__area {
  padding: 0 20px;
  margin: 3em 0;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__area {
    margin: 5em 0;
  }
}
.fe1daypass-amuse__numttl {
  text-align: center;
  margin-bottom: 2em;
}
.fe1daypass-amuse__numttl .num {
  display: inline-block;
  font-size: 4.5em;
  line-height: 1.3;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  color: #9DC938;
  position: relative;
}
.fe1daypass-amuse__numttl .num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0740740741em;
  background: #9DC938;
}
.fe1daypass-amuse__numttl .txt {
  display: block;
  font-size: 1.8333333333em;
  line-height: 1.6363636364;
  margin-top: 0.5em;
}
.fe1daypass-amuse__txt {
  text-align: center;
  font-size: 1.1666666667em;
  margin-bottom: 1.5em;
  line-height: 1.8571428571;
}
.fe1daypass-amuse__txt span {
  color: #9DC938;
  font-weight: bold;
}
.fe1daypass-amuse__logo {
  width: 90%;
  margin: 2em auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__logo {
    max-width: 1200px;
    margin: 5em auto 2em;
    width: 80%;
  }
}
.fe1daypass-amuse__cont {
  background: #9DC938;
  margin: 0 0 0;
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont {
    padding: 6em 0;
  }
}
.fe1daypass-amuse__cont__ttl {
  text-align: center;
  margin-bottom: 1.5em;
}
.fe1daypass-amuse__cont__ttl:not(:first-child) {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__ttl:not(:first-child) {
    margin-top: 5em;
  }
}
.fe1daypass-amuse__cont__ttl .icon {
  display: block;
  width: 4.1666666667em;
  margin: 0 auto 0.5em;
}
.fe1daypass-amuse__cont__ttl .txt {
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6666666667em;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__ttl .txt {
    font-size: 2.5em;
  }
}
.fe1daypass-amuse__cont__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.fe1daypass-amuse__cont__area .img {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__area .img {
    width: 50%;
    margin-bottom: 0;
  }
}
.fe1daypass-amuse__cont__area .txt {
  font-size: 1.1666666667em;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__area .txt {
    width: 50%;
    padding: 0 10% 0 0;
  }
}
.fe1daypass-amuse__cont__area.--re .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__area.--re .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.fe1daypass-amuse__cont__area.--re .txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .fe1daypass-amuse__cont__area.--re .txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 10%;
  }
}
.fe1daypass-amuse__sec {
  max-width: 600px;
  margin: 0 auto;
}
.fe1daypass-amuse__sec .name {
  text-align: center;
  font-size: 1.5em;
  margin: 0.5em 0;
}
.fe1daypass-amuse__sec .txt {
  font-size: 1.1666666667em;
}

.fe1daypass-buy {
  background: #dbe0dc;
  padding: 4em 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fe1daypass-buy {
    padding: 6em 20px;
  }
}
.fe1daypass-buy__head {
  font-size: 2.3333333333em;
  margin-bottom: 0.75em;
}
.fe1daypass-buy__body {
  max-width: 800px;
  margin: 4em auto 0;
}
@media screen and (min-width: 768px) {
  .fe1daypass-buy__body {
    margin-top: 6em;
  }
}
.fe1daypass-buy__ttl {
  font-size: 1.5em;
  background: #FFF;
  border-radius: 50em;
  border: 1px solid #9da19e;
  padding: 0.75em 0;
  margin: 0 auto 2em;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .fe1daypass-buy__ttl {
    margin-bottom: 2.5em;
  }
}
.fe1daypass-buy__sub {
  font-size: 1.9166666667em;
  display: inline-block;
  position: relative;
  padding: 0 0 0.5em;
  margin-bottom: 0.75em;
}
.fe1daypass-buy__sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1739130435em;
  background: #50504b;
}
.fe1daypass-buy__read {
  font-size: 1.9166666667em;
  font-weight: bold;
}
.fe1daypass-buy__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em auto;
  max-width: 500px;
}
.fe1daypass-buy__icon li {
  width: 31%;
}
.fe1daypass-buy__icon li p {
  font-size: 1.0833333333em;
  font-weight: bold;
  margin-top: 0.5em;
  line-height: 1.4;
}
.fe1daypass-buy__step {
  margin: 2em 0;
  padding-bottom: 3em;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.fe1daypass-buy__step::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.fe1daypass-buy__step .simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 50em;
  height: 1em !important;
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
}
.fe1daypass-buy__step .simplebar-track {
  background: #BCC5BE;
  border-radius: 50em;
  height: 1em !important;
}
.fe1daypass-buy__step .simplebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fe1daypass-buy__step li {
  width: 200px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.fe1daypass-buy__step li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 270px;
  left: calc(100% + 16px);
  width: 19.6px;
  height: 35px;
  background: url(../img/lp/fe1daypass/arrow.svg) no-repeat;
  background-size: 100% auto;
}
.fe1daypass-buy__step li .step {
  border-radius: 50em;
  background: #9DC938;
  color: #FFF;
  text-align: center;
  font-size: 1.3333333333em;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  margin: 0 auto 0.75em;
  width: 7.375em;
  padding: 0.25em 0;
  font-weight: bold;
}
.fe1daypass-buy__step li .ttl {
  font-size: 1.3333333333em;
  line-height: 1.5555555556;
  margin-bottom: 0.75em;
}
.fe1daypass-buy__step li .txt {
  text-align: left;
  font-size: 1.0833333333em;
  margin-top: 1em;
  line-height: 1.5714285714em;
}
.fe1daypass-buy__dl {
  text-align: left;
}
.fe1daypass-buy__dl dt {
  border-bottom: 1px solid #9DC938;
  padding: 0 0 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.fe1daypass-buy__dl dt:not(:first-child) {
  margin-top: 2em;
}
.fe1daypass-buy__dl dt .step {
  color: #9DC938;
  font-size: 1.3333333333em;
}
.fe1daypass-buy__dl dt .txt {
  font-size: 1.5em;
  margin-left: 0.5em;
}
.fe1daypass-buy__dl dd {
  font-size: 1.1666666667em;
}

.sec {
  padding: 3em 20px;
}
.sec.--price {
  background-color: #f2f2f2;
}
.sec__ttl {
  text-align: center;
  font-size: 2em;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  color: #9DC938;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .sec__ttl {
    font-size: 3em;
  }
}
.sec__body {
  max-width: 800px;
  margin: 0 auto;
}
.sec__body + .sec__body {
  margin-top: 3em;
}
.sec__sub {
  text-align: center;
  font-size: 1.3333333333em;
  margin-bottom: 1em;
}

.fe1daypass-price {
  background: #FFF;
  padding: 2em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 1em;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 0.3125em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.3125em 0 rgba(0, 0, 0, 0.1);
}
.fe1daypass-price dt {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
.fe1daypass-price dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1.25em;
  height: 2px;
  background: #9DC938;
}
.fe1daypass-price dd {
  font-weight: bold;
  font-size: 1.5em;
}
.fe1daypass-price dd span {
  font-size: 0.7777777778em;
  display: block;
}
.fe1daypass-price dd small {
  display: block;
  font-size: 0.7777777778em;
  margin-top: 1em;
  font-weight: normal;
}
.fe1daypass-price dd .-note {
  text-align: left;
  font-size: 0.7777777778em;
  font-weight: normal;
}
.fe1daypass-price dd .-note li + li {
  margin-top: 0.5em;
}

.fe1daypass-faq {
  margin: 0 auto 2em !important;
  background: #FFF;
  border-radius: 1em;
  border: 1px solid #f2f2f2;
  border-color: #9DC938;
}
@media screen and (max-width: 640px) {
  .fe1daypass-faq {
    width: auto;
    font-size: 1em;
  }
}
.fe1daypass-faq[open] .fe1daypass-faq__head:after {
  background-image: url(../img/lp/fe1daypass/minus.svg);
}
.fe1daypass-faq__head {
  font-size: 1.25em;
  padding: 1.5em 2.5em 1.5em 5em;
  width: auto;
  position: relative;
  font-weight: bold;
  color: #9DC938;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .fe1daypass-faq__head {
    padding-left: 3.5em;
  }
}
.fe1daypass-faq__head:before {
  content: "Q";
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  top: 0.6em;
  left: 1.5em;
  color: #9DC938;
}
@media screen and (max-width: 640px) {
  .fe1daypass-faq__head:before {
    left: 1em;
  }
}
.fe1daypass-faq__head:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  background: url(../img/lp/fe1daypass/plus.svg) no-repeat;
  background-position: center;
}
.fe1daypass-faq__body {
  font-size: 1.125em;
  padding: 0 2em 1.6666666667em;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fe1daypass-faq__body {
    padding: 0 1.5em 1.5em;
  }
}

.sec04-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1322px;
  width: 80%;
  margin: 0 auto 0;
  font-size: clamp(0.75em, 1vw, 0.8125em);
}
@media screen and (max-width: 768px) {
  .sec04-ul {
    margin-top: 3em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}
.sec04-ul li {
  font-size: 1em;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  width: 10.2874432678%;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (min-width: 769px) {
  .sec04-ul li {
    margin-left: 7.6399394856%;
  }
  .sec04-ul li:nth-of-type(6n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04-ul li {
    width: 23%;
  }
}
.sec04-ul li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
.sec04-ul li a img {
  background-color: #4D4D4D;
  border-radius: 1em;
}
.sec04-ul li a img:last-child {
  margin-bottom: 0.25em !important;
}
.sec04-ul li a:hover {
  color: #9DC938;
  opacity: 1;
}
.sec04-ul li a:hover img {
  opacity: 1;
  background-color: #9DC938;
}
.sec04-ul li a:hover img:hover {
  opacity: 1;
}

.gmap-search {
  max-width: 1265px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gmap-search__txt {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.gmap-search .gmap-search-map {
  margin-bottom: 1em;
  color: #333;
  width: 100%;
  height: 420px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.gmap-search .gmap-search-form {
  margin: 0 10px 2em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 526px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gmap-search .gmap-search-form {
    margin: 1em 0;
  }
}
.gmap-search .gmap-search-form input[type=text] {
  border: none;
  border-radius: 50px 0 0 50px;
  background: transparent;
  padding: 1.25em 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gmap-search .gmap-search-form input[type=submit],
.gmap-search .gmap-search-form button {
  background: #9DC938;
  color: #FFF;
  border: none;
  border-radius: 0 50px 50px 0;
  width: 3.6666666667em;
}
.gmap-search .gmap-search-form input[type=submit] img,
.gmap-search .gmap-search-form button img {
  width: 95%;
}
.gmap-search .gmap-search-addition {
  margin: 0;
}
.gmap-search .gmap-search-addition select {
  width: 100%;
  border-radius: 50px;
  padding: 1.25em 3em 1.25em 1.5em;
  border-color: #CCC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../img/common/arrow_d.svg) no-repeat;
  background-size: auto 0.4em;
  background-position: right 1em center;
}
.gmap-search .gmap-search-mark {
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.gmap-search .gmap-search-mark img {
  vertical-align: middle;
  width: 1.75em;
}
.gmap-search .gmap-search-message {
  margin-top: 2em;
}

.modaal-content-container {
  padding: 0;
}

.modal-amusement {
  font-size: clamp(0.75em, 1vw, 1em);
}
.modal-amusement__txt {
  padding: 2em 4em 2em;
}
@media screen and (max-width: 960px) {
  .modal-amusement__txt {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.modal-amusement__ttl {
  text-align: center;
  margin-top: 2em;
}
.modal-amusement__ttl__en {
  color: #9DC938;
  font-size: 3em;
  line-height: 1.2;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  display: block;
}
@media screen and (max-width: 960px) {
  .modal-amusement__ttl__en {
    font-size: 2.25em;
  }
}
.modal-amusement__ttl__jp {
  font-size: 1.75em;
  display: block;
}

.js-modaal-close {
  background: transparent;
  border: 1px solid #4D4D4D;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.125em;
  text-align: center;
  border-radius: 50px;
  max-width: 240px;
  width: 100%;
  line-height: 3.2380952381em;
  margin: 0 auto 2em;
  display: block;
}