@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（SMP）
===================================================*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
@media (max-width: 1024px) {
  body {
    min-width: 0;
    font-size: 15px;
  }
  a:hover {
    text-decoration: none;
  }
  /*改行*/
  .pcBreak {
    display: none;
  }
  .spBreak {
    display: block;
  }
  /*spのみ表示*/
  .pcHidden {
    display: block;
  }
  .spHidden {
    display: none;
  }
  #sideBtn {
    display: none;
  }
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 999;
    background: #04101a;
  }
  .header .logo {
    width: 100px;
  }
  .header .logo a {
    display: block;
  }
  .header .logo01,
  .header .logo03 {
    display: none;
  }
  .header .humberger {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 1px;
    right: 0;
    width: 50px;
    height: 40px;
    z-index: 10000;
  }
  .header .humberger .span {
    background: #cdcdcd;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .header .humberger .span:nth-of-type(1) {
    top: 10px;
  }
  .header .humberger .span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .humberger .span:nth-of-type(3) {
    bottom: 10px;
  }
  .header .is-open.humberger .span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .header .is-open.humberger .span:nth-of-type(2) {
    opacity: 0;
  }
  .header .is-open.humberger .span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (max-width: 1024px) {
  .navBox {
    overflow: scroll;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 60px;
    z-index: 998;
    background: #04101a;
    transition: 0.6s;
  }
  .navBox.active {
    top: 41px;
  }
  .navBox .navList {
    margin-bottom: 20px;
    text-align: center;
  }
  .navBox .navList .ul > .li > a .img {
    display: none;
  }
  .navBox .navList .ul a {
    display: block;
    padding: 15px 20px;/*10px 20px*/
    color: #cdcdcd;
  }
  .navBox .navList .ul .pulldown > a {
    display: none;
  }
  .navBox .navList .ul .accordBtn {
    padding: 15px 20px;/*10px 20px*/
    color: #cdcdcd;
  }
  .navBox .navList .ul .accordBtn p {
    display: inline-block;
    padding: 0 25px;
    background: url(https://clasicajp.live/system_panel/uploads/images/icon_plus.png) right top 2px no-repeat;
    background-size: 15px auto;
  }
  .navBox .navList .ul .accordBtn.active p {
    background: url(https://clasicajp.live/system_panel/uploads/images/icon_minus.png) right center no-repeat;
    background-size: 15px auto;
  }
  .navBox .navList .ul .accordBody {
    display: none;
  }
  .navBox .navItem .sns {
    text-align: center;
  }
  .navBox .navItem .sns .ul .li {
    display: inline-block;
    width: 30px;
  }
  .navBox .navItem .sns .ul .li + .li {
    margin: 0 0 0 25px;/*0 0 0 10px*/
  }
  .navBox .navItem .sns .ul a {
    display: block;
  }
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
@media (max-width: 1024px) {
  .kv {
    position: relative;
    height: 300px;
    z-index: 1;
  }
  .kv:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
  }
  .kv .ttlPanel {
    width: 50%;
    min-width: 200px;
    text-align: left;
  }
  .kv .ttlBox {
    padding: 110px 0 0 20px;
  }
  .kv .ttlBox h1 {
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 30px;
  }
  .kv .ttlBox h1:after {
    width: 100px;
  }
  .webgene-pagination {
    margin: 30px 0 0;
  }
  .webgene-pagination ul li {
    margin: 0 5px;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
@media (max-width: 1024px) {
  .footer .footContact {
    padding: 60px 0;
    background-attachment: scroll;
	background-size: cover;
  }
  .footer .footContact .ttl {
    margin: 0 0 40px;
  }
  .footer .footContact .ttl h2 {
    font-size: 14px;
  }
  .footer .footContact .ttl p {
    font-size: 30px;
  }
  .footer .footContact .ttl + p {
    margin: 0 0 40px;
  }
  .footer .footContact .ul {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer .footContact .ul .li {
    float: none;
    width: 100%;
  }
  .footer .footContact .ul .li + .li {
    float: none;
    margin: 20px 0 0;
  }
  .footer .footContact .ul a {
    padding: 15px 10px;
  }
  .footer .footContact .ul a:before {
    content: '';
    display: block;
    transform: rotate(-40deg);
    position: absolute;
    bottom: -30px;
    right: -400px;
    width: 1600px;
    height: 600px;
    background: #000000;
    transition: 0.6s;
  }
  .footer .footContact .ul .em {
    font-size: 20px;
  }
  .footer .footContact .ul img {
    width: 150px;
  }
  .footer .footBox {
    padding: 60px 0 20px;
  }
  .footer .footBox .inner {
    display: block;
  }
  .footer .footBox .inner > * {
    display: block;
    width: 100%;
  }
  .footer .footBox .inner .left .logo {
    max-width: 150px;
    margin: 0 auto;
  }
  .footer .footBox .inner .left .linkList {
    display: none;
  }
  .footer .footBox .inner .left .sns {
    display: none;
  }
  .footer .footBox .inner .right {
    padding: 60px 0 0;
    text-align: center;
  }
  .footer .footBox .inner .right .txt {
    margin: 0 0 40px;
  }
  .footer .footBox .inner .right .copy {
    font-size: 13px;
  }
}
