@charset "UTF-8";

.alt {
	display: none;
}

/* 書体 */

.button,
.contents__lead,
.contents__spot-ttl,
.contents__item-list-ttl,
.contents__item-list-txt,
.contents__introduction-ttl,
.contents__introduction-txt,
.contents__introduction-date,
.contents__cinema-txt {
	font-family: "RocknRoll One", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
	letter-spacing: -.05em;
}

/*
.contents__lead,
.contents__spot-ttl,
.contents__item-list-ttl,
.contents__item-list-txt,
.contents__cinema-txt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-feature-settings: "palt";
}*/

/* 文字詰め */

.txt-note,
#kv .button,
.contents__lead,
.contents__spot-ttl,
.contents__item-list-ttl,
.contents__item-list-txt,
.contents__introduction-ttl,
.contents__introduction-txt,
.contents__introduction-date,
.contents__cinema-txt {
	font-feature-settings: "palt";
}

.txt-note,
#kv .button {
	letter-spacing: .05em;
}

.contents__lead,
.contents__spot-ttl,
.contents__item-list-ttl,
.contents__item-list-txt,
.contents__introduction-ttl,
.contents__introduction-txt,
.contents__introduction-date,
.contents__cinema-txt,
.contents__detail-txt {
	letter-spacing: -.05em;
}

.tsume {
	font-size: inherit;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	letter-spacing: -.4em;
	color: inherit;
}

/* 汎用書式 */

.alt {
	display: none;
}

.txt-note {
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
	word-break: break-all;
	color: #11427c;
}

@media screen and (max-width: 767px) {
	.txt-note {
		font-size: 12px;
	}
}

.txt-copyright {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #11427c;
}

@media screen and (max-width: 767px) {
	.txt-copyright {
		font-size: 10px;
	}
}

#kv .txt-copyright {
	margin-top: 20px;
}

/* 選択色 */

.contents-wrp ::selection {
	color: #003;
	background-color: rgba(12, 63, 121, .3);
}

/* 汎用ボタン */

.button {
	display: block;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 18px 0;
	border-radius: 500px;
	border: 3px solid #11427c;
	background: #fff7b2;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: #11427c;
	user-select: none;
	/* box-shadow: 2.5px 3px 0 #11427c; */
}

@media screen and (max-width: 767px) {
	.button {
		max-width: none;
		width: 70vw;
		margin: 9vw auto 0;
		padding: 4vw 0;
		font-size: calc(6px + 3vw);
	}
}

.button:hover {
	opacity: 1;
}

@media screen and (min-width: 1120px) {
	.button {
		opacity: 1;
	}
	
	.button:hover {
		opacity: 1;
	}
}

.button--hasicon {
	padding: 18px 30px 18px 0;
}

@media screen and (max-width: 767px) {
	.button--hasicon {
		padding: 4vw 2em 4vw 0;
	}
}

.button > .button__sub {
	display: block;
	font-size: 90%;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin-top: .5em;
}

	/* ---- アイコン */

.button > .icon {
	display: none;
}

.button--hasicon > .icon {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -.4em;
	font-size: 15px;
	color: #11427c;
}

/* 汎用ボタン ＞ コンテンツごとの表示分け */

	/* ---- #kv, #introduction */

#kv .button,
#introduction .button {
	position: relative;
	display: inline-block;
	min-width: 0;
	max-width: 250px;
	margin-top: 0;
	padding: 16px 40px 16px 17px;
	background: transparent;
	border: 2px solid #11427c;
	font-size: 14px;
	font-weight: normal;
	color: #11427c;
	box-shadow: none;
}

a.button {
	transition: none;/* 打ち消し */
}

#kv .button:hover,
#introduction .button:hover {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#kv .button,
	#introduction .button {
		min-width: 230px;
		max-width: 60vw;
	}
}

@media screen and (min-width: 1120px) {
	#kv .button,
	#introduction .button {
		opacity: 1;
		background: transparent;
		color: #11427c;
		transition: background .5s, color .5s;
	}
	
	#kv .button:hover,
	#introduction .button:hover {
		opacity: 1;
		background: #11427c;
		color: #fff;
		transition: background .05s, color .05s;
	}
}

#kv .button--hasicon > .icon,
#introduction .button--hasicon > .icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -.5em;
	font-size: 15px;
	color: #11427c;
	transition: color .5s;
}

@media screen and (min-width: 1120px) {
	#kv .button--hasicon:hover > .icon,
	#introduction .button--hasicon:hover > .icon {
		color: #fff;
		transition: color .05s;
	}
}

	/* ---- #bgm */

#bgm .button {
	max-width: 300px;
	margin: 20px auto 0;
	border: 3px solid #11427c;
	font-size: 18px;
	color: #11427c;
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	#bgm .button {
		max-width: 64vw;
		font-size: calc(6px + 3vw);
	}
}

@media screen and (min-width: 1120px) {
	#bgm .button {
		opacity: 1;
		color: #11427c;
		transition: background .5s, color .5s;
	}
	
	#bgm .button:hover {
		opacity: 1;
		background: #11427c;
		color: #fff;
		transition: background .05s, color .05s;
	}
}

#bgm .button--hasicon > .icon {
	color: #11427c;
	transition: color .5s;
}

@media screen and (min-width: 1120px) {
	#bgm .button--hasicon:hover > .icon {
		color: #fff;
		transition: color .05s;
	}
}

	/* ---- #cinema */

#cinema .button {
	margin-top: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#cinema .button {
		margin-top: 4vw;
		line-height: 1.6;
	}
}

@media screen and (min-width: 1120px) {
	#cinema .button {
		opacity: 1;
		color: #11427c;
		transition: background .5s, color .5s;
	}
	
	#cinema .button:hover {
		opacity: 1;
		background: #11427c;
		color: #fff;
		transition: background .05s, color .05s;
	}
	#cinema .button--hasicon:hover > .icon {
		color: #fff;
		transition: color .05s;
	}
}

/* 画面幅による表示分け */

.sp-only {
	display: none;
}
.tb-only {
	display: none;
}
.pc-only {
	display: inline;
}

@media screen and (max-width: 1119px) {
	.sp-only {
		display: none;
	}
	.tb-only {
		display: inline;
	}
	.pc-only {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	.sp-only {
		display: inline;
	}
	.tb-only {
		display: inline;
	}
	.pc-only {
		display: none;
	}
}

/* 全体 */

div.contents-wrp {
	background: #ecffbe;
	background-image:
		url(../images/parts-bg-side.png);
	background-repeat:
		repeat-y;
	background-position:
		center top;
	background-size:
		auto auto;
}

@media screen and (max-width: 1119px) {
	div.contents-wrp {
	}
}

@media screen and (max-width: 767px) {
	div.contents-wrp {
	}
}

.contents-wrp-inner1 {
	max-width: 1120px;
	margin: 0 auto;
	padding: 12px;
	background: #57c585;/*
	background-image:
		url(../images/parts-bg-ribbon-t.png),
		url(../images/parts-bg-ribbon-b.png),
		url(../images/parts-bg-ribbon-l.png),
		url(../images/parts-bg-ribbon-r.png);
	background-repeat:
		repeat-x,
		repeat-x,
		repeat-y,
		repeat-y;
	background-position:
		center top,
		center bottom,
		left top,
		right top;
	background-size:
		auto 15px,
		auto 15px,
		15px auto,
		15px auto;*/
}

@media screen and (max-width: 767px) {
	.contents-wrp-inner1 {
		padding: 2.8vw;/*
		background-size:
			auto 2.5vw,
			auto 2.5vw,
			2.5vw auto,
			2.5vw auto;*/
	}
}

.contents-wrp-inner2 {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	background-image:
		url(../images/parts-bg-pattern.png);
	background-repeat:
		repeat;
	background-position:
		center top;
	background-size:
		340px auto;
}

@media screen and (max-width: 1119px) {
	.contents-wrp-inner2 {
		background-image:
			url(../images/parts-bg-pattern.png);
		background-size:
			30vw auto;
	}
}

@media screen and (max-width: 767px) {
	.contents-wrp-inner2 {
		background-image:
			url(../images/parts-bg-pattern.png);
		background-size:
			50vw auto;
	}
}

/* キービジュアル */

.kv {
}

@media screen and (max-width: 767px) {
	.kv {
	}
}

.kv__kv {
	user-select: none;
	pointer-events: none;
}

.kv__kv--sp {
	display: none;
	user-select: none;
	pointer-events: none;
}

.kv__kv--pc {
	display: block;
	width: 100%;
	max-width: 1120px;
	height: auto;
	margin: 0 auto;
	user-select: none;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.kv__kv {
	}

	.kv__kv--sp {
		display: block;
		width: 100%;
		height: auto;
	}

	.kv__kv--pc {
		display: none;
	}
}

/* 映画公式サイトリンク */

#kv .official-link {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#kv  .official-link {
		margin-top: 20px;
	}
}

#introduction .official-link {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#introduction  .official-link {
		margin-top: 7vw;
	}
}

/* コンテンツ */

.contents {
	position: relative;
	background-image:
		url(../images/parts-bg-contents-base-pc.png);
	background-repeat:
		repeat-y;
	background-position:
		center top;
	background-size:
		100% auto;
}

@media screen and (max-width: 1119px) {
	.contents {
	}
}

@media screen and (max-width: 767px) {
	.contents {
		background-image:
			url(../images/parts-bg-contents-base-sp.png);
	}
}

/* コンテンツ ＞ セクション */

.contents__section {
	position: relative;
}

@media screen and (max-width: 767px) {
	.contents__section {
	}
}

/* コンテンツ ＞ セクション区分 */

.contents__section--lead {
}

@media screen and (max-width: 767px) {
	.contents__section--lead {
	}
}

.contents__section--main {
}

@media screen and (max-width: 767px) {
	.contents__section--main {
	}
}

.contents__section--bgm {
}

@media screen and (max-width: 767px) {
	.contents__section--bgm {
	}
}

.contents__section--introduction {
}

@media screen and (max-width: 767px) {
	.contents__section--introduction {
	}
}

.contents__section--scene {
}

@media screen and (max-width: 767px) {
	.contents__section--scene {
	}
}

.contents__section--cinema {
}

@media screen and (max-width: 767px) {
	.contents__section--cinema {
	}
}

/* コンテンツ ＞ 共通アイテムパーツ */

.contents__spot-ttl,
.contents__item-image,
.contents__item-list,
.contents__item-bgmbtn {
	position: relative;
	z-index: 1;
}

.contents__list {
}

#main .contents__list {
	max-width: 520px;
	margin: -80px auto 0;
	padding: 95px 20px 20px;
	border-radius: 70px;
	background: #3a985f;
}

@media screen and (max-width: 767px) {
	#main .contents__list {
		max-width: none;
		margin: -12vw 6vw 0;
		padding: 18vw 4vw 4vw;
		border-radius: 12vw;
	}
}

#bgm .contents__list {
	max-width: 520px;
	margin: -42px auto 0;
	padding: 118px 20px 20px;
	border-radius: 70px;
	background: #3a985f;
}

@media screen and (max-width: 767px) {
	#bgm .contents__list {
		max-width: none;
		margin: -5vw 6vw 0;
		padding: 12vw 4vw 4vw;
		border-radius: 12vw;
	}
}

#introduction .contents__list {
}

.contents__item {
	position: relative;
	z-index: 0;
}

#main .contents__item {
	max-width: 500px;
	margin: 0 auto 0;
	padding: 50px;
	border-radius: 50px;
	background-color: #56ade0;
	background-image: url(../images/parts-bg-display.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	#main .contents__item {
		max-width: none;
		margin: 0;
		padding: 7vw;
		border-radius: 9vw;
	}
}

#bgm .contents__item {
	max-width: 520px;
	margin: -60px auto 0;
	padding: 40px 0 30px;
	border-radius: 50px;
	background-color: #56ade0;
	background-image: url(../images/parts-bg-display.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	#bgm .contents__item {
		max-width: none;
		margin: 0;
		padding: 8vw;
		border-radius: 9vw;
	}
}

#introduction .contents__item {
	max-width: none;
	margin: -60px auto 0;
	padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
	#introduction .contents__item {
		max-width: none;
		margin: -60px 0 0;
		padding: 100px 0 50px;
	}
}

#main .contents__item + .contents__item {
	margin-top: 30px;
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	#main .contents__item + .contents__item {
		margin-top: 0;
		padding-top: 50px;
	}
}

#cinema .contents__item {
	max-width: 680px;
	margin: -60px auto 0;
	padding: 90px 60px 60px;
}

@media screen and (max-width: 767px) {
	#cinema .contents__item {
		max-width: none;
		margin: -60px -17vw 0;
		padding: 75px 0 50px;
	}
}

.contents__item-image {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.contents__item-image {
		height: auto;
		margin: 0 auto;
	}
}

.contents__item-image--tateichi {
	max-width: 350px;
}

@media screen and (max-width: 767px) {
	.contents__item-image--tateichi {
		margin: 20px 18vw 0;
	}
}

#bgm .contents__item-image {
	max-width: 200px;
}

#introduction .contents__item-image {
	max-width: 500px;
	margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
	#introduction .contents__item-image {
		max-width: 80vw;
		margin: 7vw auto 0;
	}
}

#cinema .contents__item-image {
}

@media screen and (max-width: 767px) {
	#cinema .contents__item-image {
		max-width: 80vw;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
}

.contents__item-image > img {
	display: block;
	width: 100%;
	height: auto;
	/* filter: drop-shadow(0 3px 5px rgba(82, 31, 0, .5)); */
	/* box-shadow: 0 3px 5px rgba(82, 31, 0, .5); */
}

@media screen and (max-width: 767px) {
	.contents__item-image > img {
	}
}

.contents__item-detail {
	margin: 20px auto -20px;
}

@media screen and (max-width: 767px) {
	.contents__item-detail {
		margin: 7vw 0 0;
	}
}

.contents__cinema-txt + .contents__item-detail {
	margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
	.contents__cinema-txt + .contents__item-detail {
		margin: 10px 0 0;
	}
}

#bgm .contents__list .contents__item-detail {
}

@media screen and (max-width: 767px) {
	#bgm .contents__list .contents__item-detail {
	}
}

.contents__item-list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.contents__item-list {
	}

	#bgm .contents__item-list {
		display: block;
	}
}

.contents__item-list-ttl {
	position: relative;
	display: inline-block;
	margin-right: .5em;
	padding: .5em 1em .5em;
	border-radius: 500px;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #217bb6;
	user-select: none;
}

#cinema .contents__item-list-ttl {
	background: #11427c;
}

@media screen and (max-width: 767px) {
	.contents__item-list-ttl {
		padding: .6em 1em .6em;
		font-size: calc(1px + 3vw);
	}
}

.contents__item-list-txt {
	display: inline-block;
	margin-left: .2em;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #fff;
}

#cinema .contents__item-list-txt {
	color: #11427c;
}

@media screen and (max-width: 767px) {
	.contents__item-list-txt {
		/* font-size: calc(4.5px + 3vw); */
		font-size: calc(6px + 3vw);
	}

	#bgm .contents__item-list-txt {
		margin-top: 5px;
	}
}

.contents__detail-txt {
	margin-top: 10px;
	font-size: 16px;
	text-align: justify;
	word-break: break-all;
	line-height: 1.8;
	color: #11427c;
}

#cinema .contents__detail-txt {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#cinema .contents__detail-txt {
		max-width: 80vw;
		width: auto;
		height: auto;
		margin: 7vw auto 0;
		font-size: calc(6px + 2vw);
	}
}

.contents__detail > .contents__detail-txt:first-child {
	margin-top: 0;
} 

.contents__date + .contents__detail-txt {
	margin-top: 25px;
} 

@media screen and (max-width: 767px) {
	.contents__detail > .contents__detail-txt:first-child {
		margin-top: 25px;
	} 

	.contents__date + .contents__detail-txt {
		margin-top: 25px;
	} 
}

/* コンテンツ ＞ コンテンツ区分 ＞ リード */

.contents__lead {
	margin-top: 40px;
	padding: 0 40px;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	color: #11427c;
}

@media screen and (max-width: 1119px) {
	.contents__lead {
		padding: 0;
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contents__lead {
		font-size: calc(8px + 3vw);
		line-height: 2;
	}
}

/* コンテンツ ＞ コンテンツ区分 ＞ メイン */

.contents__spot {
	position: relative;
}

@media screen and (max-width: 767px) {
	.contents__spot {
	}
}

.contents__spot-ttl {
	max-width: 520px;
	margin: 40px auto 0;
	/* background: rgba(12, 63, 121, .3); */
}

@media screen and (max-width: 767px) {
	.contents__spot-ttl {
		max-width: none;
		width: 70vw;
		margin: 15vw auto 0;
	}
}

#bgm .contents__spot-ttl {
}

@media screen and (max-width: 767px) {
	#bgm .contents__spot-ttl {
		/* margin-top: 35vw; */
		margin-top: 15vw;
	}
}

#introduction .contents__spot-ttl {
	margin-top: -10px;
}

@media screen and (max-width: 767px) {
	#introduction .contents__spot-ttl {
		margin-top: -4vw;
	}
}

#cinema .contents__spot-ttl {
}

@media screen and (max-width: 767px) {
	#cinema .contents__spot-ttl {
		margin-top: 0;
	}
}

.contents__spot-ttl__image {
	display: block;
	position: relative;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	user-select: none;
	/* filter: drop-shadow(0 3px 5px rgba(82, 31, 0, .5)); */
	/* box-shadow: 0 3px 5px rgba(82, 31, 0, .5); */
}

@media screen and (max-width: 767px) {
	.contents__spot-ttl__image {
		height: 100%;
		bottom: auto;
	}
}

[class*="ttl--"] .contents__spot-ttl__image {
	object-fit: contain;
}

.ttl--hpos-L .contents__spot-ttl__image {
	object-position: 20px center;
}

.ttl--hpos-R .contents__spot-ttl__image {
	object-position: calc(100% - 20px) center;
}

.ttl--hpos-C .contents__spot-ttl__image {
	object-position: center center;
}

@media screen and (min-width: 768px) {
	.ttl--hpos-L .contents__spot-ttl__image,
	.ttl--hpos-R .contents__spot-ttl__image,
	.ttl--hpos-C .contents__spot-ttl__image {
		object-position: center center;
	}
}

/* コンテンツ ＞ コンテンツ区分 ＞ ＢＧＭ */

.contents__item-bgmbtn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin-top: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: filter .5s;
	filter: brightness(1);
}

@media screen and (max-width: 767px) {
	.contents__item-bgmbtn {
		height: 70px;
	}
}

.contents__item-bgmbtn:hover {
	opacity: 1;
}

@media screen and (min-width: 1120px) {
	.contents__item-bgmbtn:hover {
		transition: filter .05s;
		filter: brightness(1.2);
	}
}

/* コンテンツ ＞ コンテンツ区分 ＞ 作品紹介 */

.contents__introduction {
	margin-top: 50px;
	padding: 10px 0 10px;
	background-image: url(../images/parts-bg-photoframe-scene-pc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
	.contents__introduction {
		margin-top: 25vw;
		padding: 10px 0 10px;
		background-image: url(../images/parts-bg-photoframe-scene-sp.png);
	}
}

.contents__introduction-ttl {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #11427c;
}

@media screen and (max-width: 1119px) {
	.contents__introduction-ttl {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contents__introduction-ttl {
		font-size: calc(8px + 3.5vw);
	}
}

.contents__introduction-txt {
	margin: 20px auto 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	color: #11427c;
}

@media screen and (max-width: 767px) {
	.contents__introduction-txt {
		margin: 5vw auto 0;
		font-size: calc(6px + 3vw);
	}
}

.contents__introduction-date {
	margin: 20px auto 0;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #11427c;
}

@media screen and (max-width: 1119px) {
	.contents__introduction-date {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contents__introduction-date {
		margin: 5vw auto 0;
		font-size: calc(8px + 3.5vw);
	}
}

/* コンテンツ ＞ コンテンツ区分 ＞ 場面写真 */

.contents__scene {
	margin-top: 20px;
	padding: 120px 0 90px;
	background-image: url(../images/parts-bg-photoframe-scene-pc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 1119px) {
	.contents__scene {
		margin-top: 60px;
		padding: 20vw 0 20vw;
		background-image: url(../images/parts-bg-photoframe-scene-sp.png);
	}
}

.contents__scene-item {
	position: relative;
	margin: 0 10px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	user-select: none;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}

@media screen and (max-width: 1119px) {
	.contents__scene-item {
		max-width: none;
	}
}

.contents__scene-item > img {
	display: block;
	width: 100%;
	height: auto;;
}

.slick-slider div {/* 逆走を回避 */
	transition: none;
}

.slick-slide {/* 逆走を回避 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

/* コンテンツ ＞ コンテンツ区分 ＞ シネマイクスピアリ */

.contents__cinema {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 0 40px;
	background-image:
		url("../images/parts-bg-cinema-base-pc.png");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.contents__cinema {
		margin-top: 14vw;
		padding: 0 7vw;
		background-image:
			url("../images/parts-bg-cinema-base-sp.png");
		background-size: 100% auto;
		background-position: top left;
	}
}

@media screen and (max-width: 1119px) {
	.contents__cinema {
		margin-top: 10vw;
	}
}

.contents__cinema-txt {
	font-size: 24px;
	line-height: 2;
	text-align: center;
	color: #11427c;
}

@media screen and (max-width: 767px) {
	.contents__cinema-txt {
		font-size: calc(8px + 3vw);
		line-height: 2;
	}
}

.contents__list + .contents__cinema-txt {
	margin-top: 40px;
}

.contents__item .contents__cinema-txt {
	margin-top: 10px;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.contents__item .contents__cinema-txt {
		font-size: calc(8px + 3vw);
		line-height: 1.8;
	}
}

.contents__cinema-image {
}

.contents__cinema-image > img {
	display: block;
	width: 26%;
	height: auto;
	margin: 20px auto;
}

@media screen and (max-width: 767px) {
	.contents__cinema-image > img {
		width: 60%;
		margin: 20px auto;
	}
}

/* 注釈 */

.note {
	position: relative;
	max-width: 1080px;
	width: 100%;
	margin: 20px auto 0;
}

#cinema .note {
	margin: 10px auto 0;
}

@media screen and (max-width: 1119px) {
	.note {
		max-width: none;
		width: auto;
		margin: 20px 0 0;
		padding-right: 1em;
	}

	#cinema .note {
		margin: 10px 0 0;
		padding-right: 0;
	}
}

.txt-note {
	text-align: center;
	color: #11427c;
}

#lead .txt-note {
}

#main .txt-note {
}

#cinema .txt-note {
}

/* アニメーション ＞ フェードイン */

.js-fadein {
	opacity: 1;
	/* animation-name: fadeIn; */
	/* animation-duration: 3s; */
	transition: opacity .2s linear, transform .5s cubic-bezier(0.17,0.84,0.44,1);;
	transform: translateY(0) translateX(0) rotate(0);
	transform-origin: right top;
}

.js-fadein.is-standby {
	opacity: 0;
	transform: translateY(10px) translateX(10px) rotate(-20deg);
}

.contents__item:nth-child(odd) .contents__item-image.js-fadein {
	transform-origin: left top;
}

.contents__item:nth-child(odd) .contents__item-image.js-fadein.is-standby {
	transform: translateY(-10px) translateX(-10px) rotate(20deg);
}

.contents__item:nth-child(even) .contents__item-image.js-fadein {
	transform-origin: right top;
}

.contents__item:nth-child(even) .contents__item-image.js-fadein.is-standby {
	transform: translateY(10px) translateX(10px) rotate(-20deg);
}

@keyframes fadeIn {
	from, to {
		animation-timing-function: cubic-bezier(0.615, 0.810, 0.455, 1.000);
	}

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 見出しのピース */

.piece {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* filter: drop-shadow(0 3px 2.5px rgba(51, 51, 51, .25)); */
	pointer-events: none;
	user-select: none;
}

.piece__item {
	position: absolute;
	pointer-events: none;
	user-select: none;
	visibility: hidden;
}

.is-animate .piece__item {
	visibility: visible;
}

@media screen and (min-width: 768px){
	.piece__item {
		width: 360px;
		height: 360px;
	}
}

@media screen and (max-width: 767px){
	.piece__item {
		width: 62vw;
		height: 62vw;
	}
}

.piece__item > div > img {
	display: block;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.2); */
}

.is-animate .piece__item {
	animation-timing-function:  ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
	animation-duration: 1.6s;
	animation-duration: 2.6s;
	animation-delay: 0s;
}

.is-animate .piece__item > div {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-duration: .5s;
	animation-delay: 0;
}

.is-animate .piece__item > div > img {
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	animation-duration: .5s;
	animation-delay: 0;
	animation-fill-mode: both;
}

@media screen and (min-width: 768px){
	.chara--woody .piece__item {
		left: 100px;
		top: -100px;
	}

	.chara--buzz .piece__item {
		right: 100px;
		top: -145px;
	}

	.chara--jessiebullseye .piece__item {
		left: 70px;
		top: -122px;
	}

	.chara--forkykarenbeverly .piece__item {
		right: 100px;
		top: -250px;
	}

	.chara--woody .is-animate .piece__item,
	.chara--jessiebullseye .is-animate .piece__item {
		/* animation-name: yurayuraLPc; */
	}

	.chara--buzz .is-animate .piece__item,
	.chara--forkykarenbeverly .is-animate .piece__item {
		/* animation-name: yurayuraRPc; */
	}

	.chara--woody .is-animate .piece__item > div,
	.chara--jessiebullseye .is-animate .piece__item > div {
		animation-name: sattoLPc;
	}

	.chara--buzz .is-animate .piece__item > div,
	.chara--forkykarenbeverly .is-animate .piece__item > div {
		animation-name: sattoRPc;
	}

	.chara--woody .is-animate .piece__item > div > img,
	.chara--jessiebullseye .is-animate .piece__item > div > img {
		animation-name: kururiLPc;
	}

	.chara--buzz .is-animate .piece__item > div > img,
	.chara--forkykarenbeverly .is-animate .piece__item > div > img {
		animation-name: kururiRPc;
	}
}

@media screen and (max-width: 767px){
	.chara--woody .piece__item {
		left: -5vw;
		top: -30vw;
	}

	.chara--buzz .piece__item {
		right: -7vw;
		top: -36vw;
	}

	.chara--jessiebullseye .piece__item {
		left: -13vw;
		top: -37vw;
	}

	.chara--forkykarenbeverly .piece__item {
		right: -9vw;
		top: -61vw;
	}

	.chara--woody .is-animate .piece__item,
	.chara--jessiebullseye .is-animate .piece__item {
		/* animation-name: yurayuraLPc; */
	}

	.chara--buzz .is-animate .piece__item,
	.chara--forkykarenbeverly .is-animate .piece__item {
		/* animation-name: yurayuraRPc; */
	}

	.chara--woody .is-animate .piece__item > div,
	.chara--jessiebullseye .is-animate .piece__item > div {
		animation-name: sattoLSp;
	}

	.chara--buzz .is-animate .piece__item > div,
	.chara--forkykarenbeverly .is-animate .piece__item > div {
		animation-name: sattoRSp;
	}

	.chara--woody .is-animate .piece__item > div > img,
	.chara--jessiebullseye .is-animate .piece__item > div > img {
		animation-name: kururiLSp;
	}

	.chara--buzz .is-animate .piece__item > div > img,
	.chara--forkykarenbeverly .is-animate .piece__item > div > img {
		animation-name: kururiRSp;
	}
}

/* キーフレーム */

/* 共通 */

@keyframes sattoLSp {
	from {
		transform: translateX(-35vw);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes sattoRSp {
	from {
		transform: translateX(35vw);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes sattoLPc {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes sattoRPc {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes kururiLSp {
	from {
		transform: rotate(-80deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(15deg);
		transform-origin: left bottom;
	}
}

@keyframes kururiRSp {
	from {
		transform: rotate(80deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(-15deg);
		transform-origin: right bottom;
	}
}

@keyframes kururiLPc {
	from {
		transform: rotate(-10deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(15deg);
		transform-origin: left bottom;
	}
}

@keyframes kururiRPc {
	from {
		transform: rotate(10deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(-15deg);
		transform-origin: right bottom;
	}
}

@keyframes yurayuraLSp {
	from {
		transform: rotate(6deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: left bottom;
	}
}

@keyframes yurayuraRSp {
	from {
		transform: rotate(-6deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: right bottom;
	}
}

@keyframes yurayuraLPc {
	from {
		transform: rotate(7deg);
		transform-origin: left bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: left bottom;
	}
}

@keyframes yurayuraRPc {
	from {
		transform: rotate(-7deg);
		transform-origin: right bottom;
	}

	to {
		transform: rotate(0);
		transform-origin: right bottom;
	}
}

@keyframes fadeIn {
	from, to {
		animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

