@charset "utf-8";

@media print, screen and (min-width : 768px){

/* ----------------------------------------
	section_kv
---------------------------------------- */

	#section_kv .movie video {
		display: block;
		width: 100%;
	}

	#kv_sound {
		position: absolute;
		right: 40px;
		bottom: 80px;
		z-index: 1;
		width: 42px;
		height: 42px;
		background: url(../img/ico_audio_on.png) 50% 50% / contain no-repeat;
		cursor: pointer;
	}

	#kv_sound.on {
		background-image:url(../img/ico_audio_off.png);
	}


/* ----------------------------------------
	section_message
---------------------------------------- */

	#section_message {
		box-sizing: border-box;
		margin-top: 60px;
		padding: 105px 0 90px;
		background: url(../img/message_bg_pc.jpg) 50% 0 / cover no-repeat;
		min-height: 1050px;
		--anim-delay: .1s;
	}

	#section_message .section_inner {
		width: 790px;
	}

	#section_message .text {
		opacity: 1;
	}
	#section_message .text span {
		display: inline-block;
		overflow: hidden;
		height: 44px;
		clip-path: polygon(0 0, 0 0);
		vertical-align: top;
		animation: .7s forwards;
	}
	#section_message .text span img {
		width: auto;
		max-width: none;
	}

	#section_message .text.anim_end span {
		animation-name: anim_text;
	}

	#section_message span.text02 {
		animation-delay: calc(var(--anim-delay) * 1);
	}
	#section_message span.text03 {
		animation-delay: calc(var(--anim-delay) * 2);
	}
	#section_message span.text04 {
		margin-top: 19px;
		animation-delay: calc(var(--anim-delay) * 3);
	}
	#section_message span.text05 {
		animation-delay: calc(var(--anim-delay) * 4);
	}
	#section_message span.text06 {
		animation-delay: calc(var(--anim-delay) * 5);
	}
	#section_message span.text07 {
		animation-delay: calc(var(--anim-delay) * 6);
	}
	#section_message span.text08 {
		margin-top: 22px;
		animation-delay: calc(var(--anim-delay) * 7);
	}
	#section_message span.text09 {
		height: auto;
		animation-delay: calc(var(--anim-delay) * 8);
	}

	#section_message .copy {
		opacity: 0;
		width: 825px;
		margin-top: 35px;
	}

	#section_message .text.anim_end .copy {
		animation-name: anim_r2l;
		animation-delay: calc(var(--anim-delay) * 12);
	}

	#section_message .movie_area {
		width: 400px;
		margin: 70px auto 0;
	}
	#section_message .movie_area>p {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		width: 228px;
		height: 25px;
		padding: 0 20px;
		background: var(--c-bg-red);
	}
	#section_message .movie_area a::after {
		margin-top: -20px;
	}


/* ----------------------------------------
	section_info
---------------------------------------- */

	#section_info {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 25px 0 20px;
		background: #fff;
		color: #000;
		letter-spacing: .04em;
		font-size: 14px;
		line-height: 24px;
	}
	#section_info h2 {
		display: flex;
		align-items: center;
		height: 24px;
		margin-right: 33px;
		padding-right: 33px;
		border-right: 1px solid;
	}
	#section_info h2 img {
		width: auto;
	}

	#info_list {
		width: 635px;
	}
	#info_list li>* {
		display: inline-flex;
	}
	#info_list li>a {
		position: relative;
		transition: .2s opacity;
	}
	#info_list li>a::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3px;
		border-bottom: solid 1px;
	}
	#info_list li>a:hover {
		opacity: .6;
	}
	#info_list time {
		margin-right: 1em;
		letter-spacing: .04em;
		font-size: 13px;
	}

	#info_list .slick-dots {
		display: flex;
		justify-content: center;
		width: 435px;
		margin-top: 15px;
	}
	#info_list .slick-dots li {
		opacity: .4;
		overflow: hidden;
		width: 6px;
		height: 6px;
		margin: 0 10px;
		border-radius: 50%;
		background: #000;
		transition: .2s opacity;
	}
	#info_list .slick-dots button {
		opacity: 0;
	}
	#info_list .slick-dots li:hover,
	#info_list li.slick-active {
		opacity: 1;
	}


/* ----------------------------------------
	section_lineup
---------------------------------------- */

	#section_lineup li {
		position: relative;
	}
	#section_lineup li p {
		display: flex;
		align-items: center;
		position: absolute;
		left: 40px;
		top: 20px;
		height: 36px;
		padding: 0 20px;
		background: var(--c-bg-red);
		transition: .5s opacity;
	}

	#section_lineup li .anim_text {
		clip-path: polygon(0 0, 0 0);
	}

	#section_lineup .anim_end .anim_text {
		animation: anim_text .5s .2s forwards;
	}

	#section_lineup li:not(.prelude) p img {
		width: auto;
		height: 26px;
	}

	#section_lineup .name {
		position: absolute;
		display: flex;
		align-items: center;
		right: 40px;
		bottom: 25px;
		box-sizing: content-box;
		height: 28px;
		padding: 0 35px 6px 0;
	}
	#section_lineup .name::before,
	#section_lineup .name::after {
		content: '';
		position: absolute;
	}
	#section_lineup .name::before {
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 1px solid;
		clip-path: polygon(0 0, 0 0);
	}
	#section_lineup .name::after {
		right: 0;
		top: 0;
		z-index: 1;
		width: 28px;
		height: 28px;
		background: url(../img/icon_link.svg) 100% 50% / contain no-repeat;
		transition: .2s transform;
	}
	#section_lineup .name img {
		width: auto;
		height: 18px;
	}
	#section_lineup a:hover .name::after {
		transform: translateX(5px);
	}

	#section_lineup .anim_end .name::before {
		animation: anim_text .5s .5s forwards;
	}

	#section_lineup .anim_hover {
		background: 0 0 / 100% no-repeat;
	}

	#section_lineup .anim_hover .img {
		transition: .5s opacity;
	}

	#section_lineup .anim_hover:hover p,
	#section_lineup .anim_hover:hover .img {
		opacity: 0;
	}

	#section_lineup .civic_type-r {
		background-image: url(../img/lineup_civic_type-r_img_on_pc.jpg);
	}
	#section_lineup .civic_rs {
		background-image: url(../img/lineup_civic_rs_img_on_pc.jpg);
	}
	#section_lineup .civic_ehev {
		background-image: url(../img/lineup_civic_ehev_img_on_pc.jpg);
	}

	#section_lineup .prelude p {
		left: 50%;
		top: 50%;
		width: 549px;
		height: auto;
		padding: 0;
		background: none;
		transform: translate(-50%,-50%);
	}


/* ----------------------------------------
	section_wallpaper
---------------------------------------- */

	#wallpaper_list {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	#wallpaper_list>li {
		width: 400px;
	}

	#wallpaper_list .size {
		margin-top: 15px;
	}
	#wallpaper_list .size>li {
		margin-top: 15px;
	}
	#wallpaper_list .size a {
		display: block;
		border: 1px solid #fff;
		letter-spacing: .04em;
		font-size: 14px;
		line-height: 38px;
		transition: .2s;
		transition-property: background-color, color;
	}
	#wallpaper_list .size a:hover {
		background: #fff;
		color: #000;
	}
}


/* ----------------------------------------
	for Retina Display
---------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
	#section_lineup .civic_type-r .img {
		background-image: url(../img/lineup_civic_type-r_img_on_pc@2x.jpg);
	}
	#section_lineup .civic_rs .img {
		background-image: url(../img/lineup_civic_rs_img_on_pc@2x.jpg);
	}
	#section_lineup .civic_ehev .img {
		background-image: url(../img/lineup_civic_ehev_img_on_pc@2x.jpg);
	}
}