@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media only screen and (max-width: 767px) {
  .party .head__ttl {
    width: 84.533vw;
  }
}
.party main .anc {
  position: absolute;
  top: -110px;
}
@media only screen and (max-width: 767px) {
  .party main .anc {
    top: -25vw;
  }
}
.party main section.sec02 .c-thumb-box, .party main section.sec03 .c-thumb-box, .party main section.sec04 .c-thumb-box, .party main section.sec05 .c-thumb-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec02 .c-thumb-box, .party main section.sec03 .c-thumb-box, .party main section.sec04 .c-thumb-box, .party main section.sec05 .c-thumb-box {
    margin-bottom: 12vw;
  }
}
.party main section.sec02 .c-share, .party main section.sec03 .c-share, .party main section.sec04 .c-share, .party main section.sec05 .c-share {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec02 .c-share, .party main section.sec03 .c-share, .party main section.sec04 .c-share, .party main section.sec05 .c-share {
    margin-bottom: 5vw;
  }
}
.party main section.sec02 .inactive-message, .party main section.sec03 .inactive-message, .party main section.sec04 .inactive-message, .party main section.sec05 .inactive-message {
  margin: 40px 0;
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .party main section.sec02 .inactive-message, .party main section.sec03 .inactive-message, .party main section.sec04 .inactive-message, .party main section.sec05 .inactive-message {
    margin: 9vw 0;
    padding: 0 5.333vw;
  }
}
.party main section.sec02 .inactive-message__inner, .party main section.sec03 .inactive-message__inner, .party main section.sec04 .inactive-message__inner, .party main section.sec05 .inactive-message__inner {
  padding: 40px;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .party main section.sec02 .inactive-message__inner, .party main section.sec03 .inactive-message__inner, .party main section.sec04 .inactive-message__inner, .party main section.sec05 .inactive-message__inner {
    padding: 6.667vw 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .party main section.sec03 h2 {
    width: 43vw;
  }
}
.party main section.sec03 h2 + p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec03 h2 + p {
    margin-bottom: 3vw;
  }
}
.party main section.sec03 h2 + p span {
  font-size: 12px;
  text-align: right;
  display: block;
  line-height: 1.6;
  padding-right: 20px;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .party main section.sec03 h2 + p span {
    font-size: 2.4vw;
    padding-right: 0;
    margin-right: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .carpet .btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .c-thumb-box {
    margin-bottom: 9vw;
  }
}
.party main section.sec04 .c-thumb-box__txt .caution {
  font-size: 12px;
  display: block;
  padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .c-thumb-box__txt .caution {
    font-size: 2.4vw;
    padding-top: 0.5em;
  }
}
.party main section.sec04 .workers {
  margin-bottom: 50px;
  padding: 0 50px;
}
.party main section.sec04 .workers .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers .flex {
    display: block;
  }
}
.party main section.sec04 .workers__box {
  text-align: center;
  max-width: 420px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__box {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__box:first-of-type {
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__box h4 {
    font-size: 4.267vw;
    padding: 0 0 3vw 0;
  }
}
.party main section.sec04 .workers__box h4 .c-btn-blank {
  font-size: 22px;
}
.party main section.sec04 .workers .btn {
  text-align: center;
  padding: 60px 0 20px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers .btn {
    padding: 9vw 0 2vw;
  }
}
.party main section.sec04 .workers__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 70px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__btn {
    display: block;
    margin: 9vw auto 12vw;
  }
}
.party main section.sec04 .workers__bnr {
  text-align: center;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__bnr {
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 9vw;
  }
}
.party main section.sec04 .workers__bnr a {
  display: inline-block;
}
.party main section.sec04 .workers__bnr a img {
  width: 252px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .workers__bnr a img {
    width: 54.267vw;
  }
}
.party main section.sec04 .info {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .party main section.sec04 .info {
    margin-bottom: 4vw;
    padding: 0 5.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .lesson .head__ttl {
    width: 82.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .lesson .local-nav .inner {
    padding: 0;
  }
}
.lesson main section .c-fz-lg {
  text-align: center;
}
.lesson main section .c-btn--cta {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lesson main section .c-btn--cta {
    padding: 3.733vw 10.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .lesson main section .c-ttl-mark {
    margin-bottom: 9vw;
  }
}
.lesson main section .c-ttl-line:has(+ .c-fz-md) {
  margin-bottom: 0;
}
.lesson main section .c-ttl-line + .c-fz-md {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lesson main section .c-ttl-line + .c-fz-md {
    margin-bottom: 6.4vw;
  }
}
.lesson main section.sec01, .lesson main section.sec02, .lesson main section.sec03, .lesson main section.flow, .lesson main section.sec-usecase {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01, .lesson main section.sec02, .lesson main section.sec03, .lesson main section.flow, .lesson main section.sec-usecase {
    margin-bottom: 9vw;
  }
}
.lesson main section.sec01 .insight {
  background-color: #eee;
}
.lesson main section.sec01 .insight h2 {
  width: 100%;
  top: auto;
  margin: 0;
  padding: 50px 40px 20px 40px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .insight h2 {
    padding: 5.333vw 6.667vw;
    font-size: 4.8vw;
  }
}
.lesson main section.sec01 .insight .img {
  margin: 0;
}
.lesson main section.sec01 .insight .img img {
  display: block;
  margin: 0 auto;
}
.lesson main section.sec01 .insight .img--insight {
  background-color: #eee;
  z-index: 2;
}
.lesson main section.sec01 .insight .img--proposition {
  position: relative;
}
.lesson main section.sec01 .insight .img--proposition:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #eee;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .insight .img--proposition:before {
    width: 4vw;
    height: 4vw;
    top: -2vw;
  }
}
.lesson main section.sec01 .insight .img--proposition img {
  width: 100%;
}
.lesson main section.sec01 .btns {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .btns {
    padding-top: 9vw;
    margin-bottom: 9vw;
  }
}
.lesson main section.sec01 .btns__slash {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: #f39800;
}
.lesson main section.sec01 .btns__slash:before, .lesson main section.sec01 .btns__slash:after {
  width: 3px;
  height: 80%;
  background-color: #f39800;
  position: absolute;
  bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .btns__slash:before, .lesson main section.sec01 .btns__slash:after {
    width: 2px;
    bottom: 0.25em;
  }
}
.lesson main section.sec01 .btns__slash:before {
  content: "";
  left: -1.5em;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .btns__slash:before {
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
  }
}
.lesson main section.sec01 .btns__slash:after {
  content: "";
  right: -1.5em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .btns__slash:after {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .c-row {
    margin-bottom: 6vw;
  }
}
.lesson main section.sec01 .c-share {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec01 .c-share {
    margin-bottom: 0;
  }
}
.lesson main section.sec02 .carpet {
  padding: 80px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec02 .carpet {
    padding: 10vw 5.333vw 6.667vw;
  }
}
.lesson main section.sec02 .carpet .c-ttl-bbl {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec02 .carpet .c-ttl-bbl {
    width: 78.667vw;
    top: -11vw;
  }
}
.lesson main section.sec02 .carpet .c-fz-lg {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec02 .carpet .c-fz-lg {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    letter-spacing: 0;
  }
}
.lesson main section.sec02 .carpet .caution {
  text-align: right;
  padding-top: 3em;
  font-size: 12px;
  margin-bottom: -20px;
  margin-right: -20px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec02 .carpet .caution {
    margin-right: -2.5vw;
    margin-bottom: -2.5vw;
    font-size: 2.667vw;
  }
}
.lesson main section.sec03 .c-ttl-bbl {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .c-ttl-bbl {
    width: 78.667vw;
    top: -11vw;
  }
}
.lesson main section.sec03 .c-ttl-bbl + p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .c-ttl-bbl + p {
    margin-bottom: 4vw;
  }
}
.lesson main section.sec03 .c-fz-lg .c-txt-mark {
  background-color: #000;
  color: #fff;
}
.lesson main section.sec03 .carpet {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .carpet {
    padding: 6.667vw 5.333vw;
  }
}
.lesson main section.sec03 .carpet .c-fz-xs {
  text-align: left;
  padding-top: 2em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .carpet .c-fz-xs {
    padding-top: 1em;
    margin-bottom: 6vw;
  }
}
.lesson main section.sec03 .carpet .caution {
  font-size: 12px;
  padding-top: 1em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .carpet .caution {
    margin-bottom: 2.4vw;
  }
}
.lesson main section.sec03 .carpet .c-carousel {
  margin-bottom: 70px;
}
.lesson main section.sec03 .explainer {
  margin-bottom: 50px;
  padding: 0;
}
.lesson main section.sec03 .c-resson {
  margin-bottom: 40px;
}
.lesson main section.sec03 .var {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .var .c-ttl-line {
    padding-top: 26vw;
  }
}
.lesson main section.sec03 .var .c-ttl-line__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .var .c-ttl-line__txt {
    position: relative;
  }
}
.lesson main section.sec03 .var .c-ttl-line img {
  width: 230px;
  margin-right: 0.8em;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .var .c-ttl-line img {
    width: 56.667vw;
    position: absolute;
    top: -21vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
.lesson main section.sec03 .var .c-fz-xs {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .var .caution {
    margin-top: -2vw;
  }
}
.lesson main section.sec03 .btns {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .btns {
    padding-top: 40px;
  }
}
.lesson main section.sec03 .btns__01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .btns__01 {
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .lesson main section.sec03 .c-toggle-list {
    text-align: center;
  }
}
.lesson main section.flow .carpet {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.flow .carpet {
    padding: 6.667vw 5.333vw;
  }
}
.lesson main section.flow .carpet .c-flow {
  margin-bottom: 40px;
}
.lesson main section.flow .carpet .c-flow__flow__body .attention {
  background: #fff;
}
.lesson main section.flow .carpet .explainer {
  padding: 0;
}
.lesson main section.flow .carpet .c-bnr {
  margin-bottom: 0;
}
.lesson main section.flow .carpet .c-bnr__link img {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .lesson main section.flow .carpet .c-bnr__link img {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .play .head__ttl {
    width: 70vw;
  }
}
.play main {
  font-weight: 700;
}
.play main section.sec01, .play main section.sec02, .play main section.sec03 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01, .play main section.sec02, .play main section.sec03 {
    margin-bottom: 24vw;
  }
}
.play main section.sec01 h3, .play main section.sec02 h3, .play main section.sec03 h3 {
  text-align: center;
  position: relative;
  top: -80px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h3, .play main section.sec02 h3, .play main section.sec03 h3 {
    width: 62.667vw;
    margin: 0 auto 4vw;
    top: -12vw;
  }
}
.play main section.sec01 h3 + p, .play main section.sec02 h3 + p, .play main section.sec03 h3 + p {
  text-align: center;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h3 + p, .play main section.sec02 h3 + p, .play main section.sec03 h3 + p {
    margin-top: -12vw;
  }
}
.play main section.sec01 .carpet, .play main section.sec02 .carpet, .play main section.sec03 .carpet {
  padding: 0 50px 50px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet, .play main section.sec02 .carpet, .play main section.sec03 .carpet {
    padding: 0 5.333vw 6.667vw;
  }
}
.play main section.sec01 .carpet .flex, .play main section.sec02 .carpet .flex, .play main section.sec03 .carpet .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .flex, .play main section.sec02 .carpet .flex, .play main section.sec03 .carpet .flex {
    display: block;
    margin-bottom: 4vw;
  }
}
.play main section.sec01 .carpet .flex img, .play main section.sec02 .carpet .flex img, .play main section.sec03 .carpet .flex img {
  max-width: 49%;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .flex img, .play main section.sec02 .carpet .flex img, .play main section.sec03 .carpet .flex img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .flex img:first-of-type, .play main section.sec02 .carpet .flex img:first-of-type, .play main section.sec03 .carpet .flex img:first-of-type {
    margin-bottom: 2vw;
  }
}
.play main section.sec01 .carpet .btns, .play main section.sec02 .carpet .btns, .play main section.sec03 .carpet .btns {
  text-align: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .btns, .play main section.sec02 .carpet .btns, .play main section.sec03 .carpet .btns {
    padding: 2vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .btns a.c-btn, .play main section.sec02 .carpet .btns a.c-btn, .play main section.sec03 .carpet .btns a.c-btn {
    margin-bottom: 0;
  }
}
.play main section.sec01 h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h2 {
    font-size: 5.067vw;
    line-height: 1.8;
    margin-bottom: 18vw;
  }
}
.play main section.sec01 h2 span {
  position: relative;
  display: inline-block;
}
.play main section.sec01 h2 span:before, .play main section.sec01 h2 span:after {
  width: 3px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h2 span:before, .play main section.sec01 h2 span:after {
    width: 2px;
    height: 22vw;
    bottom: 0.25em;
  }
}
.play main section.sec01 h2 span:before {
  content: "";
  left: -1.5em;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h2 span:before {
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
  }
}
.play main section.sec01 h2 span:after {
  content: "";
  right: -1.5em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 h2 span:after {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.play main section.sec01 .carpet .c-fz-lg {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec01 .carpet .c-fz-lg {
    margin-bottom: 6vw;
  }
}
.play main section.sec01 .carpet .flex img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .play main section.sec02 .carpet h3 {
    width: 56.667vw;
  }
}
.play main section.sec02 .carpet .c-fz-lg {
  margin-top: -80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec02 .carpet .c-fz-lg {
    margin-top: -10vw;
    margin-bottom: 6vw;
    letter-spacing: 0;
  }
}
.play main section.sec02 .carpet .btns {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec02 .carpet .btns {
    padding-top: 2vw;
  }
}
.play main section.sec02 .carpet .flex img {
  max-width: none;
}
.play main section.sec03 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 {
    margin-bottom: 12vw;
  }
}
.play main section.sec03 .carpet .c-fz-lg {
  margin-top: -80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .c-fz-lg {
    margin-top: -10vw;
    margin-bottom: 6vw;
    letter-spacing: 0;
  }
}
.play main section.sec03 .carpet .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 2%;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex {
    display: block;
  }
}
.play main section.sec03 .carpet .flex .lists {
  max-width: 32%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex .lists {
    max-width: none;
    width: 100%;
    margin-bottom: 6vw;
  }
}
.play main section.sec03 .carpet .flex .lists h4 {
  font-size: 18px;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex .lists h4 {
    font-size: 3.6vw;
  }
}
.play main section.sec03 .carpet .flex .lists h4:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #534c99;
  margin-right: 0.2em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex .lists h4:before {
    width: 2.933vw;
    height: 2.933vw;
    top: 0;
  }
}
.play main section.sec03 .carpet .flex .lists p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex .lists p {
    font-size: 2.933vw;
    margin-bottom: 1em;
  }
}
.play main section.sec03 .carpet .flex .lists img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .flex .lists img {
    width: 50.667vw;
    margin: 0 auto;
  }
}
.play main section.sec03 .carpet .btns {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .btns {
    padding-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .play main section.sec03 .carpet .btns a.c-btn {
    letter-spacing: 0;
  }
}
.play main section.sec04 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 {
    margin-bottom: 12vw;
  }
}
.play main section.sec04 .carpet {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet {
    padding: 9.333vw 5.333vw;
  }
}
.play main section.sec04 .carpet .c-ttl-line {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .c-ttl-line {
    padding-top: 12vw;
    position: relative;
    margin-bottom: 9vw;
  }
}
.play main section.sec04 .carpet .c-ttl-line__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.play main section.sec04 .carpet .c-ttl-line__txt img {
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .c-ttl-line__txt img {
    width: 53.333vw;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
.play main section.sec04 .carpet .var {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .var ul {
    display: block;
  }
}
.play main section.sec04 .carpet .var ul li {
  max-width: 280px;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .var ul li {
    max-width: none;
    width: 100%;
    margin-bottom: 8vw;
    padding-top: 9vw;
  }
}
.play main section.sec04 .carpet .var ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .var ul li > span {
    font-size: 10.4vw;
    top: -9.5vw;
  }
}
.play main section.sec04 .carpet .var ul li div {
  padding-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .var ul li div {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .play main section.sec04 .carpet .var .caution {
    padding-top: 1em;
    margin-bottom: 0;
  }
}
.play main section.sec-nav h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .play main section.sec-nav h2 {
    font-size: 5.067vw;
    line-height: 1.8;
  }
}
.play main section.sec-nav h2 span {
  position: relative;
  display: inline-block;
}
.play main section.sec-nav h2 span:before, .play main section.sec-nav h2 span:after {
  width: 3px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .play main section.sec-nav h2 span:before, .play main section.sec-nav h2 span:after {
    width: 2px;
    height: 22vw;
    bottom: 0.25em;
  }
}
.play main section.sec-nav h2 span:before {
  content: "";
  left: -1.5em;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}
@media only screen and (max-width: 767px) {
  .play main section.sec-nav h2 span:before {
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
  }
}
.play main section.sec-nav h2 span:after {
  content: "";
  right: -1.5em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media only screen and (max-width: 767px) {
  .play main section.sec-nav h2 span:after {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media only screen and (max-width: 767px) {
  .play main section.sec-usecase .c-ttl-bbl__txt {
    font-size: 4.2vw;
  }
}

.collab {
  position: relative;
}
.collab .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 2;
}
.collab .mainvisual {
  position: relative;
}
.collab .mainvisual img {
  display: block;
  width: 100%;
}
.collab .mainvisual .btn {
  position: absolute;
  top: 73%;
  left: 12vw;
  width: 100%;
  max-width: 26vw;
}
@media only screen and (max-width: 767px) {
  .collab .mainvisual .btn {
    top: auto;
    bottom: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
    width: 78.667vw;
  }
}
.collab .mainvisual .btn a.c-btn {
  width: 100%;
  display: block;
  font-size: 1.38vw;
  padding: 1.5vw 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .collab .mainvisual .btn a.c-btn {
    font-size: 4vw;
    display: inline-block;
    padding: 3.733vw 10.667vw;
  }
}
.collab main {
  background-image: -webkit-linear-gradient(90deg, rgb(94, 241, 198) 0%, rgb(80, 155, 250) 50%, rgb(0, 209, 237) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(94, 241, 198) 0%, rgb(80, 155, 250) 50%, rgb(0, 209, 237) 100%);
}
.collab main section.sec01 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 {
    margin-bottom: 22vw;
  }
}
.collab main section.sec01 h2 {
  font-size: 120px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 h2 {
    font-size: 16vw;
    margin-bottom: 6vw;
  }
}
.collab main section.sec01 .mov {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .mov {
    margin-bottom: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .mov iframe {
    width: 100%;
    height: 50vw;
  }
}
.collab main section.sec01 .c-ttl-line__txt {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .c-ttl-line__txt {
    font-size: 4.8vw;
  }
}
.collab main section.sec01 .c-ttl-line:before, .collab main section.sec01 .c-ttl-line:after {
  background: #fff;
}
.collab main section.sec01 .c-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .c-row {
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .c-row .c-row__item:last-of-type .c-card-1__head img {
    height: 5.5vw;
  }
}
.collab main section.sec01 .c-row .c-row__item .c-card-1__head img {
  width: auto;
  height: 28px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .c-row .c-row__item .c-card-1__head img {
    height: 6.5vw;
  }
}
.collab main section.sec01 .btn {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.collab main section.sec01 .btn img {
  display: block;
}
.collab main section.sec01 .btn span {
  font-size: 18px;
  background: url(../images/arrow_right02.png) no-repeat center right 1em;
  background-size: 8px 14px;
  background-color: #1a1a1a;
  text-align: center;
  display: block;
  padding: 0.3em 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec01 .btn span {
    font-size: 4vw;
  }
}
.collab main section.sec02 .carpet, .collab main section.sec03 .carpet {
  padding: 80px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec02 .carpet, .collab main section.sec03 .carpet {
    padding: 11vw 5.333vw 5.333vw;
  }
}
.collab main section.sec02 .carpet .c-ttl-bbl, .collab main section.sec03 .carpet .c-ttl-bbl {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .collab main section.sec02 .carpet .c-ttl-bbl, .collab main section.sec03 .carpet .c-ttl-bbl {
    top: -11vw;
  }
}
.collab main section.sec02 .carpet .c-fz-lg, .collab main section.sec03 .carpet .c-fz-lg {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec02 .carpet .c-fz-lg, .collab main section.sec03 .carpet .c-fz-lg {
    margin-bottom: 6vw;
  }
}
.collab main section.sec02 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec02 {
    margin-bottom: 22vw;
  }
}
@media only screen and (max-width: 767px) {
  .collab main section.sec02 .carpet {
    padding-bottom: 9.333vw;
  }
}
.collab main section.sec03 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec03 {
    margin-bottom: 12vw;
  }
}
.collab main section.sec03 .carpet .btns {
  text-align: center;
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec03 .carpet .btns {
    padding-top: 9vw;
  }
}
.collab main section.sec04 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec04 {
    margin-bottom: 12vw;
  }
}
.collab main section.sec04 .carpet {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec04 .carpet {
    padding: 9vw 5.333vw 5.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .collab main section.sec04 .carpet .c-ttl-line {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .collab main section.sec04 .carpet .c-row__item {
    margin-bottom: 6vw;
  }
}
.collab main section.sec04 .carpet .c-row__item:last-of-type {
  margin-bottom: 0;
}
.collab main section.sec04 .carpet .c-row__item .c-card-2 {
  position: relative;
}
.collab main section.sec04 .carpet .c-row__item .c-card-2 .c-card-2__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: -webkit-linear-gradient(transparent 70%, #fff 70%);
  background: linear-gradient(transparent 70%, #fff 70%);
}
.collab main section.sec04 .carpet .c-row__item span.num {
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1;
  color: #fff;
  background: #000;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec04 .carpet .c-row__item span.num {
    font-size: 6.933vw;
    height: 12vw;
    width: 12vw;
  }
}
.collab main section.sec05 {
  background-color: #534c99;
  color: #fff;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec05 {
    padding: 9vw 0;
  }
}
.collab main section.sec05 h3 {
  font-size: 30px;
  text-align: center;
  border-bottom: 2px dotted #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec05 h3 {
    font-size: 4.8vw;
    border-bottom: 1px dotted #fff;
    padding-bottom: 0.8em;
    margin-bottom: 1em;
  }
}
.collab main section.sec05 h3 + p {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .collab main section.sec05 h3 + p {
    font-size: 2.867vw;
    margin-bottom: 6vw;
  }
}
.collab main section.sec05 .btns {
  text-align: center;
}
.collab main section.promoBnr {
  margin-bottom: 80px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .collab main section.promoBnr {
    margin-bottom: 12vw;
  }
}

.report .head {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .report .head {
    padding: 5.333vw 5.333vw;
  }
}
.report .head .header {
  margin-bottom: 0;
}
.report main {
  font-weight: 700;
}
.report main section.sec01 h3, .report main section.sec02 h3, .report main section.sec03 h3 {
  text-align: center;
  position: relative;
  top: -80px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 h3, .report main section.sec02 h3, .report main section.sec03 h3 {
    width: 62.667vw;
    margin: 0 auto 4vw;
    top: -12vw;
  }
}
.report main section.sec01 h3 + p, .report main section.sec02 h3 + p, .report main section.sec03 h3 + p {
  text-align: center;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 h3 + p, .report main section.sec02 h3 + p, .report main section.sec03 h3 + p {
    margin-top: -12vw;
  }
}
.report main section.sec01 .carpet, .report main section.sec02 .carpet, .report main section.sec03 .carpet {
  padding: 80px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet, .report main section.sec02 .carpet, .report main section.sec03 .carpet {
    padding: 10vw 5.333vw 6.667vw;
  }
}
.report main section.sec01 .carpet .flex, .report main section.sec02 .carpet .flex, .report main section.sec03 .carpet .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .flex, .report main section.sec02 .carpet .flex, .report main section.sec03 .carpet .flex {
    display: block;
    margin-bottom: 4vw;
  }
}
.report main section.sec01 .carpet .flex img, .report main section.sec02 .carpet .flex img, .report main section.sec03 .carpet .flex img {
  max-width: 49%;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .flex img, .report main section.sec02 .carpet .flex img, .report main section.sec03 .carpet .flex img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .flex img:first-of-type, .report main section.sec02 .carpet .flex img:first-of-type, .report main section.sec03 .carpet .flex img:first-of-type {
    margin-bottom: 2vw;
  }
}
.report main section.sec01 .carpet .btns, .report main section.sec02 .carpet .btns, .report main section.sec03 .carpet .btns {
  text-align: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .btns, .report main section.sec02 .carpet .btns, .report main section.sec03 .carpet .btns {
    padding: 2vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .btns a.c-btn, .report main section.sec02 .carpet .btns a.c-btn, .report main section.sec03 .carpet .btns a.c-btn {
    margin-bottom: 0;
  }
}
.report main section.sec01 .c-youtube + .c-youtube, .report main section.sec02 .c-youtube + .c-youtube, .report main section.sec03 .c-youtube + .c-youtube {
  margin-top: 20px;
}
.report main section.sec01 .c-ttl-bbl__txt, .report main section.sec02 .c-ttl-bbl__txt, .report main section.sec03 .c-ttl-bbl__txt {
  width: 700px;
}
.report main section.sec01 .c-repo-info, .report main section.sec02 .c-repo-info, .report main section.sec03 .c-repo-info {
  color: #fff;
}
.report main section.sec01 .c-repo, .report main section.sec02 .c-repo, .report main section.sec03 .c-repo {
  margin-bottom: 60px;
}
.report main section.sec01 .c-repo__img, .report main section.sec02 .c-repo__img, .report main section.sec03 .c-repo__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.report main section.sec01 .c-repo__img img, .report main section.sec02 .c-repo__img img, .report main section.sec03 .c-repo__img img {
  display: block;
}
.report main section.sec01 .c-repo__img.col2 img, .report main section.sec02 .c-repo__img.col2 img, .report main section.sec03 .c-repo__img.col2 img {
  width: calc(50% - 10px);
}
.report main section.sec01 .c-repo__img.col3 img, .report main section.sec02 .c-repo__img.col3 img, .report main section.sec03 .c-repo__img.col3 img {
  width: calc(33% - 20px);
}
.report main section.sec01 .c-repo__txt, .report main section.sec02 .c-repo__txt, .report main section.sec03 .c-repo__txt {
  margin: 20px 0;
  line-height: 2;
  letter-spacing: 0;
}
.report main section.sec01 .c-repo__link, .report main section.sec02 .c-repo__link, .report main section.sec03 .c-repo__link {
  text-align: center;
}
.report main section.sec01 .c-bnr__block, .report main section.sec02 .c-bnr__block, .report main section.sec03 .c-bnr__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.report main section.sec01 .c-bnr__link, .report main section.sec02 .c-bnr__link, .report main section.sec03 .c-bnr__link {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .c-bnr__link, .report main section.sec02 .c-bnr__link, .report main section.sec03 .c-bnr__link {
    width: 100%;
  }
}
.report main section.sec01 .c-bnr__link img, .report main section.sec02 .c-bnr__link img, .report main section.sec03 .c-bnr__link img {
  display: block;
}
.report main section.sec01 {
  margin-bottom: 40px;
}
.report main section.sec01 h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 h2 {
    font-size: 5.067vw;
    line-height: 1.8;
    margin-bottom: 18vw;
  }
}
.report main section.sec01 .carpet .c-fz-lg {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .report main section.sec01 .carpet .c-fz-lg {
    margin-bottom: 6vw;
  }
}
.report main section.sec01 .carpet .c-fz-md + .c-single-image {
  margin-top: 40px;
}
.report main section.sec01 .carpet .flex img {
  max-width: none;
}
.connect .head {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .connect .head {
    padding: 5.333vw 5.333vw;
  }
}
.connect .head .header {
  margin-bottom: 0;
}
.connect .mainvisual {
  background-image: url(/connect/img/header_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.connect .mainvisual img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.connect main {
  padding: 0;
  background-image: none;
  background-color: #484b99;
}
.connect main section {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .connect main section {
    padding: 20px 0;
  }
}
.connect main section .c-fz-lg {
  line-height: 1.5;
  text-align: center;
}
.connect main section .c-fz-lg span {
  display: inline-block;
}
.connect main section.intro, .connect main section.flow, .connect main section.campaign {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .connect main section.intro, .connect main section.flow, .connect main section.campaign {
    margin-bottom: 9vw;
  }
}
.connect main section.intro h2, .connect main section.flow h2, .connect main section.campaign h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .connect main section.intro h2, .connect main section.flow h2, .connect main section.campaign h2 {
    font-size: 5.067vw;
    line-height: 1.2;
  }
}
.connect main section.intro .c-ttl-line, .connect main section.flow .c-ttl-line, .connect main section.campaign .c-ttl-line {
  margin-top: 20px;
}
.connect main section.intro {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #e45697;
}
@media only screen and (max-width: 767px) {
  .connect main section.intro {
    margin-bottom: 4vw;
    padding: 4vw 0;
  }
}
.connect main section.intro .btns {
  text-align: center;
  margin-top: 20px;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .connect main section.intro .btns {
    margin-top: 2vw;
  }
}
.connect main section.intro .btns .c-btn-blank {
  color: #fff;
  border-color: #fff;
}
.connect main section.intro .btns .c-btn-blank:before {
  background-image: url(../images/icon_blank_wh.svg);
}
.connect main section.flow {
  margin-bottom: 0;
}
.connect main section.flow .carpet {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .connect main section.flow .carpet {
    padding: 6.667vw 5.333vw;
  }
}
.connect main section.flow .btns {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .connect main section.flow .btns {
    margin: 6vw 0 8vw 0;
  }
}
.connect main section.flow .c-flow__flow__body p span {
  display: inline-block;
}
.connect main section.campaign {
  margin-bottom: 40px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .connect main section.campaign {
    margin-bottom: 0;
  }
}
.connect main section.campaign .sectionBnr {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.connect main section.campaign .sectionBnr a {
  display: block;
}

.choshukan .c-fz-30 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .choshukan .c-fz-30 {
    font-size: 3.867vw;
  }
}
.choshukan .c-fz-32 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .choshukan .c-fz-32 {
    font-size: 4.267vw;
  }
}
.choshukan .head {
  z-index: 5;
  padding: 40px;
  background-color: #000;
  background-image: none;
}
.choshukan .head .header {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .choshukan .head {
    padding: 5.333vw;
  }
}
.choshukan .mainvisual {
  position: relative;
}
.choshukan .mainvisual h1.head__ttl {
  position: absolute;
  width: 58%;
  -webkit-transform: translate(13%, 38%);
          transform: translate(13%, 38%);
  z-index: 2;
}
.choshukan .mainvisual .head__badge {
  width: 26%;
  position: absolute;
  right: 2%;
  bottom: 4%;
  z-index: 1;
}
.choshukan .mainvisual .head__chara {
  width: 53.5%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .choshukan .mainvisual h1.head__ttl {
    -webkit-transform: translate(1%, 98%);
            transform: translate(1%, 98%);
    width: 72%;
  }
  .choshukan .mainvisual .head__badge {
    width: 31%;
    left: 13%;
    top: 0%;
    -webkit-transform: translate(1%, 0%) rotate(-23deg);
            transform: translate(1%, 0%) rotate(-23deg);
  }
  .choshukan .mainvisual .head__chara {
    right: -13%;
    width: 81.5%;
  }
  .choshukan .mainvisual .c-mainvisual__item {
    overflow-x: hidden;
  }
  .choshukan .mainvisual .c-mainvisual__item #kv-1 {
    position: relative;
    width: 160%;
    left: -30%;
  }
}
.choshukan .c-notice {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .choshukan .c-notice {
    padding: 9.6vw 0 0 0;
  }
}
.choshukan main {
  background: -webkit-gradient(linear, left top, right top, from(rgb(71, 75, 153)), to(rgb(227, 85, 151)));
  background: -webkit-linear-gradient(left, rgb(71, 75, 153) 0%, rgb(227, 85, 151) 100%);
  background: linear-gradient(to right, rgb(71, 75, 153) 0%, rgb(227, 85, 151) 100%);
  padding: 30px 0 0;
}
.choshukan nav .c-local-nav__item .c-btn {
  background-color: rgba(255, 255, 255, 0.1921568627);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  padding: 12px 28px 12px 22px;
}
@media only screen and (max-width: 767px) {
  .choshukan nav .c-local-nav__item .c-btn {
    padding: 1.6vw 10.667vw;
  }
}
.choshukan nav .c-local-nav__item .c-btn span {
  color: #fff;
  font-size: 120%;
  line-height: 1.4;
}
.choshukan nav .c-local-nav__item .c-btn svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #fff;
  left: auto;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  rotate: 90deg;
}
@media only screen and (max-width: 767px) {
  .choshukan nav .c-local-nav__item .c-btn svg {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
  }
}
.choshukan nav .c-local-nav__item .c-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #8e5da8 inset;
          box-shadow: 0px 0px 0px 3px #8e5da8 inset;
}
.choshukan nav .c-local-nav__item .c-btn:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#474b99), color-stop(80%, #e35597));
  background: -webkit-linear-gradient(left, #474b99 0%, #e35597 80%);
  background: linear-gradient(90deg, #474b99 0%, #e35597 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choshukan nav .c-local-nav__item .c-btn:hover svg {
  fill: #8e5da8;
  margin-bottom: -7px;
}
.choshukan .bg__kira {
  background-image: url("../../choshukan/img/bg_kira1.png");
  width: 100%;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .choshukan .bg__kira {
    background-repeat: repeat-y;
  }
}
.choshukan .bg__kira_2 {
  top: 0;
  background-image: url("../../choshukan/img/bg_kira2.png");
  height: 100%;
}
.choshukan .bg__kira_3 {
  background-image: url("../../choshukan/img/bg_kira3.png");
  height: 100%;
}
.choshukan .bg__kira_4 {
  background-image: url("../../choshukan/img/bg_kira4.png");
  height: 100%;
}
.choshukan .bg__kira_5 {
  top: 0;
  background-image: url("../../choshukan/img/bg_kira5.png");
  height: 100%;
}
.choshukan section {
  margin-bottom: 0;
}
.choshukan section .c-ttl {
  text-align: center;
  position: relative;
  display: block;
  top: -70px;
  margin: 0px auto -70px auto;
}
@media only screen and (max-width: 767px) {
  .choshukan section .c-ttl {
    top: -11vw;
  }
}
.choshukan section .carpet {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(109, 109, 109, 0.6);
          box-shadow: 0px 0px 20px -1px rgba(109, 109, 109, 0.6);
}
@media only screen and (max-width: 767px) {
  .choshukan section .carpet {
    padding: 6.667vw 5.333vw;
  }
}
.choshukan section a.c-btn__blue {
  background: #00B8DE;
  width: 100%;
  max-width: 430px;
}
.choshukan section a.c-btn__blue::after {
  display: none;
}
.choshukan section a.c-btn__blue svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #fff;
  left: auto;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .choshukan section a.c-btn__blue svg {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
  }
}
.choshukan section a.c-btn__blue svg.c-btn__blank {
  margin-right: 0;
  margin-left: 9px;
}
.choshukan section a.c-btn__blue:hover {
  background: #fff;
  color: #00B8DE;
}
.choshukan section a.c-btn__blue:hover::before {
  border-color: #00B8DE;
}
.choshukan section a.c-btn__blue:hover svg {
  fill: #00B8DE;
}
.choshukan section a.c-btn__blue:hover svg:last-child {
  stroke: #00B8DE;
}
.choshukan .btn_cad {
  text-align: center;
  position: relative;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 767px) {
  .choshukan .btn_cad {
    padding: 18vw 0 26vw;
  }
}
.choshukan .btn_cad .inner {
  position: relative;
  z-index: 1;
}
.choshukan .btn_cad .inner a.btn-green {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  padding: 20px;
  color: #fff;
  display: inline-block;
  background-color: #8dc21f;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 0px 4px #ffffff inset, 0px 0px 0px 5px #8dc21f, 1px 0px 15px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 0px 4px #ffffff inset, 0px 0px 0px 5px #8dc21f, 1px 0px 15px 8px rgba(255, 255, 255, 0.5);
  width: 90%;
  max-width: 500px;
  position: relative;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .choshukan .btn_cad .inner a.btn-green {
    font-size: 5vw;
  }
}
.choshukan .btn_cad .inner a.btn-green svg {
  fill: #fff;
  left: auto;
  margin-right: 9px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .choshukan .btn_cad .inner a.btn-green svg {
    width: 5vw;
    height: 5vw;
    margin-top: -1vw;
    margin-right: 1.5vw;
  }
}
.choshukan .btn_cad .inner a.btn-green::after {
  content: "";
  position: absolute;
  background-image: url("../../choshukan/img/btn_tsuya.png");
  width: 37px;
  height: 21px;
  background-size: 100% 100%;
  top: 12px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .choshukan .btn_cad .inner a.btn-green::after {
    width: 9vw;
    height: 5vw;
    top: 7px;
    left: 15px;
    max-width: 37px;
    max-height: 21px;
  }
}
.choshukan .btn_cad .inner a.btn-green:hover {
  scale: 1.05;
  opacity: 1;
  color: #8dc21f;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 0px 4px #8dc21f inset, 0px 0px 0px 5px #fff, 1px 0px 15px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 0px 4px #8dc21f inset, 0px 0px 0px 5px #fff, 1px 0px 15px 8px rgba(255, 255, 255, 0.5);
}
.choshukan .btn_cad .inner a.btn-green:hover svg {
  fill: #8dc21f;
}
.choshukan .btn_cad a.c-btn__kiyaku {
  color: #fff;
  position: relative;
  margin-top: 50px;
  display: inline-block;
  padding: 0 30px 5px 0;
  border-bottom: solid 2px #fff;
}
.choshukan .btn_cad a.c-btn__kiyaku svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #fff;
  left: auto;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .choshukan .btn_cad a.c-btn__kiyaku svg {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
  }
}
.choshukan .btn_cad a.c-btn__kiyaku svg.c-btn__blank {
  right: -5px;
}
.choshukan #about {
  margin-top: 110px;
  background-color: #fff;
  background-image: url("../../choshukan/img/bg_dot.png");
  background-repeat: repeat;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .choshukan #about {
    margin-top: 20vw;
    padding-bottom: 12vw;
  }
}
.choshukan #about p.c-txt__line {
  color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-left: -100px;
}
.choshukan #about p.c-txt__line:nth-child(2n) {
  margin-left: 0;
  margin-right: -100px;
}
@media only screen and (max-width: 767px) {
  .choshukan #about p.c-txt__line {
    margin-left: -5vw;
  }
  .choshukan #about p.c-txt__line:last-child {
    margin-right: -5vw;
  }
}
.choshukan #about p.c-txt__line span {
  display: inline-block;
  background-color: #00b7de;
  position: relative;
  padding: 0 2em;
}
.choshukan #about p.c-txt__line span:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border: none;
  border-left: 2em solid #FFFFFF; /*三角形を設定*/
  border-bottom: 2em solid transparent;
}
.choshukan #about p.c-txt__line span:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border: none;
  border-right: 2em solid #FFFFFF; /*三角形を設定*/
  border-top: 2em solid transparent;
}
.choshukan #about .movie_unit {
  -webkit-box-shadow: 0px 0px 20px -1px rgba(109, 109, 109, 0.6);
          box-shadow: 0px 0px 20px -1px rgba(109, 109, 109, 0.6);
  max-width: 880px;
  width: 90%;
  margin: 50px auto;
  border: solid 10px #f3b3cf;
  position: relative;
}
.choshukan #about .movie_unit::before, .choshukan #about .movie_unit::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.choshukan #about .movie_unit:before {
  background-image: url("../../choshukan/img/star1.png");
  width: 193px;
  height: 207px;
  top: -29px;
  left: -231px;
}
.choshukan #about .movie_unit::after {
  background-image: url("../../choshukan/img/star2.png");
  width: 208px;
  height: 185px;
  bottom: -109px;
  right: -245px;
}
.choshukan #about .movie_unit_img {
  position: relative;
  aspect-ratio: 880/492;
  cursor: pointer;
}
.choshukan #about .movie_unit_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.choshukan #about .movie_unit_img:hover::before {
  background: rgba(0, 0, 0, 0);
}
.choshukan #about .movie_unit_img_inner::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: #fff 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choshukan #about .movie_unit_img_inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 23px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.choshukan #about .movie_unit_img_inner img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .choshukan #about .movie_unit_img_inner::after {
    width: 8.789vw;
    height: 8.789vw;
  }
  .choshukan #about .movie_unit_img_inner::before {
    border-width: 1.27vw 0 1.27vw 2.246vw;
  }
}
@media only screen and (max-width: 767px) {
  .choshukan #about .movie_unit_img_inner::after {
    width: 17.067vw;
    height: 17.067vw;
  }
  .choshukan #about .movie_unit_img_inner::before {
    border-width: 2.667vw 0 2.667vw 4.4vw;
  }
}
.choshukan #flow {
  margin-top: 0px;
  background-color: #fff;
  background-image: url("../../choshukan/img/bg_line1.png"), url("../../choshukan/img/bg_dot.png");
  background-repeat: repeat;
  background-size: 100% auto, auto;
  padding-bottom: 100px;
  background-position: center;
}
.choshukan #schedule {
  margin-top: 0px;
  background-color: #fff;
  background-image: url("../../choshukan/img/bg_line2.png"), url("../../choshukan/img/bg_dot.png");
  background-repeat: repeat;
  background-size: 100% auto, auto;
  padding-bottom: 100px;
  background-position: center;
}
.choshukan #schedule .carpet {
  text-align: center;
}
.choshukan #schedule dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.choshukan #schedule dl dt {
  color: #00B8DE;
  margin-bottom: 10px;
  text-align: right;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .choshukan #schedule dl dt {
    width: 15%;
  }
}
.choshukan #schedule dl dd {
  text-align: left;
  margin-bottom: 10px;
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .choshukan #schedule dl dd {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .choshukan #schedule .c-btn__blue {
    padding: 3.733vw 2vw;
  }
}
.choshukan #voice {
  margin-top: 0px;
  background-color: #fff;
  background-image: url("../../choshukan/img/bg_line3.png"), url("../../choshukan/img/bg_dot.png");
  background-repeat: repeat;
  background-size: 100% auto, auto;
  padding-bottom: 100px;
  background-position: center;
}
.choshukan #voice .carpet {
  text-align: center;
}
.choshukan #voice .c-btn {
  margin-bottom: 20px;
}
.choshukan #voice .txtcol__blue {
  color: #00b7de;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.choshukan #voice .txtcol__blue::before, .choshukan #voice .txtcol__blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 2rem;
  background: #00b7de;
}
.choshukan #voice .txtcol__blue::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -15px;
}
.choshukan #voice .txtcol__blue::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .choshukan #voice .txtcol__blue .c-fz-32 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .choshukan #voice .txtcol__blue .c-fz-lg {
    font-size: 3.5vw;
  }
}
.choshukan .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.choshukan .modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.choshukan .modal_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .choshukan .modal_close {
    top: -3.472vw;
  }
}
@media only screen and (max-width: 767px) {
  .choshukan .modal_close {
    top: -6.4vw;
    right: 1.333vw;
  }
}
.choshukan .modal_close_icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.choshukan .modal_close_icon::before, .choshukan .modal_close_icon::after {
  content: "";
  background: #fff;
  width: 36px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.choshukan .modal_close_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .choshukan .modal_close_icon {
    width: 2.5vw;
    height: 2.5vw;
  }
  .choshukan .modal_close_icon::before, .choshukan .modal_close_icon::after {
    width: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .choshukan .modal_close_icon {
    width: 3.467vw;
    height: 3.467vw;
  }
  .choshukan .modal_close_icon::before, .choshukan .modal_close_icon::after {
    width: 6.4vw;
    height: 0.533vw;
  }
}
.choshukan .modal_close:hover .modal_close_icon {
  opacity: 0.6;
}
.choshukan .modal_main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choshukan .modal-mov .modal_main {
  width: 70%;
  aspect-ratio: 16/9;
  background: #000;
}
.choshukan .modal-mov .modal_main iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .choshukan .modal-mov .modal_main {
    width: 93.333vw;
  }
}
.choshukan .modal-img .modal_main {
  height: 85%;
  aspect-ratio: 300/426;
  background: #000;
}
.choshukan .modal-img .modal_main img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .choshukan .modal-img .modal_main {
    height: auto;
    width: 93.333vw;
  }
}

.seishun {
  position: relative;
  overflow: hidden;
  background-color: #018dec;
  z-index: 0;
}
.seishun::before {
  content: "";
  position: absolute;
  top: 30vh;
  right: -30vw;
  width: 100vw;
  height: 100vw;
  background: #fff100;
  opacity: 0.5;
  z-index: -1;
  -webkit-filter: blur(40vw);
          filter: blur(40vw);
}
@media only screen and (max-width: 767px) {
  .seishun::before {
    width: 150vw;
    height: 150vw;
    top: 20vh;
    right: -50vw;
    opacity: 0.6;
  }
}
.seishun .head {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .seishun .head {
    padding: 5.333vw 5.333vw;
  }
}
.seishun .head .header {
  margin-bottom: 0;
}
.seishun .mainvisual {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .seishun .mainvisual {
    padding: 4vw;
    padding-bottom: 0;
  }
}
.seishun .mainvisual img {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .seishun .mainvisual img {
    width: 100%;
  }
}
.seishun main {
  padding: 0;
  background-image: none;
  color: #fff;
}
.seishun main section {
  margin: 0;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .seishun main section {
    padding: 0 0 20px 0;
  }
}
.seishun main section.outline {
  background-color: rgba(0, 0, 0, 0.2);
}
.seishun main section.outline .c-box-disp__img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.seishun main section.outline .c-box-disp__ttl {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seishun main section.outline .c-box-disp__ttl {
    font-size: 12px;
    font-size: 2.667vw;
  }
}
.seishun main section.outline .c-box-disp__ttl:before {
  display: none;
}
.seishun main section.outline .services {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .seishun main section.outline .services {
    width: 80%;
    margin: 0 auto;
    padding: 5px;
  }
}
.seishun main section.outline .services__ttl {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .seishun main section.outline .services__ttl {
    width: 35%;
    font-size: 3.733vw;
  }
}
.seishun main section.outline .services__items {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 10px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.outline .services__items {
    width: 65%;
  }
}
.seishun main section.outline .services__item img {
  display: block;
}
.seishun main section.flow .carpet {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.flow .carpet {
    padding: 6.667vw 5.333vw;
  }
}
.seishun main section.campaign {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.seishun main section.campaign .campaign-shortcuts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  margin: 10px 0 20px 0;
}
.seishun main section.campaign .campaign-shortcuts a {
  position: relative;
  padding: 20px 20px 30px 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-shortcuts a {
    font-size: 3.2vw;
  }
}
.seishun main section.campaign .campaign-shortcuts a:before {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.seishun main section.campaign .campaign-shortcuts a:nth-of-type(1) {
  background-color: #2bb8c2;
}
.seishun main section.campaign .campaign-shortcuts a:nth-of-type(2) {
  background-color: #da5f8d;
}
.seishun main section.campaign .campaign-shortcuts a.end:after {
  content: "終了しました";
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 10px #000;
}
.seishun main section.campaign #campaign-get {
  margin-top: 40px;
}
.seishun main section.campaign #campaign-get .c-txt-mark::before {
  background-color: #2bb8c2;
}
.seishun main section.campaign #campaign-use .c-txt-mark::before {
  background-color: #da5f8d;
}
.seishun main section.campaign .carpet {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .carpet {
    padding: 20px;
  }
}
.seishun main section.campaign .campaign-head .c-txt-mark {
  background: #fff100;
}
.seishun main section.campaign .campaign-head .c-txt-mark::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5em;
  background-color: #f3992b;
  bottom: 0;
  opacity: 0.6;
  left: 0;
  right: 0;
  z-index: -1;
}
.seishun main section.campaign .campaign-head__catch {
  margin: 0.5em 0;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-head__catch {
    font-size: 3.467vw;
  }
}
.seishun main section.campaign .campaign-head__catch > span {
  display: inline-block;
}
.seishun main section.campaign .campaign-head__ttl {
  font-size: 46px;
  line-height: 1.3em;
  font-weight: 800;
  line-break: strict;
  word-break: auto-phrase;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-head__ttl {
    font-size: 4.8vw;
  }
}
.seishun main section.campaign .campaign-head__ttl img {
  width: auto;
  height: 1.5em;
  vertical-align: text-bottom;
}
.seishun main section.campaign .campaign-detail {
  margin: 40px 0;
  padding: 40px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-detail {
    margin: 20px 0;
    padding: 20px;
  }
}
.seishun main section.campaign .campaign-detail__present {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #484b99;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-detail__present {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.seishun main section.campaign .campaign-detail__present .ttl {
  display: block;
  width: 40%;
  padding: 10px;
  text-align: center;
  background: #484b99;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-detail__present .ttl {
    width: 100%;
    font-size: 2.3vw;
  }
}
.seishun main section.campaign .campaign-detail__present .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 60%;
  margin: 0;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-detail__present .img {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
.seishun main section.campaign .campaign-detail__present .img img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-detail__present .img img {
    height: 25px;
  }
}
.seishun main section.campaign .campaign-detail.c-list____item__ttl:before {
  margin-right: 1vw;
}
.seishun main section.campaign .howto {
  margin-top: 40px;
  line-height: 1.5;
}
.seishun main section.campaign .howto-head {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .howto-head .c-fz-lg {
    font-size: 18px;
  }
}
.seishun main section.campaign .howto-head span {
  display: inline-block;
}
.seishun main section.campaign .howto .mov {
  margin-bottom: 40px;
}
.seishun main section.campaign .howto .mov.display {
  display: block;
}
.seishun main section.campaign .howto .mov.display-none {
  display: none;
}
.seishun main section.campaign .howto .c-flow__flow {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .howto .c-flow__flow {
    width: 100%;
  }
}
.seishun main section.campaign .campaign-close {
  display: block;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 40px;
  z-index: 3;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 30px 0.2px;
}
@media only screen and (max-width: 767px) {
  .seishun main section.campaign .campaign-close {
    padding: 10vw 5vw;
    font-size: 4vw;
  }
}
.seishun main section .mov iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .seishun main section .mov iframe {
    width: 100%;
    height: 50vw;
  }
}
.seishun main .promoBnr {
  margin-bottom: 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .seishun main .promoBnr {
    margin-bottom: 4vw;
  }
}
.seishun main .attention {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: normal;
  line-break: strict;
  word-break: auto-phrase;
}
.seishun main .attention h2 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seishun main .attention h2 {
    font-size: 4.8vw;
  }
}
.seishun main .attention a {
  text-decoration: underline;
  color: inherit;
}

.cp-lp {
  position: relative;
  overflow: hidden;
  background-color: #fad1de;
  z-index: 0;
}
.cp-lp::before {
  content: "";
  position: absolute;
  top: 30vh;
  right: -30vw;
  width: 100vw;
  height: 100vw;
  background: #ff84d8;
  opacity: 0.5;
  z-index: -1;
  -webkit-filter: blur(40vw);
          filter: blur(40vw);
}
@media only screen and (max-width: 767px) {
  .cp-lp::before {
    width: 150vw;
    height: 150vw;
    top: 20vh;
    right: -50vw;
    opacity: 0.6;
  }
}
.cp-lp .head {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .cp-lp .head {
    padding: 5.333vw;
  }
}
.cp-lp .head .header {
  margin-bottom: 0;
}
.cp-lp .mainvisual .image {
  background: url(/cp_newlife/img/mv_bg@2x.png) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .cp-lp .mainvisual .image {
    padding: 5.333vw;
    gap: 5.333vw;
  }
}
.cp-lp .mainvisual .image img {
  display: block;
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .cp-lp .mainvisual .image img {
    width: 100%;
  }
}
.cp-lp .mainvisual .lead {
  padding: 40px 0;
  background-color: #534c99;
  background-color: #e45697;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cp-lp .mainvisual .lead {
    padding: 5.333vw;
    font-size: 3.467vw;
  }
}
.cp-lp .mainvisual .lead .big {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .cp-lp .mainvisual .lead .big {
    font-size: 5vw;
  }
}
.cp-lp .local-nav {
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cp-lp .local-nav .inner {
    padding: 0;
  }
}
.cp-lp .local-nav .c-local-nav__item {
  width: auto;
  min-width: 25%;
  min-height: 80px;
}
@media only screen and (max-width: 767px) {
  .cp-lp .local-nav .c-local-nav__item {
    width: 100%;
    min-height: auto;
  }
}
.cp-lp .local-nav .c-local-nav__item .c-btn {
  background-color: transparent;
  color: #ff6e7c;
}
.cp-lp .local-nav .c-local-nav__item .c-btn__arrow {
  fill: #ff6e7c;
}
.cp-lp main {
  margin-top: 80px;
  padding: 0;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .cp-lp main {
    margin-top: 10.667vw;
  }
}
.cp-lp main section {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-bottom: 40px;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section {
    margin-bottom: 5.333vw;
    padding: 8vw 0;
  }
}
.cp-lp main section .carpet {
  padding: 80px 50px 50px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet {
    padding: 10.667vw 5.333vw 5.333vw;
  }
}
.cp-lp main section .carpet .c-ttl-bbl {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-ttl-bbl {
    top: -10.667vw;
  }
}
.cp-lp main section .carpet .c-ttl-bbl + .c-ttl-line {
  margin-top: 0;
}
.cp-lp main section .carpet .c-ttl-line {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-ttl-line {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
}
.cp-lp main section .carpet .c-list .c-list__item {
  text-align: center;
}
.cp-lp main section .carpet .c-list .c-list__item:last-child {
  border: 0;
}
.cp-lp main section .carpet .c-flow__flow {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-flow__flow {
    width: 100%;
  }
}
.cp-lp main section .carpet .mov {
  margin: 20px 0;
}
.cp-lp main section .carpet .mov iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .mov iframe {
    width: 100%;
    height: 50vw;
  }
}
.cp-lp main section .carpet .c-prize-list {
  width: 85%;
  margin: 20px auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: rgba(228, 86, 151, 0.1);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-prize-list {
    width: 100%;
    padding: 5.333vw;
    border-radius: 2.667vw;
  }
}
.cp-lp main section .carpet .c-prize-list__item {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-prize-list__item {
    width: 100%;
    padding-left: 0;
    text-indent: 0;
  }
}
.cp-lp main section .carpet .c-prize-list__title {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  word-break: auto-phrase;
}
.cp-lp main section .carpet .c-prize-list__title:before {
  content: "●";
  margin-right: 0.5em;
  color: #534c99;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-prize-list__title:before {
    width: 100%;
  }
}
.cp-lp main section .carpet .c-prize-list__num {
  display: inline-block;
}
.cp-lp main section .carpet .c-prize-list__num:before {
  content: "…";
  margin: 0 0.5em 0 1em;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-prize-list__num {
    width: 100%;
  }
}
.cp-lp main section .carpet .c-prize-list__num em {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-prize-list__num em {
    font-size: 4.8vw;
  }
}
.cp-lp main section .carpet .note-block {
  padding: 40px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .note-block {
    padding: 5.333vw;
  }
}
.cp-lp main section .carpet .c-note-attention__item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.cp-lp main section .carpet .c-note-attention__item:before {
  content: "※";
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cp-lp main section .carpet .c-note-attention {
    text-align: left;
  }
}
.cp-lp main section.campaign-period .carpet {
  text-align: center;
}
.cp-lp main section.campaign-prize .carpet {
  text-align: center;
}
.cp-lp main section.campaign-tsunagaru .carpet {
  text-align: center;
}
.cp-lp main .promoBnr {
  margin-bottom: 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cp-lp main .promoBnr {
    margin-bottom: 4vw;
  }
}
.cp-lp main .attention {
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 400;
  line-break: strict;
  word-break: auto-phrase;
}
.cp-lp main .attention h2 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cp-lp main .attention h2 {
    font-size: 4.8vw;
  }
}
.cp-lp main .attention a {
  text-decoration: underline;
  color: inherit;
}/*# sourceMappingURL=lower_pages.css.map */