@charset "utf-8";

/* teaser2 */

.wrapper {
  background: #fff;
  overflow: hidden;
}
.page-comment .wrapper {
  background: #FFFCF2;
}

.inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.mainVisual {
  width: 45%;
  padding: 30px 0 30px 30px;
  box-sizing: border-box;
}
.mv-inner {
  position: relative;
  width: 100%;
}
.mv-img {
  position: inherit;
  width: 100%;
  font-size: 0;
}
.mv-catch {
  position: absolute;
  top: 16%;
  left: 6%;
  width: 11%;
}
.main .mainParts {
  position: relative;
  width: 52%;
  padding: 5% 2% 2%;
  box-sizing: border-box;
}
.mainParts-lead {
  width: 80%;
  margin: 0 auto 6%;
}
.main .title {
  width: 60%;
  margin: 0 auto;
}
.main .roadshow {
  width: 26.64%;
  margin: 0 auto;
}
.main .caststaff {
  width: 82%;
  margin: 7% auto 5%;
}

.main-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.main-btn-item {
  display: block;
  width: 31%;
  /* max-width: 180px;
  max-height: 30px; */
  margin: 1%;
  transition: .25s;
}
.main-btn-item:hover {
  opacity: .5;
}
.main-btn-item img {
  display: block;
  width: 100%;
  height: auto;
}
.main-sns-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.main-btn-instagram {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  background: url("../img/teaser2/icon_instagram.svg") center no-repeat;
  background-size: 100%;
  z-index: 100;
  transition: .25s;
}
.main-btn-twitter {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  background: url("../img/teaser2/icon_twitter.svg") center no-repeat;
  background-size: 100%;
  z-index: 100;
  transition: .25s;
}
.main-btn-instagram:hover,
.main-btn-twitter:hover {
  opacity: .5;
}
.main-catch {
  width: 100%;
}
.main-catch-img {
  width: 60%;
  margin: 2% auto 3%;
}

@media screen and (max-width: 1000px) {
  .main-sns-wrap {
    top: 10px;
    right: 10px;
  }
  .main-btn-instagram {
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
  }
  .main-btn-twitter {
    width: 30px;
    height: 30px;
  }
  .mainParts-lead {
    margin: 0 auto 5%;
  }
  .main .caststaff {
    margin: 6% auto 4%;
  }  
}

@media screen and (max-width: 768px) {
  .mainVisual {
    width: 100%;
    padding: 18px 18px 3vw;
  }
  .mv-catch {
    top: 16%;
    left: 6%;
    width: 11%;
  }
  .main .mainParts {
    position: relative;
    width: 100%;
    padding: 8% 0 10%;
    transform: scale(1.09);
    order: 3;
  }
  .main-btn-wrap {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .main-btn-item {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0;
  }
  .main-sns-wrap {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
    margin: 7% auto 0;
  }
  .main-btn-instagram {
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
  }
  .main-btn-twitter {
    width: 40px;
    height: 40px;
  }
  .main-catch {
    order: 2;
  }
  .main-catch-img {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .mainVisual {
    width: 100%;
    padding: 18px 18px 1.5vw;
  }
  .main-btn-wrap {
    display: block;
  }
  .main-btn-item {
    width: 180px;
    margin: 5px auto;
  }
}

.banner-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 50px 30px;
}
.banner-item {
  width: 30%;
  max-width: 300px;
  margin: 5px 10px;
}

@media screen and (max-width: 768px) {
  .banner-area {
    padding: 30px 5% 10px;
  }
  .banner-item {
    width: 100%;
    max-width: 480px;
    margin: 5px auto;
  }
}

.comment {
  padding: 70px 0 25px;
}
.comment .title {
  width: 175px;
  margin: 0 auto 68px;
}
.commentTitle {
  margin: 0 0 40px;
  padding: 0 0 0.25em;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #707070;
}
.commentTitle p {
  display: inline-block;
  font-size: 80%;
}
.commentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 75px;
}
.commentWrap .photo {
  width: 100px;
}
.commentWrap .text {
  width: calc(100% - 118px);
  line-height: 2em;
  font-size: 14px;
  font-weight: 400;
}
.commentWrap.noPhoto .text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comment {
    padding: 100px 0 0;
  }
  .commentTitle {
    margin: 0;
    text-align: center;
  }
  .commentWrap {
    justify-content: center;
    margin: 0 0 135px;
  }
  .commentWrap .photo {
    margin: 19px auto 17px;
  }
  .commentWrap .text {
    width: 100%;
  }
}

.copyright {
  margin: 0 0 60px;
  text-align: center;
  color: #000;
  font-size: 11px;
}

/* comment colorbox */
.commentModal #cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("../img/teaser2/btn_comment_close.svg") center center no-repeat;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}