@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
span.news {
  background: #999999;
}

span.topics {
  background: #4d4d81;
}

/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, select {
  vertical-align: middle;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
}

*:active, *:focus {
  outline: none;
}

/************************************************
    Setting
************************************************ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1rem;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.001);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.fa {
  letter-spacing: 0;
}

@keyframes bgscroll1 {
  0% {
    transform: translate3d(-4324px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bgscroll2 {
  0% {
    transform: translate3d(-4248px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bgscroll3 {
  0% {
    transform: translate3d(-4076px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bgscrollsp {
  0% {
    transform: translate3d(-2162px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loadinganime {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  30% {
    margin-top: 0px;
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadinganime {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  30% {
    margin-top: 0px;
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shootingstar {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-2500px, 2500px);
    -ms-transform: translate(-2500px, 2500px);
    -webkit-transform: translate(-2500px, 2500px);
    transform: translate(-2500px, 2500px);
  }
}
@-webkit-keyframes shootingstar {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-2500px, 2500px);
    -ms-transform: translate(-2500px, 2500px);
    -webkit-transform: translate(-2500px, 2500px);
    transform: translate(-2500px, 2500px);
  }
}
@keyframes oata {
  0% {
    opacity: 0.1;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes oata {
  0% {
    opacity: 0.1;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes oata {
  0% {
    opacity: 0.1;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes oata {
  0% {
    opacity: 0.1;
    -ms-transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@keyframes ken-move {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.01);
  }
}
@-webkit-keyframes ken-move {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.01);
  }
}
@-moz-keyframes ken-move {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.01);
  }
}
@-ms-keyframes ken-move {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.01);
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  body {
    width: 100%;
    font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 1.8;
    background: #010116;
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
  }

  /* link */
  a {
    text-decoration: none;
    color: #000;
  }

  #bgBack .stars, #bgBack .twinkling, #bgBack .clouds {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .stars {
    background: url(../images/stars.png) repeat top center;
    z-index: 0;
  }

  .twinkling {
    background: transparent url(../images/twinkling.png) repeat top center;
    z-index: 1;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
  }

  .clouds {
    background: transparent url(../images/clouds.png) repeat top center;
    z-index: 2;
    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
  }

  #header .stars {
    background: url(../images/stars2.png) repeat center center;
  }
  #header .twinkling {
    background: transparent url(../images/twinkling2.png) repeat center center;
  }
  #header .clouds {
    background: transparent url(../images/clouds2.png) repeat center center;
    background-size: auto 280%;
    -moz-animation: move-clouds-back 400s linear infinite;
    -webkit-animation: move-clouds-back 400s linear infinite;
    animation: move-clouds-back 400s linear infinite;
    opacity: 0.6;
  }

  #page {
    position: relative;
    z-index: 10;
    padding-top: 100px;
  }

  .oata {
    animation: oata 0.5s linear 0s;
    /*1s はアニメーションにかかる時間*/
    position: absolute;
    z-index: 1000;
    background: url(../images/oata.png) no-repeat center;
    width: 48px;
    height: 46px;
    display: inline-block;
    pointer-events: none;
  }

  .shootingstar {
    animation: shootingstar 2s linear 0s;
    /*1s はアニメーションにかかる時間*/
    position: fixed;
    z-index: 5;
    background: url(../images/star-tail.png) no-repeat center;
    width: 200px;
    height: 200px;
    display: inline-block;
    pointer-events: none;
  }

  /************************************************
      header
  ************** */
  #header {
    background: #010825;
    border-bottom: 1px solid #F9BE00;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
  }
  #header .stars, #header .twinkling, #header .clouds {
    background-position: center -500px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #header .inner {
    position: relative;
    z-index: 10;
    height: 100px;
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  /************************************************
      gNavi
  ************** */
  #gNavi ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 20px 0 10px 20px;
  }
  #gNavi ul li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #gNavi ul li a {
    display: block;
    padding-right: 40px;
  }
  #gNavi ul li:hover {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  /************************************************
      mv
  ************** */
  #mv {
    background: url(../images/main_vs_bg.jpg) no-repeat center top;
    background-size: 100vw auto;
    height: 1050px;
    padding-top: 380px;
    position: relative;
    overflow: hidden;
  }
  #mv .ken {
    -moz-transition: opacity 1s, -moz-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -432px;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  #mv .ken.view {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  #mv .ken.view img {
    -moz-animation: ken-move 2s linear infinite alternate;
    -webkit-animation: ken-move 2s linear infinite alternate;
    animation: ken-move 2s linear infinite alternate;
  }
  #mv:before {
    background: -moz-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
  }
  #mv #slider {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -698px;
    width: 1396px;
    height: 300px;
    overflow: hidden;
  }
  #mv #slider .swiper-container {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 50%;
    width: 1980px;
    margin-left: -990px;
    padding: 15px 0 25px;
    height: 300px;
  }
  #mv #slider a:hover img {
    opacity: 1;
  }
  #mv #slider .swiper-slide {
    padding: 15px;
    background: #000;
  }
  #mv #slider .swiper-slide a img {
    opacity: 0.5;
  }
  #mv #slider .swiper-slide-prev a, #mv #slider .swiper-slide-prev span,
  #mv #slider .swiper-slide-next a,
  #mv #slider .swiper-slide-next span {
    pointer-events: none;
  }
  #mv #slider .swiper-slide-prev a img, #mv #slider .swiper-slide-prev span img,
  #mv #slider .swiper-slide-next a img,
  #mv #slider .swiper-slide-next span img {
    opacity: 0.5;
  }
  #mv #slider .swiper-slide-active {
    -moz-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.9);
  }
  #mv #slider .swiper-slide-active a img {
    opacity: 1;
  }
  #mv #slider .swiper-button-next,
  #mv #slider .swiper-button-prev {
    width: 57px;
    height: 129px;
    margin-top: -65px;
  }
  #mv #slider .swiper-button-next {
    right: 630px;
    background: url(../images/ico_next.png) no-repeat center;
  }
  #mv #slider .swiper-button-prev {
    left: 630px;
    background: url(../images/ico_prev.png) no-repeat center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  #mv {
    height: 960px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  #mv {
    height: 960px;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  /************************************************
      pickup
  ************** */
  #pickup {
    width: 100%;
    overflow: hidden;
    height: 350px;
  }
  #pickup .slide_all {
    position: relative;
  }
  #pickup .pickupslider {
    width: 2400px;
    height: 290px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1200px;
  }
  #pickup .swiper-pagination {
    bottom: -40px;
  }
  #pickup .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide {
    border-top: 1px solid #F8CB2D;
    border-bottom: 1px solid #F8CB2D;
    border-left: 1px solid #F8CB2D;
    border-right: 1px solid #F8CB2D;
    width: 800px;
    background: url(../images/bg_box01.jpg) center;
    background-size: cover;
    height: 270px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 30px 60px 30px 30px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .imgClm {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm {
    padding-top: 5px;
    width: 344px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .pickup {
    background: #000;
    padding: 5px 10px;
    text-align: right;
    margin: 0 0 25px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .pickup img {
    display: inline-block;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .box {
    padding-left: 30px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta {
    font-weight: bold;
    margin: 0 0 10px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta time {
    color: #fff;
    font-style: italic;
    font-size: 12px;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm a {
    color: #fff;
  }
  #pickup ul.swiper-wrapper li.swiper-slide .inner .txtClm h3 {
    font-size: 18px;
    color: #fff;
  }

  /************************************************
      mvCategory
  ************** */
  /************************************************
      container
  ************** */
  #containerWrap {
    margin: 0 0 60px;
  }

  #container {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 0;
  }

  /************************************************
      main side
  ************** */
  #main {
    float: left;
    width: 780px;
  }

  #main2 {
    float: left;
    width: 870px;
  }

  #side {
    float: right;
    width: 290px;
    padding-top: 33px;
  }
  #side aside {
    margin: 0 0 85px;
  }
  #side aside h3 {
    margin: 0 0 20px;
  }
  #side aside ul li:not(:last-of-type) {
    margin: 0 0 20px;
  }

  #side2 {
    float: right;
    width: 195px;
  }
  #side2 aside {
    margin: 0 0 85px;
  }
  #side2 aside h3 {
    margin: 0 0 20px;
  }
  #side2 aside ul li:not(:last-of-type) {
    margin: 0 0 20px;
  }

  .post #side {
    padding-top: 26px;
  }

  .post.category #side {
    padding-top: 0px;
  }

  /************************************************
      side
  ************** */
  #side aside.sideCate h3, #side aside.sideArchive h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin: 0 0 10px;
  }
  #side aside.sideCate ul li, #side aside.sideArchive ul li {
    margin: 0;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    color: #fff;
    border-bottom: 0.5px solid #fff;
  }
  #side aside.sideCate ul li a, #side aside.sideArchive ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 5px 10px;
  }
  #side aside.sideCate ul li a:before, #side aside.sideArchive ul li a:before {
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    margin-right: 10px;
  }
  #side aside.sideCate ul li:hover, #side aside.sideArchive ul li:hover {
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  #side2 aside.sideRanking h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin: 0 0 10px;
  }
  #side2 aside.sideRanking ul li {
    margin: 0;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    color: #fff;
    border-bottom: 0.5px solid #fff;
  }
  #side2 aside.sideRanking ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: relative;
    padding: 15px 0;
  }
  #side2 aside.sideRanking ul li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f105';
  }
  #side2 aside.sideRanking ul li:hover {
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  /************************************************
      instaSec
  ************** */
  .bx-wrapper {
    max-width: 100% !important;
  }

  .bx-wrapper, .bx-wrapper .bx-viewport {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-viewport .bx-pager {
    bottom: -70px;
  }
  .bx-wrapper .bx-pager a, .bx-wrapper .bx-viewport .bx-pager a {
    width: 15px !important;
    height: 15px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
  }

  /************************************************
      entry
  ************** */
  #entry .inner .head {
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #entry .inner .head h2 {
    margin-right: auto;
  }
  #entry .inner ul {
    width: 100%;
    overflow: hidden;
    margin-right: -30px;
  }
  #entry .inner ul li {
    float: left;
    width: 240px;
    margin: 0 30px 60px 0;
  }
  #entry .inner ul li a {
    display: block;
    color: #fff;
  }
  #entry .inner ul li .imgClm {
    height: 144px;
    margin: 0 0 15px;
  }
  #entry .inner ul li .txtClm .meta {
    font-weight: bold;
    margin: 0 0 10px;
  }
  #entry .inner ul li .txtClm .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
  #entry .inner ul li .txtClm .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #entry .inner ul li .txtClm .meta time {
    color: #fff;
    font-style: italic;
    font-size: 12px;
  }
  #entry .inner ul li .txtClm h3 {
    letter-spacing: 0.06em;
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  #entry .inner ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  .post #entry .inner .head {
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
  }
  .post #entry .inner .head h2 {
    margin-right: 0;
  }

  /************************************************
      pager
  ************** */
  #pager {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  #pager span, #pager a {
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    margin: 0 5px 10px;
    border: 1px solid #cccccc;
    letter-spacing: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pager span, #pager a:hover {
    color: #000;
    background: #f2f3f4;
  }

  /************************************************
      footer
  ************** */
  #footer {
    background: #000B28;
  }
  #footer .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
  }
  #footer .inner .fNavi {
    width: 20%;
  }
  #footer .inner .fNavi h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #footer .inner .fNavi h4 a {
    color: #fff;
  }
  #footer .inner .fNavi ul li {
    letter-spacing: 0;
    margin: 0;
    line-height: 1.3;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  #footer .inner .fNavi ul li a {
    color: #fff;
  }
  #footer .inner .fNavi ul li:before {
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    margin-right: 10px;
  }
  #footer .inner .fNavi ul li:hover {
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  #footer .inner .fNavi ul li.ls {
    letter-spacing: -0.05em;
  }
  #footer .inner .fNavi:first-of-type {
    width: 20%;
    padding-left: 100px;
  }
  #footer .inner .fNavi:nth-of-type(4) {
    width: 30%;
    padding-left: 50px;
  }
  #footer #copy {
    background: #000003;
    padding: 20px 0;
  }
  #footer #copy p {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }

  /************************************************
      sub page
  ************** */
  .subpagettl {
    background: url(../images/bg_ttl.png) repeat-x left top;
    background-size: auto 100%;
    border-bottom: 1px solid #F9BE00;
    margin: 0 0 20px;
  }
  .subpagettl .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    height: 80px;
  }
  .subpagettl .inner h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 80px;
  }

  .post .subpagettl .inner h2 {
    background: url(../images/ico_news.png) no-repeat left center;
    padding-left: 55px;
  }

  .chara .subpagettl .inner h2 {
    background: url(../images/ico_chara.png) no-repeat left center;
    padding-left: 110px;
  }

  .series .subpagettl {
    position: relative;
    z-index: 2;
  }
  .series .subpagettl .inner h2 {
    background: url(../images/ico_stories.png) no-repeat left center;
    padding-left: 85px;
  }

  div.subpagettl, interview {
    position: relative;
    z-index: 2;
    margin: 0 0 2px;
  }
  div.subpagettl .inner h2, interview .inner h2 {
    background: url(../images/ico_interview.png) no-repeat left center;
    padding-left: 170px;
  }

  div.subpagettl, special {
    position: relative;
    z-index: 2;
    margin: 0 0 2px;
  }
  div.subpagettl .inner h2, special .inner h2 {
    background: url(../images/ico_special.png) no-repeat left center;
    padding-left: 85px;
  }

  .mgntop70 {
    margin-top: 70px;
  }

  /************************************************
      singleSec
  ************** */
  #singleSec .inner {
    color: #fff;
  }
  #singleSec .inner .meta {
    font-weight: bold;
    margin: 0 0 15px;
  }
  #singleSec .inner .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
  #singleSec .inner .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
  }
  #singleSec .inner .meta time {
    color: #fff;
    font-style: italic;
    font-size: 12px;
  }
  #singleSec .inner h1 {
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #singleSec .inner .content {
    overflow: hidden;
    /* editor */
    /* img */
    /* clearfix */
  }
  #singleSec .inner .content .mt-enclosure-image a {
    pointer-events: none;
  }
  #singleSec .inner .content a {
    color: #F9BE00;
  }
  #singleSec .inner .content p, #singleSec .inner .content div {
    display: block;
    margin: 2em 0;
    font-size: 14px;
  }
  #singleSec .inner .content strong {
    font-weight: bold;
  }
  #singleSec .inner .content em {
    font-style: italic;
  }
  #singleSec .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #singleSec .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #singleSec .inner .content .alignright {
    float: right;
  }
  #singleSec .inner .content .alignleft {
    float: left;
  }
  #singleSec .inner .content img[class*="wp-image-"],
  #singleSec .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #singleSec .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #singleSec .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  #singleSec .inner .content .bx-wrapper {
    margin: 0 0 80px !important;
  }
  #singleSec .inner .content .bx-wrapper .bx-pager,
  #singleSec .inner .content .bx-wrapper .bx-viewport .bx-pager {
    bottom: -40px !important;
  }
  #singleSec .inner .content .bx-wrapper .bx-pager a,
  #singleSec .inner .content .bx-wrapper .bx-viewport .bx-pager a {
    width: 12px !important;
    height: 12px !important;
  }

  /*  shortcode : columns
  /* ------------------------------------ */
  .grid {
    margin-right: 2.1%;
    float: left;
    display: inline;
    position: relative;
  }

  .last {
    clear: right;
    margin-right: 0 !important;
  }

  .one-full {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  .one-half {
    width: 48.9%;
  }

  .one-third {
    width: 31.9%;
  }

  .two-third {
    width: 65.9%;
  }

  .one-fourth {
    width: 23.4%;
  }

  .three-fourth {
    width: 74.4%;
  }

  .one-fifth {
    width: 18.3%;
  }

  .two-fifth {
    width: 38.8%;
  }

  .three-fifth {
    width: 59.2%;
  }

  .four-fifth {
    width: 79.6%;
  }

  .content .grid {
    margin-right: 3.2%;
  }

  .content .one-half {
    width: 48.4%;
  }

  .content .one-third {
    width: 31.2%;
  }

  .content .two-third {
    width: 65.6%;
  }

  .content .one-fourth {
    width: 22.6%;
  }

  .content .three-fourth {
    width: 74.2%;
  }

  .content .one-fifth {
    width: 17.4%;
  }

  .content .two-fifth {
    width: 38.1%;
  }

  .content .three-fifth {
    width: 58.7%;
  }

  .content .four-fifth {
    width: 79.4%;
  }

  /************************************************
      gallerySec
  ************** */
  #gallerySec .inner ul.junl_tab {
    margin: 0 0 40px;
  }
  #gallerySec .inner ul.junl_tab li {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
  }
  #gallerySec .inner ul.junl_tab li a {
    font-weight: bold;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
  }
  #gallerySec .inner ul.junl_tab li a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  }
  #gallerySec .inner ul.junl_tab li.current-cat a {
    cursor: default;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    pointer-events: none;
  }
  #gallerySec .inner ul.list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #gallerySec .inner ul.list li {
    width: 190px;
    margin: 0 0 40px;
  }
  #gallerySec .inner ul.list li .imgClm {
    height: 190px;
    overflow: hidden;
    text-align: center;
    background: #ccc;
    margin: 0 0 10px;
  }
  #gallerySec .inner ul.list li .imgClm img {
    height: 100%;
    width: auto;
  }
  #gallerySec .inner ul.list li h3 {
    font-size: 12px;
    font-weight: bold;
  }

  #ranking {
    background: rgba(0, 11, 40, 0.7);
  }
  #ranking .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  #ranking .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #ranking .inner ul li {
    color: #fff;
    text-align: center;
  }
  #ranking .inner ul li a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px solid #fff;
  }
  #ranking .inner ul li a h3 {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 0;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  #ranking .inner ul li a:hover h3 {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  #ranking .inner ul li .rank {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  #charactor .inner ul {
    overflow: hidden;
  }
  #charactor .inner ul li {
    float: left;
    width: 150px;
    margin: 0 28px 30px 0;
    color: #fff;
    text-align: center;
  }
  #charactor .inner ul li a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
  }
  #charactor .inner ul li a h3 {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  #charactor .inner ul li a:hover h3 {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  #charactor .inner ul li .rank {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  #charactor .inner ul li:nth-of-type(5n) {
    margin-right: 0;
  }

  #singleCharaSec {
    margin: 50px 0 100px;
    padding: 50px 0;
    background: rgba(1, 8, 37, 0.6);
    overflow: hidden;
    position: relative;
    color: #fff;
  }
  #singleCharaSec .stars, #singleCharaSec .twinkling, #singleCharaSec .clouds {
    background-position: center -500px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #singleCharaSec .clouds {
    background: transparent url(../images/clouds2.png) repeat center center;
    -moz-animation: move-clouds-back 500s linear infinite;
    -webkit-animation: move-clouds-back 500s linear infinite;
    animation: move-clouds-back 500s linear infinite;
    z-index: 3;
    opacity: 0.5;
  }
  #singleCharaSec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding: 0 50px;
  }
  #singleCharaSec .inner .imgClm {
    float: left;
    width: 420px;
  }
  #singleCharaSec .inner .txtClm {
    float: right;
    width: 500px;
  }
  #singleCharaSec .inner .txtClm h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
    letter-spacing: 0.06em;
  }
  #singleCharaSec .inner .txtClm h1 span {
    border-bottom: 2px solid #fff;
  }
  #singleCharaSec .inner .txtClm .ryuha, #singleCharaSec .inner .txtClm .waza {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  #singleCharaSec .inner .txtClm .waza {
    margin: 0 0 20px;
  }
  #singleCharaSec .inner .txtClm .detail {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  #otherChara .inner .head {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
  }
  #otherChara .inner .head h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    background: url(../images/ico_others.png) no-repeat left center;
    padding-left: 120px;
    margin-right: 20px;
  }
  #otherChara .inner .head a {
    position: relative;
    top: -5px;
    background: #273459;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .series .cover {
    position: relative;
    z-index: 1;
    margin-top: -100px;
  }

  #series {
    margin-top: -160px;
    position: relative;
    z-index: 2;
  }
  #series .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  #series .inner ul {
    overflow: hidden;
    padding: 0 45px;
  }
  #series .inner ul li {
    float: left;
    width: 300px;
    margin: 0 25px 50px;
  }
  #series .inner ul li h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-top: 10px;
    line-height: 1.3;
  }

  .singleSeriesSec {
    margin: 50px 0 100px;
    padding: 200px 0 50px;
    background: rgba(1, 8, 37, 0.6);
    overflow: hidden;
    position: relative;
    color: #fff;
  }
  .singleSeriesSec .stars, .singleSeriesSec .twinkling, .singleSeriesSec .clouds {
    background-position: center -500px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .singleSeriesSec .clouds {
    background: transparent url(../images/clouds2.png) repeat center center;
    -moz-animation: move-clouds-back 500s linear infinite;
    -webkit-animation: move-clouds-back 500s linear infinite;
    animation: move-clouds-back 500s linear infinite;
    z-index: 3;
    opacity: 0.5;
  }
  .singleSeriesSec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding: 0 50px 0 50px;
    margin-top: -100px;
  }
  .singleSeriesSec .inner .imgClm {
    float: right;
    width: 420px;
    margin-right: 150px;
  }
  .singleSeriesSec .inner .txtClm {
    float: left;
    width: 420px;
  }
  .singleSeriesSec .inner .txtClm h2 {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .singleSeriesSec .inner .txtClm h2 img {
    max-width: 220px;
    height: auto;
  }
  .singleSeriesSec .inner .txtClm h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .singleSeriesSec .inner .txtClm .commentary, .singleSeriesSec .inner .txtClm .story {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .singleSeriesSec .inner .txtClm .commentary {
    margin: 0 0 30px;
  }

  .spttl {
    background: #fff;
    margin: 0 0 70px;
  }
  .spttl .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
  }
  .spttl .inner .imgClm {
    width: 315px;
    min-width: 315px;
    max-width: 315px;
  }
  .spttl .inner .imgClm span {
    display: block;
    text-align: center;
    font-size: 10px;
    font-style: italic;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .spttl .inner .txtClm {
    padding-left: 40px;
  }
  .spttl .inner .txtClm p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .spttl.single {
    margin: 0;
  }

  #interviewEntry {
    margin: 0 0 100px;
  }
  #interviewEntry .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  #interviewEntry .inner ul {
    overflow: hidden;
    padding: 0 20px;
  }
  #interviewEntry .inner ul li {
    width: 340px;
    margin: 0 40px 40px 0;
    float: left;
    background: rgba(0, 0, 0, 0.8);
  }
  #interviewEntry .inner ul li a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    overflow: hidden;
  }
  #interviewEntry .inner ul li a .imgClm {
    float: left;
  }
  #interviewEntry .inner ul li a .txtClm {
    text-align: right;
    float: right;
    width: 200px;
    padding-right: 10px;
  }
  #interviewEntry .inner ul li a .txtClm .num {
    margin: 20px 0 0;
  }
  #interviewEntry .inner ul li a .txtClm .num span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -5px;
    margin-right: 10px;
  }
  #interviewEntry .inner ul li a .txtClm .num b {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
  }
  #interviewEntry .inner ul li a .txtClm h3 {
    font-size: 26px;
  }
  #interviewEntry .inner ul li a .txtClm h3 span {
    font-size: 20px;
  }
  #interviewEntry .inner ul li a .txtClm h3.small {
    font-size: 20px;
  }
  #interviewEntry .inner ul li a .txtClm h3.middle {
    font-size: 22px;
  }
  #interviewEntry .inner ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  .interviewHead {
    margin: 0 0 50px;
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    border-bottom: 1px solid #808080;
  }
  .interviewHead .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    color: #fff;
    padding: 20px 0 5px;
  }
  .interviewHead .inner a {
    color: #fff;
  }
  .interviewHead .inner .meta {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
  }
  .interviewHead .inner .meta p .vol {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
  }
  .interviewHead .inner .meta p b {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
  }
  .interviewHead .inner .meta p .name {
    font-size: 36px;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .interviewHead .inner .pager {
    width: 780px;
    max-width: 780px;
    min-width: 780px;
  }
  .interviewHead .inner .pager ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .interviewHead .inner .pager ul li {
    margin-right: 20px;
  }
  .interviewHead .inner .pager ul li a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #979797;
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1;
  }
  .interviewHead .inner .pager ul li a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 2px;
    top: -4px;
  }
  .interviewHead .inner .pager ul li a b {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .interviewHead .inner .pager ul li a:hover {
    color: #fff;
    background: #000;
  }
  .interviewHead .inner .pager ul li.active a {
    pointer-events: none;
    color: #fff;
    background: #000;
  }
  .interviewHead .inner .pager ul li.return {
    margin-right: 0;
    margin-left: auto;
  }
  .interviewHead .inner .pager ul li.return a {
    color: #fff;
    background: #000;
    padding: 15px 20px;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .interviewHead .inner .pager ul li.return a i {
    display: inline-block;
    background: url(../images/ico_return.png) no-repeat center;
    width: 14px;
    height: 14px;
    margin-left: 15px;
  }

  #interviewSec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
  }
  #interviewSec .inner .imgClm {
    width: 360px;
    float: left;
  }
  #interviewSec .inner .txtClm {
    width: 780px;
    float: right;
    color: #fff;
  }
  #interviewSec .inner .txtClm .content {
    font-size: 13px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation {
    overflow: hidden;
    background: url(../images/bg_hx.png) repeat-y left top;
    border: 1px solid #666;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 12px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation strong {
    font-size: 20px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation #box_hokutogatari_annotation_pic {
    float: left;
    margin-right: 20px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation p:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content strong {
    font-weight: bold;
  }
  #interviewSec .inner .txtClm .content .katari1 {
    color: #ffff00;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katari2 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katari3 {
    border: 1px solid #666;
    padding: 20px;
    font-size: 13px;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content hr {
    display: none;
  }
  #interviewSec .inner .txtClm .content .katarijime {
    margin-top: 60px;
    background: #fff;
    padding: 40px 40px 20px;
    color: #000;
  }
  #interviewSec .inner .txtClm .content .katarijime > img {
    display: block;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katarijime br {
    display: none;
  }
  #interviewSec .inner .txtClm .content .katarijime > strong {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #interviewSec .inner .txtClm .content .katarijime p {
    color: #000;
  }
  #interviewSec .inner .txtClm .content .katarijime p strong {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #interviewSec .inner .txtClm .content .katarijime p:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation {
    padding: 0;
    background: #e4e4e4;
    border: none;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation #box_hokutogatari_annotation_pic {
    float: left;
    margin-right: 40px;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation strong {
    font-size: 15px;
    margin: 0;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation p {
    font-size: 13px;
    padding-top: 30px;
    padding-right: 40px;
    color: #000;
    letter-spacing: 0.05em;
  }
  #interviewSec .inner .txtClm .pager ul {
    width: 80%;
    margin: 40px auto;
    text-align: center;
  }
  #interviewSec .inner .txtClm .pager ul li {
    display: inline-block;
    margin: 0 10px 50px;
  }
  #interviewSec .inner .txtClm .pager ul li a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1;
    color: #979797;
  }
  #interviewSec .inner .txtClm .pager ul li a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 2px;
    top: -4px;
  }
  #interviewSec .inner .txtClm .pager ul li a b {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  #interviewSec .inner .txtClm .pager ul li a:hover {
    color: #fff;
    background: #000;
  }
  #interviewSec .inner .txtClm .pager ul li.active a {
    pointer-events: none;
    color: #fff;
    background: #000;
  }
  #interviewSec .inner .txtClm .pager ul li.return {
    color: #fff;
    background: #000;
    margin-right: 0;
    margin-left: auto;
  }
  #interviewSec .inner .txtClm .pager ul li.return a {
    padding: 15px 20px;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  #interviewSec .inner .txtClm .pager ul li.return a i {
    display: inline-block;
    background: url(../images/ico_return.png) no-repeat center;
    width: 14px;
    height: 14px;
    margin-left: 15px;
  }

  #specialSec .inner ul li {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 0 70px;
  }
  #specialSec .inner ul li a {
    display: inline-block;
  }

  div.specialcover {
    background: #fff;
    text-align: center;
    margin: 0 0 40px;
  }

  #special1Sec {
    margin: 0 0 200px;
  }
  #special1Sec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  #special1Sec .inner ul {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #special1Sec .inner ul li {
    width: 48.5%;
    margin: 0 0 40px;
    border: 1px solid #fff;
  }
  #special1Sec .inner ul li .box {
    padding: 10px 10px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #special1Sec .inner ul li .box .imgClm {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }
  #special1Sec .inner ul li .box .imgClm .prof {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.4;
  }
  #special1Sec .inner ul li .box .txtClm {
    width: 361px;
    padding-left: 20px;
    padding-top: 20px;
  }
  #special1Sec .inner ul li .box .txtClm h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
  }
  #special1Sec .inner ul li .box .txtClm .name {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
  }
  #special1Sec .inner ul li .box .txtClm .name span {
    font-size: 14px;
    display: block;
  }
  #special1Sec .inner ul li .box .txtClm .txt {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  div.cover.kyukyoku {
    text-align: center;
    margin: 0 0 40px;
  }

  #kyukyokuSec01 {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 20px 0;
    color: #fff;
    margin: 0 0 60px;
  }
  #kyukyokuSec01 .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #kyukyokuSec01 .inner .txtClm, #kyukyokuSec01 .inner .videoClm {
    width: 50%;
  }
  #kyukyokuSec01 .inner .txtClm {
    padding: 0 20px;
  }
  #kyukyokuSec01 .inner .txtClm h3 {
    margin: 0 0 20px;
  }
  #kyukyokuSec01 .inner .txtClm p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #kyukyokuSec01 .inner .videoClm iframe {
    width: 100%;
    height: auto;
  }

  #kyukyokuSec02 {
    margin: 0 0 40px;
  }
  #kyukyokuSec02 .inner .imgClm {
    text-align: center;
  }
  #kyukyokuSec02 .inner .imgClm img {
    display: inline-block;
    margin: 0 0 10px;
  }

  #kyukyokuSec03 {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 20px 0;
    color: #fff;
    margin: 0 0 60px;
  }
  #kyukyokuSec03 .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #kyukyokuSec03 .inner .txtClm, #kyukyokuSec03 .inner .videoClm {
    width: 50%;
  }
  #kyukyokuSec03 .inner .txtClm {
    padding: 0 20px;
  }
  #kyukyokuSec03 .inner .txtClm h3 {
    margin: 0 0 20px;
  }
  #kyukyokuSec03 .inner .txtClm p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  div.txt.cover {
    text-align: center;
    margin: 0 0 60px;
  }

  div.txt2.cover {
    background: #990001;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 200px;
  }

  #loadingpc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
  }
  #loadingpc .inner {
    position: absolute;
    width: 640px;
    height: 360px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #loadingpc .inner p.view {
    -moz-animation: loadinganime 2.8s linear;
    -webkit-animation: loadinganime 2.8s linear;
    animation: loadinganime 2.8s linear;
  }
  #loadingpc #videoClose {
    position: absolute;
    top: -100px;
    right: -100px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
  }

  #a35thSecCover {
    margin-bottom: 220px;
  }
  #a35thSecCover .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  #a35thSecCover .inner .cover {
    text-align: center;
  }
  #a35thSecCover .inner .cover h3 {
    margin-top: -130px;
  }

  #a35thSec {
    margin-bottom: 180px;
  }
  #a35thSec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  #a35thSec .inner .starLine {
    width: 986px;
    text-align: center;
    margin: 0 auto;
  }
  #a35thSec .inner .projectList .project {
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    z-index: 10;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 104px;
    height: 104px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
    cursor: pointer;
  }
  #a35thSec .inner .projectList .project .circle {
    padding-top: 35px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #a35thSec .inner .projectList .project .num {
    font-size: 24px;
    letter-spacing: 0.09em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid transparent;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectList .project .box {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-weight: bold;
  }
  #a35thSec .inner .projectList .project .box h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectList .project .box .click {
    font-size: 16px;
    letter-spacing: 0.09em;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
  }
  #a35thSec .inner .projectList .project:hover {
    background: #ff0000;
    color: #fff;
    width: 274px;
    height: 274px;
    box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 25px rgba(255, 0, 0, 0.9);
  }
  #a35thSec .inner .projectList .project:hover .num {
    border-bottom: 4px solid #fff;
  }
  #a35thSec .inner .projectList .project:hover .box {
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    height: 200px;
    opacity: 1;
  }
  #a35thSec .inner .projectList .blank {
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 74px;
    height: 74px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #333;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
    cursor: default;
  }
  #a35thSec .inner .projectList .blank:hover {
    background: #333;
    width: 74px;
    height: 74px;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
  }
  #a35thSec .inner .projectList .s1 {
    top: 17px;
    left: 392px;
  }
  #a35thSec .inner .projectList .s2 {
    top: 204px;
    left: 1046px;
  }
  #a35thSec .inner .projectList .s3 {
    top: 864px;
    left: 944px;
  }
  #a35thSec .inner .projectList .s4 {
    top: 956px;
    left: 514px;
  }
  #a35thSec .inner .projectList .s5 {
    top: 1390px;
    left: 394px;
  }
  #a35thSec .inner .projectList .s5 {
    top: 1390px;
    left: 395px;
  }
  #a35thSec .inner .projectList .s6 {
    top: 1905px;
    left: 100px;
  }
  #a35thSec .inner .projectList .s7 {
    left: 600px;
  }
  #a35thSec .inner .comingsoon {
    position: absolute;
    z-index: 11;
    width: 100%;
    text-align: center;
    top: 1500px;
    left: 0;
  }
  #a35thSec .inner .projectPopUp .project {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    width: 620px;
    height: 620px;
    margin-top: -260px;
    margin-left: -310px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px dashed #ff0000;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
  }
  #a35thSec .inner .projectPopUp .project .circle {
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ff0000;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 50px;
  }
  #a35thSec .inner .projectPopUp .project .num {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 0.09em;
    border-bottom: 4px solid #000;
    padding: 0 50px 10px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  #a35thSec .inner .projectPopUp .project .box {
    letter-spacing: 0.13em;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #a35thSec .inner .projectPopUp .project .box h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #a35thSec .inner .projectPopUp .project .box p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  #a35thSec .inner .projectPopUp .project .tag {
    background: #000;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.09em;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectPopUp .project .tag a {
    color: #fff;
  }
  #a35thSec .inner .projectPopUp .project .close {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #a35thSec .inner .projectPopUp .project .close:before, #a35thSec .inner .projectPopUp .project .close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    top: 50%;
    left: 0;
  }
  #a35thSec .inner .projectPopUp .project .close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #a35thSec .inner .projectPopUp .project .close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #a35thSec .inner .projectPopUp .project.popup {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  #modal-overlay {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 120%;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  #modal-overlay.popup {
    opacity: 1;
    visibility: visible;
  }

  #mv35 {
    height: 1080px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #mv35 #bgWrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
  }
  #mv35 #bgWrap:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #mv35 #bgWrap.view {
    opacity: 1;
  }
  #mv35 #bgWrap div {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
  }
  #mv35 #bgWrap div.bg01 {
    background-image: url(../images/bg_35loop01.jpg);
    background-position: left top;
    background-size: 4324px 360px;
    width: 8648px;
    top: 0;
    bottom: 360px;
    -moz-animation: bgscroll1 70s linear infinite;
    -webkit-animation: bgscroll1 70s linear infinite;
    animation: bgscroll1 70s linear infinite;
  }
  #mv35 #bgWrap div.bg02 {
    background-image: url(../images/bg_35loop02.jpg);
    background-position: left top;
    background-size: 4248px 360px;
    width: 8496px;
    top: 360px;
    -moz-animation: bgscroll2 70s linear infinite;
    -webkit-animation: bgscroll2 70s linear infinite;
    animation: bgscroll2 70s linear infinite;
  }
  #mv35 #bgWrap div.bg03 {
    background-image: url(../images/bg_35loop03.jpg);
    background-position: left top;
    background-size: 4076px 360px;
    width: 8152px;
    top: 720px;
    bottom: 0;
    -moz-animation: bgscroll3 70s linear infinite;
    -webkit-animation: bgscroll3 70s linear infinite;
    animation: bgscroll3 70s linear infinite;
  }
  #mv35 #imgWrap35 {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #mv35 #imgWrap35 p {
    position: absolute;
    left: 0;
  }
  #mv35 #imgWrap35 .txt01 {
    top: 0;
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  #mv35 #imgWrap35 .txt01 img {
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  #mv35 #imgWrap35 .txt01 img.view {
    opacity: 1;
  }
  #mv35 #imgWrap35 .ken {
    padding-top: 197px;
    width: 100%;
    text-align: center;
  }
  #mv35 #imgWrap35 .ken img {
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    -webkit-transition: ease 0.9s;
    transition: ease 0.9s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0;
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  #mv35 #imgWrap35 .ken img.view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #mv35 #imgWrap35 .txt02 {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    bottom: 0;
    pointer-events: none;
  }
  #mv35 #imgWrap35 .txt02 img {
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
  }
  #mv35 #imgWrap35 .txt02 img.view {
    opacity: 1;
  }

  body.y35th #containerWrap {
    margin-bottom: 0;
  }

  #container35 {
    padding: 110px 0;
    background: #fff;
  }
  #container35 .wrap {
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
  }
  #container35 .wrap .entry35 {
    width: 100%;
  }
  #container35 .wrap .entry35 li {
    display: block;
    width: 400px;
    margin-bottom: 40px;
  }
  #container35 .wrap .entry35 li a {
    display: block;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ff0000;
    -moz-transition: box-shadow 0.2s ease, -moz-transform 1s ease, opacity 0.8s ease;
    -o-transition: box-shadow 0.2s ease, -o-transform 1s ease, opacity 0.8s ease;
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 1s ease, opacity 0.8s ease;
    transition: box-shadow 0.2s ease, transform 1s ease, opacity 0.8s ease;
    opacity: 0.1;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  #container35 .wrap .entry35 li a .imgClm {
    overflow: hidden;
  }
  #container35 .wrap .entry35 li a .imgClm img {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 100%;
    height: auto;
  }
  #container35 .wrap .entry35 li a .txtClm {
    padding: 20px 0;
  }
  #container35 .wrap .entry35 li a .txtClm .meta {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .cate {
    display: inline-block;
    margin-right: 10px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .cate .term {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
    margin-right: 1px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .time {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #container35 .wrap .entry35 li a .txtClm h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  #container35 .wrap .entry35 li a.view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #container35 .wrap .entry35 li a:hover {
    -moz-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
  }
  #container35 .wrap .entry35 li a:hover .imgClm img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  #container35 .wrap {
    max-width: 900px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #container35 .wrap .entry35 {
    width: 100%;
  }
  #container35 .wrap .entry35 li {
    width: 40%;
    border-bottom: 1px solid #ff0000;
    margin-bottom: 0 5% 40px;
  }
}
@media screen and (min-width: 769px) {
  .grid {
    position: relative;
  }

  .item {
    display: block;
    position: absolute;
    width: 400px;
    height: auto;
    margin: 0 25px 40px;
    z-index: 1;
  }

  .item.muuri-dragging,
  .item.muuri-releasing {
    z-index: 2;
  }

  .item.muuri-hidden {
    z-index: 0;
  }

  .item-content {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #footer35 {
    width: 100%;
    overflow: hidden;
    background: #9d9d9d;
    padding: 57px 0 50px;
  }
  #footer35 .inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #footer35 .inner:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 100px;
    right: 0;
    width: 200%;
    height: 300%;
    background: #c3c3c3;
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  #footer35 .inner .logo {
    position: relative;
    z-index: 3;
    width: 420px;
    min-width: 420px;
    height: 100%;
    padding-top: 10px;
    padding-left: 50px;
  }
  #footer35 .inner .slideClm {
    width: 78%;
    min-width: 1440px;
    position: relative;
    z-index: 3;
    padding-top: 70px;
    background: url(../images/footer_35bg.png) 30px top no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #footer35 .inner .slideClm .controll {
    width: 140px;
    padding-top: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #footer35 .inner .slideClm .controll li {
    cursor: pointer;
    margin-right: 10px;
  }
  #footer35 .inner .slideClm .controll li i.fa {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }
  #footer35 .inner .slideClm .fslide {
    max-width: 1300px;
    min-width: 1260px;
  }
  #footer35 .inner .slideClm .swiper-slide {
    text-align: center;
    width: 300px;
  }

  div.cover.album {
    text-align: center;
    margin: 40px 0 80px;
  }

  section.albumSec {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 40px 0;
    color: #fff;
    margin: 0 0 80px;
  }
  section.albumSec .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  section.albumSec .inner h2.cover {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  section.albumSec .inner h2.cover .video {
    display: inline-block;
    margin-left: 20px;
  }
  section.albumSec .inner h2.cover .video iframe {
    width: 560px;
    height: 315px;
  }
  section.albumSec .inner .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  section.albumSec .inner .wrap .colBox2 {
    width: 50%;
  }
  section.albumSec .inner .wrap .colBox2.pdgr20 {
    padding-right: 0;
  }
  section.albumSec .inner .wrap .colBox2.pdgl20 {
    padding-left: 60px;
  }
  section.albumSec .inner .wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.albumSec .inner .wrap p {
    margin-bottom: 20px;
  }
  section.albumSec .inner .wrap p.big {
    font-size: 18px;
  }

  div.ttlSec.cover {
    margin-bottom: 60px;
  }
  div.ttlSec.cover .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  div.ttlSec.cover .inner h2 {
    text-align: center;
  }

  section.albumSec2 {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 40px 0;
    color: #fff;
    margin: 0 0 80px;
  }
  section.albumSec2 .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
  }
  section.albumSec2 .inner h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  section.albumSec2 .inner a {
    color: #fff;
    letter-spacing: 0.2em;
    padding: 4px;
    border-bottom: solid 1px;
  }
  section.albumSec2 .inner a:hover {
    border-bottom: none;
  }
  section.albumSec2 .inner .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  section.albumSec2 .inner .imgClm {
    width: 530px;
  }
  section.albumSec2 .inner .txtClm {
    width: 570px;
  }
  section.albumSec2 .inner .txtClm {
    padding-left: 40px;
  }
  section.albumSec2 .inner .txtClm p {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  section.albumSec2 .inner .txtClm .comment {
    margin: 40px 0;
    padding: 10px 20px;
    border: solid 1px #fff;
  }
  section.albumSec2 .inner .txtClm .comment h4 {
    font-size: 16px;
    margin: 10px 0;
  }
  section.albumSec2 .inner .txtClm .comment .last {
    text-align: right;
    margin: -10px 0 30px;
  }

  section.albumSec3 {
    margin-bottom: 40px;
  }
  section.albumSec3 .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }
  section.albumSec3 .inner a {
    display: inline-block;
    margin-bottom: 20px;
  }

  section.pj202xSec {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 40px 0;
    color: #fff;
    margin: 0 0 80px;
    text-align: center;
  }
  section.pj202xSec .inner p {
    width: 100%;
    margin: 40px 0;
  }
  section.pj202xSec .inner .video {
    display: inline-block;
  }
  section.pj202xSec .inner .video iframe {
    width: 800px;
    height: 450px;
  }

  section.pj202xSec2 {
    margin-bottom: 80px;
  }
  section.pj202xSec2 .inner {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body {
    font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 1.8;
    background: #010116;
    color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  /* link */
  a {
    text-decoration: none;
    color: #fff;
  }

  #bgBack .stars, #bgBack .twinkling, #bgBack .clouds {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .stars {
    background: url(../images/stars.png) repeat top center;
    z-index: 0;
  }

  .twinkling {
    background: transparent url(../images/twinkling.png) repeat top center;
    z-index: 1;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
  }

  .clouds {
    background: transparent url(../images/clouds.png) repeat top center;
    z-index: 2;
    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
  }

  .oata {
    animation: oata 0.5s linear 0s;
    /*1s はアニメーションにかかる時間*/
    position: absolute;
    z-index: 1000;
    background: url(../images/oata.png) no-repeat center;
    width: 48px;
    height: 46px;
    display: inline-block;
    pointer-events: none;
  }

  .shootingstar {
    animation: shootingstar 2s linear 0s;
    /*1s はアニメーションにかかる時間*/
    position: fixed;
    z-index: 5;
    background: url(../images/star-tail.png) no-repeat center;
    width: 200px;
    height: 200px;
    display: inline-block;
    pointer-events: none;
  }

  #page {
    position: relative;
    z-index: 10;
    padding-top: 40px;
  }

  #header .stars, #header .twinkling, #header .clouds {
    background-position: center -500px;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #header .stars {
    background: url(../images/stars2.png) repeat center center;
  }
  #header .twinkling {
    background: transparent url(../images/twinkling2.png) repeat center center;
  }
  #header .clouds {
    background: transparent url(../images/clouds2.png) repeat center center;
    background-size: auto 280%;
    -moz-animation: move-clouds-back 400s linear infinite;
    -webkit-animation: move-clouds-back 400s linear infinite;
    animation: move-clouds-back 400s linear infinite;
    opacity: 0.6;
  }

  /************************************************
      header
  ************** */
  #header {
    background: #010825;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #header .inner {
    position: relative;
    z-index: 10;
    padding: 5px 15px 0;
  }
  #header .inner .logo img {
    height: 30px;
    width: auto;
  }

  #menuBtn {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 15px;
    color: #000B28;
  }
  #menuBtn span {
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
  }
  #menuBtn span:before, #menuBtn span:after {
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    left: 0;
  }
  #menuBtn span:before {
    top: -8px;
  }
  #menuBtn span:after {
    bottom: -8px;
  }

  #menuBtn.open span {
    background: transparent;
  }
  #menuBtn.open span:before {
    top: 0;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #menuBtn.open span:after {
    bottom: 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #spSlider {
    margin: 0px 5px 0;
    overflow: hidden;
  }
  #spSlider .swiper-container-sp {
    position: relative;
  }
  #spSlider .swiper-slide {
    border: 5px solid #000;
  }
  #spSlider .swiper-button-next, #spSlider .swiper-button-prev {
    width: 25px;
    height: 60px;
    margin-top: -30px;
  }
  #spSlider .swiper-button-prev {
    background: url(../images/ico_prev.png) center;
    background-size: cover;
    left: 0px;
    right: auto;
  }
  #spSlider .swiper-button-next {
    background: url(../images/ico_next.png) center;
    background-size: cover;
    right: 0px;
    left: auto;
  }

  #spPickup {
    overflow-x: hidden;
    margin: 20px 5px 40px;
  }
  #spPickup .slide_wrap {
    position: relative;
    padding-bottom: 30px;
  }
  #spPickup .swiper-pagination {
    bottom: 0px;
  }
  #spPickup .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide {
    border-top: 5px solid #F8CB2D;
    border-bottom: 5px solid #F8CB2D;
    border-left: 5px solid #F8CB2D;
    border-right: 5px solid #F8CB2D;
    background: url(../images/bg_box01.jpg) center;
    background-size: cover;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner {
    display: -webkit-flex;
    display: flex;
    padding: 10px;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .imgClm {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm {
    width: 50%;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .pickup {
    background: #000;
    padding: 5px 10px;
    text-align: right;
    margin: 0;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .pickup img {
    display: inline-block;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .box {
    padding-left: 10px;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta {
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 4px 5px 1px;
    display: inline-block;
    margin-right: 5px;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm .meta time {
    color: #fff;
    font-style: italic;
    font-size: 10px;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm a {
    color: #fff;
  }
  #spPickup ul.swiper-wrapper li.swiper-slide .inner .txtClm h3 {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
  }

  #entry {
    padding: 0 10px;
  }
  #entry .inner .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin: 0 0 15px;
  }
  #entry .inner .head h2 {
    margin-right: auto;
  }
  #entry .inner .head h2 img {
    width: 23vw;
    height: auto;
  }
  #entry .inner .head a img {
    width: 20vw;
    height: auto;
  }
  #entry .inner ul li {
    padding-bottom: 11px;
    margin: 0 0 13px;
    border-bottom: 1px solid #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #entry .inner ul li .imgClm {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  #entry .inner ul li .txtClm {
    padding-left: 15px;
  }
  #entry .inner ul li .txtClm .meta {
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 1;
  }
  #entry .inner ul li .txtClm .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
  }
  #entry .inner ul li .txtClm .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 5px 10px 1px;
    display: inline-block;
    margin-right: 10px;
  }
  #entry .inner ul li .txtClm .meta time {
    color: #fff;
    font-style: italic;
    font-size: 10px;
  }
  #entry .inner ul li .txtClm h3 {
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
  }

  #entry.cate {
    padding-top: 20px;
  }

  #side .sideCate {
    background: rgba(0, 11, 40, 0.8);
    padding: 20px 10px;
    margin: 0 0 30px;
  }
  #side .sideCate h3 {
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  #side .sideCate h3 img {
    height: 6vw;
    width: auto;
  }
  #side .sideCate ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #side .sideCate ul li {
    width: 48%;
    font-size: 12px;
    border-bottom: 1px solid #fff;
  }
  #side .sideCate ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 5px 10px;
  }
  #side .sideCate ul li a:before {
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    margin-right: 10px;
  }
  #side .officialLink {
    background: rgba(0, 11, 40, 0.8);
    padding: 20px 10px;
    margin: 0 0 30px;
  }
  #side .officialLink h3 {
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  #side .officialLink h3 img {
    height: 5vw;
    width: auto;
  }
  #side .officialLink ul li:not(:last-of-type) {
    margin: 0 0 10px;
  }
  #side .relatedLink {
    background: rgba(0, 11, 40, 0.8);
    padding: 20px 10px;
    margin: 0 0 30px;
  }
  #side .relatedLink h3 {
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  #side .relatedLink h3 img {
    height: 5vw;
    width: auto;
  }
  #side .relatedLink ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #side .relatedLink ul li {
    width: 48%;
  }
  #side .sideArchive {
    background: rgba(0, 11, 40, 0.8);
    padding: 20px 10px;
    margin: 0 0 30px;
  }
  #side .sideArchive h3 {
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  #side .sideArchive h3 img {
    height: 6vw;
    width: auto;
  }
  #side .sideArchive ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #side .sideArchive ul li {
    width: 48%;
    font-size: 12px;
    border-bottom: 1px solid #fff;
  }
  #side .sideArchive ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 5px 10px;
  }
  #side .sideArchive ul li a:before {
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    margin-right: 10px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer #copy {
    padding: 0 10px 10px;
  }
  #footer #copy p {
    font-size: 6px;
    letter-spacing: 0;
    text-align: center;
  }

  #spNavi {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    z-index: 888;
    top: 40px;
    right: -100%;
    width: 100%;
    background: rgba(0, 11, 40, 0.9);
    padding: 20px;
  }
  #spNavi ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #spNavi ul li {
    width: 48%;
    margin: 0 0 20px;
  }

  #spNavi.open {
    right: 0;
  }

  .subpagettl {
    background: url(../images/bg_hx.png) no-repeat left top;
    background-size: cover;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  .subpagettl .inner {
    padding: 15px 15px 10px;
  }

  .chara .subpagettl .inner h2 {
    background: url(../images/ico_chara.png) no-repeat left top;
    background-size: auto 10px;
    padding: 15px 0 0;
  }

  .series .subpagettl .inner h2 {
    background: url(../images/ico_stories.png) no-repeat left top;
    background-size: auto 10px;
    padding: 15px 0 0;
  }

  div.subpagettl.interview .inner h2 {
    background: url(../images/ico_interview.png) no-repeat left top;
    background-size: auto 10px;
    padding: 15px 0 0;
  }

  div.subpagettl.special .inner h2 {
    background: url(../images/ico_special.png) no-repeat left top;
    background-size: auto 10px;
    padding: 15px 0 0;
  }

  #ranking {
    background: rgba(0, 11, 40, 0.8);
    padding: 20px 20px 0;
  }
  #ranking .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #ranking .inner ul li {
    width: 40.81vw;
    margin: 0 0 20px;
  }
  #ranking .inner ul li a {
    display: block;
    position: relative;
    border: 1px solid #fff;
  }
  #ranking .inner ul li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
  }
  #ranking .inner ul li .rank {
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
  }

  #charactor {
    margin: 0 0 120px;
  }
  #charactor .inner ul {
    overflow: hidden;
    padding: 0 20px;
  }
  #charactor .inner ul li {
    float: left;
    width: 23.43vw;
    margin: 0 8.0vw 20px 0;
  }
  #charactor .inner ul li h3 {
    font-size: 11px;
    text-align: center;
    padding-top: 3px;
  }
  #charactor .inner ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  #singleCharaSec {
    background: rgba(0, 11, 40, 0.7);
    padding: 10px 10px;
    margin: 0 0 120px;
  }
  #singleCharaSec .inner .imgClm {
    margin: 0 0 20px;
  }
  #singleCharaSec .inner .txtClm h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
  }
  #singleCharaSec .inner .txtClm .content .ryuha, #singleCharaSec .inner .txtClm .content .waza {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px;
    letter-spacing: 0.06em;
  }
  #singleCharaSec .inner .txtClm .content .detail {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  #otherChara {
    padding: 0 10px;
  }
  #otherChara .inner .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 20px;
    background: url(../images/ico_others.png) no-repeat left top;
    background-size: auto 11px;
    padding-top: 20px;
    line-height: 1;
  }
  #otherChara .inner .head h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  #otherChara .inner .head a {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #273459;
    padding: 5px 10px;
    line-height: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #otherChara .inner ul.splist {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #otherChara .inner ul.splist li {
    width: 25%;
  }

  .sideRanking {
    padding: 0 10px;
  }
  .sideRanking h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: 0  0 10px;
  }
  .sideRanking h3 img {
    height: 5.46vw;
    width: auto;
  }
  .sideRanking ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sideRanking ul li {
    width: 48%;
    margin: 0 0 10px;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    color: #fff;
    border-bottom: 0.5px solid #fff;
  }
  .sideRanking ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: relative;
    padding: 15px 0;
  }
  .sideRanking ul li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    font-family: FontAwesome;
    content: '\f105';
  }

  div.spttl .inner {
    background: #fff;
    position: relative;
  }
  div.spttl .inner .imgClm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 15px;
  }
  div.spttl .inner .imgClm img {
    width: 32.81vw;
    max-width: 32.81vw;
    min-width: 32.81vw;
    height: auto;
  }
  div.spttl .inner .imgClm span.sp {
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }
  div.spttl .inner .imgClm span.sp i {
    display: inline-block;
    border: 1px solid #000;
    padding: 4px 7px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
  }
  div.spttl .inner .txtClm {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    background: #e4e4e4;
    color: #000;
    padding: 10px;
  }
  div.spttl .inner .txtClm p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .interviewHead {
    background: url(../images/bg_hx.png) no-repeat left top;
    background-size: cover;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
  }
  .interviewHead .inner .meta {
    line-height: 1;
    margin: 0 0 20px;
  }
  .interviewHead .inner .meta span.vol {
    font-size: 6px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .interviewHead .inner .meta b {
    font-size: 13px;
  }
  .interviewHead .inner .meta span.name {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .interviewHead .inner .pager ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .interviewHead .inner .pager ul li {
    font-size: 13px;
    margin-right: 10px;
  }
  .interviewHead .inner .pager ul li a {
    color: #979797;
    display: block;
    border: 1px solid #fff;
    line-height: 1;
    padding: 5px 5px;
    letter-spacing: 0;
  }
  .interviewHead .inner .pager ul li a span {
    position: relative;
    top: -2px;
    font-size: 6px;
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .interviewHead .inner .pager ul li.active a {
    background: #000;
    color: #fff;
    pointer-events: none;
  }
  .interviewHead .inner .pager ul li.return {
    margin-left: auto;
    margin-right: 0;
  }
  .interviewHead .inner .pager ul li.return a {
    letter-spacing: -0.05em;
    font-size: 12px;
    padding: 7px 5px 6px;
  }
  .interviewHead .inner .pager ul li.return a i {
    display: inline-block;
    background: url(../images/ico_return.png) no-repeat;
    background-size: cover;
    width: 7px;
    height: 7px;
    margin-left: 5px;
  }

  #interviewSec {
    padding: 0 10px;
  }
  #interviewSec .inner .imgHead {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 10px;
  }
  #interviewSec .inner .imgHead .imgClm {
    width: 58.59vw;
    min-width: 58.59vw;
    max-width: 58.59vw;
  }
  #interviewSec .inner .imgHead .meta {
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
    padding-right: 10px;
    text-align: right;
  }
  #interviewSec .inner .imgHead .meta span.vol {
    font-size: 10px;
  }
  #interviewSec .inner .imgHead .meta b {
    font-size: 20px;
  }
  #interviewSec .inner .imgHead .meta span.name {
    text-align: right;
    display: block;
    font-size: 19px;
  }
  #interviewSec .inner .txtClm .content {
    margin: 0 0 60px;
    font-size: 12px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation {
    font-size: 12px;
    overflow: hidden;
    background: url(../images/bg_hx.png) repeat-y left top;
    border: 1px solid #666;
    padding: 15px 10px;
    margin: 20px 0;
    font-size: 11px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation strong {
    font-size: 16px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation #box_hokutogatari_annotation_pic {
    float: left;
    width: 70px;
    margin-right: 10px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation p:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation p {
    font-size: 12px;
    overflow: hidden;
    vertical-align: top;
  }
  #interviewSec .inner .txtClm .content #box_hokutogatari_annotation p img {
    float: left;
    width: 50%;
    height: auto;
  }
  #interviewSec .inner .txtClm .content strong {
    font-weight: bold;
  }
  #interviewSec .inner .txtClm .content .katari1 {
    color: #ffff00;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katari2 {
    font-size: 13px;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katari3 {
    border: 1px solid #666;
    padding: 10px;
    font-size: 12px;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content hr {
    display: none;
  }
  #interviewSec .inner .txtClm .content .katarijime {
    font-size: 12px;
    margin-top: 60px;
    margin-bottom: 0;
    background: #fff;
    padding: 20px 10px 10px;
    color: #000;
  }
  #interviewSec .inner .txtClm .content .katarijime > p img, #interviewSec .inner .txtClm .content .katarijime > img {
    display: block;
    width: 50vw;
    height: auto;
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katarijime br {
    display: none;
  }
  #interviewSec .inner .txtClm .content .katarijime > strong {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #interviewSec .inner .txtClm .content .katarijime p {
    font-size: 12px;
    color: #000;
  }
  #interviewSec .inner .txtClm .content .katarijime p strong {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #interviewSec .inner .txtClm .content .katarijime p:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation {
    padding: 10px;
    background: #e4e4e4;
    border: none;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation #box_hokutogatari_annotation_pic {
    float: left;
    margin-right: 10px;
    width: 70px;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation strong {
    font-size: 12px;
    margin: 0;
  }
  #interviewSec .inner .txtClm .content .katarijime #box_hokutogatari_annotation p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.05em;
  }
  #interviewSec .inner .pager ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #interviewSec .inner .pager ul li {
    font-size: 13px;
    margin-right: 10px;
  }
  #interviewSec .inner .pager ul li a {
    color: #979797;
    display: block;
    border: 1px solid #fff;
    line-height: 1;
    padding: 5px 5px;
    letter-spacing: 0;
  }
  #interviewSec .inner .pager ul li a span {
    position: relative;
    top: -2px;
    font-size: 6px;
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  #interviewSec .inner .pager ul li.active a {
    background: #000;
    color: #fff;
    pointer-events: none;
  }
  #interviewSec .inner .pager ul li.return {
    margin-left: auto;
    margin-right: 0;
  }
  #interviewSec .inner .pager ul li.return a {
    letter-spacing: -0.05em;
    font-size: 12px;
    padding: 7px 5px 6px;
  }
  #interviewSec .inner .pager ul li.return a i {
    display: inline-block;
    background: url(../images/ico_return.png) no-repeat;
    background-size: cover;
    width: 7px;
    height: 7px;
    margin-left: 5px;
  }

  div.cover.series {
    height: 170px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  div.cover.series img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    height: auto;
  }

  #series .inner {
    padding: 0 10px;
  }
  #series .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #series .inner ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  #series .inner ul li a {
    display: block;
  }
  #series .inner ul li a h3 {
    letter-spacing: 0.05em;
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .singleSeriesSec {
    margin: 0 0 100px;
  }
  .singleSeriesSec .inner {
    padding: 0 10px;
  }
  .singleSeriesSec .inner .return {
    padding: 10px 0;
    text-align: right;
  }
  .singleSeriesSec .inner .logo {
    margin: 0 0 10px;
  }
  .singleSeriesSec .inner .logo img {
    width: 65.62vw;
    height: auto;
  }
  .singleSeriesSec .inner .imgClm {
    margin: 0 0 30px;
  }
  .singleSeriesSec .inner .imgClm img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .singleSeriesSec .inner .content h3 {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .singleSeriesSec .inner .content .commentary, .singleSeriesSec .inner .content .story {
    text-align: justify;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0 0 30px;
  }

  #interviewEntry {
    padding-top: 20px;
    margin: 0 0 100px;
  }
  #interviewEntry .inner {
    padding: 0 10px;
  }
  #interviewEntry .inner ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #interviewEntry .inner ul li {
    width: 48%;
    margin: 0 0 20px;
    border: 1px solid #fff;
  }
  #interviewEntry .inner ul li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #interviewEntry .inner ul li a .imgClm {
    width: 35%;
  }
  #interviewEntry .inner ul li a .txtClm {
    width: 65%;
    text-align: right;
    padding-right: 10px;
  }
  #interviewEntry .inner ul li a .txtClm .num {
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  #interviewEntry .inner ul li a .txtClm .num span {
    font-size: 8px;
  }
  #interviewEntry .inner ul li a .txtClm .num b {
    font-size: 15px;
  }
  #interviewEntry .inner ul li a .txtClm h3 {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.3;
  }
  #interviewEntry .inner ul li a .txtClm h3 span {
    font-size: 10px;
  }
  #interviewEntry .inner ul li a .txtClm h3.middle {
    font-size: 12px;
  }
  #interviewEntry .inner ul li a .txtClm h3.small {
    font-size: 12px;
  }

  #pager {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 50px;
  }
  #pager span, #pager a {
    color: #fff;
    display: inline-block;
    padding: 7px 9px;
    line-height: 1;
    margin: 0 5px 10px;
    border: 1px solid #cccccc;
    letter-spacing: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pager span, #pager a:hover {
    color: #000;
    background: #f2f3f4;
  }

  #singleSec {
    padding-top: 20px;
    margin: 0 0 50px;
  }
  #singleSec .inner {
    padding: 0 10px;
  }
  #singleSec .inner .meta {
    font-weight: bold;
    margin: 0;
  }
  #singleSec .inner .meta .cate {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
  }
  #singleSec .inner .meta .cate span {
    background: #FCC700;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #singleSec .inner .meta time {
    color: #fff;
    font-style: italic;
    font-size: 10px;
  }
  #singleSec .inner h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: 0 0 10px;
  }
  #singleSec .inner .content {
    overflow: hidden;
    font-size: 13px;
    /* editor */
    /* img */
    /* clearfix */
  }
  #singleSec .inner .content .mt-enclosure-image a {
    pointer-events: none;
  }
  #singleSec .inner .content a {
    font-size: 14px;
    text-decoration: underline;
  }
  #singleSec .inner .content a {
    color: #F9BE00;
  }
  #singleSec .inner .content p, #singleSec .inner .content div {
    display: block;
    margin: 1.5em 0;
    font-size: 13px;
  }
  #singleSec .inner .content strong {
    font-weight: bold;
  }
  #singleSec .inner .content em {
    font-style: italic;
  }
  #singleSec .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #singleSec .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #singleSec .inner .content .alignright {
    float: right;
  }
  #singleSec .inner .content .alignleft {
    float: left;
  }
  #singleSec .inner .content img[class*="wp-image-"],
  #singleSec .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #singleSec .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #singleSec .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }

  #specialSec {
    padding-top: 20px;
  }
  #specialSec .inner ul li {
    text-align: center;
    margin: 0 0 20px;
  }
  #specialSec .inner ul li a {
    display: inline-block;
  }

  div.specialcover {
    background: #fff;
    text-align: center;
    margin: 0 0 10px;
  }

  #special1Sec {
    margin: 0 0 100px;
  }
  #special1Sec .inner ul {
    color: #fff;
    padding: 0 10px;
  }
  #special1Sec .inner ul li {
    margin: 0 0 10px;
    border: 1px solid #fff;
  }
  #special1Sec .inner ul li .box {
    padding: 10px 10px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #special1Sec .inner ul li .box .imgClm {
    width: 26.56vw;
    min-width: 26.56vw;
    max-width: 26.56vw;
  }
  #special1Sec .inner ul li .box .imgClm .prof {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.4;
  }
  #special1Sec .inner ul li .box .txtClm {
    padding-left: 10px;
  }
  #special1Sec .inner ul li .box .txtClm h3 {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
  #special1Sec .inner ul li .box .txtClm .name {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #fff;
  }
  #special1Sec .inner ul li .box .txtClm .name span {
    font-size: 10px;
    display: block;
  }
  #special1Sec .inner ul li .box .txtClm .txt {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  div.cover.kyukyoku {
    text-align: center;
    margin: 0 0 20px;
  }

  #kyukyokuSec01 {
    color: #fff;
    margin: 0 0 20px;
  }
  #kyukyokuSec01 .inner {
    padding: 0 10px;
  }
  #kyukyokuSec01 .inner .txtClm {
    margin: 0 0 20px;
  }
  #kyukyokuSec01 .inner .txtClm h3 {
    margin: 0 0 10px;
  }
  #kyukyokuSec01 .inner .txtClm h3 img {
    width: 80vw;
    height: auto;
  }
  #kyukyokuSec01 .inner .txtClm p {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  #kyukyokuSec01 .inner .videoClm iframe {
    width: 100%;
    height: auto;
  }

  #kyukyokuSec02 {
    margin: 0 0 20px;
  }
  #kyukyokuSec02 .inner {
    padding: 0 10px;
  }
  #kyukyokuSec02 .inner .imgClm {
    text-align: center;
  }
  #kyukyokuSec02 .inner .imgClm img {
    display: inline-block;
    margin: 0 0 10px;
  }

  #kyukyokuSec03 {
    color: #fff;
    margin: 0 0 20px;
  }
  #kyukyokuSec03 .inner {
    padding: 0 10px;
  }
  #kyukyokuSec03 .inner .txtClm h3 {
    margin: 0 0 10px;
  }
  #kyukyokuSec03 .inner .txtClm h3 img {
    width: 80vw;
    height: auto;
  }
  #kyukyokuSec03 .inner .txtClm p {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  #kyukyokuSec03 .inner .imgClm {
    margin: 0 0 20px;
  }

  div.txt.cover {
    text-align: center;
    margin: 0 0 20px;
    padding: 0 10px;
  }

  div.txt2.cover {
    background: #990001;
    text-align: center;
    margin: 0 0 100px;
    padding: 20px 10px;
  }

  #loadingsp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
  }
  #loadingsp .inner {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #loadingsp .inner p {
    padding: 0 15px;
  }
  #loadingsp .inner p.view {
    -moz-animation: loadinganime 2.8s linear;
    -webkit-animation: loadinganime 2.8s linear;
    animation: loadinganime 2.8s linear;
  }
  #loadingsp #videoCloseSp {
    position: absolute;
    top: -50px;
    right: 20px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
  }

  #a35thSecCover {
    margin-bottom: 60px;
    padding-top: 20px;
  }
  #a35thSecCover .inner .cover {
    text-align: center;
  }
  #a35thSecCover .inner .cover h3 {
    padding: 0 5vw;
    margin-top: -15vw;
  }

  #a35thSec {
    margin-bottom: 200px;
  }
  #a35thSec .inner {
    position: relative;
  }
  #a35thSec .inner .starLine {
    width: 80vw;
    text-align: center;
    margin: 0 auto;
  }
  #a35thSec .inner .projectList .project {
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.25s;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    z-index: 10;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50px;
    height: 50px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #a35thSec .inner .projectList .project .circle {
    padding-top: 13px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #a35thSec .inner .projectList .project .num {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.09em;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 20px;
    pointer-events: none;
  }
  #a35thSec .inner .projectList .project .box {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-weight: bold;
  }
  #a35thSec .inner .projectList .project .box h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectList .project .box .click {
    font-size: 16px;
    letter-spacing: 0.09em;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
  }
  #a35thSec .inner .projectList .project:hover {
    background: #ff0000;
    color: #fff;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 25px rgba(255, 0, 0, 0.9);
  }
  #a35thSec .inner .projectList .project:hover .circle {
    padding-top: 25px;
  }
  #a35thSec .inner .projectList .project:hover .num {
    font-size: 15px;
    color: #fff;
  }
  #a35thSec .inner .projectList .blank {
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25px;
    height: 25px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #333;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
    cursor: default;
  }
  #a35thSec .inner .projectList .blank:hover {
    background: #333;
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
  }
  #a35thSec .inner .projectList .s1 {
    top: 3vw;
    left: 35vw;
  }
  #a35thSec .inner .projectList .s2 {
    top: 18vw;
    left: 88vw;
  }
  #a35thSec .inner .projectList .s3 {
    top: 70vw;
    left: 80vw;
  }
  #a35thSec .inner .projectList .s4 {
    top: 78vw;
    left: 46vw;
  }
  #a35thSec .inner .projectList .s5 {
    top: 108vw;
    left: 37vw;
  }
  #a35thSec .inner .projectList .s6 {
    top: 153vw;
    left: 13vw;
  }
  #a35thSec .inner .projectList .s7 {
    left: 53vw;
  }
  #a35thSec .inner .comingsoon {
    position: absolute;
    z-index: 11;
    width: 100%;
    text-align: center;
    top: 130vw;
    left: 0;
    padding: 0 3vw;
  }
  #a35thSec .inner .projectPopUp .project {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 90vw;
    margin-top: -45vw;
    margin-left: -45vw;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px dashed #ff0000;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -o-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    -webkit-transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
    transition: cubic-bezier(0.23, 0.79, 0.32, 1.28) 0.3s;
  }
  #a35thSec .inner .projectPopUp .project .circle {
    color: #000;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ff0000;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 7vw;
  }
  #a35thSec .inner .projectPopUp .project .num {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.09em;
    border-bottom: 2px solid #000;
    padding: 0 30px 10px;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  #a35thSec .inner .projectPopUp .project .box {
    letter-spacing: 0.13em;
    padding: 0 4vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  #a35thSec .inner .projectPopUp .project .box h2 {
    padding: 0 4vw;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  #a35thSec .inner .projectPopUp .project .box p {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  #a35thSec .inner .projectPopUp .project .tag {
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.09em;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  #a35thSec .inner .projectPopUp .project .close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #a35thSec .inner .projectPopUp .project .close:before, #a35thSec .inner .projectPopUp .project .close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    left: 0;
  }
  #a35thSec .inner .projectPopUp .project .close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #a35thSec .inner .projectPopUp .project .close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #a35thSec .inner .projectPopUp .project.popup {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) and (min-width: 375px) {
  #a35thSec .inner .projectPopUp .project {
    width: 318px;
    height: 318px;
    margin-top: -159px;
    margin-left: -159px;
  }
  #a35thSec .inner .projectPopUp .project .circle {
    padding-top: 20px;
  }
  #a35thSec .inner .projectPopUp .project .num {
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectPopUp .project .box {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #a35thSec .inner .projectPopUp .project .box h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #modal-overlay {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 120%;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  #modal-overlay.popup {
    opacity: 1;
    visibility: visible;
  }

  #mv35 {
    height: 540px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #mv35 #bgWrap {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
  }
  #mv35 #bgWrap:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 540px;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #mv35 #bgWrap.view {
    opacity: 1;
  }
  #mv35 #bgWrap div {
    position: absolute;
    height: 540px;
    left: 0;
  }
  #mv35 #bgWrap div.bg01 {
    background-image: url(../images/bg_35loop_sp.jpg);
    background-position: left top;
    background-size: auto 100%;
    width: 4324px;
    top: 0;
    height: 540px;
    -moz-animation: bgscrollsp 40s linear infinite;
    -webkit-animation: bgscrollsp 40s linear infinite;
    animation: bgscrollsp 40s linear infinite;
  }
  #mv35 #bgWrap div.bg02, #mv35 #bgWrap div.bg03 {
    display: none;
  }
  #mv35 #imgWrap35 {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #mv35 #imgWrap35 p {
    position: absolute;
    left: 0;
  }
  #mv35 #imgWrap35 .txt01 {
    top: 0;
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  #mv35 #imgWrap35 .txt01 img {
    width: 70%;
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  #mv35 #imgWrap35 .txt01 img.view {
    opacity: 1;
  }
  #mv35 #imgWrap35 .ken {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  #mv35 #imgWrap35 .ken img {
    width: 90%;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    -webkit-transition: ease 0.9s;
    transition: ease 0.9s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  #mv35 #imgWrap35 .ken img.view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #mv35 #imgWrap35 .txt02 {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    bottom: 0;
    pointer-events: none;
  }
  #mv35 #imgWrap35 .txt02 img {
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    opacity: 0;
  }
  #mv35 #imgWrap35 .txt02 img.view {
    opacity: 1;
  }

  #container35 {
    padding: 60px 0;
    background: #fff;
  }
  #container35 .wrap .entry35 {
    width: 100%;
    padding: 0 20px;
  }
  #container35 .wrap .entry35 li {
    width: 100%;
    border-bottom: 1px solid #ff0000;
    margin-bottom: 20px;
    background: #fff;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
  }
  #container35 .wrap .entry35 li a {
    display: block;
    padding: 20px;
    color: #000;
  }
  #container35 .wrap .entry35 li a .imgClm img {
    width: 100%;
    height: auto;
  }
  #container35 .wrap .entry35 li a .txtClm {
    padding: 20px 0 0;
  }
  #container35 .wrap .entry35 li a .txtClm .meta {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .cate {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .cate .term {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
    margin-right: 1px;
  }
  #container35 .wrap .entry35 li a .txtClm .meta .time {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #container35 .wrap .entry35 li a .txtClm h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  #footer35 {
    width: 100%;
    overflow: hidden;
    background: #9d9d9d;
    padding: 20px;
  }
  #footer35 .inner {
    position: relative;
  }
  #footer35 .inner:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -200px;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #c3c3c3;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #footer35 .inner .logo {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer35 .inner .logo img {
    width: 80%;
    height: auto;
  }
  #footer35 .inner h4.sp {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer35 .inner h4.sp img {
    width: 80%;
    height: auto;
  }
  #footer35 .inner .slideClm {
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #footer35 .inner .slideClm .controll {
    display: none;
  }
  #footer35 .inner .slideClm .next, #footer35 .inner .slideClm .prev {
    display: inline-block;
    background: #fff;
    width: 10%;
    color: #000;
    padding: 8px 0;
    text-align: center;
  }
  #footer35 .inner .slideClm .next i, #footer35 .inner .slideClm .prev i {
    padding-top: 2px;
    font-size: 20px;
  }
  #footer35 .inner .slideClm .prev {
    margin-right: 1px;
  }
  #footer35 .inner .slideClm .next {
    margin-left: 1px;
  }
  #footer35 .inner .slideClm .fslide {
    width: 80%;
  }
  #footer35 .inner .slideClm .swiper-slide {
    text-align: center;
  }

  div.cover.album {
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
  }

  section.albumSec {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 20px 0;
    color: #fff;
    margin: 0 0 40px;
  }
  section.albumSec .inner {
    padding: 0 10px;
  }
  section.albumSec .inner h2.cover {
    margin-bottom: 20px;
    text-align: center;
  }
  section.albumSec .inner h2.cover .video {
    display: inline-block;
  }
  section.albumSec .inner h2.cover .video iframe {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  section.albumSec .inner .wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.albumSec .inner .wrap p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  section.albumSec .inner .wrap p.big {
    font-size: 13px;
  }
  section.albumSec .inner .wrap ul li {
    font-size: 13px;
  }

  div.ttlSec.cover {
    margin-bottom: 20px;
  }
  div.ttlSec.cover .inner h2 {
    text-align: center;
  }

  section.albumSec2 {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 20px 0;
    color: #fff;
    margin: 0 0 30px;
  }
  section.albumSec2 .inner {
    padding: 0 10px;
  }
  section.albumSec2 .inner h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  section.albumSec2 .inner a {
    letter-spacing: 0.2em;
    padding: 4px;
    border-bottom: solid 1px;
  }
  section.albumSec2 .inner .imgClm {
    margin-bottom: 15px;
  }
  section.albumSec2 .inner .txtClm p {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  section.albumSec2 .inner .txtClm .comment {
    margin: 20px 0;
    padding: 5px 10px;
    border: solid 1px #fff;
  }
  section.albumSec2 .inner .txtClm .comment h4 {
    font-size: 14px;
    margin: 10px 0;
  }
  section.albumSec2 .inner .txtClm .comment .last {
    text-align: right;
    margin: -10px 0 30px;
  }

  section.albumSec3 {
    margin-bottom: 20px;
  }
  section.albumSec3 .inner {
    padding: 0 10px;
    text-align: center;
  }
  section.albumSec3 .inner a {
    display: inline-block;
    margin-bottom: 10px;
  }
  section.albumSec3 .inner a img {
    width: 400px;
    height: auto;
  }

  section.pj202xSec {
    background: url(../images/bg_hx.png) repeat-y center;
    background-size: 100% 100%;
    padding: 20px 0;
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
  }
  section.pj202xSec .inner p {
    width: 80%;
    height: auto;
    margin: 20px auto;
  }
  section.pj202xSec .inner .video {
    display: inline-block;
  }
  section.pj202xSec .inner .video iframe {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  section.pj202xSec2 {
    margin-bottom: 20px;
  }
  section.pj202xSec2 .inner {
    padding: 0 10px;
    text-align: center;
  }
  section.pj202xSec2 .inner a {
    display: inline-block;
  }
  section.pj202xSec2 .inner a img {
    width: 400px;
    height: auto;
  }
}
