@charset "utf-8";
@media screen and (max-width : 768px){
	/* .carousel_block_01 {
		width: 100%;
	} */
	/* .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	} */

	br { display: none; }
	br.sp { display: block; }
	.for_pc { display: none; }
	.for_sp { display: block; }

	img { width: 100%;}


	.section {
		margin-bottom: 50px;
	}
	.section.gray {
		padding: 2px 0 2px 0;
		background: #f0f0f0;
	}

	/* メインビジュアル */
	/* #main_visual {
		background: #000;
	} */

	#main_visual .mv {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	#main_visual .mv::after,
	#main_visual .mv video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#main_visual .mv::after {
		content: '';
	}

	#main_visual .mv .vjs-poster,
	#main_visual .mv .vjs-loading-spinner,
	#main_visual .mv .vjs-big-play-button,
	#main_visual .mv .vjs-control-bar {
		display: none !important;
	}

	 /*
	#main_visual {
		margin: 0 auto 50px;
	}
	#main_visual .mv{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	#main_visual .mv>div {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	#main_visual .mv>div::after,
	#main_visual .mv video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#main_visual .mv>div::after {
		content: '';
	}

	#main_visual .mv .vjs-poster,
	#main_visual .mv .vjs-loading-spinner,
	#main_visual .mv .vjs-big-play-button,
	#main_visual .mv .vjs-control-bar {
		display: none !important;
	}
	 */
	/* #main_visual .mv video{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
	} */

	#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;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		position: absolute;
		top: 15px;
		z-index: 2;
	}

	#main_visual .img_slider .slider_cont .copy small {
		display: block;
		margin-top: 5px;
		font-size: 11px;
		line-height: 1;
	}

	#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;
		z-index: 1;
	}

	#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 .switch_pc {
		display: none;
	}

	#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;
	}


	/* --* STEPWGN *-- */
	#main_visual .standard {
		background: #f8f8f8;
	}

	/* --* STEPWGN SPADA *-- */
	#main_visual .spada {
		color: #fff;
		background: #000;
	}


	/* section */
	/*
	.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 {
		padding: 0 0 50px;
	}

	.block .block_copy {
		font-size: 26px;
		line-height: 32px;
		text-align: center;
		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_info {
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        padding: 20px 0;
        margin: 0 20px 50px;
    }
    #section_info li {
        font-size: 12px;
        line-height: 18px;
        color: #444;
    }

	/* ハンズフリー */
	#block_handsfree .modal_mov_open .switch_pc {
		display: none;
	}
	#block_handsfree .block_caution {
		margin: 3px auto 0;
		text-align: right;
		font-size: 10px;
	}

	/* アイテム */
	/* #section_items {
		margin-bottom: 0;
	}
	.item_list {
		margin: 0 15px;
	}
	.item_list li {
		margin: 0 0 15px;
		background-color: #fff;
	}
	#section_items .item_list li a {
		color: #444;
	}
	.item_list li .box {
		padding: 15px;
	}
	.item_list li .box h4 {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}
	.item_list li .box .copy {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.item_list li .box > *:last-child {
		margin-bottom: 0;
	}
	.item_list li .link span {
		color: #0064a1;
	}
	.item_list li .link span: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;
	}
	*/


	/* アイテム - 220523 */
	#section_items {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.item_list {
		margin: 0 15px;
	}
	.item_list li {
		margin: 0 0 15px;
		background-color: #fff;
	}
	#section_items .item_list li a {
		color: #444;
	}
	.item_list .box {
		padding: 15px;
	}
	.item_list h4 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
		/* font-weight: bold; */
	}
	.item_list h4 small {
		display: block;
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1;
	}

	.item_list .box .copy {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.item_list .link {
		margin-bottom: 0;
	}
	.item_list .link span {
		color: #0064a1;
	}


	/* section_special */
	#section_special .block_image{
		position: relative;
	}
	#section_special #block_identity.block{
		margin: 0 auto 50px;
	}
	#section_special #block_identity .block_image::after{
		position: absolute;
		top:0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../img/identity_sp_on.png) 0 / 100%;
		animation: 2s parts_anim_pc ease-in infinite;
	}
	.switch_pc{
		display: none;
	}
	.switch_sp{
		display: block;
	}
	@keyframes parts_anim_pc {
		0%,100% {
			opacity: .1;
		}
		50% {
			opacity: 1;
		}
	}

	#section_special #block_scene.block{
		margin: 0 auto 100px;
	}
	#section_special #block_scene .copy{
		position: absolute;
		top:50%;
		left:50%;
		transform: translateX(-50%) translateY(-50%);
	}


	.pc {
		display: none;
	}


	/* スペシャルコンテンツ - 2022/05 */
	#main_visual {
		margin-bottom: 36px;
	}

	#section_special h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#section_special h3 span {
		width: 202px;
	}
	#section_special .section_lead {
		text-align: center;
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	#section_special .section_lead br {
		display: block !important;
	}
	#section_special .special_pic {
		margin: 0 auto 20px;
	}
	#section_special .link_special {

		text-align: center;
	}
	#section_special .link_special a {
		display: inline-block;
		border: 1px solid #444;
		padding: 10px 26px;
		text-align: center;
		color: #444;
		font-size: 14px;
		line-height: 20px;
	}
	#section_special .link_special span {
		display: inline-block;
		padding-right: 26px;
		background: url(../img/linkbox_arrow_sp.png) no-repeat right center;
		background-size: 20px auto;
	}


	#section_items .bnr{
		margin: 56px 15px 0;
		text-align: center;
	}
	#section_items .block {
		padding:0 0 80px;
	}
	/* ********************************************************* */

	/* h3 赤縦罫線 */
	.before_red{
		font-size: 24px;
		position: relative;
		z-index: 2;
		margin-top: 130px;
		text-align: center;
		/* font-weight: bold; */
	}
	.before_red.first{
		margin-top: 110px;
	}
	.before_red::before{
		position: absolute;
		z-index: 2;
		content: "";
		width: 1px;
		height: 60px;
		top: -70px;
		left: 50%;
		background-color: #C00;
	}
	.before_red p{
		font-size: 16px;
		margin: 10px 0px 12px 0;
		font-weight: normal;
		line-height: 1.3;
	}
	.carousel_block_01 .carousel_box,
	.carousel_block_02 .carousel_box{
		/* margin-right: 32px; */
		/* display: block; */
		position: relative;
		z-index: 2;
	}
	.carousel_block_01 .carousel_box.last
	.carousel_block_02 .carousel_box.last{
		margin-right: 0;
	}
	.carousel_block_01 .carousel_box h4,
	.carousel_block_02 .carousel_box h4,
	.carousel_block_01 .carousel_box p,
	.carousel_block_02 .carousel_box p,
	.carousel_block_01 .carousel_box .icon_arrow,
	.carousel_block_02 .carousel_box .icon_arrow{
		color: #444;
		position: absolute;
		z-index: 3;
	}
	.carousel_block_01 .carousel_box h4,
	.carousel_block_02 .carousel_box h4 {
		font-size: 17px;
		top: 73%;
		left: 9%;
	}


	/* AIR / SPADA */
	.carousel_box h4 .type{
		font-size: 14px;
		border: 1px solid #444;
		padding: 0px 3px;
		vertical-align: middle;
	}
	.slick-slide{
		margin-top: 0px;
	}


	/* 一覧からさがす */
	#section_items{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	/* banner */
	.happy_life{
		text-align: center;
	}
	.banner_box img{
		width: 86%;
		/* max-width: 700px; */
		margin: 0 auto;
	}
	.dogs{
		margin: 0 auto;
		margin-top: 94px;
		text-align: center;
	}
	.dogs .banner_box img{
		width: 86%;
	}

	/* アイテム - 220523 */
	/* #section_items img {
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	} */
	#section_items .item_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 40px;
	}
	#section_items .item_list li {
		width: 90%;
		background: #fff;
	}

	#section_items .item_list li a {
		display: flex;
		color: #444;
		justify-content: space-between;
	}

	#section_items .item_list .img {
		overflow: hidden;
		position: relative;
		width: 30%;
	}
	#section_items .item_list .img img {
		transition: transform .3s ease-out;
		height: 100%;
	}
	#section_items .item_list li:hover .img img {
		transform: scale(1.05);
	}

	#section_items .item_list .box {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0px 10px 0 20px;
		width: 70%;
		box-sizing: border-box;
	}
	#section_items .item_list .img_change .img .hover {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	#section_items .item_list .img_change:hover .img .hover {
		opacity: 1;
	}

	#section_items .item_list h4 {
		font-size: 20px;
		line-height: 1.3;
	}
	#section_items .item_list h4 small {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1;
	}

	#section_items .item_list .copy {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .item_list .link {
		margin: 0;
		text-align: right;
	}
	#section_items .item_list .link.row2 {
		margin-top: 0;
	}

	#section_items .item_list .link span {
		color: #444;
		font-size: 14px;
		display: inline-block;
		padding-right: 34px;
		background: url(../img/icon_right_red.png) 91% 50% / 19px no-repeat;
	}
	.bnr img{
		width: 90%;
	}
	/* 2025/04 banner */
	.banner_SPADA202504{
		text-align: center;
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.banner_SPADA202504 img{
		width: 86%;
	}
}


@media screen and (max-width : 500px){
	#section_special .section_lead{
		font-size: 24px;
	}
	#section_special h3 {
		font-size: 22px;
		margin-top: 110px;
		font-weight: normal;
	}
	.before_red .first{
		margin-top: 82px;
	}
	.before_red p{
		margin-bottom: 0;
	}

	.carousel_box h4 .type {
		font-size: 12px;
		border: 1px solid #444;
		padding: 0px 3px;
		vertical-align: middle;
	}


	#section_items .item_list h4 {
		font-size: 14px;
		line-height: 1.25;
		margin-top: 2px;
	}
	#section_items .item_list .box{
		justify-content: space-evenly;
	}
	#section_items .item_list .link span{
		font-size: 12px;
		padding-right: 24px;
		background: url(../img/icon_right_red.png) 100% 50% / 17px no-repeat;
	}
	#cta_fix .cta_btn{
		width: 26%;
	}

}
