@charset "UTF-8";
.scroll-table {
  overflow-x: scroll;
  width: 100%;
}
.scroll-table::-webkit-scrollbar {
  width: 16px;
  height: 10px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .scroll-table::-webkit-scrollbar {
    display: block;
  }
}
.scroll-table::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.scroll-table::-webkit-scrollbar-thumb {
  background: #00A3F3;
  border-radius: 100px;
  width: 130px;
}
.scroll-table__left00 {
  position: sticky;
  left: -1px;
  min-width: 60px;
}
.scroll-table__left01 {
  position: sticky;
  left: -1px;
  min-width: 60px;
}
.scroll-table__left01::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: solid #ccc;
  border-width: 1px 0 1px 1px;
  box-sizing: content-box;
  z-index: -1;
}
.scroll-hint-icon {
  height: 90px;
  z-index: 5;
}

#app {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.more {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.more__cnt {
  position: relative;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 1s;
}
.more__cnt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.more__cnt.more__open::after {
  z-index: -1;
  opacity: 0;
}
.more__cnt .art01__td {
  text-align: left;
}
.more__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
  border: 0;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
}

.art01 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art01 {
    padding: 40px 0 50px;
  }
}
.art01__table {
  display: table;
  position: relative;
}
.art01__table--pc {
  display: table;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__table--pc {
    display: none;
  }
}
.art01__table--sp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__table--sp {
    display: table;
  }
}
.art01__th {
  background: #f2f2f2;
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  color: #000;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art01__th {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 10px;
    min-width: auto;
    width: 20%;
  }
}
.art01__td {
  border: 1px solid #A2A2A2;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art01__td {
    font-size: 12px;
    line-height: 1.2;
  }
}
.art01__blockquote {
  margin: 0;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
}
@media screen and (min-width: 771px) {
  .art01__blockquote {
    display: none;
  }
}
.art01__blockquote img {
  width: auto;
  height: 34px;
  vertical-align: middle;
}
.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 50px auto;
}
.art01__box02 {
  padding-top: 140px;
  margin-top: -140px;
}
.art01__box02:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 980px) {
  .art01__box02 {
    padding-top: 65px;
    margin-top: -65px;
  }
}
@media only screen and (max-width: 750px) {
  .art01__box02:not(:last-child) {
    margin-bottom: 35px;
  }
}
.art01__box03 {
  margin-bottom: 50px;
}
.art01__inbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 50px auto;
}
.art01__list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 751px) {
  .art01__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art01__list {
    margin-bottom: 20px;
  }
}
.art01__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 518px;
  width: 32.5%;
}
.art01__item:nth-child(n+4) {
  margin-top: 10px;
}
@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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 52px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .art01__item02 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .art01__item02 {
    justify-content: center;
    flex-direction: column;
    gap: 26px;
  }
}
.art01__cnt {
  max-width: 610px;
  width: 60%;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__cnt {
    width: 100%;
  }
}
.art01__pict {
  max-width: 426px;
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .art01__pict {
    width: 100%;
  }
}
.art01__price {
  display: flex;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.art01__price:first-of-type {
  margin-bottom: 10px;
}
.art01__dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #E5F3F8;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 27px;
  margin-right: 20px;
  width: 105px;
}
@media only screen and (max-width: 750px) {
  .art01__dt {
    width: 100px;
  }
}
.art01__dd {
  box-sizing: border-box;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .art01__dd {
    font-size: 14px;
  }
}
.art01__s {
  position: relative;
  text-decoration: none;
}
.art01__s::after {
  border-bottom: 2px solid #f00;
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.art01__b {
  font-size: 26px;
}
@media only screen and (max-width: 750px) {
  .art01__b {
    font-size: 18px;
  }
}
.art01__em {
  color: #f00;
  font-style: normal;
  font-weight: bold;
}
.art01__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art01__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 10px 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__button::before {
  content: "";
  display: block;
  width: 64px;
  height: 44px;
}
.art01__button--01::before {
  background: url(/latex/commons/img/pt01.png) no-repeat center/100%;
}
.art01__button--02::before {
  background: url(/latex/commons/img/pt02.png) no-repeat center/100%;
}
.art01__button--03::before {
  background: url(/latex/commons/img/pt03.png) no-repeat center/100%;
}
.art01__button--04::before {
  background: url(/latex/commons/img/pt04.png) no-repeat center/100%;
}
.art01__button--05::before {
  background: url(/latex/commons/img/pt05.png) no-repeat center/100%;
}
.art01__button--06::before {
  background: url(/latex/commons/img/pt06.png) no-repeat center/100%;
}
.art01__button--07::before {
  background: url(/latex/commons/img/pt07.png) no-repeat center/100%;
}
.art01__button--08::before {
  background: url(/latex/commons/img/pt08.png) no-repeat center/100%;
}
.art01__button--09::before {
  background: url(/latex/commons/img/pt09.png) no-repeat center/100%;
}
.art01__button--10::before {
  background: url(/latex/commons/img/pt10.png) no-repeat center/100%;
}
.art01__button--11::before {
  background: url(/latex/commons/img/pt11.png) no-repeat center/100%;
}
.art01__ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__ttl {
    margin-bottom: 15px;
  }
}
.art01__ttl--belt {
  font-weight: bold;
  line-height: 140%;
  margin-right: auto;
  background: #00A3F3;
  color: #FFF;
  font-size: 30px;
  padding: 16px 30px;
  margin-bottom: 50px;
}
.art01__inttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 160%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
  .art01__inttl {
    line-height: 140%;
  }
}
.art01__inttl02 {
  font-weight: bold;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px) {
  .art01__inttl02 {
    margin: 0 0 8px 0;
  }
}
.art01__txt {
  text-indent: -1.6rem;
  line-height: 160%;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .art01__txt {
    margin-bottom: 5px;
  }
}
.art01__txt--updated {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__txt--updated {
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.art01__sm {
  font-size: 13px;
  line-height: 160%;
}
.art01__icon {
  max-width: 37px;
}
.art01__fa {
  color: #00A3F3;
  max-width: 18px;
  margin-right: 0.4rem;
}
.art01__fa02 {
  max-width: 18px;
  margin-left: 0.4rem;
}
.art01__logo {
  font-weight: bold;
  position: relative;
}
.art01__logo::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(/latex/commons/img/sm-logo.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.art01__tel {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}
.art01__tel::before {
  content: "TEL.";
  font-weight: 900;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  .art01__tel {
    font-size: 24px;
  }
  .art01__tel::before {
    font-size: 24px;
  }
}
.art01__contact {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 750px) {
  .art01__contact {
    flex-direction: column;
  }
}
.art01__link {
  max-width: 176px;
  width: 48%;
  padding: 18px 0;
  font-size: 16px;
  letter-spacing: 1px;
}
.art01__link:first-child {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 750px) {
  .art01__link:first-child {
    margin: 0 auto 15px;
  }
}
.art01__link:hover .art01__pict {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .art01__link {
    max-width: 400px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
  }
}
.art01__link--table {
  color: #00A3F3;
}
.art01__link--table:hover {
  color: #000;
}
.art01__link--more {
  position: relative;
}
.art01__link--more:before {
  content: "\f13a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00A3F3;
  position: relative;
  margin-right: 8px;
}
.more__open + .art01__btn .art01__link--more:before {
  content: "\f139";
}
.art01__link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
}
.art01__link02:before {
  content: "";
  background: url(/latex/lineup/img/hikakuhyou-icon.png) no-repeat center center/cover;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.art01__link02:hover {
  color: #00A3F3;
}
@media only screen and (max-width: 750px) {
  .art01__link02 {
    max-width: 400px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
  }
}

.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: flex;
    justify-content: space-between;
    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;
  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: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  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;
  }
}/*# sourceMappingURL=index.css.map */