@charset "UTF-8";

/*=============================================================
 single
=============================================================*/
/* .single .branch#mainimg {
  background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg_single02_sp.png);
}

@media (min-width: 769px) {
  .single .branch#mainimg {
    background-color: #f0f0f2;
    background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg_single02_pc.png);
  }
} */

@media (min-width: 769px) {
  .single .branch#mainimg .pageTit {
    width: 1230px;
  }
}

.single .branch#mainimg .pageTit .ja {
	display: inline-block;
}

@media (min-width: 769px) {
  .single .branch#mainimg .pageTit .ja {
		padding-left: 73px;
  }
}

.single .branch#mainimg .pageTit .ja::before {
	position: absolute;
	top: 7px;
	left: -15px;
	height: 18px;
	width: 15px;
	content: "";
	background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/ico_sp.png);
	background-size: 100%;
}
@media (min-width: 769px) {
	.single .branch#mainimg .pageTit .ja::before {
		top: 6px;
		left: 29px;
		height: 30px;
		width: 25px;
		background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/ico_pc.png);
	}
}

.single .branch#mainimg .pageTit .en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, 'Yu Gothic', "メイリオ", sans-serif;
	display: block;
  max-width: none;
}
.single .branch#mainimg .pageTit .en::before{
	display: none;
}
@media (min-width: 769px) {
  .single .branch#mainimg .pageTit .en {
    padding-bottom: 20px;
  }
}

#post {
  background: #fff;
}

@media (min-width: 769px) {
  #post {
    width: 1200px;
    margin: 0 auto 100px;
  }
}

#post .thumbnail {
  margin: 0 0 27px;
}

@media (min-width: 769px) {
  #post .thumbnail {
    margin: 0 0 24px;
  }
}

#post .movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#post .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#post .postIn b {
  font-weight: bold;
}

@media (min-width: 769px) {
  #post .movie {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
  #post .postIn {
    padding: 0 100px;
  }
}

#post h2 {
  margin: 0 0 18px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.53;
}

@media (min-width: 769px) {
  #post h2 {
    margin: 0 0 36px;
    font-size: 3.4rem;
    line-height: 1.59;
  }
}

#post h3 {
  margin: 0 0 20px;
  padding: 0 0 0 12px;
  border-left: 5px solid #1f328c;
  color: #231f20;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

@media (min-width: 769px) {
  #post h3 {
    margin: 0 0 40px;
    padding: 0 0 0 15px;
    border-left: 6px solid #1f328c;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media (min-width: 769px) {
  #post p {
    font-size: 1.7rem;
    line-height: 2.12;
  }
}

#post p+p {
  margin-top: 1.5em;
}

#post img {
  margin: 0 0 25px;
  height: auto;
}

@media (min-width: 769px) {
  #post img {
    margin: 0 0 60px;
  }
}

#post b, #post strong {
  font-weight: bold;
}

#post .social {
  margin: 35px 0 0;
  padding: 30px 15px;
  border-top: 1px solid #cecece;
}

@media (min-width: 769px) {
  #post .social {
    margin: 72px 0 0;
    padding: 60px 0;
  }
}

#post .social .c-sns-links__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 769px) {
  #post .social .c-sns-links__lists {
    width: 575px;
    margin: 0 auto;
  }
}

#post .social .c-sns-links__lists .item {
  text-align: center;
  width: 25%;
  padding: 0 3px 0 0;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  #post .social .c-sns-links__lists .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26.4%;
    padding: 0 1px;
    font-size: 2.5rem;
  }
}

#post .social .c-sns-links__lists .tit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px 0 0;
  background: url("/kiflmovie/cms/wp-content/themes/kgg/img/common/share_bg01.svg") no-repeat;
  background-size: auto 100%;
  font-size: 1.1rem;
  line-height: 35px;
}

@media (min-width: 769px) {
  #post .social .c-sns-links__lists .tit {
    width: 20.8%;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

#post .social .c-sns-links__lists a {
  display: block;
  color: #fff;
  line-height: 35px;
}

@media (min-width: 769px) {
  #post .social .c-sns-links__lists a {
    line-height: 50px;
  }
}

#post .social .twitter a {
  background: #1da1f2;
}

#post .social .fb a {
  font-size: 2rem;
  background: #3b5998;
}

@media (min-width: 769px) {
  #post .social .fb a {
    font-size: 3rem;
  }
}

#post .social .line a {
  font-size: 2.5rem;
  background: #00c300;
}

@media (min-width: 769px) {
  #post .social .line a {
    font-size: 3.6rem;
  }
}

#facebook {
  height: 180px;
  margin: 0 0 40px;
  background: #294785 url("../img/common/img_fb_bg_sp.png");
  background-size: cover;
}

@media (min-width: 769px) {
  #facebook {
    height: 250px;
    margin: 0 0 90px;
    background: url("/kiflmovie/cms/wp-content/themes/kgg/img/common/img_fb_bg_pc.png") bottom center;
    background-size: cover;
  }
}

#facebook .tit {
  height: 100px;
  padding: 22px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 769px) {
  #facebook .tit {
    position: relative;
    float: left;
    height: auto;
    margin: 76px 0 0 143px;
    padding: 0 15px 9px 0;
    border-bottom: 1px solid #fff;
    font-size: 2.6rem;
    line-height: 1.54;
    text-align: left;
  }

  #facebook .tit:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 8px;
    height: 2px;
    background: #fff;
    -webkit-transform: skew(0deg, 45deg);
    -ms-transform: skew(0deg, 45deg);
    transform: skew(0deg, 45deg);
  }
}

#facebook .link {
  margin: 0 15px;
  border-bottom: none;
  text-align: center;
}

#facebook .link a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

#facebook .link a img {
  width: 24px;
  height: auto;
  margin-right: 5px;
  border: 0;
  text-decoration: none;
  vertical-align: text-top;
}

@media (min-width: 769px) {
  #facebook .link {
    float: left;
    padding-top: 90px;
    margin: 0 0 0 160px;
  }

  #facebook .link a {
    font-size: 3rem;
  }

  #facebook .link a img {
    width: 32px;
    margin-right: 13px;
  }

  #facebook .link a:hover {
    text-decoration: underline;
  }

  #facebook .link a:hover img {
    text-decoration: none;
  }
}

#facebook .box {
  height: 206px;
  margin: 0 15px;
  border-bottom: none;
}

@media (min-width: 769px) {
  #facebook .box {
    float: right;
    height: auto;
    width: 498px;
    margin: 30px 171px 0 0;
  }
}


@media (min-width: 769px) {
  .branch#mainimg {
    min-height: 200px;
  }
  .branch#mainimg .pageTit {
    padding: 20px 0 0;
  }
  .branch#mainimg .pageTit .en {
    font-size: 4rem;
  }
  #post .movie {
    padding-bottom: 37%;
  }
}