:root {
	--cl-blue: #305CCD;
	--cl-skyblue: #4AA0DF;
	--cl-elegant: #B8CB57;
	--cl-urban: #0062A0;
	--cl-black: #333;
	--cl-accentyellow: #FFF600;
}

* {
	font-family: 'Noto sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	color: var(--cl-black);
}

nav ul.global_nav li a {
	font-size: 11px;
}

nav ul.global_nav li.small a {
	font-size: 10px;
}

.contents main p {
	text-align: initial;
	color: #333;
}

.contents main .fc_white {
	color: white;
}

.contents main .fc_black {
	color: #333;
}

.l-main a:hover {
	text-decoration: none !important;
}

.l-main ul li img {
	margin: 0;
}

span {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.cont-inner {
	width: 100%;
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.cont-inner1 {
	width: 90%;
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.cont-inner800 {
	width: 800px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.cont-inner980 {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#swift-option {
	padding-top: 100px;
	margin-top: -100px;
}

.section-headline {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.section-headline span {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #333;
}

.l-header {
	background: url(../../img/swiftsport/nav_bg.png) no-repeat top right;
	background-size: cover;
	position: relative;
}

.header-inner {
	max-width: 80%;
	margin: 0 9.5% 0 10.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swift-logo {
	width: 245px;
	height: 87px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}

.swift-logo .logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 32px;
	padding-bottom: 37px;
}

.swift-logo .logo:hover {
	background: rgba(40, 150, 200, 0.3);
}

.header-nav {
	width: calc(100% - 245px);
}

.header-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header-nav__list--item {
	width: calc(100% / 4);
	border-right: 1px solid #fff;
}

.header-nav__list--item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	font-family: 'Noto Sans JP';
	font-style: normal;
	line-height: 23px;
}

.header-nav__list--item a.txt_blue {
	color: #1D1038;
}

.header-nav__list--item a:hover {
	background: #1267cf;
	text-decoration: none;
}

.zc33s_logo {
	position: absolute;
	bottom: 5px;
	right: 7px;
}

.l-main {
	background: #fff;
	padding: 0;
	margin: 0;
}

.hero {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #1D1038;
	padding-bottom: 4rem;
}

.hero>div {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
}

.hero_lead {
	margin: -3.5% 0 0.4rem 1rem;
}

.hero>div>figure img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.contents main .hero h2 {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: 'Shippori Mincho B1';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	letter-spacing: -0.015rem;
	font-feature-settings: 'palt' on;
	color: #FFFFFF;
}



.pickup {
	padding: 108px 0 83px;
	background-color: black;
	color: white;
}

.pickup_ttl {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: white;
}


span.pickup_kana {
	display: block;
	position: relative;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	color: #FFFFFF;
	margin: 7px 0;
}

span.pickup_kana::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 0;
	left: 50%;
	top: 37px;
	border: 2px solid #FFFFFF;
	transform: translateX(-50%);
}

.pickup h3.sub-headline {
	border: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 68px;
}

.pickup h3.sub-headline>div {
	width: 100%;
	display: flex;
	justify-content: center;
}

h3.sub-headline span {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	margin: 5px 0 0;
	display: block;
}

.pickup .section-headline {
	margin: 0 0 29px;
}

.contents main p.lead-text {
	margin: 0 0 27px;
	font-family: 'Shippori Mincho B1';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.06rem;
	font-feature-settings: 'palt' on;
}

.pickup_kv,
.decal_kv {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.pickup_kv img,
.decal_kv img {
	flex: 1 1 0;
	width: fit-content;
}

.combo-equip {
	margin-top: 99px;
	margin-bottom: 3px;
	border: none;
	text-align: center;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

.exterior {
	padding: 90px 0 82px;
	background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 100%);
}

.exterior .section-headline {
	margin: 0 0 19px;
	padding: 0;
	line-height: 0.9;
	/* margin: 0; */
}

.illumination {
	width: 100%;
	padding: 88px 0 140px;
	position: relative;
	background: linear-gradient(180deg, #16121C 0%, #38426B 100%);
	margin: -60px 0;
}

.illumination .section-headline {
	line-height: 0.7;
}

.contents main .illumination p.lead-text {
	/* line-height: 1; */
	margin: 27px 0;
}

.decalstyle {
	padding: 85px 0 135px;
	position: relative;
	background: linear-gradient(180deg, #E3F2F8 0%, #FFFFFF 100%);
}

.decalstyle .section-headline {
	line-height: 0.7;
	margin-bottom: 20px;
}

.basic {
	width: 100%;
	padding: 89px 0 80px;
	position: relative;
	background: linear-gradient(180deg, #333333 0%, #999999 100%);
}

.basic .section-headline {
	margin: 0 0 28px;
}

.web3d {
	background: white;
	margin: 10px 0 45px;
}

.parts-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(43, 46, 56, 0.9);
	z-index: 1001;
}

.parts-modal__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .5s ease all;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%) scale(0.8);
	max-width: 90vh;
}

.parts-modal__img.is-show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.option {
	padding: 40px 0 80px;
	background: url(../../img/swiftsport/bg_othes.png) no-repeat center top/cover;
}

.option .section-headline {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	text-align: center;
	letter-spacing: .15em;
	width: 322px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}

.option-box {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 98, 160, 0.5);
}

.option-box__title {
	font-size: 18px;
	font-weight: bold;
	color: var(--cl-blue);
	text-align: center;
	margin: 0 0 20px;
	border: none;
}

.option-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.option-inner .option-img {
	margin: 0 33px 0 0;
}

.option-inner .option-img.filter {
	min-width: 360px;
}

.option-inner .option-img.aircoorde {
	min-width: 432px;
}

.option-data {
	padding: 0 80px 0 0;
}

.option-data__text {
	font-size: 14px;
	margin: 0 0 16px;
	text-align: left;
}

.option-data__text--strong {
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	color: var(--cl-blue);
	margin: 0 0 15px;
}

.option-data .option-data__text--strong {
	color: #305CCD;
}

.option-data__text--strong__notes {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	padding: 3px 0 0;
}

.option-data__pm25 {
	margin: 0 0 7px;
}

.option-data__pm25 img {
	max-width: 30%;
}

.option-data__item-name {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

.option-data__item-name--ja {
	font-size: 10px;
	letter-spacing: .45em;
	display: block;
	line-height: .5;
}

.option-data__price {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}

.option-data__price--value {
	font-size: 24px;
	font-weight: bold;
}

.option-data__price--value__cautions {
	font-size: 12px;
	color: #f00;
	border: 1px solid #f00;
	padding: 6px;
	margin: 0 0 0 24px;
}

.option-data__notes {
	font-size: 12px;
	text-align: left;
	text-indent: -2.5em;
	padding: 0 0 0 2.5em;
	margin: 0;
}

.option-data__notes.type-02 {
	text-indent: 0;
	padding: 0 0 0 0;
}

.option-data__logo {
	margin: 0 0 10px;
}

.option-data__link {
	margin: 20px 0 0;
}

.option-data__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 310px;
	height: 38px;
	font-size: 19px;
	font-weight: bold;
	color: #233f93;
	background: #fff;
	border: 1px solid #233f93;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.option-data__link a:hover {
	background: #233f93;
	color: #fff;
}

.option-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 98, 160, 0.5);
}

.option-banner a {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.option-banner a:hover {
	opacity: .8;
}

.option_navi {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 98, 160, 0.5);
}

.option_navi_link a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 673px;
	height: 50px;
	border: 2px solid #1D1038;
	font-size: 19px;
	font-weight: bold;
	color: white;
	position: relative;
	transition: .3s ease all;
	background-color: #1D1038;
	padding-bottom: 2px;
}

.option_navi_link a::after {
	content: '';
	background: url(../../img/swiftsport/icon_arrow_b.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 5px;
	height: 10px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.option_navi_link a:hover {
	text-decoration: none;
	background: white;
	color: #1D1038;
}

.option_navi_link a:hover::after {
	content: '';
	background: url(../../img/swiftsport/icon_arrow.png) no-repeat;
	background-size: cover;
	width: 5px;
	height: 10px;
	right: 10px;
}

@media (max-width:767px) {
	.option_navi_link {
		width: 85%;
		margin: 0 0 30px;
	}

	.option_navi_link a {
		width: 100%;
		font-size: 14px;
		height: 40px;
	}

	.option_navi_link a::after {
		right: 15px;
	}
}

.catalog {
	padding: 0 0 80px;
}

.catalog-inner {
	padding: 0 40px;
}

.catalog .section-headline {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: 2px solid var(--cl-skyblue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	color: var(--cl-skyblue);
	margin: 0 0 17px;
}

.catalog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin: 0 0 28px;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.catalog-list__item {
	flex-basis: calc(50% - 1rem);
}

.catalog-list__item:last-child {
	flex-basis: 100%;
}

.catalog-list__item a {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.catalog-list__item img {
	width: 100%;
}

.catalog-list__item a:hover {
	opacity: .8;
}

.catalog_3d_hover a {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.catalog_3d_hover a:hover {
	opacity: .8;
}

.catalog_3d_hover {
	text-align: center;
	background: #fafafa;
	border-radius: 15px;
}

.catalog_3d_hover img {
	max-width: 100%;
	margin: 0 auto;
}

.catalog_3d .catalog_3d_text {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	color: #1D1038;
	margin-bottom: 30px;
}

.catalog_3d {
	padding: 60px 0 60px 0;
	max-width: 980px;
	width: 80%;
	margin: 0 auto;
	z-index: 1;
}

.catalog-notes__list--item {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 140%;
}

.catalog-notes__list {
	text-indent: -0.7em;
	padding-left: 0.7em;
}

figure {
	margin: 0 0 0;
}

.pconly,
.overmiddle {
	display: block;
}

.sponly {
	display: none;
}

nav ul.global_nav li a {
	font-size: 11px;
}

nav ul.global_nav li.small a {
	font-size: 10px;
}

body {
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}

#header2 {
	display: none;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	transition: all 0.3s ease;
	/* margin-top: 35px; */
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

ul li img {
	margin-top: 8px;
}

.box {
	border: 1px solid #fff;
	overflow: hidden;
	margin-top: 40px;
	z-index: 1;
	position: relative;
}

.box_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	background: white;
	border: 1px solid white;
	align-items: stretch;
}

.box_flex>figure {
	flex-grow: 1;
	overflow: hidden;
}

.box_flex .fb_1of3 {
	flex-basis: calc(33.333% - 1px);
}

.box_flex .fb_1of3_3rd {
	flex-basis: calc(33.333%);
	background-color: darkslategray;
}

.box_flex .fb_2of3 {
	flex-basis: calc(66.666% - 1px);
}

.box_flex .fb_half {
	flex-basis: calc(50% - 1px);
}

.box_flex .fb_all {
	flex-basis: calc(100% - 1px);
}

.box_flex img {
	width: 100%;
	display: block;
	cursor: pointer;
	transition: transform 1s ease;
	height: 100%;
	object-fit: cover;
}

.box_flex img:hover {
	transform: scale(1.2);
}

.scrollTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.scrollTop__link {
	display: block;
}

.scrollTop__img {
	transition: all .3s;
}

.scrollTop__link:hover .scrollTop__img {
	opacity: .8;
	transition: .3s;
}

.scrollTop img {
	display: block;
	margin-bottom: 1px;
}

.scrollTop {
	transition: all 1s;
}

figure.snip1212 {
	position: relative;
	overflow: hidden;
	margin: 0;
}

figure.snip1212 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

figure.snip1212 img {
	max-width: 100%;
	object-fit: cover;
}

figure.snip1212 figcaption {
	pointer-events: none;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

figure.snip1212 p {
	margin: 0;
	width: 100%;
	padding: 10px 20px;
}

figure.snip1212 p {
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	bottom: 0;
	font-size: 85%;
	font-weight: 500;
	padding: 10px 20px 10px;
	color: #fff;
}

figure.snip1212:hover figcaption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal {
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, .8);
}

.background-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.background-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

.hoverbox .hotspot {
	position: absolute;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	pointer-events: auto;
	cursor: pointer;
	/* background-color: aliceblue; */
	opacity: 0.9;
}

.hoverbox .hotspot.hs01 {
	top: calc(370 / 512 * 100%);
	left: calc(80 / 978 * 100%);
}

.hoverbox .hotspot.hs02 {
	top: calc(289 / 512 * 100%);
	left: calc(473 / 978 * 100%);
}

.hoverbox .hotspot.hs03 {
	top: calc(243 / 512 * 100%);
	left: calc(644 / 978 * 100%);
}

.hoverbox .hotspot.hs04 {
	top: calc(134 / 512 * 100%);
	left: calc(818 / 978 * 100%);
}

.hoverbox .circle-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.hoverbox .circle-svg circle {
	fill: none;
	stroke: #d2feff;
	stroke-width: 10;
	stroke-dasharray: 314;
	stroke-dashoffset: 314;
	transform-origin: center;
	transform: rotate(90deg);
	transition: stroke-dashoffset 0.6s ease;
}

.hoverbox .hotspot:hover .circle-svg circle {
	stroke-dashoffset: 0;
	stroke: #5caafd;
	transition: stroke 0.4s ease, stroke-dashoffset 0.6s ease;
}









/********************************************************************/
/********************************************************************/
/********************************************************************/
@media (max-width: 767px) {
	.pconly {
		display: none;
	}

	.sponly {
		display: block;
	}

	.scrollTop {
		bottom: 0;
		top: auto;
	}

	.scrollTop img {
		width: 59px;
	}

	.scrollTop {
		right: 0;
	}

	.scrollTop:hover {
		transform: translate(-123px, 0px);
	}

	#header2 {
		display: block;
		margin-top: 50px;
	}


	.hero {
		padding: 0;
	}

	.hero_lead {
		margin: -3.5% 0 1.5rem 0;
	}

	.contents main .hero h2 {
		padding: 0 20px;
	}

	.pickup {
		padding: 43px 0;
		margin-top: 0px;
	}

	.text-color {
		color: #333333;
	}

	.exterior {
		padding: 40px 0 0;
	}

	.sponly {
		font-size: 14px;
		text-align: left;
	}

	.section-headline>img {
		max-width: 75%;
	}

	.parts-modal__img {
		max-width: 100%;
	}

	.parts-modal {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10px;
		padding: 35px;
		transform: translate3d(0px, 0px, 0px);
		color: rgb(43, 46, 56);
		display: block;
	}

	.parts-modal img {
		width: 95%;
	}

	.box,
	.box_flex {
		width: 90%;
		margin: 0 auto;
	}

	.box_flex>div {
		width: 33.3%;
	}

	.cont-inner800,
	.cont-inner980 {
		width: 100%;
	}

	.cont-inner .section_margin {
		margin: 30px 0 20px;
	}

	.option {
		padding: 40px 0 40px;
	}

	.option-box2 {
		padding: 40px 0;
		border-bottom: 1px solid rgba(0, 98, 160, 0.5);
	}

	.contents main p.option-banner {
		padding: 0;
		text-align: center;
		border-bottom: none;
	}

	.option-data__logo {
		width: 60%;
		margin: 20px 0;
	}

	.option-data__logo img {
		max-width: 250px;
	}

	.catalog-list__item {
		float: none;
	}

	.catalog-list__item:last-child {
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.catalog-notes__list {
		text-indent: -0.7em;
		padding-left: 0.7em;
	}

	.catalog-inner .bt_accessory {
		width: 88%;
		margin-top: 21px;
		font-size: 86%;
		margin: 0px auto 20px;
	}

	.option-inner img {
		width: 100%;
	}

	.option-inner .option-img.aircoorde {
		min-width: 0;
	}

	.option-inner {
		display: initial;
	}

	.option-inner .option-img {
		width: 85%;
		margin: 0 auto;
	}

	.option-data {
		margin: 0 auto;
		width: 90%;
	}

	.catalog_3d {
		width: 90%;
		padding: 20px 0 0 0;
	}

	.catalog_3d .catalog_3d_text {
		font-size: 19px;
	}

	.catalog_3d_hover {
		margin-bottom: 60px;
	}

	.background_img {
		background-size: 100%;
	}

	.option-banner img {
		width: 85%;
	}

	.catalog-list__item {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.catalog-list__item img {
		width: 100%;
	}

	.catalog-inner {
		padding: 0;
	}

	.catalog-list {
		display: initial;
	}

	.catalog-notes__list {
		width: 95%;
		margin: 0 auto;
		padding-top: 10px;
	}

	.option-data__text {
		margin-top: 20px;
	}

	.option-data {
		padding: 0;
	}

	.option-data__pm25 {
		width: 100%;
	}

	.option-data__pm25 img {
		max-width: 37.5%;
	}

	.option-data__text--strong {
		font-size: 16px;
	}

	.option-data__item-name {
		font-size: 17px;
	}

	.option-data__notes {
		font-size: 10px;
		text-align: left;
		text-indent: -2.5em;
		padding: 0 0 0 2.5em;
	}

	.fsponly {
		text-align: left;
		margin: 0;
	}

	.option_text {
		font-size: 26px;
		font-weight: bold;
	}

	.option_text2 {
		text-align: left;
		margin: 0;
		font-size: 14px;
	}

	.option-data__notes.type-02 {
		margin: 0;
	}

	.catalog {
		padding: 0;
	}

	.fsponly .fsponly_text {
		margin-top: 0;
		margin-bottom: 0;
	}


	.scrollTop:hover {
		transform: none;
	}

	#header2 {
		padding: 10px;
		background: #ccc;
	}

	#nav-drawer {
		position: relative;
	}

	.nav-unshown {
		display: none;
	}

	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}

	#nav-open span,
	#nav-open span:before,
	#nav-open span:after {
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}

	#nav-open span:before {
		bottom: -8px;
	}

	#nav-open span:after {
		bottom: -16px;
	}

	#nav-close {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;
		height: 100%;
		background: #000;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
	}

	#nav-input:checked~#nav-close {
		display: block;
		opacity: .5;
	}

	#nav-input:checked~#nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
	}

	.header-logo-menu {
		padding-top: 10px;
		display: flex;
		display: -moz-flex;
		display: -o-flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}

	.logo-area {
		text-align: center;
		margin: auto;
	}

	.logo-area img {
		width: 90%;
	}

	div#nav-content ul li {
		text-align: center;
		border-bottom: 1px solid #6f6b6a;
		height: 60px;
		vertical-align: middle;
		position: relative;
	}

	div#nav-content ul li a {
		color: #fff;
		text-decoration: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding-top: 20px;
	}

	figure.snip1212 p {
		font-size: 64%;
		padding: 5px 10px 5px;
	}

	.combo-equip {
		font-size: 26px;
	}

	.hoverbox .hotspot {
		width: 50px;
		height: 50px;
	}
}


@media screen and (max-width: 980px) and (min-width: 768px) {

	.cont-inner,
	.cont-inner800,
	.cont-inner980 {
		width: 100%;
		padding: 0 1rem;
	}

	.header-inner {
		width: 100%;
	}

	.swift-logo {
		width: 20%;
		padding: 1rem;
	}

	.header-nav {
		width: 90%;
		max-width: 90%;
		display: flex;
	}

	.header-nav__list {
		flex-basis: 95%;
	}

	.header-nav__list--item a {
		font-size: clamp(12px, 1.5vw, 16px);
	}

}

@media (max-width: 425px) {

	.overmiddle {
		display: none;
	}
}

.mov_container {
	flex-wrap: wrap;
	margin: 75px 0;
	overflow: hidden;
}
.mov_container h5 {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}
.mov_container .mov_thmb {
	flex: 1 1 100%;
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.mov_container .mov_thmb a {
	max-width: 870px;
	margin: 0;
}
				.mov_container .mov_thmb a:hover{
					opacity: 0.8;
					cursor: pointer;
				}
				.mov_container .mov_thmb a img{
					width: 100%;
					height: auto;	
				}
.mov_container .mov_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 31px 20px 0;
	gap: 17px;
	max-width: 870px;
}
.mov_container .mov_img>div{
	flex: 1 1 23%;
}
#modalvideo {
	width: 100%;
}
.mov_container img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {

	.mov_container h5 {
			font-weight: 700;
			font-size: 26px;
		
		}

.mov_container .mov_img{
	padding: 0 20px;
	margin: 31px 0 0;
	max-width: 100%;
	width: calc(100% - 40px);
		/* 20px の左右マージンを含める */
}
.mov_container .mov_img>div {
	flex: 1 1 33%;
}
.remodal {
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.remodal-close:before {
	font-size: 18px;
	line-height: 18px;
	width: 18px;
}
.remodal-close {
	width: 20px;
	height: 20px;
}
.option-inner .option-img.filter {
	min-width:80%;
}
}