@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #181818;
  font-size: 16px;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*リンク */
a {
  color: #181818;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }
  a:hover {
    opacity: 0.6;
  }
}

.splash {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 99999;
  background: #eee;
  text-align: center;
}

.splash .splashLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 10px 10px;
    z-index: 999;
    transition: 0.6s;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .header .logo {
    width: calc(100% - 900px);
    max-width: 132px;
  }
  .header .logo a {
    display: block;
  }
  .header .navBox {
    width: 1100px;/*860px*/
    margin: 0 0 0 auto;
  }
  .header.fixed {
    background: #04101a;
  }
  .header .humberger {
    display: none;
  }
}

@media (min-width: 1025px) {
  .header .logo {
    max-width: 200px;
  }
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox .navList .ul {
    display: table;
    width: 100%;
    text-align: right;
  }
  .navBox .navList .ul > .li {
    overflow: hidden;
    position: relative;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
  }
  .navBox .navList .ul > .li + .li {
    margin: 0 0 0 2%;
  }
  .navBox .navList .ul > .li > a,
  .navBox .navList .ul > .li > .accordBtn {
    position: relative;
    padding: 10px 0 10px 5px;/*10px*/
    color: #ffffff;
  }
  .navBox .navList .ul > .li > a:hover,
  .navBox .navList .ul > .li > .accordBtn:hover {
    opacity: 1;
  }
  .navBox .navList .ul > .li:nth-child(1) img {
    width: 70px;
  }
  .navBox .navList .ul > .li:nth-child(2) img {
    width: 70px;
  }
  .navBox .navList .ul > .li:nth-child(3) img {
    width: 70px;
  }
  .navBox .navList .ul > .li:nth-child(4) img {
    width: 80px;
  }
  .navBox .navList .ul > .li:nth-child(5) img {
    width: 100px;
  }
  .navBox .navList .ul > .li:nth-child(6) img {
    width: 70px;
  }
  .navBox .navList .ul > .li:nth-child(7) img {
    width: 60px;
  }
  .navBox .navList .ul > .li:nth-child(8) img {
    width: 70px;
  }
    .navBox .navList .ul > .li:nth-child(9) img {
    width: 70px;
  }
    .navBox .navList .ul > .li:nth-child(10) img {
    width: 70px;
  }
  .navBox .navList .ul > .li > a > div {
    overflow: hidden;
    position: relative;
    height: 40px;
    text-align: left;
  }
  .navBox .navList .ul > .li > a > div:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #ffffff;
  }
  .navBox .navList .ul > .li > a > div > * {
    position: absolute;
    left: 13px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }
  .navBox .navList .ul > .li > a .img {
    bottom: 0;
  }
  .navBox .navList .ul > .li > a .img img {
    display: inline-block;
  }
  .navBox .navList .ul > .li > a p {
    bottom: -100%;
    height: 40px;
    padding: 0 0 0 5px;
    font-size: 13px;/*14px*/
  }
  .navBox .navList .ul > .li:hover .img {
    bottom: 100%;
  }
  .navBox .navList .ul > .li:hover p {
    bottom: -5px;
  }
  .navBox .navList .ul .spBreak {
    display: none;
  }
  .navBox .navList .ul a {
    display: block;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 0;
    left: -20px;/*-60px*/
    width: 150px;/*200px*/
    height: 0;
    opacity: 0;
    z-index: -1;
    border-bottom: 1px solid #ffffff;
    background: rgba(4, 16, 26, 0.2);/*rgba(255, 255, 255, 0.3)*/
    transition: 0.6s;
  }
  .navBox .navList .subList .li + .li {
    border-top: 1px solid #ffffff;
  }
  .navBox .navList .subList a {
    display: block;
    padding: 10px;
    font-style: italic;
    color: #ffffff;
    text-align: center;
  }
  .navBox .navList .subList a:hover {
    opacity: 1;
    background: #4b4236;
  }
  .navBox .navList .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList .pulldown:hover .subList {
    top: 45px;
    height: auto;
    opacity: 1;
    z-index: 1;
  }
  .navBox .navItem {
    display: none;
  }
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.secWrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap01 {
  max-width: 1220px;
  margin: 20px auto;
  padding: 0 10px;
}

.secWrap02 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap03 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap04 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
}

.mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 35%;
}

.mapBox .mapTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  border: 1px dashed #000000;
  background: #fff;
}

.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.kv {
  position: relative;
  height: 550px;
}

.kv:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: -1;
}

.kv .ttlPanel {
  width: 45%;
  min-width: 620px;
  height: 100%;
  text-align: right;
  background: url(https://clasicajp.live/system_panel/uploads/images/kv_ttl_bg.png) right center no-repeat;
  background-size: cover;
}

.kv .ttlBox {
  display: inline-block;
  padding: 250px 350px 0 10px;
  text-align: left;
}

.kv .ttlBox h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 5px 10px;/*0 0 10px*/
  font-size: 40px;
  font-style: italic;
  color: #a78a67;
  letter-spacing: 0.05em;
  background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv .ttlBox h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 1px;
  background: #a78a67;
}

.kv .ttlBox p {
  color: #cdcdcd;
}

.more {
  position: relative;
  display: block;
  max-width: 240px;
  padding: 1px;
  color: #ba8114;
  text-align: center;
}

.more div {
  padding: 7px 10px;
}

.more img {
  position: relative;
  width: 55px;
  z-index: 2;
}

.more01 {
  background: #5d7e92;
  background: -webkit-linear-gradient(0deg, #5d7e92 0%, #1f445b 65%, #5d7e92 100%);
}

.more01 div {
  background: #061827;
}

.more02 {
  border: 1px solid #a47c2e;
}

.more03 {
  border: 1px solid #ffffff;
}

@media (min-width: 1025px) {
  .more {
    transition: ease .2s;
  }
  .more:hover {
    opacity: 1;
  }
  .more:hover div:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .more div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .more01 div:before {
    background: #f2f1ef;
  }
  .more02 div:before,
  .more03 div:before {
    background: #04101a;
  }
}

.webgene-pagination {
  width: 100%;
  margin: 60px 0 0;
}

.webgene-pagination ul {
  text-align: center;
}

.webgene-pagination ul li {
  display: inline-block;
  margin: 0 10px;
}

.webgene-pagination ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  font-style: italic;
  color: #a87d29;
  text-align: center;
  border: 1px solid #a87d29;
}

.webgene-pagination ul .prev {
  margin: 0 10px 0 0;
}

.webgene-pagination ul .prev a {
  border: none;
}

.webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 10px;
}

.webgene-pagination ul .next a {
  border: none;
}

.webgene-pagination ul .selected a {
  color: #ffffff;
  background: #a87d29;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 120px 0;
  text-align: center;
  background: url(https://clasicajp.live/system_panel/uploads/images/footer_contact_bg.png) center no-repeat;
  background-attachment: fixed;
}

.footer .footContact .ttl {
  margin: 0 0 60px;
}

.footer .footContact .ttl h2 {
  font-size: 18px;
  color: #ba8114;
}

.footer .footContact .ttl p {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 40px;
  color: #a78a67;
  background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .footContact .ttl + p {
  margin: 0 0 60px;
  line-height: 2;
}

.footer .footContact .ul {
  overflow: hidden;
}

.footer .footContact .ul .li {
  float: left;
  width: 48%;
}

.footer .footContact .ul .li + .li {
  float: right;
}

.footer .footContact .ul a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 10px;
  background: #04101a;/*#0e2334;*/
}

.footer .footContact .ul a:before {
  content: '';
  display: block;
  transform: rotate(-40deg);
  position: absolute;
  bottom: -30px;
  right: -300px;
  width: 1600px;
  height: 600px;
  background: #000000;
  transition: 0.6s;
}

.footer .footContact .ul a > div {
  position: relative;
}

.footer .footContact .ul .em {
  font-size: 30px;
  color: #78859e;
}

.footer .footContact .ul .span {
  color: #cdcdcd;
}

.footer .footContact .ul img {
  width: 180px;
}

@media (min-width: 1025px) {
  .footer .footContact .ul a:hover {
    opacity: 1;
  }
  .footer .footContact .ul a:hover:before {
    right: -900px;
  }
}

.footer .footBox {
  padding: 100px 0 60px;
  text-align: center;
  background: url(https://clasicajp.live/system_panel/uploads/images/footer_bg.png) center no-repeat;
  background-size: cover;
}

.footer .footBox .inner {
  display: table;
  width: 100%;
}

.footer .footBox .inner > * {
  display: table-cell;
  width: 50%;
}

.footer .footBox .inner .left {
  text-align: left;
  vertical-align: top;
}

.footer .footBox .inner .left .logo {
  max-width: 200px;
  margin: 0 0 40px;
}

.footer .footBox .inner .left .linkList + .linkList {
  margin: 15px 0 0;
}

.footer .footBox .inner .left .linkList .li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer .footBox .inner .left .linkList a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}

.footer .footBox .inner .left .sns {
  margin: 40px 0 0;
}

.footer .footBox .inner .left .sns .li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer .footBox .inner .left .sns a {
  display: inline-block;
}

.footer .footBox .inner .right {
  padding: 60px 0 0;
  text-align: right;
  color: #ffffff;
  vertical-align: bottom;
}

.footer .footBox .inner .right .txt {
  margin: 0 0 80px;
  line-height: 2;
}

.footer .footBox .inner .right .copy {
  font-size: 14px;
}
