@charset "UTF-8";
/*=============================================
*
*  swiper 
*
=============================================*/
.swiper-container {
  overflow: visible;
}

.swiper-button-next {
  background: url("../images/common/slider-next.svg") no-repeat center center;
}

.swiper-button-prev {
  background: url("../images/common/slider-prev.svg") no-repeat center center;
}

/*=============================================
*
*  インポート
*
=============================================*/
/*=============================================
*
*  top-hero-section / ファーストビュー
*
=============================================*/
.top-hero-section {
  background: #fafafa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top-hero-section {
    padding-top: 60px;
  }
}
.top-hero-section .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1110px) {
  .top-hero-section .container {
    padding: 0 20px;
  }
}
.top-hero-section__logo {
  max-width: 680px;
  opacity: 0;
  -webkit-transition: all 1.3s ease 1s;
  transition: all 1.3s ease 1s;
  -webkit-transform: scale(1.2) translateY(-30px);
          transform: scale(1.2) translateY(-30px);
}
.loaded.font-loaded .top-hero-section__logo {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
@media screen and (max-width: 1110px) {
  .top-hero-section__logo {
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .top-hero-section__logo {
    max-width: 300px;
  }
}
.top-hero-section__logo img {
  width: 100%;
}
.top-hero-section__copy-area {
  position: relative;
  text-align: center;
  top: -80px;
}
@media screen and (max-width: 1280px) {
  .top-hero-section__copy-area {
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  .top-hero-section__copy-area {
    top: 0;
  }
}
.top-hero-section__copy-area__copy {
  color: #B1B1B1;
  font-size: 2.2rem;
  font-weight: 200;
  margin: 0 auto;
  padding-bottom: 2rem;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.7s ease 2.3s;
  transition: all 0.7s ease 2.3s;
}
.loaded .top-hero-section__copy-area__copy, .font-loaded .top-hero-section__copy-area__copy {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 700px) {
  .top-hero-section__copy-area__copy {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 340px) {
  .top-hero-section__copy-area__copy {
    font-size: 1.7rem;
  }
}
.top-hero-section .scroll-nav {
  bottom: 0;
  height: 210px;
  right: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 30px;
}
@media screen and (max-width: 340px) {
  .top-hero-section .scroll-nav {
    height: 170px;
  }
}
.top-hero-section .scroll-nav.loaded.font-loaded {
  right: 50%;
  opacity: 1;
  -webkit-transition: all 0.9s ease 2.25s;
  transition: all 0.9s ease 2.25s;
}
.top-hero-section .scroll-nav::before {
  background: #1A1818;
  bottom: 0;
  content: "";
  height: calc(100% - 60px);
  left: calc(50% - 1px);
  position: absolute;
  width: 2px;
}
.top-hero-section .scroll-nav .eng {
  color: #1A1818;
  left: 25%;
  margin-bottom: 0;
  top: 50px;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  position: absolute;
}
.top-hero-section .scroll-nav .arrow {
  display: inline-block;
  -webkit-animation: arrow-scroll 4s infinite;
          animation: arrow-scroll 4s infinite;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@-webkit-keyframes arrow-scroll {
  0% {
    top: 60px;
  }
  100% {
    top: calc(100% - 17px);
  }
}
@keyframes arrow-scroll {
  0% {
    top: 60px;
  }
  100% {
    top: calc(100% - 17px);
  }
}

/*=============================================
*
*  message-section
*
=============================================*/
.message-section {
  background: #fff;
  border-top: 1px #F5F5F5 solid;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .message-section {
    padding-top: 150px;
  }
}
.message-section .container {
  position: relative;
}
.message-section.fade.scroll-in::before {
  opacity: 0.1;
}
.message-section__back-text {
  color: #F5F5F5;
  font-size: 26rem;
  font-weight: 900;
  position: absolute;
  top: -130px;
}
@media screen and (max-width: 1100px) {
  .message-section__back-text {
    font-size: 13rem;
    top: -80px;
  }
}
.message-section .heading {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .message-section .heading {
    font-size: 4.2rem;
    text-align: left;
  }
}
.message-section .heading .eng {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
}
.message-section .heading .jp {
  font-size: 3.8rem;
}
@media screen and (max-width: 1100px) {
  .message-section .heading .jp {
    font-size: 2.2rem;
    text-align: left;
  }
}

/*=============================================
*
*  our-business
*
=============================================*/
.our-business-section {
  background: #F5F5F5;
  position: relative;
}
.our-business-section > .inner {
  padding-top: 20px;
  position: relative;
}
.our-business-section.fade.scroll-in::before {
  opacity: 0.1;
}
.our-business-section__img-box {
  background: url("../images/top/mission-img-1.jpg") no-repeat center center/cover;
  height: calc(100% - 240px);
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 30px);
}
@media screen and (max-width: 1100px) {
  .our-business-section__img-box {
    display: block;
    height: 220px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.our-business-section__content-box {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}
.our-business-section h2.heading {
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1100px) {
  .our-business-section h2.heading {
    top: -40px;
  }
}
@media screen and (max-width: 700px) {
  .our-business-section h2.heading {
    margin-bottom: 0;
  }
}
.our-business-section h2.heading .eng {
  font-size: 3.9rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .our-business-section h2.heading .eng {
    font-size: 3rem;
  }
}

/*=============================================
*
*  top-service-section
*
=============================================*/
.top-service-section {
  margin-top: -120px;
}
@media screen and (max-width: 1100px) {
  .top-service-section {
    margin-top: 0;
  }
}
.top-service-section > .inner {
  position: relative;
}
.top-service-section .full-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .top-service-section .full-container {
    display: block;
    margin-bottom: 50px;
    padding: 30px 0;
  }
}
.top-service-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .top-service-section .container {
    display: block;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .top-service-section .container {
    padding: 30px 15px;
  }
}
.top-service-section__img-box {
  background: url("../images/top/service-img-1.jpg") no-repeat center center/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 30px);
}
@media screen and (max-width: 1100px) {
  .top-service-section__img-box {
    display: block;
    height: 220px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.top-service-section__content-box:nth-child(1) {
  max-width: 40%;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .top-service-section__content-box:nth-child(1) {
    max-width: 100%;
  }
}
.top-service-section__content-box:nth-child(2) {
  max-width: 45%;
}
@media screen and (max-width: 1100px) {
  .top-service-section__content-box:nth-child(2) {
    display: block;
    max-width: 100%;
  }
}
.top-service-section__content-box:nth-child(2) h2.heading {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .top-service-section__content-box:nth-child(2) h2.heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .top-service-section__content-box:nth-child(2) h2.heading {
    text-align: center;
  }
}
.top-service-section__content-box:nth-child(2) h2.heading .eng {
  font-size: 12.8rem;
  font-weight: 400;
}
.top-service-section__content-box:nth-child(2) .lead {
  color: #524a47;
  font-size: 1.8rem;
  line-height: 2;
  max-width: 645px;
}
@media screen and (max-width: 1100px) {
  .top-service-section__content-box:nth-child(2) .lead {
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .top-service-section__content-box:nth-child(2) .lead {
    text-align: center;
  }
  .top-service-section__content-box:nth-child(2) .lead br {
    display: none;
  }
}
.top-service-section__content-title {
  font-size: 7.6rem;
  font-weight: 400;
  position: relative;
  top: -310px;
}
@media screen and (max-width: 1100px) {
  .top-service-section__content-title {
    font-size: 4.2rem;
    top: -200px;
  }
}
.top-service-section__four-businesses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list {
    margin-bottom: 30px;
  }
}
.top-service-section__four-businesses-list > li {
  margin: 0;
  padding: 70px 20px;
  text-align: center;
  width: 33.333%;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li {
    padding: 3rem 2rem 70px 2rem;
    width: 50%;
  }
}
.top-service-section__four-businesses-list > li .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
  min-height: 120px;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li .icon-box {
    margin-bottom: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.top-service-section__four-businesses-list > li .icon {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-service-section__four-businesses-list > li .icon {
    max-width: 100%;
  }
}
.top-service-section__four-businesses-list > li h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li h3 {
    margin-bottom: 25px;
  }
}
.top-service-section__four-businesses-list > li h3 .jp {
  font-size: 3.6rem;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li h3 .jp {
    font-size: 2.4rem;
  }
}
.top-service-section__four-businesses-list > li .number {
  color: #484848;
  font-size: 6.7rem;
  font-weight: 500;
  margin: -110px auto 50px;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li .number {
    font-size: 4.7rem;
    margin: -60px auto 20px;
  }
}
.top-service-section__four-businesses-list > li .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto 70px;
  max-width: 420px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li .text {
    font-size: 1.4rem;
    margin: 0 auto 40px;
  }
}
.top-service-section__four-businesses-list > li:nth-child(1) {
  background: #F3F3F3;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li:nth-child(1) {
    padding: 3rem 2rem 80px 2rem;
    width: 50%;
  }
}
.top-service-section__four-businesses-list > li:nth-child(1) .number {
  font-size: 8.7rem;
  font-weight: 400;
  margin: -125px auto 50px;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li:nth-child(1) .number {
    font-size: 4.7rem;
    font-weight: 500;
    margin: -60px auto 20px;
  }
}
.top-service-section__four-businesses-list > li:nth-child(1) .text {
  max-width: 800px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li:nth-child(1) .text {
    margin-bottom: 50px;
  }
}
.top-service-section__four-businesses-list > li:nth-child(2) {
  background: #C1C1C1;
}
.top-service-section__four-businesses-list > li:nth-child(3) {
  background: #E6E6E6;
}
.top-service-section__four-businesses-list > li:nth-child(4) {
  background: #C1C1C1;
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li:nth-child(4) {
    background: #F3F3F3;
  }
}
@media screen and (max-width: 700px) {
  .top-service-section__four-businesses-list > li .btn-type2 {
    width: 140px;
  }
}

/*=============================================
*
*  
*
=============================================*/
.emergency_message-section .text {
  border: 1px #ccc solid;
  margin-bottom: 0;
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .emergency_message-section .text {
    padding: 15px;
  }
}

/*=============================================
*
*  news-section
*
=============================================*/
.top-news-section {
  background: #fff;
  margin-top: -160px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-news-section {
    margin-top: -50px;
  }
}
.top-news-section::after {
  background: #E8E8E8;
  bottom: 140px;
  content: "";
  height: 410px;
  left: calc(50% - 700px);
  position: absolute;
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .top-news-section::after {
    bottom: auto;
    height: calc(100% - 160px);
    left: 0;
    top: 160px;
  }
}
.top-news-section .container {
  position: relative;
  z-index: 1;
}
.top-news-section > .inner {
  position: relative;
}
.top-news-section .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: left;
}
.top-news-section .heading-box h2.heading {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .top-news-section .heading-box h2.heading {
    margin-bottom: 15px;
  }
}
.top-news-section .heading-box h2.heading .eng {
  font-size: 7.6rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .top-news-section .heading-box h2.heading .eng {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 700px) {
  .top-news-section__list {
    margin-bottom: 30px;
  }
}
.top-news-section__list > li {
  background: #F9F9F9;
  margin: 0 40px 0 0;
  overflow: hidden;
  position: relative;
  /*width: calc(33.333% - 26.666px);
  &:nth-child(3n) {
  	margin-right: 0;
  }
  */
}
@media screen and (max-width: 700px) {
  .top-news-section__list > li {
    /*margin: 0 0 20px 0;
    width: 100%;
    &:nth-child(3n) {
    	margin-right: 0;
    }
    */
  }
}
.top-news-section__list > li .update-date {
  display: block;
  margin-bottom: 10px;
  padding: 0 20px;
}
.top-news-section__list > li .update-date:hover {
  opacity: 0.8;
}
.top-news-section__list > li .img-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}
.top-news-section__list > li .img-wrap .img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.top-news-section__list > li .title {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
.top-news-section__list > li .hover-area {
  background: #F9F9F9;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.top-news-section__list > li .hover-area:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-news-section__list > li .hover-area:hover .update-date {
  opacity: 0.8;
}
.top-news-section__list > li .hover-area:hover .title {
  opacity: 0.8;
}
.top-news-section__list > li .btn-area {
  padding: 0 20px 30px 0;
  text-align: right;
}
.top-news-section__list > li .btn-area a {
  font-size: 1.4rem;
  line-height: 1;
  height: auto;
  text-align: left;
  width: 120px;
  height: 34px;
  line-height: 34px;
}
.top-news-section__list > li::after {
  background-color: #000;
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}
.top-news-section__list > li.scroll-in .hover-area {
  opacity: 1;
}
.top-news-section__list > li.scroll-in::after {
  -webkit-animation: box-anim 1.5s;
          animation: box-anim 1.5s;
}
.top-news-section__list > li.temp-delay-1::after {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
@-webkit-keyframes box-anim {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(103%, 0, 0);
            transform: translate3d(103%, 0, 0);
  }
}
@keyframes box-anim {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(103%, 0, 0);
            transform: translate3d(103%, 0, 0);
  }
}
.top-news-section__list > li.temp-delay-2.scroll-in {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top-news-section__list > li.temp-delay-3.scroll-in {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.top-news-section .btn-area {
  padding: 40px 0 0 0;
  text-align: right;
}

/*=============================================
*
*  セクション
*
=============================================*/
.archive,
#event_concert-archive,
#overseas-archive {
  /*//リードセクション
  .lead-type1-section {
  	margin-bottom: 120px;
  	@media screen and (max-width:700px){
  		margin-bottom: 50px;
  	}
  	.text {
  		margin: 0 auto 20px;
  		//max-width: 840px;
  		text-align: center;
  	}
  }
  */
}
.archive .archive-top-section > .inner,
#event_concert-archive .archive-top-section > .inner,
#overseas-archive .archive-top-section > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 285px 0 185px;
}
.archive .archive-top-section__heading,
#event_concert-archive .archive-top-section__heading,
#overseas-archive .archive-top-section__heading {
  line-height: 1.25;
}
.archive .archive-top-section__heading .eng,
#event_concert-archive .archive-top-section__heading .eng,
#overseas-archive .archive-top-section__heading .eng {
  display: block;
  font-size: 12.1rem;
}
@media screen and (max-width: 700px) {
  .archive .archive-top-section__heading .eng,
#event_concert-archive .archive-top-section__heading .eng,
#overseas-archive .archive-top-section__heading .eng {
    font-size: 3.3rem;
  }
}
.archive .archive-top-section__heading .jp,
#event_concert-archive .archive-top-section__heading .jp,
#overseas-archive .archive-top-section__heading .jp {
  display: block;
  font-size: 5.1rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .archive .archive-top-section__heading .jp,
#event_concert-archive .archive-top-section__heading .jp,
#overseas-archive .archive-top-section__heading .jp {
    font-size: 2rem;
  }
}
.archive .archive-list-section__content-box,
#event_concert-archive .archive-list-section__content-box,
#overseas-archive .archive-list-section__content-box {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}

/*=============================================
*
*  ＃
*
=============================================*/
.archive-top-hero-section {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .archive-top-hero-section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .archive-top-hero-section {
    padding-top: 60px;
  }
}
.archive-top-hero-section__logo-area {
  padding: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .archive-top-hero-section__logo-area {
    padding: 0 15px 20px;
  }
}
.archive-top-hero-section__logo {
  margin: 0 auto;
  max-width: 380px;
  width: auto;
}
@media screen and (max-width: 700px) {
  .archive-top-hero-section__logo {
    max-width: 240px;
  }
}
.archive-top-hero-section .full-container {
  padding-bottom: 30px;
}
.archive-top-hero-section__hero-img {
  margin: 0 auto 30px;
  max-width: 1200px;
}
.archive-top-hero-section__lead-box {
  margin: 0 auto 30px;
  max-width: 1200px;
}
@media screen and (max-width: 1230px) {
  .archive-top-hero-section__lead-box {
    padding: 0 15px;
  }
}
.archive-top-hero-section__lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .archive-top-hero-section__lead {
    font-size: 1.6rem;
  }
}
.archive-top-hero-section .btn-area {
  margin: 0 auto 30px;
  max-width: 1200px;
  text-align: right;
}
@media screen and (max-width: 1230px) {
  .archive-top-hero-section .btn-area {
    padding: 0 15px;
  }
}

#event_concert .archive-top-hero-section .full-container {
  background: #4A4247;
}
#event_concert .archive-top-hero-section__lead {
  color: #fff;
}

#event_concert-archive .archive-top-hero-section .full-container,
#overseas .archive-top-hero-section .full-container,
#overseas-archive .archive-top-hero-section .full-container {
  background: #570A00;
}
#event_concert-archive .archive-top-hero-section__lead,
#overseas .archive-top-hero-section__lead,
#overseas-archive .archive-top-hero-section__lead {
  color: #fff;
}

#nazoad .archive-top-hero-section .full-container {
  background: #F9CF35;
}

#artists .archive-top-hero-section .full-container {
  background: #F0F0F0;
}

/*=============================================
*
*  コンテンツ
*
=============================================*/
.archive-detail__content .nav-link {
  border: 2px #232323 solid;
  display: block;
  padding: 20px;
}

/*=============================================
*
*  overseas-archive
*
=============================================*/
#overseas-archive .archive-top-hero-section > .inner {
  padding-bottom: 0;
}
#overseas-archive .archive-list-section__content-box {
  max-width: none;
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap {
  background: #fff;
  padding: 40px 0;
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap .event-month {
  display: block;
  font-size: 7.7rem;
  font-weight: 400;
  margin: 0 auto 20px;
  max-width: 1200px;
}
@media screen and (max-width: 1230px) {
  #overseas-archive .archive-list-section__content-box .list-type1-wrap .event-month {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  #overseas-archive .archive-list-section__content-box .list-type1-wrap .event-month {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap .list-type1 {
  margin: 0 auto;
  max-width: 1200px;
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap:nth-child(2n) {
  background: #f9f9f9;
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap:nth-child(2n) .list-type1 > li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#overseas-archive .archive-list-section__content-box .list-type1-wrap:nth-child(2n) .list-type1 > li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*=============================================
*
*  event_concert-archive 
*
=============================================*/
#event_concert-archive .archive-top-hero-section > .inner {
  padding-bottom: 0;
}

/*=============================================
*
*  アーカイブセクション / ボタン等
*
=============================================*/
.bottom-archive-section {
  background: #fff;
  padding: 60px 0 150px;
}
.bottom-archive-section .btn-area {
  text-align: center;
}

/*=============================================
*
*  セクション
*
=============================================*/
.single #main {
  padding-top: 80px;
}
.single .single-top-section > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}
.single .single-top-section__heading {
  line-height: 1.25;
}
.single .single-top-section__heading .eng {
  display: block;
  font-size: 12.1rem;
}
@media screen and (max-width: 700px) {
  .single .single-top-section__heading .eng {
    font-size: 3.3rem;
  }
}
.single .single-top-section__heading .jp {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single .single-top-section__heading .jp {
    font-size: 2rem;
  }
}
.single .single-detail-section__heading1 {
  border-bottom: 3px #1A1818 solid;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__heading1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.single .single-detail-section > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 40px;
}
.single .single-detail-section__slide-box {
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__slide-box {
    padding-bottom: 10px;
  }
}
.single .single-detail-section__content-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content-box {
    padding: 20px;
  }
}
.single .single-detail-section__content-box .event-month {
  border-bottom: 3px #1A1818 solid;
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content-box .event-month {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.single .single-detail-section__content-box .event-date {
  color: #666;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content-box .event-date {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.single .single-detail-section__content-box .update-date-wrap {
  text-align: right;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content-box .update-date-wrap .update-date {
    font-size: 1.3rem;
  }
}
.single .single-detail-section__content {
  line-height: 1.7;
}
.single .single-detail-section__content h2 {
  border-left: 5px #7A7777 solid;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 7px 0 7px 10px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content h2 {
    font-size: 2.2rem;
  }
}
.single .single-detail-section__content h3 {
  border-bottom: 1px #7A7777 solid;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content h3 {
    font-size: 2rem;
  }
}
.single .single-detail-section__content h4 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content h4 {
    font-size: 1.8rem;
  }
}
.single .single-detail-section__content h5 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single .single-detail-section__content h5 {
    font-size: 1.6rem;
  }
}
.single .single-detail-section__content a {
  text-decoration: underline;
}
.single .single-detail-section__content a:hover {
  opacity: 0.8;
}
.single .previous-and-next-nav-box {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1230px) {
  .single .previous-and-next-nav-box {
    padding: 0 15px 120px;
  }
}
@media screen and (max-width: 700px) {
  .single .previous-and-next-nav-box {
    padding: 0 15px 60px;
  }
}
.single .previous-and-next-nav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .swiper-pagination {
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single .swiper-pagination-bullet {
  background: #a5a5a5;
  height: 15px;
  margin: 0 7.5px;
  width: 15px;
}
@media screen and (max-width: 700px) {
  .single .swiper-pagination-bullet {
    height: 10px;
    margin: 0 5px;
    width: 10px;
  }
}
.single .swiper-pagination-bullet-active {
  background: #000;
}
.single .swiper-button-prev,
.single .swiper-button-next {
  height: 51px;
  width: 25px;
}
.single .swiper-button-prev::after,
.single .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 700px) {
  .single .swiper-button-prev,
.single .swiper-button-next {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
    height: 41px;
    width: 20px;
  }
}
.single .swiper-button-prev {
  background: url("../images/common/slider-prev.svg") no-repeat 0 0/100%;
  left: -40px;
}
@media screen and (max-width: 700px) {
  .single .swiper-button-prev {
    background-size: 50%;
    left: -10px;
  }
}
.single .swiper-button-next {
  background: url("../images/common/slider-next.svg") no-repeat 0 0/100%;
  right: -40px;
}
@media screen and (max-width: 700px) {
  .single .swiper-button-next {
    background-size: 50%;
    right: -10px;
  }
}
.single .swiper-container,
.single .swiper-wrapper {
  overflow: visible;
}
.single .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.single .swiper-slide-active {
  opacity: 1;
}

/*=============================================
*
* 会社概要
*
=============================================*/
#company #main {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  #company #main {
    padding-top: 60px;
  }
}
#company h2.heading {
  border-bottom: 1px #1A1818 solid;
  font-size: 3rem;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}
#company h2.heading .inside-text {
  font-size: 3rem;
}
@media screen and (max-width: 700px) {
  #company h2.heading .inside-text {
    font-size: 2.1rem;
  }
}
#company .company-overview-section .container,
#company .company-history-section .container {
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #company .company-overview-section .container,
#company .company-history-section .container {
    padding-left: 15px;
  }
}
#company .company-overview-section__back-text,
#company .company-history-section__back-text {
  display: block;
  font-size: 9.1rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 700px) {
  #company .company-overview-section__back-text,
#company .company-history-section__back-text {
    color: #f6f6f6;
    left: auto;
    right: 0;
  }
}
#company .company-overview-section > .inner {
  padding-bottom: 30px;
}
#company .company-history-section__content-box {
  position: relative;
}
#company .company-history-section__content-box .text {
  color: #1A1818;
}
#company table {
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#company table th {
  font-weight: 400;
  padding: 15px;
}
@media screen and (max-width: 700px) {
  #company table th {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#company table td {
  border-bottom: 1px #fdfdfd solid;
  padding: 15px;
}
@media screen and (max-width: 700px) {
  #company table td {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#company table td .location-box {
  margin-bottom: 20px;
}
#company table a {
  color: #28746A;
  text-decoration: underline;
}

/*=============================================
*
* 
お問い合わせ
*
=============================================*/
#contact #main {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  #contact #main {
    padding-top: 60px;
  }
}
#contact #main h2.heading {
  border-bottom: 1px #1A1818 solid;
  font-size: 3rem;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}
#contact #main h2.heading .inside-text {
  font-size: 3rem;
}
@media screen and (max-width: 700px) {
  #contact #main h2.heading .inside-text {
    font-size: 2.1rem;
  }
}
#contact #main .contact-form-section .container {
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #contact #main .contact-form-section .container {
    padding-left: 15px;
  }
}
#contact #main .contact-form-section__back-text {
  display: block;
  font-size: 9.1rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 700px) {
  #contact #main .contact-form-section__back-text {
    color: #f6f6f6;
    left: auto;
    right: 0;
  }
}
#contact .grecaptcha-badge {
  visibility: visible;
}

/*=============================================
*
*  recaptcha
*
=============================================*/
/*=============================================
*
* 
お問い合わせ
*
=============================================*/
#privacy-policy-2 #main,
#privacy-policy #main {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  #privacy-policy-2 #main,
#privacy-policy #main {
    padding-top: 60px;
  }
}
#privacy-policy-2 #main h2.heading,
#privacy-policy #main h2.heading {
  border-bottom: 1px #1A1818 solid;
  font-size: 3rem;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}
#privacy-policy-2 #main h2.heading .inside-text,
#privacy-policy #main h2.heading .inside-text {
  font-size: 3rem;
}
@media screen and (max-width: 700px) {
  #privacy-policy-2 #main h2.heading .inside-text,
#privacy-policy #main h2.heading .inside-text {
    font-size: 2.1rem;
  }
}
#privacy-policy-2 #main .contact-form-section .container,
#privacy-policy #main .contact-form-section .container {
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #privacy-policy-2 #main .contact-form-section .container,
#privacy-policy #main .contact-form-section .container {
    padding-left: 15px;
  }
}
#privacy-policy-2 #main .contact-form-section__back-text,
#privacy-policy #main .contact-form-section__back-text {
  display: block;
  font-size: 9.1rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 700px) {
  #privacy-policy-2 #main .contact-form-section__back-text,
#privacy-policy #main .contact-form-section__back-text {
    color: #f6f6f6;
    left: auto;
    right: 0;
  }
}
#privacy-policy-2 #main h3.heading,
#privacy-policy #main h3.heading {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #privacy-policy-2 #main h3.heading,
#privacy-policy #main h3.heading {
    font-size: 1.8rem;
  }
}
#privacy-policy-2 #main h4.heading,
#privacy-policy #main h4.heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #privacy-policy-2 #main h4.heading,
#privacy-policy #main h4.heading {
    font-size: 1.6rem;
  }
}
#privacy-policy-2 #main .text,
#privacy-policy #main .text {
  position: relative;
}
#privacy-policy-2 #main .privacy-policy-list,
#privacy-policy #main .privacy-policy-list {
  position: relative;
}
#privacy-policy-2 #main .privacy-policy-list ol,
#privacy-policy #main .privacy-policy-list ol {
  padding-left: 1em;
}
#privacy-policy-2 #main .privacy-policy-list ol li,
#privacy-policy #main .privacy-policy-list ol li {
  list-style: decimal;
  line-height: 1.6;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#privacy-policy-2 #main .privacy-policy-list ol h4.heading,
#privacy-policy #main .privacy-policy-list ol h4.heading {
  text-indent: 0em;
}