@charset "utf-8";
/* CSS Document */


@media print, screen and (min-width: 769px) {
/* ------------------------------------------------------
 * setting
------------------------------------------------------ */
	.movie_30th #contentsContainer {
		width: 100%;
		background: url("/30th/movie/images/index_bg01.jpg")repeat-y center center #333;
		margin: 0;
		padding: 0;
	}
	.movie_30th #contentsContainer > #contents {
		width: 1200px!important;
		color: #fff;
		margin: 0 auto;
	}
/* ------------------------------------------------------
 * movie_hero_area
------------------------------------------------------ */
	.movie_hero_area_wrap {
		display: flex;
		min-height: 1100px;
		padding-bottom: 265px;
		justify-content: center;
		align-items: flex-start;
		padding-top: 56px;
		background: url("/30th/movie/images/index_bg02.png") top center no-repeat;
	}
	.movie_hero_area {
		max-width: 900px;
	}
	/*--- movie_hero_area_text ---*/
	.movie_hero_area_text {
		padding: 0 70px
	}
	.movie_hero_title {
		line-height: .8;
	}
	.movie_hero_title_large {
		font-size: 58px;
		font-weight: 500;
	}
	.movie_hero_title_medium {
		font-size: 38px;
		font-weight: 700;
	}
	.movie_hero_title_normal {
		font-size: 30px;
		font-weight: 700;
	}
	.movie_hero_title_small {
		font-size: 24px;
		font-weight: 700;
	}
	.movie_hero_text {
		font-size: 16px;
		margin-top: 1.5em;
	}
	.movie_hero_youtube {
		display: block;
		width: 788px;
		height: 443px;
		margin: 35px auto 0;
	}
	.movie_hero_youtube > iframe {
		border: none;
		vertical-align: bottom;
		width: 100%;
		height: 100%;
	}
	.movie_hero_youtube_text {
		font-size: 13px;
		letter-spacing: .04em;
		margin-top: 1em;
	}
	.movie_hero_youtube_text > a {
		color: #fff;
	}
	.movie_hero_youtube_text > a > span {
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
	}
	.movie_hero_youtube_text > a:hover {
		border-bottom: none;
		text-decoration: none;
	}
	.movie_hero_youtube_text > a:hover > span {
		border-bottom: none;
		text-decoration: none;
	}
	.movie_hero_youtube_text > .movie_hero_youtube_text_link_blank > img {
		margin: 0 5px 0 12px;
	}

/* ------------------------------------------------------
 * movie_detail_area
------------------------------------------------------ */
	.movie_detail_area_wrap {
		margin-top: -165px;
	}
	.movie_detail_area:nth-of-type(2) {
		margin-top: -2px;
	}
	.movie_detail_area:nth-of-type(3) {
		margin-top: 40px;
	}
	.movie_detail_area:nth-of-type(4) {
		margin-top: -15px;
		padding-top: 130px;
		background: url("/30th/movie/images/index_bg04.png") top center no-repeat;
	}
	.movie_detail_heading02 {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.movie_detail_heading02_inner {
		position: relative;
		padding-bottom: 35px;
	}
	.movie_detail_heading02_inner::before {
		position: absolute;
		content: "";
		background: url("/30th/movie/images/index_bg03.png") no-repeat;
		width: 683px;
		height: 57px;
		bottom: 0;
		left: 50%;
		margin-left: -342px;
	}
	.movie_detail_heading02_title {
		font-size: 38px;
		font-weight: 700;
	}
	.movie_detail_heading02_subtitle {
		font-size: 30px;
		font-weight: 700;
	}
	.movie_detail_text_box {
		width: 678px;
		background: linear-gradient(90deg, rgba(0,102,255,.8) 0%, rgba(0,102,255,0.3) 100%);
		border-radius: 30px;
		box-shadow: 10px 10px 30px #000;
	}
	.movie_detail_text_box_body {
		margin-top: 25px;
	}
	.movie_detail_title {
		position: relative;
		font-size: 24px;
		font-weight: 700;
		padding-left: 30px;
	}
	.movie_detail_title::before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		top: 10px;
		left: 0;
		border-radius: 50%;
		background: #d7083b;
	}
	.movie_detail_text {
		font-size: 16px;
		line-height: 1.625;
		font-weight: 400;
	}
	.movie_detail_text + .movie_detail_text {
		margin-top: 1.6em;
	}
	/*--- movie_detail_column ---*/
	.movie_detail_column {
		position: relative;
		display: flex;
		align-items: center;
	}
	.movie_detail_column:nth-of-type(2n-1) {
		margin-top: -90px
	}
	.movie_detail_column:nth-of-type(2n) {
		position: relative;
		margin-top: -152px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.movie_detail_area:nth-of-type(1) .movie_detail_column:nth-of-type(2n):before {
		position: absolute;
		content: "";
		background: url("/30th/movie/images/index_im01_02_01.png")no-repeat;
		width: 347px;
		height: 213px;
		top: 82px;
		left: 462px;
	}
	.movie_detail_area:nth-of-type(3) .movie_detail_column:nth-of-type(2n):before {
		position: absolute;
		content: "";
		background: url("/30th/movie/images/index_im03_02_01.png")no-repeat;
		width: 559px;
		height: 666px;
		top: 100px;
		left: 78px;
	}
	.movie_detail_column:nth-of-type(2n-1) > .movie_detail_column_item_image {
		margin-left: -200px;
	}
	.movie_detail_column:nth-of-type(2n) > .movie_detail_column_item_image {
		margin-left: -38px;
	}
	.movie_detail_column:nth-of-type(2n-1) > .movie_detail_column_item_text {
		margin-left: -65px
	}
	.movie_detail_column:nth-of-type(2n-1) > .movie_detail_column_item_text > .movie_detail_text_box {
		padding: 46px 44px 52px 50px;
	}
	.movie_detail_column:nth-of-type(2n) > .movie_detail_column_item_text > .movie_detail_text_box {
		padding: 46px 44px 48px 50px;
	}
	/*--- movie_detail_row ---*/
	.movie_detail_row {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.movie_detail_row:nth-of-type(2n) {
		margin-top: 182px;
	}
	.movie_detail_row:nth-of-type(2n-1) > .movie_detail_row_item_image {
		margin: 3px 0 0 -28px;
	}
	.movie_detail_row > .movie_detail_row_item_text {
		margin-top: -50px;
	}
	.movie_detail_row > .movie_detail_row_item_text > .movie_detail_text_box {
		padding: 50px 50px 48px;
	}

/* ------------------------------------------------------
 * movie_iij_area
------------------------------------------------------ */
	.movie_iij_area {
		margin-top: 180px;
		padding-bottom: 90px;
		background: url("/30th/movie/images/index_bg05.jpg") bottom center no-repeat;
	}
	.movie_iij_text_box {
		border: 2px solid #fff;
		border-radius: 30px;
		background: rgba(0,0,0,.6);
	}
	.movie_iij_text_box_inner {
		text-align: center;
		padding: 26px 30px;
	}
	.movie_iij_text {
		font-size: 134%;
		line-height: 2;
	}
	.movie_iij_text + .movie_iij_text {
		margin-top: 1.25em;
	}

/* ------------------------------------------------------
 * movie_iij_button
------------------------------------------------------ */
	.movie_iij_button_wrap {
		text-align: center;
		margin-top: 436px;
	}
	.movie_iij_button > a {
		display: inline-block;
		color: #ffffff;
		font-weight: 400;
		border: 1px solid #fff;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		padding: 14px 57px 14px 67px;
		margin-left: 20px;
	}
	.movie_iij_button > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
	}
	.movie_iij_button_text {
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		line-height: 1.2;
		text-decoration: none !important;
	}
}
@media only screen and (max-width: 768px) {
/* ------------------------------------------------------
 * setting
------------------------------------------------------ */
	.movie_30th #contentsContainer {
		width: 100%;
		background: #000;
		margin: 0;
		padding: 0;
	}
	.movie_30th #contentsContainer > #contents {
		color: #fff;
		margin: 0;
		padding: 0;
	}
	.movie_30th #contentsContainer > #contents img {
		max-width: 100%;
	}
/* ------------------------------------------------------
 * movie_hero_area
------------------------------------------------------ */
	.movie_hero_area_wrap {
		display: flex;
		min-height: 700px;
		padding-bottom: 200px;
		justify-content: center;
		align-items: flex-start;
		background: url("/30th/movie/images/index_bg02_sp.png") center center no-repeat;
		background-size: 100%;
	}
	.movie_hero_area {
		padding: 13px 4% 0;
	}
	/*--- movie_hero_area_text ---*/
	.movie_hero_area_text {
		padding: 0 4%;
	}
	.movie_hero_title {
		line-height: 1.35;
	}
	.movie_hero_title_large {
		font-size: 44px;
		font-weight: 500;
	}
	.movie_hero_title_medium {
		font-size: 29px;
		font-weight: 700;
	}
	.movie_hero_title_normal {
		font-size: 23px;
		font-weight: 700;
	}
	.movie_hero_title_small {
		font-size: 18px;
		font-weight: 700;
	}
	.movie_hero_text {
		font-size: 14px;
		margin-top: .3em;
	}
	.movie_hero_youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-top: 15px;
	}
	.movie_hero_youtube > iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.movie_hero_youtube_text {
		margin-top: 14px;
		position: relative;
		padding-left: 16px;
		font-size: 91.666%;
		text-align: left;
	}
	.movie_hero_youtube_text_mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.movie_hero_youtube_text > a {
		color: #fff;
	}
	.movie_hero_youtube_text > a > span {
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
	}
	.movie_hero_youtube_text > .movie_hero_youtube_text_link_blank > img {
		margin: 0 7px 0 10px;
	}
/* ------------------------------------------------------
 * movie_detail_area
------------------------------------------------------ */
	.movie_detail_area_wrap {
		margin-top: -140px;
	}
	.movie_detail_area {
		padding: 0 4%;
	}
	.movie_detail_area:nth-of-type(2) {
		margin-top: 60px;
	}
	.movie_detail_area:nth-of-type(3) {
		margin-top: 57px;
	}
	.movie_detail_area:nth-of-type(4) {
		margin-top: 20px;
		padding-top: 40px;
		background: url("/30th/movie/images/index_bg04_sp.png") top center no-repeat;
		background-size: 100%;
	}
	.movie_detail_heading02 {
		position: relative;
		z-index: 1;
		text-align: center;
		margin-bottom: 30px;
	}
	.movie_detail_area:nth-of-type(4) > .movie_detail_heading02 {
		margin-bottom: 20px;
	}
	.movie_detail_heading02_inner {
		position: relative;
	}
	.movie_detail_heading02_inner::before {
		position: absolute;
		content: "";
		background: url("/30th/movie/images/index_bg03.png") no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;
		top: 100%;
		left: 0;
		margin-top: -15px;
	}
	.movie_detail_heading02_title {
		display: inline-block;
		font-size: 28px;
		font-weight: 700;
		line-height: 1.6;
	}
	.movie_detail_heading02_subtitle {
		display: inline-block;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.6;
	}
	.movie_detail_text_box {
		background: linear-gradient(90deg, rgba(0,102,255,.8) 0%, rgba(0,102,255,0.3) 100%);
		border-radius: 22.5px;
		box-shadow: 5px 5px 15px #000;
		padding: 30px 4%;
	}
	.movie_detail_text_box_body {
		margin-top: 1em;
	}
	.movie_detail_title {
		position: relative;
		font-size: 18px;
		font-weight: 700;
		padding-left: 22px;
	}
	.movie_detail_title::before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 7px;
		left: -1px;
		border-radius: 50%;
		background: #d7083b;
	}
	.movie_detail_text {
		font-size: 13px;
		line-height: 1.625;
		font-weight: 400;
	}
	.movie_detail_text + .movie_detail_text {
		margin-top: 1.6em;
	}
	/*--- movie_detail_column ---*/
	.movie_detail_column:nth-of-type(2n) {
		margin-top: 25px;
	}
	.movie_detail_row:nth-of-type(2n) {
		margin-top: 60px;
	}
	.movie_detail_column_item_image {
		margin: 0 4.5%;
	}
	.movie_detail_column_item_text {
		margin-top: -25px;
		z-index: 1;
		position: relative;
	}
	.movie_detail_row_item_text {
		margin-top: -25px;
		z-index: 1;
		position: relative;
	}
	.movie_detail_row:nth-of-type(1) > .movie_detail_row_item_image {
		margin: 0 4.5%;
	}
	.movie_detail_row:nth-of-type(2) > .movie_detail_row_item_image {
		margin: 0 -4%;
	}
	.movie_detail_row:nth-of-type(1) > .movie_detail_row_item_text {
		margin-top: 10px;
	}

/* ------------------------------------------------------
 * movie_iij_area
------------------------------------------------------ */
	.movie_iij_area {
		margin-top: 57px;
		padding-bottom: 70px;
		background: url("/30th/movie/images/index_bg05_sp.jpg") bottom center no-repeat;
		background-size: 100%;
	}
	.movie_iij_area_inner {
		padding: 0 4%;
	}
	.movie_iij_text_box {
		border: 1px solid #fff;
		border-radius: 22.5px;
		background: rgba(0,0,0,.6);
	}
	.movie_iij_text_box_inner {
		text-align: center;
		padding: 20px 4%;
	}
	.movie_iij_text {
		font-size: 125%;
		line-height: 2;
	}
	.movie_iij_text + .movie_iij_text {
		margin-top: 1.5em;
	}

/* ------------------------------------------------------
 * movie_iij_button
------------------------------------------------------ */
	.movie_iij_button_wrap {
		text-align: center;
		margin-top: 185px;
	}
	.movie_iij_button > a {
		display: inline-block;
		color: #ffffff;
		font-weight: 400;
		border: 1px solid #fff;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		padding: 10px 0;
		width: 100%;
	}
	.movie_iij_button > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
	}
	.movie_iij_button_text {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
		text-decoration: none !important;
	}
}