.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-size: 100% auto;
  background-color: #000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.op-end .loading {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s .8s, visibility 1s .8s;
  transition: opacity 1s .8s, visibility 1s .8s;
}

.loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  margin: 0 auto;
  width: 200px;
  height: 100%;
}

body.is-ready .loading__inner {
  opacity: 1;
  -webkit-transition: opacity .1s .3s;
  transition: opacity .1s .3s;
}

.loading__wrap {
  width: 100%;
}

.loading__logo {
  width: 100%;
}

.loading__logo img {
  max-width: 100%;
}

.loading__text {
  -webkit-animation: loading-text steps(11) 2s infinite;
  animation: loading-text steps(11) 2s infinite;
  margin-top: 15px;
  font-family: 'Helvetica Neue', Arial, -apple-system, BlinkMacSystemFont,'Segoe UI', 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.loading.no-opening {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.p-main {
  position: relative;
}

.p-main__inner {
  position: relative;
}

.p-main__left {
  position: relative;
}

.p-main__center {
  position: relative;
}

.p-hero {
  position: relative;
}

.p-hero__img {
  position: relative;
  top: 0;
  left: 0;
}

.p-hero__img.-large {
  width: 105%;
}

.p-hero__img img {
  min-width: 100%;
}

.l-section {
  position: relative;
}

.l-section__inner {
  position: relative;
}

.l-section__title {
  position: relative;
}

.swiper-container {
  position: relative;
  z-index: 1;
  z-index: 1;
  padding: 0;
  padding: 0;
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.p-bnr__inner {
  position: relative;
}

.p-bnr__container {
  width: 100%;
}

.p-bnr.no-slide .p-bnr__slide {
  pointer-events: auto;
}

.p-bnr__slide img {
  min-width: 100%;
}

.p-bnr__slide a {
  display: block;
}

.p-bnr__slide a:hover {
  -webkit-animation: flash .1s infinite linear;
  animation: flash .1s infinite linear;
}

.p-bnr__pagination {
  position: relative;
  margin-top: 16px;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.p-bnr__pagination > * {
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: normal;
}

.p-bnr__pagination .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #1eff00;
  border-radius: 50%;
  background-color: transparent;
  width: 9px;
  height: 9px;
}

.p-bnr__pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 13px;
}

.p-bnr__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1eff00;
}

.p-news__title {
  margin-bottom: 10px;
  width: 103px;
}

.p-news__list-item {
  position: relative;
}

.p-news__list-item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  width: 100%;
  height: 2px;
  pointer-events: none;
  content: "";
}

.p-news__list-inner {
  position: relative;
  padding: 28px 0 23px;
}

.p-news__list-date {
  color: #f15612;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Helvetica Neue', Arial, -apple-system, BlinkMacSystemFont,'Segoe UI', 'Roboto', sans-serif;
  letter-spacing: 0.09em;
}

.p-news__list-head {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 12px;
  max-height: 3.4em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
}

.p-news__list-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news__more {
  margin-top: 20px;
}

.p-btn__inner {
  position: relative;
  width: 100%;
}

.p-btn__item {
  margin: 0 0 12px;
  max-width: 228px;
}

.p-profile {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  line-height: 1.95;
  text-align: center;
}

.p-profile__title {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
  margin-bottom: 27px;
  width: 180px;
}

.p-profile__inner {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.p-profile__cont {
  text-align: center;
}

.p-profile__cont p {
  text-align: center !important;
}

.l-top-footer {
  background-color: #000000;
  text-align: center;
}

.l-top-footer__inner {
  margin: 0 30px;
  padding: 78px 0;
}

.l-top-footer__sns-item {
  display: inline-block;
  margin-bottom: 2%;
  width: 49.5%;
}

.l-top-footer__sns-item:nth-of-type(even) {
  margin-left: 1%;
}

.l-top-footer__copy {
  font-size: 13px;
}

@media screen and (min-width: 900px) {
  .loading {
    background-size: 1400px auto;
  }
  .loading__inner {
    width: 230px;
  }
  .p-main {
    padding-bottom: 21px;
  }
  .p-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0;
    max-width: 1500px;
  }
  .p-main__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 56px 28px 0;
    width: 365px;
    text-align: right;
  }
  .p-main__center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 30px;
  }
  .p-main__right {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 220px 36px 0;
    width: 365px;
    text-align: left;
  }
  .p-main__right-inner {
    position: relative;
  }
  .p-bnr {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .p-news {
    padding-bottom: 24px;
  }
  .p-btn__item:hover {
    -webkit-animation: flash 0.1s infinite;
    animation: flash 0.1s infinite;
  }
  .p-profile__inner {
    margin: 0 auto;
    width: 68%;
  }
}

@media screen and (max-width: 899px) {
  .p-hero {
    padding-bottom: 4%;
  }
  .p-bnr {
    background-color: #000000;
    padding: 5.4% 0 3.7%;
  }
  .p-bnr__pagination {
    margin-top: 15px;
  }
  .p-bnr__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .p-bnr__pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 17px;
  }
  .p-news {
    padding: 16.2% 0 12%;
  }
  .p-news__title {
    margin: 0 auto 10px;
    width: 31%;
    max-width: 117px;
  }
  .p-news__list-item::before {
    bottom: -1px;
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 4px);
    height: 1px;
  }
  .p-news__list-inner {
    padding: 31px 0 23px;
  }
  .p-news__list-date {
    font-size: 11px;
  }
  .p-news__list-head {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-news__more {
    margin-top: 18px;
  }
  .p-btn__inner {
    padding: 4% 0% 2%;
  }
  .p-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-btn__item {
    margin: 0px 4px 8px;
    max-width: 164px;
  }
  .p-profile {
    padding: 13.5% 0 11%;
    line-height: 1.85;
  }
  .p-profile__title {
    margin-bottom: 30px;
    width: 160px;
  }
  .p-profile__cont {
    font-size: 14px;
  }
  .l-top-footer__inner {
    margin: 0 auto;
    padding: 53px 0 26px;
    width: 90%;
  }
  .l-top-footer__sns {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .l-top-footer__sns > * {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .l-top-footer__copy {
    margin-top: 50px;
    font-size: 10px;
  }
}
