@charset "UTF-8";
/* 基本CSS */
.bg-black {
  background: #000;
}

#wrapper {
  margin-top: -50px;
}

#container {
  font-family: source-han-sans-japanese, sans-serif;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  letter-spacing: normal;
}

/* ヘッダー */
.lp_header {
  background: transparent;
}

.lp_header_link_item-twitter {
  width: auto;
}

.lp_header_link li a {
  width: auto;
}

.original-tweet-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  width: 89px;
  height: 20px;
  color: #fff;
  background: #1d9bf0;
  border-radius: 10px;
  box-sizing: border-box;
}

/* 多言語切り替え */
.multi_lang_img {
  display: none;
}

.multi_lang_img:lang(ja-jp):nth-of-type(1) {
  display: block;
}

.multi_lang_img:lang(en-us):nth-of-type(2) {
  display: block;
}

.multi_lang_img:lang(zh-cn):nth-of-type(3) {
  display: block;
}

.multi_lang_img:lang(zh-tw):nth-of-type(4) {
  display: block;
}

.multi_lang_img:lang(ko-kr):nth-of-type(5) {
  display: block;
}

/* 多言語切り替え */
.point_exchange_btn.not_background {
  display: none;
}

.point_exchange_btn.not_background:lang(ja-jp):nth-of-type(1) {
  display: block;
}

.point_exchange_btn.not_background:lang(en-us):nth-of-type(2) {
  display: block;
}

.point_exchange_btn.not_background:lang(zh-cn):nth-of-type(3) {
  display: block;
}

.point_exchange_btn.not_background:lang(zh-tw):nth-of-type(4) {
  display: block;
}

.point_exchange_btn.not_background:lang(ko-kr):nth-of-type(5) {
  display: block;
}

/* 多言語切り替え */
.original-tweet-btn {
  display: none;
  text-align: center;
}

.original-tweet-btn:lang(ja-jp):nth-of-type(1) {
  display: block;
}

.original-tweet-btn:lang(en-us):nth-of-type(2) {
  display: block;
}

.original-tweet-btn:lang(zh-cn):nth-of-type(3) {
  display: block;
}

.original-tweet-btn:lang(zh-tw):nth-of-type(4) {
  display: block;
}

.original-tweet-btn:lang(ko-kr):nth-of-type(5) {
  display: block;
}

/* FV */
.mainvisual {
  padding: 0;
}

.mainvisual_hero {
  background-image: url(../img/mv_bg.png);
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: auto;
  background-position-x: center;
  background-position-y: -60px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero {
    background-size: 120%;
    background-position-y: 0;
  }
}

.mainvisual_hero h1 {
  overflow: hidden;
  min-height: 542px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero h1 {
    min-height: 240px;
    background-size: 100%;
    margin-top: 30px;
  }
}

.mainvisual_hero h1:lang(ja-jp) {
  background-image: url(../img/main_ja_jp.png);
}

.mainvisual_hero h1:lang(en-us) {
  background-image: url(../img/main_en_us.png);
}

.mainvisual_hero h1:lang(zh-cn) {
  background-image: url(../img/main_zh_cn.png);
}

.mainvisual_hero h1:lang(zh-tw) {
  background-image: url(../img/main_zh_tw.png);
}

.mainvisual_hero h1:lang(ko-kr) {
  background-image: url(../img/main_ko_kr.png);
}

.mainvisual_hero .explanation {
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-top: -30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero .explanation {
    padding: 20px;
    font-size: 1.3rem;
  }
}

.mainvisual_hero .fv_banner {
  padding-bottom: 70px;
  margin: 0 auto;
  max-width: 700px;
  width: 95%;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero .fv_banner {
    padding-bottom: 30px;
    width: 90%;
  }
}

.mainvisual_hero .point_exchange_btn {
  background-color: #fff;
  color: #ff0e9a;
  padding: 17px;
  width: 470px;
  margin: 0 auto 60px;
  font-size: 2.2rem;
  font-weight: 800;
}

.mainvisual_hero .point_exchange_btn.not_background {
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  margin: 0 auto 80px;
  padding: 0;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero .point_exchange_btn.not_background {
    font-size: 1.3rem;
    margin: 0 auto 40px;
  }
}

.mainvisual_hero .point_exchange_btn.not_background::after {
  display: none;
}

@media screen and (max-width: 414px) {
  .mainvisual_hero .point_exchange_btn {
    width: 90%;
    margin: 10px auto 20px;
  }
}

.mainvisual_hero .point_exchange_btn::after {
  height: 11px;
  width: 11px;
  display: inline-block;
  box-shadow: -3px 3px 0 #ff0e9a inset;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
  margin-left: 21px;
  margin-bottom: 5px;
}

/* タブ切り替え */
.tabItem.home {
  border-bottom: 5px solid #68d917;
}

.tabItem.soft {
  border-bottom: 5px solid #ffa01c;
}

.tabItem.maniax {
  border-bottom: 5px solid #4baef3;
}

.tabItem.books {
  border-bottom: 5px solid #4ec04e;
}

.tabItem.pro {
  border-bottom: 5px solid #f34b9f;
}

.tabItem .tab {
  width: 100%;
  margin: 0px auto;
  max-width: 1024px;
}

.tabItem .tab .awardTab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tabItem .tab .awardTab-item {
  cursor: pointer;
  position: relative;
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}

.tabItem .tab .awardTab-item.type_home, .tabItem .tab .awardTab-item.type_soft, .tabItem .tab .awardTab-item.type_maniax, .tabItem .tab .awardTab-item.type_books, .tabItem .tab .awardTab-item.type_pro {
  border-radius: 7px 7px 0 0;
}

.tabItem .tab .awardTab-item.type_home h2, .tabItem .tab .awardTab-item.type_soft h2, .tabItem .tab .awardTab-item.type_maniax h2, .tabItem .tab .awardTab-item.type_books h2, .tabItem .tab .awardTab-item.type_pro h2 {
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .tabItem .tab .awardTab-item.type_home h2, .tabItem .tab .awardTab-item.type_soft h2, .tabItem .tab .awardTab-item.type_maniax h2, .tabItem .tab .awardTab-item.type_books h2, .tabItem .tab .awardTab-item.type_pro h2 {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}

.tabItem .tab .awardTab-item.type_home h2 a, .tabItem .tab .awardTab-item.type_soft h2 a, .tabItem .tab .awardTab-item.type_maniax h2 a, .tabItem .tab .awardTab-item.type_books h2 a, .tabItem .tab .awardTab-item.type_pro h2 a {
  color: #fff;
  width: 250px;
  height: 60px;
  line-height: 60px;
  display: block;
}

@media screen and (max-width: 768px) {
  .tabItem .tab .awardTab-item.type_home h2 a, .tabItem .tab .awardTab-item.type_soft h2 a, .tabItem .tab .awardTab-item.type_maniax h2 a, .tabItem .tab .awardTab-item.type_books h2 a, .tabItem .tab .awardTab-item.type_pro h2 a {
    width: 34vw;
  }
}

@media screen and (max-width: 414px) {
  .tabItem .tab .awardTab-item.type_home h2 a, .tabItem .tab .awardTab-item.type_soft h2 a, .tabItem .tab .awardTab-item.type_maniax h2 a, .tabItem .tab .awardTab-item.type_books h2 a, .tabItem .tab .awardTab-item.type_pro h2 a {
    min-width: 24vw;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }
}

.tabItem .tab .awardTab-item.type_home.is-active h2, .tabItem .tab .awardTab-item.type_soft.is-active h2, .tabItem .tab .awardTab-item.type_maniax.is-active h2, .tabItem .tab .awardTab-item.type_books.is-active h2, .tabItem .tab .awardTab-item.type_pro.is-active h2 {
  font-size: 2.6rem;
}

@media screen and (max-width: 414px) {
  .tabItem .tab .awardTab-item.type_home.is-active h2, .tabItem .tab .awardTab-item.type_soft.is-active h2, .tabItem .tab .awardTab-item.type_maniax.is-active h2, .tabItem .tab .awardTab-item.type_books.is-active h2, .tabItem .tab .awardTab-item.type_pro.is-active h2 {
    font-size: 4.3vw;
  }
}

.tabItem .tab .awardTab-item.type_home.is-active h2 a, .tabItem .tab .awardTab-item.type_soft.is-active h2 a, .tabItem .tab .awardTab-item.type_maniax.is-active h2 a, .tabItem .tab .awardTab-item.type_books.is-active h2 a, .tabItem .tab .awardTab-item.type_pro.is-active h2 a {
  line-height: 74px;
  height: 74px;
}

@media screen and (max-width: 414px) {
  .tabItem .tab .awardTab-item.type_home.is-active h2 a, .tabItem .tab .awardTab-item.type_soft.is-active h2 a, .tabItem .tab .awardTab-item.type_maniax.is-active h2 a, .tabItem .tab .awardTab-item.type_books.is-active h2 a, .tabItem .tab .awardTab-item.type_pro.is-active h2 a {
    height: 60px;
    line-height: 60px;
  }
}

.tabItem .tab .awardTab-item.type_home {
  background-color: #68d917;
}

.tabItem .tab .awardTab-item.type_soft {
  background-color: #ffa01c;
}

.tabItem .tab .awardTab-item.type_maniax {
  background-color: #4baef3;
}

.tabItem .tab .awardTab-item.type_books {
  background-color: #4ec04e;
}

.tabItem .tab .awardTab-item.type_pro {
  background-color: #f34b9f;
}

input[name="switch"] {
  display: none;
}

#tab-1:checked ~ .tabContents #section-1,
#tab-2:checked ~ .tabContents #section-2,
#tab-3:checked ~ .tabContents #section-3,
#tab-4:checked ~ .tabContents #section-4,
#tab-5:checked ~ .tabContents #section-5 {
  display: block;
}

.tabContents #section-1,
.tabContents #section-2,
.tabContents #section-3,
.tabContents #section-4,
.tabContents #section-5 {
  display: none;
}

/* コンテンツ */
.contents {
  padding: 40px 0;
}

.contents .navi {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 414px) {
  .contents .navi {
    padding: 0;
    width: 95%;
  }
}

.contents .navi .navi_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 auto;
  max-width: 930px;
}

.contents .navi .navi_box_card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  min-height: 120px;
}

@media screen and (max-width: 414px) {
  .contents .navi .navi_box_card {
    min-height: 80px;
  }
}

.contents .navi .navi_box_card .award_title {
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 5;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents .navi .navi_box_card .award_title_name {
  color: #fff;
  padding: 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 414px) {
  .contents .navi .navi_box_card .award_title_name {
    font-size: 1.2rem;
  }
}

.contents .navi .navi_box_card .award_title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid rgba(255, 255, 255, 0.1);
  border-bottom: 30px solid rgba(255, 255, 255, 0.1);
  border-left: 30px solid transparent;
}

@media screen and (max-width: 414px) {
  .contents .navi .navi_box_card .award_title::before {
    border-top: 20px solid transparent;
    border-right: 20px solid rgba(255, 255, 255, 0.1);
    border-bottom: 20px solid rgba(255, 255, 255, 0.1);
    border-left: 20px solid transparent;
  }
}

.contents .navi .navi_box_card .award_title::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  height: 15px;
  width: 15px;
  box-shadow: -1px 1px 0 #fff inset;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 414px) {
  .contents .navi .navi_box_card .award_title::after {
    bottom: 13px;
    height: 10px;
    width: 10px;
  }
}

.contents.ranking .award {
  padding: 0;
}

.contents.ranking .award_box h3 {
  border-left: 1px solid #ffd257;
  border-right: 1px solid #ffd257;
  border-top: 1px solid #ffd257;
  color: #ffd257;
  font-weight: 700;
}

.contents.ranking .award_box .aggregate_box_content {
  border: 1px solid #ffd257;
}

.contents.ranking .award_box .aggregate_box_content_item {
  padding: 20px;
  width: 105%;
}

.contents.ranking .award_box .aggregate_box_content_item_img img {
  height: auto;
  margin: 5px 0;
}

.contents.ranking .award_box .aggregate_box_content_item_img p {
  font-size: 1.8rem;
}

@media screen and (max-width: 414px) {
  .contents.ranking .award_box .aggregate_box_content_item_img p {
    font-size: 1.4rem;
  }
}

.contents .award {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
}

.contents .award_box {
  max-width: 930px;
  margin: 0 auto;
}

.contents .award_box h3 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  padding: 20px;
  line-height: 1;
}

.contents .award_box h3 span {
  font-size: 1.5rem;
}

.contents .award_box .aggregate_box_comment_text {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #ffe262;
  border-radius: 8px;
  margin: 0 auto;
  color: #333;
}

.contents .award_box .aggregate_box_comment_text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 50%;
  top: -10px;
  border-style: solid;
  border-width: 0 8.5px 11px 8.5px;
  border-color: transparent transparent #fff transparent;
}

.contents .award_box .aggregate_box_comment_text:nth-of-type(2) {
  margin-top: 20px;
}

.contents .award_box .aggregate_box_comment_text p {
  padding: 10px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_comment_text p {
    font-size: 1.2rem;
  }
}

.contents .award_box .aggregate_box_content {
  justify-content: space-around;
  display: flex;
  border: 1px solid #fff;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content {
    flex-wrap: wrap;
  }
}

.contents .award_box .aggregate_box_content_list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_list {
    padding: 0;
    display: contents;
  }
}

.contents .award_box .aggregate_box_content_item {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_item {
    padding: 20px 10px;
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.contents .award_box .aggregate_box_content_item_img {
  display: block;
  margin: 0;
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_item_img {
    width: 100%;
    margin-bottom: 7px;
  }
}

.contents .award_box .aggregate_box_content_item_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 230px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_item_img img {
    height: auto;
  }
}

.contents .award_box .aggregate_box_content_item_right {
  width: calc(45% - 20px);
  margin-top: 20px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_item_right {
    width: 100%;
    margin-top: 0;
  }
}

.contents .award_box .aggregate_box_content_item_right p {
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_item_right p {
    font-size: 1rem;
  }
}

.contents .award_box .aggregate_box_content_text {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #ffe262;
  border-radius: 8px;
  margin: 15px 0 0;
  color: #333;
}

.contents .award_box .aggregate_box_content_text::before {
  top: 50%;
  left: -10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  border-width: 8.5px 11px 8.5px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 414px) {
  .contents .award_box .aggregate_box_content_text::before {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    height: 0;
    right: 50%;
    top: -5px;
    border-style: solid;
    border-width: 0 8.5px 11px 8.5px;
    border-color: transparent transparent #fff transparent;
  }
}

.contents .award_box .aggregate_box_content_text p {
  padding: 10px;
  color: #333;
  font-size: 1.2rem;
}

.contents .award_box .point_exchange_text {
  margin: 60px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .contents .award_box .point_exchange_text {
    margin: 20px;
  }
}

.contents .award_box .point_exchange_text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.contents .award_box .point_exchange_text p span.border-pink {
  border-bottom: 2px solid #ff0e9a;
  font-size: 1.8rem;
  font-weight: 700;
}

.contents .award_box .point_exchange_text p span {
  font-size: 1.2rem;
}

.contents .award_box .point_exchange_btn {
  background-color: #fff;
  color: #ff0e9a;
  padding: 17px;
  display: block;
  width: 470px;
  margin: 40px auto;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  .contents .award_box .point_exchange_btn {
    width: 100%;
    font-size: 1.9rem;
  }
}

.contents .award_box .point_exchange_btn::after {
  height: 11px;
  width: 11px;
  display: inline-block;
  box-shadow: -3px 3px 0 #ff0e9a inset;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  margin-left: 21px;
  margin-bottom: 5px;
}

@media screen and (max-width: 414px) {
  .contents .award_box .point_exchange_btn::after {
    margin-bottom: 2px;
  }
}

.contents .award_box .point_exchange_information {
  margin: 60px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 414px) {
  .contents .award_box .point_exchange_information {
    margin: 20px;
  }
}

.contents .award_box .point_exchange_information_title {
  font-size: 1.8rem;
  font-weight: 700;
}

.contents .award_box .point_exchange_information_title::before {
  content: "";
  border-top: 4px solid #ff0e9a;
  width: 10px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -6px;
}

.contents .award_box .point_exchange_information_text {
  font-size: 1.4rem;
  margin: 10px 0 40px;
  line-height: 1.8;
}

.contents .award_box_work {
  border: 1px solid #fff;
  padding: 0 20px;
}

@media screen and (max-width: 414px) {
  .contents .award_box_work {
    padding: 0;
  }
}

.contents .award_box_work_inner {
  padding: 30px 0;
}

@media screen and (max-width: 414px) {
  .contents .award_box_work_inner {
    padding: 0;
  }
}

.contents .award_box_work_img_box {
  display: block;
  flex: 1 100%;
}

.contents .award_box_work_img_box .nominations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex: 1 50%;
}

.contents .award_box_work_img_box .nominations .nomination {
  width: 43%;
  padding: 25px 0;
}

.contents .award_box_work_img_box .nominations .nomination a {
  font-size: 13px;
  color: #fff;
}

.contents .award_box_work_img_box .nominations .nomination a p {
  padding: 10px 0;
  margin-bottom: 15px;
}

.contents .award_box_work_img_box .nominations .nomination a.text_overflow p {
  font-size: 13px;
  color: #fff;
}

.contents .award_box_work_img_box .nominations .nomination a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_img_box .nominations .nomination a img {
    height: 200px;
  }
}

@media screen and (max-width: 414px) {
  .contents .award_box_work_img_box .nominations .nomination a img {
    height: 140px;
  }
}

/* フッター */
.lp_footer {
  padding: 15px 0;
}
/*# sourceMappingURL=lp.css.map */