@charset "utf-8";
@media screen and (max-width : 768px){

	br { display: none;}
	br.sp {display: block;}

	img { width: 100%;}


	.section {
		margin-bottom: 50px;
		display: block;
	}
	.section.black{
		background-color: #000;
		margin-bottom: 0px;
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.section.gray {
		padding: 50px 0;
		background: #f0f0f0;
	}

	/* メインビジュアル */
	#main_visual {
		margin: 0 auto;
		color: #fff;
	}

	#main_visual {
		overflow: hidden;
		position: relative;
   		background: #000;
	}

	#main_visual .movie {
		width: 100%;
	}

	#main_visual .movie video {
		vertical-align: bottom;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#main_visual .img_slider div {
		margin-bottom: 0;
	}

	#main_visual .img_slider img {
		font-size: 0;
		line-height: 0;
	}

	#main_visual .img_slider .slider_cont {
		padding: 20px 0 70px;
	}

	#main_visual .img_slider .slider_cont .copy {
		width: 100%;
		margin: 0 auto 25px;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		position: absolute;
		top: 10px;
	}

	#main_visual .img_slider .slider_cont .logo {
		margin: 0 auto 10px;
	}

	#main_visual .img_slider .slider_cont .img {
		width: 100%;
		margin: 50px auto 0;
		position: relative;
	}

	#main_visual .img_slider .img img {
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	#main_visual .img_slider .slider_inner {
		padding: 0;
	}

	#main_visual .img_slider .slider_inner .img img.on {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	#main_visual .img_slider .slider_inner.on .img img.on {
		opacity: 1;
	}

	#main_visual .img_slider .slider_inner.on .img img.off {
		opacity: 0;
	}

	#main_visual .img_slider .slider_cont .switch_title {
		width: 37%;
		height: 70px;
		padding: 8px 0 8px 15px;
		font-size: 13px;
		line-height: 22px;
		color: #444;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
	}

	#main_visual .img_slider .slider_cont .equip_switch {
		width: 64%;
		height: 70px;
		padding: 8px 15px 32px 0;
		position: absolute;
		overflow: hidden;
		bottom: 0;
		right: 0;
		box-sizing: border-box;
		background-color: #fff;
	}

	#main_visual .img_slider .slider_cont .equip_switch li {
		width: calc(50% - 4px);
		width: -webkit-calc(50% - 4px);
		height: 22px;
		margin-right: 8px;
		font-size: 14px;
		line-height: 22px;
		float: left;
		background-color: #ddd;
		text-align: center;
		cursor: pointer;
		box-sizing: border-box;
		vertical-align: middle;
		position: relative;
	}

	#main_visual .img_slider .slider_cont .equip_switch li:last-child {
		margin-right: 0;
	}

	#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: -9px;
		left: 0;
		display: inline-block;
		-webkit-transition: all .2s ease;
		transition: all .2s 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.on span::after {
		border-bottom-color: #444;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off {
		color: #444;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off span::after {
		bottom: -4px;
	}


/* 非装着 */
	#main_visual .slider_inner.off .slider_cont .equip_switch li.on {
		color: #444;
	}

	#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: #444;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch li.on span::after {
		bottom: -4px;
	}



	/* --* Hot Sounds *-- */
	#main_visual .hot {
		background: url(../img/main_hot_bg_sp.png) center top no-repeat;
		background-size: cover;
	}


	/* --* Aint Record *-- */
	#main_visual .aint {
		background: url(../img/main_aint_bg_sp.png) center top no-repeat;
		background-size: cover;
	}


	/* section */
	.section_inner {
		padding: 0 15px;
	}
	.section.black h3{
		max-width: 310px;
		margin: 0 auto 15px;
	}
	.section h3 {
		margin: 0 25px 30px;
		font-size: 23px;
		text-align: center;
	}
	.section h3 span {
		width: 160px;
		padding: 0 0 10px;
		border-bottom: 3px solid #444;
		display: inline-block;
		white-space: nowrap;
	}

	.section.black h3 img{
		vertical-align: bottom;
	}

	.section_movie_wrap:nth-child(2){
		margin-bottom: 50px;
	}

	.section .section_movie_wrap h4{
		text-align: center;
		width: calc(100% - 30px);
		margin: 0 auto 15px;
	}

	.block {
		margin: 0 0 38px;
	}

	.block .block_copy {
		font-size: 23px;
		line-height: 32px;
		margin: 0 20px 20px;
	}

	.link {
		margin: 0 20px 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		color: #0064a1;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image:url(../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;
	}

	.section .link.frame a {
		padding: 12px 24px 12px 18px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}


	/* ----------------------------------------
	section_slide
---------------------------------------- */
#section_slide .slider_wrap{
	width: calc(100% - 30px);
	max-width: 980px;
	margin: 0 auto;
	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: 28px;
}

#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: -28px !important;
	left: 50%;
	transform: translateX(-50%);
}

#section_slide .slider_wrap .slick-dots li{
	margin: 0 6px;
}

#section_slide .slider_wrap .slick-dots li ,
#section_slide .slider_wrap .slick-dots li button{
	width: 8px;
	height: 8px;
}

#section_slide .slider_wrap .slick-dots li button:before{
	content: "";
	line-height: 8px;
	width: 8px;
	height: 8px;
	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{
	width: calc(100% - 30px);
	max-width: 980px;
	margin: 0 auto;
}

.movie_box img{
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.movie_note {
	font-size: 0.75rem;
	text-align: right;
	color: #fff;
	width: calc(100% - 30px);
	max-width: 980px;
	margin: 0.5em auto 0;
}

/* ----------------------------------------
	section_movie_item
---------------------------------------- */

.movie_item_wrap{
	width: calc(100% - 30px);
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.movie_item_list{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	grid-template-rows: auto ;
	gap: 15px;
}

#contents_area .movie_item_list a{
	font-size: 0.875rem;
	color: #ffffff;
	max-width: 316px;
	display: flex;
	padding-bottom: 10px;
	flex-direction: column;
	justify-content: space-between;
	border: 1px 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 {
		padding-bottom: 42px;
		margin-bottom: 0;
	}

	#section_items .box_flex {
		display: flex;
		justify-content: flex-start;
	}

	.item_list {
		margin: 0 17px 70px;
	}

	.item_list li {
		position: relative;
		margin: 0 0 12px;
		background-color: #fff;
	}

	#section_items .item_list li a {
		color: #444;
	}

	#section_items .item_list .img {
		width: 38.6%;
		position: relative;
		overflow: hidden;
	}

	#section_items .item_list .img img {
		width: 100%;
		vertical-align: middle;
		object-fit: cover;
	}

	.item_list li .box {
		padding: 8px 7px;
		box-sizing: border-box;
	}


	.item_list li .box h4 {
		margin: 0 0 15px;
		font-size: 3.5vw;
		line-height: 1.6;
		font-weight: bold;
	}

	#section_items .item_list h4 svg {
		margin-left: 3px;
		width: 3vw;
		height: 3vw;
	}

	.item_list li .box .copy {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.item_list li .box > *:last-child {
		margin-bottom: 0;
	}

	#section_items .item_list .link {
		margin: 0;
		position: absolute;
		right: 2.4vw;
		bottom: 2vw;
		color: #000;
		font-size: 2.7vw;
		text-align: left;
		line-height: 1.2;
		align-self: flex-end;
	}

	#section_items .item_list .link::after {
		position: relative;
		top: .5vw;
		content: "";
		display: inline-block;
		margin-left: 5px;
		width: 2.7vw;
		height: 2.9vw;
		background: url(../img/parts_ico_red_arrow.png) center no-repeat;
		background-size: 2.7vw auto;
		display: inline-block;
	}

	 /* banner_acollect */
	 .banner_acollect {
        margin: 40px 15px 0;
    }
	.banner_acollect .pc {
		display: none;
	}


	.btn_access {
		margin-bottom: 40px;
	}
	.btn_access img{
		max-width: 315px;
	}

	/*-----------------------------
	MODAL
	-----------------------------*/
	.modal_mov_open a::after{
		display: none;
	}

	/* ------------------------------
	#movie_modal
	------------------------------ */
	#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: 20px;
		height: 20px;
		margin: 0 0 0 0;
		background-image:url(../common/img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 20px;
		position: fixed;
		top: 10px;
		left: 10px;
		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_data{
		width: 100%;
	}
	#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%;
	}

}