@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.gray {
		padding: 50px 0;
		background: #f0f0f0;
	}

	/* メインビジュアル */
	#main_visual {
		margin: 0 auto;
		color: #fff;
	}

	#main_visual {
		overflow: hidden;
		position: relative;
		height: calc(180vh - 76px);
		max-height:calc((180vw - 17px) * .4825);
   		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 .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 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;
	}

	.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;
	}

	.bg {
        background: url(../img/bg1.jpg) repeat;
		background-size: 160px;
    }

	/*--------------------------------------------------------------
    ## section_joy
	--------------------------------------------------------------*/
	#section_joy {
		margin-bottom: 0;
		padding: 1.8rem 0 3.75rem;
		color: #000;
	}

	#section_joy .section_inner {
		padding: 0 .7rem;
	}

	#section_joy .j_title {
		display: flex;
		margin-bottom: 1.8rem;
		max-width: 100%;
		flex-wrap: wrap;
		align-items: center;
	}

	#section_joy .j_tit {
		margin-right: 5.5vw;
	}

	#section_joy .j_tit img {
		max-width: 18vw;
	}

	#section_joy .j_copy {
		margin: 0;
		font-size: 3.8vw;
		font-weight: 400;
	}

	#section_joy .j_copy img {
		max-width: 59.5vw;
	}

	.j_mov_slide {
		margin-top: 2.4rem;
	}

	.jslide_wrp {
		position: relative;
		overflow: hidden;
	}

	.mov_car {
		position: absolute;
		bottom: -3px;
		left: 23.5%;
		width: 35%;
		animation: UpDownSP 3s infinite ease-in-out;
	}

	.sp_whole_link {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 100%;
	}

	.sp_link {
		display:flex;
		margin-top: -1px;
		padding-bottom: .1rem;
		background-color: #F0951C;
		width: 100%;
		min-height: 14vw;
		align-items: center;
	}

	.sp_link img {
		margin: 0 auto;
		max-width: 86vw;
	}

	.j_mov_list_wrp .mov_list_tit {
		margin-bottom: 1.25rem;
		text-align: center;
		font-size: 15px;
		font-weight: normal;
	}

	.j_mov_list_wrp .mov_list_tit {
		margin: 1.9rem 0 0;
	}

	.j_mov_list_wrp .mov_list_tit span {
		display: inline-block;
		padding: 6px 11px 4px 16px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}

	.j_mov_list_wrp .mov_list_tit img {
		max-width: 60%;
	}

	.j_mov_list_wrp .mov_list_tit--se img {
		max-width: 68.5%;
	}

	.j_mov_list_wrp .mov_item_list {
		margin-bottom: 0;
		gap: 8px;
	}

	.j_mov_list_wrp .mov_item_list li {
		text-align: center;
		width: calc(50% - 4px);
	}

	.mov_item_list li img {
		border-radius: 5px;
	}

	.bnr_link {
		margin-top: 2.4rem;
	}

	.bnr_link a {
		display: block;
	}

	.bnr_link img{
		width: 100%;
	}


	/*--------------------------------------------------------------
    ## section_movie
	--------------------------------------------------------------*/

    #section_movie {
		margin-bottom: 0;
        padding: 2.5rem 0 2rem;
		background-color: #A8B9C3;
	}

	#section_movie .section_inner {
		padding: 0 .25rem;
	}

    #section_movie .movie_tit {
		margin-top: 1rem;
		padding: 0 16px;
		text-align: center;
		font-size: 25px;
		font-family: var(--font-bold);
		line-height: 1.25;
	}

	#section_movie .movie_tit img.switch_sp {
		display: inline-block;
		max-width: 100%;
	}

	#section_movie .title {
        margin-top: 2px;
        font-size: 15px;
		font-weight: 500;
	}

	#section_movie .mov_item_list {
		margin: 1.5rem auto 0;
		padding: 0 7.5px;
		display: flex;
		flex-wrap: wrap;
	}

	#section_movie .mov_item_list li {
		position: relative;
		text-align: center;
		margin-left: 7.5px;
		margin-bottom: 8px;
		width: calc(50% - 4px);
		cursor: pointer;
	}

	#section_movie .mov_item_list li:nth-child(2n+1){
		margin-left: 0;
	}

	#section_movie .mov_item_list li img {
		max-width: 100%;
		vertical-align: middle;
	}

	#section_movie .mov_item_list li a {
		display: block;
	}

	#section_movie .mov_item_list li a:hover {
		opacity: 1;
	}

	#section_movie .mov_btn {
		padding: 0 7.5px;
		margin: 1rem 0 .2rem;
	}

	#section_movie .mov_btn img {
		max-width: 100%;
	}

	.mov_item_list li .mov_hov {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		border-radius: 5px;
	}

	.mov_item_list li:hover .mov_hov {
		display: block;
	}

	.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: 5px;
		font-size: 11px;
		font-family: var(--font-light);
		padding: 0 7.5px;
		line-height: 1.4;
	}

	.mov_caution_2 {
		margin-top: 30px !important;
	}

	/*--------------------------------------------------------------
    ## section_style
	--------------------------------------------------------------*/
	#section_style {
		margin-bottom: 0;
		padding: 2.2rem 0 3.75rem;
		background-color: #eee;
	}

	#section_style .section_inner {
		padding: 0 .75rem
	}

	.style_tit {
		margin-bottom: 0;
		text-align: center;
	}
	.style_tit img {
		max-width: 71vw;
	}

	#section_style .block:first-child {
		margin: 2.7rem 0 0;
	}

	#section_style .block {
		margin: 2.4rem 0 0;
	}

	.section .pic_block {
		display: block;
		position: relative;
	}

	.pic_block .tit_wrap {
		position: absolute;
		top: 5.1vw;
		left: 0;
		right: 0;
		color: #000;
		text-align: center;
		z-index: 1;
	}

	.section .title img.switch_sp {
		display: inline-block;
		max-width: 80vw;
	}

	#section_premium .title img.switch_sp {
		max-width: 70vw;
	}

	.btn-box {
		width: 100%;
		padding: 0 9px;
		margin-top: 18px;
		text-align: center;
		box-sizing: border-box;
	}

	.btn-box img {
		display: inline-block;
		max-width: 100%;
		border-radius: 7vw;
	}



	/*--------------------------------------------------------------
    ## section_items
	--------------------------------------------------------------*/


	/* アイテム */
	#section_items {
		padding-bottom: 42px;
		margin-bottom: 0;
		background-color: #dbdbdb;
	}

	#section_items .box_flex {
		display: flex;
		justify-content: flex-start;
	}

	.item_list {
		margin: 0 15px 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-family: var(--font-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;
		font-family: var(--font-light);
		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 */
	 #section_items .banner {
        margin: 30px 15px 0;
    }
	#section_items .banner .pc {
		display: none;
	}


}
