@charset "utf-8";
/* アニメーションの設定 */

@keyframes UpDown {
	0% {
	  transform: translateY(-2px);
	}
	25% {
		transform: translateY(2.5px);
	}
	50% {
	  transform: translateY(3px);
	}
	75% {
	  transform: translateY(3px);
	}
	100% {
	  transform: translateY(-2px);
	}
}

@keyframes UpDownSP {
	0% {
	  transform: translateY(0);
	}
	25% {
		transform: translateY(2px);
	}
	50% {
	  transform: translateY(2px);
	}
	75% {
	  transform: translateY(2px);
	}
	100% {
	  transform: translateY(0);
	}
}

@media print, screen and (min-width : 769px){
	/* #contents_area {
		min-width: 100%;
	} */
	.mb_0 {
		margin-bottom: 0 !important;
	}
	.link {
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		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: -5px;
	}

	/* メインビジュアル */
	#main_visual {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 176px);
		min-height: 450.25px;
		max-height:calc((100vw - 17px) * .4125);
   		background: #000;
	}

	#main_visual .movie {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		min-height: 100%;
		transform: translateY(-50%);
	}

	#main_visual .movie video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#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.gray {
		padding-top: 90px;
		padding-bottom: 70px;
		background-color: #f0f0f0;
	}

	.section h3 {
		margin: 0 auto 70px;
		font-size: 29px;
		font-family: var(--font-bold);
		text-align: center;
	}

	.section h3 span {
		width: 270px;
		padding: 0 0 14px;
		border-bottom: 4px solid #444;
		display: inline-block;
	}

	.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;
	}

	.bg {
		background: url(../img/bg1.jpg) repeat;
		background-size: 320px;
	}

	/*--------------------------------------------------------------
    ## section_joy
	--------------------------------------------------------------*/
	#section_joy {
		margin-bottom: 0;
		padding: 3.75rem 0 7rem;
		color: #000;
	}

	#section_joy .j_title {
		display: flex;
		margin: 0 0 3.75rem;
		align-items: center;
		max-width: 863px;
	}

	#section_joy .j_tit {
		text-align: center;
	}

	#section_joy .j_tit img {
		max-width: 135px;
	}

	#section_joy .j_copy {
		margin: 0 0 0 160px;
		font-weight: 400;
	}

	#section_joy .j_copy img {
		max-width: 444px;
	}

	#section_joy .pic img {
		width: 100%;
	}

	#section_joy .pic a {
		position: relative;
		display: block;
	}

	/* #section_joy .j_link {
		display: block;
		padding: 20px 0;
		position: absolute;
		bottom: 3px;
		left: 0;
		width: 100%;
		background-color: rgba(128, 128, 128, .5);
		text-align: center;
		letter-spacing: 1px;
		color: #fff;
		font-weight: bold;
		font-size: 21px;

	} */

	.j_mov_slide {
		margin-top: 5rem;
	}

	.jslide_wrp {
		position: relative;
		overflow: hidden;
	}

	.mov_car {
		position: absolute;
		bottom: -3px;
		left: 27.5%;
		width: 29%;
		animation:UpDown 3s ease-in-out infinite;
	}

	.mov_car img {
		max-width: 100%;
	}

	.sp_link {
		display:flex;
		margin-top: -1px;
		padding-bottom: .1rem;
		background-color: #F0951C;
		width: 100%;
		min-height: 85px;
		align-items: center;
	}

	.sp_link img {
		margin: 0 auto;
		max-width: 836px;
	}

	.sp_whole_link {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 100%;
	}

	.sp_whole_link:hover + .splide {
		opacity: .7;
	}
	.j_mov_list_wrp {
		margin: 6rem auto 0;
		max-width: 731px;
	}


	.j_mov_list_wrp .mov_list_tit {
		margin-bottom: 1.25rem;
		text-align: center;
		font-size: 25px;
		font-weight: normal;
	}
	.j_mov_list_wrp .mov_list_tit:not(:first-child) {
		margin-top: 4.9rem;
	}

	.j_mov_list_wrp .mov_list_tit span {
		display: inline-block;
		padding: 8px 20px 7px 25px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}

	.j_mov_list_wrp .mov_list_tit img {
		max-width: 384px;
	}

	.j_mov_list_wrp .mov_list_tit--se img {
		max-width: 414px;
	}

	.j_mov_list_wrp .mov_item_list {
		gap: 10px;
	}

	.j_mov_list_wrp .mov_item_list li {
		position: relative;
		width: 237px;
		cursor: pointer;
	}

	.mov_item_list li img {
		border-radius: 4px;
	}

	.bnr_link {
		max-width: 731px;
		margin: 4rem auto 0;
	}

	.bnr_link a {
		display: block;
	}

	.bnr_link img{
		width: 100%;
	}


	/*--------------------------------------------------------------
    ## section_movie
	--------------------------------------------------------------*/
	#section_movie {
		margin-bottom: 0;
		padding: 5rem 0 6.3rem;
		background-color: #A8B9C3;
	}

	#section_movie .movie_tit {
		text-align: center;
		margin-top: 1rem;
		font-size: 50px;
		font-family: var(--font-bold);
		line-height: 1.25;
	}

	#section_movie .movie_tit img.switch_pc {
		display: inline-block;
		width: 684px;
	}

	#section_movie .mov_item_list {
		margin: 2.5rem auto .5rem;
		width: 980px;
		display: flex;
		flex-wrap: wrap;
	}

	#section_movie .mov_item_list li {
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
		width: 237px;
		cursor: pointer;
	}
	#section_movie .mov_item_list li:nth-child(4n+1){
		margin-left: 0;
	}

	#section_movie .mov_item_list li a {
		display: block;
	}
	#section_movie .mov_item_list li a:hover {
		opacity: 1;
	}

	#section_movie .mov_item_list li img {
		max-width: 100%;
		vertical-align: middle;
	}

	#section_movie .mov_btn {
		margin: 3rem 0 .5rem;
	}

	#section_movie .mov_btn img {
		max-width: 100%;
	}

	.mov_item_list li .mov_hov {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: #000;
		border-radius: 5px;
	}

	.mov_item_list li .mov_hov iframe {
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}

	.mov_hov .hov_overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
	}

	.mov_caution {
		margin-top: 10px;
		padding-left: 12px;
		text-indent: -12px;
		font-size: 11px;
		font-family: var(--font-light);
		text-align: left;
		line-height: 1.5;
	}
	.mov_caution+ .mov_caution {
		margin-top: 5px;
	}

	.mov_caution_2 {
		margin-top: 30px !important;
	}

	/*--------------------------------------------------------------
    ## section_style
	--------------------------------------------------------------*/
	#section_style {
		margin-bottom: 0;
		padding: 7rem 0;
		background-color: #eee;
	}
	.style_tit {
		margin-bottom: 2.6rem;
		text-align: center;
	}
	.style_tit img {
		max-width: 668px;
	}

	#section_style .section_inner {
		margin: 0 auto;
		max-width: 731px;
	}

	#section_style .block {
		margin-top: 5rem;
	}


	.section .pic_block {
		display: block;
		position: relative;
	}

	.pic_block .tit_wrap {
		position: absolute;
		top: 39px;
		left: 0;
		right: 0;
		color: #000;
		text-align: center;
		z-index: 1;
	}

	.section .title img.switch_pc {
		display: inline-block;
		width: 550px;
	}

	#section_premium .title img {
		width: 439px;
	}

	#section_modern .title img {
		width: 520px;
	}

	.btn-box {
		width: 410px;
		margin: 30px auto 0;
		text-align: center;
	}

	.btn-box a {
		display: block;
	}

	.btn-box img {
		display: inline-block;
		vertical-align: middle;
		border-radius: 30px;
	}

	.btn_detail img{
		max-width: 100%;
	}




	/* アイテム */
	#section_items {
		margin-bottom: 80px;
		padding-bottom: 80px;
		background-color: #dbdbdb;
	}

	#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;
		font-family: var(--font-light);
		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;
	}

	/* center */
	#section_items .banner {
		text-align: center;
		margin-top: 40px;
	}
	#section_items .banner .sp {
		display: none;
	}


	/* #footer_topic_path {
		min-width: 980px;
	} */
}
