/* yt
----------------------------------- */
.p-yt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-yt__box__h {
  height: 70px;
  padding: 15px 0 0;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  background: url("../img/yt_ttl.svg") no-repeat center center/contain;
}
.p-yt__movie {
  position: relative;
}
.p-yt__movie::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.p-yt__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-yt__ttl {
  display: block;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-yt {
    padding-bottom: 70px;
  }
  .p-yt__box {
    width: 342px;
  }
  .p-yt__box:nth-of-type(2n) {
    margin-left: 30px;
  }
  .p-yt__box:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .p-yt__movie {
    margin: 5px auto 0;
    width: 336px;
  }
  .p-yt__ttl {
    margin-top: 5px;
    font-size: 19px;
    line-height: 1.4736842105;
  }
}
@media screen and (max-width: 767px) {
  .p-yt {
    padding-bottom: 8vw;
  }
  .p-yt__box {
    width: 34.9333333333vw;
  }
  .p-yt__box:nth-of-type(2n) {
    margin-left: 2.6666666667vw;
  }
  .p-yt__box:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .p-yt__box__h {
    height: 8.2666666667vw;
    padding: 2vw 0 0;
    font-size: 2.9333333333vw;
  }
  .p-yt__movie {
    margin: 0.6666666667vw auto 0;
    width: 34.5333333333vw;
  }
  .p-yt__ttl {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.35;
  }
}

/* mv
----------------------------------- */
.p-mv {
  position: relative;
  background: #008cff;
}
.p-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13) 34px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 68px);
  content: "";
}
.p-mv__ttl img {
  width: 100%;
  height: auto;
}
.p-mv__btn {
  text-align: center;
}
.p-mv__btn a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding: 25px 0 65px;
  }
  .p-mv__ttl {
    text-align: center;
  }
  .p-mv__ttl img {
    width: 1327px;
    height: 530px;
  }
  .p-mv__btn {
    margin: 30px auto 0;
    width: 891px;
  }
  .p-mv__btn a + a {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 7.4666666667vw 0 10.6666666667vw;
  }
  .p-mv__ttl {
    margin: 0 -1.3333333333vw;
  }
  .p-mv__btn {
    margin: 4.4vw auto 0;
    width: 88vw;
  }
  .p-mv__btn a + a {
    margin-top: 3.7333333333vw;
  }
}

/* parts
----------------------------------- */
/* sec
----------------------------------- */
.p-sec, .p-sec--01, .p-sec--02, .p-sec--03, .p-sec--04, .p-sec--05 {
  position: relative;
}
.p-sec__ttl {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-sec__cont img {
  display: block;
  width: 100%;
}
.p-sec__btns {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sec__btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #FFF;
  background: #191919;
  border-radius: 6px;
}
.p-sec--01__note {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-sec--01__note li {
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.35;
}
.p-sec--01__note a {
  color: #000;
  text-decoration: underline;
}
.p-sec--01__note a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-sec--01__btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-sec--02__btn {
  margin: auto;
}
.p-sec--02__btn img {
  margin: auto !important;
}
.p-sec--02__yt iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.p-sec--02__yt p {
  text-align: center;
}
.p-sec--02__yt p img {
  margin: 0;
}
.p-sec--02__txt {
  position: absolute;
  font-weight: 700;
  color: #000;
}
.p-sec--02__txt a {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-sec, .p-sec--01, .p-sec--02, .p-sec--03, .p-sec--04, .p-sec--05 {
    padding-top: 24px;
  }
  .p-sec:nth-of-type(n+2), .p-sec--01:nth-of-type(n+2), .p-sec--02:nth-of-type(n+2), .p-sec--03:nth-of-type(n+2), .p-sec--04:nth-of-type(n+2), .p-sec--05:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .p-sec__cont {
    background: #FFF;
    border: solid 4px #191919;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 0 #000;
            box-shadow: 3px 3px 0 #000;
  }
  .p-sec__cont img {
    margin-top: -24px;
  }
  .p-sec__btns {
    bottom: 55px;
  }
  .p-sec__btns > a:nth-of-type(n+2) {
    margin-left: 25px;
  }
  .p-sec__btns__bnr img {
    height: 50px;
    width: auto;
  }
  .p-sec__btns__btn {
    width: 168px;
    font-size: 1.6rem;
  }
  .p-sec--01::before {
    position: absolute;
    right: -185px;
    bottom: 120px;
    display: block;
    width: 179px;
    height: 114px;
    background: url("../img/pic01.svg") no-repeat center center/contain;
    content: "";
  }
  .p-sec--03::before {
    position: absolute;
    left: -190px;
    bottom: -80px;
    display: block;
    width: 150px;
    height: 170px;
    background: url("../img/pic02.svg") no-repeat center center/contain;
    content: "";
  }
  .p-sec--04::before {
    position: absolute;
    right: -196px;
    bottom: 830px;
    display: block;
    width: 160px;
    height: 180px;
    background: url("../img/pic03.svg") no-repeat center center/contain;
    content: "";
  }
  .p-sec--05::before {
    position: absolute;
    top: -90px;
    left: -237px;
    display: block;
    width: 243px;
    height: 149px;
    background: url("../img/pic04.svg") no-repeat center center/contain;
    content: "";
  }
  .p-sec--01__note {
    left: 77px;
    bottom: 200px;
  }
  .p-sec--01__note li {
    font-size: 20px;
  }
  .p-sec--01__note li:not(:first-of-type) {
    margin-top: 8px;
  }
  .p-sec--01 > p {
    height: 624px;
  }
  .p-sec--01 > p img {
    margin-left: auto;
    margin-right: auto;
    width: 774px;
  }
  .p-sec--01__btn, .p-sec--02__btn {
    width: 817px;
  }
  .p-sec--01__btn {
    bottom: 60px;
  }
  .p-sec--02 > div img {
    margin-left: 80px;
    width: 760px;
  }
  .p-sec--02__txt {
    left: 48.7%;
    top: 518px;
    font-size: 18px;
  }
  .p-sec--02__yt {
    margin: 60px auto 36px;
    width: 524px;
  }
  .p-sec--02__yt p {
    margin-top: 20px;
  }
  .p-sec--02__yt p img {
    width: 366px;
  }
  .p-sec--02__btn {
    margin-bottom: 45px;
  }
  .p-sec--02__btn img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sec:nth-of-type(n+2), .p-sec--01:nth-of-type(n+2), .p-sec--02:nth-of-type(n+2), .p-sec--03:nth-of-type(n+2), .p-sec--04:nth-of-type(n+2), .p-sec--05:nth-of-type(n+2) {
    margin-top: 6.6666666667vw;
  }
  .p-sec__btns {
    bottom: 9.0666666667vw;
  }
  .p-sec__btns > a:nth-of-type(n+2) {
    margin-left: 2.1333333333vw;
  }
  .p-sec__btns__bnr img {
    height: 6.6666666667vw;
    width: auto;
  }
  .p-sec__btns__btn {
    width: 22.4vw;
    font-size: 2.1333333333vw;
  }
  .p-sec--01__note {
    left: 6vw;
    bottom: 33.3333333333vw;
  }
  .p-sec--01__note li {
    font-size: 3.0666666667vw;
    line-height: 1.4782608696;
  }
  .p-sec--01__btn, .p-sec--02__btn {
    width: 76.6666666667vw;
  }
  .p-sec--01__btn {
    bottom: 10vw;
  }
  .p-sec--02__btn {
    bottom: 8.6666666667vw;
  }
  .p-sec--02__txt {
    left: 12%;
    top: 63.8%;
  }
  .p-sec--02__yt, .p-sec--02__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.6666666667vw;
  }
  .p-sec--02__yt {
    bottom: 30.9333333333vw;
  }
  .p-sec--02__yt p img {
    margin: 2.6666666667vw auto 0;
    width: 58.6666666667vw;
  }
}

/* cont
----------------------------------- */
.p-cont {
  background: rgba(255, 235, 30, 0.5);
}
@media screen and (min-width: 768px) {
  .p-cont {
    padding: 60px 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .p-cont {
    padding: 6.9333333333vw 6.6666666667vw 7.0666666667vw;
  }
}

/* entry
----------------------------------- */
.p-entry {
  text-align: center;
}
.p-entry__btn {
  display: block;
}
.p-entry__btn img {
  display: block;
  width: 100%;
  height: auto;
}
.p-entry__btn:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: 8vw;
  }
  .p-entry__btn:not(:first-of-type) {
    margin-top: 3.7333333333vw;
  }
}

/* menu
----------------------------------- */
.p-menu {
  position: relative;
  margin: auto;
  background: #FFF;
  border-radius: 20px;
  border: solid 3px #191919;
  -webkit-box-shadow: 3px 3px 0 #000;
          box-shadow: 3px 3px 0 #000;
}
.p-menu__ttl, .p-menu__tag {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-menu {
    margin-top: -10px;
    width: 888px;
    padding: 68px 0 65px 90px;
  }
  .p-menu__ttl {
    top: -36px;
    left: 2px;
  }
  .p-menu__tag {
    top: -36px;
    right: 48px;
  }
  .p-menu__list li:nth-of-type(n+2) {
    margin-top: 18px;
  }
  .p-menu__list img {
    height: 57px;
  }
  .p-menu:before {
    content: "";
    position: absolute;
    left: -166px;
    top: 158px;
    display: block;
    width: 123px;
    height: 103px;
    background: url(../img/pic05.svg) no-repeat center center/contain;
  }
  .p-menu:after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: 95px;
    display: block;
    width: 158px;
    height: 197px;
    background: url(../img/pic06.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .p-menu {
    margin-top: 6.6666666667vw;
    width: 84vw;
    padding: 10vw 0 8vw 3.3333333333vw;
  }
  .p-menu__ttl {
    top: -11.0666666667vw;
    left: -3.2vw;
    width: 45.2630533333vw;
  }
  .p-menu__tag {
    top: -12.4vw;
    right: 6.4vw;
    width: 20.40652vw;
  }
  .p-menu__list li:nth-of-type(n+2) {
    margin-top: 3.7333333333vw;
  }
  .p-menu__list li:nth-of-type(1) img {
    width: 71.499vw;
  }
  .p-menu__list li:nth-of-type(2) img {
    width: 60.3120666667vw;
  }
  .p-menu__list li:nth-of-type(3) img {
    width: 52.4392666667vw;
  }
  .p-menu__list li:nth-of-type(4) img {
    width: 75.9211733333vw;
  }
  .p-menu__list li:nth-of-type(5) img {
    width: 65.9059333333vw;
  }
}

/* wrap
----------------------------------- */
@media screen and (min-width: 768px) {
  .u-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 890px;
  }
}
.f-intr ~ div {
  display: none;
}