@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html {
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #000;
}

#allWrap {
  position: relative;
  min-width: 380px;
  width: 100%;
  height: 100%;
}

#allWrap.topBody {
  position: relative;
  background-color: #000;
}

#allWrap.companionBody {
  position: relative;
}

#allWrap.profileBody {
  position: relative;
}

#allWrap.systemBody {
  position: relative;
}

@media only screen and (max-width: 1080px) {
}

#wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#content-wrap {
  position: relative;
}

#content-wrap.out {
  position: relative;
}

#wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

#contents {
  position: relative;
  height: 100%;
  width: 100%;
}

#foot-fix {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

#footerTop {
  width: 100%;
  padding: 5px 0 5px 5px;
}

.breadcrumb_list {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
}

.breadcrumb_list li {
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb_list li.breadLogo {
}

.breadcrumb_list li.breadLogo a img {
  width: 100%;
}

.breadcrumb_list li a,
.breadcrumb_list li b {
  display: block;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 23px;
  padding: 0 2px;
}

.breadcrumb_list li span {
  display: block;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 12px;
  padding: 0 2px;
}

#footerWrap {
  position: relative;
  width: 100%;
  z-index: 9000;
  /* background: #0e1f2a; */
  min-width: 1040px;
  padding: 0 0 0 0;
  background: rgb(14, 31, 42);
  background: -moz-linear-gradient(
    0deg,
    rgba(14, 31, 42, 1) 0%,
    rgba(14, 31, 42, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(14, 31, 42, 1) 0%,
    rgba(14, 31, 42, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(14, 31, 42, 1) 0%,
    rgba(14, 31, 42, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1f2a", endColorstr="#0e1f2a", GradientType=1);
}

#foot-frame {
  height: 150px;
  width: 150px;
  /* background-color: #000; */
  position: absolute;
  top: -75px;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 0);
  padding: 20px 20px 0 20px;
}

#foot-frame img {
  width: 100%;
  animation: rotate-anime 5s ease-in-out infinite;
}

@keyframes rotate-anime {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

#footer-inner {
  position: relative;
  /* background: #0e1f2a; */
}

#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 10px 30px 10px;
}

#footer dt {
  width: 160px;
  position: relative;
  margin: 0 auto 20px auto;
}

#footer dt img {
  width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
  margin: 10px auto;
  position: relative;
}

#footer dd.footerInfo {
  font-size: 24px;
  color: #717171;
}

#footer dd.footerInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer dd.footerInfo ul li {
  font-family: "Six Caps", sans-serif;
  padding: 0 11px;
  color: #717171;
  display: inline-block;
}

#footer dd.footerInfo ul li span.informationTitle {
  font-family: "Six Caps", sans-serif;
  display: inline-block;
  background: #717171;
  color: #000;
  font-size: 24px;
  line-height: 1;
  padding: 2px 6px;
  margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
  font-family: "Six Caps", sans-serif;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: 1;
}

#footer dd.footerMenu ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
  color: #e60012;
}

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 0 12px;
  color: #717171;
}

#footer dd.footerMenu ul li:last-child a {
  border: none;
}

#footer dd.footerMenu ul li b {
  color: #717171;
  font-size: 24px;
}

#footer dd.footerMenu ul li a.active span {
  color: #e60012;
  text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
  color: #717171;
  font-family: "Six Caps", sans-serif;
  font-size: 24px;
  line-height: 1;
}

#footer dd.footerMenu ul li a span:hover {
  color: #ff0059;
}

#footer span.footerBorder {
  display: block;
  height: 3px;
  background-color: #181c1d;
  border-top: 1px solid #2a2a2a;
  width: auto;
  margin: 30px auto;
}

#footer dd#copyRight {
  color: #717171;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "FunctionsPro", sans-serif;
  text-align: center;
}

.gBanner {
  position: relative;
  margin: 30px auto 0 auto;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
}

.gBanner li {
  position: relative;
  width: 50%;
}

.gBanner li a {
  margin: 0 10px;
  border: 3px solid #1a1a1a;
  display: block;
}

.gBanner li a img {
  width: 100%;
}

#footerBottomWrap {
  position: relative;
  /*    background: #e5e5e5;*/
  background: #141414;
}

#footerBottom {
  position: relative;
  padding: 10px 6px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#footerBottom span {
  display: block;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

#footerBottom span a {
  margin-right: 4px;
  display: block;
}

#footerBottom span img {
  width: 44px;
}

#footerBottom .link {
  font-size: 8px;
  color: #808080;
  display: inline-block;
  margin: 0 5px;
}

#footerBottom .link a {
  font-size: 10px;
  line-height: 10px;
  color: #808080;
  display: inline-block;
  margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
  background: #fff;
}

.back {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.foot-fixArea {
  position: fixed;
  z-index: 8998;
  width: 100%;
  background: #000;
  height: 60px;
  overflow: hidden;
  /* background: transparent;
    mix-blend-mode: difference; */
}

.foot-fix {
  position: relative;
  height: 100%;
}

.foot-fixArea .foot-fix a.pageTopBtn {
  display: block;
  transition: 0.3s ease;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #000;
  text-align: center;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  transition: 0.3s ease;
  padding-top: 3px;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover {
  background: #fff;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover i {
  color: #000;
}

.foot-fixArea .fix-tel {
  display: block;
  width: 300px;
  padding: 13px 0 10px 20px;
}

.foot-fixArea .fix-tel a {
  display: block;
}

.foot-fixArea .fix-tel a img {
  width: 100%;
}

.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: url(/pc/img//pattern.png) repeat;
  top: 0;
  left: 0;
  opacity: 0.2;
  display: block;
  transition-timing-function: ease;
}

.grainBG {
  position: relative;
}

.grainBG:after {
  animation: grain 6s steps(10) infinite;
  background-image: url(/pc/img/grain_bg.png);
  background-repeat: repeat;
  content: "";
  height: 300%;
  left: -100%;
  opacity: 0.1;
  pointer-events: none;
  position: fixed;
  top: -100%;
  transition: opacity 0.4s ease;
  width: 300%;
  opacity: 0.06;
}

@keyframes grain {
  0% {
    transform: translate(20%, -15%);
  }

  10% {
    transform: translate(-20%, -15%);
  }

  20% {
    transform: translate(20%, -5%);
  }

  30% {
    transform: translate(-20%, -5%);
  }

  40% {
    transform: translate(20%, 5%);
  }

  50% {
    transform: translate(-20%, 5%);
  }

  60% {
    transform: translate(20%, 15%);
  }

  70% {
    transform: translate(-20%, 15%);
  }

  80% {
    transform: translate(20%, 5%);
  }

  90% {
    transform: translate(-20%, 5%);
  }

  100% {
    transform: translate(20%, -5%);
  }
}

.loaderSpin {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -100px;
  background-image: url(/js/img/loading.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  animation: loadingSpin 0.5s ease-out infinite;
  transform-origin: 50% 50%;
}

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.information-wrap {
  position: relative;
}

.information {
  position: relative;
  text-align: center;
  margin: 0 auto 50px auto;
  width: 1000px;
}

.information span.infoBanner {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 800px;
  background: #333;
  padding: 5px;
  transition: 0.3s ease;
}

.information span.infoBanner:hover {
  background: #fff;
}

.information span.infoBanner a {
  display: block;
}

.information span.infoBanner a img {
  width: 100%;
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    overflow: auto;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.9);
    z-index: 10001;
    cursor: default;
  }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .login-triangle {
    width: 0;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #28d;
  }

  .featherlight .featherlight-content {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    cursor: auto;
    border-radius: 5px;
    margin: 50px 0;
    padding: 40px 40px;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 60px;
    width: 60px;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: none;
    color: #aaa;
    z-index: 2000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}

.noticeWrap {
  position: relative;
  max-width: 1000px;
  color: #6c6c6c;
  background: #000;
  margin: 0 auto;
  padding: 30px 0;
}

.noticeWrap .notice {
  padding: 50px 20px;
  margin: 3%;
}

.noticeWrap .anc {
  max-width: 380px;
  width: 90%;
  margin: 30px auto 0 auto;
}
.noticeWrap .anc a {
  display: block;
  color: #6c6c6c;
}

.noticeWrap .anc a img {
  width: 100%;
}

.noticeWrap dl {
  position: relative;
}

.noticeWrap dl dt a {
  display: block;
}
.noticeWrap dl dt {
  overflow: hidden;
}

.noticeWrap dl dt img {
  width: 100%;
}

.noticeWrap dd.noticeTitle {
  padding: 20px 0;
  text-align: center;
}
.noticeWrap dl dd.noticeTitle b {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  display: inline-block;
  color: #fff;
  line-height: 140%;
}

.noticeWrap dl dd.noticeBody {
  padding: 10px 0 0 0;
}

.noticeWrap dl dd.noticeBody span {
  display: inline-block;
  line-height: 160%;
  font-size: 18px;
  color: #c8c8c8;
}

@media only screen and (max-width: 1000px) {
  .noticeWrap .noticeBody {
    text-align: left;
  }
}

@media only screen and (min-width: 1001px) {
  .noticeWrap .noticeBody {
    text-align: center;
  }
}
.noticeWrap dl dd.noticeBody small {
  display: block;
  line-height: 160%;
  font-size: 12px;
  color: #c8c8c8;
}

.lightbox dl {
}

.lightbox dl dt {
  overflow: hidden;
}

.lightbox dl dt img {
  width: 100%;
}

.lightbox dl dd.disTit {
  position: relative;
  margin: 20px 0;
}

.lightbox dl dd.disTit b {
  font-family: "Noto serif JP", serif;
  font-size: 40px;
  color: #000;
  display: inline-block;
}

.lightbox dl dd.disBody {
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 14px;
}

table.disTable {
  position: relative;
  border-collapse: separate;
  width: 100%;
  padding: 10px 0 0 0;
}

table.disTable tbody {
  width: 100%;
  height: 100%;
}

table.disTable tr {
}

table.disTable tr th {
  padding: 20px 0 20px 0;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 26%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  background-color: #ececec;
}

table.disTable tr th.tht {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

table.disTable tr th span {
  /* font-family: "Alice", "Noto sans JP", sans-serif; */
  font-size: 20px;
  display: block;
  line-height: 120%;
  letter-spacing: 0;
}

table.disTable tr td.td1,
table.disTable tr td.td3 {
  text-align: center;
  font-size: 24px;
  padding: 15px 0 15px 0;
  line-height: 140%;
  width: 35%;
  border-bottom: 1px solid #ccc;
}

table.disTable tr td.td1 span {
  display: inline-block;
  font-size: 20px;
}

table.disTable tr td.td3 {
  border-right: 1px solid #ccc;
}

table.disTable tr td.td3 span {
  display: inline-block;
  color: red;
  font-size: 24px;
}

table.disTable tr td.td3 span b {
  display: block;
  font-size: 13px;
  text-align: left;
}

table.disTable tr td.td2 {
  text-align: center;
  font-size: 20px;
  padding: 15px 0 15px 0;
  line-height: 140%;
  width: 4%;
  border-bottom: 1px solid #ccc;
}

table.disTable tr td.tdt {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

table.disTable tr td.tdt span {
  font-size: 20px;
}

table.disTable tr td span {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 120%;
  letter-spacing: 0;
}

table.disTable tr td span.tdeco {
  position: relative;
  text-decoration: line-through red;
}

table.disTable tr td a {
  text-align: left;
  line-height: 1;
  transition: 0.3s ease;
  display: inline-block;
}

.swiper-slide span.swiper-inner {
  display: block;
  background: rgb(255, 228, 218);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 228, 218, 1) 0%,
    rgba(255, 220, 236, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 228, 218, 1) 0%,
    rgba(255, 220, 236, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 228, 218, 1) 0%,
    rgba(255, 220, 236, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4da", endColorstr="#ffdcec", GradientType=1);
  padding: 5px;
  position: relative;
  /* box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset; */
}

.swiper-slide span.swiper-inner a {
  display: block;
  background: #fff;
  padding: 0;
}

.swiper-slide span.swiper-inner img {
  width: 100%;
}
