@charset "UTF-8";

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.moon-trail-tourism {
  color: #333;
}

.moon-trail-tourism img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.moon-trail-tourism ul[class] > li,
.moon-trail-tourism ol[class] > li {
  list-style-type: none;
}

.moon-trail-tourism button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
  border: none;
}

@media (max-width: 768px) {
  .moon-trail-tourism .pc-view {
    display: none;
  }
}

.moon-trail-tourism .sp-view {
  display: none;
}

@media (max-width: 768px) {
  .moon-trail-tourism .sp-view {
    display: inline-block;
  }
}

.mv {
  position: relative;
  height: 56.25vw;
  padding-top: 12.5vw;
  color: #fff;
  text-align: center;
  background: url(../IMG/mv-bg.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .mv {
    height: 136vw;
    padding-top: 32vw;
    background-image: url(../IMG/mv-bg_sp.jpg);
    background-position: bottom center;
  }
}

@media (min-width: 1600px) {
  .mv {
    padding-top: 200px;
  }
}

.mv-icon {
  position: absolute;
  top: 3.5vw;
  left: 3.375vw;
  display: inline-block;
  width: 5.75vw;
}

@media (max-width: 768px) {
  .mv-icon {
    top: 6.6666666667vw;
    left: 6.6666666667vw;
    width: 14.9333333333vw;
  }
}

@media (min-width: 1600px) {
  .mv-icon {
    top: 56px;
    left: 54px;
    width: 92px;
  }
}

.mv-ttl {
  font-size: 4.5vw;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .mv-ttl {
    font-size: 10.6666666667vw;
  }
}

@media (min-width: 1600px) {
  .mv-ttl {
    font-size: 72px;
  }
}

.mv-ttl .blank {
  padding: 5px;
}

.mv-img {
  width: 28.125vw;
  padding-right: 6.25vw;
  margin: 1.625vw auto 0;
}

@media (max-width: 768px) {
  .mv-img {
    width: 62.1333333333vw;
    padding-right: 0;
    margin: 4vw auto 0 9.3333333333vw;
  }
}

@media (min-width: 1600px) {
  .mv-img {
    width: 450px;
    padding-right: 100px;
    margin-top: 26px;
  }
}

.mv-intro {
  margin-top: 1.5vw;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .mv-intro {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.125em;
  }
}

@media (min-width: 1600px) {
  .mv-intro {
    margin-top: 24px;
    font-size: 15px;
  }
}

.mv-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.625vw 0 3vw;
  color: #fff;
  text-align: center;
  background-color: #242424;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .mv-bottom {
    padding: 24px;
  }
}

@media (min-width: 1600px) {
  .mv-bottom {
    padding: 42px 0 48px;
  }
}

.mv-bottom-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.77);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mv-bottom-cover-txt {
  font-size: 2.375vw;
  line-height: 1.36;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .mv-bottom-cover-txt {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-cover-txt {
    font-size: 38px;
  }
}

.mv-bottom-ttl {
  font-size: 1.5vw;
}

@media (max-width: 768px) {
  .mv-bottom-ttl {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-ttl {
    font-size: 24px;
  }
}

.mv-bottom-ttl .small {
  display: block;
  font-size: 1.125vw;
  color: #63a9c9;
}

@media (max-width: 768px) {
  .mv-bottom-ttl .small {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-ttl .small {
    font-size: 18px;
  }
}

.mv-bottom-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25vw;
}

@media (max-width: 768px) {
  .mv-bottom-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 20px 0;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-box-wrap {
    margin-top: 20px;
  }
}

.mv-bottom-box {
  width: 20.75vw;
  min-width: 200px;
  padding: 15px;
  font-size: 1vw;
  line-height: 1.6;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .mv-bottom-box {
    width: 256px;
    min-width: auto;
    max-width: 100%;
    padding: 15px 15px 12px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-box {
    width: 332px;
    font-size: 16px;
  }
}

.mv-bottom-box + .mv-bottom-box {
  margin-left: 1.25vw;
}

@media (max-width: 768px) {
  .mv-bottom-box + .mv-bottom-box {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  .mv-bottom-box + .mv-bottom-box {
    margin-left: 20px;
  }
}

.mv-closing {
  position: absolute;
  right: 2.5vw;
  bottom: 3.75vw;
  font-size: 1vw;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .mv-closing {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
    margin-right: 0;
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .mv-closing {
    right: 85px;
    bottom: 60px;
    font-size: 16px;
  }
}

.mv-closing .small {
  font-size: 0.875vw;
}

@media (max-width: 768px) {
  .mv-closing .small {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .mv-closing .small {
    font-size: 14px;
  }
}

.mv-btn-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.75vw;
}

@media (max-width: 768px) {
  .mv-btn-group {
    width: 100%;
    max-width: 330px;
    margin-top: 22px;
  }
}

@media (min-width: 1600px) {
  .mv-btn-group {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .mv-btn {
    width: 50%;
  }
}

.mv-btn button,
.mv-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.75vw;
  min-height: 3.5vw;
  padding: 0.625vw 0.9375vw;
  font-size: 0.875vw;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .mv-btn button,
  .mv-btn a {
    width: 100%;
    min-height: 44px;
    font-size: 11px;
  }
}

@media (min-width: 1600px) {
  .mv-btn button,
  .mv-btn a {
    width: 220px;
    min-height: 55px;
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .mv-btn button:hover,
  .mv-btn a:hover {
    opacity: 0.7;
  }
}

.mv-btn button::before,
.mv-btn a::before {
  position: absolute;
  top: 0;
  right: 1.625vw;
  bottom: 0;
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  margin: auto;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .mv-btn button::before,
  .mv-btn a::before {
    right: 13px;
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 1600px) {
  .mv-btn button::before,
  .mv-btn a::before {
    right: 26px;
    width: 7px;
    height: 7px;
  }
}

.mv-btn button {
  background-color: rgba(74, 74, 74, 0.9);
}

.mv-btn a {
  text-decoration: none;
  background-color: rgba(195, 0, 47, 0.85);
}

.mv-btn + .mv-btn {
  margin-left: 1.25vw;
}

@media (max-width: 768px) {
  .mv-btn + .mv-btn {
    margin-left: 5.3333333333vw;
  }
}

@media (min-width: 1600px) {
  .mv-btn + .mv-btn {
    margin-left: 20px;
  }
}

.about-mi {
  position: relative;
  margin: 6.25vw 0 7.25vw;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about-mi {
    margin: 0 0 60px;
  }
}

@media (min-width: 1600px) {
  .about-mi {
    margin-top: 100px 0 115px;
  }
}

.about-mi-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .about-mi-bg {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.about-mi-inner {
  width: 80%;
  max-width: 1180px;
  margin: 7.5vw auto 11.25vw;
}

@media (max-width: 768px) {
  .about-mi-inner {
    width: auto;
    margin: 38px 22px 0;
  }
}

@media (min-width: 1600px) {
  .about-mi-inner {
    margin: 120px auto 180px;
  }
}

.about-mi-ttl {
  font-size: 3vw;
  font-weight: normal;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-mi-ttl {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .about-mi-ttl {
    font-size: 48px;
  }
}

.about-mi-ttl .small {
  display: block;
  font-size: 1.125vw;
  color: #63a9c9;
}

@media (max-width: 768px) {
  .about-mi-ttl .small {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .about-mi-ttl .small {
    font-size: 18px;
  }
}

.about-mi-detail {
  margin-top: 5px;
  font-size: 1vw;
  line-height: 2.28;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .about-mi-detail {
    margin-top: 0;
    font-size: 12px;
    line-height: 2.5;
  }
}

@media (min-width: 1600px) {
  .about-mi-detail {
    font-size: 16px;
  }
}

.experience {
  margin-bottom: 6.25vw;
}

@media (max-width: 768px) {
  .experience {
    margin-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .experience {
    margin-bottom: 100px;
  }
}

.experience-ttl-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: 45.25vw;
  max-height: 724px;
  padding-top: 11.75vw;
  color: #fff;
  background: url(../IMG/experience-bg.jpg) no-repeat center/cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .experience-ttl-cover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 394px;
    padding-top: 0;
    background-image: url(../IMG/experience-bg_sp.jpg);
  }
}

@media (min-width: 1600px) {
  .experience-ttl-cover {
    padding-top: 188px;
  }
}

.experience-ttl-cover-inner {
  text-align: center;
}

.experience-ttl {
  font-size: 3.875vw;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .experience-ttl {
    font-size: 38px;
    line-height: 1.4;
  }
}

@media (min-width: 1600px) {
  .experience-ttl {
    font-size: 62px;
  }
}

.experience-ttl .small {
  display: block;
  font-size: 1.25vw;
  font-weight: normal;
  color: #9cccd3;
}

@media (max-width: 768px) {
  .experience-ttl .small {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .experience-ttl .small {
    font-size: 20px;
  }
}

.experience-intro {
  margin-top: 0.5vw;
  font-size: 0.875vw;
  line-height: 2.37;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .experience-intro {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2.33;
  }
}

@media (min-width: 1600px) {
  .experience-intro {
    margin-top: 8px;
    font-size: 14px;
  }
}

.exprience-contents {
  width: 87.5%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .exprience-contents {
    width: auto;
  }
}

.experience-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .experience-contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 42px;
  }
}

@media (min-width: 1600px) {
  .experience-contents-item {
    margin-top: 160px;
  }
}

.experience-contents-item:first-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -6.25vw;
}

@media (max-width: 768px) {
  .experience-contents-item:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -30px;
  }
}

@media (min-width: 1600px) {
  .experience-contents-item:first-child {
    margin-top: -100px;
  }
}

.experience-contents-item:first-child .experience-contents-txt {
  margin-top: 0;
  margin-bottom: 0;
}

.experience-contents-item:first-child .experience-contents-detail {
  margin-bottom: 1.875vw;
  letter-spacing: 0.025em;
}

@media (max-width: 768px) {
  .experience-contents-item:first-child .experience-contents-detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .experience-contents-item:first-child .experience-contents-detail {
    margin-bottom: 30px;
  }
}

.experience-contents-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .experience-contents-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.experience-contents-item:nth-child(2n) .experience-contents-img {
  width: 53.14%;
}

@media (max-width: 768px) {
  .experience-contents-item:nth-child(2n) .experience-contents-img {
    width: auto;
  }
}

.experience-contents-item:nth-child(2n) .experience-contents-txt {
  margin-top: 3vw;
  margin-bottom: 0;
  margin-left: 7.125vw;
}

@media (max-width: 768px) {
  .experience-contents-item:nth-child(2n) .experience-contents-txt {
    margin-top: 0;
    margin-left: 25px;
  }
}

@media (min-width: 1600px) {
  .experience-contents-item:nth-child(2n) .experience-contents-txt {
    margin-top: 48px;
    margin-left: 114px;
  }
}

.experience-contents-txt {
  margin-bottom: 1.5vw;
  margin-left: 5.875vw;
}

@media (max-width: 768px) {
  .experience-contents-txt {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 25px;
  }
}

@media (min-width: 1600px) {
  .experience-contents-txt {
    margin-bottom: 24px;
    margin-left: 95px;
  }
}

.experience-contents-ttl {
  font-size: 2.6875vw;
  font-weight: normal;
}

@media (max-width: 768px) {
  .experience-contents-ttl {
    margin-top: 40px;
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (min-width: 1600px) {
  .experience-contents-ttl {
    font-size: 43px;
  }
}

.experience-contents-ttl._small {
  font-size: 2.125vw;
}

@media (max-width: 768px) {
  .experience-contents-ttl._small {
    font-size: 30px;
    line-height: 1.6;
  }
}

@media (min-width: 1600px) {
  .experience-contents-ttl._small {
    font-size: 34px;
  }
}

.experience-contents-detail {
  font-size: 0.875vw;
  line-height: 2.28;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .experience-contents-detail {
    font-size: 12px;
    line-height: 2.5;
  }
}

@media (min-width: 1600px) {
  .experience-contents-detail {
    font-size: 14px;
  }
}

.experience-contents-img {
  width: 55.71%;
}

@media (max-width: 768px) {
  .experience-contents-img {
    width: auto;
    margin: 0 25px;
  }
}

.experience-contents-note {
  margin-top: 3.875vw;
  font-size: 10px;
  color: #8d8d8d;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .experience-contents-note {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 25px;
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .experience-contents-note {
    margin-top: 62px;
  }
}

.apply {
  padding: 7.5vw 0 5.375vw;
  background-color: #323232;
}

@media (max-width: 768px) {
  .apply {
    padding: 45px 0 53px;
  }
}

@media (min-width: 1600px) {
  .apply {
    padding: 120px 0 86px;
  }
}

.apply .wrapper {
  padding-top: 6.375vw;
}

@media (max-width: 768px) {
  .apply .wrapper {
    padding-top: 28px;
  }
}

@media (min-width: 1600px) {
  .apply .wrapper {
    padding-top: 102px;
  }
}

.apply-inner {
  position: relative;
  width: 81.35%;
  max-width: 960px;
  padding: 6.5vw 4.875vw 6.75vw;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .apply-inner {
    width: auto;
    padding: 85px 0 52px;
    margin: 0 16px;
    border: none;
  }
}

@media (min-width: 1600px) {
  .apply-inner {
    padding: 104px 78px 108px;
  }
}

.apply-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 0 2.125vw;
  font-size: 1.375vw;
  font-weight: normal;
  color: #fff;
  background-color: #323232;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .apply-ttl {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .apply-ttl {
    padding: 0 34px;
    font-size: 22px;
  }
}

.apply-ttl::before {
  position: absolute;
  top: 3.5vw;
  left: 50%;
  display: block;
  width: 1px;
  height: 2.5vw;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 768px) {
  .apply-ttl::before {
    top: 50px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .apply-ttl::before {
    top: 56px;
    height: 40px;
  }
}

.apply-contents-wrap {
  position: relative;
}

.apply-contents {
  width: 100%;
  border-collapse: collapse;
}

.apply-contents-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.77);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.apply-contents-cover-txt {
  font-size: 2.375vw;
  line-height: 1.36;
  color: #fff;
  text-align: center;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .apply-contents-cover-txt {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-cover-txt {
    font-size: 38px;
  }
}

.apply-contents-item {
  font-size: 0.875vw;
  background-color: #fff;
}

@media (max-width: 768px) {
  .apply-contents-item {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-item {
    font-size: 14px;
  }
}

.apply-contents-item:nth-child(2n) {
  background-color: #e4e4e4;
}

.apply-contents-ttl {
  width: 28%;
  font-weight: normal;
  border: 2px solid #323232;
}

@media (max-width: 768px) {
  .apply-contents-ttl {
    padding: 15px;
    border-width: 1px;
  }
}

.apply-contents-detail {
  width: 72%;
  padding: 1.875vw 2.125vw 1.875vw 5.875vw;
  letter-spacing: 0.05em;
  border: 2px solid #323232;
}

@media (max-width: 768px) {
  .apply-contents-detail {
    padding: 15px 15px 15px 20px;
    border-width: 1px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-detail {
    padding: 30px 35px 30px 94px;
  }
}

.apply-contents-detail._connect {
  padding: 1.75vw 4vw 1.5vw;
  font-size: 0.75vw;
}

@media (max-width: 768px) {
  .apply-contents-detail._connect {
    padding: 20px;
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-detail._connect {
    padding: 28px 64px 25px;
    font-size: 12px;
  }
}

.apply-contents-detail .small {
  font-size: 0.75vw;
}

@media (max-width: 768px) {
  .apply-contents-detail .small {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-detail .small {
    font-size: 12px;
  }
}

.apply-contents-detail-number {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .apply-contents-detail-number {
    margin-bottom: 0;
  }
}

.apply-contents-detail-number-item {
  line-height: 1.4;
}

@media (max-width: 768px) {
  .apply-contents-detail-number-item {
    line-height: 2;
  }
}

.apply-contents-detail-number-item .large {
  font-size: 1.125vw;
}

@media (max-width: 768px) {
  .apply-contents-detail-number-item .large {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-contents-detail-number-item .large {
    font-size: 18px;
  }
}

.apply-contents-detail-number-item + .apply-contents-detail-number-item {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .apply-contents-detail-number-item + .apply-contents-detail-number-item {
    margin-top: 0;
  }
}

.apply-contents-detail-way-item {
  line-height: 2.1;
}

.apply-contents-detail-note {
  line-height: 1.83;
  color: #555;
  letter-spacing: 0.1em;
}

.apply-contents-detail-note-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625vw;
}

@media (max-width: 768px) {
  .apply-contents-detail-note-item {
    margin-top: 10px;
    line-height: 2.2;
  }
}

@media (min-width: 1600px) {
  .apply-contents-detail-note-item {
    margin-top: 11px;
  }
}

.apply-contents-detail-note-item:first-child {
  margin-top: 0;
}

.apply-link {
  color: #c3002f;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .apply-link:hover {
    opacity: 0.7;
  }
}

.apply-link-post {
  font-size: 0.875vw;
  color: #21adeb;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .apply-link-post {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-link-post {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .apply-link-post:hover {
    opacity: 0.7;
  }
}

.apply-closing {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  padding: 0.875vw 1.5625vw;
  font-size: 1vw;
  color: #fff;
  text-align: center;
  background-color: #3e3e3e;
  border: 1px solid #8b8b8b;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

@media (max-width: 768px) {
  .apply-closing {
    width: 93%;
    padding: 12px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .apply-closing {
    padding: 14px 25px;
    font-size: 16px;
  }
}

.apply-closing .small {
  font-size: 0.875vw;
}

@media (max-width: 768px) {
  .apply-closing .small {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .apply-closing .small {
    font-size: 14px;
  }
}

.apply-terms-ttl {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .apply-terms-ttl {
    margin-top: 35px;
    font-size: 12px;
  }
}

.apply-terms-ttl:first-child {
  margin-top: 0;
}

.apply-terms-detail {
  font-size: 13px;
  word-break: break-all;
}

@media (max-width: 768px) {
  .apply-terms-detail {
    font-size: 12px;
  }
}

.apply-terms-detail a {
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .apply-terms-detail a:hover {
    opacity: 0.7;
  }
}

.chance {
  position: relative;
  width: 81.35%;
  max-width: 960px;
  padding: 3vw 1.25vw 4.25vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 768px) {
  .chance {
    width: auto;
    padding: 28px 0;
    background-color: transparent;
  }
}

@media (min-width: 1600px) {
  .chance {
    padding: 48px 20px 68px;
  }
}

.chance-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.77);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.chance-cover-txt {
  font-size: 2.375vw;
  line-height: 1.36;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .chance-cover-txt {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .chance-cover-txt {
    font-size: 38px;
  }
}

.chance-ttl {
  position: relative;
  display: inline-block;
  padding: 0 1.5vw;
  font-size: 3.125vw;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .chance-ttl {
    padding: 0 10px;
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .chance-ttl {
    padding: 0 25px;
    font-size: 50px;
  }
}

.chance-ttl::before,
.chance-ttl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8.125vw;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #fff;
}

@media (max-width: 768px) {
  .chance-ttl::before,
  .chance-ttl::after {
    width: 28px;
  }
}

@media (min-width: 1600px) {
  .chance-ttl::before,
  .chance-ttl::after {
    width: 130px;
  }
}

.chance-ttl::before {
  left: -130px;
}

@media (max-width: 768px) {
  .chance-ttl::before {
    left: -28px;
  }
}

@media (min-width: 1600px) {
  .chance-ttl::before {
    left: -130px;
  }
}

.chance-ttl::after {
  right: -130px;
}

@media (max-width: 768px) {
  .chance-ttl::after {
    right: -28px;
  }
}

@media (min-width: 1600px) {
  .chance-ttl::after {
    right: -130px;
  }
}

.chance-txt {
  margin-top: 0.375vw;
  font-size: 0.875vw;
  line-height: 2.285;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .chance-txt {
    font-size: 11px;
    line-height: 2;
  }
}

@media (min-width: 1600px) {
  .chance-txt {
    margin-top: 6px;
    font-size: 14px;
  }
}

.chance-img {
  width: 40.2%;
  margin: 2.25vw auto 0;
}

@media (max-width: 768px) {
  .chance-img {
    width: 82.66%;
    padding: 0 16px;
    margin-top: 25px;
  }
}

@media (min-width: 1600px) {
  .chance-img {
    margin-top: 36px;
  }
}

.chance-note {
  margin-top: 2.5vw;
  font-size: 0.75vw;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .chance-note {
    margin-top: 22px;
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .chance-note {
    margin-top: 40px;
    font-size: 12px;
  }
}

.gallery {
  margin: 7.125vw auto 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gallery {
    margin-top: 64px;
  }
}

@media (min-width: 1600px) {
  .gallery {
    margin-top: 114px;
  }
}

.gallery-ttl {
  font-size: 3.125vw;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 768px) {
  .gallery-ttl {
    font-size: 34px;
    line-height: 2;
  }
}

@media (min-width: 1600px) {
  .gallery-ttl {
    font-size: 50px;
  }
}

.gallery-ttl .small {
  display: block;
  font-size: 1.25vw;
  font-weight: normal;
  color: #63a9c9;
}

@media (max-width: 768px) {
  .gallery-ttl .small {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .gallery-ttl .small {
    font-size: 20px;
  }
}

.gallery-intro {
  margin-top: 1vw;
  font-size: 0.875vw;
  line-height: 2.28;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .gallery-intro {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2.5;
  }
}

@media (min-width: 1600px) {
  .gallery-intro {
    margin-top: 16px;
    font-size: 14px;
  }
}

.gallery-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6px 6px;
  width: 81.35%;
  max-width: 960px;
  margin: 5.375vw auto 0;
}

@media (max-width: 768px) {
  .gallery-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: none;
    grid-template-columns: none;
    grid-gap: 0;
    width: auto;
    margin-top: 32px;
    overflow-x: scroll;
  }
}

@media (min-width: 1600px) {
  .gallery-img-wrap {
    margin-top: 86px;
  }
}

@media (max-width: 768px) {
  .gallery-img {
    position: relative;
    min-width: 285px;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .gallery-img + .gallery-img {
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .gallery-img:first-child {
    margin-left: 23px;
  }
}

@media (max-width: 768px) {
  .gallery-img:last-child::after {
    position: absolute;
    top: 0;
    right: -23px;
    width: 23px;
    height: 100%;
    content: "";
    background-color: transparent;
  }
}

.gallery-copyright {
  width: 81.35%;
  max-width: 960px;
  margin: 2.25vw auto 0;
  font-size: 0.875vw;
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .gallery-copyright {
    margin-top: 26px;
    font-size: 10px;
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .gallery-copyright {
    margin-top: 36px;
    font-size: 14px;
  }
}

.gallery-btn {
  width: 81.35%;
  max-width: 960px;
  margin: 2.5vw auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .gallery-btn {
    margin-top: 26px;
  }
}

@media (min-width: 1600px) {
  .gallery-btn {
    margin-top: 40px;
  }
}

.gallery-btn a {
  position: relative;
  display: inline-block;
  padding: 0.625vw 3.375vw 0.625vw 1.5vw;
  font-size: 1vw;
  color: #111;
  text-decoration: none;
  border: 1px solid #2b2b2b;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .gallery-btn a {
    padding: 8px 45px 8px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .gallery-btn a {
    padding: 10px 54px 10px 25px;
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .gallery-btn a:hover {
    opacity: 0.7;
  }
}

.gallery-btn a::before {
  position: absolute;
  top: 0;
  right: 1.5vw;
  bottom: 0;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin: auto;
  content: "";
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .gallery-btn a::before {
    right: 18px;
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 1600px) {
  .gallery-btn a::before {
    right: 25px;
    width: 10px;
    height: 10px;
  }
}

.about-mtp {
  width: 80%;
  max-width: 1180px;
  padding: 3.75vw 6.25vw 6.625vw;
  margin: 6.875vw auto 0;
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .about-mtp {
    width: auto;
    padding: 30px 10px 43px;
    margin: 60px 23px 0;
  }
}

@media (min-width: 1600px) {
  .about-mtp {
    padding: 60px 100px 106px;
    margin-top: 110px;
  }
}

.about-mtp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.75vw;
}

@media (max-width: 768px) {
  .about-mtp-inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

@media (min-width: 1600px) {
  .about-mtp-inner {
    margin-top: 60px;
  }
}

.about-mtp-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4.25vw;
}

@media (max-width: 768px) {
  .about-mtp-txt {
    margin-top: 26px;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  .about-mtp-txt {
    margin-left: 68px;
  }
}

.about-mtp-ttl {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .about-mtp-ttl {
    font-size: 17px;
    line-height: 2;
  }
}

@media (min-width: 1600px) {
  .about-mtp-ttl {
    font-size: 40px;
  }
}

.about-mtp-detail {
  font-size: 0.875vw;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .about-mtp-detail {
    font-size: 10px;
    line-height: 2.2;
  }
}

@media (min-width: 1600px) {
  .about-mtp-detail {
    font-size: 14px;
  }
}

.about-mtp-btn {
  position: relative;
  display: inline-block;
  margin-top: 2.25vw;
}

@media (max-width: 768px) {
  .about-mtp-btn {
    margin-top: 24px;
  }
}

@media (min-width: 1600px) {
  .about-mtp-btn {
    margin-top: 36px;
  }
}

.about-mtp-btn a {
  position: relative;
  display: inline-block;
  padding: 0.625vw 3.375vw 0.625vw 1.5vw;
  font-size: 1vw;
  color: #111;
  text-decoration: none;
  border: 1px solid #2b2b2b;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .about-mtp-btn a {
    padding: 8px 52px 8px 16px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .about-mtp-btn a {
    padding: 10px 54px 10px 25px;
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .about-mtp-btn a:hover {
    opacity: 0.7;
  }
}

.about-mtp-btn a::before {
  position: absolute;
  top: 0;
  right: 1.5vw;
  bottom: 0;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin: auto;
  content: "";
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .about-mtp-btn a::before {
    right: 18px;
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 1600px) {
  .about-mtp-btn a::before {
    right: 25px;
    width: 10px;
    height: 10px;
  }
}

.about-mtp-img {
  width: 43.76%;
}

@media (max-width: 768px) {
  .about-mtp-img {
    width: 72.5%;
  }
}

.share {
  margin: 90px 0 112px;
  text-align: center;
}

@media (max-width: 768px) {
  .share {
    margin: 50px 0 60px;
  }
}

.share-ttl {
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .share-ttl {
    font-size: 15px;
  }
}

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
}

@media (max-width: 768px) {
  .share-list {
    margin-top: 22px;
  }
}

.share-list-item {
  width: 40px;
}

@media (max-width: 768px) {
  .share-list-item {
    width: 32px;
  }
}

.share-list-item + .share-list-item {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .share-list-item + .share-list-item {
    margin-left: 22px;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 40px;

  /* モーダルのコンテンツがブラウザサイズよりも大きい場合にスクロール出来るようにする */
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  place-items: center;
}

@media (max-width: 768px) {
  .modal-backdrop {
    padding: 45px 25px 25px;
  }
}

.modal-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.modal-container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 95%;
  height: 100px;
  content: "";
  background-color: #fff;
}

@media (max-width: 768px) {
  .modal-container::before {
    height: 20px;
  }
}

.modal-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 95%;
  height: 60px;
  content: "";
  background-color: #fff;
}

@media (max-width: 768px) {
  .modal-container::after {
    height: 20px;
  }
}

.modal-content {
  position: relative;
  height: 73vh;
  padding: 100px 100px 60px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
  background-color: #fff;
}

@media (max-width: 768px) {
  .modal-content {
    height: 90dvh;
    padding: 20px;
  }
}

.modal-close-button {
  position: absolute;
  top: -60px;
  right: -7px;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .modal-close-button {
    top: -40px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
}

.modal-close-button::before,
.modal-close-button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #fff;
}

.modal-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal[aria-hidden=false] .modal-backdrop {
  -webkit-animation: fadein 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal-container {
  -webkit-animation: slidein 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal-backdrop {
  -webkit-animation: fadeout 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal-container {
  -webkit-animation: slideout 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.modal-ttl {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .modal-ttl {
    margin-top: 35px;
  }
}

.modal-ttl:first-child {
  margin-top: 0;
  margin-bottom: 35px;
}

.modal-ttl-h2 {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .modal-ttl-h2 {
    font-size: 12px;
  }
}

.modal-ttl-h3 {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .modal-ttl-h3 {
    font-size: 12px;
  }
}

.modal-txt {
  font-size: 13px;
}

.campaign-end {
  margin-top: 4.75vw;
  font-size: 2vw;
  line-height: 1.56;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .campaign-end {
    margin-top: 36px;
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .campaign-end {
    margin-top: 76px;
    font-size: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 80px 40px;
  overflow: auto;
  visibility: visible;
  background-color: rgba(68, 68, 68, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  place-items: center;
}

.popup.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  .popup {
    padding: 45px 25px;
  }
}

.popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-container {
  position: relative;
  width: 60%;
  margin: auto;
}

@media (max-width: 768px) {
  .popup-container {
    width: 100%;
  }
}

.popup-close-button {
  position: absolute;
  top: -30px;
  right: -5px;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .popup-close-button {
    top: -25px;
    right: -5px;
    width: 20px;
    height: 20px;
  }
}

.popup-close-button::before,
.popup-close-button::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #fff;
}

@media (max-width: 768px) {
  .popup-close-button::before,
  .popup-close-button::after {
    width: 30px;
  }
}

.popup-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-wrap {
  width: 81.35%;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .popup-wrap {
    width: 86.66%;
  }
}

.popup-content {
  background-color: #fff;
}

.popup-txt {
  padding: 3.75vw 0 6.25vw;
  text-align: center;
}

@media (max-width: 768px) {
  .popup-txt {
    padding: 30px 0 40px;
  }
}

@media (min-width: 1600px) {
  .popup-txt {
    padding: 60px 0 100px;
  }
}

@media (max-width: 768px) {
  .popup-ttl {
    line-height: 1.2;
  }
}

.popup-ttl .main {
  display: block;
  font-size: 2.875vw;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .popup-ttl .main {
    font-size: 21px;
  }
}

@media (min-width: 1600px) {
  .popup-ttl .main {
    font-size: 46px;
  }
}

.popup-ttl .sub {
  font-size: 1.75vw;
}

@media (max-width: 768px) {
  .popup-ttl .sub {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .popup-ttl .sub {
    font-size: 28px;
  }
}

.popup-explain {
  margin-top: 2.5vw;
  font-size: 1.25vw;
}

@media (max-width: 768px) {
  .popup-explain {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .popup-explain {
    margin-top: 40px;
    font-size: 20px;
  }
}

.popup-btn {
  margin: 3.75vw auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .popup-btn {
    margin-top: 26px;
  }
}

@media (min-width: 1600px) {
  .popup-btn {
    margin-top: 60px;
  }
}

.popup-btn a {
  position: relative;
  display: inline-block;
  padding: 0.625vw 3.75vw;
  font-size: 1vw;
  color: #111;
  text-decoration: none;
  border: 1px solid #2b2b2b;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .popup-btn a {
    padding: 8px 50px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .popup-btn a {
    padding: 10px 60px;
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .popup-btn a:hover {
    opacity: 0.7;
  }
}

.popup-btn a::before {
  position: absolute;
  top: 0;
  right: 1.5vw;
  bottom: 0;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin: auto;
  content: "";
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .popup-btn a::before {
    right: 18px;
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 1600px) {
  .popup-btn a::before {
    right: 25px;
    width: 10px;
    height: 10px;
  }
}
