@charset "UTF-8";
.art01 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art01 {
    padding: 40px 0 50px;
  }
}
.art01__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    width: calc(100% - 30px);
  }
}
.art01__inner:not(:last-child) {
  padding: 0 0 100px;
}
@media only screen and (max-width: 750px) {
  .art01__inner:not(:last-child) {
    padding: 0 0 50px;
  }
}
.art01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .art01__box {
    margin-bottom: 50px;
  }
}
.art01__box02 {
  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;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .art01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.art01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 518px;
  width: 48%;
}
.art01__item:nth-child(n+3) {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__item {
    width: 100%;
    margin: 0 auto;
  }
  .art01__item:nth-child(n+3) {
    margin-top: 0px;
  }
  .art01__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.art01__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #B4BFC7;
}
@media only screen and (max-width: 750px) {
  .art01__item02 {
    width: 100%;
    margin: 0 auto;
  }
}
.art01__link {
  color: #00A3F3;
  text-decoration: underline;
}
.art01__link:hover {
  text-decoration: none;
}
.art01__link--back {
  position: relative;
}
.art01__link--back:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.art01__link--back:hover {
  color: #00A3F3;
}
.art01__ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 160%;
  display: block;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .art01__ttl {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02rem;
    margin-bottom: 30px;
  }
}
.art01__label {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 70px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}
.art01__label:after {
  font-weight: 900;
  color: #00A3F3;
  margin-left: auto;
  right: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__label {
    padding: 20px 45px 20px 15px;
  }
  .art01__label:after {
    right: 14px;
  }
}
.art01__check:checked + .art01__label {
  background: #f2f2f2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.art01 .art01__check:checked + .art01__label {
  border-radius: 0;
}
.art01__check:checked + .art01__label + .art01__cnt {
  visibility: visible;
  border-top: 1px solid #B4BFC7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 20px 40px;
}
@media only screen and (max-width: 750px) {
  .art01__check:checked + .art01__label + .art01__cnt {
    padding: 20px 30px;
  }
}
.art01__cnt {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (max-width: 750px) {
  .art01__cnt {
    padding: 0 30px;
  }
}
.art01__icon {
  max-width: 24px;
  height: 24px;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  .art01__icon {
    margin-right: 15px;
  }
}
.art01__inttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #B4BFC7;
}
@media only screen and (max-width: 750px) {
  .art01__inttl {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02rem;
  }
}
.art01__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art01__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 20px 30px;
  font-weight: 600;
  position: relative;
  line-height: 120%;
  background-color: #f2f2f2;
}
.art01__button:hover {
  color: #00A3F3;
}
@media only screen and (max-width: 750px) {
  .art01__button {
    padding: 20px 20px;
  }
}
.art01__txt {
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .art01__txt {
    margin-bottom: 25px;
  }
}

.art02 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art02 {
    padding: 40px 0 50px;
  }
}
.art02__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art02__inner {
    width: calc(100% - 30px);
  }
}
.art02__box {
  margin-bottom: 100px;
}
@media only screen and (min-width: 751px) {
  .art02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art02__box {
    margin-bottom: 50px;
  }
}
.art02__item {
  max-width: 506px;
  width: 48%;
}
.art02__item:nth-child(n+3) {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .art02__item {
    width: 100%;
    margin: 0 auto;
  }
  .art02__item:nth-child(n+3) {
    margin-top: 0px;
  }
  .art02__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.art02__link:hover .art02__pict {
  opacity: 0.7;
}
.art02__link:hover .art02__ttl {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.art02__cnt {
  padding: 25px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .art02__cnt {
    padding-top: 15px;
  }
}
.art02__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00A3F3), to(#00A3F3));
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 750px) {
  .art02__ttl {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}
.art02__ttl::before {
  content: "";
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  display: table;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .art02__ttl::before {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 10px;
  }
}
.art02__ttl--movie::before {
  content: "動画配信中";
  background-color: #DB4A3E;
}
.art02__ttl--rcp::before {
  content: "受付中";
  background-color: #00A3F3;
}
.art02__ttl--end::before {
  content: "受付終了";
  background-color: #A2A2A2;
}
.art02__cta:not(:last-child)::after {
  content: "/";
  font-size: 16px;
  padding: 0 0px 0 5px;
}
@media only screen and (max-width: 750px) {
  .art02__cta:not(:last-child)::after {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
}
.art02__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art02__button {
  display: block;
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art02__button:hover {
  background-color: #1a273b;
}
.art02__txt {
  margin-top: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .art02__txt {
    margin-top: 5px;
  }
}