/** Shopify CDN: Minification failed

Line 2927:3 Unexpected "/"

**/
@charset "UTF-8";


.html, .body {
    height: 100%;
    line-height: 1.8 !important;
	font-size: 100% !important;
}


.body {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	color: #333;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: left;
	background-color: #fff;
    font-family: YakuHanJP, 'Noto Sans JP', 'Inter', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  /* font-weight: 500; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.body ul {
	padding-left: 0;
}
.body ul li {
	list-style-type: none;
}
.html .body a {
	color: #000;
}
.html .body a:hover {
	text-decoration: none;
	color: #777;
}
.body p {
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.8;
}
.body img {
	max-width: 100%;
}
.body sup {
	font-size: 50%;
}
.body .content {
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	position: relative;
}

a:hover {
	text-decoration: none !important;
	color: #777 !important;
}
/*
header
---------------------------------------------*/

.body header {
	position: absolute;
	z-index: 100;
}
.body header .head-logo {
	margin: 20px 0 0 20px;
	margin: 0;
}


/*
menu
---------------------------------------------*/

.gnav-toggle {
	width: 24px;
	height: 17px;
	position: fixed;
    right: 12px;
    top: 14px;
	z-index: 10002;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
	transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
	-o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.gnav-toggle:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: -1;
	background: #000;
    left: -12px;
    top: -14px;
}
.gnav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
}
.gnav-toggle span.bar-first {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}
.gnav-toggle span.bar-second {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 8px;
}
.gnav-toggle span.bar-third {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 16px;
}
.gnav-toggle.toggle-on span.bar-first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
.gnav-toggle.toggle-on span.bar-second {
    opacity: 0;
}
.gnav-toggle.toggle-on span.bar-third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.menu_on {
	overflow: hidden;
}
#gnav-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -moz-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

}
#gnav-menu.menu_on {
	opacity: 1;
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#gnav-menu-body {
	position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
#gnav-menu-body ul {
	line-height: 1.5;
	padding-top: 32.00px;
}
#gnav-menu-body ul li {
	text-transform: uppercase;
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 800;
	text-transform: uppercase;
	font-size: 32.00px;
	list-style-type: none;
    cursor: pointer;
    display: block;
}
#gnav-menu-body dl {
	margin-bottom: 0;
	line-height: 1;
}
#gnav-menu-body dl dt {
	margin-bottom: 0;
	    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14.40px;
}
#gnav-menu-body dl dd {
	display: inline-block;
	margin-right: 0.6em;
}
#gnav-menu-body dl dd a {
	display: block;
	text-align: center;
	border-radius: 50%;
	line-height: 2.2;
	font-size: 20.80px;
}
.sns-navi {
	position: fixed;
	z-index: 200;
	right: 0;
	top:50%;
	margin-top: -72px;
}
.sns-navi ul {
	line-height: 1;
}
.sns-navi ul li {
	font-size: 19.20px;
}
.sns-navi ul li a {
	color: #fff;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 2.1;
}

#gnav-menu ul li {
	-webkit-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -moz-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);

    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
    opacity: 0;
}
#gnav-menu.menu_on ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#gnav-menu.menu_on ul li:nth-child(1) {
	transition-delay: 0.4s
}
#gnav-menu.menu_on ul li:nth-child(2) {
	transition-delay: 0.45s
}
#gnav-menu.menu_on ul li:nth-child(3) {
	transition-delay: 0.5s
}
#gnav-menu.menu_on ul li:nth-child(4) {
	transition-delay: 0.55s
}
#gnav-menu.menu_on ul li:nth-child(5) {
	transition-delay: 0.6s
}
#gnav-menu.menu_on ul li:nth-child(6) {
	transition-delay: 0.65s
}
#gnav-menu.menu_on ul li:nth-child(7) {
	transition-delay: 0.7s
}
#gnav-menu.menu_on ul li:nth-child(8) {
	transition-delay: 0.75s
}
#gnav-menu.menu_on ul li:nth-child(9) {
	transition-delay: 0.8s
}

#gnav-menu-body dl {
	-webkit-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -moz-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all 0.25s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
    transition-delay: 0.75s;
    opacity: 0;
}
#gnav-menu.menu_on dl {
	opacity: 1;
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 992px) {

	.body {
		font-size: 12.80px;
	}

}


/*
main-visual
---------------------------------------------*/

#main-visual {
	width: 100%;
/*
	background: url(../images/visual.jpg) no-repeat center center;
	background-size: cover;
*/
	color: #fff;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
#main-visual .movie {
	width: 100%;
	height: 100vh;
	position: relative;
}
#main-visual .movie #player {
	position: absolute;
}
#main-visual .inner {
	padding: 30px;
}

#main-visual .copy {
	position: absolute;
	width: 100%;
	text-align: center;
	top:50%;
	margin-top: -106px;
	z-index: 60;
}
/*
#main-visual .copy:before,#main-visual .copy:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    min-width: 980px;
    background: #fff;
    opacity: 0.7;
}
*/
#main-visual .copy:before {
    bottom: 100%;
    left: 0;
}
#main-visual .copy:after {
    top: 100%;
    left: 0;
    margin-top: -82px;
    z-index: -1;
}
#main-visual .copy h1 {
	margin-bottom: 22px;
	display: inline-block;
	text-align: left;
	position: relative;
	height: 100px;
}
#main-visual .copy h1 img {
	display: block;
}
/*
#main-visual .copy h1:before,#main-visual .copy h1:after {
	content: "";
    position: absolute;
    top: 0;
    width: 50vw;
    min-width: 980px;
    height: 100%;
    background: #fff;
}
*/
#main-visual .copy h1:before {
    right: 100%;
    margin-right: -5px;
}
#main-visual .copy h1:after {
   left: 100%;
    margin-left: -5px;
}

#main-visual .copy h1 span {
	display: block;
	margin-bottom: 12px;
	margin-left: 10px;
}
#main-visual .copy h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 20.96px;
    text-align: center;
    letter-spacing: 0.09em;
    display: block;
    margin-bottom: 25px;
    color: #fff;
    height: 30px;
}
#main-visual .copy p {
	margin-bottom: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 28.00px;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 0;
}
#main-visual ul {
	position: absolute;
    right: 45px;
    top: 50%;
    text-align: center;
    font-size: 20.00px;
    line-height: 2;
    margin-bottom: 0;
    margin-top: -100px;
    z-index: 100;
}
#main-visual ul li a {
	color: #fff !important;
}

@media (max-width: 992px) {

	#main-visual .movie {
		height: auto;
		padding-bottom: 60%;
	}
	#main-visual .copy h1 img {
		width: 600px;
	}
	#main-visual .copy:after {
		margin-top: -81px;
	}
}

@media (max-width: 767px) {

	header .head-logo img {
		width: 120px;
	}

	#main-visual ul {
		display: none;
	}
	#main-visual .copy {
	    margin-top: -56px;
	}
	#main-visual .copy h1 {
		margin-bottom: 8px;
		height: auto;
	}
	#main-visual .copy h1 img {
		width: 312px;
		display: block;
	}
	#main-visual .copy h2 {
		font-size: 14.40px;
		height: auto;
		margin-bottom: 18px;
	}

	#main-visual .copy-play img {
		width: 46px;
	}

	#main-visual .movie {
		height: auto;
		padding-bottom: 120%;
	}

	#main-visual .copy:before {
		margin-bottom: 0px;
	}
	#main-visual .copy:after {
		margin-top: -69px;
	}

}


.inner {
	padding: 0 30px;
}

/*
common
---------------------------------------------*/

.content-inner {
	padding: 60px 45px;
}
.page-ttl {
	margin-bottom: 45px;
	position: relative;
	z-index: 10;
}
.page-ttl strong {
	display: block;
	font-weight: bold;
	font-size: 38.40px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 4px;
}
.page-ttl strong span {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-family: 'Noto Sans JP'
}

.page-ttl strong span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #f3fb13;
    left: 0;
    bottom: 4px;
	z-index: -1;
}

.page-ttl em {
	font-style: normal;
	position: relative;
	font-size: 19.20px;
	font-weight: 900;
}

@media (max-width: 992px) {

	.content-inner {
		padding: 30px 15px;
	}
	.page-ttl {
		line-height: 1;
		margin-bottom: 20px;
	}
	.page-ttl strong {
		font-size: 24.00px;
		margin-bottom: 0;
		letter-spacing: 0;
	}
	.page-ttl em {
		font-size: 12.80px;
	}

}

/*
about
---------------------------------------------*/

#about {
	position: relative;
	overflow: hidden;
}
.bg-chara {
	display: block;
	position: absolute;
	font-size: 188.80px;
	z-index: 1;
    font-family: 'Inter UI', sans-serif;
    font-weight: 900;
    color: #f5f5f5;
    line-height: 0.8;
    left: 0;
    top:-6px;
    text-align: center;
    width: 100%;
}
.bg-chara span {
	display: inline-block;
	text-align: left;
}
#about .about-info {
	display: block;
    position: relative;
    width: 100%;
}
#about .about-info-inner {
	display: block;
}

.about-info-inner .about-ttl {
	text-align: center;
	margin-bottom: 60px;
}
.about-info-inner .about-ttl strong span:before {
}
.about-info-inner .about-ttl strong {
	display: inline-block;
	text-align: left;
	font-size: 44.80px;
	line-height: 1.5;
	margin-top: 6px;
}
.about-info-inner .about-ttl strong span {
/* 	margin-bottom: 40px; */
}
.about-info-inner .about-ttl em {
	display: block;
	margin-top: 15px;
}

#about .about-copy {
	display: block;
	text-align: left;
	padding-right: 0;
	max-width: 640px;
	margin: 30px auto 0 auto;
}
#about .about-info .about-copy h2 {
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 12px;
	border-top: 2px solid #000;
	padding-top: 20px;
}
#about .about-info .about-copy h2 em {
	display: block;
	font-size: 12.80px;
	font-style: normal;
}
#about .about-info .about-copy h2 strong {
    font-family: 'Inter UI', sans-serif;
    font-weight: 600;
}
#about .about-info .about-copy h2 small {
	font-size: 10.40px;
	display: inline-block;
	position: relative;
	top:1px;
	line-height: 1.5;
	padding-left: 12px;
	border-left: 1px solid #000;
	margin-left: 14px;
}
#about .about-info .about-copy h2 span {
	display: block;
	font-size: 17.60px;
}
#about .about-info p {
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
#about .about-info a {
	display: block;
	max-width: 285px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 12.80px;
	padding: 12px 0;
	line-height: 1;
	position: relative;
	left: 1px;
	transition: all 0.3s ease-Out;
}
#about .about-info a:hover {
	background: #fff;
	color: #4c9fd9
}
#about .about-image {
	width: 65%;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
	overflow: hidden;
}

#about .about-image ul.about-navi {
	margin-bottom: 0;
	width: 80%;
	margin: 10px auto 0 auto;
}
#about .about-image ul.about-navi li {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 50%;
	letter-spacing: 0;
	padding: 12px 0;
	background: #000;
	cursor: pointer;
	position: relative;
	height: 46px;
	font-size: 12.80px;
	color: #f3fb13;
}
#about .about-image ul.about-navi li:first-child:after {
    content: "";
    display: block;
    background: #f3fb13;
    position: absolute;
    width: 33px;
    height: 33px;
    right: -16px;
    transform: rotate(-45deg);
    z-index: 5;
    top: 7px;
    border-left: 0;
    border-top: 0;
}
#about .about-image ul.about-navi li.active {
	background: #f3fb13;
	color: #000;
}

#about .about-image ul.about-navi li span {
	display: block;
    font-family: 'Inter UI', sans-serif;
    font-weight: 500;
    color: #4c9fd9;
    font-size: 9.60px;
}

#about .about-movie {
	max-width: 640px;
	margin: 0 auto;
}
#about .about-movie video {
	width: 100%;
}
.change_bikemode {
	width: 640px;
	margin: 0 auto;
}

.slick-slider {
	max-width: 100%;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
}
.slick-initialized .slick-slide {
	padding: 0 0;
}
#about .slick-initialized .slick-slide {
	padding: 0 0;
}
.slick-prev, .slick-next {
	width: 0;
	height: 0;
	font-size: 0;
	display: block;
	overflow: hidden;
}

.image-page {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 38%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bike-parts {
	padding-top: 15px;
}
.step-plus {
	padding: 30px 15px 20px 15px;
}

@media (max-width: 992px) {

	.about-info-inner .about-ttl {
		text-align: left;
		margin-bottom: 20px;
	}
	.about-info-inner .about-ttl strong {
		font-size: 24.00px;
		line-height: 1.7;
		margin-top: 0;
	}
	.about-info-inner .about-ttl strong span {
		margin-bottom: 0;
	}
	.about-info-inner .about-ttl strong span:before {
		display: block;
	}
	.about-info-inner .about-ttl em {
		padding: 10px 0 0 0;
	}

	.bg-chara {
		font-size: 26vw;
		line-height: 0.9;
	}
	#about .about-info {
		width: 100%;
		display: block;
	}
	#about .about-image {
		width: 100%;
		display: block;
	}
	#about .about-image ul.about-navi {
		width: 90%;
	}
	#about .about-image ul.about-navi li {
		font-size: 10.40px;
		letter-spacing: 0;
		height: 40px;
	}
	#about .about-image ul.about-navi li:first-child:after {
	    content: "";
	    display: block;
	    background: #f3fb13;
	    position: absolute;
	    width: 29px;
	    height: 29px;
	    right: -14px;
	    transform: rotate(-45deg);
	    z-index: 5;
	    top: 6px;
	    border-left: 0;
	    border-top: 0;
	}
	#about .about-copy {
		padding-right: 0;
		margin-top: 30px;
	}
	#about .about-info .about-copy h2 em {
		font-size: 9.60px;
	}
	#about .about-info .about-copy h2 {
		font-size: 25.60px;
	}
	.change_bikemode {
        width: 100%;
        margin: 0 auto;
    }
}


/*
point
---------------------------------------------*/

#point {
    background: #f5f5f5;
    position: relative;
}

#point .bg-chara {
	position: absolute;
	font-family: 'Inter UI', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 0;
    top: 60px;
    font-size: 224.00px;
}

#point .page-ttl {
	text-align: center;
	padding: 45px 0;
	margin-bottom: 15px;
}

.point-ttl {
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}
.point-ttl-icon {
	display: inline-block;
    font-family: 'Inter UI', sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 9.60px;
    text-align: center;
    padding-right: 15px;
    padding-left: 10px;
    margin-right: 15px;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.point-ttl-em {
	padding-bottom: 4px;
}
.point-ttl-number {
	font-weight: 800;
	font-size: 44.80px;
	position: relative;
	left: -2px;
}
.point-ttl-copy {
	display: inline-block;
	font-size: 25.60px;
	position: relative;
	line-height: 1.4;
	position: 2px;
	font-weight: 900;
	width: calc(100% - 100px);
	vertical-align: middle;
}

.point-wrap {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
	margin: 0 auto 30px auto;
	max-width: 1140px;
}
.point-wrap h3 {
	font-size: 19.20px;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}
.point-wrap h3 span {
	display: inline-block;
	position: relative;
}
.point-wrap h3 span:after {
	content: "";
	display: block;
	background: #f3fb13;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -2px;
	z-index: -1;
}
.point-wrap p {
	margin-bottom: 0;
}
.point-bike {
	text-align: center;
}
.point-bike li {
	display: inline-block;
	margin: 0 10px;
}
.point-bike li span {
    display: inline-block;
    text-align: left;
    position: relative;
    top:2px;
}
.point-bike li span img {
	width: 114px;
}
.point-bike li span.txt {
    position: relative;
    top: 19px;
    display: inline-block;
    padding-left: 7px;
}
.point-bike li span.txt small {
	display: block;
    line-height: 1.2;
    font-size: 12.80px;
    margin-bottom: 2px;
}
.point-bike li span.txt strong {
	font-size: 25.60px;
}

.point-strong {
	padding: 20px 15px;
	border: 4px solid #f3fb13;
	text-align: center;
	margin-top: 22px;
}
.point-strong dt {
	font-size: 16.80px;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.point-strong dd {
	display: inline-block;
	font-size: 12.80px;
	vertical-align: middle;
}

.video-wrap {
	width: 100%;
}
.video-wrap #player {
	width: 100%;
}

@media (max-width: 992px) {

	.point-strong dt {
		margin-right: 0px;
	}

}

/*
long
---------------------------------------------*/

#longtiome .page-ttl {
	text-align: center;
	margin-bottom: 0;
	margin-top: 45px;
}
.attention {
	color: #cb0e0e;
	padding: 10px !important;
	border: 1px solid #cb0e0e;
	font-size: 11.20px !important;
	font-style: normal;
	letter-spacing: 0;
	margin-top: 15px;
	line-height: 1.8 !important; 
}
.attention dt {
	padding-bottom: 1px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #cb0e0e;
}
.attention dd {
	margin-bottom: 0;
}

@media (max-width: 992px) {

	#longtiome .page-ttl {
		margin-top: 30px;
		margin-bottom: 15px;
	}

	#longtiome .point-wrap {
		margin-bottom: 0;
	}

	.point-bike li span img {
		width: 74px;
	}
	.point-bike li span.txt small {
	    font-size: 9.60px;
	}
	.point-bike li span.txt strong {
		font-size: 16.00px;
	}

	#point .bg-chara {
		display: none;
	}

	.point-ttl {
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 15px;
	}

	#point .point-ttl {
		margin-left: -16px;
		margin-right: -15px;
		margin-top: -22px;
		padding-top: 10px;
		background: #f5f5f5;
	}

	#point .page-ttl {
		text-align: left;
		padding: 0;
	}

	.point-ttl-icon {
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.point-ttl-number {
		font-size: 25.60px;
	}
	.point-ttl-copy {
		font-size: 16.00px;
		letter-spacing: 0;
	}
	.point-wrap h3 {
		font-size: 15.20px;
		letter-spacing: 0
	}
	.bike-parts {
		display: block;
		max-width: 260px;
		margin: 0 auto;
	}
	.point-bike {
		margin-left: -12px;
		margin-right: -12px;
	}
	.point-bike li {
		margin: 0 4px;
	}
	.point-bike li span.txt {
		line-height: 1.3;
	}
	.point-bike li span.txt strong {
		font-size: 13.60px;
	}
	.point-bike li span img {
		width: 64px;
	}
	.point-strong {
		padding: 15px 10px;
		margin-bottom: 5px;
	}
	.point-strong dt {
		font-size: 15.20px;
	}
	.point-strong dd {
		font-size: 10.40px;
		margin-bottom: 0;
	}

	.step-plus {
		padding:20px 0;
		margin-top: 20px;
		border-top: 2px solid #000;
	}

}

/*
step
---------------------------------------------*/

#step {
    background: #f5f5f5;
    position: relative;
}

#step .bg-chara {
	position: absolute;
	font-family: 'Inter UI', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 0;
    top: 60px;
    font-size: 224.00px;
}

#step .page-ttl {
	text-align: center;
	padding: 60px 0;
	margin-bottom: 20px;
}
.point-wrap {
	position: relative;
}
#step .point-wrap {
	max-width: 840px;
}
.step-subttl {
	background: #000;
	font-size: 16.32px;
	text-align: center;
	padding: 15px 0;
	color: #f3fb13 !important;
	margin-bottom: 30px;
	margin: 0 auto 30px auto;
	max-width: 840px;
}
#step .pict {
	margin-bottom: 10px;
}
#step p strong {
	display: block;
	padding-top: 8px;
	font-weight: 900;
	font-size: 110%;
	line-height: 1.8;
}
#step p strong span {
	display: inline-block;
	position: relative;
	z-index: 5;
}
#step p strong span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	display: block;
	background: #F3FB14;
	left: 0;
	bottom: 2px;
	z-index: -1;
}
#step .step-icon {
    display: block;
    position: absolute;
    background: url(//strider.jp/cdn/shop/files/icon_down.png?v=17554497197602528000) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: -0px;
    z-index: 10;
    top: auto;
    bottom: -75px;
}

.step-five-wrap {
	margin-left: -2px;
	margin-right: -2px;
}
.step-five-wrap div {
	width: 33.333%;
	height: 15.1vw;
	position: relative;
	display: block;
	float: left;
	padding: 0 2px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.step-five-wrap div span {
	padding: 0 2px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.unit-plus {
	text-align: center;
	padding: 20px 15px;
	position: relative;
	border: solid 5px #f3fb13;
	border-left: 70px solid #f3fb13;
	border-top: solid 5px #f3fb13;
	border-right: solid 5px #f3fb13;
	border-bottom: solid 5px #f3fb13;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin: 0 auto 30px auto;
	max-width: 840px;
	background: #fff;
}
/*
.unit-plus:before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f5f5f5;
  z-index: 2;
}
.unit-plus:after {
	content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f3fb13;
  z-index: 1;
}
*/
.unit-plus h2 {
	text-align: center;
	z-index: 10;
	margin-bottom: 10px;
	font-size: 22.40px;
	font-weight: bold;
	display: inline-block;
	margin-right: 22px;
}
.unit-plus .unit-pict {
	display: inline-block;
}
.unit-plus h2 span {
	display: inline-block;
	position: relative;
	z-index: 5;
}
.unit-plus .unit-icon {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -44px;
    top: 50%;
    margin-top: 0px;
}
.unit-plus .unit-icon:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 4px;
	background: #000;
}
.unit-plus .unit-icon:after {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 20px;
	background: #000;
	left: 8px;
    top: -8px;
}

/*
.unit-plus h2 span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	background: #f3fb13;
	left: 0;
	bottom: -2px;
	z-index: -1;
}
*/

@media (max-width: 992px) {

	#point .pict {
		padding-top: 18px;
	}
	#point .video-wrap {
		padding-top: 18px;
	}

	#step .bg-chara {
		display: none;
	}

	#step .page-ttl {
		padding: 10px 0 15px 0;
	}

	.step-subttl {
		font-size: 12.80px;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.point-wrap {
		margin-bottom: 15px;
		padding:20px 15px;
	}
	#step .step-icon {
		background: url(//strider.jp/cdn/shop/files/icon_down.png?v=17554497197602528000) no-repeat center center;
		background-size: contain;
		right: 15px;
		bottom: -48px;
		top: auto;
		margin-top: 0;
	}
	#step .unit-plus {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		border-left: 40px solid #f3fb13;
	}
	.unit-plus .unit-icon {
		left: -30px;
	}
	.unit-plus h2 {
		font-size: 16.00px;
	}
	.unit-plus img {
		width: 780px;
	}

}


/*
gallery
---------------------------------------------*/

#gallery {
	padding:45px 0;
	position: relative;
	display: block;
}
#gallery .slick-slider {
	overflow: visible;
}
#gallery .slider .slide {
	width: 500px;
}
#gallery .slick-initialized .slick-slide {
	padding: 0;
}
#gallery .slick-prev,#gallery .slick-next {
	width: 40px;
	height: 40px;
	z-index: 100;
	background: #f3fb13;
	color: #000;
}
#gallery .slick-prev {
	left: 0;
}
#gallery .slick-next {
	right: 0;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
#gallery .slick-prev:before {
    font-size: 0;
    background: url(//strider.jp/cdn/shop/files/icon_prev.png?v=4175185298122090521) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    text-align: center;
    position: relative;
    left: 8px;
}
#gallery .slick-next:before {
	font-size: 0;
    background: url(//strider.jp/cdn/shop/files/icon_next.png?v=3586905503729419866) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    text-align: center;
    position: relative;
    left: 8px;
}

/*
color
---------------------------------------------*/

#color .row {
	margin: 0;
	padding: 30px 15px;
}
#color h2 {
	text-align: center;
	display: block;
	border-bottom: 1px solid #eee;
	font-family: 'Inter UI', sans-serif;
    font-weight: 700;
    font-size: 26.40px;
    padding: 30px 0;
}
#color .col {
	position: relative;
	padding-top: 60px;
	padding-bottom: 15px;
	max-width: 80%;
	margin: 0 auto;
}
#color .col.orange:after {
	content: "";
	display: block;
	position: absolute;
  right: 6%;
  top: 50px;
	width: 70px;
	height: 70px;
	background: url(//strider.jp/cdn/shop/files/icon_new.png?v=17937046432749017369) no-repeat center center;
	background-size: contain;
	z-index: 10;
  display: none;
}
#color .new {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 14px;
  background: #ee6828;
  color: #fff;
  border-radius: 50%;
  z-index: 4;
  font-family: 'Inter UI', sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 15px 0 0 0;
  right: 10%;
  top: 8%;
}
#color .new span,#color .new small {
  display: block;
  font-weight: 600;
}
#color .new small {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
}
#color h3 {
	position: absolute;
	left: 10%;
	top:40px;
	font-family: 'Inter UI', sans-serif;
    font-weight: 600;
    font-size: 32.00px;
    z-index: 20;
}
#color h3 small {
	display: block;
	font-size: 12.00px;
	padding-top: 3px;
}
#color a {
	display: block;
	text-align: center;
	padding: 20px 0!important;
	font-weight: bold;
	font-size: 14.40px;
}
#color .products div {
  padding-right: 1%;
}
.switch {
	display: block;
	position: absolute;
	top:110px;
	left: 10%;
	cursor: pointer;
	z-index: 10;
	white-space: nowrap;
}
.switch .bg {
	display: block;
	width: 86px;
	height: 40px;
    background: #4c9fd9;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top:0;
}
.switch .circle {
	background: #fff;
	position: absolute;
	z-index: 5;
	width: 28px;
	height: 28px;
	border-radius: 50%;
    left: 51px;
    top: 6px;
    transition: all 0.3s ease-Out;
}
.switch .name {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
    position: absolute;
    z-index: 10;
    line-height: 1.2;
    font-size: 10.40px;
    text-align: center;
    top:9px;
    color: #fff;
    transition: all 0.3s ease-Out;
}
.switch .name .name-on {
	
	position: absolute;
	left: 16px;
}
.switch .name .name-off {
	position: absolute;
	display: none;
}
.active .circle {
	left: 10px;
}
.active .name .name-on {
	position: absolute;
	left: 16px;
	display: none;
}
.active .name .name-off {
	position: absolute;

	display: block;
	left: 50px;
}

#color .blue {
	color: #4c9fd9;
}
/* #color .blue a {
	color: #4c9fd9;
	border: 2px solid #4c9fd9;
	transition: all 0.3s ease-Out;
} */
/* #color .blue a:hover {
	background: #4c9fd9;
	color: #fff;
} */
#color .yellow {
	color: #ccd632;
}
#color .yellow .switch .bg {
	background: #ccd632;
}
/* #color .yellow a {
	color: #ccd632;
	border: 2px solid #ccd632;
	transition: all 0.3s ease-Out;
}
#color .yellow a:hover {
	background: #ccd632;
	color: #fff;
} */

#color .pink {
	color: #de4b92;
}
#color .pink .switch .bg {
	background: #de4b92;
}
/* #color .pink a {
	color: #de4b92;
	border: 2px solid #de4b92;
	transition: all 0.3s ease-Out;
}
#color .pink a:hover {
	background: #de4b92;
	color: #fff;
} */

#color .orange {
	color: #ee6828;
}
#color .orange .switch .bg {
	background: #ee6828;
}
.buyBtnColor ul {
  display: flex;
    flex-wrap: wrap;
  /* align-items: center; */
  position: relative;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.buyBtnColor ul li {
width: calc(50% - 10px);
margin: 0 5px 10px;
}


/* .buyBtnColor ul li {
  width: calc(50% - 10px);
margin: 0 5px;
} */
#color .buyBtnColor ul li a {
  transition: 0.2s;
font-size: 14.40px;
}
#color .buyBtnColor ul li a .fs_s {
font-size: 11.20px;
}
/* .buyBtnColor ul li a:hover {
  opacity: 0.6;
} */
.buyBtnColor ul li:first-child a {
background: #ffc626;
color: #000;
border: 2px solid #ffc626;
}
.buyBtnColor ul li:first-child a:hover {
color: #000;
border: 2px solid #ff9900;
background: #ff9900;
opacity: 1;
}

.buyBtnColor ul li:nth-child(2) a {
color: #bf0000;
border: 2px solid #bf0000;
}

.buyBtnColor ul li:nth-child(2) a:hover {
color: #FFF !important;
border: 2px solid #BF0000;
background: #BF0000;
opacity: 1;
}

.buyBtnColor ul li:nth-child(3) a {
border: 2px solid #232f3e;
color: #232f3e;
padding: 20px 0;
}

.buyBtnColor ul li:nth-child(3) a:hover {
color: #FFF;
border: 2px solid #232f3e;
background: #232f3e;
opacity: 1;
}

#color .buyBtnColor ul li:nth-child(4) a {
background: #999;
border: 2px solid #999;
color: #FFF;
padding: 9px 0;
}

#color .buyBtnColor ul li:nth-child(4) a:hover {
color: #000;
border: 2px solid #999;
background: #FFF;
opacity: 1;
}

#color .buyBtnColor .btn_sb_shop_gray a {
	background: #999;
	border: 2px solid #999;
	color: #FFF;
	padding: 9px 0;
}
	
#color .buyBtnColor .btn_sb_shop_gray a:hover {
	color: #000;
	border: 2px solid #999;
	background: #FFF;
	opacity: 1;
}
#color .slick-slide img {
	width: 675px;
	margin: 0 auto;
}
@media (max-width: 1230px) {
#color .buyBtnColor ul li a .d-lg-none {
display: block!important;
}
#color .buyBtnColor ul li:nth-child(4) a {
padding: 20px 0;
}
}



@media (max-width: 992px) {

	#color h2 {
		padding: 15px 0;
		font-size: 20.80px;
		margin-bottom: 9px;
	}
	#color h3 {
		font-size: 20.80px;
		left: 24px;
		top:25px;
	}
	#color h3 small {
		font-size: 9.60px;
	}

	#color .row {
		padding: 15px 0;
	}

	.switch {
	    top: 77px;
	    left: 24px;
	}
	.switch .bg {
		width: 80px;
		height: 40px;
	}
	.switch .circle {
		width: 28px;
		height: 28px;
	    left: 46px;
	    top: 6px;
	}
	.switch .name {
		font-size: 9.60px;
		top:8px;
	}
	.switch .name .name-off {
		left: 14px;
	}
	.active .circle {
	    left: 6px;
	}
	.active .name .name-on {
		left: 40px;
	}
	.switch .name .name-off {
        left: 43px;
    }
	#color .blue a {
		font-size: 12.80px;
		padding: 14px 0;
		margin: 8px auto 0 auto;
	}
	#color .col {
		padding-bottom: 30px;
		max-width: 100%;
	}

	#color .col.pink:after {
		right: 23px;
		top: 24px;
	    width: 56px;
	    height: 56px;
	}
	#color .slick-slide img {
        width: 100%;
    }


}


/*
spec
---------------------------------------------*/

#spec {
	background: #f5f5f5;
	margin-bottom: 30px;
}
#spec .inner {
	padding: 60px 45px;
}
#spec h2 {
    font-family: 'Inter UI', sans-serif;
    font-weight: 600;
    color: #4c9fd9;
    font-size: 33.60px;
    margin-bottom: 24px;
}
#spec dl {
	margin-bottom: 0;
}
#spec dl dt,#spec dl dd {
	display: inline-block;
	vertical-align: top;
	font-size: 12.00px;
	margin-bottom: 5px;
	letter-spacing: 0;
}
#spec p {
	margin-bottom: 0;
}

#spec .note_14x {
	padding-top: 5px;
}

#spec p small {
	text-align: left;
	font-size: 9.60px;
	display: block;
	line-height: 1.8;
	margin-top: 4px;
	color: #888;
}
#spec ul {
	background: #fff;
}
#spec ul li {
	display: block;
	width: 33.333%;
	float: left;
}
#spec ul li span {
	display: block;
	position: relative;
}
#spec ul li span.spec1:after {
	content: "";
	display: block;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	top:50%;
	margin-top: -10px;
	left: -20px;
	z-index: 5
}
#spec ul li span.spec2:after {
	content: "";
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: -20px;
	z-index: 5;
}
#spec ul li span.spec3:after {
	content: "";
	display: block;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -10px;
	z-index: 5;
}

#spec ul li img {
	width: 100%;
	display: block;
}
#spec ul li h3 {
	color: #4c9fd9;
	font-size: 19.20px;
	letter-spacing: 0;
	display: block;
	font-weight: bold;
    padding: 30px 20px 25px 20px;
}
#spec ul li h3 small {
	display: block;
	padding-top: 4px;
    font-family: 'Inter UI', sans-serif;
    font-weight: 500;
    font-size: 9.60px;
}
#spec ul li span p {
	padding: 0 20px;
	font-size: 13.28px;
	line-height: 1.6;
	text-align: left;
}
#spec a {
    display: block;
    text-align: center;
    padding: 18px 0;
    max-width: 280px;
    margin: 15px auto 0 auto;
    font-weight: bold;
    font-size: 14.40px;
    color: #4c9fd9;
    border: 2px solid #4c9fd9;
    width: 280px;
    float: right;
    transition: all 0.3s ease-Out;
}
#spec a:hover {
	background: #4c9fd9;
	color: #fff;
}

@media (max-width: 1200px) {

	#spec .inner {
		padding: 30px;
	}
	#spec .col-lg-4,#spec .col-lg-8 {
		flex: 100%;
		max-width: 100%;
	}
	#spec dl {
		display: inline-block;
		margin-right: 10px;
    padding: 3px 0;
	}
	#spec dl dt, #spec dl dd {
		font-size: 11.52px;
	}
	#spec dl dd br {
		display: none;
	}
	#spec p {
		margin-bottom: 20px;
	}

	#spec ul li span p {
		font-size: 12.80px
	}

}

@media (max-width: 992px) {

	#spec .inner {
		padding: 30px 15px 30px 15px;
	}
	#spec h2 {
		margin-bottom: 20px;
		font-size: 28.80px;
	}
	#spec ul {
		padding-bottom: 20px;
	}
	#spec ul li {
		width:100%;
	}
	#spec ul li img {
		width: 100px;
	}
	#spec ul li h3 {
		padding: 20px 20px 0 20px;
		margin-bottom: 15px;
	}
	#spec ul li h3 img {
		display: inline-block;
	}
	#spec ul li h3 strong {
		display: inline-block;
		padding-left: 12px;
	}
	#spec ul li p {
		margin-bottom: 0;
	}
	#spec a {
		float: none;
		margin-bottom: 15px;
	}
	#spec dl {
		clear: both;
		margin-right: 0;
		display: block;
	}
	#spec dl dt, #spec dl dd {
		display: initial;
	}

}


/*
event
---------------------------------------------*/

#event {
	padding-bottom: 90px;
}
#event h2 {
	text-align: center;
    display: block;
    font-family: 'Inter UI', sans-serif;
    font-weight: 700;
    font-size: 38.40px;
    padding: 30px 0;
}
.event-tab {

}
.event-tab ul {
	text-align: center;
	margin-bottom: 26px;
}
.event-tab ul li {
	display: inline-block;
	margin: 0 4px;
}
.event-tab ul li a {
	display: block;
	width: 130px;
	position: relative;
	background: #eee;
	padding: 10px 0 10px 18px;
	border-radius: 24px;
    font-family: 'Inter UI', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-out;
}
.event-tab ul li a span {
	position: absolute;
	left: 18px;
}
.event-tab ul li a.active {
	background: #f3fb13;
	pointer-events: none;
}

.event-wrap {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
}
.event-wrap .event-entry {
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
}
.event-wrap .event-entry:before {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 3px;
	background: #000;
	display: block;
	left: 15px;
  display: none;
}

.event-wrap .race {
	display: block;
}
.event-wrap .fun {
	display: none;
}

.event-wrap .event-entry .pict {
	position: relative;
	width: 100%;
	padding-bottom: 65%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 18px;
	margin-top: 10px;
}
.event-wrap .event-entry .info h3 {
	font-size: 19.20px;
	margin-bottom: 18px;
	font-weight: bold;
}
.event-wrap .event-entry .info p {
	font-size: 12.48px;
	line-height: 1.6;
	color: #777;
	font-weight: 400;
	min-height: 3.2em;
}
.event-list ul li {
	margin-top: -1px;
	border: 1px solid #ccc;
}
.event-entry .event-list ul li .name a {
	padding: 12px 15px;
	display: block;
    position: relative;
    font-weight: normal;
    width: 100%;
    padding-right: 32px;
}
.event-entry .event-list ul li .name a:after {
	content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 12px;
}
.event-list ul li a .date {
	display: block;
    font-family: 'Inter UI', sans-serif;
    font-weight: 400;
    font-size: 9.92px;
    color: #666;
}
.event-list ul li .place a {
	display: block;
	font-size: 12.80px;
	color: #666 !important;
	padding: 10px 15px;
	position: relative;
	font-weight: normal;
}
.event-list ul li .place span {
	display: inline-block;
	margin-right: 0.3em;
	color: #0070c9
}
.event-list ul li .place a:before {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	border-top: 1px dashed;
	left: 15px;
	top:0;
}

.event-entry .event-list ul li.finish a {
	pointer-events: none;
	background: #f5f5f5;
}
.event-entry .event-list ul li.finish2 a {
pointer-events: auto;
}
.event-entry .event-list ul li.finish .round {
	padding-right: 100px;
  display: block;
}
.event-entry .event-list ul li.finish .place {
	display: none;
}
.event-entry .event-list ul li.finish .place-on {
	display: block;
}
.event-entry .event-list ul li.finish a:after {
	display: none;
}
.event-entry .event-list ul li.finish a:before {
	content: "終了しました";
	position: absolute;
	display: inline-block;
	background: #fff;
	padding: 4px 12px;
	font-size: 12.48px;
	right: 20px;
	top: 50%;
	margin-top: -14px;
	color: #222;
}
.event-entry .event-list ul li.finish .place-on a:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: none;
	padding: 4px 12px;
	font-size: 12.48px;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	color: #222;
}

.event-media {
	max-width: 680px;
	margin: 0 auto;
	padding-top: 42px;
}
.event-media .media-ttl {
	text-align: center;
	display: block;
	font-size: 28.80px;
	width: 100%;
	margin-bottom: 15px;
}
.event-media .media-ttl span {
	display: inline-block;
	margin-right: 0.2em;
}


.event-media .media-ttl strong {
    font-family: 'Inter UI', sans-serif;
    font-weight: 700;
}
.event-media ul {
	display: block;
  border-top: 1px solid #ddd;
}
.event-media ul li {
	line-height: 1.5;
	font-size: 14.40px;
	font-weight: normal;
  border-bottom: 1px solid #ddd;
}
.event-media ul li a {
	padding: 22px 0;
	display: block;
	position: relative;
	padding-left: 98px;
	padding-right: 38px;
}


.event-media ul li a:hover {
	text-decoration: none;
	color: #777;
}

.event-media ul li a:after {
    content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 12px;
}
.event-media ul li a .date {
	position: absolute;
	left: 0;
	top: 18px;
	font-family: 'Inter UI', sans-serif;
    font-weight: 400;
    color: #666;
}


.event-box {
	display: none;
}
.event-box .inner {
	max-width: 560px;
	margin: 0 auto;
}
.event-box .pict {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 18px;
    margin-top: 20px;
}
.event-box .date {
    display: block;
    font-family: 'Inter UI', sans-serif;
    font-weight: 400;
    font-size: 9.92px;
    color: #666;
}
.event-box h2 {
    font-size: 22.40px;
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.event-box ul li a {
	color: #0070c9;
	text-decoration: underline;
}
.event-box p {
	font-weight: normal;
	font-size: 14.40px;
	line-height: 1.5;
	color: #666;
}
.event-box .place {
	position: relative;
	color: #666;
	font-weight: normal;
}
.event-box .place span {
	display: inline-block;
	margin-right: 0.2em;
	color: #444;
	color: #0070c9;
}

@media (max-width: 1140px) {

	.event-wrap .event-entry .info p {
		min-height: 4.5em;
	}

}

@media (max-width: 992px) {

	.event-box .inner {
		padding: 0;
	}

	#event {
		padding-bottom: 45px;
	}
	#event h2 {
		font-size: 32.00px;
		padding: 15px 0 12px 0;
	}
	.event-wrap {
		padding: 0;
	}
	.event-wrap .event-entry {
		width: 100%;
		padding: 0;
		margin-bottom: 2px;
	}
	.event-wrap .event-entry .pict {
		width: 100px;
		height: 100px;
		padding-bottom: 0;
		position: absolute;
	}
	.event-wrap .event-entry:before {
		width: 100%;
		left: 0;
	}
	.event-wrap .event-entry .info-inner {
		min-height: 115px;
		padding-left: 120px;
		padding-top: 24px;
	}
	.event-wrap .event-entry .info h3 {
		font-size: 17.60px;
		line-height: 1.4;
		font-weight: bold;
	}
	.event-wrap .event-entry .info p {
		font-size: 11.52px;
		margin-bottom: 20px;
		min-height: auto;
	}
	.event-entry .event-list ul li a {
		padding: 12px 15px;
		padding-right: 28px;
	}
	.event-tab ul {
		margin-bottom: 16px;
	}
	.event-tab ul li a {
		width: 120px;
		padding: 8px 0 9px 16px;
	}

	.event-media {
		padding-top: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.event-media .media-ttl {
		font-size: 24.00px;
		margin-bottom: 10px;
	}
	.event-media ul li {
		font-size: 12.80px;
	}
	.event-media ul li a {
		padding: 15px 0;
	}
	.event-media ul li a .date {
		display: block;
		position: relative;
		top: auto;
		font-size: 11.20px;
	}
	.event-media ul li a .txt {
		display: block;
		position: relative;
		padding-right: 30px;
	}

}


/*
safe
---------------------------------------------*/

#safe {
	background: url(//strider.jp/cdn/shop/files/safe_bg_v2.jpg?v=15185302447719977898) no-repeat center 0 #eff2f3;
	background-size: 1500px 662px;
	/*height: 662px;*/
	height: auto;
}
#safe .inner {
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 340px;
	padding-top: 65px;
	padding-bottom: 30px;
}
#safe h3 {
	font-weight: bold;
	font-size: 17.60px;
	margin-bottom: 20px;
}
#safe ul.safe-list {
	margin-bottom: 0;
}
#safe ul.safe-list li {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 62px;
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	font-size: 14.40px;
}
#safe ul.safe-list li:before {
	position: absolute;
	content: "";
	left: 0;
	top:-2px;
	display: block;
	width: 50px;
	height: 50px;
}
#safe ul.safe-list li:nth-child(1):before {
    background: url(//strider.jp/cdn/shop/files/safe_icon01.png?v=6845140653944215136) no-repeat center center;
    background-size: 50px 50px;
}
#safe ul.safe-list li:nth-child(2):before {
    background: url(//strider.jp/cdn/shop/files/safe_icon02.png?v=7194656941376180253) no-repeat center center;
    background-size: 50px 50px;
}
#safe ul.safe-list li:nth-child(3):before {
    background: url(//strider.jp/cdn/shop/files/safe_icon04.png?v=4076635856310210607) no-repeat center center;
    background-size: 50px 50px;
}
#safe ul.safe-list li:nth-child(4):before {
    background: url(//strider.jp/cdn/shop/files/safe_icon03.png?v=5326146477548262499) no-repeat center center;
    background-size: 50px 50px;
}
#safe dl {
	font-size: 14.40px;
	color: #666;
}
#safe dl:first-of-type {
margin: 16.00px 0 16.00px;
}
#safe dl dt {
	margin-bottom: 10px;
}
#safe dl dd ul {
	padding-left: 20px;
	font-size: 11.20px;
	letter-spacing: 0;
}
#safe dl dd ul li {
	list-style-type:disc;
	margin-bottom: 4px;
}
#safe dl dd ul li a{
text-decoration: underline;
}
#safe dl dd ul li.ctList{
list-style: none;
margin: 0 0 0 200px;
}

.youtube-wrap {
	 display: block;
     max-width: 640px;
     margin: 0 auto;
}
.youtube {
	position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe {
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media (max-width: 1200px) {

	#safe {
		height: auto;
		background-image: url(//strider.jp/cdn/shop/files/safe_bg_sp.jpg?v=8920568067301996473) ;
		background-size: 312px 498px;
		background-position: left top;
		background-color: #f0f1f3;
	}
	#safe .inner {
		padding: 60px 30px 60px 300px;
	}

}
@media (max-width: 640px) {

	#safe {
		background-image: url(//strider.jp/cdn/shop/files/safe_bg_sp.jpg?v=8920568067301996473) ;
		background-size: 144px 230px;
		background-position: -12px top;
	}
	#safe .inner {
		padding: 30px 15px 15px 112px;
	}
	#safe h3 {
		font-size: 13.60px;
		letter-spacing: 0;
	}
	#safe ul.safe-list li {
		font-size: 10.40px;
		margin-right: 0;
	    padding-left: 55px;
	    display: block;
	    margin-bottom: 8px;
        min-height: 4em;
	}
	#safe ul.safe-list li br {
		display: none;
	}
	#safe ul.safe-list li:before {
		top:-6px;
	}
	#safe ul.safe-list li:nth-child(1):before {
		background: url(//strider.jp/cdn/shop/files/safe_icon01.png?v=6845140653944215136) no-repeat center center;
		background-size: 40px 40px;
	}
	#safe ul.safe-list li:nth-child(2):before {
		background: url(//strider.jp/cdn/shop/files/safe_icon02.png?v=7194656941376180253) no-repeat center center;
		background-size: 40px 40px;
	}
	#safe ul.safe-list li:nth-child(3):before {
		background: url(//strider.jp/cdn/shop/files/safe_icon04.png?v=4076635856310210607) no-repeat center center;
		background-size: 40px 40px;
	}
	#safe ul.safe-list li:nth-child(4):before {
		background: url(//strider.jp/cdn/shop/files/safe_icon03.png?v=5326146477548262499) no-repeat center center;
		background-size: 40px 40px;
	}
	
		#safe dl {
		font-size: 12.00px;
		margin-left: -100px;
		padding-top: 15px;
	}
	#safe dl:first-of-type {
    margin: 16.00px 0 16.00px -100px;
}
	#safe dl dd ul {
		font-size: 9.60px;
	}
	#safe dl dd ul li br {
		display: none;
	}
	
#safe dl dd ul li.ctList{
margin: 0 ;
text-align: center;
}

}


/*
footer
---------------------------------------------*/

.page-bottom-bnr {
    position: fixed;
    z-index: 200;
    width: 100%;
    bottom: -64px;
}
.page-bottom-bnr a {
    background: #000;
    color: #f3fb13;
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    font-size: 14.40px;
}

.about-banner {
	padding: 60px 0 30px 0;
}
.about-banner img {
	display: block;
	margin: 0 auto;
	max-width: 675px;
	width: 100%;
}

@media (max-width: 992px) {

	.about-banner {
		padding: 30px 0 20px 0;
	}

}
/*
/* footer
---------------------------------------------*/
.footer-bottom {
  background: #fff; }

#follow-us {
  max-width: 940px;
  display: block;
  margin: 0 auto 0 auto;
  padding: 54px 0 0 0;
  position: relative;
  background: #fff; }
  #follow-us .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #follow-us .row div {
      width: 100px;
      margin: 0 8px 20px 8px; }

#follow-us span {
  display: block;
  text-align: center;
  margin-bottom: 8.00px; }

#follow-us span a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 2.3;
  font-size: 25px;
  margin: 0 auto; }

#follow-us p {
  text-align: center;
  display: block;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 0.02em; }

.pagetop {
  right: 0;
  cursor: pointer; }

#footer {
  position: relative;
  margin-top: 0px;
  background: #fff; }

.footer-menu {
  padding: 25px 0;
  margin-bottom: 36px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.footer-menu-inner {
  max-width: 780px;
  display: block;
  margin: 0 auto; }

.footer-menu dl {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 8px 0; }

.footer-menu dl dt {
  display: inline-block;
  margin-bottom: 0;
  width: 116px; }

.footer-menu dl dd {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500; }

.footer-menu dl dd ul {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2; }

.footer-menu dl dd ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 6px;
  border-right: 1px solid #ccc; }

.footer-menu dl dd ul li:last-child {
  border-right: 0;
  padding: 0 0 0 6px; }

.footer-menu dl dd ul li a {
  color: #333; }

.footer-logo img {
  margin: 0 auto;
  display: block; }

#footer p.copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11.20px;
  padding: 20px 0 40px 0;
  margin-bottom: 0; }
#footer p.copyright br {
  display: none;
}
.pagetop {
  right: 0;
  cursor: pointer;
  z-index: 200; }
  .pagetop img {
    width: 65px; }

.text-center {
  text-align: center; }

@media (max-width: 940px) {
  .pagetop {
    padding: 13px 0 0 0; }

  .pagetop img {
    width: 42px;
    display: none; }

  #follow-us {
    margin: 0 auto 0px auto;
    padding: 54px 0 0 0; }
  #follow-us .row {
      margin-bottom: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
  }
      #follow-us .row div {
        width: 80px;
        margin: 0 0.5em 20px 0.5em; }
    #follow-us p {
      font-size: 10px; }

  #follow-us .container {
    padding-left: 20px;
    padding-right: 20px; }

  .pagetop img {
    width: 42px; }

  #footer {
    margin-top: 0px; }

  .footer-menu {
    padding: 10px 0 12px 0;
    margin-bottom: 20px; }

  .footer-menu dl {
    padding: 8px 0 0 0; }

  .footer-menu dl dt {
    margin-bottom: 5px;
    margin-top: 4px;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    background: #eee;
    padding: 4px 5px; }

  .footer-menu dl dd ul li {
    margin-bottom: 6px;
    border: 0;
    padding: 0 8px 0 0;
    display: block; }

  .footer-menu dl dd ul li:last-child {
    padding: 0 8px 0 0; }

  .footer-logo img {
    width: 165px; }

  #footer p.copyright {
    padding: 10px 0 20px 0;
    font-size: 9.60px; }
  #footer p.copyright br {
    display: inline;
  }

} */


/*
extra 202107
---------------------------------------------*/

#kv-orange {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: block;
  background: url(//strider.jp/cdn/shop/files/kv-orange.jpg?v=6748378532851692097) no-repeat center;
  background-size: cover;
}
#kv-orange h2 {
  display: block;
  position: absolute;
  width: 35vw;
  left: 5vw;
  top: 30%;
}
#kv-orange h2 small {
  position: absolute;
  display: block;
  right: 0;
  width: 8.8vw;
  z-index: 4;
  right: -2%;
  bottom: -2%;
}
#kv-orange h2 small:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(//strider.jp/cdn/shop/files/kv-wappen.png?v=10807591301250967849) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
  animation: rotate_anime 14s linear infinite;
}
@keyframes rotate_anime {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#kv-orange .bnr-movie a {
  display: block;
  width: 170px;
  background: #000;
  color: #fff034;
  padding: 14px 0;
  text-align: center;
  border: 2px solid #fff034;
  position: absolute;
  z-index: 2;
  right: 2.2vw;
  bottom: 2.2vw;
  font-family: 'Inter UI', sans-serif;
  font-weight: 900;
  border-radius: 6px;
}

#new-color-variation {
  position: relative;
  border-top: 1px solid #eee;
}
#new-color-variation .bg-chara {
  position: absolute;
  font-family: 'Inter UI', sans-serif;
  font-weight: 700;
  color: #f5f5f5;
  text-align: center;
  width: 100%;
  z-index: 0;
  font-size: 176.00px;
  letter-spacing: 0;
  top: 80px;
}
#new-color-variation h2 {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 130px 0 80px 0;
  font-weight: 700;
  font-size: 32px;
}
#new-color-variation h2 span {
  display: inline-block;
  position: relative;
}
#new-color-variation h2 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #f3fb13;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
#new-color-variation .new-color-bike {
  position: relative;
  z-index: 2;
}
#new-color-variation h3 {
  position: relative;
  z-index: 4;
  text-align: center;
  display: block;
  line-height: 1.5;
  font-size: 66px;
  font-weight: 700;
  margin-top: -12.4%;
}
#new-color-variation h3 span {
  display: inline-block;
  text-align: left;
}
#new-color-variation .color-wrap {
  display: flex;
  flex-wrap: wrap;
}
#new-color-variation .color-wrap .color-product {
  width: 100%;
  position: relative;
	text-align: center;
}
#new-color-variation .color-wrap .color-product .title {
  position: absolute;
  z-index: 2;
  /*width: 140px;
  left: 15px;
  top: 30px;*/
	width: 97px;
    left: 8px;
    top: 20px;
}
#new-color-variation .color-wrap .color-product span {
  padding: 5.4% 11%;
  display: block;
}
#new-color-variation .color-wrap .color-product span img {
  width: 560px;
}
#new-color-variation .color-field {
  display: block;
  position: relative;
  overflow: hidden;
}
#new-color-variation .color-field img {
  display: block;
}
#new-color-variation .color-field .copy {
  display: block;
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 4vw;
  top: 4vw;
}
#new-color-variation .color-field .copy small {
  font-size: 36px;
  font-family: 'Inter UI', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 8px;
}
#new-color-variation .color-field .copy small span {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0 8px;
}
#new-color-variation .color-field .copy small span:before,#new-color-variation .color-field .copy small span:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 3px;
  left: 14px;
}
#new-color-variation .color-field .copy small span:before {
  transform: rotate(-45deg);
}
#new-color-variation .color-field .copy small span:after {
  transform: rotate(45deg);
}
#new-color-variation .color-field .copy span.ttl {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}
#new-color-variation .color-field .bg-slider .slide-img {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#new-color-variation .color-field .bg-slider .slide-1 {
  background-image: url(//strider.jp/cdn/shop/files/color-field-1.jpg?v=18335622149320615374);
}
#new-color-variation .color-field .bg-slider .slide-2 {
  background-image: url(//strider.jp/cdn/shop/files/color-field-2.jpg?v=3908855050100496193);
}
#new-color-variation .color-field .bg-slider .slide-3 {
  background-image: url(//strider.jp/cdn/shop/files/color-field-3.jpg?v=11469532580679559164);
}
#new-color-variation .color-field .bg-slider .slide-4 {
  background-image: url(//strider.jp/cdn/shop/files/color-field-4.jpg?v=6225047910897361388);
}
#new-color-variation .color-field .color-field-bike {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 10%;
}
#new-color-variation .color-field .color-field-bike div {
  width: 100vw;
}
#new-color-variation .color-field .color-field-bike div img {
  display: block;
  max-width: 740px;
  margin: 0 auto;
}

#new-color-variation .color-choice {
  position: absolute;
  display: block;
  z-index: 8;
  background: #fff;
  right: 2.2vw;
  bottom: 2.2vw;
  padding: 15px 18px;
}
#new-color-variation .color-choice dl {
  margin-bottom: 0;
}
#new-color-variation .color-choice dl.color {
  margin-bottom: 6px;
}
#new-color-variation .color-choice dl.color dt {
  letter-spacing: -0.06em;
}
#new-color-variation .color-choice dl dt {
  margin-bottom: 8px;
  font-size: 13px;
}
#new-color-variation .color-choice dl dt span {
  font-weight: 400;
  display: none;
}
#new-color-variation .color-choice dl dt span.active {
  display: inline-block;
}
#new-color-variation .color-choice dl dd {
  margin-bottom: 0;
}
#new-color-variation .color-choice dl ul {
  display: flex;
  margin: 0;
}
#new-color-variation .color-choice dl ul li {
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #fff;
  cursor: pointer;
}
#new-color-variation .color-choice dl ul li:last-child {
  margin-right: 0;
}
#new-color-variation .color-choice dl ul li.active {
  border: 1px solid #000;
}
#new-color-variation .color-choice dl ul li span {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  background: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#new-color-variation .color-choice dl.color ul li:nth-child(1) span {
  background: #49a9e9;
}
/*#new-color-variation .color-choice dl.color ul li:nth-child(2) span {
  background: #dde554;
}*/
#new-color-variation .color-choice dl.color ul li:nth-child(2) span {
  background: #c20373;
}
#new-color-variation .color-choice dl.color ul li:nth-child(3) span {
  background: #ee6828;
}

#new-color-variation .color-choice dl.filed ul li:nth-child(1) span {
  background: url(//strider.jp/cdn/shop/files/color-field-thumb-1.jpg?v=14020584404944180552);
  background-size: cover;
}
#new-color-variation .color-choice dl.filed ul li:nth-child(2) span {
  background: url(//strider.jp/cdn/shop/files/color-field-thumb-2.jpg?v=2907930337276338035);
  background-size: cover;
}
#new-color-variation .color-choice dl.filed ul li:nth-child(3) span {
  background: url(//strider.jp/cdn/shop/files/color-field-thumb-3.jpg?v=7552687034101268686);
  background-size: cover;
}
#new-color-variation .color-choice dl.filed ul li:nth-child(4) span {
  background: url(//strider.jp/cdn/shop/files/color-field-thumb-4.jpg?v=4558970499235628676);
  background-size: cover;
}

#function-movie {
  padding: 60px 0 30px 0;
}
#function-movie h2 {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  font-size: 33.60px;
  font-weight: 800;
}
#function-movie .movie-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#function-movie .movie-wrap li {
  width: calc(50% - 15px);
  margin-bottom: 28px;
}
#function-movie .movie-wrap li span {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
#function-movie .movie-wrap li span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#function-movie .movie-attention {
  max-width: 680px;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 13px;
  border: 2px solid #f3fb15;
  padding: 20px 20px;
}
#function-movie .movie-attention dt {
  margin-bottom: 4px;
}
#function-movie .movie-attention dd ul {
  padding-left: 2em;
}
#function-movie .movie-attention dd ul li {
  color: #555;
  font-weight: 400;
  list-style-type: disc;
}
#function-movie .movie-attention dd,#function-movie .movie-attention dd ul {
  margin-bottom: 0;
}
#function-movie a {
  display: block;
  text-align: center;
  background: #000;
  font-size: 15px;
  padding: 22px 0;
  max-width: 300px;
  position: relative;
  margin: 15px auto 0 auto;
  color: #f3fb15;
}

#first {
  padding: 70px 0 0 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#first h2 {
  display: block;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.4;
}
#first h2 small,#first h2 span {
  display: block;
  font-weight: 700;
}
#first h2 small {
  font-size: 16px;
  font-weight: 700;
}
#first h2 span {
  font-size: 39px;
  font-weight: 700;
}

#first .spec_14x {
	text-align: left;
}

#first .movieBox {
  margin: 0 0 50px;
}

#first .movie-wrap {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

#first .kumitate_14x {
	max-width: 1200px;
}

#first .movie-wrap span {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
#first .movie-wrap span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#first p {
  display: block;
  text-align: center;
  padding: 18px 0 0 0;
  font-size: 14.40px;
}
#first p .pc {
  display: block;
}

.movie-wrap p {
  text-align: center;
}


.event-rider {
  margin-bottom: 0px;
}
.event-rider .movie-wrap {
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: space-between;
  padding: 0 5%;
}
.event-rider .movie-wrap li {
  width: calc(50% - 15px);
  margin-bottom: 28px;
}
.event-rider .movie-wrap li span {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.event-rider .movie-wrap li span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.event-rider .movie-wrap li h3 {
  font-family: 'Inter UI', sans-serif;
  font-weight: 600;
  padding: 24px 0 18px 0;
  margin-bottom: 0;
}
.event-rider .movie-wrap li p {
  display: block;
  font-size: 16px;
}

@media (max-width: 992px) {

  #kv-orange {
    background: url(//strider.jp/cdn/shop/files/kv-orange-sp.jpg?v=14656591260731122159) no-repeat center 60%;
    background-size: cover;
    height: auto;
    padding-bottom: 140%;
  }
  #kv-orange h2 {
    left: calc(50vw - 32vw);
    width: 64vw;
    top: 11%;
  }
  #kv-orange h2 small {
    width: 16.4vw;
  }
  #kv-orange .bnr-movie a {
    width: 120px;
    font-size: 11px;
    right: 4vw;
    bottom: 4vw;
    padding: 10px 0;
  }
  #main-visual .movie {
    padding-bottom: 140%;
  }

  #new-color-variation {
    position: relative;
    overflow: hidden;
  }
  #new-color-variation .bg-chara {
    font-size: 80.00px;
    line-height: 0.8;
    width: 200%;
    left: -50%;
    top: 50px;
  }
  #new-color-variation h2 {
    font-size: 22.40px;
    padding: 70px 0 30px 0;
  }
  #new-color-variation h2 span:before {
    height: 6px;
  }
  #new-color-variation h3 {
    font-size: 38px;
  }

  #new-color-variation .color-wrap .color-product {
    width: 100%;
  }
  #new-color-variation .color-wrap .color-product .title {
    width: 50px;
    left: 2vw;
    top: 4vw;
  }
	#new-color-variation .color-wrap .color-product span img {
  width: 100%;
}

  #new-color-variation .color-choice {
    padding: 15px 0 15px 15px;
    bottom: auto;
    top: 277px;
    right: auto;
    left: 12px;
  }
  #new-color-variation .color-choice dl.color {
    margin-bottom: 8px;
  }
  #new-color-variation .color-choice dl dt {
    font-size: 10px;
    margin-bottom: 4px;
    width: 145px;
  }
  #new-color-variation .color-choice dl ul li {
    margin-right: 4px;
  }
  #new-color-variation .color-choice dl ul li span {
    width: 24px;
    height: 24px;
  }
  #new-color-variation .color-field .color-field-bike {
    bottom: 6%;
  }
  #new-color-variation .color-field .copy {
    position: relative;
    color: #333;
    left: 0;
    top: 0;
    padding: 30px 15px;
  }
  #new-color-variation .color-field .copy small {
    font-size: 24px;
  }
  #new-color-variation .color-field .copy small span {
    width: 24px;
    height: 24px;
    margin: 0 4px;
  }
  #new-color-variation .color-field .copy small span:before,#new-color-variation .color-field .copy small span:after {
    background: #000;
    left: 9px;
  }
  #new-color-variation .color-field .copy span.ttl {
    font-size: 40px;
    font-weight: bold;
  }
  #new-color-variation .color-field .bg-slider .slide-img {
    height: auto;
    padding-bottom: 140%;
  }

  #first {
    padding: 40px 0 20px 0;
  }
  /* #first .inner {
    padding: 0 15px;
  } */
  #first h2 {
    margin-bottom: 20px;
  }
  #first h2 small {
    font-size: 12px;
  }
  #first h2 span {
    font-size: 22px;
  }
  #first p {
    font-size: 14px;
  }
  #first p .pc {
    display: none;
  }

  #color .col.orange:after {
    width: 50px;
    height: 50px;
    top: 32px;
  }

  #color .buyBtnColor ul {
    padding: 0;
  }
  #color .buyBtnColor ul li {
    width: calc(50% - 10px);
  }
  #color .buyBtnColor ul li a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 18px 0;
  }
#color .buyBtnColor ul li a .fs_s {
font-size: 9.60px;
}
#color .buyBtnColor ul li:nth-child(4) a {
padding: 18px 0;
}

#color .buyBtnColor ul li:nth-child(4) a {
	padding: 18px 0;
	}

  #function-movie {
    padding: 15px 0 30px 0;
  }
  #function-movie h2 {
    margin-bottom: 20px;
    font-size: 24.00px;
  }
  #function-movie .movie-wrap {
    display: block;
  }
  #function-movie .movie-wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
  #function-movie .movie-attention {
    padding: 18px 14px;
    font-size: 11px;
  }
  #function-movie .movie-attention dt {
    display: block;
    text-align: center;
    margin-bottom: 4px;
  }
  #function-movie a {
    font-size: 13px;
    padding: 20px 0;
    max-width: 260px;
    margin: 20px auto 0 auto;
  }

  .event-media {
    padding-top: 24px;
  }

  .event-rider {
    padding: 34px 0 24px 0;
  }
  .event-rider .movie-wrap {
    display: block;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .event-rider .movie-wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-rider .movie-wrap li h3 {
    font-size: 20.80px;
    padding: 15px 0 12px 0;
  }
  .event-rider .movie-wrap li p {
    font-size: 13px;
    line-height: 1.6;
  }

  #footer {
    padding-bottom: 54px;
  }
  #follow-us .row {
    max-width: 370px;
  }
  #footer p.copyright {
    line-height: 1.5;
  }

  #color .new {
    width: 56px;
    height: 56px;
    padding: 13px 1px 0 0;
    right: 7%;
    top: 8%;
  }

}


@media (max-width: 449px) {

.buyBtnColor ul {
display: block;
position: relative;
padding: 0;
max-width: inherit;
width: 100%;
margin: 0 auto;
}

#color .buyBtnColor ul li {
width: 100%;
margin: 0 auto 10px;
}
#color .buyBtnColor ul li a {
font-size: 16.00px;
}
#color .buyBtnColor ul li:nth-child(4) a {
line-height: 19.20px;
padding: 10px 0;
}
#color .buyBtnColor ul li a .d-lg-none {
display: none!important;
}
}

.shopify-section .section .container div {
  height: 0 !important;
  min-height: 0 !important;
}