@charset "UTF-8";
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 W3" , "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400; }

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

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

div {
  line-height: 0;
  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 * {
  font-size: 100%; }

p input, p button, p select {
  font-size: 100%; }

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 {
  font-size: 100%; }

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 {
  font-size: 100%; }

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 {
  color: #1d99c1;
  text-decoration: none; }
  a:link, a:visited {
    color: #1d99c1;
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.sp {
  display: none !important; }

@media only screen and (max-width: 768px) {
  body {
    min-width: 0; }

  .pc {
    display: none !important; }

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

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

/*-----------------------------------------------
 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; } }
body {
  background-color: #fff; }

#wrapper {
  width: 1280px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8); }

@media only screen and (max-width: 768px) {
  #wrapper {
    width: 100%; } }
/*-----------------------------------------------
 aside
-----------------------------------------------*/
aside {
  float: left;
  width: 240px;
  padding: 0px 0 40px; }
  aside h1 {
    text-align: center; }
    aside h1 a {
      display: block;
      position: relative;
      height: 289px; }
      aside h1 a img {
        position: absolute;
        top: 0;
        left: -13px; }
  aside .bnrList {
    text-align: left; }
    aside .bnrList.bnrList1 {
      background: url(../img/bg_barlist01.png) no-repeat top center; }
    aside .bnrList.bnrList2 {
      background: url(../img/bg_barlist02.png) no-repeat top center; }
    aside .bnrList li {
      border-bottom: 1px solid #000;
      padding: 11.5px 0;
      position: relative; }
      aside .bnrList li:first-child {
        border-top: 1px solid #000; }
      aside .bnrList li:last-child {
        margin-bottom: 36px; }
      aside .bnrList li:nth-child(4) a {
        font-size: 13px; }
      aside .bnrList li a {
        color: #000;
        font-size: 14px;
        line-height: 1.2;
        display: block;
        font-weight: 700;
        letter-spacing: -0.5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        aside .bnrList li a.dammy {
          color: #a3a3a3; }
        aside .bnrList li a span {
          display: inline-block;
          vertical-align: middle; }
        aside .bnrList li a em {
          display: block;
          font-size: 12px;
          font-style: normal; }
        aside .bnrList li a img {
          width: 37px;
          vertical-align: middle;
          margin-right: 7px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        aside .bnrList li a i {
          text-align: right;
          position: absolute;
          right: 3px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        aside .bnrList li a:hover {
          text-decoration: none;
          color: #a3a3a3; }
          aside .bnrList li a:hover i {
            right: 0;
            color: #a3a3a3; }
          aside .bnrList li a:hover img.medal_hover {
            animation-name: flip;
            animation-duration: 0.6s; }
  aside .bnr_side {
    position: relative;
    margin: 0 auto 40px;
    text-align: center; }
    aside .bnr_side img {
      width: 100%; }
    aside .bnr_side a {
      display: block;
      position: relative; }
      aside .bnr_side a:hover {
        animation-name: headShake;
        animation-duration: 2s; }
    aside .bnr_side .bnr-btn {
      margin-bottom: 12px; }
  aside .information {
    overflow-y: scroll;
    position: relative;
    width: 228px;
    height: 365px;
    margin: 0 auto;
    padding: 50px 8px 8px;
    box-sizing: border-box;
    border: 1px solid #d0c475;
    background-color: #fff; }
    aside .information h2 {
      position: absolute;
      top: 15px;
      left: 0;
      padding-left: 5px;
      border-left: 4px solid #1d2088;
      font-size: 18px;
      line-height: 1.5;
      color: #1d2088; }
    aside .information ul li {
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 1.5; }
      aside .information ul li time {
        display: block;
        font-size: 14px;
        color: #d8b650; }

.video iframe {
  width: 800px;
  height: 450px; }

.mfp-bg {
  background-color: #000; }

.mfp-container {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .video {
    text-align: center; }
    .video iframe {
      width: 95%;
      height: 450px; }

  .mfp-container {
    overflow: hidden; }

  .mfp-content {
    width: 100%; }

  button.mfp-close, button.mfp-arrow {
    right: 0;
    font-size: 6vw; } }
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content {
  float: right;
  width: 1020px;
  min-height: 100vh; }
  #content h2.title1 {
    display: none;
    height: 0; }
  #content h2.title {
    cursor: pointer; }
  #content .first_show {
    height: 427px;
    position: relative;
    display: block; }
    #content .first_show a {
      position: absolute;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #content .first_show a.first_show1 {
        top: 0;
        left: 0; }
      #content .first_show a.first_show2 {
        top: 0;
        right: 0; }
      #content .first_show a:hover {
        opacity: 0.7; }
  #content section .detail {
    float: left;
    width: 477px;
    padding: 20px 0 0 15px;
    box-sizing: border-box; }
    #content section .detail h2 {
      position: relative;
      padding: 2px 0 0 2px;
      font-size: 38px;
      line-height: 1.2; }
      #content section .detail h2 span {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff; }
    #content section .detail .sub {
      margin-bottom: 10px;
      font-size: 22px;
      color: #fff; }
    #content section .detail .author {
      margin-bottom: 20px; }
      #content section .detail .author li:first-child {
        display: inline-block;
        margin-right: 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1; }
      #content section .detail .author li:last-child {
        display: inline-block;
        font-size: 18px;
        font-weight: bold; }
    #content section .detail .catch {
      font-size: 24px;
      font-weight: bold;
      color: #ffff00; }
    #content section .detail .text {
      margin-bottom: 20px;
      font-size: 18px;
      color: #fff; }
    #content section .detail ul {
      margin-bottom: 20px; }
      #content section .detail ul .release {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        line-height: 1.5;
        color: #fff; }
      #content section .detail ul .isbn {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5;
        color: #fff; }
    #content section .detail .btn {
      text-align: center; }
  #content .main, #content #front {
    display: none; }
  #content #title1 {
    overflow: hidden;
    display: block;
    height: 546px; }
    #content #title1 .image {
      position: relative; }
      #content #title1 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title1 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title1 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title1 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title1 .image a .main_img {
          opacity: 0; }
        #content #title1 .image a .catch {
          position: absolute;
          bottom: 85px;
          left: 0;
          right: 0;
          text-align: center;
          opacity: 0; }
        #content #title1 .image a .catch01 {
          position: absolute;
          top: 0;
          right: 40px;
          opacity: 0; }
        #content #title1 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title1 .image a .medal {
          position: absolute;
          top: 58px;
          left: 10px;
          opacity: 0; }
        #content #title1 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title1 h2 {
      margin-bottom: 10px;
      color: #e4007f; }
  #content #title2 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title2 .image {
      position: relative; }
      #content #title2 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title2 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title2 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title2 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title2 .image a .main_img {
          opacity: 0; }
        #content #title2 .image a .catch {
          position: absolute;
          top: 200px;
          left: 0px;
          right: 0;
          text-align: center;
          opacity: 0; }
        #content #title2 .image a .author {
          position: absolute;
          top: 57px;
          left: 126px;
          opacity: 0; }
        #content #title2 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title2 .image a .medal {
          position: absolute;
          top: 58px;
          left: 10px;
          opacity: 0; }
        #content #title2 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title2 h2 {
      color: #e3bf16; }
  #content #title3 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title3 .image {
      position: relative; }
      #content #title3 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title3 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title3 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title3 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title3 .image a .main_img {
          opacity: 0; }
        #content #title3 .image a .catch {
          position: absolute;
          top: 152px;
          left: -775px;
          right: 0;
          text-align: center;
          opacity: 0; }
        #content #title3 .image a .author {
          position: absolute;
          top: -30px;
          left: 245px;
          opacity: 0; }
        #content #title3 .image a .sale {
          position: absolute;
          top: 500px;
          left: 9px;
          opacity: 0; }
        #content #title3 .image a .medal {
          position: absolute;
          top: 15px;
          left: 10px;
          opacity: 0; }
        #content #title3 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title3 h2 {
      color: #4ca1bc; }
  #content #title4 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title4 .image {
      position: relative; }
      #content #title4 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title4 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title4 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title4 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title4 .image a .main_img {
          opacity: 0; }
        #content #title4 .image a .catch {
          position: absolute;
          top: 5px;
          right: 185px;
          text-align: center;
          opacity: 0; }
        #content #title4 .image a .author {
          position: absolute;
          top: 365px;
          left: 15px;
          opacity: 0; }
        #content #title4 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title4 .image a .medal {
          position: absolute;
          top: 65px;
          left: 10px;
          opacity: 0; }
        #content #title4 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title4 h2 {
      color: #fff; }
  #content #title5 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title5 .image {
      position: relative; }
      #content #title5 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title5 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title5 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title5 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title5 .image a .main_img {
          opacity: 0; }
        #content #title5 .image a .catch {
          position: absolute;
          top: 153px;
          left: 18px;
          text-align: center;
          opacity: 0; }
        #content #title5 .image a .author {
          position: absolute;
          top: 315px;
          left: 44px;
          opacity: 0; }
        #content #title5 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title5 .image a .medal {
          position: absolute;
          top: 58px;
          left: 10px;
          opacity: 0; }
        #content #title5 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title5 h2 {
      color: #fff; }
  #content #title6 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title6 .image {
      position: relative; }
      #content #title6 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title6 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title6 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title6 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title6 .image a .main_img {
          opacity: 0; }
        #content #title6 .image a .catch {
          position: absolute;
          top: 14px;
          left: 10px;
          right: 0;
          text-align: center;
          opacity: 0; }
        #content #title6 .image a .author {
          position: absolute;
          top: 298px;
          left: 178px;
          opacity: 0; }
        #content #title6 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title6 .image a .medal {
          position: absolute;
          top: 58px;
          left: 10px;
          opacity: 0; }
        #content #title6 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title6 h2 {
      color: #fff; }
  #content #title7 {
    overflow: hidden;
    display: none;
    height: 566px; }
    #content #title7 .image {
      position: relative; }
      #content #title7 .image a {
        display: block;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease; }
        #content #title7 .image a:hover img.bg_img {
          transform: scale(1.2, 1.2) !important;
          -webkit-transform: scale(1.2, 1.2) !important;
          /*opacity: 0.6!important;*/
          -webkit-filter: brightness(75%); }
        #content #title7 .image a:hover .medal img {
          animation-name: flip;
          animation-duration: 0.6s; }
        #content #title7 .image a img.bg_img {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease;
          transform: scale(1.2, 1.2);
          opacity: 0; }
        #content #title7 .image a .main_img {
          opacity: 0; }
        #content #title7 .image a .catch {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          text-align: center;
          opacity: 0; }
        #content #title7 .image a .author {
          position: absolute;
          top: 295px;
          left: -5px;
          opacity: 0; }
        #content #title7 .image a .sale {
          position: absolute;
          top: 10px;
          left: 9px;
          opacity: 0; }
        #content #title7 .image a .medal {
          position: absolute;
          top: 58px;
          left: 10px;
          opacity: 0; }
        #content #title7 .image a .btn_site {
          position: absolute;
          bottom: 20px;
          right: 20px;
          opacity: 0; }
    #content #title7 h2 {
      color: #fff; }

@media only screen and (max-width: 768px) {
  #content {
    float: none;
    width: 100%; }
    #content h2.title {
      display: none; }
    #content section {
      display: block;
      height: auto; }
      #content section .image {
        float: none;
        width: 100%; }
        #content section .image img {
          width: 100%; }
      #content section .detail {
        position: absolute;
        bottom: 0;
        padding: 10px 20px;
        float: none;
        width: auto; }
        #content section .detail h2 {
          font-size: 42px;
          font-size: 5.46875vw; }
        #content section .detail .sub {
          font-size: 28px;
          font-size: 3.6458333333vw; }
        #content section .detail .author {
          margin-bottom: 10px; }
          #content section .detail .author li:first-child {
            font-size: 24px;
            font-size: 3.125vw; }
          #content section .detail .author li:last-child {
            font-size: 18px;
            font-size: 2.34375vw; }
        #content section .detail .catch {
          margin-bottom: 10px;
          font-size: 24px;
          font-size: 3.125vw;
          line-height: 1.2; }
        #content section .detail .text {
          margin-bottom: 10px;
          font-size: 20px;
          font-size: 2.6041666667vw; }
        #content section .detail ul {
          margin-bottom: 10px; }
          #content section .detail ul .release, #content section .detail ul .isbn {
            font-size: 24px;
            font-size: 3.125vw; }
        #content section .detail .btn img {
          width: 134px;
          margin: 0 auto; } }
/*-----------------------------------------------
 title
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #content {
    min-height: auto; }
    #content .main {
      display: block; }
      #content .main img {
        width: 100%; }
    #content #front {
      display: block; }
      #content #front .iconList {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 20px 0 13% 6%;
        box-sizing: border-box;
        font-size: 0; }
        #content #front .iconList li {
          display: inline-block;
          width: 33.3%; }
          #content #front .iconList li img {
            width: 100%; }
    #content #title1 {
      display: block;
      height: auto; }
    #content #title2 {
      display: block;
      height: auto; }
    #content #title3 {
      display: block;
      height: auto; }
    #content #title4 {
      display: block;
      height: auto; }
    #content #title5 {
      display: block;
      height: auto; }
    #content .comingsoon {
      display: none; }
    #content .slick-dots {
      width: 100%;
      height: 25px;
      line-height: 25px;
      letter-spacing: -.40em;
      text-align: center; }
      #content .slick-dots li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        letter-spacing: normal;
        vertical-align: middle; }
        #content .slick-dots li button {
          width: 11px;
          height: 11px;
          font-size: 0;
          line-height: 0;
          display: block;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
          #content .slick-dots li button:hover, #content .slick-dots li button:focus {
            outline: none; }
          #content .slick-dots li button:hover:before, #content .slick-dots li button:focus:before {
            opacity: 1; }
          #content .slick-dots li button:before {
            content: '';
            line-height: 25px;
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            border-radius: 9px;
            text-align: center;
            color: #c8ccc2;
            background: #c8ccc2;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        #content .slick-dots li.slick-active button:before {
          color: #1d2088;
          background: #1d2088; } }
/*-----------------------------------------------
 header
-----------------------------------------------*/
#header .news-list {
  margin-bottom: 8px; }
  #header .news-list ul {
    position: relative;
    height: 35px;
    overflow: hidden; }
    #header .news-list ul li {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      margin: 10px 0; }
      #header .news-list ul li img {
        width: 20px;
        vertical-align: middle;
        margin-right: 8px; }
      #header .news-list ul li span.red {
        color: #f00; }
      #header .news-list ul li a {
        color: #000;
        text-decoration: underline; }
#header .menu {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-image: url(../img/global/menu.png);
  background-size: 70px; }
#header .sns {
  padding: 10px 10px 0 0;
  font-size: 0;
  text-align: right; }
  #header .sns li {
    display: inline-block;
    margin-left: 10px; }

@media only screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9); }
    #header .catch {
      position: static;
      width: calc(458/640*100%);
      font-size: 0; }
      #header .catch img {
        width: 100vw; }
    #header .news-list {
      margin-bottom: 1.8%; }
      #header .news-list ul li {
        font-size: calc(100vw / 42);
        margin: 5px;
        line-height: 1.5;
        letter-spacing: -0.5px; }
        #header .news-list ul li img {
          width: calc(100vw / 40);
          vertical-align: middle;
          margin-right: 2px; }
    #header .menu {
      width: calc(100/640*100%);
      height: 0;
      padding-top: calc(100/640*100%);
      background-size: 100% auto; }
    #header .sns {
      display: none; }

  #footer {
    min-width: 100%; }
    #footer > .inner {
      width: 100%;
      margin: 0 auto; }

  .btn_main ul li a img {
    width: 100%; } }
/*-----------------------------------------------
 loading
-----------------------------------------------*/
#loading {
  position: fixed;
  z-index: 1006;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  #loading .loading_inner {
    height: 216.5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto; }
    #loading .loading_inner .logo01 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      width: 178px;
      margin: 0 auto; }
      #loading .loading_inner .logo01 img {
        width: 100%; }
    #loading .loading_inner .logo02 {
      position: absolute;
      top: -130px;
      right: 0;
      left: 0;
      text-align: center;
      width: 200px;
      margin: 0 auto;
      z-index: -1;
      opacity: 0; }
      #loading .loading_inner .logo02 img {
        width: 100%; }

#loading2 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1004; }

#loadingLeft, #loadingLeft > div, #loadingRight, #loadingRight > div {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

#loadingRight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../img/global/right.png);
  background-size: 100% 100%; }

#loadingLeft {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/global/left.png);
  background-size: 100% 100%; }

/*-----------------------------------------------
 navigation
-----------------------------------------------*/
#sp_head {
  position: relative;
  height: calc(100vw / 5.8); }
  #sp_head .sp_logo .sp_logo1 {
    position: absolute;
    left: 0; }
    #sp_head .sp_logo .sp_logo1 img {
      width: calc(100vw / 5.6); }
  #sp_head .sp_logo .sp_logo2 {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    #sp_head .sp_logo .sp_logo2 img {
      width: calc(100vw / 1.9); }
  #sp_head .navBtnArea {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1005;
    text-align: center; }
    #sp_head .navBtnArea .navBtn {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100vw / 5.9);
      height: calc(100vw / 5.9);
      cursor: pointer;
      z-index: 1001;
      background-color: white; }
      #sp_head .navBtnArea .navBtn.is-open .icon-animation .top {
        -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
        background: #e60012 !important; }
      #sp_head .navBtnArea .navBtn.is-open .icon-animation .middle {
        background: rgba(51, 51, 51, 0); }
      #sp_head .navBtnArea .navBtn.is-open .icon-animation .bottom {
        -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
        background: #e60012 !important; }
      #sp_head .navBtnArea .navBtn .icon-animation span {
        width: calc(100vw / 12);
        height: 2px;
        display: block;
        background: #e60012;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        margin: 0 auto;
        /*
        margin-top: -1px;
        margin-left: -19px;
        */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
        #sp_head .navBtnArea .navBtn .icon-animation span.top {
          -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
          transform: translateY(-8px); }
        #sp_head .navBtnArea .navBtn .icon-animation span.bottom {
          -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
          transform: translateY(8px); }

#navigation {
  overflow: hidden;
  display: none;
  position: fixed;
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  display: none; }
  #navigation .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(../img/global/close.png);
    background-size: 70px; }
  #navigation .logo {
    margin: 0px auto 10px;
    text-align: center; }
    #navigation .logo img {
      width: 25vw; }
  #navigation .bnrList {
    text-align: left;
    margin: 0 20px; }
    #navigation .bnrList.bnrList1 {
      background: url(../img/sp/bg_barlist01.png) no-repeat top center;
      background-size: contain; }
    #navigation .bnrList.bnrList2 {
      background: url(../img/sp/bg_barlist02.png) no-repeat top center;
      background-size: contain;
      margin-bottom: 40%; }
    #navigation .bnrList li {
      border-bottom: 1px solid #000;
      padding: 11.5px 0;
      position: relative; }
      #navigation .bnrList li:first-child {
        border-top: 1px solid #000; }
      #navigation .bnrList li:last-child {
        margin-bottom: 36px; }
      #navigation .bnrList li a {
        color: #000;
        font-size: calc(100vw / 20);
        line-height: 1.2;
        display: block;
        font-weight: 700;
        letter-spacing: -0.5px; }
        #navigation .bnrList li a.dammy {
          color: #a3a3a3; }
        #navigation .bnrList li a span {
          display: inline-block;
          vertical-align: middle; }
        #navigation .bnrList li a em {
          display: block;
          font-size: calc(100vw / 30);
          font-style: normal; }
        #navigation .bnrList li a img {
          width: calc(100vw / 8);
          vertical-align: middle;
          margin-right: 10px; }
        #navigation .bnrList li a i {
          text-align: right;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        #navigation .bnrList li a:hover {
          text-decoration: none; }

@media only screen and (max-width: 768px) {
  #navigation .bnrList li a {
    font-size: calc(100vw / 22); } }
/*-----------------------------------------------
 footer
-----------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  min-width: 1280px;
  padding: 20px 0 20px;
  background-color: #fff;
  text-align: center; }
  footer .pagetop a {
    display: block;
    position: fixed;
    z-index: 12;
    bottom: -100px;
    right: 10px;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 30px;
    background-color: black;
    cursor: pointer; }
    footer .pagetop a:before {
      content: "";
      position: absolute;
      top: 25px;
      left: 18px;
      width: 22px;
      height: 22px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  footer > .inner {
    width: 1280px;
    margin: 0 auto; }
  footer ul.sns {
    margin-bottom: 15px;
    text-align: center; }
    footer ul.sns li {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
  footer .deadline {
    margin-top: 60px;
    font-size: 30px;
    font-weight: 700; }
  footer ul.bnrList {
    margin-bottom: 20px;
    font-size: 0;
    text-align: center; }
    footer ul.bnrList li {
      display: inline-block;
      width: 155px;
      margin: 0 10px 0 0;
      border: 1px solid #f9f8f4;
      font-size: 0;
      line-height: 0; }
  footer small {
    margin-bottom: 20px;
    font-size: 12px;
    margin-top: 20px;
    display: block; }

@media only screen and (max-width: 768px) {
  #footer .author, #footer small {
    font-size: 18px;
    font-size: 2.34375vw; }
  #footer ul.sns li {
    margin-right: 8px; }
    #footer ul.sns li:last-child {
      margin-right: 0px; }
    #footer ul.sns li:first-child {
      margin-left: 3px; }
  #footer .pagetop a {
    width: 50px;
    height: 50px; }
    #footer .pagetop a:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 15px;
      width: 17px;
      height: 17px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
