@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 W8", "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 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.List_title1,
aside .bnrList li.List_title2,
aside .bnrList li.List_title5,
aside .bnrList li.List_title6 {
  background: url(../img/bg_barlist01.png) no-repeat right top / contain;
}

aside .bnrList li.List_title3,
aside .bnrList li.List_title4 {
  background: url(../img/bg_barlist02.png) no-repeat right -17px top / contain;

}

aside .bnrList li:nth-child(4) a {
  font-size: 13px;
}

aside .bnrList li a,
aside .bnrList li .list_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,
aside .bnrList li .list_a span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 52px);
}

aside .bnrList li a em,
aside .bnrList li .list_a span em {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
}

aside .bnrList li a img,
aside .bnrList li .list_a img {
  width: 37px;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 1px;
  -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,
aside .bnrList li .list_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.title {
  cursor: pointer;
}

/*KV2作品横並び表示時*/
#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;
}
/* 開閉部*/
/* title1*/
#content #title1 {
  overflow: hidden;
  display: none;
  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 .author {
  position: absolute;
  top: 280px;
  left: 2px;
  opacity: 0;
}

#content #title1 .image a .ribon {
  position: absolute;
  bottom: 221px;
  left: 174px;
  opacity: 0;
}

#content #title1 .image a .catch {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

#content #title1 .image a .sale {
  position: absolute;
  bottom: 10px;
  left: 18px;
  opacity: 0;
}

#content #title1 .image a .medal {
  position: absolute;
  top: 7px;
  left: 12px;
  opacity: 0;
}

#content #title1 .image a .btn_site {
  position: absolute;
  bottom: 18px;
  right: 20px;
  opacity: 0;
}

#content #title1 h2 {
  margin-bottom: 10px;
  color: #e4007f;
}

/* title2*/
#content #title2 {
  overflow: hidden;
  display: none;
  height: 546px;
}

#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;
  -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 .author {
  position: absolute;
  top: 139px;
  left: 23px;
  opacity: 0;
}

#content #title2 .image a .ribon {
  position: absolute;
  top: 10px;
  right: 155px;
  opacity: 0;
}

#content #title2 .image a .catch {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}

#content #title2 .image a .sale {
  position: absolute;
  bottom: 75px;
  left: 15px;
  opacity: 0;
}

#content #title2 .image a .medal {
  position: absolute;
  top: 7px;
  left: 12px;
  opacity: 0;
}

#content #title2 .image a .btn_site {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
}

#content #title2 h2 {
  margin-bottom: 10px;
  color: #e4007f;
}

/* title3*/
#content #title3 {
  overflow: hidden;
  display: none;
  height: 546px;
}

#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;
  -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 .author {
  position: absolute;
  top: 45px;
  right: 57px;
  opacity: 0;
}

#content #title3 .image a .ribon {
  position: absolute;
  top: 12px;
  right: 148px;
  opacity: 0;
}

#content #title3 .image a .catch {
  position: absolute;
  top: 100px;
  right: 383px;
  opacity: 0;
}

#content #title3 .image a .sale {
  position: absolute;
  bottom: 10px;
  left: 21px;
  opacity: 0;
}

#content #title3 .image a .medal {
  position: absolute;
  top: 8px;
  right: 10px;
  opacity: 0;
}

#content #title3 .image a .btn_site {
  position: absolute;
  bottom: 15px;
  left: 429px;
  opacity: 0;
}

#content #title3 h2 {
  margin-bottom: 10px;
  color: #e4007f;
}


/* title4*/
#content #title4 {
  overflow: hidden;
  display: none;
  height: 546px;
}

#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;
  -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 .author {
  position: absolute;
  top: 144px;
  left: 18px;
  opacity: 0;
}

#content #title4 .image a .ribon {
  position: absolute;
  top: 30px;
  right: 90px;
  opacity: 0;
}

#content #title4 .image a .sale {
  position: absolute;
  bottom: 14px;
  left: 20px;
  opacity: 0;
}

#content #title4 .image a .medal {
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0;
}

#content #title4 .image a .btn_site {
  position: absolute;
  bottom: 16px;
  right: 16px;
  opacity: 0;
}

/* title5*/
#content #title5 {
  overflow: hidden;
  display: none;
  height: 546px;
}

#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;
  -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 .author {
  position: absolute;
  top: 50px;
  right: 24px;
  opacity: 0;
}

#content #title5 .image a .ribon {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0;
}

#content #title5 .image a .catch {
  position: absolute;
  top: 170px;
  left: 30px;
  opacity: 0;
}

#content #title5 .image a .sale {
  position: absolute;
  bottom: 80px;
  left: 20px;
  opacity: 0;
}

#content #title5 .image a .medal {
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0;
}

#content #title5 .image a .btn_site {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
}

/* title6*/
#content #title6 {
  overflow: hidden;
  display: none;
  height: 546px;
}

#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;
  -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 .author {
  position: absolute;
  top: 246px;
  left: 0px;
  opacity: 0;
}

#content #title6 .image a .ribon {
  position: absolute;
  top: 457px;
  left: 38px;
  opacity: 0;
}

#content #title6 .image a .catch {
  position: absolute;
  top: 0px;
  left: 194px;
  opacity: 0;
}

#content #title6 .image a .sale {
  position: absolute;
  bottom: 10px;
  left: 30px;
  opacity: 0;
}

#content #title6 .image a .medal {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}

#content #title6 .image a .btn_site {
  position: absolute;
  bottom: 15px;
  left: 655px;
  opacity: 0;
}

#content #title6 h2 {
  margin-bottom: 10px;
  color: #e4007f;
}





#content .entry {
  text-align: center;
  font-weight: bold;
  margin: 36px 0 34px;
}

#content .entry a {
  color: #fff;
  background: #212121;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

#content .entry a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#content .entry a p {
  font-size: 18px;
  line-height: 60px;
  position: relative;
}

#content .entry a p::before {
  content: "\025b6";
  margin-right: 7px;
}

#content .entry .sp {
  display: none;
}

#content .entry h2 {
  font-size: 60px;
  line-height: 1.08;
  font-weight: 900;
}

#content .entry h2 em {
  font-size: 50px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 800;
}

#content .entry p {
  font-size: 32px;
  line-height: 1.28;
  font-weight: 700;
  display: block;
  margin-top: 40px;
}

#content h2.title2,
#content h2.title3,
#content h2.title4,
#content h2.title5,
#content h2.title6,
#content h2.title7,
#content h2.title8,
#content h2.title9 {
  cursor: default;
}

@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;
  }

  #content .entry {
    text-align: center;
    font-weight: bold;
  }

  #content .entry .sp {
    display: block;
  }

  #content .entry h2 {
    font-size: 9.3875vw;
  }

  #content .entry h2 em {
    font-size: 7.8234375vw;
  }

  #content .entry p {
    font-size: 5.00625vw;
  }

  #content .entry a {
    border-radius: calc(10/640*100vw);
    max-width: calc(380/640*100vw);
  }

  #content .entry a p {
    font-size: calc(24/640*100vw);
    line-height: calc(60/640*100vw);
  }

  #content .entry a p::before {
    margin-right: calc(7/640*100vw);
  }


}

/*-----------------------------------------------
 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 #title6 {
    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:not(:first-child) {
  display: none;
}

#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;
}

#header .bnr {
  margin-bottom: 30px;
}

@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 {
    height: auto;
  }

  #header .news-list ul li {
    display: flex;
    font-size: 2.5vw;
    margin: 2.34375vw 0.9375vw 1.25vw;
    ;
    line-height: 1.5;
    letter-spacing: 0;
  }

  #header .news-list ul li img {
    width: 2.5vw;
    height: 2.5vw;
    padding-top: 0.8vw;
    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;
  }

  #header .bnr {
    margin-bottom: 5%;
  }

  #header .bnr img {
    width: 100%;
  }

  #footer {
    min-width: 100%;
  }

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

  .btn_main ul li a img,
  .btn_main ul li .btn_a img {
    width: 100%;
  }

  .entry h2 {
    font-size: 7.8234375vw;
  }

  .entry h2 em {
    font-size: 9.3875vw;
  }

  .entry p {
    font-size: 5.00625vw;
  }
}

/*-----------------------------------------------
 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: 18.90625vw;
}

#sp_head .sp_logo .sp_logo1 {
  position: absolute;
  left: 0;
  top: -0.625vw;
}

#sp_head .sp_logo .sp_logo1 img {
  width: 20.78125vw;
  margin-left: -0.46875vw;
}

#sp_head .sp_logo .sp_logo2 {
  position: absolute;
  top: 1.25vw;
  left: -0.625vw;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#sp_head .sp_logo .sp_logo2 img {
  width: 55.78125vw;
}

#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: 12.34375vw;
  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: 6.71875vw;
  height: 2px;
  display: block;
  background: #e60012;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% + 1vw);
  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(-2.34375vw);
  -ms-transform: translateY(-2.34375vw);
  transform: translateY(-2.34375vw);
}

#sp_head .navBtnArea .navBtn .icon-animation span.bottom {
  -webkit-transform: translateY(2.34375vw);
  -ms-transform: translateY(2.34375vw);
  transform: translateY(2.34375vw);
}

#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: 23.125vw;
}

#navigation .bnrList {
  text-align: left;
  margin: 0 20px;
}

#navigation .bnrList.bnrList1 {
  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,
#navigation .bnrList li .list_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,
#navigation .bnrList li .list_a span {
  display: inline-block;
  vertical-align: middle;
}

#navigation .bnrList li a em,
#navigation .bnrList li .list_a em {
  display: inline-block;
  font-size: calc(100vw / 30);
  font-style: normal;
}

#navigation .bnrList li a img,
#navigation .bnrList li .list_a img {
  width: calc(100vw / 8);
  vertical-align: middle;
  margin-right: 10px;
}

#navigation .bnrList li a i,
#navigation .bnrList li .list_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 .logo {
    margin: 0px auto 1.5625vw;
  }

  #navigation .bnrList.bnrList1 {
    margin: 0 6.25vw;
  }

  #navigation .bnrList.bnrList2 {
    margin: 0 6.25vw;
  }

  #navigation .bnrList li {
    height: 15.3125vw;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
  }

  #navigation .bnrList li:last-child {
    margin-bottom: 15vw;
  }

  #navigation .bnrList li a,
  #navigation .bnrList li .list_a {
    font-size: 4.6875vw;
  }

  #navigation .bnrList li a em {
    font-size: 3.4375vw;
    display: inline-block;
  }

  #navigation .bnrList li a img,
  #navigation .bnrList li .list_a img {
    width: 11.09375vw;
    margin-right: 2.03125vw;
  }

  #navigation .bnrList li a span,
  #navigation .bnrList li .list_a span {
    width: 69.375vw;
    line-height: 1;
  }
}

/*-----------------------------------------------
 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 .inner .footer_content {
  float: right;
  width: 1020px;
}

footer ul.sns {
  margin-bottom: 0;
  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 {
  display: none;
  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: 8.95px;
  margin-top: 20px;
  display: block;
}

@media only screen and (max-width: 768px) {
  footer .inner .footer_content {
    width: 100%;
    float: none;
  }

  #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);
  }

  footer ul.bnrList {
    display: block;
  }

  footer ul.bnrList li {
    width: 46vw;
    margin: 0 1vw 2vw;
  }

}