html, body {
  position: relative;
  display: block;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.sec__inner {
  max-width: 330px;
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec__inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 480px) {
  .sec__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .cta-btn-wrap {
    margin: auto;
    max-width: 600px;
  }
}

.cta-btn {
  border: none;
  border-radius: 3px;
  padding-bottom: 4px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #0F9CDE;
  box-shadow: inset 0 -4px 0 #0a5f88, 0 3px 6px #000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    display: block;
    padding-bottom: 8px;
    height: 80px;
    font-size: 24px;
    box-shadow: inset 0 -8px 0 #0a5f88, 0 3px 6px #000;
  }
}

.cta-btn::before {
  content: "";
  display: inline-block;
  background: url('../images/ico_cta_arrow.png');
  background-size: contain;
  width: 1.125em;
  height: 1.125em;
  margin-right: 5px;
  margin-bottom: -0.2em;
}
@media screen and (min-width: 768px) {
  .cta-btn::before {
    margin-right: 10px;
  }
}

.text-link {
  color: inherit;
  text-decoration: underline;
}

.text-link img {
  width: 1em;
  display: inline;
  margin: 0px 5px;
  vertical-align: middle;
}


/*
* header-image
* -------------------------------------------------------------------
*/
.sec-header-img {
  z-index: 1;
}
.sec-header-img__inner {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc(600 / 1900 * 100%);
  padding-bottom: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 475px) {
  .sec-header-img__inner {
    margin: 0;
  }
}

.sec-header-img {
  position: relative;
}
.image-space {
  display: block;
  width: 100%;
  padding-top: 500px;
  transition: none;
}

/* sec-intro */
.sec-intro {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .sec-intro {
    margin-bottom: 100px;
  }
}

.intro-header {
  padding-top: 33px;
  padding-bottom: 6px;
}
@media screen and (min-width: 420px) and (max-width: 480px) {
  .intro-header {
    padding-bottom: 20px;
  }
}

.intro-header p {
  margin: 18px 0 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 6px #00238c;
}
@media screen and (min-width: 768px) {
  .intro-header {
    margin: 0 auto 30px auto;
    padding-top: 65px;
    padding-bottom: 8px;
    max-width: 600px;
  }
  .intro-header p {
    align-items: center;
    margin: 18px 0 20px;
    font-size: 30px;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.intro-text {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 0 12px #00238c;
  line-height: 1.3;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
}
.intro-text strong {
  font-size: 38px;
  display: block;
  margin-top: 4px;
  text-shadow: 0 0 18px #00238c;
}
@media screen and (min-width: 768px) {
  .intro-text strong {
    margin-top: 2px;
  }
}
.intro-text strong span {
  font-size: 39px;
}
@media screen and (min-width: 768px) {
  .intro-text {
    font-size: 36px;
    text-shadow: 0 0 18px #00238c;
    margin-bottom: 23px;
  }
  .intro-text strong {
    font-size: 69px;
    text-shadow: 0 0 24px #00238c;
  }
  .intro-text strong span {
    font-size: 76px;
  }
}

.intro-header .intro-header__logo {
  margin-top: 20px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .intro-header .intro-header__logo {
    margin-bottom: 0;
  }
}
.intro-header .intro-header__logo img {
  width: 284px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro-header .intro-header__logo img {
    width: 496px;
  }
}

.intro-header .intro-text__entry-lead {
  margin: 0 auto 15px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .intro-header .intro-text__entry-lead {
    font-size: 42px;
  }
}

.intro-body {
  position: relative;
  margin: auto;
  padding: 60px 0 5px;
  max-width: 960px;
}
@media screen and (min-width: 420px) and (max-width: 459px) {
  .intro-body {
    padding-top: 70px;
  }
}
@media screen and (min-width: 460px) and (max-width: 480px) {
  .intro-body {
    padding-top: 80px;
  }
}
.intro-body::before,
.intro-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
}
.intro-body::before {
  top: 0;
  background: linear-gradient(to bottom, #000515, rgba(0, 5, 21, 0));
}
.intro-body::after {
  bottom: 0;
  background: linear-gradient(to top, #000515, rgba(0, 5, 21, 0));
}
@media screen and (min-width: 960px) {
  .intro-body::after {
    bottom: 55px;
  }
}
.intro-body .sec__inner {
  position: relative;
  z-index: 1;
}
.intro-body .sec__inner a:hover {
  opacity: 1;
}
.intro-body .sec__inner a:hover .intro-box {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .intro-body {
    padding: 60px 60px 0;
  }
  .intro-body::after {
    bottom: 24px;
  }
  .intro-body::before,
  .intro-body::after {
    height: 150px;
  }
}

.intro-body__image {
  background: url(../images/mv_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 0.8;
}
.intro-body__image::before,
.intro-body__image::after {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 1;
  bottom: 0;
}
.intro-body__image::before {
    left: 0;
    background: linear-gradient(to right, #000515, rgba(0, 5, 21, 0));
}
.intro-body__image::after {
    right: 0;
    background: linear-gradient(to left, #000515, rgba(0, 5, 21, 0));
}
@media screen and (min-width: 768px) {
  .intro-body__image::before,
  .intro-body__image::after {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .intro-body__image {
    background-image: url(../images/mv_sp_20230612.png);
    background-size: 100% 295px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .intro-body__image {
    top: -54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .intro-body__image {
    top: -68px;
  }
}
@media screen and (min-width: 541px) and (max-width: 680px) {
  .intro-body__image {
    top: -12px;
  }
}
@media screen and (min-width: 480px) and (max-width: 540px) {
  .intro-body__image {
    top: -18px;
  }
}
@media screen and (min-width: 441px) and (max-width: 460px) {
  .intro-body__image {
    top: -14px;
  }
}
@media screen and (max-width: 440px) {
  .intro-body__image {
    top: -22px;
  }
}
@media screen and (max-width: 475px) {
  .intro-body__image::before,
  .intro-body__image::after {
    width: 60px;
  }
}

.intro-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: #000000;
  box-shadow: 0 0 6px #00000080;
}
@media screen and (min-width: 768px) {
  .intro-box {
    max-width: 620px;
    margin: auto;
    border-radius: 12px;
  }
}

.intro-box__badge {
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(to right, #00238c, #0F9CDE);
  box-shadow: 0 3px 6px #00000025;
}
.intro-box__badge span {
  font-size: 18px;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .intro-box__badge {
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    font-size: 15px;
  }
  .intro-box__badge span {
    font-size: 29px;
  }
}

.intro-box__inner {
  padding: 20px 25px 25px;
}
@media screen and (min-width: 768px) {
  .intro-box__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro-box__inner > * {
    max-width: 566px;
  }
}

.intro-box__device {
  .intro-box__device-image {
    margin: 14px auto 10px;
    width: 102px;
  }
  
  .intro-box__device-text {
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .intro-box__device {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 13px;
  }
  .intro-box__device .intro-box__device-image {
    width: auto;
    height: 42px;
    margin: 0;
  }
  .intro-box__device .intro-box__device-text {
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
  }
}

.intro-box__large-text {
  color: #0F9CDE;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.intro-box__large-text strong {
  font-size: 82px;
}
@media screen and (min-width: 768px) {
  .intro-box__large-text strong {
    font-size: 167px;
  }
}
.intro-box__large-text span {
  font-size: 30px;
  width: 1em;
  line-height: 1.18;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .intro-box__large-text span {
    font-size: 61px;
  }
}
.intro-box__large-text span+strong {
  font-size: 69px;
}
@media screen and (min-width: 768px) {
  .intro-box__large-text span+strong {
    font-size: 140px;
  }
}

.intro-box__text {
  font-size: 14px;
  font-weight: bold;
  margin: 1px 4px 9px;
}
@media screen and (min-width: 768px) {
  .intro-box__text {
    margin: 8px 0 0 14px;
    letter-spacing: 0.05em;
    font-size: 28px;
  }
}

.intro-box__cta {
  color: #0F9CDE;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .intro-box__cta {
    display: none;
  }
}
.intro-box__cta:before {
  content: "";
  display: inline-block;
  background: url(../images/ico_link_arrow_blue.svg);
  background-size: contain;
  margin-bottom: -0.2em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.intro-free-period {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .intro-free-period {
    margin: 30px auto 0;
    padding-bottom: 28px;
    font-size: 27px;
  }
}

.intro-free-period__date {
  color: #FFCC00;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .intro-free-period__date {
    margin: 0 10px;
  }
}
.intro-free-period__date strong {
  font-size: 27px;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .intro-free-period__date strong {
    margin: 0 5px;
    font-size: 48px;
  }
}

/* sec-recommend-for-people-like-this */
.sec-recommend-for-people-like-this--pc {
  background-color: #030B2D;
  padding-top: 80px;
}
@media screen and (max-width: 475px) {
  .sec-recommend-for-people-like-this--pc {
    display: none;
  }
}

.sec-recommend-for-people-like-this--sp {
  padding-top: 30px;
  background-color: #030B2D;
  display: none;
}
@media screen and (max-width: 475px) {
  .sec-recommend-for-people-like-this--sp {
    display: block;
  }
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__title {
  text-align: center;
  font: normal normal bold 42px/58px;
  letter-spacing: 6.72px;
  color: #FFFFFF;
  opacity: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding-top: 44px;
  white-space: nowrap;
}
.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 173px;
  height: 83px;
  background: url('../images/recommend_logo.png');
  background-size: contain;
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__item {
  display: flex;
  margin-bottom: 90px;
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__item img {
  width: 310px;
  height: 190px;
  margin-top: 40px;
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__item img:last-child {
  position: absolute;
  width: 310px;
  left: 55%;
}


.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__content__bg--right {
  font: normal normal bold 90px/34px 'Dancing Script';
  letter-spacing: 4.5px;
  color: #676B81;
  opacity: 0.25;
  padding-left: 8px;
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__content__bg--left {
  font: normal normal bold 90px/34px 'Dancing Script';
  letter-spacing: 4.5px;
  color: #676B81;
  opacity: 0.25;
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
  white-space: nowrap;
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__content__title {
  font: normal normal bold 26px/40px;
  letter-spacing: 4.16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

.sec-recommend-for-people-like-this--pc .sec-recommend-for-people-like-this__content__description {
  font: normal normal bold 16px/34px;
  letter-spacing: 2.56px;
  padding-left: 40px;
  width: 380px;
}

.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__title {
  text-align: center;
  font: normal normal bold 32px/41px;
  letter-spacing: 3.2px;
  color: #FFFFFF;
  opacity: 1;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__content__bg {
  font: normal normal bold 70px/34px 'Dancing Script';
  letter-spacing: 0;
  color: #676B81;
  opacity: 0.35;
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
  white-space: nowrap;
}

.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__title {
  text-align: center;
  padding: 40px 0;
}

.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__item img {
  width: 100%;
  height: auto;
}

.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__content__title {
  font: normal normal bold 22px/32px;
  letter-spacing: 3.52px;
  padding: 0 6px 20px 6px;
}

.sec-recommend-for-people-like-this--sp .sec-recommend-for-people-like-this__content__description {
  font: normal normal bold 14px/32px;
  letter-spacing: 1.4px;
  padding: 0 6px 56px 6px;
}
.padding-40 {
  padding-top: 40px;
}
.padding-60 {
  padding-top: 60px;
}
/* sec-recommend-movie */
.sec-recommend-movie {
  margin-bottom: 60px;
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie {
    margin-bottom: 120px;
    margin-top: 50px;
  }
}

.sec-recommend-movie a:hover{
  /* Styles for hover */
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie a:hover{
    opacity: 1;
  }
}

.sec-recommend-movie__title__small {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie__title__small {
    font-size: 18px;
  }
}

.sec-recommend-movie__title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 45px;
  white-space: nowrap;
  text-align: center;
}
.sec-recommend-movie__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -73px;
  margin: auto;
  width: 173px;
  height: 83px;
  background: url('../images/recommend_logo.png');
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie__title {
    margin-bottom: 0;
    text-align: center;
    font-size: 42px;
  }
}
@media screen and (max-width: 475px) {
  .sec-recommend-movie__title {
    margin-bottom: 0;
  }
}

.sec-recommend-movie .br-sp {
  display: none;
}
@media screen and (max-width: 475px) {
  .sec-recommend-movie .br-sp {
    display: block;
  }
}

.sec-recommend-movie__description {
  font: normal normal bold 18px/38px;
  letter-spacing: 1.8px;
  text-align: center;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 475px) {
  .sec-recommend-movie__description {
    font: normal normal bold 14px/30px;
    padding-bottom: 24px;
  }
}

.sec-recommend-movie__description span {
  color: #ff4500;
}

@media screen and (min-width: 768px) {
  .sec-recommend-movie__wrapper {
    margin-bottom: 60px;
  }
  .sec-recommend-movie .item {
    padding-top: 60px;
    background: url('../images/recommend-m_back.jpg');
    background-repeat: no-repeat;
    background-size: 960px auto;
    background-position: top center;
  }
}

.sec-recommend-movie .item .photo {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 720px;
  min-width: auto;
  background-position: center;
  background-size: cover;
}
.sec-recommend-movie .item .photo img {
  width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie .item .photo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 120px;
    background: linear-gradient(to top, #000515, rgba(0, 5, 21, 0));
  }
}

.vod-banner-img--pc {
  background: url('../images/break_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 475px) {
  .vod-banner-img--pc {
    display: none;
  }
}

.vod-banner-img--sp {
  background: url('../images/break_bg_sp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 475px) {
  .vod-banner-img--sp {
    display: flex;
  }
}

.vod-banner-img--sp img {
  width: 250px;
  margin: auto;
  height: 295px;
}

.sec-recommend-movie .item .photo::before {
  content: "";
  display: block;
  padding-top: 56.26667%;
}

.sec-recommend-movie .item .photo.photo--thumbnail::before {
  content: none;
}

.sec-recommend-movie .hidden {
  display: none;
}

.sec-recommend-movie .shadow {
  width: 100%;
  height: 110px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000515 100%) 0% 0% no-repeat padding-box;
  position: relative;
  margin-top: -200px;
  margin-bottom: 2px;
}

.sec-recommend-movie .close__read-more {
  display: none;
}

.sec-recommend-movie .read-more__btn-wrap,
.sec-recommend-movie .close__read-more {
  border: 1px solid #FFFFFF;
  margin: 0 auto 60px auto;
  width: 90%;
  max-width: 330px;
  height: 54px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie .read-more__btn-wrap,
  .sec-recommend-movie .close__read-more {
    max-width: 410px;
  }
}

.sec-recommend-movie .read-more__btn,
.sec-recommend-movie .close__btn {
  background: #000515;
  font: normal normal bold 16px/30px;
  color: #ffffff;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-recommend-movie .read-more__btn,
  .sec-recommend-movie .close__btn {
    cursor: pointer;
  }
}

.sec-recommend-movie .read-more__btn::after {
  background: url(../images/plus.png);
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 10px auto 0;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.sec-recommend-movie .close__btn::after {
  background: url(../images/minus.png);
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 10px auto 0;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.sec-recommend-movie .item .photo--01 {
  background-image: url('../images/recommend-m_img_01.jpg?v=231016');
}

.sec-recommend-movie .item .photo--02 {
  background-image: url('../images/recommend-m_img_02.jpg?v=231016');
}

.sec-recommend-movie .item .photo--03 {
  background-image: url('../images/recommend-m_img_03.jpg?v=231016');
}

.sec-recommend-movie .item .photo--04 {
  background-image: url('../images/recommend-m_img_04.jpg?v=231016');
}

.sec-recommend-movie .item .photo--05 {
  background-image: url('../images/recommend-m_img_05.jpg?v=231016');
}

.sec-recommend-movie .item .photo--06 {
  background-image: url('../images/recommend-m_img_06.jpg?v=231016');
}

.txt-box {
  max-width: 330px;
  margin: 30px auto;
}
.txt-box h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.txt-box .catch {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}
.txt-box .detail {
  margin: 30px 0;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .txt-box {
    max-width: 600px;
  }
  .txt-box .catch {
    font-size: 14px;
  }
  .txt-box .detail {
    font-size: 16px;
  }
  .sec-recommend-movie .item .photo + .txt-box {
    position: relative;
    z-index: 2;
    margin-top: -66px;
  }
}

.video-link {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .video-link {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.video-link__btn {
  color: #FFCC00;
  text-decoration: underline;
}

/* sec-recommend */
.sec-recommend {
  padding-top: 60px;
  color: #fff;
}
.sec-recommend .infinite-loop__wrap {
  display: flex;
  overflow: hidden;
}
.sec-recommend .infinite-loop__list {
  display: flex;
  list-style: none;
}
@keyframes infinity-scroll-left-to-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec-recommend .infinite-loop__list--left-to-right {
  animation: infinity-scroll-left-to-right 30s infinite linear both;
}
.sec-recommend .loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .sec-recommend .loopSlide::before,
  .sec-recommend .loopSlide::after {
    position: relative;
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 1;
    bottom: 0;
  }
  .sec-recommend .loopSlide::before {
      left: 0;
      background: linear-gradient(to right, #000515, rgba(0, 5, 21, 0));
  }
  .sec-recommend .loopSlide::after {
      right: 0;
      background: linear-gradient(to left, #000515, rgba(0, 5, 21, 0));
  }
}
.sec-recommend .loopSlide--top {
  margin-top: 60px;
}
@media screen and (max-width: 475px) {
  .sec-recommend .loopSlide--top {
    margin-top: calc(60 / 7.5 * 1vw);
  }
}
.sec-recommend .loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
  list-style: none;
}
.sec-recommend .loopSlide ul li {
  display: inline-block;
  margin-left: 7px;
  list-style: none;
  text-align: center;
  width: 100%;
}
.sec-recommend .loopSlide ul li img {
  display: block;
  width: auto;
  height: 480px;
}
@media screen and (max-width: 475px) {
  .sec-recommend .loopSlide ul li img {
    width: 325vw;
    height: auto;
  }
}
.sec-recommend__img {
  margin-top: 60px;
  height: 480px;
}
@media screen and (max-width: 475px) {
  .sec-recommend__img {
    margin-top: calc(40 / 7.5 * 1vw);
    height: auto;
  }
}

.recommend-block {
  margin: 50px auto 0 auto;
  padding: 60px 0;
  max-width: 720px;
  /* background: url('../images/recommend_back.png'); */
  background-size: cover;
  background-position: 75% center;
}
@media screen and (min-width: 768px) {
  .recommend-block {
    padding: 84px 120px;
    /* background: url('../images/recommend_back_pc.png'); */
    background-size: cover;
    background-position: center;
  }
}

.recommend-block h2 {
  margin-bottom: 10px;
}

.recommend-block__title {
  font-size: 14px;
  text-shadow: 0 1px 6px #000000;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .recommend-block__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.recommend-block p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recommend-block p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

.vod-text-block {
  margin: 60px 25px 75px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: grid;
  line-height: 1.25;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .vod-text-block {
    margin: 48px 0 120px;
    font-size: 45px;
  }
}

.vod-text-block__text-num {
  font-size: 69px;
}
@media screen and (min-width: 768px) {
  .vod-text-block__text-num {
    font-size: 176px;
  }
}

.vod-text-block__text-num::first-letter {
  font-size: 88px;
}
@media screen and (min-width: 768px) {
  .vod-text-block__text-num::first-letter {
    font-size: 224px;
  }
}

.vod-text-block__text-comma {
  font-size: 36px;
  margin: 0 -2px 0 -12px;
}
@media screen and (min-width: 768px) {
  .vod-text-block__text-comma {
    font-size: 84px;
    margin: 0 0px 0 -26px;
  }
}

.vod-text-block__text-small {
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .vod-text-block__text-small {
    font-size: 35px;
  }
}

.vod-text-block__text2 {
  display: flex;
  align-items: flex-end;
  line-height: 0.72;
  grid-row: 1 / span 3;
  grid-column: 2;
}

.vod-text-block__text1 {
  grid-row: 1;
  grid-column: 1;
}

.vod-text-block__text3 {
  grid-row: 2;
  grid-column: 1;
}

.vod-text-block__text4 {
  grid-row: 3;
  grid-column: 1;
}

.vod-text-block__text5 {
  position: absolute;
  right: 0;
  top: 0;
  width: 129px;
}
@media screen and (min-width: 768px) {
  .vod-text-block__text5 {
    width: 332px;
  }
}

.recommend-point {
  counter-reset: recommend-point;
}

.recommend-point__title {
  font-size: 48px;
  font-weight: bolder;
  padding-top: 28px;
  text-align: center;
  letter-spacing: 3.2px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recommend-point__title {    
    font-size: 28px;
    letter-spacing: 4.8px;
  }
}
.recommend-point__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  width: 173px;
  height: 83px;
  background: url('../images/recommend_logo.png');
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recommend-point__title::before {
    width: 73px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.recommend-point__subtitle {
  text-align: center;
  font: normal normal bold 18px/41px;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.recommend-point__item {
  padding: 40px 0;
  counter-increment: recommend-point;
}
@media screen and (min-width: 768px) {
  .recommend-point__item {
    padding: 70px 0 0 0;
    margin: 0;
  }
}

.recommend-point__heading {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recommend-point__heading {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.333;
  }
}

.recommend-point__heading::before {
  content: '0' counter(recommend-point);
  font-size: 48px;
  opacity: 0.18;
  position: absolute;
  left: -15px;
  top: -40px;
}
@media screen and (min-width: 768px) {
  .recommend-point__heading::before {
    left: -30px;
    top: -60px;
    font-size: 72px;
  }
}

.recommend-point__item .txt {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recommend-point__item .txt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.recommend-point__item .all-genre-link {
  font: normal normal normal 20px/54px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #FFFFFF;
  border: solid 1px;
  width: 460px;
  height: 70px;
  border-radius: 5px;
  margin: 32px auto;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 475px) {
  .recommend-point__item .all-genre-link {
    font-size: 16px;
    letter-spacing: 1.6px;
    width: 80%;
    max-width: 355px;
    height: 50px;
    white-space: nowrap;
  }
}

.all-genre-link img {
  width: 20px;
  height: auto;
}

.all-genre-link p {
  margin-left: 8px;
}

.sec-recommend__img {
  margin: 30px auto 0;
  max-width: 720px;
  height: 480px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec-recommend__img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 475px) {
  .sec-recommend__img {
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 430px) {
  .sec-recommend__img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 375px) {
  .sec-recommend__img {
    width: 100%;
    height: 200px;
  }
}
.sec-recommend__img img {
  margin: auto;
}
@media screen and (max-width: 475px) {
  .sec-recommend__img img {
    width: 100%;
  }
  .sec-recommend__img picture {
    width: 100%;
  }
}
.iframe-resp {
  position: relative;
  width: 100%;
}

.iframe-resp::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.iframe-resp iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.attention-list {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px !important;
}

.attention-list-sm {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .attention-list-sm {
    font-size: 14px;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 80px auto !important;
  }
}

.attention-list li {
  padding-left: 1.2em;
}

.attention-list li::before {
  display: inline-block;
  margin-left: -1.2em;
  content: "※";
  width: 1.2em;
}

.sec-rate-plan {
  padding-top: 40px;
  padding-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .sec-rate-plan {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .sec-rate-plan .br-pc {
    display: block;
  }
}

.sec-rate-plan__title {
  padding-top: 28px;
  padding-bottom: 30px;
  text-align: center;
  font: normal normal bold 32px/41px;
  letter-spacing: 3.2px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.sec-rate-plan__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  width: 173px;
  height: 83px;
  background: url('../images/recommend_logo.png');
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .sec-rate-plan__title {
    font-size: 48px;
    letter-spacing: 4.8px;
    padding-bottom: 50px;
  }
}

.plan-description {
  text-align: left;
  font: normal normal bold 14px/30px;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .plan-description {
    font-size: 18px;
    letter-spacing: 1.8px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.term-bar {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .term-bar {
    margin: 40px auto;
  }
}

.term-bar__trial-bar {
  flex-basis: 50%;
  position: relative;
  border-left: solid 2px #FFCC00;
  text-align: center;
}

.term-bar__billing-bar {
  flex-basis: 50%;
  position: relative;
  border-left: solid 2px #ffffff;
  text-align: center;
}

.term-bar__head {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .term-bar__head {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
}

.term-bar__trial-bar .term-bar__head {
  color: #FFCC00;
}

.term-bar__head span {
  font-size: 10px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .term-bar__head span {
    margin-left: 12px;
    font-size: 18px;
  }
}

.term-bar__price {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .term-bar__price {
    padding: 5px 0;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
}

.term-bar__trial-bar .term-bar__price {
  background: #FFCC00;
  color: #000515;
  letter-spacing: 0.1em;
}

.term-bar__billing-bar .term-bar__price {
  background: #ffffff;
  color: #000515;
}
@media screen and (min-width: 768px) {
  .term-bar__billing-bar .term-bar__price .term-bar__price-num {
    margin-left: 6px;
  }
}

.term-bar__inner {
  padding: 15px;
  width: 165px;
}
@media screen and (min-width: 768px) {
  .term-bar__inner {
    padding: 10px 10px 10px 30px;
    width: 100%;
  }
}

.term-bar__trial-bar .term-bar__inner {
  margin-left: auto;
}

.term-bar__billing-bar .term-bar__inner {
  margin-right: auto;
}

.trial-block {
  margin: 26px 10px 30px;
}
@media screen and (min-width: 768px) {
  .trial-block {
    margin: 40px 0 20px 0;
    text-align: center;
  }
}

.trial-block h4 {
  margin: 10px 0;
  color: #FFCC00;
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .trial-block h4 {
    font-size: 22px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 475px) {
  .trial-block strong {
    font-size: 24px;
    display: block;
    letter-spacing: 1.68px;
  }
}


.sec-register-info {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #030B2D 0% 0% no-repeat padding-box;
  color: #fff;
}
@media screen and (max-width: 475px) {
  .sec-register-info {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}

/* register-step */
.register-step {
  margin-bottom: 80px;
}

.register-step-title {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 3.6px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 475px) {
  .register-step-title {
    letter-spacing: 2px;
  }
}

.progress-bar {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 475px) {
  .progress-bar {
    display: none;
  }
}

.step-description {
  display: flex;
  margin: 40px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 475px) {
  .step-description {
    flex-direction: column;
    align-items: center;
  }
}

.step-description::-webkit-scrollbar {
  display: none;
}

.step-arrow-sp {
  display: none;
}
@media screen and (max-width: 475px) {
  .step-arrow-sp {
    display: inline-block;
    vertical-align: middle;
    color: #283670;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 18px 36px;
    border-left-color: currentColor;
    border-right: 0;
    margin: auto 0;
    rotate: 90deg;
  }
}
.step-1, .step-2, .step-3 {
  text-align: left;
  height: auto;
  padding-bottom: 20px;
}

.step-1 {
  border: 1px solid #283670;
  width: 230px;
  margin-right: 15px;
}
@media screen and (max-width: 475px) {
  .step-1 {
    min-width: 300px;
    width: 90%;
    margin: auto;
    height: 318px;
  }
}

.step-2 {
  border: 1px solid #283670;
  width: 230px;
  margin-right: 15px;
}
@media screen and (max-width: 475px) {
  .step-2 {
    min-width: 300px;
    width: 90%;
    margin: auto;
    height: 318px;
  }
}

.step-3 {
  border: 1px solid #283670;
  width: 230px;
}
@media screen and (max-width: 475px) {
  .step-3 {
    min-width: 300px;
    width: 90%;
    margin: auto;
    height: 280px;
  }
}
.step-img {
  width: 80px;
  height: 80px;
  margin: 26px auto;
}
.step-title--pc {
  font: normal normal bold 16px/30px;
  text-align: center;
  letter-spacing: 2.24px;
  margin-bottom: 18px;
}
@media screen and (max-width: 475px) {
  .step-title--pc {
    display: none;
  }
}
.step-title--sp {
  display: none;
  font: normal normal bold 16px/30px;
  text-align: center;
  letter-spacing: 2.24px;
  margin-bottom: 18px;
}
@media screen and (max-width: 475px) {
  .step-title--sp {
    display: block;
  }
}
.step-content {
  font: normal normal normal 14px/24px;
  text-align: left;
  letter-spacing: 2.24px;
  padding: 0 8px;
}
@media screen and (max-width: 475px) {
  .step-content {
    padding: 0 24px;
  }
}
/* sec-spec */
.sec-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.33;
  margin: 20px 0;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-title {
    padding-top: 40px;
    font-size: 36px;
  }
}

.sec-title__ghost {
  font-size: 48px;
  opacity: 0.18;
  position: absolute;
  left: -16px;
  top: 2px;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .sec-title__ghost {
    font-size: 72px;
    left: -30px;
    top: -20px;
  }
}

.sec-spec {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .sec-spec {
    margin: 0;
    padding: 68px 0 20px;
  }
}

.sec-spec--list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 60px 0 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
  font-family: sans-serif;
  font-size: 14px;
}

.sec-spec--list dt {
  flex-basis: 40%;
  padding: 12px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.sec-spec--list dd {
  flex-basis: 60%;
  padding: 12px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .sec-spec--list dd {
    letter-spacing: 0.05em;
  }
}

.sec-spec--list span {
  display: block;
  font-size: 12px;
}

/* sec-user-voice */
.sec-user-voice {
  background: #081350;
  padding: 45px 0 1px 0;
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .sec-user-voice {
    margin: 0;
    padding: 68px 0 60px;
  }
}

.user-voice-item {
  margin: 60px 0;
}

.user-voice-text-icon {
  display: flex;
  border-bottom: 1px solid #283670;
}
.user-voice-text-icon img {
  width: 43px;
  height: 57px;
  margin-right: 15px;
}
.user-voice-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .user-voice-item h3 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.user-voice-item .user-name {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .user-voice-item .user-name {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.user-voice-item p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .user-voice-item p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.user-boice-item--read {
  color: #A8A8A8;
  font-size: 12px;
  margin: 20px 0 15px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .user-boice-item--read {
    margin: 0 0 30px 0!important;
  }
}

.user-boice-item--highlight {
  color: #F4BA19;
}


/* footer */
@media screen and (min-width: 768px) {
  .l-page__footer .sec__inner {
    max-width: 600px;
  }
}
.sec-footer {
  background: #00238C;
  padding: 50px 0 94px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sec-footer {
    padding-bottom: 140px;
  }
}

.sec-footer .f_logo {
  margin: auto;
  width: 200px;
}

.sec-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 18px 26px;
  flex-wrap: wrap;
}

.sec-footer ul li a {
  color: #ffffff;
}

.sec-footer ul li {
  padding-left: 1.5em;
  position: relative;
}

.sec-footer ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 475px) {
  .sec-footer ul li:nth-child(4) {
    padding-left: 0;
  }
}

.sec-footer ul li::before {
  content: '/';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  text-align: center;
}

.sec-footer ul li:first-child::before {
  content: none;
}
@media screen and (max-width: 475px) {
  .sec-footer ul li:nth-child(4)::before {
    content: none;
  }
}

.sec-footer .copyright {
  font-size: 12px;
  margin-top: 26px;
  color: #ffffff;
  text-align: center;
}

.l-page__footer__txt {
  margin: 60px 0;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .l-page__footer__txt {
    margin: 30px 0 120px;
    font-size: 14px;
  }
}


/**
 footer
 */
 .footer-wrapper {
  padding: 50px 0 130px 0;
  background: #00238C;

}
@media screen and (min-width: 580px) and (max-width: 849px) {
  .footer-wrapper {
    padding: 40px 0 30vw 0;
    background: transparent linear-gradient(119deg, #000515 0%, #1A243E 100%) 0% 0% no-repeat padding-box;
  }

}
@media screen and (max-width: 579px) {
  .footer-wrapper {
    padding: 40px 0 30vw 0;
  }
}

.footer__logo {
  width: 300px;
  margin: 0 auto 30px auto;
}

.footer__sitemap {
  display: flex;
  justify-content: center;
  align-items: center;

}
@media screen and (max-width: 849px) {
  .footer__sitemap {
    flex-wrap: wrap;
  }
}

.footer__sitemap a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.footer__sitemap__item + .footer__sitemap__item {
  border-left: solid 1px rgba(255, 255, 255, .8);
}

.footer__corporate-info {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.footer__logo__img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.footer__logo__img img {
  width: 100%;
  height: auto;
}

/* floating */
.cv-floating {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: -150px;
  transition: all 0.3s;
}
.cv-floating.view {
  bottom: 0;
  padding: 15px 0;
  box-sizing: border-box;
}

.cv-floating__inner {
  margin: auto;
  padding: 15px 0;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .cv-floating__inner {
    padding: 24px;
    max-width: 480px;
  }
}

.cv-floating__inner__btn .cta-btn {
  height: 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cv-floating__inner__btn .cta-btn {
    height: 60px;
    font-size: 21px;
  }
}

/* sec-campaign */
.sec-campaign {
  padding: 60px 0;
  background: #FFFFFF;
  color: #000515;
}
.sec-campaign h2 img {
  margin: auto;
  max-width: 260px;
}
.sec-campaign h3 {
  margin: 20px auto 23px;
  text-align: center;
  color: #12238C;
  font-weight: bold;
  font-size: 18px;
}
.sec-campaign .sec-campaign__detail {
  margin: 30px auto;
}
.sec-campaign .sec-campaign__term {
  margin: 20px auto;
  text-align: center;
  color: #12218B;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.sec-campaign .sec-campaign__txt {
  margin: 15px auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec-campaign .attention-list {
  margin: 15px auto;
}
.sec-campaign strong {
  color: #12218B;
  font-weight: bold;
}
.sec-campaign .cta-btn {
  box-shadow: inset 0 -4px 0 #0a5f88, 0 3px 6px #00000010;
}
@media screen and (min-width: 768px) {
  .sec-campaign {
    padding: 90px 0 120px;
  }
}

.campaign-limited-time {
  display: none;
}

/* sec-download */
.sec-download {
  padding-bottom: 45px;
}

.sec-download__title {
  padding-top: 28px;
  padding-bottom: 24px;
  text-align: center;
  font: normal normal bold 20px/29px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .sec-download__title {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}

.sec-download__description {
  text-align: left;
  font: normal normal normal 14px/28px;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .sec-download__description {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.sec-download__img {
  margin: 30px auto 0;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .sec-download__img {
    margin-top: 60px;
  }
}

.sec-download__img img {
  margin: auto;
}

