@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
#adminBox,
.acms-admin-box {
  position: relative;
  z-index: 2;
}

img {
  -webkit-backface-visibility: hidden;
}

body {
  padding-top: 86px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 13.28125vw;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0 18px;
  background: url("../img/global/bg_head.png") no-repeat bottom center;
  background-size: 100% 11px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  #header {
    background: url("../img/global/bg_head-sp.png") no-repeat bottom center;
    background-size: 100%;
    padding: 1.875vw 0 1.09375vw;
  }
}
#header::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 75px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #header::before {
    height: 12.5vw;
  }
}
#header .inner {
  position: relative;
  width: 830px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .inner {
    width: auto;
    height: 10.3125vw;
  }
}
#header #btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    display: block;
    position: absolute;
    width: 8.125vw;
    height: 6.5625vw;
    top: 1.09375vw;
    right: 2.8125vw;
    z-index: 5;
  }
}
#header #btn-nav.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header #btn-nav.on span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header #btn-nav.on span:nth-child(3) {
  opacity: 0;
}
#header #btn-nav.on span:nth-child(4) {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span {
    display: block;
    width: 100%;
    height: 0.625vw;
    border-radius: 5vw;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
#header #btn-nav span.active:nth-child(1), #header #btn-nav span.active:nth-child(2), #header #btn-nav span.active:nth-child(3), #header #btn-nav span.active:nth-child(4) {
  top: 2.8125vw;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(1) {
    top: 0;
    background-color: #fac400;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(2) {
    top: 2.03125vw;
    background-color: #ff496f;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(3) {
    top: 3.90625vw;
    background-color: #056fe0;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(4) {
    bottom: 0;
    background-color: #27d40e;
  }
}
@media only screen and (max-width: 768px) {
  #header .box {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 8.59375vw 0;
    overflow-y: scroll;
  }
}
#header .hd-logo {
  position: absolute;
  top: 0;
  left: -36px;/*初期値-86px*/
  width: 102px;
}
#header .hd-logo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #header .hd-logo {
    width: 15.9375vw;
    left: 12px;
    margin: 0 auto;
  }
}
#header .nav-logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .nav-logo {
    display: block;
    width: 30.9375vw;
    margin: 0 auto 14.0625vw;
  }
}
#header .nav-logo img {
  width: 100%;
}
#header nav {
  padding-top: 6px;
}
#header nav > ul {
  font-size: 0;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  #header nav > ul {
    height: auto;
  }
}
#header nav > ul > li {
  width: 200px;
  position: relative;
  display: inline-block;
  height: 37px;
  padding: 5px 0;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li {
    display: block;
    height: auto;
    padding: 0;
    margin: 0 auto 8.125vw;
    border-right: none;
  }
}
#header nav > ul > li > a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li > a {
    height: 8.75vw;
  }
}
#header nav > ul > li .link {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .link {
    padding-top: 8.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .link::after {
    content: "";
    position: absolute;
    right: 15.625vw;
    top: 1.5625vw;
    width: 5.3125vw;
    height: 5.3125vw;
    background: url("../img/global/nav_sub_open.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .link.on::after {
    content: "";
    position: absolute;
    right: 15.625vw;
    top: 1.5625vw;
    width: 5.3125vw;
    height: 5.3125vw;
    background: url("../img/global/nav_sub_close.png") no-repeat top center;
    background-size: contain;
  }
}
#header nav > ul > li .list {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 85px;
  width: 280px;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list {
    position: static;
    width: 60.9375vw;
    margin: 0 auto;
    padding-top: 2.8125vw;
    -webkit-transform: unset;
            transform: unset;
  }
}
#header nav > ul > li .list span {
  display: block;
  position: absolute;
  top: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid black;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list span {
    position: relative;
    top: 0;
    margin-bottom: 2.5vw;
    border-left: 1.5625vw solid transparent;
    border-right: 1.5625vw solid transparent;
    border-bottom: 2.03125vw solid #fff;
  }
}
#header nav > ul > li .list ul {
  padding: 0 14px;
  border: 3px solid #000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list ul {
    background-color: transparent;
    padding: 0.46875vw 0;
    border: none;
    background: url("../img/global/nav_list_dot-sp.png") no-repeat top center, url("../img/global/nav_list_dot-sp.png") no-repeat bottom center;
    background-size: contain;
  }
}
#header nav > ul > li .list ul li {
  position: relative;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list ul li {
    padding: 3.4375vw 0;
  }
}
#header nav > ul > li .list ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: url("../img/global/nav_list_dot-pc.png?0913") no-repeat bottom center;
  background-size: auto;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list ul li:not(:last-child)::after {
    background: url("../img/global/nav_list_dot-sp.png") no-repeat bottom center;
    background-size: contain;
  }
}
#header nav > ul > li .list ul li a {
  font-family: "vdl-logog", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000;
  background: unset !important;
  text-decoration: unset;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li .list ul li a {
    font-size: 18px;
    font-size: 2.8125vw;
    color: #fff;
  }
}
#header nav > ul > li .list ul li a:hover {
  color: #fe5455;
}
#header nav > ul > li.news {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.news {
    width: 87.5vw;
    border-left: none;
  }
}
#header nav > ul > li.news a {
  background: url("../img/global/nav_news-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.news a {
    background: url("../img/global/nav_news-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#header nav > ul > li.news a:hover {
  background: url("../img/global/nav_news_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.news a:hover {
    background: url("../img/global/nav_news-sp.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.nominate {
    width: 87.5vw;
  }
}
#header nav > ul > li.nominate a,
#header nav > ul > li.nominate .link {
  background: url("../img/global/nav_nominate-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.nominate a,
  #header nav > ul > li.nominate .link {
    background: url("../img/global/nav_nominate-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
#header nav > ul > li.nominate a:hover,
#header nav > ul > li.nominate .link:hover {
  background: url("../img/global/nav_nominate_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.nominate a:hover,
  #header nav > ul > li.nominate .link:hover {
    background: url("../img/global/nav_nominate-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.result {
    width: 87.5vw;
  }
}
#header nav > ul > li.result a,
#header nav > ul > li.result .link {
  background: url("../img/global/nav_result240119-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.result a,
  #header nav > ul > li.result .link {
    background: url("../img/global/nav_result240119-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
#header nav > ul > li.result a:hover,
#header nav > ul > li.result .link:hover {
  background: url("../img/global/nav_result240119_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.result a:hover,
  #header nav > ul > li.result .link:hover {
    background: url("../img/global/nav_result240119-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.history {
    width: 87.5vw;
  }
}
#header nav > ul > li.history a,
#header nav > ul > li.history .link {
  background: url("../img/global/nav_history-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.history a,
  #header nav > ul > li.history .link {
    background: url("../img/global/nav_history-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
#header nav > ul > li.history a:hover,
#header nav > ul > li.history .link:hover {
  background: url("../img/global/nav_history_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.history a:hover,
  #header nav > ul > li.history .link:hover {
    background: url("../img/global/nav_history-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
#header nav > ul > li.info {
  width: 64px;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.info {
    width: 87.5vw;
  }
}
#header nav > ul > li.info a,
#header nav > ul > li.info .link {
  background: url("../img/global/nav_info-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.info a,
  #header nav > ul > li.info .link {
    background: url("../img/global/nav_info-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
#header nav > ul > li.info a:hover,
#header nav > ul > li.info .link:hover {
  background: url("../img/global/nav_info_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.info a:hover,
  #header nav > ul > li.info .link:hover {
    background: url("../img/global/nav_info-sp.png") no-repeat top center;
    background-size: 100% 8.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.logo {
    width: 87.5vw;
  }
}
#header nav > ul > li.logo a {
  background: url("../img/global/nav_logo-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.logo a {
    background: url("../img/global/nav_logo-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#header nav > ul > li.logo a:hover {
  background: url("../img/global/nav_logo_on-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.logo a:hover {
    background: url("../img/global/nav_logo-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#header .sns {
  position: absolute;
  top: 5px;
  right: -50px;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #header .sns {
    position: relative;
    padding-top: 3.125vw;
    right: 0;
  }
}
#header .sns li {
  display: inline-block;
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  #header .sns li {
    margin: 0 1.25vw;
  }
}

.entry {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .entry {
    width: 6.40625vw;
    top: 17.96875vw;
  }
}
@media only screen and (max-width: 768px) {
  .entry img {
    width: 100%;
  }
}

#bottom-con {
  position: relative;
  padding: 75px 0 38px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #bottom-con {
    padding: 11.875vw 0 5.3125vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con img {
    width: 100%;
  }
}
#bottom-con .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #bottom-con .inner {
    width: auto;
  }
}
#bottom-con #pagetop {
  position: absolute;
  bottom: 400px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  #bottom-con #pagetop {
    width: 13.125vw;
    bottom: 14.84375vw;
    right: 2.8125vw;
  }
}
#bottom-con #pagetop span {
  position: absolute;
  top: -82px;
  right: -22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #bottom-con #pagetop span {
    width: 13.125vw;
    top: -10.15625vw;
    right: -2.8125vw;
  }
}
#bottom-con #pagetop:hover span {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  #bottom-con #pagetop:hover span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#bottom-con .book {
  position: absolute;
  bottom: -38px;
  left: 84px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .book {
    width: 14.0625vw;
    bottom: -5.3125vw;
    left: 0;
  }
}
#bottom-con .txt-sns {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .txt-sns {
    margin-bottom: 3.59375vw;
  }
  #bottom-con .txt-sns img {
    width: 90.15625vw;
  }
}
#bottom-con .btn-list {
  font-size: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .btn-list {
    margin-bottom: 4.375vw;
  }
}
#bottom-con .btn-list li {
  display: inline-block;
  position: relative;
  width: 413px;
  height: 100px;
  margin: 0 18px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .btn-list li {
    width: 41.25vw;
    height: 12.8125vw;
    margin: 0 0.46875vw 0 2.34375vw;
  }
}
#bottom-con .btn-list li a {
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #bottom-con .btn-list li a {
    top: -1.25vw;
    left: -1.25vw;
    width: 100%;
    height: 100%;
  }
}
#bottom-con .btn-list li a:hover {
  top: 0;
  left: 0;
}
#bottom-con .btn-list li::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #bottom-con .btn-list li.pc {
    display: none;
  }
}
#bottom-con .btn-list li.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #bottom-con .btn-list li.sp {
    display: inline-block;
  }
}
#bottom-con .sns {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .sns {
    margin-bottom: 7.65625vw;
  }
}
#bottom-con .sns p {
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .sns p {
    width: 16.25vw;
    margin: 0 auto 1.25vw;
  }
}
#bottom-con .sns ul {
  font-size: 0;
}
#bottom-con .sns ul li {
  display: inline-block;
  margin: 0 11px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .sns ul li {
    width: 12.96875vw;
    height: 12.5vw;
    margin: 0 1.875vw;
  }
}
#bottom-con .sns ul li button {
  background: none;
  border: none;
  cursor: pointer;
}
#bottom-con .link ul {
  font-size: 0;
}
#bottom-con .link ul li {
  display: inline-block;
  margin: 0 32px;
}
@media only screen and (max-width: 768px) {
  #bottom-con .link ul li {
    margin: 0 2.34375vw;
  }
}
#bottom-con .link ul li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #bottom-con .link ul li a {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

#footer {
  position: relative;
  background: url("../img/global/bg_footer.png") no-repeat top center #000;
  background-size: 100% 11px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #footer {
    background: url("../img/global/bg_footer-sp.png") no-repeat top center #000;
    background-size: 100%;
    padding-top: 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer .inner {
  background-color: #000;
  padding: 34px 0 42px;
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    padding: 6.5625vw 0 7.8125vw;
  }
}
#footer .bnr-list {
  font-size: 0;
  margin-bottom: 36px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    margin-bottom: 7.5vw;
  }
}
#footer .bnr-list li {
  display: inline-block;
  margin: 0 14px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list li {
    width: 28.4375vw;
    margin: 0 1.25vw;
  }
}
#footer .copy {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}