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

.fix-btn-pc02 {
  display: none !important;
}

.fix-btn-pc {
  display: none !important;
}

.font-small {
  font-size: 1.4rem !important;
  margin-top: 1rem;
}

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

@media screen and (max-width: 960px) {
  .sp-fixed-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 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 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 {
  text-align: center;
  padding-top: 60px;
  font-size: 3rem;
}
.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: 960px) {
  .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 50px;
  position: relative;
}
.top-section .bg {
  background-image: linear-gradient(270deg, #309090, #2ed87c);
  height: 680px;
}
.top-section .container {
  display: flex;
  margin-top: 0px;
  max-width: 1250px;
  padding-top: 20px;
}
.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 h2 {
  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 h2 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 h1 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 3rem;
  line-height: 1.6;
  padding: 2rem;
}
.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: 3.4rem;
  color: #fff;
  font-weight: 600;
}

.pc-fix-btn {
  position: fixed;
  z-index:999;
  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;
}

.cta-btn a {
  border: 0px !important;
}

.cta-btn a:hover {
  background-color: transparent !important;
}

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

@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
  .top-section {
    height: 70vh;
    width: 100vw;
    margin-bottom: 50px;
  }
  .top-section .bg {
    height: auto;
  }
  .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: 90%;
    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 h1 {
    font-size: 3.2rem;
    display: flex;
    justify-content: center;
  }
  .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: 960px) {
  .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;
}
.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: 1.6rem;
  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: 960px) {
  .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: 680px;
    padding-top: 3rem;
  }
}
.price-section .flex {
  display: flex;
  justify-content: space-around;
}
.price-section .flex .img {
  width: 60%;
  margin-bottom: 3rem;
}
.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: 5px 20px;
   border-radius: 40px;
   font-size: 1.4rem;
}
.price-section .flex .price dl .icon-week {
  background-color: #b94040;
}
.price-section .flex .price dl .icon-month {
  background-color: #215e78;
}
.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;
}
main .price-section .table-content table tr th {
  display: block;
  color: #fff;
  background-color: #42656c;
  border-radius: 10px;
  font-size: 1.6rem;
  width: 100px;
  text-align: center;
  padding: 1rem;
  vertical-align: middle;
  margin: 10px 0;
}
.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: 960px) {
  .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: 1180px;
}
.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: 1.6rem;
}
.use-case-section .container .card p {
  font-size: 1.4rem;
  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.6rem;
  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: 960px) {
  .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.6rem;
  padding-top: 1rem;
}

@media screen and (max-width: 960px) {
  .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: 2rem;
  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:  960px) {
  .comparison-section .container {
    width: 90%;
  }
  .comparison-section .container .title {
    font-size: 2rem;
    padding: 20px ;
  }
  .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: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .question:before {
  content: "Q.";
  color: #2ed87c;
  font-size: 1.6rem;
}
.faq-section .answer {
  font-size: 1.6rem;
  line-height: 3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-section .answer:before {
  content: "A.";
  color: #2ed87c;
  font-size: 1.6rem;
}
.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: 960px) {
  .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 {
  font-size: 1.2rem;
  color: #fff;
    background-color: #c50d71;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
}

.ninni {
  font-size: 1.2rem;
  color: #444;
  border: 1px solid #444;
    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;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.movie-section {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .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;
  }
}

@media screen and (max-width: 960px) {

  .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;
  }
  
  .table {
    overflow-x: scroll;
  }
  
  .comparison-section table {
    width: 550px;
  }
  .top-section .container .box h2 {
    font-size: 3rem;
    padding: 2rem;
  }
  
  }
  
  @media screen and (max-width: 540px) {
    .top-section h1 {
      font-size: 6vw;
      line-height: 1.8;
    }
    .top-section .container .box h2 span {
      font-size: 3rem;
      padding: 20px;
    }
    .movie-section h2 {
      padding-top: 0;
    }
  }