@charset "utf-8";

@media print, screen and (min-width : 769px){

	.stfu div.slider_inner.slick-slide.slick-current.slick-active
	{
		width: auto !important;
	}

	.stfu.col04 .pic
	{
		margin: 0!important;
	}

.switch_pc {
        display: block !important;
    }

    .switch_sp {
        display: none !important;
    }

	.link {
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		padding-right: 26px;
		color: #0064a1;
		display: inline-block;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/civictype-r/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}
	/* メインビジュアル */
	#main_visual {
		overflow: hidden;
		position: relative;
		background: #000;
	}

	#main_visual .movie {
		width: 100%;
		min-height: 100%;
	}

	#main_visual .movie video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		vertical-align: bottom;
	}

	#main_visual .pic_full img {
		width: 100%;
	}

	#main_visual .img_slider {
		width: 100%;
	}

	#main_visual .img_slider .slider_cont {
		width: 980px;
		height: 385px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#main_visual .img_slider .slider_cont .copy {
		margin: -3px 0 30px 50px;
		font-size: 24px;
		line-height: 30px;
	}

	#main_visual .img_slider .slider_cont .logo {
		margin: 0 0 30px 50px;
	}

	#main_visual .img_slider .slider_cont .switch_title {
		font-size: 14px;
		margin: 0 0 5px 50px;
	}

	#main_visual .img_slider .slider_cont .equip_switch {
		position: relative;
		margin-left: 50px;
		border: 1px solid transparent;
		display: inline-block;
	}
	#main_visual .img_slider .slider_cont .equip_switch.w_border {
		border-color: #fff;
	}
	#main_visual .img_slider .slider_cont .equip_switch li {
		width: 80px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		float: left;
		background-color: #ddd;
		text-align: center;
		cursor: pointer;
	}

	#main_visual .img_slider .slider_cont .equip_switch li span {
		position: relative;
		display: block;
	}

	#main_visual .img_slider .slider_cont .equip_switch li span::after {
		content: "";
		width: 100%;
		border-bottom: 4px solid transparent;
		position: absolute;
		bottom: -13px;
		left: 0;
		display: inline-block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	/* 装着 */
	#main_visual .slider_inner.on .slider_cont .equip_switch li.on {
		background-color: #444;
		color: #fff;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off {
		background-color: #ddd;
		color: #444;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off:hover {
		background-color: #c9c9c9;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off span::after {
		bottom: -7px;
	}

	/* 非装着 */
	#main_visual .slider_inner.off .slider_cont .equip_switch li.off {
		background-color: #444;
		color: #fff;
	}
	#main_visual .slider_inner.off .slider_cont .equip_switch li.off span::after {
		border-bottom-color: #fff;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch li.on {
		background-color: #ddd;
		color: #444;
	}
	#main_visual .slider_inner.off .slider_cont .equip_switch li.on:hover {
		background-color: #c9c9c9;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch li.on span::after {
		bottom: -7px;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch.w_border li.off span::after,
	#main_visual .slider_inner.on .slider_cont .equip_switch.w_border li.on span::after {
	border-bottom-color: #fff;
	}

	#main_visual .img_slider .slider_cont .img {
		position: absolute;
		top: 0;
		right: 0;
	}


	#main_visual .img_slider .slider_cont .img img {
        width: 662px;
		transition: opacity .2s ease;
	}

	#main_visual .img_slider .slider_cont .img img.off {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	#main_visual .img_slider .slider_inner.off .slider_cont .img img.off {
		opacity: 1;
	}

	#main_visual .img_slider .slider_inner.off .slider_cont .img img.on {
		opacity: 0;
	}

	/* --* Sunset Record *-- */
	#main_visual .sunset {
		background: -webkit-linear-gradient(left,  #ffefb1 0%,#ffefb1 40%,#cce2ed 40%,#cce2ed 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #ffefb1 0%,#ffefb1 40%,#cce2ed 40%,#cce2ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#main_visual .sunset .slider_cont {
		background: url(../img/main_sunset_bg_pc.png) center top no-repeat;
	}

	/* --* Hot Sounds *-- */
	#main_visual .hot {
		background: -webkit-linear-gradient(left,  #c11b22 0%,#c11b22 40%,#000 40%,#000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #c11b22 0%,#c11b22 40%,#000 40%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: #fff;
	}

	#main_visual .hot .slider_cont {
		background: url(../img/main_hot_bg_pc.png) center top no-repeat;
	}

	/* --* Aint Record *-- */
	#main_visual .aint {
		background: -webkit-linear-gradient(left,  #444 0%,#444 40%,#98a48f 40%,#98a48f 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #444 0%,#444 40%,#98a48f 40%,#98a48f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: #fff;
	}

	#main_visual .aint .slider_cont {
		background: url(../img/main_aint_bg_pc.png) center top no-repeat;
	}

	/* .section */
	.section {
		display: block;
		margin: 0 auto 70px;
		/* min-width: 980px; */
	}

	.section.black{
		background-color: #000;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.section.gray {
		padding-top: 90px;
		padding-bottom: 70px;
		background-color: #f0f0f0;
	}

	.section h3 {
		margin: 0 auto 70px;
		font-size: 29px;
		font-weight: 700;
		text-align: center;
	}

	.section.black h3{
		margin: 0 auto 30px;
	}

	.section h3 span {
		width: 270px;
		padding: 0 0 14px;
		border-bottom: 4px solid #444;
		display: inline-block;
	}

	.section_movie_wrap:nth-child(2){
		margin-bottom: 80px;
	}
	
	.section .section_movie_wrap h4{
		text-align: center;
		margin-bottom: 30px;
	}

	.section .link.section_end {
		margin-top: -100px;
		margin-bottom: 80px;
	}

	.section .link.frame a {
		padding: 12px 24px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}

	.section .link.frame a span {
		color: #0064a1;
		display: inline-block;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/nbox/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -7px;
	}

	.section_inner {
		width: 980px;
		margin: 0 auto;
	}

	.section .pic img{
		max-width: 100%;
	}

	.section .title {
		text-align: center;
		font-weight: 500;
		font-size: 31px;
		line-height: 1.5;
	}
	/* .block */
	/* .block {
		margin: 0 auto 180px;
	}

	.block .block_inner {
		width: 880px;
		margin: 0 auto;
	}

	.block .block_inner.wide {
		width: 980px;
	}

	.block .block_copy {
		margin-bottom: 30px;
		font-size: 38px;
		line-height: 54px;
		text-align: center;
	} */


	/* .section */
	.section {
		margin: 0 auto 70px;
		padding: 100px 0 0;
	}

	.section.gray {
		margin-bottom: 0;
		padding-top: 70px;
		padding-bottom: 70px;
		background-color: #f0f0f0;
	}

	.section h3 {
		margin: 0 auto 70px;
		font-size: 38px;
		font-weight: normal;
		text-align: center;
	}

	.section h3 span {
    display: inline-block;
    padding: 0 40px 14px;
    border-bottom: 4px solid #444;
	}

	.section .link.section_end {
		margin-top: -20px;
		margin-bottom: 80px;
	}

	.section .link.frame a {
		padding: 12px 24px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}

	.section .link.frame a span {
		color: #0064a1;
		display: inline-block;
	}

	.section .link.frame a::after {
		right: -7px;
	}

	/* .block */
	.block {
		margin: 0 auto 80px;
	}

	.block .block_inner {
		width: 980px;
		margin: 0 auto;
	}

	.block .block_inner.wide {
		width: 980px;
	}

	.block .block_copy {
		margin-bottom: 30px;
		font-size: 38px;
		line-height: 54px;
		text-align: center;
	}

	.block .img_wrap{
		max-width: 1440px;
		margin:  0 auto;
	}

	.modal_mov_open a::after {
		height: 495px;
	}


	.block img {
    max-width: 100%;
		vertical-align: bottom;
	}

/* ----------------------------------------
	section_slide
---------------------------------------- */
	#section_slide .slider_wrap{
		max-width: 980px;
		margin: 0 auto;
		aspect-ratio: 16 / 8.5;
		overflow: hidden;
	}

	#section_slide .slider_wrap .slider_box {
		display: none;
	}
	#section_slide .slider_wrap .slider_box.slick-initialized{
		display: block;
	}

	#section_slide .slider_wrap .slider_box{
		border: 2px solid #fff;
    box-sizing: border-box;
		margin-bottom: 48px;
	}

	#section_slide .slider_wrap .slider_cont img{
		width: 100%;
		height: auto;
	}

	#section_slide .slider_wrap .slick-arrow.slick-disabled{
		display: none !important;
	}

	#section_slide .slider_wrap .slick-prev{
		left: 0;
		z-index: 9;
	}

	#section_slide .slider_wrap .slick-next{
		right: 0;
		z-index: 9;
	}

	#section_slide .slider_wrap .slick-dots{
		position: absolute;
		bottom: -48px !important;
		left: 50%;
		transform: translateX(-50%);
	}

	#section_slide .slider_wrap .slick-dots li{
		margin: 0 12px;
	}

	#section_slide .slider_wrap .slick-dots li ,
	#section_slide .slider_wrap .slick-dots li button{
		width: 16px;
		height: 16px;
	}

	#section_slide .slider_wrap .slick-dots li button:before{
		content: "";
		line-height: 16px;
		width: 16px;
		height: 16px;
		background: #888888;
		opacity: 1;
	}

	#section_slide .slider_wrap .slick-dots li:hover button:before, #section_slide .slider_wrap .slick-dots li.slick-active button:before{
		background: #ffffff;
		opacity: 1;
	}

	#section_slide .slider_wrap .slick-prev,
	#section_slide .slider_wrap .slick-prev:before{
		width: 34px;
    height: 40px;
	}

	#section_slide .slider_wrap .slick-prev:before{
		content: "";
		display: block;
		background: url("../img/slide_arrow_l.svg") 0 0 no-repeat;
		background-size: cover;
	}

	#section_slide .slider_wrap .slick-next,
	#section_slide .slider_wrap .slick-next:before{
		width: 34px;
    height: 40px;
	}

	#section_slide .slider_wrap .slick-next:before{
		content: "";
		display: block;
		background: url("../img/slide_arrow_r.svg") 0 0 no-repeat;
		background-size: cover;
	}

/* ----------------------------------------
	section_movie
---------------------------------------- */
.movie_box{
	max-width: 980px;
	margin: 0 auto;
}

.movie_box img{
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.movie_note{
	text-align: right;
	color: #fff;
	max-width: 980px;
	margin: 0.5em auto 0;
}

/* ----------------------------------------
	section_movie_item
---------------------------------------- */

.movie_item_wrap{
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.movie_item_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	gap: 16px;
}

#contents_area .movie_item_list a{
	font-size: 1rem;
	color: #ffffff;
	max-width: 316px;
	display: flex;
	padding-bottom: 10px;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	background: #333333;
}
.movie_item_list .img{
	padding: 10px;
}
.movie_item_list .img img{
	width: 100%;
	height: auto;
}

.movie_item_list .text{
	line-height: 1.25em;
	height: 100%;
	padding: 0 40px 0 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.movie_item_list .text::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("/ACCESS/auto-archive/odyssey/2025/common/img/parts_ico_btn_detail_arrow_w.png") center center no-repeat;
	background-size: 20px 20px;
}




/* ----------------------------------------
	section_items
---------------------------------------- */

	/* アイテム */
	#section_items {
		margin-bottom: 80px;
		padding-bottom: 80px;
	}

	#section_items .item_list {
		display: flex;
		margin: 0 auto 50px;
		flex-wrap: wrap;
	}

	#section_items .item_list li {
		margin-bottom: 25px;
		width: calc( 50% - 15px);
		background-color: #fff;
	}

	#section_items .item_list li:nth-child(2n) {
		margin-left: 30px;
	}

	#section_items .item_list li a {
		color: #444;
	}

	#section_items .item_list .box_flex {
		position: relative;
		align-items: flex-start;
	}

	#section_items .item_list .img {
		width: 155px;
		position: relative;
		overflow: hidden;
	}

	#section_items .item_list .img img {
		width: 100%;
		vertical-align: middle;
		object-fit: cover;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#section_items .item_list li:hover .img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	#section_items .item_list .box {
		padding: 10px 10px;
		width: calc(100% - 155px);
		box-sizing: border-box;
	}

	#section_items .item_list h4 {
		color: #000;
		font-size: 18px;
		line-height: 1.7;
		font-weight: normal;
	}

	#section_items .item_list h4 svg {
		margin-left: 3px;
	}

	#section_items .item_list .copy {
		margin-bottom: 35px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .item_list .link {
		margin-bottom: 0;
		position: absolute;
		right: 8px;
		bottom: 8px;
		color: #000;
		font-size: 14px;
		text-align: left;
		align-self: flex-end;
	}

	#section_items .item_list .link::after {
		position: relative;
		top: 4px;
		content: "";
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 20px;
		background: url(../img/parts_ico_red_arrow.png) center no-repeat;
		background-size: 18px auto;
		display: inline-block;
	}

	.banner_acollect {
    text-align: center;
	}

	.banner_acollect .sp {
    display: none;
	}

/**/
#section_explanation{
	margin-bottom: 0;
}

.explanation_wrap{
	font-size: 16px;
	text-align: center;
	width: 980px;
	margin: 0 auto ;
	padding: 0 2em;
	background: #fff;
	box-sizing: border-box;
}

.explanation_wrap .explanation_tl{
	font-size: 18px;
	font-weight: bold;
}

.explanation_wrap p{
	line-height: 1.25em;
	margin-bottom: 1em;
	color: #444;
}

.explanation_wrap p:last-child{
	margin-bottom: 0;
}

.explanation_wrap ul{
	text-align: left;
	max-width: 455px;
	margin: 0 auto 1em;
	padding: 0 0.5em;
}

.explanation_wrap ul li{
	text-indent: -1em;
	line-height: 1.25em;
	color: #444;
	padding-left: 1em;
}


}


/*/////////////////////////////////
//モーダル
/////////////////////////////////*/

@media screen and (min-width: 769px) {
	#movie_modal{
		width: 100%;
		height: 100%;
		display: none;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 65535;
	}

	#movie_modal .movie_overlay{
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	#movie_modal .movie_btn_close{
		width: 30px;
		height: 30px;
		margin: 0 0 0 0;
		background-image:url(../common/img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 30px;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 2;
		cursor: pointer;
		transition: opacity .1s ease;
	}

	#movie_modal .movie_btn_close:hover{
		opacity: .7;
	}

	#movie_modal_inner{
		margin: 0 auto;
		opacity: 0;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 2;
	}

	#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%;
	}

	.modal_mov_open a::after{
		background: none;
	}
}

#modal_wrap{
	overflow: hidden;
}

.works_modal_wrapper{
	display: none;
}

.works_modal_wrapper .works_modal_window{
	height: auto;
	position: relative;
	/* top: 0; */
	/* right: 120vw; */
	/* transition: .4s; */
	/* transition-delay: 0s; */
	/* z-index: -1; */
	background: #ffffff;
	padding: 20px;
	width: auto;
	max-width: 900px;
	margin: 20px auto;
}

@media screen and (max-width: 768px) {
	.works_modal_wrapper .works_modal_window{

	}
}

.works_modal_mask{
	position: relative;
}

.works_modal_wrapper.is_open{
	display: block !important;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	overflow: auto;
}
@media screen and (max-width: 768px) {
	.works_modal_wrapper.is_open{
		padding: 20px;
		box-sizing: border-box;
	}
}

.works_modal_wrapper.is_open .works_modal_mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgb(239,239,239,0.8);
}

@media screen and (min-width: 769px) {
	.works_modal_wrapper.is_open .works_modal_mask:hover{
			cursor: pointer;
	}
}

.works_modal_wrapper.is_open .works_modal_window{

	z-index: 99999;
}

@media screen and (max-width: 768px) {
	.works_modal_wrapper.is_open .works_modal_window{
			transition-delay: 0s;
	}
}

.works_modal_content{
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	overflow-y: auto;
}
@media screen and (max-width: 768px) {
	.works_modal_content{
		padding: 0;
	}
}

.works_modal_content img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 769px) {
	.works_modal_content img:hover{
			cursor: default;
	}
}
@media screen and (max-width: 768px) {
	.works_modal_content{
    width: 100%;
    height: 100%;
    padding: 1em;
	}
}

.works_modal_close{
	color: #333;
	position: absolute;
	top: 0;
	right: 0px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 42px;
	font-family: Arial, Baskerville, monospace;
}

.works_modal_close img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.works_modal_close:hover{
	cursor: pointer;
}

/* modal */
.modal_wrapper {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 900px;
	margin: 20px auto;
}

/* magnificPopup */
.mfp-bg {
	z-index: 70000;
	background-color: #efefef;
}
.mfp-wrap {
	z-index: 70001;
}
.mfp-close {
	font-size: 42px;
}

/* requirements_wrapper */
.requirements_wrapper {
	line-height: 1.5;
}
.requirements_wrapper h2 {
	margin: 0 0 .5em;
	font-size: 20px;
	font-weight: bold;
}
.requirements_wrapper dl {
	margin-bottom: 2em;
}
.requirements_wrapper dl dt {
	margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
}
.requirements_wrapper dl dd {
	margin: .5em 0 1em;
	font-size: 14px;
}
.requirements_wrapper h3 {
	margin: 0 0 .5em;
	font-size: 20px;
	font-weight: bold;
}
.requirements_wrapper .inquiry_txt {
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
.requirements_wrapper dl dd br{
	display: block !important;
}
}

/*/////////////////////////////////
//モーダル
/////////////////////////////////*/