.l-main {
  font-family: "Noto sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  --blue: #0075c0;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    margin-inline: auto;
    padding-top: 50px;
    width: 750px;
  }
}
.l-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-main img {
  height: auto;
  width: 100%;
}
.l-main figure {
  margin: 0;
  padding: 0;
}
.l-main h3 {
  margin: 0;
}
.l-main p {
  margin: 0;
}

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

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

.p-mv h1 {
  margin: 0;
}
.p-mv h1 img {
  display: block;
}

.p-contents {
  background: #f4fbff;
}
@media only screen and (max-width: 767px) {
  .p-contents {
    margin-bottom: 8vw;
    padding: 8vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contents {
    margin-bottom: 60px;
    padding: 32px 20px 35px;
  }
}

.p-sec {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-sec + .p-app {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec + .p-app {
    margin-top: 50px;
  }
}

.p-sec-title {
  background: var(--blue);
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sec-title {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-title {
    margin-top: 90px;
  }
}
.p-sec-title h2 {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-sec-title h2 {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-sec-title h2 span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-sec-title h2 span {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-title h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sec-title::before {
  background: url("../img/icon-ttl.png") no-repeat left top/cover;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 767px) {
  .p-sec-title::before {
    height: 16vw;
    top: -6.9333333333vw;
    width: 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-title::before {
    height: 97px;
    top: -41px;
    width: 97px;
  }
}

@media only screen and (max-width: 767px) {
  .p-sec-body {
    padding: 4.8vw 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-body {
    padding: 30px;
  }
}

.p-sec-hl {
  color: var(--blue);
  text-align: center;
  font-weight: bold;
  margin-block: 2em 1em !important;
}
@media only screen and (max-width: 767px) {
  .p-sec-hl {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sec-hl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-offer {
  list-style: none;
  padding: 0;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .p-offer {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-offer {
    margin-bottom: 34px;
  }
}
.p-offer li {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .p-offer li {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .p-offer li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
.p-offer li b {
  color: red;
}

.p-btns {
  padding: 0;
}
.p-btns li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-btns li {
    margin-top: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btns li {
    margin-top: 10px;
  }
}

.p-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--blue);
  background: #fff;
  border-radius: 5px;
  color: var(--blue);
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-btn {
    padding: 2.6666666667vw 6.4vw 2.6666666667vw 3.2vw;
    gap: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn {
    padding: 12px 30px 12px 15px;
    gap: 15px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    font-size: 16px;
    font-size: 1rem;
  }
  .p-btn:hover {
    background: var(--blue);
    color: #fff;
  }
}
.p-btn .-movie {
  background: currentcolor;
  -webkit-mask: url(../img/icon-movie.png) 50% 50%/contain no-repeat;
          mask: url(../img/icon-movie.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-btn .-movie {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.4vw;
            flex: 0 0 6.4vw;
    height: 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn .-movie {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 22px;
  }
}
.p-btn .-q {
  background: currentcolor;
  -webkit-mask: url(../img/icon-q.png) 50% 50%/contain no-repeat;
          mask: url(../img/icon-q.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-btn .-q {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.4vw;
            flex: 0 0 6.4vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn .-q {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 23px;
  }
}
.p-btn .-icon {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .p-btn .-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn .-icon {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.p-btn .-icon:after {
  content: "";
  display: block;
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -70%;
  rotate: -45deg;
}
@media only screen and (max-width: 767px) {
  .p-btn .-icon:after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-btn .-icon:after {
    width: 5px;
    height: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-acc-btn:hover .-icon:before, .p-acc-btn:hover .-icon:after {
    background: var(--blue);
  }
}
.p-acc-btn .-icon {
  background: currentcolor;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .p-acc-btn .-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-acc-btn .-icon {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.p-acc-btn .-icon:before, .p-acc-btn .-icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 0deg;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
@media only screen and (max-width: 767px) {
  .p-acc-btn .-icon:before, .p-acc-btn .-icon:after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-acc-btn .-icon:before, .p-acc-btn .-icon:after {
    width: 10px;
    height: 2px;
  }
}
.p-acc-btn .-icon:after {
  rotate: -90deg;
}
.p-acc-btn.is-open .-icon:after {
  rotate: 0deg;
}

.p-acc-body {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-acc-body {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-acc-body {
    margin-top: 30px;
    margin-inline: 50px;
  }
}

.p-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .p-app {
    margin: 0 auto 8.8vw;
    width: 89.3333333333vw;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-app {
    margin: 0 auto;
    width: 502px;
  }
}
@media only screen and (max-width: 767px) {
  .p-app .p-app-button {
    margin-bottom: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-app .p-app-button {
    margin-bottom: 12px;
  }
}
.p-app a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .p-app a:hover {
    opacity: 0.7;
  }
}
.p-app .p-offer {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .p-index {
    margin-bottom: 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index {
    margin-bottom: 100px;
    max-width: 580px;
    margin-inline: auto;
  }
}

.p-index-ttl {
  color: var(--blue);
  text-align: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-index-ttl {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-index-list {
  padding: 0;
}
.p-index-list li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-index-list li {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-list li {
    margin-top: 15px;
  }
}

.p-index-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--blue);
  background: #fff;
  border-radius: 5px;
  color: var(--blue);
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-shadow: 0 2px 0 0 var(--blue);
          box-shadow: 0 2px 0 0 var(--blue);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-index-btn {
    padding: 2.6666666667vw 6.4vw 2.6666666667vw 3.2vw;
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-btn {
    padding: 12px 30px 12px 15px;
    gap: 15px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
  }
  .p-index-btn:hover {
    background: var(--blue);
    color: #fff;
  }
  .p-index-btn:hover .-icon:after {
    border-color: var(--blue);
  }
}
.p-index-btn .-num01 {
  background: currentcolor;
  -webkit-mask: url(../img/icon-index01.png) 50% 50%/contain no-repeat;
          mask: url(../img/icon-index01.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-index-btn .-num01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.4vw;
            flex: 0 0 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-btn .-num01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
  }
}
.p-index-btn .-num02 {
  background: currentcolor;
  -webkit-mask: url(../img/icon-index02.png) 50% 50%/contain no-repeat;
          mask: url(../img/icon-index02.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-index-btn .-num02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.4vw;
            flex: 0 0 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-btn .-num02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
  }
}
.p-index-btn .-icon {
  background: currentcolor;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .p-index-btn .-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-btn .-icon {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.p-index-btn .-icon:after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -70%;
  rotate: 45deg;
}
@media only screen and (max-width: 767px) {
  .p-index-btn .-icon:after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index-btn .-icon:after {
    width: 5px;
    height: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-nav {
    margin-top: 13.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-nav {
    margin-top: 70px;
  }
}

.p-nav-ttl {
  line-height: 1.2;
  border-left: 4px solid var(--blue);
  padding-left: 0.6em;
}
@media only screen and (max-width: 767px) {
  .p-nav-ttl {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-nav-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-bottom-offer {
    margin: 13.3333333333vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-bottom-offer {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-foot-offer {
    margin-block: -5.3333333333vw 8vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-foot-offer {
    margin-block: -50px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-akapen-img figcaption {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-img figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-img.-img01 {
    width: 450px;
    margin-inline: auto;
  }
}
.p-akapen-img.-img01 figcaption {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-akapen-img.-img02 {
    width: 416px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-img.-img03 {
    width: 416px;
    margin-inline: auto;
  }
}
.p-akapen-img.-img03 figcaption {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .p-akapen-img.-img04 {
    width: 400px;
    margin-inline: auto;
  }
}
.p-akapen-img.-img04 figcaption {
  text-align: right;
  margin-inline: 1em;
}

.p-akapen-arrow {
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-akapen-arrow {
    margin-block: 4vw !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-arrow {
    margin-block: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-akapen-arrow img {
    width: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-arrow img {
    width: 66px;
  }
}

.p-akapen-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-akapen-imgs {
    gap: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-imgs {
    gap: 30px;
  }
}
.p-akapen-imgs .p-akapen-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.p-akapen-offer {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-akapen-offer {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-akapen-offer {
    margin-top: 40px;
  }
}