@charset "UTF-8";
@import "../../css/footer.css";
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ”;
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.limited-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.unlimited-width {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.end-column {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .sp,
  nav {
    display: block !important;
  }
}
.pagetop {
  height: 42px;
  width: 42px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px #2c3f64 solid;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.pagetop__arrow {
  display: block;
  position: relative;
  top: -4px;
  width: 16px;
  height: 16px;
  background-image: url(../images/top_arrow_icon.svg);
  transform: translateY(20%) rotate(90deg);
  margin: 0 auto;
}
.pagetop:hover {
  background: #d8dee6;
}

header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  z-index: 2;
}
header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header.scrolled {
    background: none;
  }
}
header#gNav {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
header#gNav .head-inner {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
header#gNav .head-inner .site-logo img {
  display: flex;
  width: 40px;
}
header#gNav .head-inner .head-menu {
  display: flex;
}
header#gNav .head-inner .head-menu #hamburger {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 24px 0 auto;
    height: 60px;
    width: 20px;
    display: block;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #8faace;
    width: 45%;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(2) {
    opacity: 0;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  header#gNav .head-inner .head-menu .sp {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 32, 68, 0.9);
    transition: all 0.3s;
  }
  header#gNav .head-inner .head-menu .sp.panelactive {
    right: 0;
  }
  header#gNav .head-inner .head-menu .sp ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    list-style: none;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    display: flex;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul .award a,
  header#gNav .head-inner .head-menu .sp ul .nomination a {
    color: #332900 !important;
  }
}
header#gNav .head-inner .head-menu ul {
  display: flex;
}
header#gNav .head-inner .head-menu ul .h-btn a:hover::after {
  background: none;
}
header#gNav .head-inner .head-menu ul .award {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award {
    width: 100%;
    order: 2 !important;
  }
}
header#gNav .head-inner .head-menu ul .award a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/award_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 165px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a {
    width: 226px;
    height: 54px;
    background-size: 226px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../images/award_hbtn_hover.svg);
  width: 184px;
  height: 36px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a:hover {
    width: 247px;
    height: 49px;
  }
}
header#gNav .head-inner .head-menu ul .nomination {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination {
    width: 100%;
    order: 3 !important;
  }
}
header#gNav .head-inner .head-menu ul .nomination a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/nomination_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 185px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a {
    width: 261px;
    height: 54px;
    background-size: 261px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../images/nomination_hbtn_hover.svg);
  width: 196px;
  height: 34px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a:hover {
    width: 283px;
    height: 50px;
  }
}
header#gNav .head-inner .head-menu ul .top-sp {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .top-sp {
    display: flex;
    order: 1;
  }
}
header#gNav .head-inner .head-menu ul li {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
header#gNav .head-inner .head-menu ul li a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul li a:hover {
    color: #8faace;
  }
}
header#gNav .head-inner .head-menu ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a:hover::after {
    top: 45px;
  }
}
header#gNav .head-inner .head-menu ul .apply_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul .apply_sp {
    display: block;
  }
}
header#gNav .head-inner .head-menu .apply_btn {
  display: contents;
}
header#gNav .head-inner .head-menu .apply_btn a {
  color: #fff;
  border: 1px #fff solid;
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
}
header#gNav .head-inner .head-menu .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}
@media screen and (max-width: 1100px) {
  header#gNav .head-inner .head-menu .apply_btn {
    display: none;
  }
}

header.scrolled ul li a {
  color: #1c3667 !important;
  font-weight: 400 !important;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a {
    color: #fff !important;
  }
}
header.scrolled ul li a:hover {
  color: #164bb1 !important;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a:hover {
    color: #8faace !important;
  }
}
header.scrolled ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}

header.scrolled .apply_btn {
  display: contents;
}
header.scrolled .apply_btn a {
  color: #fff;
  background: rgb(0, 45, 129);
  background: linear-gradient(274deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
}
header.scrolled .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}

.wizard {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wizard {
    padding: 0 20px;
    width: auto;
  }
}
.wizard ul {
  display: flex;
  justify-content: center;
  width: 366px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px #cdd6dd solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wizard ul {
    width: auto;
  }
}
.wizard ul li {
  width: 100%;
  color: #939aa3;
  font-size: 16px;
  padding: 5px 40px 8px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wizard ul li {
    padding: 5px 0 8px;
    text-align: center;
  }
}
.wizard ul .active {
  position: relative;
  color: #fff;
  position: relative;
  left: -1px;
}
.wizard ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .end-active {
  position: relative;
  color: #fff;
  position: relative;
}
.wizard ul .end-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .completion {
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
.wizard ul .completion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  z-index: -1;
  width: 100%;
}

.pagetop__arrow {
  background-image: url(../../images/top_arrow_icon.svg);
}

header#gNav .head-inner .head-menu ul .award a {
  background-image: url(../../images/award_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../../images/award_hbtn_hover.svg);
}

header#gNav .head-inner .head-menu ul .nomination a {
  background-image: url(../../images/nomination_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../../images/nomination_hbtn_hover.svg);
}

#top_kv {
  width: 100%;
  height: 390px;
  background: url(../../images/top_kv.png) no-repeat 0 0 / cover;
  background-position: center right;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 915px) {
  #top_kv {
    background-position: 65% 0;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #top_kv {
    background-position: bottom left;
  }
}
#top_kv .title-position {
  position: absolute;
  top: 126px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 915px) {
  #top_kv .title-position {
    position: relative;
    width: 80%;
    max-width: 400px;
  }
}
#top_kv .title-position .top-title p {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p {
    top: -30px;
  }
}
#top_kv .title-position .top-title p img {
  width: 100%;
  padding: 0;
}
#top_kv .title-position .top-title p::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "ノミネート作品";
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  #top_kv .title-position .top-title p::after {
    font-size: 24px;
  }
}
#top_kv .kv_pc_deco {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_kv .kv_pc_deco {
    display: none;
  }
}
#top_kv .kv_pc_deco .left_deco {
  position: absolute;
  top: -112px;
  left: -25px;
}
#top_kv .kv_pc_deco .left_deco img {
  display: block;
}
#top_kv .kv_pc_deco .right_deco {
  position: absolute;
  top: -160px;
  right: -100px;
}
#top_kv .kv_pc_deco .right_deco img {
  display: block;
}

main {
  padding: 0 170px;
  background: #e7edf5;
  padding-bottom: 179px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  main {
    padding: 0 0 185px;
  }
}
main .award-photo {
  position: relative;
  top: -40px;
  z-index: 3;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
}
main .award-photo img {
  width: -webkit-fill-available;
  display: block;
  margin: 0 auto;
  padding: 40px 53px 0;
}
@media screen and (max-width: 768px) {
  main .award-photo img {
    padding: 0;
  }
}
main .white_back {
  background: #fff;
  padding: 64px 150px;
  display: block;
  position: relative;
  top: -40px;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  main .white_back {
    padding: 64px 25px;
  }
}
main .white_back .min-text {
  font-size: 16px;
}
main .white_back .min-text ul {
  margin-bottom: 30px;
  padding-left: 40px;
}
main .white_back .min-text ul li {
  color: #2b2b2b;
  list-style-type: disc;
  font-weight: 400;
}
main .white_back .top_message {
  position: relative;
}
main .white_back .top_message .infomation_title {
  font-size: 32px;
  color: #003bab;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
main .white_back .top_message .infomation_title::after {
  background-image: url(../../images/midashi_01.svg);
  content: "";
  display: block;
  height: 23px;
  width: 51px;
  position: absolute;
  margin-top: 60px;
}
main .white_back .top_message .athers {
  width: fit-content;
  position: absolute;
  margin-top: 32px;
  right: 0;
}
main .white_back .top_message .athers_link {
  text-align: left;
}
main .white_back .top_message .athers_link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 0 20px;
}
main .white_back .top_message .athers_link a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1c3667;
  border-right: 2px solid #1c3667;
  transform: rotate(45deg);
}
main .white_back .top_message .athers_link a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 3px;
  right: 0;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
main .white_back .top_message_text {
  font-size: 18px;
  line-height: 1.8;
}
main .white_back .top_message_text span {
  font-weight: bold;
  color: #1c3667;
}
main .white_back .award-item-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  main .white_back .award-item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .white_back .award-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .white_back .award-item-list li img {
  display: block;
  width: 100%;
}
main .white_back .award-item-list li p {
  font-size: 10px;
  font-weight: 400;
}
main .white_back .item-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  main .white_back .item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .white_back .item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .white_back .item-list li img {
  display: block;
  width: 100%;
}
main .white_back .under_button_area {
  position: relative;
}
main .white_back .under_button_area div {
  width: 650px;
  position: absolute;
  top: 139px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div {
    width: 100%;
    display: block;
  }
}
main .white_back .under_button_area div p {
  margin: 0 32px;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p {
    margin: 0 32px 32px;
  }
}
main .white_back .under_button_area div p a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
  border: 1px #2c3f64 solid;
  padding: 24px 61px;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
main .white_back .under_button_area div p a:hover {
  background: none;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p a {
    text-align: center;
  }
}

.award_area {
  margin-top: 56px;
}
.award_area .award_kinds {
  text-align: center;
  margin: 40px;
}
.award_area_title {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/book_award_title.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .award_area_title {
    width: 100%;
    background-size: 90% auto;
    background-position: center center;
  }
}
.award_area_title.book::before {
  content: "書籍部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.book::before {
    font-size: 20px;
  }
}
.award_area_title.web::before {
  content: "Web・コンテンツ部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.web::before {
    font-size: 20px;
  }
}
.award_area_title.fiction::before {
  content: "フィクション部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.fiction::before {
    font-size: 20px;
  }
}
.award_area .inner-link {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1350px) {
  .award_area .inner-link {
    gap: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .award_area .inner-link {
    display: block;
  }
}
.award_area .inner-link div {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}
@media screen and (max-width: 1250px) {
  .award_area .inner-link div {
    width: 70%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .award_area .inner-link div {
    width: 90%;
  }
}
.award_area .inner-link div p {
  text-align: center;
  padding-right: 30px;
}
.award_area .inner-link div p a {
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
  text-decoration: none;
  position: relative;
  top: 1px;
  transition: 0.3s;
}
.award_area .inner-link div p a::after {
  content: "";
  display: inline-block;
  background: url(../../images/top_arrow_icon.svg) no-repeat;
  background-position: center;
  background-size: 35%;
  transform: translateY(10%) rotate(-90deg);
  margin-left: 10px;
  height: 25px;
  width: 25px;
  position: absolute;
  border-radius: 50%;
  border: 1px #2c3f64 solid;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.award_area .inner-link div p a:hover {
  top: -3px;
}
.award_area .inner-link div ul {
  padding: 20px 30px;
  list-style-type: decimal;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #2b2b2b;
  background: #f7f7f7;
  border-radius: 10px;
}
.award_area .inner-link div ul .list-title {
  font-weight: bold;
  color: #003bab;
  text-align: left;
}
.award_area .inner-link div ul li {
  margin-bottom: 5px;
  margin-left: 16px;
}

#BookArea,
#WebArea,
#FictionArea {
  position: relative;
  top: -100px;
}

.top-position {
  margin-top: 136px;
}

.under-position {
  margin-top: 80px;
}

.award_subtitle {
  color: #003bab;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
}

.best_award {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .best_award {
    display: block;
  }
}
.best_award_img img {
  width: 100%;
  max-width: 323px;
}
@media screen and (max-width: 1080px) {
  .best_award_img {
    text-align: center;
  }
}
.best_award_detail_title {
  color: #2c3f64;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .best_award_detail_title {
    margin-top: 24px;
  }
}
.best_award_detail_comment {
  color: #2c3f64;
  margin-bottom: 16px;
  font-weight: 500;
}
.best_award_detail_comment_text {
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 24px;
}
.best_award_detail .item_site {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .best_award_detail .item_site {
    text-align: center;
  }
}
.best_award_detail .item_site a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #1c3667;
  border: 1px #1c3667 solid;
  padding: 10px 55px 10px 27px;
  text-decoration: none;
}
.best_award_detail .item_site a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 12px;
  right: 35px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
.best_award .sp_position {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .best_award .sp_position {
    display: grid;
    justify-content: center;
  }
}
.best_award .sp_position .athers_site a {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.5;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 0 5px 0 20px;
}
@media screen and (max-width: 1345px) {
  .best_award .sp_position .athers_site a {
    justify-content: start;
  }
}
.best_award .sp_position .athers_site a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1c3667;
  border-right: 2px solid #1c3667;
  transform: rotate(45deg);
}
.best_award .sp_position .athers_site a::after {
  content: "";
  min-width: 12px;
  height: 12px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
  margin-left: 5px;
}

.incentive_award {
  display: grid;
  gap: 32px;
  grid-template-columns: 190px 1fr;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .incentive_award {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .incentive_award_img {
    text-align: center;
  }
}

.award_list {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
  margin: 56px auto 36px;
}
@media screen and (max-width: 1345px) {
  .award_list {
    display: block;
  }
}
.award_list .min-nonlimit .list_item_img img {
  width: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .award_list .min-nonlimit .list_item_img {
    width: 80%;
  }
  .award_list .min-nonlimit .list_item_img img {
    width: 80%;
    padding-bottom: 0;
  }
}
.award_list .list_item {
  display: flex;
}
@media screen and (max-width: 1345px) {
  .award_list .list_item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .award_list .list_item {
    display: block;
    text-align: center;
    margin-bottom: 64px;
  }
}
.award_list .list_item_img {
  width: 140px;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_img {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.award_list .list_item_explanation {
  width: 100%;
  padding-left: 32px;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_explanation {
    padding: 0;
  }
}
.award_list .list_item_explanation .item_name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #2b2b2b;
  line-height: 1.5;
}
.award_list .list_item_explanation .item_author {
  font-size: 14px;
  margin-bottom: 24px;
  color: #2b2b2b;
  line-height: 1.3;
  display: none;
}
.award_list .list_item_explanation .item_site {
  margin-top: 20px;
}
.award_list .list_item_explanation .item_site a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #1c3667;
  border: 1px #1c3667 solid;
  padding: 10px 55px 10px 27px;
  text-decoration: none;
}
.award_list .list_item_explanation .item_site a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 10px;
  right: 35px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_explanation .sp_position {
    display: grid;
    justify-content: center;
  }
}
.award_list .list_item_explanation .sp_position .athers_site a {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.5;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 0 5px 0 20px;
}
@media screen and (max-width: 1345px) {
  .award_list .list_item_explanation .sp_position .athers_site a {
    justify-content: start;
  }
}
.award_list .list_item_explanation .sp_position .athers_site a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1c3667;
  border-right: 2px solid #1c3667;
  transform: rotate(45deg);
}
.award_list .list_item_explanation .sp_position .athers_site a::after {
  content: "";
  min-width: 12px;
  height: 12px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
  margin-left: 5px;
}

.ceremony_list .list_item {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 347px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item {
    display: block;
  }
}
.ceremony_list .list_item_explanation .detail_title {
  font-size: 26px;
  font-weight: bold;
  color: #2c3f64;
  margin-bottom: 32px;
}
.ceremony_list .list_item_explanation .detail_comment {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item_explanation .detail_comment {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item_img {
    text-align: center;
  }
  .ceremony_list .list_item_img img {
    width: 100%;
    max-width: 347px;
  }
}
.ceremony_list .list_item_img p {
  font-size: 10px;
  font-weight: 400;
  color: #2b2b2b;
}

.midashi {
  font-size: 32px;
  font-weight: bold;
  color: #2c3f64;
  margin-bottom: 32px;
}

.under-space {
  margin-top: 80px;
}

.classification {
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
}

.min-text {
  line-height: 1.5;
  margin-top: 32px;
}
.min-text img {
  margin-top: 32px;
  width: 100%;
}
.min-text p {
  font-size: 10px;
  font-weight: 400;
}
.min-text .closing-greeting p {
  font-size: 10px;
  font-weight: 400;
  margin: 29px 0 32px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.modal__content .swiper-button-prev::after,
.modal__content .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.modal__content .swiper-button-prev {
  left: 30px;
}
.modal__content .swiper-button-prev::after {
  font-size: 40px;
  width: 40px;
  height: 40px;
  border-bottom: 0.1em solid #0044ff;
  border-left: 0.1em solid #0044ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -30px;
}
.modal__content .swiper-button-next {
  right: 30px;
}
.modal__content .swiper-button-next::after {
  font-size: 40px;
  width: 40px;
  height: 40px;
  border-bottom: 0.1em solid #0044ff;
  border-left: 0.1em solid #0044ff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -30px;
}

.modal_inner {
  width: 85%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal__close-btn {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
.modal__close-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    right: 40px;
  }
}

.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.swiperImages {
  margin: 0;
  text-align: center;
}
.swiperImages img {
  width: 100%;
  max-width: 704px;
}

/* @media screen and (max-width: 768px) {
  #BookSection {
    padding-bottom: 1px;
  }
} */

#BookSection .nominate-title {
  font-size: 32px;
  font-weight: bold;
  color: #003bab;
  margin-top: 32px;
  margin-bottom: 56px;
  text-align: center;
}

#BookSection .bookthmb-area {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  gap: 40px;
  margin-bottom: 56.14px;
}
@media screen and (max-width: 768px) {
  #BookSection .bookthmb-area {
    flex-direction: column;
    align-items: center;
  }
}
#BookSection .bookthmb-area.flexcenter {
  justify-content: center !important;
}
#BookSection .bookthmb-area .book-display {
  width: 300px;
  max-width: 300px;
}
#BookSection .bookthmb-area .book-display img.thmb {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 100%;
}
#BookSection .bookthmb-area .book-display img.thmb160 {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 160px;
}
#BookSection .bookthmb-area .book-display h4 {
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 24px;
}
#BookSection .bookthmb-area .book-display p {
  text-align: center;
}
#BookSection .bookthmb-area .book-display a {
  width: 167px;
  border: 1px solid #1c3667;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  padding: 10px 0px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
/* #BookSection .bookthmb-area .book-display a:hover{
  color: #fff;
  background-color: #1C3667;;
} */
#BookSection .bookthmb-area .book-display a img {
  margin-left: 9px;
  position: relative;
  top: 1px;
}

.award_area_title.book::before {
  content: "書籍部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.book::before {
    font-size: 20px;
  }
}

.award_area_title.web::before {
  content: "Web・コンテンツ部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.web::before {
    font-size: 20px;
  }
}

.award_area_title.fiction::before {
  content: "フィクション部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.fiction::before {
    font-size: 20px;
  }
}

.award_area_title.kikaku::before {
  content: "企画部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.kikaku::before {
    font-size: 20px;
  }
}

/* header button */
.h-btn-202502 {
  text-align: center;
  color: blue;
  background-color: yellow;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.h-btn-202502 a {
  height: 62px;
}
.awardlink-202502 {
  position: relative;
  top: -5px;
  transition: all 0.2s;
}
.awardlink-202502:hover {
  opacity: 0.8;
}
