@charset "utf-8";

@media screen and (max-width : 768px){
	#footer_topic_path,
	footer {
		position: relative;
		z-index: 1;
	}

	#contents_area footer {
		padding-bottom: 50px;
		background: #fff;
	}

	footer .guaranteed {
		margin-bottom: 0;
	}

	.section,
	.section_inner,
	.block {
		position: relative;
		z-index: 1;
	}
	.section {
		color: var(--c-text);
		font-size: calc(32 / 750 * 100vw);
	}
	.section img {
		display: block;
		width: 100%;
	}

	.section h3 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section h3::after {
		content: '';
		display: block;
		width: calc(75 / 750 * 100vw);
		height: 2px;
		margin: calc(30 / 750 * 100vw) auto;
		background: var(--c-text);
	}


/* ----------------------------------------
	section_kv
---------------------------------------- */

	#section_kv video {
		display: block;
		width: 100%;
	}


/* ----------------------------------------
	section_movie
---------------------------------------- */

	#section_movie {
		margin-top: calc(72 / 750 * 100vw);
	}
	#section_movie h3 {
		font-size: calc(26 / 750 * 100vw);
	}
	#section_movie h3 img {
		width: calc(565 / 750 * 100vw);
		margin-bottom: calc(24 / 750 * 100vw);
	}
	#section_movie li+li {
		margin-top: calc(40 / 750 * 100vw);
	}

	#section_movie .modal_mov_open a::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/icon_play.svg) 50% 50% / calc(67 / 750 * 100vw) no-repeat;
	}


/* ----------------------------------------
	section_styles
---------------------------------------- */

	#section_styles {
		margin-top: calc(40 / 750 * 100vw);
		padding: calc(45 / 750 * 100vw) 0;
		background: var(--c-bg-styles);
	}
	#section_styles h3::after {
		display: none;
	}
	#section_styles h3 img {
		width: calc(565 / 750 * 100vw);
	}
	#section_styles h3+p {
		margin-top: calc(17 / 750 * 100vw);
		text-align: center;
		font-size: calc(20 / 750 * 100vw);
		line-height: 1;
	}
	#section_styles ul {
		margin: calc(40 / 750 * 100vw) calc(45 / 750 * 100vw) 0;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: calc(60 / 750 * 100vw) 0;
		background: var(--c-bg-items);
	}

	#section_items .section_inner {
		width: calc(660 / 750 * 100vw);
		margin: auto;
	}

	#section_items h3 {
		font-size: calc(32 / 750 * 100vw);
	}
	.item_list>li {
		background: rgba(255,255,255,.75);
	}
	.item_list>li+li {
		margin-top: calc(24 / 750 * 100vw);
	}
	#section_items .item_list a {
		display: flex;
		justify-content: flex-start;
		position: relative;
		color: var(--c-text);
	}

	#section_items .item_list .img {
		overflow: hidden;
		position: relative;
		width: calc(217 / 750 * 100vw);
	}

	#section_items .item_list .box {
		padding: calc(16 / 750 * 100vw) calc(14 / 750 * 100vw);
	}

	#section_items .item_list h4 {
		font-size: calc(24 / 750 * 100vw);
		line-height: calc(36 / 24);
	}

	#section_items .item_list .link {
		position: absolute;
		right: 2.4vw;
		bottom: 2vw;
		font-size: calc(20 / 750 * 100vw);
		line-height: 1.2;
	}
	#section_items .item_list .link::after {
		content: '';
		display: inline-block;
		position: relative;
		top: .5vw;
		width: 2.7vw;
		height: 2.9vw;
		margin-left: 5px;
		background: url(../img/parts_ico_red_arrow.png) 50% 50% / 100% no-repeat;
	}


/* ----------------------------------------
	movie_modal
---------------------------------------- */

	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}