.car-content .flex .price {
  width: 100% !important;
}

.swiper-pagination-bullet-active {
  background: #000 !important
}

@media screen and (min-width: 768px) {
  .sp-nav,
  .sp-fixed-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-fixed-btn {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  .sp-fixed-btn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .sp-fixed-btn ul li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
  .sp-fixed-btn ul li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
  }
  .sp-fixed-btn ul li:first-child {
    background-color: #cebb0c;
  }
  .sp-fixed-btn ul li:last-child {
    background-color: #c50d71;
  }
  .g-navi {
    display: none  !important;
  }
}
.top-section,
.movie-section,
.reason-section,
.price-section,
.use-case-section,
.advantage-section,
.spec-section,
.comparison-section,
.faq-section,
.form-section {
  margin-top: 50px;
}
.top-section h2,
.movie-section h2,
.reason-section h2,
.price-section h2,
.use-case-section h2,
.advantage-section h2,
.spec-section h2,
.comparison-section h2,
.faq-section h2,
.form-section h2 {
  display: block;
  text-align: center;
  padding-top: 60px;
  font-size: 4.5rem;
  line-height: 6rem;
}
.top-section .container,
.movie-section .container,
.reason-section .container,
.price-section .container,
.use-case-section .container,
.advantage-section .container,
.spec-section .container,
.comparison-section .container,
.faq-section .container,
.form-section .container {
  max-width: 1050px;
  margin: 50px auto 50px;
}

@media screen and (max-width: 767px) {
  .top-section h2,
  .movie-section h2,
  .reason-section h2,
  .price-section h2,
  .use-case-section h2,
  .advantage-section h2,
  .spec-section h2,
  .comparison-section h2,
  .faq-section h2,
  .form-section h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.use-case-section,
.spec-section,
.form-section {
  background-image: linear-gradient(270deg, #309090, #2ed87c);
  padding-bottom: 80px;
}
.use-case-section h2,
.spec-section h2,
.form-section h2 {
  color: #fff;
}
.use-case-section .container,
.spec-section .container,
.form-section .container {
  display: flex;
  margin: 50px auto 50px;
}

.top-section {
  width: 100%;
  height: auto;
  margin: 0px 0px 150px;
  position: relative;
}
.top-section .bg {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  background-image: linear-gradient(270deg, #309090, #2ed87c);
  height: 770px;
}
.top-section .container {
  display: flex;
  margin-top: 0px;
  max-width: 1250px;
}
.top-section .container .wrapper {
  width: 65%;
  z-index: 1;
}
.top-section .container .wrapper img {
  width: 115%;
}
.top-section .container .box {
  margin-top: 10vh;
}
.top-section .container .box h1 {
  display: block;
  text-align: center;
  font-size: 7rem;
  line-height: 1.1em;
  color: #fff;
  border: 2.5px solid #fff;
  padding: 25px 60px 25px 60px;
}
.top-section .container .box h1 span {
  display: block;
  font-size: 3.5rem;
  line-height: 3rem;
  padding-top: 20px;
}
.top-section .container .box p {
  font-size: 1.5rem;
  color: #fff;
  text-align: right;
}
.top-section h2 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 5.5rem;
  line-height: 1.2;
  padding-top: 0px;
}
.top-section .cta-btn {
  display: block;
  background-color: #cebb0c;
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: -30%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.top-section .cta-btn a {
  font-size: 4rem;
  line-height: 5.5rem;
  color: #fff;
  font-weight: 600;
}

.pc-fix-btn {
  position: fixed;
  z-index: 1;
  background-color: #c50d71;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  right: 20px;
  bottom: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.pc-fix-btn a {
  color: #fff;
}
.pc-fix-btn a p {
  display: block;
  text-align: center;
  position: relative;
  padding: 40px 0px;
}

@media screen and (max-width: 767px) {
  .top-section {
    height: 70vh;
    width: 100vw;
    margin-bottom: 50px;
  }
  .top-section .bg {
    height: auto;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
  .top-section .bg .container {
    display: block;
  }
  .top-section .bg .container .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .top-section .bg .container .wrapper img {
    width: 100%;
  }
  .top-section .bg .container .box {
    margin: 15px auto 0px;
    width: 70%;
    padding-bottom: 6rem;
  }
  .top-section .bg .container .box h1 {
    font-size: 2rem;
    padding: 10px;
  }
  .top-section .bg .container .box h1 span {
    font-size: 1.5rem;
  }
  .top-section h2 {
    font-size: 3.2rem;
  }
  .top-section .cta-btn {
    display: none;
  }
  .pc-fix-btn {
    display: none;
  }
  .price-section .table-content {
    width: 100% !important;
  }
  .top-section,
  .movie-section,
  .reason-section,
  .price-section,
  .use-case-section,
  .advantage-section,
  .spec-section,
  .comparison-section,
  .faq-section,
  .form-section {
    padding: 0 10px;
  }
}
.movie-section p {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  padding-top: 50px;
}
.movie-section iframe {
  display: block;
  margin: 35px auto 0px;
}

@media screen and (max-width: 767px) {
  .movie-section p {
    font-size: 3rem;
  }
  .movie-section iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.reason-section {
  background-color: #f7ffeb;
  padding-bottom: 80px;
}
.reason-section .container {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
.reason-section .container .cta-wrapper,
.reason-section .container .reason-wrapper {
  width: 48%;
}
.reason-section .container .cta-wrapper {
  width: 40%;
}
.reason-section .container .cta-wrapper img {
  vertical-align: top;
}
.reason-section .container .cta-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #c50d71;
  background-color: #fff5f5;
  margin-top: 0px;
  padding: 20px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.reason-section .container .cta-btn p {
  border-radius: 20px;
  color: #c50d71;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  padding: 20px 0px;
}
.reason-section .container a {
  display: block;
  text-align: center;
  background-color: #c50d71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  margin: 0 auto;
}
.reason-section .reason-wrapper ul li {
  list-style: none;
  padding-bottom: 30px;
  font-size: 2rem;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.reason-section .reason-wrapper li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("../img/check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .reason-section .container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .reason-section .container .cta-wrapper,
  .reason-section .container .reason-wrapper {
    width: 100%;
  }
  .reason-section .container .cta-wrapper .cta-btn,
  .reason-section .container .reason-wrapper .cta-btn {
    margin-bottom: 50px;
  }
  .reason-section .container .cta-wrapper .cta-btn br,
  .reason-section .container .reason-wrapper .cta-btn br {
    display: none;
  }
  .top-section .bg {
    height: 90vh;
  }
}
.price-section .flex {
  display: flex;
  justify-content: space-around;
}
.price-section .flex .img {
  width: 60%;
}
.price-section .flex .price dl {
  margin-bottom: 20px;
}
.price-section .flex .price dl .icon-week,
.price-section .flex .price dl .icon-month {
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 40px;
}
.price-section .flex .price dl .icon-week {
  background-color: #b94040;
}
.price-section .flex .price dl .icon-month {
  background-color: #59b1d7;
}
.price-section .flex .price dd {
  display: flex;
  vertical-align: middle;
}
.price-section .flex .price dd .number {
  display: block;
  font-size: 7rem;
  font-weight: 600;
}
.price-section .flex .price dd .mark span {
  display: block;
  text-align: center;
}
.price-section .flex .price .em {
  flex-direction: column;
}
.price-section .table-content {
  width: 50%;
}
.price-section .table-content table tr {
  vertical-align: baseline;
}
.price-section .table-content table tr th {
  display: block;
  color: #fff;
  background-color: #42656c;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 50px;
  font-size: 1.6rem;
  width: 100px;
  text-align: center;
  margin-bottom: 30px;
}
.price-section .table-content table tr td {
  font-size: 1.6rem;
}
.price-section .table-content table tr td ul li {
  list-style: none;
}
.price-section .table-content table tr td span {
  font-size: 1.5rem;
}

.comparison-section {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .price-section .container {
    width: 90%;
    margin: 0 auto;
  }
  .price-section .container .flex {
    display: block;
    margin: 0 auto;
  }
  .price-section .container .flex .img {
    width: 100%;
  }
  .price-section .container .price dd {
    margin: 0 auto;
    line-height: 1.2;
  }
  .use-case-section {
    padding: 0 2rem 5rem;
  }
  .use-case-section h2 {
    margin-bottom: 4rem;
  }
  .nav-item a {
    color: #fff;
  }
}
.use-case-section .container {
  max-width: 100vw;
}
.use-case-section .container .card {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  border-radius: 15px;
  line-height: 1.8;
}
.use-case-section .container .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
     margin-bottom: 2rem;
}
.use-case-section .container .card h3 {
  font-size: 2rem;
}
.use-case-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}

.advantage-section .container .flex {
  display: flex;
  justify-content: space-around;
}
.advantage-section .container .card {
  width: 30%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
}
.advantage-section .container .card h3 {
  font-size: 2.5rem;
  padding: 2rem 0 0;
}
.advantage-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}
.advantage-section .container .cta-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #c50d71;
  background-color: #fff5f5;
  width: 50%;
  margin-top: 50px;
  padding: 20px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.advantage-section .container .cta-btn p {
  color: #c50d71;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 20px 0px;
}
.advantage-section .container .cta-btn p br {
  display: none;
}
.advantage-section .container .cta-btn a {
  display: block;
  text-align: center;
  background-color: #c50d71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .advantage-section .container .flex {
    display: block;
  }
  .advantage-section .container .card {
    width: 90%;
    margin: 0 auto 3rem;
  }
  .advantage-section .container .cta-btn {
    width: 90%;
  }
  .movie-section {
    padding-top: 6rem;
  }
  .top-section {
    padding: 0 !important;
  }
  .spec-section {
    padding: 0 10px 4rem;
  }
}
.spec-section .container {
  width: 100%;
  justify-content: space-around;
}
.spec-section .container .card {
  width: 45%;
}
.spec-section .container .card img {
  border-radius: 10px;
}
.spec-section .container .card h3,
.spec-section .container .card p {
  color: #fff;
}
.spec-section .container .card h3 {
  font-size: 2.5rem;
  padding-top: 1rem;
}
.spec-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .spec-section .container {
    display: block;
  }
  .spec-section .container .card {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.comparison-section {
  background-color: #fef6ff;
  padding-bottom: 80px;
}
.comparison-section table {
  width: 90%;
  margin: auto;
}
.comparison-section table tbody tr th,
.comparison-section table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0px;
  width: 25%;
}
.comparison-section table tbody .title {
  font-size: 3rem;
  padding: 40px 0px;
}
.comparison-section table tbody .sign {
  font-size: 4rem;
}
.comparison-section table tbody .text {
  font-size: 1.4rem;
}
.comparison-section table tbody .border {
  border-top: 1px solid #333;
}
.comparison-section table tbody .pink {
  background-color: #c50d71;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .comparison-section .container {
    width: 90%;
  }
  .comparison-section .container .title {
    font-size: 2rem;
    padding: 40px 0px;
  }
  .comparison-section .container .sign {
    font-size: 2.5rem;
  }
  .comparison-section .container .text {
    font-size: 1.2rem;
  }
}
.faq-section .container ul li {
  list-style: none;
  border: 1px solid #2ed87c;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px 0px;
}
.faq-section .container ul li p {
  padding-bottom: 20px;
}
.faq-section .question {
  font-size: 3rem;
  line-height: 4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .question:before {
  content: "Q.";
  color: #2ed87c;
  font-size: 3rem;
}
.faq-section .answer {
  font-size: 2rem;
  line-height: 3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .answer:before {
  content: "A.";
  color: #2ed87c;
  font-size: 2rem;
}
.faq-section .container button {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border-style: none;
  border-radius: 40px;
  background-image: linear-gradient(270deg, #309090, #2ed87c);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.faq-section .container button a {
  color: #fff;
  font-size: 2.5rem;
}

.mwform-radio-field {
  display: block;
}

@media screen and (max-width: 767px) {
  .faq-section .container {
    width: 90%;
  }
  .faq-section .question {
    font-size: 2rem;
    line-height: 3rem;
  }
  .faq-section .question:before {
    font-size: 2rem;
  }
}
.form-section .container {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  justify-content: center;
}
.form-section .container form {
  margin: 0 auto;
  width: 650px;
  padding: 50px 0px;
}
.form-section .container form h3 {
  display: block;
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.form-section .container form div {
  width: 100%;
}
.form-section .container form > div {
  margin-bottom: 30px;
}
.form-section .container .theme .block {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 40px 0px 20px;
  text-indent: -2em;
  padding-left: 2em;
}
.form-section .container .block {
  margin-bottom: 20px;
}
.require {
  color: #fff;
    background-color: #c50d71;
    font-size: 1.5rem;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
}
}
.form-section .container form div label span {
  font-size: 1.5rem;
  margin-right: 5px;
  padding: 5px;
  border-radius: 5px;
}
.form-section .container form div input[type="text"],
.form-section .container form div input[type="email"],
.form-section .container form div input[type="tel"],
.form-section .container form div textarea {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 50px;
  border-radius: 5px;
  padding: 10px;
}
.form-section .container form div textarea {
  height: 300px;
}
.form-section .container form div .message #message {
  display: block;
  width: 100%;
  height: 200px;
}
.form-section .container .theme .block {
  margin: 10px 0px 15px;
}
.form-section .container .sending {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 20px 0px;
}
.form-section .container .sending input {
  display: block;
  text-align: center;
  background-color: #c50d71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  cursor: pointer;
}
.form-section .container p {
  font-size: 20px;
}
.form-section .container .start-date input,
.form-section .container .return-date input {
  width: 300px;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .form-section .container {
    width: 90%;
  }
  .form-section .container form {
    padding: 30px 20px;
  }
  .form-section .container form {
    width: 100%;
  }
  .form-section {
    padding: 0 10px 5rem;
  }
.form-section .container form div input[type="text"],
.form-section .container form div input[type="email"],
.form-section .container form div input[type="tel"],
  .form-section .container form div textarea {
    display: block;
    margin-left: 0;
  }
  .form-section .container p {
    font-size: 16px;
  }
  .form-section .container form div label {
    font-size: 16px;
    margin-bottom: 2rem !important;
  }
  .form-section .container .start-date input, .form-section .container .return-date input {
    width: 100%;
    padding: 10px;
  }
}
footer {
  background-color: #013614;
  color: #fff;
  text-align: center;
}
footer h5 {
  font-size: 2.2rem;
  padding: 20px 0px;
}
footer ul li {
  display: inline-block;
  padding: 7px 15px 0px;
  font-weight: normal;
}
footer .copyright {
  padding: 20px 0px;
}
footer .copyright small {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  footer ul li {
    display: block;
  }
  
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 768px) {
  .burger-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
.burger-btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: #333;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
  }
  
  .slideSwiper {
    margin: 0 !important;
  }
  
  .bar {
    background-color: #fff;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }
  /* スクロール制御 */
  .noscroll{
    overflow: hidden;
  }
  
  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  
  .header-nav {
    background-color: #1b1310;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center
  }
  .nav-item {
    margin-bottom: 40px;
    padding-right: 0;
  }
  
  /* メニューオープン時 */
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
  }

.sp-nav,
.sp-fixed-btn {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp-fixed-btn {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  .sp-fixed-btn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .sp-fixed-btn ul li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
  .sp-fixed-btn ul li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .sp-fixed-btn ul li:first-child {
    background-color: #cebb0c;
  }
  .sp-fixed-btn ul li:last-child {
    background-color: #0aaa71;
  }
}
.top-section,
.movie-section,
.reason-section,
.price-section,
.use-case-section,
.advantage-section,
.spec-section,
.comparison-section,
.faq-section,
.form-section {
  margin-top: 50px;
}
.top-section h2,
.movie-section h2,
.reason-section h2,
.price-section h2,
.use-case-section h2,
.advantage-section h2,
.spec-section h2,
.comparison-section h2,
.faq-section h2,
.form-section h2 {
  display: block;
  text-align: center;
  padding-top: 60px;
  font-size: 4.5rem;
  line-height: 6rem;
}
.top-section .container,
.movie-section .container,
.reason-section .container,
.price-section .container,
.use-case-section .container,
.advantage-section .container,
.spec-section .container,
.comparison-section .container,
.faq-section .container,
.form-section .container {
  max-width: 1050px;
  margin: 50px auto 50px;
}

@media screen and (max-width: 797px) {
  .top-section h2,
  .movie-section h2,
  .reason-section h2,
  .price-section h2,
  .use-case-section h2,
  .advantage-section h2,
  .spec-section h2,
  .comparison-section h2,
  .faq-section h2,
  .form-section h2 {
    font-size: 3rem;
  }
}
.use-case-section,
.spec-section,
.form-section {
  background-image: linear-gradient(270deg, #a33973, #fa7cc0);
  padding-bottom: 80px;
}
.use-case-section h2,
.spec-section h2,
.form-section h2 {
  color: #fff;
}
.use-case-section .container,
.spec-section .container,
.form-section .container {
  display: flex;
  margin: 50px auto 50px;
}

.top-section {
  width: 100%;
  height: auto;
  margin: 0px 0px 150px;
  position: relative;
}
.top-section .bg {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  background-image: linear-gradient(270deg, #a33973, #fa7cc0);
}
.top-section .container {
  display: flex;
  margin-top: 0px;
  max-width: 1250px;
}
.top-section .container .wrapper {
  width: 65%;
  z-index: 1;
}
.top-section .container .wrapper img {
  width: 100%;
}
.top-section .container .box {
  margin-top: 10vh;
}
.top-section .container .box h1 {
  display: block;
  text-align: center;
  font-size: 7rem;
  line-height: 1.1em;
  color: #fff;
  border: 2.5px solid #fff;
  padding: 25px 60px 25px 60px;
}
.top-section .container .box h1 span {
  display: block;
  font-size: 3.5rem;
  line-height: 4rem;
  padding-top: 30px;
}
.top-section .container .box p {
  font-size: 1.5rem;
  color: #fff;
  text-align: right;
}
.top-section h2 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 5.5rem;
  line-height: 1.2;
  padding-top: 0px;
}
.top-section .cta-btn {
  display: block;
  background-color: #cebb0c;
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.top-section .cta-btn a {
  font-size: 4rem;
  line-height: 5.5rem;
  color: #fff;
  font-weight: 600;
}

.pc-fix-btn {
  position: fixed;
  z-index: 1;
  background-color: #0aaa71;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  right: 20px;
  bottom: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.pc-fix-btn a {
  color: #fff;
}
.pc-fix-btn a p {
  display: block;
  text-align: center;
  position: relative;
  padding: 40px 0px;
}

@media screen and (max-width: 797px) {
  .top-section {
    height: 70vh;
    width: 100vw;
    margin-bottom: 50px;
  }
  .top-section .bg {
    height: auto;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
  .top-section .bg .container {
    display: block;
  }
  .top-section .bg .container .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .top-section .bg .container .wrapper img {
    width: 100%;
  }
  .top-section .bg .container .box {
    margin: 15px auto 0px;
    width: 70%;
  }
  .top-section .bg .container .box h1 {
    font-size: 2rem;
    padding: 10px;
  }
  .top-section .bg .container .box h1 span {
    font-size: 1.5rem;
  }
  .top-section h2 {
    font-size: 3.2rem;
  }
  .top-section .cta-btn {
    display: none;
  }
  .pc-fix-btn {
    display: none;
  }
}
.movie-section p {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  padding-top: 50px;
}
.movie-section iframe {
  display: block;
  margin: 35px auto 0px;
}

@media screen and (max-width: 797px) {
  .movie-section p {
    font-size: 3rem;
  }
  .movie-section iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.reason-section {
  background-color: #f7ffeb;
  padding-bottom: 80px;
}
.reason-section .container {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
.reason-section .container .cta-wrapper,
.reason-section .container .reason-wrapper {
  width: 48%;
}
.reason-section .container .cta-wrapper {
  width: 40%;
}
.reason-section .container .cta-wrapper img {
  vertical-align: top;
}
.reason-section .container .cta-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #0aaa71;
  background-color: #fff5f5;
  margin-top: 0px;
  padding: 20px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.reason-section .container .cta-btn p {
  border-radius: 20px;
  color: #0aaa71;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  padding: 20px 0px;
}
.reason-section .container a {
  display: block;
  text-align: center;
  background-color: #0aaa71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  margin: 0 auto;
}
.reason-section .reason-wrapper ul li {
  list-style: none;
  padding-bottom: 30px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.reason-section .reason-wrapper li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-image: url("../img/check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 797px) {
  .reason-section .container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .reason-section .container .cta-wrapper,
  .reason-section .container .reason-wrapper {
    width: 100%;
  }
  .reason-section .container .cta-wrapper .cta-btn,
  .reason-section .container .reason-wrapper .cta-btn {
    margin-bottom: 50px;
  }
  .reason-section .container .cta-wrapper .cta-btn br,
  .reason-section .container .reason-wrapper .cta-btn br {
    display: none;
  }
}
.price-section .flex {
  display: flex;
  justify-content: space-around;
}
.price-section .flex .img {
  width: 60%;
}
.price-section .flex .price dl {
  margin-bottom: 50px;
}
.price-section .flex .price dl .icon-week,
.price-section .flex .price dl .icon-month {
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 40px;
}
.price-section .flex .price dl .icon-week {
  background-color: #b94040;
}
.price-section .flex .price dl .icon-month {
  background-color: #59b1d7;
}
.price-section .flex .price dd {
  display: flex;
  vertical-align: middle;
}
.price-section .flex .price dd .number {
  display: block;
  font-size: 7rem;
  font-weight: 600;
}
.price-section .flex .price dd .mark span {
  display: block;
  text-align: center;
}
.price-section .flex .price .em {
  flex-direction: column;
}
.price-section .table-content {
  width: 50%;
}
.price-section .table-content table tr {
  vertical-align: baseline;
}
.price-section .table-content table tr th {
  display: block;
  color: #fff;
  background-color: #42656c;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 50px;
  font-size: 1.8rem;
  width: 100px;
  text-align: center;
  margin-bottom: 30px;
}
.price-section .table-content table tr td ul li {
  list-style: none;
}
.price-section .table-content table tr td span {
  font-size: 1.5rem;
}

@media screen and (max-width: 797px) {
  .price-section .container {
    width: 90%;
    margin: 0 auto;
  }
  .price-section .container .flex {
    display: block;
    margin: 0 auto;
  }
  .price-section .container .flex .img {
    width: 100%;
  }
  .price-section .container .price dd {
    margin: 0 auto;
  }
}
.use-case-section .container {
  max-width: 100vw;
}
.use-case-section .container .card {
  background-color: #fff;
  width: 300px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 10px;
  margin: 10px;
  border-radius: 15px;
}
.use-case-section .container .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.use-case-section .container .card h3 {
  font-size: 2rem;
}
.use-case-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}

.advantage-section .container .flex {
  display: flex;
  justify-content: space-around;
}
.advantage-section .container .card {
  width: 30%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
}
.advantage-section .container .card h3 {
  font-size: 2.5rem;
  padding-top: 1rem;
}
.advantage-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}
.advantage-section .container .cta-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #0aaa71;
  background-color: #fff5f5;
  width: 50%;
  margin-top: 50px;
  padding: 20px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.advantage-section .container .cta-btn p {
  color: #0aaa71;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 20px 0px;
}
.advantage-section .container .cta-btn p br {
  display: none;
}
.advantage-section .container .cta-btn a {
  display: block;
  text-align: center;
  background-color: #0aaa71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 797px) {
  .advantage-section .container .flex {
    display: block;
  }
  .advantage-section .container .card {
    width: 90%;
    margin: 0 auto;
  }
  .advantage-section .container .cta-btn {
    width: 90%;
  }
}
.spec-section .container {
  width: 100%;
  justify-content: space-around;
}
.spec-section .container .card {
  width: 45%;
}
.spec-section .container .card img {
  border-radius: 10px;
}
.spec-section .container .card h3,
.spec-section .container .card p {
  color: #fff;
}
.spec-section .container .card h3 {
  font-size: 2.5rem;
  padding-top: 1rem;
}
.spec-section .container .card p {
  font-size: 1.8rem;
  padding-top: 1rem;
}

@media screen and (max-width: 797px) {
  .spec-section .container {
    display: block;
  }
  .spec-section .container .card {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.comparison-section {
  background-color: #fef6ff;
  padding-bottom: 80px;
}
.comparison-section table {
  width: 90%;
  margin: auto;
}
.comparison-section table tbody tr th,
.comparison-section table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0px;
  width: 25%;
}
.comparison-section table tbody .title {
  font-size: 3rem;
  padding: 40px 0px;
}
.comparison-section table tbody .sign {
  font-size: 4rem;
}
.comparison-section table tbody .text {
  font-size: 1.4rem;
}
.comparison-section table tbody .border {
  border-top: 1px solid #333;
}
.comparison-section table tbody .pink {
  background-color: #0aaa71;
  color: #fff;
}

@media screen and (max-width: 797px) {
  .comparison-section .container {
    width: 90%;
  }
  .comparison-section .container .title {
    font-size: 2rem;
    padding: 40px 0px;
  }
  .comparison-section .container .sign {
    font-size: 2.5rem;
  }
  .comparison-section .container .text {
    font-size: 1.2rem;
  }
}
.faq-section .container ul li {
  list-style: none;
  border: 1px solid #2ed87c;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px 0px;
}
.faq-section .container ul li p {
  padding-bottom: 20px;
}
.faq-section .question {
  font-size: 3rem;
  line-height: 4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .question:before {
  content: "Q.";
  color: #2ed87c;
  font-size: 3rem;
}
.faq-section .answer {
  font-size: 2rem;
  line-height: 3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .answer:before {
  content: "A.";
  color: #2ed87c;
  font-size: 2rem;
}
.faq-section .container button {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border-style: none;
  border-radius: 40px;
  background-image: linear-gradient(270deg, #a33973, #fa7cc0);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.faq-section .container button a {
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (max-width: 797px) {
  .faq-section .container {
    width: 90%;
  }
  .faq-section .question {
    font-size: 2rem;
    line-height: 3rem;
  }
  .faq-section .question:before {
    font-size: 2rem;
  }
}
.form-section .container {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.form-section .container form {
  margin: 0 auto;
  width: 650px;
  padding: 50px 0px;
}
.form-section .container form h3 {
  display: block;
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
  margin-top: 80px;
  padding-bottom: 10px;
}
.form-section .container form div {
  width: 100%;
}
.form-section .container form div label {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 40px 0px 20px;
  text-indent: -2em;
  padding-left: 2em;
}
.form-section .container form div label span {
  font-size: 1.6rem;
}
.form-section .container form div input,
.form-section .container form div textarea {
}
.form-section .container form div textarea {
  height: 300px;
}
.form-section .container form div .message #message {
  display: block;
  width: 100%;
  height: 200px;
}
.form-section .container .theme label {
  margin: 10px 0px 0px;
}
.form-section .container .sending {
  display: block;
  margin: 30px auto;
  padding: 20px 0px;
}
.form-section .container .sending input {
  display: block;
  text-align: center;
  background-color: #0aaa71;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2.2rem;
}
.form-section .container p {
  font-size: 20px;
}
.form-section .container .start-date input,
.form-section .container .return-date input {
  width: 300px;
  height: 30px;
  border-radius: 5px;
}

@media screen and (max-width: 797px) {
  .form-section .container {
    width: 90%;
  }
  .form-section .container form {
    padding: 30px 20px;
  }
  .form-section .container form div input,
  .form-section .container form div textarea {
    display: block;
    width: 85%;
  }
}
footer {
  background-color: #013614;
  margin-top: 100px;
  color: #fff;
  text-align: center;
}
footer h5 {
  font-size: 2.2rem;
  padding: 20px 0px;
}
footer ul li {
  display: inline-block;
  padding: 7px 15px 0px;
  font-weight: normal;
}
footer .copyright {
  padding: 20px 0px;
}
footer .copyright small {
  font-size: 1.8rem;
}

@media screen and (max-width: 797px) {
  footer ul li {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 768px) {
  .burger-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
.burger-btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    /* codepen邵ｺ�ｮ隰門雀陌夂ｸｺ�ｮ邵ｺ貅假ｽ� */
    background-color: #333;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
  }
  
  .slideSwiper {
    margin: 0 !important;
  }
  
  .bar {
    background-color: #fff;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }
  .noscroll{
    overflow: hidden;
  }
  
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;
  }
  
  .header-nav {
    background-color: #1b1310;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center
  }
  .nav-item {
    margin-bottom: 40px;
    padding-right: 0;
  }
  
  /* 郢晢ｽ｡郢昜ｹ斟礼ｹ晢ｽｼ郢ｧ�ｪ郢晢ｽｼ郢晏干ﾎｦ隴趣ｿｽ */
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
  }