@charset "utf-8";

/* min-width: 1028px; */

#contentsArea {
  clear: both;
	overflow-x: initial;
}

.wrap {
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.875;
	color: #000;
}

.wrap *,
.wrap *:before,
.wrap *:after {
	box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	line-height: inherit;
	letter-spacing: normal;
}

.wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.wrap a {
	color: inherit;
}

.wrap > .contents-wrap {
	margin-bottom: 3em;
}

.wrap .--serif {
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

@media only screen and (min-width: 769px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}

@media only screen and (max-width: 768px) {
	.wrap {
		font-size: 3.2vw;
	}

	.wrap .only-pc {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	.wrap .only-sp {
		display: none;
	}
}

.wrap .p-cinema {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 3em;
}

.wrap .p-cinema-heading01 {
  line-height: 1;
  text-align: center;
  background: transparent;
  background-position: left bottom;
  background-repeat: repeat-x;
  /*background: url(../cinema248_img/line.png) repeat-x center bottom / 0.125em auto;*/
  background-size: 0.125em auto;
  padding-bottom: 0.625em;
  margin-bottom: 1.5em;
}

.wrap .p-cinema-heading01 img {
  width: 17.5625em;
}

.wrap .p-cinema-heading02 {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.125em;
  color: #FF0000;
}

@media only screen and (max-width: 768px) {
  .wrap .p-cinema-heading01 {
    background-size: 0.166667em auto;
    padding-bottom: 0.833333em;
    margin-bottom: 2em;
  }
  
  .wrap .p-cinema-heading01 img {
    width: 23.416667em;
  }

  .wrap .p-cinema-heading02 {
    font-size: 1.333333em;
  }
}

.wrap .p-cinema-preview {
  background-color: #FFF7E7;
  border-top: 0.625em solid #A36E08;
  margin-top: 1em;
  padding: 1.875em 1.666667em 3.75em;
}

.wrap .p-cinema-preview__inner {
  width: 35em;
  margin: 0 auto;
}

.wrap .p-cinema-heading03 {
  line-height: 1;
  text-align: center;
  margin: 0 auto 2em;
  width: 17.8125em;
}

.wrap .p-cinema-preview__film {
  line-height: 1;
  margin: 0 auto 1em;
}

@media only screen and (max-width: 768px) {
  .wrap .p-cinema-preview {
    margin-top: 2em;
    padding-top: 2.666667em;
    padding-bottom: 3.333333em;
    border-top-width: 0.833333em;
  }

  .wrap .p-cinema-preview__inner {
    width: 100%;
  }

  .wrap .p-cinema-heading03 {
    width: 23.75em;
    margin-bottom: 2.666667em;
  }
}

.wrap .p-cinema-txt01 {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 0.5em;
}

.wrap .p-cinema-txt02 {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  color: #FF0000;
  margin-bottom: 1em;
}

.wrap .p-cinema-info {
  margin: 0 auto 2.125em;
  background-color: #FFF;
  border-radius: 0.625em;
  padding: 1.25em;
}

.wrap .p-cinema-info__table {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wrap .p-cinema-info__table + .p-cinema-info__table.--size02 {
  border-top: 1px solid #E6DFD2;
  margin-top: 1.25em;
  padding-top: 1.25em;
}

.wrap .p-cinema-info__table > dt {
  font-size: 0.875em;
  line-height: 2;
  display: flex;
}

.wrap .p-cinema-info__table dt:after{
  content:":";
  display: block;
  margin-left:0.5em;
  width: 1em;
}

.wrap .p-cinema-info__table > dd {
  font-size: 0.875em;
  line-height: 2;
  flex:1;
}

.wrap .p-cinema-info__table.--size02 > dt {
  /*width: 6.5em;*/
}

.wrap .p-cinema-info__table.--size02 > dd {
  /*width: calc(100% - 6.5em);*/
}

.wrap .p-cinema-info__table > dd a {
  text-decoration: underline;
  color: #0085FF;
  word-break: break-all;
}

.wrap .p-cinema-info__table > dd a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .wrap .p-cinema-txt01,
  .wrap .p-cinema-txt02 {
    font-size: 1.333333em;
  }

  .wrap .p-cinema-info {
    border-radius: 0.833333em;
    padding: 1.666667em;
  }

  .wrap .p-cinema-info__table + .p-cinema-info__table {
    margin-top: 1.666667em;
    padding-top: 1.666667em;
  }

  .wrap .p-cinema-info__table > dt,
  .wrap .p-cinema-info__table > dd {
    font-size: 1.166667em;
  }
}

.wrap .p-cinema-story {
  line-height: 1;
  border-bottom: 2px solid #A36E08;
  margin-bottom: 1.5em;
  padding-bottom: 0.625em;
}

.wrap .p-cinema-story img {
  width: 4.1875em;
}

.wrap .p-cinema-story-wrap + .p-cinema-story-wrap{
  margin-top: 1.5em;
}
.wrap .p-cinema-txt03 {
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.733333;
  margin-bottom: 1em;
}

.wrap .p-cinema-txt04 {
  font-size: 0.875em;
  line-height: 1.857143;
  margin-bottom: 1em;
}

.wrap .p-cinema-thumbs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.5em;
}

.wrap .p-cinema-thumbs > li {
  width: calc(50% - 0.625em);
}
.wrap .p-cinema-thumbs > li:nth-child(2){
  margin-left: auto;
}

.wrap .p-cinema-thumbs span {
  display: block;
  color: #949494;
  font-size: 0.625em;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media only screen and (max-width: 768px) {
  .wrap .p-cinema-story {
    margin-bottom: 2em;
    padding-bottom: 0.833333em;
    border-bottom-width: 0.166667em;
  }
  
  .wrap .p-cinema-story img {
    width: 5.583333em;
  }

  .wrap .p-cinema-txt03 {
    font-size: 1.25em;
  }

  .wrap .p-cinema-txt04 {
    font-size: 1.166667em;
  }

  .wrap .p-cinema-thumbs {
    margin-top: 2em;
  }
  
  .wrap .p-cinema-thumbs > li {
    width: calc(50% - 0.2em);
  }
  
  .wrap .p-cinema-thumbs span {
    font-size: 0.666667em;
  }
}

.wrap .p-cinema-present {
  margin: 4em auto 0;
  border-radius: 2.5em;
  overflow: hidden;
  background-color: #FFE9F1;
}

.wrap .p-cinema-present__inner {
  padding: 3.125em 0;
  margin: 0 auto;
  width: 37.5em;
}

.wrap .p-cinema-present__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-color: #FF97BC;
  height: 3.75em;
}

.wrap .p-cinema-present__ttl img {
  width: auto;
  height: 1.625em;
}

.wrap .p-cinema-txt05 {
  text-align: center;
  line-height: 1;
  margin-bottom: 1.25em;
}
.wrap .p-cinema-txt05 {
  text-align: center;
  line-height: 1;
  margin-bottom: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:8px;
}
.wrap .p-cinema-txt05  span{
  font-weight: bold;
  color: #000;
  font-size: 1.7em;
  line-height: 1.1;
  letter-spacing:0.08em;
}
.wrap .p-cinema-txt05  em{
  font-weight: bold;
  color: #ff196b;
  font-style: normal;
  font-size: 2.1em;
  line-height: 1.1;
}

.wrap .p-cinema-txt05 img {
  width: auto;
  height: 4.4375em;
}

.wrap .p-cinema-present__img {
  overflow: hidden;
  background-color: #FFF;
  border-radius: 0.625em;
  margin: 0 auto 1.5em;
  width: 36.25em;
}

.wrap .p-cinema-txt06 {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.555556;
  color: #FF196B;
}

.wrap .p-cinema-txt06 small {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 0.666667em;
}

.wrap .p-cinema-hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  margin: 1.5em auto;
  border: none;
}

.wrap .p-cinema-txt07 {
  text-align: center;
  font-size: 0.75em;
  line-height: 1.5;
}

.wrap .p-cinema-txt07 a {
  text-decoration: underline;
  color: #0085FF;
}

.wrap .p-cinema-txt07 a:hover {
  text-decoration: none;
}

.wrap .p-cinema-btn {
  line-height: 1;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  width: 30em;
  margin: 1.25em auto 0;
}

.wrap .p-cinema-btn a {
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.375em;
  border-radius: 4em;
  background: #82070E;
  padding: 0 1em;
  box-sizing: border-box;
  /*background: #82070E url(../cinema248_img/arrow01.png) no-repeat right 1em center / 0.75em auto;*/
  color: #FFF;
  display: flex;
  align-items: center;
}

.wrap .p-cinema-btn a:hover {
  opacity: 0.7;
}
.wrap .p-cinema-btn a > span:first-child{
  flex:1;
  padding-left:min(3.2vw, 12px);
}
.wrap .p-cinema-btn a > span:last-child{
  margin-left: auto;
  width:min(3.2vw, 12px);
  height:min(5.3333vw, 20px);
}

@media only screen and (max-width: 768px) {
  .wrap .p-cinema-present {
    width: 27.916667em;
    border-radius: 3.333333em;
  }
  
  .wrap .p-cinema-present__inner {
    padding: 2.5em 1.666667em;
    width: 100%;
  }

  .wrap .p-cinema-present__ttl {
    height: 5em;
  }
  
  .wrap .p-cinema-present__ttl img {
    height: 2.166667em;
  }

  .wrap .p-cinema-txt06 {
    margin-bottom: 1em;
  }
  
  .wrap .p-cinema-txt06 img {
    height: 4.166667em;
  }

  .wrap .p-cinema-present__img {
    margin-bottom: 2em;
    border-radius: 0.833333em;
    width: 100%;
  }

  .wrap .p-cinema-txt06 {
    font-size: 1.333333em;
  }
  
  .wrap .p-cinema-txt06 small {
    font-size: 0.75em;
  }

  .wrap .p-cinema-hr {
    margin-top: 1.666667em;
    margin-bottom: 1.666667em;
  }

  .wrap .p-cinema-txt07 {
    font-size: 1em;
  }

  .wrap .p-cinema-btn {
    font-size: 1.333333em;
    width: 100%;
    margin-top: 1.75em;
  }
}
