@charset "UTF-8";
/**
* @file index.scss
**/
/**
* @file _config.scss
**/
/**
* @file _reset.scss
**/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
} */

/**
* @file _media.scss
**/
/**
* @file _footer.scss
**/
.footer__logo {
  max-width: 225px;
  margin: 150px auto 50px;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 180px;
    margin: 50px auto 30px;
  }
}

@media screen and (max-width: 599px) {
  .footer__logo {
    max-width: 130px;
  }
}

/**
* @file _header.scss
**/
.header {
  -webkit-transition: all 0.8s;
  z-index: 10;
  position: fixed;
  right: 0;
  left: 0;
  transition: all 0.8s;
}

@media screen and (max-width: 768px) {
  .header {
    height: 55px;
  }
}

.header__global-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .header__global-menu {
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 20px;
  }
}

.header__global-menu-logo {
  margin-right: 2%;
}

@media all and (-ms-high-contrast: none) {
  .header__global-menu-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.header__global-menu-logo img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .header__global-menu-logo img {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .header__global-menu-logo {
    z-index: 1;
    margin-right: 0;
  }
}

#nav-toggle {
  cursor: pointer;
}

#nav-toggle > div {
  position: relative;
  width: 28px;
  height: 20px;
}

#nav-toggle span {
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease,
    -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

.global-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 700px;
  color: #333;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .global-nav {
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
  }
}

.global-nav__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .global-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 92.5%;
    max-width: 1080px;
    height: 100vh;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .global-nav {
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 120px;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
}

.global-nav nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

@media screen and (max-width: 768px) {
  .global-nav nav {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex: 0;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.global-nav__lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin-left: auto;
  font-weight: bold;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .global-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
}

.global-nav .lists-item {
  -webkit-transition: 0.8s;
  color: #333;
  transition: 0.8s;
}

@media screen and (max-width: 768px) {
  .global-nav .lists-item {
    -webkit-transition: color 0.8s ease;
    display: block;
    margin-bottom: 35px;
    transition: color 0.8s ease;
  }
}

.global-nav .lists-item:hover {
  color: #666;
}

.global-nav.open {
  visibility: visible;
  opacity: 1;
}

#nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 9px;
  transform: rotate(45deg);
}

#nav-toggle.open span:nth-child(2) {
  left: 50%;
  width: 0;
}

#nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 9px;
  transform: rotate(-45deg);
}

.fixed {
  overflow: hidden;
}

/**
* @file _l-common.scss
**/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 43%;
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: 36.5%;
  }
}

body {
  color: #333;
  font-weight: 900;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    margin-bottom: 120px;
  }
}

main,
header,
footer {
  max-width: 2000px;
  margin: auto;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
}

p,
input,
textarea {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}

img {
  width: 100%;
}

.lazyload-img {
  -webkit-transition: 0.3s opacity;
  opacity: 0;
  transition: 0.3s opacity;
}

.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 599px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .is-sp {
    display: block;
  }
}

.content-width {
  width: 95%;
  max-width: 1240px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .content-width {
    width: 90%;
  }
}

.content-width__small {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .content-width__small {
    width: 90%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.btn.black {
  -webkit-transition: all 0.4s;
  display: block;
  position: relative;
  top: 0;
  padding: 1.5em;
  border-radius: 60px;
  background-color: #3d3d3d;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s;
}

@media screen and (max-width: 599px) {
  .btn.black {
    font-size: 16px;
  }
}

.btn.black:hover {
  -webkit-box-shadow: 0 2px 10px #888;
  top: -3px;
  box-shadow: 0 2px 10px #888;
}

.btn.green {
  -webkit-transition: all 0.4s;
  display: block;
  position: relative;
  top: 0;
  padding: 1.5em;
  border-radius: 60px;
  background-color: #74beba;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s;
}

@media screen and (max-width: 599px) {
  .btn.green {
    font-size: 16px;
  }
}

.btn.green:hover {
  -webkit-box-shadow: 0 2px 10px #888;
  top: -3px;
  box-shadow: 0 2px 10px #888;
}

.btn.insta {
  -webkit-transition: all 0.4s;
  display: block;
  position: relative;
  top: 0;
  width: 210px;
  padding: 1.5em;
  padding-right: 40px;
  padding-left: 30px;
  border-radius: 60px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.71%, #4c64d3),
    color-stop(3.72%, #5262d0),
    color-stop(36.81%, #cf2e92),
    color-stop(68.91%, #f26),
    to(#ffdd83)
  );
  background: linear-gradient(
    90deg,
    #4c64d3 3.71%,
    #5262d0 3.72%,
    #cf2e92 36.81%,
    #f26 68.91%,
    #ffdd83 100%
  );
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s;
}

@media screen and (max-width: 599px) {
  .btn.insta {
    width: 100%;
    font-size: 16px;
  }
}

.btn.insta:hover {
  -webkit-box-shadow: 0 2px 10px #888;
  top: -3px;
  box-shadow: 0 2px 10px #888;
}

.btn.insta .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.btn.insta .insta-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .btn.insta .insta-icon {
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-left: 5px;
  }
}

.btn.insta .btn-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}

.btn.mv {
  -webkit-transition: all 0.4s;
  display: inline-block;
  position: relative;
  top: 0;
  border-radius: 60px;
  background-color: #74beba;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .btn.mv {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .btn.mv {
    width: 90%;
    margin: 0 auto;
  }
}

.btn.mv:hover {
  -webkit-box-shadow: 0 2px 10px #888;
  top: -3px;
  box-shadow: 0 2px 10px #888;
}

@media screen and (max-width: 599px) {
  .btn.mv:hover {
    top: 98%;
  }
}

.btn.mv a {
  display: inline-block;
  max-width: 480px;
  padding: 30px 50px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .btn.mv a {
    width: 90%;
    padding: 30px 0;
  }
}

.btn.mv .image {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.section {
  margin-top: 100px;
}

.section-ttl {
  margin-bottom: 5rem;
  color: #74beba;
  font-size: 6.4rem;
  text-align: center;
}

.sub-ttl {
  display: block;
  color: #333;
  font-size: 4rem;
}

.section-ttl_ja {
  display: block;
  margin-bottom: 10rem;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .section-ttl_ja {
    margin-bottom: 5rem;
  }
}

.section-ttl_en {
  display: block;
  color: #74beba;
  font-size: 2rem;
}

.box-ttl {
  margin-bottom: 100px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .box-ttl {
    margin-bottom: 50px;
    font-size: 24px;
  }
}

.effect-fade {
  -webkit-transition: all 0.6s;
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px);
  opacity: 0;
  transition: all 0.6s;
}

.effect-fade.effect-scroll {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.text-link {
  -webkit-transition: 0.4s;
  border-bottom: 1px solid #333;
  transition: 0.4s;
}

.text-link:hover {
  opacity: 0.8;
}

.form .form_table {
  padding: 0 25px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form .form_table {
    padding: 0;
    font-size: 14px;
  }
}

.form .form_table .table-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .form .form_table .table-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

.form .form_table .table-box.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form .form_table .table-box.top .label-area {
  padding-top: 1rem;
}

@media screen and (max-width: 599px) {
  .form .form_table .table-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form .form_table .label-area {
  width: 230px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .form .form_table .label-area {
    width: 160px;
  }
}

@media screen and (max-width: 599px) {
  .form .form_table .label-area {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form .form_table .input-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .form .form_table .input-area {
    width: 100%;
  }
}

.form .form_table .input-area.double {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.form .form_table .input-area.double input {
  width: 49%;
}

/* .form .form_table input,
.form .form_table textarea,
.form .form_table select {
  width: 100%;
  padding: 20px;
  background-color: #eff0f0;
  resize: vertical;
} */
.form .txt-box {
  width: 100%;
  padding: 20px;
  background-color: #eff0f0;
  resize: vertical;
}

.form .check-box {
  width: 20px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  margin-right: 0;
}

@media screen and (max-width: 758px) {
  .form .check-box {
    width: 20px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mwform-checkbox-field-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .form .form_table input,
  .form .form_table textarea,
  .form .form_table select {
    padding: 15px;
  }
}

.form .form_table select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  appearance: none;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  border-radius: 0;
  background-color: #eff0f0;
  line-height: 1;
}

.form .form_table select::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #4b4b4b;
  content: "";
}

.form .form_table .input-area.select {
  position: relative;
}

.form .form_table .input-area.select::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  content: "";
}

.form .form_table textarea {
  min-height: 360px;
}

@media screen and (max-width: 599px) {
  .form .form_table textarea {
    min-height: 230px;
  }
}

.form .submit-btn p {
  color: #fff;
}

.form .submit-btn input {
  -webkit-transition: all 0.6s;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1.5em;
  border-radius: 60px;
  background-color: #74beba;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
}

@media screen and (max-width: 599px) {
  .form .submit-btn input {
    font-size: 16px;
  }
}

.form .submit-btn input:hover {
  -webkit-box-shadow: 0 2px 10px #888;
  top: -3px;
  box-shadow: 0 2px 10px #888;
}

#instagram .content-width {
  position: relative;
}

#instagram .btn.insta {
  max-width: 300px;
  margin: 0 auto;
}

.required-mark {
  color: red;
}

.thanks {
  padding-top: 200px;
}

@media screen and (max-width: 599px) {
  .thanks {
    padding-top: 75px;
    font-size: 2.4rem;
  }
}

.thanks .btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 50px;
}

/**
* @file _l-index.scss
**/
main {
  position: relative;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 75px;
  }
}

.campaign-btn-area {
  z-index: 5;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 12%;
}

@media screen and (min-width: 768px) {
  .campaign-btn-area {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .campaign-btn-area:hover {
    -webkit-transition: all 0.4s;
    bottom: 3%;
    transition: all 0.4s;
  }
}

@media screen and (max-width: 599px) {
  .campaign-btn-area:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 599px) {
  .campaign-btn-area {
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .campaign-btn-area {
    width: 20%;
  }
}

@media screen and (max-width: 599px) {
  .campaign-btn-area {
    width: 100%;
  }
}

.campaign-btn {
  display: block;
}

@media screen and (min-width: 768px) {
  .campaign-btn:hover {
    -webkit-filter: drop-shadow(0 2px 4px #888);
    filter: drop-shadow(0 2px 4px #888);
  }
}

@media screen and (max-width: 599px) {
  .campaign-btn:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 599px) {
  .main-visual {
    position: relative;
  }
}

.slider {
  z-index: 1;
  position: relative;
  height: calc(100vh - 90px);
}

@media screen and (max-width: 768px) {
  .slider {
    height: calc(100vh - 75px);
  }
}

.slider-item {
  width: 100%;
  height: calc(100vh - 90px);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-item {
    height: calc(100vh - 75px);
    background-position: right center;
    background-repeat: no-repeat;
  }
}

.slider-item01 {
  background: url(./../images/slider_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-item01 {
    background: url(./../images/slider_01_tab.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 599px) {
  .slider-item01 {
    background: url(./../images/slider_01_sp.jpg);
    background-position: bottom;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.slider-item02 {
  background: url(./../images/slider_02.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-item02 {
    background: url(./../images/slider_02_tab.jpg);
    background-position: right bottom;
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 599px) {
  .slider-item02 {
    background: url(./../images/slider_02_sp.jpg);
    background-position: center;
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.slider-item03 {
  background: url(./../images/slider_03.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .slider-item03 {
    background: url(./../images/slider_03_sp.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 599px) {
  .slider-item03 {
    background-position: center top;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.slider-area {
  position: relative;
}

.main-txt-area {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .main-txt-area {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .main-txt-area {
    top: 25%;
  }
}

.main-txt-area .copy {
  margin-bottom: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-shadow: 0 0 30px #999;
}

@media screen and (min-width: 1440px) {
  .main-txt-area .copy {
    font-size: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .main-txt-area .copy {
    margin-bottom: 30px;
    padding-left: 1em;
    font-size: 7vw;
  }
}

@media screen and (max-width: 599px) {
  .main-txt-area .copy {
    font-size: 9.3vw;
  }
}

.btn.mv {
  -webkit-transition: all 0.4s;
  z-index: 1;
  position: absolute;
  top: 63%;
  left: 100px;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .btn.mv {
    -webkit-transform: translate(-50%, -50%);
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 599px) {
  .btn.mv {
    -webkit-transition: all 0.4s;
    top: auto;
    transition: all 0.4s;
  }
}

.btn.mv:hover {
  top: 62.5%;
}

@media screen and (max-width: 1024px) {
  .btn.mv:hover {
    top: 64.5%;
  }
}

@media screen and (max-width: 599px) {
  .btn.mv:hover {
    top: 98%;
  }
}

.worries {
  position: relative;
}

.worries .check {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -35px;
  width: 70px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .worries .check {
    -webkit-transform: translateX(-50%);
    top: -20px;
    left: 50%;
    width: 46px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 599px) {
  .worries .check {
    top: -22px;
    width: 36px;
  }
}

.worries .txt {
  z-index: 2;
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 30px 60px;
  border-radius: 15px;
  background-color: #f8f8f8;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .worries .txt {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .worries .txt {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 599px) {
  .worries .txt.last {
    margin-bottom: 20px;
  }
}

.worries .txt.last::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 25px solid #f8f8f8;
  content: "";
}

.worries__image {
  z-index: 2;
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .worries__image {
    max-width: 85%;
  }
}

.worries__background {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
}

.points {
  padding-top: 50px;
  background-color: #f8f8f8;
}

.points-lists__item {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media screen and (max-width: 599px) {
  .points-lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.points-lists .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 45%;
  margin-right: 50px;
}

@media screen and (max-width: 599px) {
  .points-lists .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.points-lists .item-number {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #74beba;
  color: #fff;
  font-size: 2rem;
}

.points-lists .item-ttl {
  margin-bottom: 25px;
  font-size: 3.2rem;
}

@media screen and (max-width: 599px) {
  .points-lists .item-ttl {
    margin-bottom: 10px;
  }
}

.points-lists .item-contents {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: justify;
}

.points-lists .right {
  width: 50%;
  max-width: 593px;
}

@media screen and (max-width: 599px) {
  .points-lists .right {
    width: 100%;
  }
}

.points-lists__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.points-lists__item:nth-child(even) .left {
  margin-right: 0;
  margin-left: 50px;
}

@media screen and (max-width: 599px) {
  .points-lists__item:nth-child(even) .left {
    margin-left: 0;
  }
}

.points .image-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .points .image-lists {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 599px) {
  .points .image-lists__item {
    width: 50%;
  }
}

.point-lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .point-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .point-lists {
    margin-bottom: 25px;
  }
}

.point-lists__item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08),
    0 0 9.03764px rgba(0, 0, 0, 0.0445033),
    0 0 4.43042px rgba(0, 0, 0, 0.0354967),
    0 0 1.7518px rgba(0, 0, 0, 0.0248015);
  width: 32%;
  padding: 60px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08),
    0 0 9.03764px rgba(0, 0, 0, 0.0445033),
    0 0 4.43042px rgba(0, 0, 0, 0.0354967),
    0 0 1.7518px rgba(0, 0, 0, 0.0248015);
}

@media screen and (max-width: 768px) {
  .point-lists__item {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 599px) {
  .point-lists__item {
    margin-bottom: 20px;
  }
}

.point-lists .item-ttl {
  margin-bottom: 40px;
  color: #74beba;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .point-lists .item-ttl {
    font-size: 24px;
  }
}

.point-lists .item-image {
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.point-lists .item-txt {
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .point-lists .item-txt {
    font-size: 16px;
  }
}

.point .btn {
  max-width: 570px;
  margin: 0 auto;
}

.fee__main-image {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .fee__main-image {
    margin-bottom: 50px;
  }
}

.fee .image {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
}

.fee .tent-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}

@media screen and (max-width: 599px) {
  .fee .tent-logo {
    width: 20%;
  }
}

.fee .yomi {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .fee .yomi {
    font-size: 16px;
  }
}

.fee .ttl {
  margin-bottom: 10px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .fee .ttl {
    font-size: 28px;
  }
}

.fee .detail {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .fee .detail {
    font-size: 16px;
  }
}

.set {
  width: 100%;
  margin-bottom: 50px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 599px)  {
  .set {
    margin-bottom: 20px;
  }
}

.set:last-child {
  margin-bottom: 0;
}

.set .inner {
  margin: 0 auto;
  padding: 100px 120px;
}

@media screen and (max-width: 768px) {
  .set .inner {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .set .inner {
    padding: 50px 20px;
  }
}

.set .set-ttl {
  text-align: center;
}

.set .set-ttl__name {
  margin-bottom: 10px;
  font-size: 3.2rem;
}

@media screen and (max-width: 599px) {
  .set .set-ttl__name {
    font-size: 20px;
  }
}

.set .set-ttl__fee {
  color: #74beba;
  font-size: 4.8rem;
}

@media screen and (max-width: 599px) {
  .set .set-ttl__fee {
    font-size: 32px;
  }
}

.set .set-ttl__day {
  color: #74beba;
  font-size: 3rem;
}

@media screen and (max-width: 599px) {
  .set .set-ttl__day {
    font-size: 18px;
  }
}

.set .set-ttl__explain {
  margin-bottom: 15px;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .set .set-ttl__explain {
    font-size: 18px;
  }
}

.set .set-ttl__caption {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .set .set-ttl__caption {
    font-size: 12px;
  }
}

.set .set-image {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .set .set-image {
    margin-bottom: 20px;
  }
}

.set .set-lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.set .set-lists__item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .set .set-lists__item {
    width: 46%;
  }
}

@media screen and (max-width: 599px) {
  .set .set-lists__item {
    font-size: 14px;
  }
}

.set .btn {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .set .btn {
    width: 100%;
  }
}

.set .caution {
  margin-top: 10px;
  font-size: 1.2rem;
}

.option {
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 599px) {
  .option {
    margin-bottom: 50px;
  }
}

.option .box-ttl p {
  margin-bottom: 10px;
}

.option .inner {
  margin: 0 auto;
  padding: 100px 120px;
}

@media screen and (max-width: 768px) {
  .option .inner {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .option .inner {
    padding: 50px 20px;
  }
}

.option-lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.option-lists__item {
  width: 32%;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .option-lists__item {
    width: 46%;
  }
}

@media screen and (max-width: 599px) {
  .option-lists__item {
    width: 100%;
  }
}

.option .option-name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .option .option-name {
    font-size: 18px;
  }
}

.option .option-size {
  display: block;
  font-size: 14px;
}

.option .option-image {
  position: relative;
  margin: 20px auto;
}

@media screen and (max-width: 599px) {
  .option .option-image {
    margin-bottom: 10px;
  }
}

.option .option-price {
  color: #74beba;
  font-size: 32px;
}

.option .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-top: 2px solid #efefef;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.option__explain {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .option__explain {
    font-size: 18px;
    text-align: left;
  }
}

.discharge {
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 599px) {
  .discharge {
    margin-bottom: 50px;
  }
}

.discharge .box-ttl {
  margin-bottom: 20px;
}

.discharge .inner {
  margin: 0 auto;
  padding: 100px 120px;
}

@media screen and (max-width: 768px) {
  .discharge .inner {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .discharge .inner {
    padding: 50px 20px;
  }
}

.discharge__fee {
  margin-bottom: 35px;
  color: #74beba;
  font-size: 4.8rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .discharge__fee {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.discharge__txt {
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .discharge__txt {
    text-align: left;
  }
}

.discharge .btn {
  max-width: 480px;
  margin: 0 auto;
}

.cancel {
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 599px) {
  .cancel {
    margin-bottom: 50px;
  }
}

.cancel .box-ttl {
  margin-bottom: 20px;
}

.cancel .inner {
  margin: 0 auto;
  padding: 100px 120px;
}

@media screen and (max-width: 768px) {
  .cancel .inner {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .cancel .inner {
    padding: 50px 20px;
  }
}

.cancel__txt {
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cancel__txt {
    text-align: left;
  }
}

.cancel-lists {
  max-width: 350px;
  margin: 0 auto;
  font-size: 16px;
}

.send {
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 599px) {
  .send {
    margin-bottom: 50px;
  }
}

.send .box-ttl {
  margin-bottom: 20px;
}

.send .inner {
  margin: 0 auto;
  padding: 100px 120px;
}

@media screen and (max-width: 768px) {
  .send .inner {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .send .inner {
    padding: 50px 20px;
  }
}

.send__txt {
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .send__txt {
    text-align: left;
  }
}

.flow {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .flow {
    margin-bottom: 50px;
  }
}

.flow .flow-lists__item {
  margin-top: -4%;
}

@media screen and (max-width: 599px) {
  .flow .flow-lists__item {
    margin-top: 0%;
  }
}

.flow .flow-lists__item:first-child {
  margin-top: 0;
}

.how-to-use {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .how-to-use {
    margin-bottom: 50px;
  }
}

.how-to-use .section-ttl_ja {
  margin-bottom: 5rem;
}

.how-to-use .movie-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* アスペクト比 16:9の場合の縦幅 */
  overflow: hidden;
}

.how-to-use .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-to-use p {
  margin-bottom: 5rem;
  font-weight: normal;
  text-align: center;
}

.qa-lists__item {
  margin-bottom: 80px;
}

.qa .item-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}

.qa .item-box .icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #74beba;
}

.qa .item-box .icon span {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.qa .item-box .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.2rem;
}

.qa .item-box .txt > p {
  margin-bottom: 20px;
}

.qa .item-box.answer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 0;
  border-top: 1px solid #efefef;
  border-bottom: none;
  text-align: justify;
}

.qa .item-box.answer .icon {
  background-color: #af3c18;
}

.qa .item-box.answer .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .qa .item-box.answer .txt {
    font-size: 16px;
  }
}

.qa .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .qa .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.qa .btn {
  display: block;
  max-width: 270px;
  margin-right: 20px;
  padding: 1em;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .qa .btn {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.qa .btn.black {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1em;
}

.qa .btn.insta {
  padding: 1em 40px 1em 40px;
}

.campaign {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.campaign__ttl {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .campaign__ttl {
    margin-bottom: 50px;
  }
}

.campaign__ttl h3 {
  font-weight: 900;
  font-size: 10rem;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .campaign__ttl h3 {
    font-size: 8rem;
  }
}

.campaign__ttl .logo {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .campaign__ttl .logo {
    max-width: 150px;
  }
}

.campaign__image {
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .campaign__image {
    margin-bottom: 35px;
  }
}

.campaign__txt {
  margin-bottom: 100px;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .campaign__txt {
    margin-bottom: 50px;
  }
}

.campaign .bigger {
  color: #74beba;
  font-size: 10rem;
  line-height: 1.1;
}

.campaign-lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .campaign-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.campaign-lists__item {
  width: 33%;
  padding: 80px 2%;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .campaign-lists__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign-lists__item:last-child {
    margin-bottom: 0;
  }
}

.campaign-lists .item-ttl {
  font-size: 34px;
}

@media screen and (max-width: 599px) {
  .campaign-lists .item-ttl {
    font-size: 32px;
  }
}

.campaign-lists .item-price {
  background: linear-gradient(
    -15deg,
    white,
    white 48.5%,
    #ac0000 48.5%,
    #ac0000 50.5%,
    white 50.5%,
    white
  );
  font-size: 35px;
  line-height: 1;
}

.campaign-lists .item-campaign-price {
  margin-bottom: 10px;
  color: #74beba;
  font-size: 50px;
}

@media screen and (max-width: 599px) {
  .campaign-lists .item-campaign-price {
    font-size: 50px;
  }
}

.campaign-lists .arrow {
  width: 40px;
  margin: 30px auto 10px;
}

@media screen and (max-width: 599px) {
  .campaign-lists .arrow {
    width: 30px;
  }
}
