* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #232b39;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  height: 2.4em;
  font-size: 13px;
  line-height: 2.4em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  display: block;
  text-decoration: none;
  color: #00a6c9;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

mark {
  background: linear-gradient(transparent 55%, #fde79b 0);
  color: inherit;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?yyz401");
  src: url("/fonts/icomoon/icomoon.eot?yyz401#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?yyz401") format("truetype"), url("/fonts/icomoon/icomoon.woff?yyz401") format("woff"), url("/fonts/icomoon/icomoon.svg?yyz401#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=c-icon_], [class*=" c-icon_"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon_x:before {
  content: "\e900";
}

.c-icon_mail:before {
  content: "\e901";
}

.c-icon_camera:before {
  content: "\e902";
}

.c-icon_crown:before {
  content: "\e903";
}

.c-icon_heart:before {
  content: "\e904";
}

.c-icon_heart-fill:before {
  content: "\e905";
}

.c-icon_like:before {
  content: "\e906";
}

.c-icon_notify:before {
  content: "\e907";
}

.c-icon_setting:before {
  content: "\e908";
}

.c-icon_rev:before {
  content: "\e909";
}

.c-icon_track:before {
  content: "\e90a";
}

.c-icon_login:before {
  content: "\e90b";
}

.c-icon_point:before {
  content: "\e90c";
}

.c-icon_register:before {
  content: "\e90d";
}

.c-icon_line:before {
  content: "\e90e";
}

.c-icon_warning:before {
  content: "\e90f";
}

.c-icon_hatebu:before {
  content: "\e910";
}

.c-icon_feedly:before {
  content: "\e911";
}

.c-icon_pocket:before {
  content: "\e912";
}

.c-icon_facebook:before {
  content: "\ea90";
}

.l-header {
  background: #fff;
  padding: 16px 0;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}


.p-navi {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-navi {
    padding: 10px 14px;
    background-color: #f4f4f4;
  }
  .p-navi-list {
    display: flex;
    justify-content: space-between;
  }
  .p-navi-item {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    background: #fff;
  }
  .p-navi-item a {
    padding: 13px 0 11px;
    color: #232b39;
  }
  .p-navi-item img {
    width: 5px;
    height: 9px;
    margin-top: 3px;
    margin-left: 7px;
  }
  .p-navi-item + .t-navi-item {
    margin-left: 14px;
  }
}
@media (min-width: 1024px) {
  .p-navi {
    padding: 21px 0;
    font-size: 0;
  }
  .p-navi-list {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
  }
  .p-navi-item {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
  }
  .p-navi-item a {
    margin-right: 12px;
  }
  .p-navi-item + .p-navi-item {
    padding-left: 14px;
    border-left: 1px solid #ddd;
  }
}

@media (max-width: 1024px) {
  .p-pagetop {
    position: relative;
    display: table-row-group;
  }
  .p-pagetop_item {
    position: absolute;
    right: 7px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
  .p-pagetop_item.is-active {
    position: fixed;
    z-index: 1001;
  }
}
@media (min-width: 1024px) {
  .p-pagetop {
    width: 1000px;
    margin: 0 auto;
  }
  .p-pagetop a {
    float: right;
  }
  .p-pagetop img {
    position: fixed;
    right: 10px;
    bottom: 100px;
  }
  .p-pagetop img.is-footer-fixed {
    position: absolute;
    bottom: 260px;
  }
}

.fv-top {
  margin: 0;
  padding: 35px 20px 0;
}
.fv-top_img--sp {
  display: block;
  margin: 0 auto 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .fv-top {
    display: flex;
    align-items: center;
    height: 280px;
    margin: 0 auto;
    background: url(/game-award/2026/assets/images/page_fv_pc.png) top center/auto 280px no-repeat, linear-gradient(to right, #2a009f 0%, #2e61dc 80%, #2e61dc 100%);
  }
  .fv-top_bg {
    max-width: 1044px;
    margin: auto;
    padding-left: 20%;
  }
  .fv-top_img--sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .fv-top_bg {
    padding-left: 220px;
  }
}
@media (max-width: 768px) {
  .fv-top_img--pc {
    display: none;
  }
}

.p-footer a {
  color: #fff;
}
@media (max-width: 1024px) {
  .p-footer a {
    color: #ddd;
  }
}
@media (max-width: 1024px) {
  .p-footer {
    padding: 34px 28px 70px;
    background-color: #1c212a;
    color: #ddd;
    padding: 20px;
  }
  .p-footer-container {
    position: relative;
    overflow: hidden;
    max-width: 319px;
    margin: 0 auto;
  }
  .p-footer-container--bottom {
    margin-top: 7px;
    padding-top: 20px;
    border-top: 1px solid #414650;
    font-size: 10px;
  }
  .p-footer-logo {
    display: inline-block;
    width: 154px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  .p-footer-logo {
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .p-footer-logo img {
    width: 138px;
    height: auto;
  }
  .p-footer-logo p {
    margin-top: 7px;
    font-size: 10px;
  }
  .p-footer-select {
    float: right;
    position: relative;
    margin-top: 6px;
  }
  .p-footer-select:after {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 0;
    width: 12px;
    height: 7px;
    background: url("/statics/sp/images/sp/select-arrow.png");
    background-size: 12px 7px;
    content: "";
    pointer-events: none;
  }
  .p-footer-nav {
    float: left;
    width: 50%;
    margin-bottom: 14px;
    font-size: 12px;
  }
  .p-footer-nav li {
    margin-bottom: 18px;
  }
  .p-footer-site {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-footer-site li {
    width: 100%;
    border: 1px solid #414650;
    margin-bottom: 14px;
    border-radius: 2px;
    text-align: center;
  }
  .p-footer-site a {
    height: 64px;
  }
  .p-footer-site p {
    font-size: 10px;
  }
  .p-footer-site img {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
  }
  .p-footer-site_games img {
    padding-top: 16px;
  }
  .p-footer-site_games p {
    margin-top: 8px;
  }
  .p-footer-site_deai img {
    padding-top: 13px;
    margin-bottom: 5px;
  }
  .p-footer-site_biz img {
    padding-top: 9px;
  }
  .p-footer-site_biz p {
    margin-top: 6px;
  }
  .p-footer-site_kaidoki img {
    padding-top: 12px;
  }
  .p-footer-site_kaidoki p {
    margin-top: 6px;
  }
  .p-footer-site_meal img {
    margin-bottom: 6px;
    padding-top: 10px;
  }
  .p-footer-site_vodstream img {
    padding-top: 16px;
  }
  .p-footer-site_vodstream p {
    margin-top: 4px;
  }
  .p-footer-site_ebook img {
    padding-top: 9px;
  }
  .p-footer-site_ebook p {
      margin-top: 6px;
  }
  .p-footer-annotation {
    margin-top: 14px;
    line-height: 1.4;
  }
  .p-footer-copyright {
    margin-bottom: 14px;
  }
  .p-footer-terms a {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .p-footer-terms a:not(:last-child):before {
    position: absolute;
    top: 0;
    right: -9px;
    content: "|";
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 34px 20px 118px;
    background-color: #1c212a;
    color: #ddd;
    line-height: 1.4;
  }
  .p-footer a:hover {
    opacity: 0.8;
  }
  .p-footer-wrapper {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
  }
  .p-footer-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 11px;
    justify-content: space-between;
  }
  .p-footer-container--bottom {
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 28px;
    border-top: 1px solid #414650;
    max-width: 1120px;
  }
  .p-footer_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footer-logo img {
    height: 27px;
  }
  .p-footer-logo p {
    margin-top: 4px;
    font-size: 11px;
  }
  .p-footer-logo a {
    display: block;
  }
  .p-footer-select {
    position: relative;
  }
  .p-footer-select:after {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 0;
    width: 12px;
    height: 7px;
    background: url("/statics/sp/images/common/select-arrow.png");
    background-size: 12px 7px;
    content: "";
    pointer-events: none;
  }
  .p-footer-nav {
    min-width: 120px;
    font-size: 12px;
  }
  .p-footer-nav + ul {
    margin-left: 21px;
  }
  .p-footer-nav li {
    margin-bottom: 8px;
  }
  .p-footer-site {
    width: 371px;
  }
  .p-footer-site li {
    float: left;
    border: 1px solid #414650;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 7px;
  }
  .p-footer-site li:nth-child(even) {
    margin-left: 7px;
  }
  .p-footer-site a {
    display: block;
    width: 180px;
    height: 60px;
  }
  .p-footer-site p {
    margin-top: 4px;
    font-size: 10px;
  }
  .p-footer-site img {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
  }
  .p-footer-site_biz img {
      padding-top: 8px;
  }
  .p-footer-site_biz p {
      letter-spacing: -0.4px;
  }
  .p-footer-site_kaidoki img {
    padding-top: 13px;
  }
  .p-footer-site_kaidoki p {
    letter-spacing: -0.8px;
  }
  .p-footer-site_games img {
    margin: 0 auto 4px;
    padding-top: 17px;
  }
  .p-footer-site_meal img {
    padding-top: 8px;
  }
  .p-footer-site_vodstream img {
    width: 130px;
    padding-top: 16px;
  }
  .p-footer-site_ebook img {
    padding-top: 8px;
  }
  .p-footer-annotation {
    margin-top: 14px;
  }
  .p-footer-terms a {
    position: relative;
    margin-left: 14px;
  }
  .p-footer-terms a:first-child {
    margin: 0;
  }
  .p-footer-terms a:not(:last-child):before {
    position: absolute;
    top: 0;
    right: -9px;
    content: "|";
  }
}
