@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  font-family: inherit;
}
h1,h2,h3,h4,h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
input,textarea,select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}
th,td {
  border-collapse: collapse;
}
table th,table td {
  white-space: nowrap;
}
ul,ol {
  list-style-type: none;
}
img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width :auto;
}
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
  transition: opacity .3s ease-out 0s;
}

body.app-view header, body.app-view footer {
  display: none !important;
}
body.app-view .wrapper {
  padding-top: 0;
}

p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}

.bold {
  font-weight: bold;
}
.tc {
  text-align: center;
}
.m_text {
  font-size: 16px;
}
.l_text {
  font-size: 20px;
}
.t_color {
  color: #F08E35;
}
.underline {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  min-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin: 90px auto;
  padding-top: 65px;
}

.sectoin_block {
  width: 100%;
}

.section_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.sub_title {
  font-size: 16px;
  font-weight: bold;
}

.title {
  font-size: 40px;
  font-weight: bold;
  color: #f6c406;
}

.inner {
  width: 1080px;
  margin: 0 auto;
}

.about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_text {
  width: 450px;
  display: flex;
  flex-direction: column;
}

.about_lead_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.company_logos {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px auto 60px;
}

.logo {
  display: block;
  width: 16%;
}

.about_description {
  font-size: 16px;
}

.about_lead {
  display: block;
  width: 568px;
}

.programs {
  width: 100%;
}

/*swiperの設定*/
.top-move-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-move-slider .swiper-slide {
  height: 144px !important;
  width: auto !important;
}

.top-move-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.bottom-move-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.bottom-move-slider .swiper-slide {
  height: 144px !important;
  width: auto !important;
}

.bottom-move-slider .swiper-slide img {
  width: auto;
  height: 100%;
}
/*swiperの設定*/
.slide_thum img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.slide_thum:hover {
  opacity: 1;
}

.slide_thum:hover img {
  scale: 1.05;
}

.original {
  width: 100%;
}

.original_lists {
  display: flex;
  gap: 26px;
  margin-bottom: 20px;
}

.original_thum {
  width: 527px;
  overflow: hidden;
}

.original_thum:hover {
  opacity: 1;
}

.original_thum img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.original_thum:hover img {
  scale: 1.05;
}

.original_small_lists {
  display: flex;
  justify-content: space-between;
}

.original_small_thum {
  width: 201px;
  overflow: hidden;
}

.original_small_thum:hover {
  opacity: 1;
}

.original_small_thum img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.original_small_thum:hover img {
  scale: 1.05;
}

.genre_lists {
  width: 1080px;
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 30px auto 0;
}

.genre_item {
  display: block;
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #f5b51c;
  box-sizing: border-box;
}

.genre_item:hover {
  opacity: 1;
}

.genre_item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.genre_item:hover img {
  scale: 1.05;
}

.genre_label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 7px 0;
}

.genre_thum {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lineup {
  width: 100%;
  padding: 45px 0 70px;
  background-color: #fcfbe9;
}

.lineup_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}

.lineup_item {
  width: 520px;
  display: flex;
  gap: 25px;
  align-items: start;
}

.lineup_thum {
  width: 170px;
}

.lineup_detail {
  padding-top: 5px;
}

.lineup_title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #f6c406;
  gap: 10px;
  margin-bottom: 20px;
}

.lineup_text {
  font-size: 16px;
  line-height: 1.6;
}

.icon {
  display: inline-block;
  width: 31px;
}

#point {
  scroll-margin-top: 170px;
}

.point {
  width: 100%;
}

.point_title:hover {
  opacity: 1;
  transition: none;
}

.point_lists {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 15px;
}

.point_item {
  position: relative;
  width: 350px;
  border-radius: 20px;
  border: 3px solid #f5b51c;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

.point_item::after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 27px solid #ffc008;
  border-bottom: 0;
}

.point_badge_red {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  background-color: #de4b18;
  text-align: center;
}

.point_badge_blue {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  background-color: #1891de;
  text-align: center;
}

.point_item_top {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.icon_vod {
  width: 47px;
}

.icon_login {
  width: 66px;
}

.icon_birth {
  width: 72px;
}

.point_detail {
  width: 210px;
}

.point_label {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.point_text {
  font-size: 16px;
  line-height: 1.6;
}

.point_text .text_red {
  color: #de4b18;
  font-weight: bold;
}

.point_text .text_blue {
  color: #1891de;
  font-weight: bold;
}

.point_text .text_large {
  font-size: 20px;
}

.point_caution {
  font-size: 11px;
}

.point_arrow {
  display: none;
}

.point_lottery {
  position: relative;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #f5b51c;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-top: 35px;
}

.point_lottery_detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.point_lottery_image {
  max-width: 477px;
}

.point_lottery_image img {
  width: 100%;
}

.point_lottery_label {
  font-size: 22px;
  font-weight: bold;
}

.point_lottery_text {
  font-size: 16px;
  line-height: 1.6;
}

.point_lottery_caution {
  font-size: 12px;
}

.point_area_caution {
  font-size: 12px;
  margin-top: 10px;
}

.download {
  width: 100%;
}

.download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.btn {
  display: block;
}

.app_store_badge {
  display: block;
  width: 270px;
}

.google_play_badge {
  display: block;
  width: 270px;
}

.sns {
  width: 100%;
}

.sns_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.x_icon {
  display: block;
  width: 62px;
}

.tiktok_icon {
  display: block;
  width: 62px;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 6px;
  background-color: #F4F4F4;
  padding: 15px 15px 30px;
  box-sizing: border-box;
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
}

.faq_q {
  display: flex;
  align-items: baseline;
  gap: 25px;
}

.faq_q span {
  display: inline-block;
  font-size: 27px;
}

.faq_detail {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 15px;
  padding-left: 67px;
}

.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 225px;
  height: 47px;
  border-radius: 100px;
  border: 2px #F5C144 solid;
  gap: 15px;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}
.link_btn > p {
  font-size: 16px;
  font-weight: bold;
}
.link_btn > i {
  display: block;
  width: 8px;
  height: 14px;
  background-image: url(../../common/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link_btn.btn_color {
  background-color: #F5C144;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*SP LAYOUT(~768)*/
@media screen and (max-width: 768px) {
  p {
    font-size: 3.3vw;
    line-height: 1.6;
  }

  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }

  .bold {
    font-weight: bold;
  }
  .tc {
    text-align: center;
  }
  .m_text {
    font-size: 3.2vw;
  }
  .l_text {
    font-size: 3.6vw;
  }
  .t_color {
    color: #F08E35;
  }

  .wrapper {
    width: 100%;
    min-width: 100%;
    gap: 16vw;
    margin: 12vw auto;
  }

  .sectoin_block {
    width: 100%;
  }

  .section_title {
    gap: 3vw;
    margin-bottom: 8vw;
  }

  .sub_title {
    font-size: 4vw;
  }

  .title {
    font-size: 9vw;
  }

  .inner {
    width: 96vw;
    margin: 0 auto;
  }

  .about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6vw;
  }
  .about_text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about_lead_text {
    font-size: 5.6vw;
    text-align: center;
  }

  .company_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    margin: 6vw auto;
  }

  .logo {
    display: block;
    width: 27%;
  }

  .about_description {
    width: 92%;
    font-size: 4vw;
  }

  .about_lead {
    display: block;
    width: 95%;
  }

  /*swiperの設定*/
  .top-move-slider .swiper-slide {
    height: 44vw !important;
  }

  .bottom-move-slider .swiper-slide {
    height: 44vw !important;
  }

  .bottom-move-slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  /*swiperの設定*/

  .original_lists {
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 5vw;
  }

  .original_thum {
    width: 100%;
  }

  .original_small_lists {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
  }

  .original_small_thum {
    width: 47vw;
  }

  .genre_lists {
    width: 96vw;
    flex-wrap: wrap;
    justify-content: unset;
    gap: 3vw;
    margin: 8vw auto 0;
  }

  .genre_item {
    width: 46.5vw;
    border-radius: 5vw;
  }

  .genre_label {
    font-size: 4vw;
    padding: 1vw 0;
  }

  .lineup {
    padding: 10vw 0;
  }

  .lineup_lists {
    flex-wrap: unset;
    flex-direction: column;
    gap: 10vw;
  }

  .lineup_item {
    width: 100%;
    gap: 5vw;
  }

  .lineup_thum {
    width: 44vw;
  }

  .lineup_detail {
    padding-top: 1vw;
  }

  .lineup_title {
    font-size: 5.4vw;
    gap: 3vw;
    margin-bottom: 4vw;
  }

  .lineup_text {
    font-size: 4vw;
  }

  .icon {
    width: 7vw;
  }

  .point_lists {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    gap: 6vw;
    margin-bottom: 30vw;
  }

  .point_item {
    width: 79vw;
    border-radius: 5vw;
    border: 1vw solid #f5b51c;
    gap: 2vw;
    padding: 5vw;
  }

  .item_left {
    margin-right: auto;
  }

  .item_right {
    margin-left: auto;
  }
  .item_center {
    margin: 0 auto;
  }

  .point_item::after {
    display: none;
  }

  .point_badge_red {
    top: -5vw;
    right: -2vw;
    width: 16vw;
    height: 16vw;
    font-size: 3vw;
  }

  .point_badge_blue {
    top: -5vw;
    right: -2vw;
    width: 16vw;
    height: 16vw;
    font-size: 3vw;
  }

  .point_item_top {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 6vw;
  }

  .icon_vod {
    width: 12vw;
  }

  .icon_login {
    width: 16vw;
  }

  .icon_birth {
    width: 17vw;
  }

  .point_detail {
    width: 100%;
  }

  .point_label {
    font-size: 5vw;
    margin-bottom: 3vw;
    line-height: 1.2;
  }

  .point_text {
    font-size: 4vw;
  }

  .point_text .text_large {
    font-size: 4.7vw;
  }

  .point_caution {
    font-size: 3vw;
  }

  .point_arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: -15vw;
    margin: auto;
    z-index: -1;
  }

  .left_arrow {
    position: absolute;
    left: 4vw;
    bottom: 0;
    width: 1vw;
    height: 145vw;
    background-color: #f5b51c;
  }
  .left_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -7vw;
    left: -3.4vw;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 7vw solid #ffc008;
    border-bottom: 0;
  }

  .center_arrow {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 1vw;
    height: 15vw;
    background-color: #f5b51c;
  }
  .center_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -7vw;
    left: -3.4vw;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 7vw solid #ffc008;
    border-bottom: 0;
  }

  .right_arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: 4vw;
    bottom: 0;
    margin: auto;
    width: 1vw;
    height: 80vw;
    background-color: #f5b51c;
  }
  .right_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -7vw;
    left: -3.4vw;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 7vw solid #ffc008;
    border-bottom: 0;
  }

  .point_lottery {
    border-radius: 5vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
    padding: 5vw;
    margin-top: 0;
  }

  .point_lottery_detail {
    gap: 3vw;
  }

  .point_lottery_image {
    max-width: 100%;
  }

  .point_lottery_label {
    font-size: 5vw;
  }

  .point_lottery_text {
    font-size: 4vw;
  }

  .point_lottery_caution {
    font-size: 3vw;
  }

  .point_area_caution {
    font-size: 3vw;
    margin-top: 4vw;
  }

  .download_btn {
    flex-direction: column;
    gap: 4vw;
  }

  .app_store_badge {
    width: 70vw;
  }

  .google_play_badge {
    width: 70vw;
  }

  .sns_btn {
    gap: 16vw;
  }

  .x_icon {
    width: 16vw;
  }

  .tiktok_icon {
    width: 16vw;
  }

  .faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    border-radius: 2vw;
    background-color: #F4F4F4;
    padding: 3vw 3vw 6vw;
    box-sizing: border-box;
  }

  .faq_list {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }

  .faq_item {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    background-color: #fff;
    border-radius: 2vw;
    padding: 4vw;
    box-sizing: border-box;
  }

  .faq_q {
    display: flex;
    align-items: baseline;
    gap: 3vw;
  }

  .faq_q span {
    display: inline-block;
    font-size: 4.2vw;
  }

  .faq_detail {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 4vw;
    padding-left: 10vw;
  }

  .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 55vw;
    height: 11vw;
    border-radius: 100px;
    border: 2px #F5C144 solid;
    gap: 4vw;
    padding: 0 3vw 0 5vw;
    box-sizing: border-box;
  }
  .link_btn > p {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .link_btn > i {
    display: block;
    width: 2vw;
    height: 3vw;
    background-image: url(../../common/img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .link_btn.btn_color {
    background-color: #F5C144;
  }

}