@charset "utf-8";

@media print, screen and (min-width : 769px){
	#contents_area,
	.section,
	.block {
		position: relative;
		z-index: 1;
	}
	.section,
	.block:not(.item):not(.parts) {
		background: #000;
	}
	.section {
		margin: auto;
		color: #fff;
	}
	.section img {
		max-width: 100%;
	}
	.section h3 {
		font-size: 50px;
	}

	.block_inner {
		width: 980px;
		margin: auto;
	}

	.section .link {
		text-align: center;
	}
	#contents_area .section .link a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		line-height: 20px;
	}
	.section .link a:after {
		content: '';
		display: inline-block;
		position: relative;
		right: -10px;
		width: 20px;
		height: 20px;
		background: url(../../common/img/parts_ico_btn_detail_arrow_w.png) 50% 0 / 100% no-repeat;
		vertical-align: top;
		transform: rotateZ(-90deg);
	}

	.section .link.frame a {
		padding: 15px 60px;
		border: 1px solid;
		border-radius: 2px;
	}
	.section .link.frame a::after {
		transform: none;
	}

	#footer_topic_path,
	footer,
	#footer {
		position: relative;
		z-index: 2;
	}

	footer {
		margin-bottom: 0;
		padding-bottom: 110px;
		background: #fff;
	}


/* ----------------------------------------
	Animation
---------------------------------------- */

	.anim_ready .scroll_anim {
		opacity: 0;
		backface-visibility: hidden;
	}

	.anim_ready .scroll_anim:not(.block):not(.scroll_bg) {
		transform: translateY(50px);
	}

	.anim_ready .anim_end {
		opacity: 1;
		transition: .75s;
		transition-property: opacity;
	}

	.anim_ready .scroll_anim.anim_end:not(.block):not(.scroll_bg) {
		transform: translateY(0) !important;
		transition-property: opacity, transform;
	}

	.anim_ready .scroll_bg>div {
		position: absolute;
		top: 0;
	}

	.anim_ready .scroll_bg.fix>div {
		position: fixed;
	}


/* ----------------------------------------
	section_mv
---------------------------------------- */

	#section_mv input {
		display: none;
	}
	#section_mv label {
		cursor: pointer;
		transition: .2s;
	}

	#mv_style,
	#mv_style label::before {
		border: solid 0 #444;
	}
	#mv_style {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 84px;
		border-bottom-width: 1px;
		background: url(../img/mv_style_bg_pc.png);
	}
	#mv_style label {
		display: flex;
		justify-content: center;
		position: relative;
		width: 470px;
		padding-top: 12px;
		transition: 0s;
	}
	#mv_style label::before {
		content: '';
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 12px;
		bottom: -1px;
		border-width: 1px 1px 0;
		background: #000;
		transition: .2s opacity;
	}

	#mv_input_style_urban:checked~#mv_style .urban::before,
	#mv_input_style_casual:checked~#mv_style .casual::before {
		opacity: 1;
	}

	#mv_style label::after,
	#mv_style label img {
		position: relative;
		margin: auto 0;
	}
	#mv_style label::after {
		content: '';
		width: 24px;
		height: 24px;
		margin-left: 15px;
		background: url(../../common/img/parts_ico_btn_detail_arrow_w.png) 0 / 100% no-repeat;
		transform: rotateZ(90deg);
	}
	#mv_style img {
		height: 34px;
	}

	#mv {
		height: 572px;
	}
	#mv div,
	#mv img {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: .5s;
		transition-property: visibility, opacity;
	}

	#mv_input_style_urban:checked~#mv .urban,
	#mv_input_style_casual:checked~#mv .casual,
	#mv_input_view_fr:checked~#mv .fr,
	#mv_input_view_rr:checked~#mv .rr,
	#mv_input_parts_on:checked~#mv .on,
	#mv_input_parts_off:checked~#mv .off {
		visibility: visible;
		opacity: 1;
		z-index: 2;
	}

	#mv>div {
		left: 50%;
		width: 1440px;
		margin-left: -720px;
	}

	#mv_btn {
		display: flex;
		justify-content: center;
		position: absolute;
		z-index: 2;
		bottom: 30px;
		width: 100%;
		text-align: center;
		color: #333;
		font-size: 14px;
		line-height: 30px;
	}

	#mv_parts {
		display: flex;
	}
	#mv_parts p {
		margin-right: 15px;
		color: #fff;
		font-size: 16px;
	}
	#mv_parts label {
		box-sizing: border-box;
		width: 80px;
		background: #fff;
	}

	#mv_input_parts_on:checked~#mv_btn .on,
	#mv_input_parts_off:checked~#mv_btn .off {
		line-height: 28px;
		border: solid 1px #fff;
		background: #a42122;
		color: #fff;
	}

	#mv_view {
		margin-left: 25px;
		background: #fff;
	}
	#mv_view label {
		display: flex;
		justify-content: center;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		z-index: 1;
		width: 150px;
		transition-property: visibility, opacity;
	}
	#mv_view label::before {
		content: '';
		width: 26px;
		height: 30px;
		margin-right: 10px;
		background: url(../img/icon_fr.svg) 0 / 100% no-repeat;
	}

	#mv_input_view_fr:checked~#mv_btn .rr,
	#mv_input_view_rr:checked~#mv_btn .fr {
		visibility: visible;
		opacity: 1;
		position: relative;
		z-index: 2;
	}


/* ----------------------------------------
	section_transform
---------------------------------------- */

	#section_transform .block:last-child {
		padding-bottom: 180px;
	}

	#section_transform .block_title {
		padding: 100px 0 50px;
		text-align: center;
	}
	#section_transform .block_title p,
	#section_transform .block_title a {
		font-size: 18px;
	}
	#section_transform .block_title h3+p {
		margin-top: 40px;
	}

	#section_transform .text_scroll {
		display: inline-block;
		position: relative;
		width: 59px;
		height: 35px;
		margin-top: 70px;
	}
	#section_transform .text_scroll::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 12px;
		background: url(../img/mv_scroll_arrow.svg) 50% / auto 100% no-repeat;
		animation: scroller_pc 1s infinite;
	}
	#section_transform .text_scroll img {
		width: 100%;
	}

	#section_transform .base,
	#section_transform .base>div,
	#section_transform .parts,
	#section_transform .parts>div {
		padding-top: 45px;
	}
	#section_transform .base,
	#section_transform .parts {
		position: relative;
		z-index: 1;
		height: 510px;
	}
	#section_transform .base>div,
	#section_transform .parts>div {
		left: 50%;
		width: 980px;
		margin-left: -490px;
	}
	#section_transform .base>div::before {
		content: '';
		opacity: 0;
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		margin-top: 50px;
		background: 0 0 / 100% no-repeat;
		transition: .5s;
		transition-property: opacity, background;
	}
	#section_transform .base img,
	#section_transform .parts img {
		padding-top: 50px;
	}

	#section_transform #transform_base>div::before {
		background-image: url(../img/transform_base_p01.jpg);
	}
	#section_transform:not([data-parts='0']) #transform_base>div::before {
		opacity: 1;
	}
	#section_transform[data-parts='2'] #transform_base>div::before {
		background-image: url(../img/transform_base_p02.jpg);
	}

	#section_transform #transform_base_rear {
		background: none;
		position: absolute;
		width: 100%;
	}
	#section_transform #transform_base_rear>div {
		opacity: 0;
		transition: .5s;
	}

	#section_transform #transform_base_rear.fix>div {
		opacity: 1;
		transition-delay: .5s;
	}

	#section_transform #transform_base_rear>div::before {
		background-image: url(../img/transform_base_rear_p01.jpg);
	}
	#section_transform:not([data-parts='2']) #transform_base_rear>div::before {
		opacity: 1;
	}
	#section_transform[data-parts='4'] #transform_base_rear>div::before {
		background-image: url(../img/transform_base_rear_p02.jpg);
	}

	#section_transform .item {
		z-index: 2;
		padding: 150px 0;
		background: rgba(0,0,0,.75);
	}
	#section_transform .item h4 {
		text-align: center;
		font-size: 35px;
	}
	#section_transform .item h4+ul {
		margin-top: 80px;
	}
	#section_transform .item li+li {
		margin-top: 70px;
	}
	#section_transform .item li>div {
		margin: 50px 50px 0;
	}
	#section_transform .item h5 {
		font-size: 28px;
	}
	#section_transform .item p {
		margin-top: 25px;
		font-size: 16px;
		line-height: 2;
	}

	#section_transform .item .col_img_l,
	#section_transform .item .col_img_r {
		display: flex;
		justify-content: space-between;
	}

	#section_transform .item .col_img_r {
		flex-direction: row-reverse;
	}

	#section_transform .item .col_img_l>figure,
	#section_transform .item .col_img_r>figure {
		width: 490px;
	}
	#section_transform .item .col_img_l>div,
	#section_transform .item .col_img_r>div {
		width: 400px;
		margin-top: 0;
	}
	#section_transform .item .col_img_l>div {
		margin-left: 0;
	}

	#section_transform .item .col_img_r>div {
		margin-right: 0;
	}

	#section_transform .parts {
		padding-bottom: 500px;
	}

	#section_transform .parts .fx {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 0;
	}

	#section_transform[data-parts='1'] #transform_parts01 .fx,
	#section_transform[data-parts='2'] #transform_parts02 .fx,
	#section_transform[data-parts='3'] #transform_parts03 .fx,
	#section_transform[data-parts='4'] #transform_parts04 .fx {
		visibility: visible;
	}

	#section_transform .parts.fix>div .fx {
		animation: 1.5s parts_anim_pc ease-in 3;
	}

	#section_transform .link {
		padding-top: 80px;
	}
	#section_transform .link+.link {
		padding-top: 50px;
	}
}

@-webkit-keyframes scroller_pc {
	0% { bottom: 0; }
	100% { bottom: -10px; }
}
@keyframes scroller_pc {
	0% { bottom: 0; }
	100% { bottom: -10px; }
}

@-webkit-keyframes parts_anim_pc {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}
@keyframes parts_anim_pc {
	0%,100% {
		opacity: .1;
	}
	50% {
		opacity: 1;
	}
}