@charset "UTF-8";

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fnw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ====================
  all
==================== */
#cinema_02 {
	width: 128rem;
	margin: 8.3rem auto 10rem;
	font-feature-settings: "palt";
	text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

#cinema_02 img {
	width: 100%;
}

/* ====================
  main title
==================== */
.cinema_02_ttl {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	position: relative;
	font-size: 2.4rem;
	z-index: 1;
}

.cinema_02_ttl::before {
	content: "";
	width: 31.8rem;
	height: 1.1rem;
	position: absolute;
	background-image: url("../../../../Page/cinema/200518/img/effect.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: -1;
	left: 48.1rem;
	top: 1.5rem;
}

.cinema_02_ttl span {
	display: block;
}

.cinema_02_ttl_txt {
	letter-spacing: 0.01em;
}

.cinema_02_ttl_num {
	margin-top: 2.3rem;
}

.cinema_02_ttl_lead {
	line-height: 2;
	margin-top: 4.8rem;
	letter-spacing: 0.02em;
}

/* ====================
  main container
==================== */
.cinema_02_sec {
	margin-top: 12rem;
}

.cinema_02_sec._01 {
	margin-top: 7.6rem;
}

.cinema_02_sec_ttl .txt {
	font-size: 2rem;
	font-family: pragmatica, sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.02em;
	position: relative;
}

.cinema_02_sec_ttl .txt::after {
	position: absolute;
  content: "";
  width: 101%;
  height: 1px;
  background-color: #272727;
  bottom: 0;
  left: 0;
}

.cinema_02_sec_mainImg {
	margin: 5rem auto 0;
}

.cinema_02_sec_mainImg._01 {
	width: 43rem;
}

.cinema_02_sec_mainImg._02,
.cinema_02_sec_mainImg._03,
.cinema_02_sec_mainImg._04 {
	width: 50rem;
}

.cinema_02_sec_mainImg._05,
.cinema_02_sec_mainImg._06 {
	width: 48rem;
}

.cinema_02_sec_itemImg_wrap {
	margin: 6rem auto 0;
}

.cinema_02_sec_itemImg_wrap._01 {
	width: 19.6rem;
}

.cinema_02_sec_itemImg_wrap._02 {
	width: 43rem;
}

.cinema_02_sec_itemImg_wrap._04 {
	width: 88.8rem;
}

.cinema_02_sec_itemImg_list {
	width: 19.6rem;
}

.cinema_02_credit {
	font-size: 1.3rem;
	margin-top: 1rem;
}

.cinema_02_article {
	width: 50rem;
	margin: 6.7rem auto 0;
}

.cinema_02_sec_movie_ttl {
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.cinema_02_sec_movie_summary {
	line-height: 2;
	margin-top: 2.6rem;
	text-align: justify;
	letter-spacing: 0.025em;
}

.cinema_02_sec_story_summary {
	line-height: 2;
	margin-top: 2rem;
	text-align: justify;
	letter-spacing: 0.025em;
}

.cinema_02_btn {
	width: 20.2rem;
	margin: 9.5rem auto 0;
}

.cinema_02_btn a {
	width: 20.2rem;
  max-width: 20.2rem;
  height: 4rem;
  color: #272727;
  font-size: 1.3rem;
  border: 1px solid #8b8b8b;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}

/* for pc */
@media only screen
and (min-device-width: 768px) {
  .sp_only {
    display: none;
  }
}


/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {
  .header,
  .footer,
  .header .header-inner {
  }
}

/* for sp */
@media only screen
and (max-device-width: 767px) {
  .pc_only {
    display: none;
  }

  #cinema_02 {
		width: calc(750 * (100vw / 750));
		margin: calc(218 * (100vw / 750)) auto calc(128 * (100vw / 750));
		font-size: calc(24 * (100vw / 750));
	}

	/* ====================
	  main title
	==================== */
	.cinema_02_ttl {
		font-size: calc(36 * (100vw / 750));
	}

	.cinema_02_ttl::before {
		width: calc(472 * (100vw / 750));
		height: calc(14 * (100vw / 750));
		left: calc(139 * (100vw / 750));
		top: calc(23 * (100vw / 750));
	}

	.cinema_02_ttl_num {
		margin-top: calc(40 * (100vw / 750));
	}

	.cinema_02_ttl_lead {
		line-height: 1.833333333;
		margin-top: calc(94 * (100vw / 750));
	}

	/* ====================
	  main container
	==================== */
	.cinema_02_sec {
		margin-top: calc(180 * (100vw / 750));
	}

	.cinema_02_sec._01 {
		margin-top: calc(94 * (100vw / 750));
	}

	.cinema_02_sec_ttl {
		font-size: calc(32 * (100vw / 750));
	}

	.cinema_02_sec_mainImg {
		margin: calc(50 * (100vw / 750)) auto 0;
	}

	.cinema_02_sec_mainImg._01 {
		width: calc(646 * (100vw / 750));
	}

	.cinema_02_sec_mainImg._02,
	.cinema_02_sec_mainImg._03,
	.cinema_02_sec_mainImg._04 {
		width: calc(750 * (100vw / 750));
	}

	.cinema_02_sec_mainImg._05,
	.cinema_02_sec_mainImg._06 {
		width: calc(720 * (100vw / 750));
	}

	.cinema_02_sec_itemImg_wrap {
		margin: calc(50 * (100vw / 750)) auto 0;
	}

	.cinema_02_sec_itemImg_wrap._01 {
		width: calc(274 * (100vw / 750));
	}

	.cinema_02_sec_itemImg_wrap._02 {
		width: calc(586 * (100vw / 750));
	}

	.cinema_02_sec_itemImg_wrap._04 {
		width: calc(586 * (100vw / 750));
	}

	.cinema_02_sec_itemImg_list {
		width: calc(274 * (100vw / 750));
	}

	.cinema_02_sec_itemImg_list:nth-of-type(n+3) {
		margin-top: calc(80 * (100vw / 750));
	}

	.cinema_02_credit {
		font-size: calc(22 * (100vw / 750));
		margin-top: calc(32 * (100vw / 750));
	}

	.cinema_02_article {
		width: calc(680 * (100vw / 750));
		margin: calc(76 * (100vw / 750)) auto 0;
	}

	.cinema_02_sec_movie_ttl {
		font-size: calc(24 * (100vw / 750));
		line-height: 1.83333333;
	}

	.cinema_02_sec_movie_summary,
	.cinema_02_sec_story_summary {
		line-height: 1.83333333;
		margin-top: calc(35 * (100vw / 750));
		text-align: justify;
	}

	.cinema_02_btn {
		width: calc(322 * (100vw / 750));
		margin: calc(124 * (100vw / 750)) auto 0;
	}

	.cinema_02_btn a {
		width: calc(322 * (100vw / 750));
		max-width: calc(322 * (100vw / 750));
		height: calc(70 * (100vw / 750));
		font-size: calc(26 * (100vw / 750));
	}
}

/* ====================
  for IE
==================== */
@media all and (-ms-high-contrast: none) {
  .cinema_02_sec_movie_summary,
  .cinema_02_sec_story_summary {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    font-family: 'Noto Sans JP', sans-serif;
    /*padding: 0 2px;*/
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.cinema_02_sec_movie_summary,
.cinema_02_sec_story_summary {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans JP', sans-serif;
  padding-right: 2px;
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop,
.cinema_02_sec_movie_summary,
.cinema_02_sec_story_summary {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans JP', sans-serif;
  /*padding: 0 2px;*/
}


/* ====================
  for IE
==================== */
@media all and (-ms-high-contrast: none) {
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .selector {}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, .selector {}

/* Edge(Chromium) */
_:lang(x)::-ms-, .selector {}

/* Chrome */
_:lang(x)::-internal-media-controls-overlay-cast-button, .selector {}

/* Safari */
_:lang(x)+_:-webkit-full-screen-document, .selector {}

/* Firefox */
_:lang(x)::-moz-placeholder, .selector {}

/* Edge(EdgeHTML) & IE11 & IE10 */
_:-ms-lang(x), .selector {}

/* Edge(Chromium) & Chrome & Safari & Firefox */
_:lang(x)::-webkit-, .selector {}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}