@charset "utf-8";
@media screen and (max-width : 768px){
	.section {
		position: relative;
		z-index: 1;
		color: var(--c-text);
	}
	.section img {
		display: block;
		width: 100%;
	}

	.block_inner {
		width: calc(692 / 750 * 100vw);
		margin: auto;
	}

	.section	.list {
		display: grid;
	}
	.section .list a {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 1;
		box-sizing: content-box;
		padding-bottom: 1px;
		color: inherit !important;
	}
	.section .list a::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		border: 1px solid var(--c-border-list);
	}
	.section .list figure {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 0;
	}
	.section .list div {
		position: relative;
		z-index: 1;
	}


/* ----------------------------------------
	section_movie
---------------------------------------- */

	#section_movie .movie {
		position: relative;
		z-index: 1;
		padding-top: 56.25%;
	}
	#section_movie .movie iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#kv_sound,
	#kv_restart {
		position: absolute;
		bottom: 20px;
		z-index: 1;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: rgba(0,0,0,.2) !important;
	}
	#kv_sound {
		right: 10px;
		background: url(../img/ico_audio_on.png) 50% 50% / contain no-repeat;
	}

	#kv_sound.on {
		background-image:url(../img/ico_audio_off.png);
	}

	#kv_restart {
		right: 56px;
		border: 1px solid #fff;
	}
	#kv_restart::before,
	#kv_restart::after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}
	#kv_restart::before {
		left: 8px;
		width: 2px;
		height: 18px;
		background: #fff;
	}
	#kv_restart::after {
		right: 8px;
		border: solid transparent;
		border-width: 9px 16px;
		border-right-color: #fff;
	}


/* ----------------------------------------
	section_title
---------------------------------------- */

	#section_title .copy {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		height: calc(130 / 750 * 100vw);
		background: rgba(53,53,53,.86);
		letter-spacing: .3em;
		font-family: var(--font-bold);
		font-size: calc(38 / 750 * 100vw);
	}

	#kv_slider {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		aspect-ratio: 1280 / 850;
		margin-bottom: 0;
	}

	#kv_slider .slick-list {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	#kv_slider .slick-arrow {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		aspect-ratio: 1;
		width: 12px;
		height: auto;
		margin-bottom: calc(16 / 750 * 100vw);
	}
	#kv_slider .slick-arrow::before,
	#kv_slider .slick-arrow::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 1px;
		background: var(--c-red);
	}
	#kv_slider .slick-arrow::before {
		width: 100%;
		height: 2px;
	}
	#kv_slider .slick-arrow::after {
		width: 2px;
		height: 100%;
	}

	#kv_slider .slick-prev {
		transform: rotate(-45deg);
		transform-origin: 0 0;
	}

	#kv_slider .slick-next {
		order: 4;
		transform: rotate(45deg);
		transform-origin: 100% 0;
	}
	#kv_slider .slick-next::after {
		left: auto;
		right: 0;
	}

	#kv_slider .slick-dots {
		margin: 0 3px calc(16 / 750 * 100vw + 6px);
		bottom: 0 !important;
	}
	#kv_slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 9px;
		padding: 0;
	}
	#kv_slider .slick-dots li button {
		width: 100%;
		height: 100%;
	}
	#kv_slider .slick-dots li button:before {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		background: var(--c-gray);
	}
	#kv_slider .slick-dots li:hover button:before,
	#kv_slider .slick-dots li.slick-active button:before {
		background: var(--c-red);
	}

	#kv .btn_front,
	#kv .btn_rear {
		position: absolute;
		top: calc(314 / 750 * 100vw);
		padding-top: calc(70 / 750 * 100vw);
		transform: translateY(-50%);
		transition: .5s;
		transition-property: visibility, opacity;
		letter-spacing: .05em;
		color: #fff;
		font-family: var(--font-bold);
		font-size: calc(25 / 750 * 100vw);
		line-height: calc(28 / 25);
	}
	#kv .btn_front {
		left: calc(30 / 750 * 100vw);
		text-align: right;
	}

	#kv .btn_rear {
		right: calc(30 / 750 * 100vw);
	}

	#kv .btn_front,
	#kv .btn_front:hover,
	#kv [data-index='1']~.btn_rear,
	#kv [data-index='1']~.btn_rear:hover {
		visibility: hidden;
		opacity: 0;
	}

	#kv [data-index='1']~.btn_front,
	#kv [data-index='1']~.btn_front:hover,
	#kv .btn_rear,
	#kv .btn_rear:hover,
	#kv [data-index='0']~.btn_rear,
	#kv [data-index='0']~.btn_rear:hover {
		visibility: visible;
		opacity: 1;
	}

	#kv .btn_front::before,
	#kv .btn_rear::before {
		content: '';
		position: absolute;
		top: 0;
		width: calc(126 / 750 * 100vw);
		height: calc(155 / 750 * 100vw);
		background: url(../img/kv_btn_arrow.svg) 50% 50% / contain no-repeat;
		z-index: 1;
	}
	#kv .btn_front::before {
		right: calc(11 / 750 * 100vw);
		transform: translate(calc(45 / 750 * 100vw),calc(-45 / 750 * 100vw)) rotate(180deg);
	}

	#kv .btn_rear::before {
		left: calc(11 / 750 * 100vw);
		transform: translate(calc(-45 / 750 * 100vw),calc(-45 / 750 * 100vw));
	}


/* ----------------------------------------
	section_bulldog
---------------------------------------- */

	#section_bulldog .items {
		padding: calc(90 / 750 * 100vw) 0;
		background: url(../img/bulldog_bg_sp.jpg) 50% 0 / cover no-repeat;
	}

	#section_bulldog .items .block_inner {
		width: auto;
		padding: calc(90 / 750 * 100vw) calc(29 / 750 * 100vw);
		background: rgba(0,0,0,.79);
	}

	#section_bulldog h3 {
		display: flex;
		justify-content: center;
	}
	#section_bulldog h3 img {
		width: calc(437 / 750 * 100vw);
	}

	#section_bulldog .list {
		grid-template-columns: 1fr;
		gap: calc(66 / 750 * 100vw);
		margin-top: calc(96 / 750 * 100vw);
	}
	#section_bulldog .list a {
		justify-content: center;
		min-height: calc(84 / 750 * 100vw);
		padding-top: calc(408 / 750 * 100vw);
		background: #000;
		font-family: var(--font-bold);
		font-size: calc(32 / 750 * 100vw);
	}
	#section_bulldog .list div {
		position: relative;
		z-index: 1;
		padding-left: calc(64 / 750 * 100vw);
	}
	#section_bulldog .list div::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		aspect-ratio: 1;
		width: calc(44 / 750 * 100vw);
		z-index: 1;
		background: url(../img/btn_arrow.svg) 50% 50% / contain no-repeat;
		transform: translateY(-50%);
	}

	#section_bulldog .movie {
		padding-top: calc(90 / 750 * 100vw);
		background: #000;
	}
	#section_bulldog .movie a::after {
		background-image: url(../img/btn_play.svg);
		background-size: calc(144 / 750 * 100vw);
	}


/* ----------------------------------------
	section_bnr
---------------------------------------- */

	#section_bnr .bulldog {
		padding: calc(90 / 750 * 100vw) 0;
		background: #000;
	}

	#section_bnr .charging {
		padding: calc(60 / 750 * 100vw) 0;
		background: var(--c-bg-charging);
	}
	#section_bnr .charging p {
		margin: calc(-6 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
		text-align: center;
		color: var(--c-gray);
		font-family: var(--font-bold);
		font-size: calc(30 / 750 * 100vw);
		line-height: calc(42 / 30);
	}


/* ----------------------------------------
	section_item
---------------------------------------- */

	#section_item {
		padding: calc(90 / 750 * 100vw) 0;
		background: var(--c-bg);
	}
	#section_item h3 {
		text-align: center;
		letter-spacing: .15em;
		font-family: var(--font-bold);
		font-size: calc(34 / 750 * 100vw);
		line-height: calc(44 / 34)
	}

	#section_item .list {
		grid-template-columns: 1fr 1fr;
		gap: calc(32 / 750 * 100vw);
		margin-top: calc(40 / 750 * 100vw);
	}
	#section_item .list a {
		min-height: calc(70 / 750 * 100vw);
		padding-top: calc(198 / 750 * 100vw);
		font-family: var(--font-bold);
		font-size: calc(22 / 750 * 100vw);
		line-height: calc(26 / 750 * 100vw);
	}
	#section_item .list div {
		box-sizing: border-box;
		width: 100%;
		padding: calc(9 / 750 * 100vw) calc(18 / 750 * 100vw);
	}
	#section_item .list div::after {
		content: '';
		position: absolute;
		right: calc(16 / 750 * 100vw);
		top: 50%;
		aspect-ratio: 1;
		width: calc(32 / 750 * 100vw);
		z-index: 1;
		background: url(../img/btn_arrow.svg) 50% 50% / contain no-repeat;
		transform: translateY(-50%);
	}
	#section_item .list small {
		display: inline-block;
		vertical-align: top;
		font-size: calc(14 / 750 * 100vw);
	}

	#section_item .list .a-collect small {
		display: block;
		margin-top: .5em;
		font-family: var(--font-light);
		font-size: calc(20 / 750 * 100vw);
		line-height: 1;
	}

	#section_item .note {
		margin-top: calc(36 / 750 * 100vw);
		font-family: var(--font-light);
		font-size: calc(22 / 750 * 100vw);
		line-height: calc(30 / 22);
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: calc(120 / 750 * 100vw) 0;
		background: #000;
	}

	#section_items .section_inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}

	#section_items h3 {
		text-align: center;
		letter-spacing: .1em;
		font-family: var(--font-bold);
		font-size: calc(40 / 750 * 100vw);
	}

	#section_items .item_list {
		margin-top: calc(60 / 750 * 100vw);
	}
	#section_items .item_list>li {
		background: #fff;
	}
	#section_items .item_list>li+li {
		margin-top: calc(24 / 750 * 100vw);
	}
	#section_items .item_list a {
		display: flex;
		justify-content: flex-start;
		position: relative;
		color: var(--c-text-items);
	}
	#section_items .item_list a::before {
		content: '';
		position: absolute;
		left: calc(240 / 750 * 100vw);
		top: 0;
		bottom: 0;
		z-index: 1;
		border-right: 1px solid var(--c-border-items);
	}

	#section_items .item_list .img {
		overflow: hidden;
		position: relative;
		width: calc(240 / 750 * 100vw);
	}

	#section_items .item_list .box {
		padding: calc(16 / 750 * 100vw) calc(14 / 750 * 100vw);
	}

	#section_items .item_list h4 {
		font-family: var(--font-bold);
		font-size: 3.5vw;
		line-height: 1.6;
	}

	#section_items .item_list .link {
		position: absolute;
		right: 2.4vw;
		bottom: 2vw;
		font-size: 2.7vw;
		line-height: 1.2;
	}
	#section_items .item_list .link::after {
		content: '';
		display: inline-block;
		position: relative;
		top: .5vw;
		width: 2.7vw;
		height: 2.9vw;
		margin-left: 5px;
		background: url(../img/parts_ico_red_arrow.png) 50% 50% / 100% no-repeat;
	}


/* ----------------------------------------
	movie_modal
---------------------------------------- */

	#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%;
	}
}
