.l-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-kv_content {
  position: relative;
  width: 39.6%;
  padding: 5.7rem 4.2rem 0;
}

.l-kv_content::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82.25%;
  background: #083090;
  content: "";
}

.l-kv_content_ttl {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-align: center;
}

.l-kv_content_ttl_sub {
  display: block;
  font-size: 2.1rem;
  letter-spacing: .16em;
}

.l-kv_content_ttl_sub_decoration {
  position: relative;
}

.l-kv_content_ttl_sub_decoration::before {
  display: block;
  position: absolute;
  top: -.5rem;
  right: 0;
  left: 0;
  width: 5rem;
  height: .4rem;
  margin: 0 auto;
  background: url(/img/top/l-kv_ttl_sub_decoration.svg) no-repeat;
  background-size: contain;
  content: "";
}

.l-kv_content_img {
  display: block;
  width: 80%;
  margin: 0 auto 1.5rem;
}

.l-kv_content_img02 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.l-kv_content_download_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
}

.l-kv_content_download_btn {
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-kv_content_download_btn:hover {
  opacity: .7;
}

.l-kv_content_download_btn:visited {
  color: inherit;
}

.l-kv_content_download_btn.apple {
  width: 13.4rem;
}

.l-kv_content_download_btn.google {
  width: 16.4rem;
}

.l-kv_content_download_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-kv_img {
  position: relative;
  width: 60.4%;
  overflow: hidden;
  line-height: 0;
}

.l-kv_img_wrapper {
  padding-top: 75.06%;
}

.l-kv_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/top/l-kv_movie_dot.png);
  background-size: .3rem .3rem;
  content: "";
}

.l-kv_img_video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 4rem;
}

.l-about_content_item:last-of-type {
  padding: 0 2.8rem 0 6rem;
}

.l-about_content_ttl {
  color: #083090;
  font-size: 3.6rem;
  font-weight: 600;
}

.l-about_content_ttl_inner {
  z-index: 1;
  position: relative;
}

.l-about_content_ttl_inner::before {
  z-index: -1;
  position: absolute;
  bottom: .6rem;
  left: 0;
  width: 100%;
  height: .8rem;
  background: #fff;
  content: "";
}

.l-about_content_txt {
  color: #083090;
  font-size: 3.1rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 2.2;
}

.l-about_content_txt_emphasis {
  margin: 0 .7rem;
  padding: .2rem 1rem;
  background: #083090;
  color: #fff;
  font-size: 2.6rem;
}

.l-system_img {
  max-width: 124rem;
  margin: 0 auto 4rem;
  padding: 0 6rem;
  text-align: center;
}

.l-watching {
  padding: 10rem 0;
}

.l-app_movie {
  padding: 10rem 0;
}

.l-btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10rem 0 7rem;
}

.l-free {
  padding: 10rem 0;
}

.l-free_img {
  display: block;
  width: 71.2rem;
  margin: 0 auto 6.2rem;
}

.l-download {
  padding: 10rem 0 9rem;
}

.l-download_content {
  margin-bottom: 5rem;
}

.l-download_content_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-download_content_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-download_content_item_content_btn {
  display: block;
  width: 13.4rem;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-download_content_item_content_btn:hover {
  opacity: .7;
}

.l-download_content_item_content_btn:visited {
  color: inherit;
}

.l-download_content_item_content_txt {
  font-size: 1.2rem;
  letter-spacing: .06em;
  line-height: 1.58333;
}

.l-download_content_item_content_txt_emphasis01 {
  margin: 0 .5rem;
  padding: .3rem 1.5rem;
  border-radius: 1rem;
  background: #0a83ff;
  color: #fff;
  font-size: 1rem;
}

.l-download_content_item_content_txt_emphasis02 {
  margin: 0 .5rem;
  padding: .3rem 1rem;
  border-radius: .2rem;
  background: #689f38;
  color: #fff;
  font-size: 1rem;
}

.l-download_content_item_txt {
  position: relative;
  padding-left: 4rem;
  font-size: 1.4rem;
  letter-spacing: .06em;
}

.l-download_content_item_txt_icn {
  position: absolute;
  top: -.5rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #737373;
  color: #fff;
  font-family: "Barlow",sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
}

.l-download_content_item02_content_txt {
  line-height: 2.4;
}

.l-download_sharing {
  max-width: 106rem;
  margin: 0 auto;
  padding: 4rem 5rem 5rem;
}

.l-download_sharing .c-btn_none_arrow {
  width: 100%;
}

.l-news {
  margin-bottom: 10rem;
}

.l-news_content {
  max-width: 106rem;
  margin: 0 auto;
}

.l-news_content_btn {
  position: relative;
  width: 19rem;
  height: 5rem;
  margin-right: .4rem;
  border: 0.1rem solid #e3e3e3;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 5rem;
  text-align: center;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-news_content_btn:hover {
  opacity: .7;
}

.l-news_content_btn:visited {
  color: inherit;
}

.l-news_content_btn::before {
  position: absolute;
  right: 0;
  bottom: .3rem;
  left: 0;
  width: calc(100% - .6rem);
  height: .3rem;
  margin: 0 auto;
  background: #e8e8e8;
  content: "";
  -webkit-transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-news_content_btn:disabled {
  color: #333;
  cursor: auto;
}

.l-news_content_btn:disabled:hover {
  opacity: 1;
}

.l-news_content_btn.is-active::before {
  background: #0b57b2;
}

.l-news_content_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-news_content_wrapper {
  min-height: 45.5rem;
  margin: -.1rem auto 2rem;
  padding: 1rem 3rem;
  overflow: hidden;
  border: 0.1rem solid #e3e3e3;
}

.l-news_content_item_wrapper {
  display: none;
}

.l-news_content_item_wrapper.is-active {
  display: block;
}

.l-news_content_item_wrapper .p-news_content_item:last-of-type {
  border-bottom: .1rem solid #e3e3e3;
}

.l-news_content_item_wrapper .p-news_content_item:nth-of-type(6) {
  border-bottom: none;
}

.l-news_content_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-news_content_item_link:hover {
  opacity: .7;
}

.l-news_content_item_link:visited {
  color: inherit;
}

.l-news_content_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-news_content_item_info .c-tag {
  margin-right: 4.5rem;
}

.l-news_content_item_info .c-time {
  margin-right: 3rem;
  line-height: 2.8rem;
}

.l-news_content_item_icn {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: .6rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-study {
  padding: 10rem 0;
}

.l-study_content {
  margin-bottom: 5rem;
}

.l-study .p-column3_item {
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-study .p-column3_item:hover {
  opacity: .7;
}

.l-study .p-column3_item:visited {
  color: inherit;
}

.l-sns {
  padding: 10rem 0;
}

.l-sns_item {
  max-width: 31rem;
  margin-bottom: 1.5rem;
  border: .1rem solid #0d6dc5;
  line-height: 0;
  text-align: center;
}

.l-sns_item iframe {
  width: 31rem !important;
}

.l-sns_item_ttl {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: .1rem solid #0d6dc5;
}

.l-q_and_a {
  padding: 7rem 0;
}

.l-q_and_a_txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.61111;
}

@media screen and (max-width: 47.9375em) {
  .l-kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l-kv_content {
    width: 100%;
    padding: 6rem 1.5rem 2.2rem;
  }
  .l-kv_content_ttl {
    font-size: 3rem;
  }
  .l-kv_content_ttl_sub {
    font-size: 1.9rem;
  }
  .l-kv_content_ttl_sub_decoration::before {
    width: 4.5rem;
  }
  .l-kv_content_img {
    width: 100%;
    max-width: 32.2rem;
    margin: 0 auto 2.5rem;
  }
  .l-kv_content_download_txt {
    font-size: 1.4rem;
  }
  .l-kv_content_download_btn:hover {
    opacity: 1;
  }
  .l-kv_img {
    width: 100%;
  }
  .l-about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l-about_content_item {
    padding: 0 1.5rem;
  }
  .l-about_content_item:last-of-type {
    margin-bottom: 3.5rem;
    padding: 0 1.5rem;
  }
  .l-about_content_ttl {
    font-size: 2.9rem;
  }
  .l-about_content_txt {
    font-size: 2.1rem;
    line-height: 2;
  }
  .l-about_content_txt_emphasis {
    margin: 0 .2rem;
    padding: 0 .7rem;
    font-size: 1.8rem;
  }
  .l-system {
    padding: 0 1.5rem;
  }
  .l-system_img {
    padding: 0;
  }
  .l-watching {
    padding: 10rem 1.5rem;
  }
  .l-app_movie {
    padding: 10rem 1.5rem;
  }
  .l-btn_area {
    display: block;
    padding: 5rem 1.5rem;
  }
  .l-free {
    padding: 10rem 1.5rem;
  }
  .l-free_img {
    width: 100%;
    margin-bottom: 5rem;
  }
  .l-download {
    padding: 10rem 1.5rem;
  }
  .l-download_content_item_img {
    display: block;
    max-width: 25rem;
    margin: 0 auto 3rem;
  }
  .l-download_content_item_content {
    padding: 0 1.5rem;
  }
  .l-download_content_item_content_btn:hover {
    opacity: 1;
  }
  .l-download_content_item_content_btn {
    width: auto;
    height: 4.8rem;
  }
  .l-download_content_item_content_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-download_content_item_content_btn_wrapper img {
    max-height: 100%;
  }
  .l-download_content_item_content_txt {
    text-align: center;
  }
  .l-download_content_item_txt {
    line-height: 2;
  }
  .l-download_content_item_txt_icn {
    top: .2rem;
  }
  .l-download_content_item02_content_txt {
    line-height: 2;
  }
  .l-download_sharing {
    padding: 5rem 1.5rem;
  }
  .l-news {
    padding: 0 1.5rem;
  }
  .l-news_content_btn:hover {
    opacity: 1;
  }
  .l-news_content_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(25% -  (.9rem / 4));
    margin: 0;
    padding: 0 .5rem;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .l-news_content_btn_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-news_content_wrapper {
    padding: .6rem 1.5rem;
  }
  .l-news_content_item_link:hover {
    opacity: 1;
  }
  .l-news_content_item_link {
    display: block;
    padding-right: 2.5rem;
  }
  .l-news_content_item_info {
    margin-bottom: 1rem;
  }
  .l-news_content_item_icn {
    right: 1rem;
  }
  .l-study {
    padding: 10rem 1.5rem;
  }
  .l-study .p-column3_item:hover {
    opacity: 1;
  }
  .l-sns {
    padding: 10rem 1.5rem;
  }
  .l-sns_item iframe {
    width: 100% !important;
  }
  .l-sns_item {
    max-width: none;
  }
  .l-q_and_a {
    padding: 7rem 1.5rem;
  }
}


img {
  display: grid;
  border: 100px;
  place-items: center;
}
