@charset "utf-8";

@media screen and (max-width : 768px){
	#footer_topic_path,
	footer {
		position: relative;
		z-index: 1;
	}

	#contents_area footer {
		padding-bottom: 50px;
		background: #fff;
	}

	footer .guaranteed {
		margin-bottom: 0;
	}
	
	.section,
	.section_inner,
	.block {
		position: relative;
		z-index: 1;
	}
	.section {
		letter-spacing: .075em;
		color: var(--c-text);
		font-weight: var(--fw-medium);
		font-size: calc(32 / 750 * 100vw);
		font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-feature-settings: 'palt' 1;
	}
	.section img {
		display: block;
		width: 100%;
	}

	.fw-regular {
		font-weight: var(--fw-regular);
	}

	.fw-medium {
		font-weight: var(--fw-medium);
	}

	.fw-semibold {
		font-weight: var(--fw-semibold);
	}

	.fw-bold {
		font-weight: var(--fw-bold);
	}

	.section h3 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section h3::after {
		content: '';
		display: block;
		width: calc(120 / 750 * 100vw);
		height: 2px;
		margin: calc(60 / 750 * 100vw) auto;
		background: var(--c-blue);
	}

	.bg_img {
		background: url(../img/bg_texture.jpg) 50% 0 / calc(1280 / 750 * 100vw);
	}

	#contents_area .btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(600 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
		margin: auto;
		border-radius: calc(45 / 750 * 100vw);
		background: var(--c-blue);
		color: #fff;
		font-size: calc(30 / 750 * 100vw);
	}
	.section .btn::after {
		content: '';
		display: block;
		width: calc(18 / 750 * 100vw);
		height: 100%;
		margin-left: calc(24 / 750 * 100vw);
		background: url(../img/btn_arrow.svg) 50% 50% / contain no-repeat;
	}


/* ----------------------------------------
	section_kv
---------------------------------------- */

	#section_kv video {
		display: block;
		width: 100%;
	}


/* ----------------------------------------
	section_movie
---------------------------------------- */

	#section_movie {
		padding-top: calc(120 / 750 * 100vw);
	}
	#section_movie h3 img {
		width: calc(683 / 750 * 100vw);
	}

	#section_movie .modal_mov_open a::after {
		background-image: url(../img/icon_play.svg);
	}


/* ----------------------------------------
	section_charging
---------------------------------------- */

	#section_charging {
		padding: calc(180 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	#section_charging h3 img {
		width: calc(491 / 750 * 100vw);
	}

	#section_charging .bnr {
		display: block;
		pointer-events: none;
	}
	#section_charging .bnr:hover {
		opacity: 1;
	}

	#section_charging .btn {
		margin: calc(60 / 750 * 100vw) auto 0;
		pointer-events: all;
	}


/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style {
		padding: calc(120 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
		background: var(--c-bg-style);
	}
	#section_style h3::after {
		display: none;
	}
	#section_style h3 img {
		width: calc(646 / 750 * 100vw);
	}
	#section_style h3+p {
		width: calc(607 / 750 * 100vw);
		margin: calc(30 / 750 * 100vw) auto 0;
	}
	#section_style ul {
		margin: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
	}
	#section_style li:nth-child(2) {
		margin: 2px 0;
	}

	#section_style .name {
		display: flex;
		justify-content: center;
		align-items: center;
		height: calc(60 / 750 * 100vw);
		padding: 0 calc(30 / 750 * 100vw);
	}
	#section_style .name img {
		width: auto;
		height: calc(24 / 750 * 100vw);
	}

	#section_style .premium .name {
		background: #003567;
	}

	#section_style .sporty .name {
		background: #53a5be;
	}

	#section_style .casual .name {
		background: #78a5c8;
	}


/* ----------------------------------------
	section_sustainable
---------------------------------------- */

	#section_sustainable .bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
	#section_sustainable .bg::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
	#section_sustainable .bg video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#section_sustainable .link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		min-height: calc(100vh - 87px);
		padding: calc(150 / 750 * 100vw) 0;
		pointer-events: none;
	}
	#section_sustainable .link:hover {
		opacity: 1;
	}

	#section_sustainable h3 img {
		width: calc(492.5 / 750 * 100vw);
	}

	#section_sustainable .en {
		width: calc(696 / 750 * 100vw);
	}

	#section_sustainable .text {
		width: calc(398 / 750 * 100vw);
		margin-top: calc(60 / 750 * 100vw);
	}

	#section_sustainable .btn {
		margin: calc(90 / 750 * 100vw) 0 0;
		pointer-events: all;
	}


/* ----------------------------------------
	section_convenient
---------------------------------------- */

	#section_convenient {
		padding: calc(120 / 750 * 100vw) 0;
	}

	#section_convenient .section_inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}

	#section_convenient h3 img {
		width: calc(575 / 750 * 100vw);
	}
	#section_convenient li {
		display: flex;
		flex-direction: column;
	}
	#section_convenient li+li {
		margin-top: calc(90 / 750 * 100vw);
	}
	#section_convenient h4 {
		margin-top: calc(40 / 750 * 100vw);
		font-weight: var(--fw-semibold);
		font-size: calc(40 / 750 * 100vw);
		line-height: 1;
	}
	#section_convenient p {
		margin: calc(22 / 750 * 100vw) 0 calc(-8 / 750 * 100vw);
		font-weight: var(--fw-regular);
		line-height: calc(24 / 16);
	}
	#section_convenient a {
		display: flex;
		align-items: center;
		align-self: center;
		margin-top: calc(60 / 750 * 100vw);
		color: var(--c-blue);
	}
	#section_convenient a::after {
		content: '';
		display: inline-block;
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		margin-left: 1em;
		background: url(../img/convenient_btn_arrow.svg) 50% 50% / contain no-repeat;
	}
	#section_convenient li small {
		display: block;
		margin-top: calc(40 / 750 * 100vw);
		text-align: right;
		font-size: calc(28 / 750 * 100vw);
		line-height: 1;
	}

	#section_convenient .note {
		margin-top: calc(90 / 750 * 100vw);
		font-size: calc(28 / 750 * 100vw);
		line-height: 1.5;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		padding: calc(120 / 750 * 100vw) 0;
		background: var(--c-bg-items);
	}

	#section_items .section_inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}

	#section_items h3 img {
		width: calc(254 / 750 * 100vw);
	}
	.item_list>li {
		background: rgba(255,255,255,.75);
	}
	.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);
	}

	#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-size: 3.5vw;
		line-height: 1.6;
	}

	#section_items .item_list .link {
		position: absolute;
		right: 2.4vw;
		bottom: 2vw;
		font-weight: var(--fw-regular);
		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;
	}

	#section_items .bnr_a-collect {
		margin-top: calc(120 / 750 * 100vw);
	}


/* ----------------------------------------
	section_notes
---------------------------------------- */

	#section_notes {
		padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) 80px;
	}
	#section_notes li {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.5;
	}


/* ----------------------------------------
	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%;
	}
}