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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

html {
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
  animation: bodyFadeIn 1s ease-in-out 0s 1 normal !important;

  /*
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    */
}

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

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

#allWrap.companionBody {
  position: relative;
  background-color: #000;
  background-image: url("/sp/img/index/bg.jpg");
  background-size: 1080px 1440px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#allWrap.profileBody {
  position: relative;
  background-color: #000;
  background-image: url("/sp/img/index/bg.jpg");
  background-size: 1080px 1440px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#allWrap.systemBody {
  position: relative;
  background-color: #000;
  background-image: url("/sp/img/index/bg.jpg");
  background-size: 1080px 1440px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#allWrap.contentsBody {
  position: relative;
  background-color: #000;
  background-image: url("/sp/img/index/bg.jpg");
  background-size: 1080px 1440px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

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

.contentsLogo {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  background: transparent;
  mix-blend-mode: difference;
  z-index: 3000;
  overflow: hidden;
}

.contentsLogo a {
  display: block;
  position: relative;
  margin: 0 auto;
}

.contentsLogo img {
  width: 100%;
}

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

/*
#allWrap.companionBody #wrap-inner {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
*/

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

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

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

.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: #000;
  min-width: 320px;
  padding: 30px 0 0 0;
  margin: 0 auto 0 auto;
}

#footer-inner {
  position: relative;
  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);
}

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

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

#footer dt img {
  width: 100%;
}

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

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

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

#footer dd.footerInfo ul li {
  font-family: "FunctionsPro", sans-serif;
  padding: 5px 0;
  color: #717171;
  display: block;
  font-weight: normal;
}

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

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

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

#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
  color: #717171;
  width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
  text-align: right;
}

#footer dd.footerMenu ul li:nth-child(odd)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(0, -50%);
}

#footer dd.footerMenu ul li:nth-child(even) {
  text-align: left;
}

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 0 20px;
  margin: 2px 0;
  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: #717171;
  text-decoration: underline;
}

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

#footer dd.footerSNS {
  position: relative;
}

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

#footer dd.footerSNS ul li {
  display: inline-block;
  text-align: center;
}

#footer dd.footerSNS ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #717171;
  border-radius: 50%;
  margin: 5px;
}

#footer dd.footerSNS ul li a span {
  display: block;
}

#footer dd.footerSNS ul li a span i {
  font-size: 22px;
  line-height: 40px;
  color: #000;
}

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

#footer dd#copyRight {
  position: relative;
  text-align: center;
}

#footer dd#copyRight b {
  color: #717171;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "FunctionsPro", sans-serif;
  display: inline-block;
  line-height: 140%;
  margin: 0 2px;
}

#footerBottomWrap {
  position: relative;
  background: #141414;
}

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

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

#footerBottom .link i {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
}

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

.foot-fixArea {
  position: fixed;
  z-index: 8000;
  width: 100%;
  background: #000;
  height: 60px;
  overflow: hidden;
}

.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 .fix-tel {
  display: block;
  width: 260px;
  padding: 13px 0 10px 20px;
}

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

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

.fadeOutArea {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.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.1;
}

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

.information {
  position: relative;
  text-align: center;
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 800px;
}

.information span {
  display: inline-block;
  text-align: center;
  background: #333;
  padding: 2px;
  transition: 0.3s ease;
}

.information span a {
  display: block;
}

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

.information-wrap {
  position: relative;
}

.info {
  position: relative;
  text-align: center;
  margin: 0 auto 10px auto;
  max-width: 800px;
}

.info span.infoBanner {
  display: inline-block;
  text-align: center;
  background: #333;
  padding: 2px;
  transition: 0.3s ease;
}

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

.info 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: #333;
    cursor: auto;
    border-radius: 5px;
    margin: 15px 0;
    padding: 5px;
  }

  .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: 10px;
  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: 30px;
  display: inline-block;
  color: #fff;
  line-height: 120%;
}

.noticeWrap dl dd.noticeBody {
  position: relative;
}

.noticeWrap dl dd.noticeBody span {
  display: inline-block;
  line-height: 160%;
  font-size: 16px;
  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;
  padding-top: 5px;
}

.lightbox dl {
  position: relative;
  background: #fff;
  padding: 30px 4%;
}
.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: 32px;
  color: #000;
  display: inline-block;
  line-height: 110%;
}

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

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

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: 40%;
  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.tht span {
  display: block;
  font-size: 14px;
}

table.disTable tr th span {
  font-size: 20px;
  display: block;
  line-height: 120%;
  letter-spacing: 0;
}

table.disTable tr td {
  text-align: center;
  padding: 15px 0 15px 0;
  line-height: 140%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: block;
  width: 60%;
  display: table-cell;
}

table.disTable tr td span {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 120%;
  letter-spacing: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
}

table.disTable tr td span b {
  display: block;
  font-size: 13px;
  color: #212121;
}

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: 14px;
  display: block;
}

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

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: 3px;
  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: 5px; */
}

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