@charset "utf-8";

/**************************************************
	MV
**************************************************/
.mv {
  position: relative;
  display: flex;
  min-width: 1050px;
}
.mv .side {
  width: 250px;
  background: url(../img/nv_scroll.png) center bottom 20px no-repeat;
  background-size: 53px;
  text-align: center;
}
.mv .side h1 {
/*
  position: absolute;
  top: 0;
*/
  padding: 0 43px 34px;
/*  background-color: rgba(255,255,255,0.9);*/
  z-index: 100;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.mv .side h1._off {
  opacity: 0;
}
/*
.mv .side h1._fix {
  position: fixed;
  padding-top: 72px;
}
*/
.mv .side h1 img {
  margin-top: -42px;
  width: 164px;
}
.mv .side p {
  position: absolute;
  top: 182px;
  left: 53px;
}
.mv .side p img {
  width: 144px;
}
.slide {
  position: relative;
  width: calc(100% - 250px);
  min-width: 800px;
  height: calc(59.69vw - 155px);
  min-height: 478px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
/*
  .slide {
    width: 800px;
    height: 666px;
    background-color: #000;
  }
*/
}
.slide li {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.5s;
}
.slide li:nth-child(1) { background-image: url(../img/mv1.jpg);}
.slide li:nth-child(2) { background-image: url(../img/mv2.jpg);}
.slide li:nth-child(3) { background-image: url(../img/mv3.jpg);}
.slide li._fade {
  transform: scale(1.05);
  opacity: 0;
}
.mv .dot {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
.mv .dot a {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  cursor: pointer;
}
.mv .dot a._current {
  background-color: #00C4F1;
}
.mv .dot a:hover {
  background-color: rgb(0, 196, 241, 0.8);
}


/**************************************************
	共通
**************************************************/
section {
  text-align: center;
}
.sec-title {
  display: inline-block;
  color: #1B2C6E;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  padding: 0 42px;
  background: url(../img/dot_7x5.png) left 12px no-repeat, url(../img/dot_7x5.png) right 12px no-repeat;
  background-size: 24px;
}
.sec-title span {
  display: block;
  color: #4D4D4D;
  font-size: 9px;
}


/**************************************************
	リードブロック
**************************************************/
.lead {
  max-width: 1240px;
  padding: 85px 0 100px;
  margin: 0 auto;
  background: url(../img/img_silhouette.png) right center no-repeat;
  background-size: 404px;
}
.lead h2 img {
  width: 926px;
}
.lead > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 95px auto 0;
  width: 940px;
}
.lead > div p img {
  width: 370px;
}
.lead > div div {
  width: 500px;
  text-align: left;
}
.lead > div div h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.lead > div div p {
  margin-top: 20px;
  font-size: 1.5rem;
}
.lead > div div p strong {
  display: block;
  margin-top: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.35;
}
.lead > div .annotation {
  margin-top: -180px;
  width: 370px;
  font-size: 1rem;
  transform: scale(0.8);
}


/**************************************************
	お知らせ
**************************************************/
.news {
  padding: 70px 0 100px;
}
.news ul {
  width: 934px;
  margin: 30px auto 0;
  border: 1px solid rgba(204,204,204,0.5);
  background-color: #fff;
}
.news ul li {
  border-top: 1px solid rgba(204,204,204,0.5);
}
.news ul li:first-child {
  border-top: none;
}
.news ul li a {
  display: block;
  background: #fff url(../img/nv_corner.png) right bottom no-repeat;
  background-size: 35px;
}
.news ul li p {
  padding: 15px 25px;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
}
.news ul li .date {
  display: inline-block;
  width: 90px;
  font-weight: 500;
}


/**************************************************
	ステージイベント
**************************************************/
.event {
  /*padding: 70px 0 170px;*/
  padding: 35px 0 85px;
}


/**************************************************
	コンテンツ
**************************************************/
.contents {
  padding: 70px 0 60px;
}
.contents .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  width: 940px;
}
.contents .wrap a {
  display: block;
  margin-top: 60px;
  width: 440px;
  border-bottom: 3px solid #ccc;
  background-color: #fff;
  background: #fff url(../img/nv_corner.png) right bottom no-repeat;
  background-size: 35px;
  pointer-events: none;
}
.contents .wrap a.coming {
  background-image: url(../img/nv_corner_nolink.png);
}
.contents .wrap a#seminar,
.contents .wrap a#stage {
  cursor: pointer;
  pointer-events: auto;
}
.contents .wrap a img {
  width: 100%;
}
.contents .wrap h3 {
  padding: 28px 28px 0;
  color: #1B2C6E;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: left;
}
.contents .wrap h3 span {
  display: block;
  color: #00C4F1;
  font-size: 1rem;
}
.contents .wrap p {
  padding: 14px 28px 60px;
  font-size: 1.4rem;
  text-align: left;
}

.contents .bnr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 960px;
  text-align: center;
}
.contents .bnr-wrap a:not(:first-child) {
  margin-top: 16px;
}
.contents .bnr-wrap a.half {
  width: calc(50% - 8px);
}
.contents .bnr-wrap a.half.right {
  margin-left: 16px;
}
.contents .bnr-wrap img {
  width: 100%;
}

.contents .bnr {
  margin: 60px auto 0;
}
.contents .bnr img {
  max-width: 96%;
}

/**************************************************
	SNS
**************************************************/
.sns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sns > div {
  flex-basis: 50%;
  padding: 58px 0;
}
.sns div.fb {
  padding-right: 20px;
  background-color: #225AA7;
  text-align: right;
}
.sns div.fb .fb-page {
  padding-top: 40px;
  background: url(../img/icon_fb.png) center top no-repeat;
  background-size: 13px;
}
.sns div.fb .fb-page span iframe {
  border-radius: 10px !important;
  overflow: hidden;
}
.sns div.tw {
  background-color: #4699D4;
  padding-left: 20px;
  text-align: left;
}
.sns div.tw iframe {
  padding-top: 40px !important;
  width: 468px !important;
  background: url(../img/icon_tw.png) center 5px no-repeat;
  background-size: 24px;
}