@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#rk {
	width: 100%;
	color: #000000!important;
	}

#rk .flexbox_tk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display : flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	}


/*フォント
--------------------------------------*/

#rk .noto_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#rk .noto_serif_jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#rk .en {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#rk .din {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*メインビジュアル
--------------------------------------*/
#rk .main_v{
    height: 0;
    padding-top: 51.14%;
    background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/mainv.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
}
#rk .main_v .inner{
	position: absolute;
	width: 100%;
	bottom: 5%;
	left: 0;
}
#rk .main_v .inner .left{
	width: 50%;
	padding: 0 0 0 30px;
	text-align: left;
	float: left;
    bottom: 10% !important;
}
#rk .main_v .inner .left .p1{
	font-size: 10vw;
	color: #000;
	line-height: 1;
}
#rk .main_v .inner .left .p2{
	padding: 0 0 0 10px!important;
	font-size: 1.3vw;
	color: #000;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.41em;
}
#rk .main_v .inner .right{
	width: 18%;
	padding: 53px 0 0 0!important;
	text-align: center;
	float: right;
}
#rk .main_v .inner .right img{
	width: 9vw;
    top:0% !important;
}


/*イントロ
--------------------------------------*/
#rk .intro{
    width: 1140px;
	margin: 120px auto 120px auto;
	padding: 0 15px 0 15px;
	overflow: hidden;
}

#rk .intro .left{
    width: 660px;
	float: left;
}

#rk .intro .left img{
	width: 100%;
}

#rk .intro .right{
    width: 415px;
	margin-left: 35px;
	float: left;
}
#rk .intro .right .p1{
	margin: 100px 0 0 0!important;
	color: #AF8E64;
	font-size: 76px;
	line-height: 1;
}
#rk .intro .right .p2{
	padding-left: 30px!important;
	color: #AF8E64;
	font-size: 76px;
	line-height: 1;
}
#rk .intro .right .read{
	margin: 20px 0 0 0!important;
	line-height: 2;
}

/*ポイント
--------------------------------------*/
#rk .point{
	width: 100%;
	padding: 80px 0 80px 0;
	background-color: #000 /*#3D352A*/;
	overflow: hidden;
    margin-top: 50px !important;
}
#rk .point .read{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: silver/*#AF8E64*/;
	line-height: 2;
}

#rk .point .inner{
	width: 950px;
	margin: 50px auto 0 auto;
	justify-content:center;
}
#rk .point .inner .box{
	width: 260px;
	margin: 0 20px 0 20px;
}
#rk .point .inner .box img{
	width: 100%;
}
#rk .point .inner .box p{
	width: 100%;
	margin: 10px 0 0 0!important;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

/*link
--------------------------------------*/
#rk .link{
	width: 100%;
	padding: 100px 0 100px 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#rk .link .read{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
#rk .link .inner{
	width: 950px;
	margin: 60px auto 0 auto;
	justify-content:center;
}
#rk .link .inner .box{
	width: 245px;
	margin: 0 15px 0 15px;
	padding: 8px 0 10px 0;
	border: 1px solid #000 /*#AF8E64*/;
	background-color: #F8F5F1;
	justify-content:center;
}
#rk .link .inner .box .arrows{
	width: 12px;
	background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/arrows.svg') no-repeat;
    background-size: 12px auto;
    background-position: left 0 top 17px!important;
}
#rk .link .inner .box .name1{
	margin-left: 10px;
	font-size: 25px;
	color: #AF8E64;
}
#rk .link .inner .box .name2{
	width: 100%;
	text-align: center;
	font-size: 12px;
}



/*商品
--------------------------------------*/

#rk .products{
	width: 100%;
	padding: 100px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
#rk .products .h2{
	width: 100%;
	text-align: center;
}
#rk .products .title{
	width: 100%!important;
	font-size: 80px;
	line-height: 1;
	font-weight: 500;
}
#rk .products .title2{
	width: 100%!important;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
#rk .products .brown{
	color: #000 /*#AF8E64*/;
}
#rk .products .gray{
	color: #B3B3B3;
}
#rk .products .p_title{
	margin: 70px 0 0 0;
	font-size: 62px;
	line-height: 1;
	font-weight: 500;
}
#rk .products .p_read{
	margin: 20px 0 20px 0!important;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}

#rk .products .p_link{
	width: 100%!important;
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
}

#rk .products .inner{
    width: 1140px;
	margin: 120px auto 120px auto;
	padding: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}

#rk .products .inner .l1_left{
    width: 380px;
	padding-right: 30px;
	float: left;
}
#rk .products .inner .l1_right{
    width: calc(100% - 380px);
	float: left;
}
#rk .products .inner .l1_right img{
	width: 100%;
}


#rk .products .inner .l2_left{
    width: calc(100% - 380px);
	float: left;
}
#rk .products .inner .l2_left img{
	width: 100%;
}
#rk .products .inner .l2_right{
    width: 380px;
	padding-left: 30px;
	float: right;
}

#rk .products .inner .l3_left{
    width: calc(100% - 460px);
	float: left;
}
#rk .products .inner .l3_left .box{
    width: 460px;
	margin: 0 0 0 40px;
}
#rk .products .inner .l3_right{
    width: 450px;
	padding-bottom: 60px;
	float: left;
}
#rk .products .inner .l3_right img{
	width: 100%;
}

#rk .products .inner .l3_photo{
	width: 100%;
	position: absolute;
	bottom: 0;
}
#rk .products .inner .l3_photo img{
    width: 480px;
}
#rk .products .inner .metallic_mg{
	margin-left: 240px!important;
}
#rk .products .inner .monotone_pd{
	padding-bottom: 250px!important;
}
#rk .products .inner .monotone_mg{
	margin-left: 70px!important;
}

#rk .products .inner .l4_1{
	width: 100%;
	padding: 150px 0 0 40px;
	position: relative;
}
#rk .products .inner .l4_1 img{
	width: 740px;
}

#rk .products .inner .l4_2{
	width: 520px;
	text-align: right!important;
	top: 0;
	right: 0;
	position: absolute;
}
#rk .products .inner .l4_2 img{
	width: 100%;
}
	

/*商品ラインナップ
--------------------------------------*/
#rk .lineup_wrap {
    width: 1040px;
	margin: 120px auto 120px auto;
	padding: 0 20px 0 20px;
	background-color: #ffffff;
	overflow: hidden;
	clear:both;
}

/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	overflow: hidden;
}

/*youtube
--------------------------------------*/
#rk .youtube_wrap{
	width: 950px;
	margin: 180px auto 0 auto;
	}
#rk .youtube_wrap .inner{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16 / 9;
	}
#rk .youtube_wrap .inner .mv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}


/*NO NAME SHOP
--------------------------------------*/
#rk .shop_wrap{
	width: 1010px;
	margin: 0 auto 120px auto!important;
	padding:  50px ;
	border: solid 3px #333333;
	overflow: hidden;
	background-color: #ffffff;
	}

#rk .shop_wrap .left{
	width: 660px;
	float: left;
	}
#rk .shop_wrap .left img{
	width: 78px;
	margin: 10px 0 20px 0!important;
	}


#rk .shop_wrap .left p{
	font-size: 13px;
	line-height: 1.8;
	}

#rk .shop_wrap .right{
	width: 200px;
	float: right;
	}
#rk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	}


/*動作
--------------------------------------*/



/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 0.7s ease-out;
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom2 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
 }

/* 下からフェードイン */
.slide-bottom3 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
 }

/* 下からフェードイン */
.slide-bottom4 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-600px, 0);
	transition: all 0.8s ease-out;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(600px, 0);
	transition: all 0.8s ease-out;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
 }


/*動作
--------------------------------------*/

.effect-fade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* 以下が追加の部分 */
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(4) {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

/*==========================================
PC 画面の横幅が1025px以上
==========================================*/

@media screen and (min-width: 960px){
	


/*PC 終わり
==========================================*/
}


/*==========================================
タブレット　画面の横幅が799pxまで
==========================================*/
@media screen and (max-width:959px){
	
body {
	}
	
#rk {
	width: 100%;
	color: #333333;
}
	



/*メインビジュアル
--------------------------------------*/
#rk .main_v{
    height: 0;
    padding-top: 116.66%;
    background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/mainv_sp.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
}
#rk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#rk .main_v .inner .left{
	display: none;
	width: 0%;
	padding: 0 0 0 0;
	text-align: left;
	float: none;
}
#rk .main_v .inner .left .p1{
	display: none;
	font-size: 10vw;
	color: #ffffff;
	line-height: 1;
}
#rk .main_v .inner .left .p2{
	display: none;
	padding: 0 0 0 10px!important;
	font-size: 1.3vw;
	color: #ffffff;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.41em;
}
#rk .main_v .inner .right{
	width: 100%;
	padding: 20px 0 0 20px!important;
	text-align: left;
	float: none;
}
#rk .main_v .inner .right img{
	width: 14vw;
}

	
#rk .name{
	width: 100%;
	margin: 80px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

#rk .name .p1{
	font-size: 133px;
	color: #AF8E64;
	line-height: 1;
}
#rk .name .p2{
	font-size: 17.5px;
	color: #AF8E64;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.41em;
}

/*イントロ
--------------------------------------*/
#rk .intro{
    width: 88%;
	margin: 80px auto 120px auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#rk .intro .left{
	width: 100%;
	float: none;
}

#rk .intro .left img{
	width: 100%;
}

#rk .intro .right{
	width: 100%;
	margin: 80px 0 0 0;
	float: none;
}
#rk .intro .right .p1{
	width: 100%;
	margin: 0 auto 0 auto!important;
	color: #AF8E64;
	font-size: 76px;
	line-height: 1;
	text-align: center;
}
#rk .intro .right .p2{
	width: 100%;
	margin:  0 auto 0 auto!important;
	padding-left: 0!important;
	color: #AF8E64;
	font-size: 76px;
	line-height: 1;
	text-align: center;
}
#rk .intro .right .read{
	width: 100%;
	margin: 20px 0 0 0!important;
	line-height: 2;
	text-align: center;
}

/*ポイント
--------------------------------------*/

#rk .point{
	width: 100%;
	padding: 80px 0 80px 0;
	background-color: #000 /*#3D352A*/;
	overflow: hidden;
    margin-top: 50px;
}
#rk .point .read{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: silver/*#AF8E64*/;
	line-height: 2;
}

#rk .point .inner{
	width: 320px;
	margin: 30px auto 0 auto;
	justify-content:center;
}
#rk .point .inner .box{
	width: 320px;
	margin: 0 20px 0 20px;
}
#rk .point .inner .box img{
	width: 100%;
	margin: 40px 0 0 0!important;
}
#rk .point .inner .box p{
	width: 100%;
	margin: 10px 0 0 0!important;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
	
/*link
--------------------------------------*/
#rk .link{
	width: 100%;
	padding: 100px 0 100px 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#rk .link .read{
	width: 88%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
#rk .link .inner{
	width: 88%;
	margin: 20px auto 0 auto;
	justify-content:center;
}
#rk .link .inner .box{
	width: 245px;
	margin: 25px 15px 0 15px;
	padding: 8px 0 10px 0;
	border: 1px solid #AF8E64;
	background-color: #F8F5F1;
	justify-content:center;
}
#rk .link .inner .box .arrows{
	width: 12px;
	background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/arrows.svg') no-repeat;
    background-size: 12px auto;
    background-position: left 0 top 17px!important;
}
#rk .link .inner .box .name1{
	margin-left: 10px;
	font-size: 25px;
	color: #AF8E64;
}
#rk .link .inner .box .name2{
	width: 100%;
	text-align: center;
	font-size: 12px;
}
/*商品
--------------------------------------*/

#rk .products{
	width: 100%;
	padding: 100px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
#rk .products .h2{
	width: 100%;
	text-align: center;
}
#rk .products .title{
	width: 100%!important;
	font-size: 80px;
	line-height: 1;
	font-weight: 500;
}
#rk .products .title2{
	width: 100%!important;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
#rk .products .brown{
	color: #000 /*#AF8E64*/;
}

#rk .products .gray{
	color: #B3B3B3;
}
#rk .products .p_title{
	margin: 0 0 0 0;
	font-size: 62px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
#rk .products .p_read{
	margin: 30px 0 30px 0!important;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}

#rk .products .p_link{
	width: 100%!important;
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
}

#rk .products .inner{
	width: 600px;
	margin: 100px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}


#rk .products .inner .l1_left{
	width: 100%!important;
	padding-right: 0;
	float: none;
}
#rk .products .inner .l1_right{
	width: 100%!important;
	margin: 30px 0 0 0!important;
	float: none;
}
#rk .products .inner .l1_right img{
	width: 100%;
}


#rk .products .inner .l2_left{
	width: 100%!important;
	margin: 30px 0 0 0!important;
	float: none;
}
#rk .products .inner .l2_left img{
	width: 100%;
}
#rk .products .inner .l2_right{
	width: 100%!important;
	padding-left: 0;
	float: none;
}

#rk .products .inner .l3_left{
	width: 100%!important;
	float: none;
}
#rk .products .inner .l3_left .box{
	width: 100%!important;
	margin: 0 0 0 0;
}
#rk .products .inner .l3_right{
	width: 100%!important;
	margin: 30px 0 0 0!important;
	padding-bottom: 0;
	float: none;
}
#rk .products .inner .l3_right img{
	width: 100%;
}

#rk .products .inner .l3_photo{
	width: 100%;
	position:inherit;
	bottom: 0;
	margin: 30px 0 0 0!important;
}
#rk .products .inner .l3_photo img{
	width: 100%;
}
#rk .products .inner .metallic_mg{
	margin-left: 0!important;
}
#rk .products .inner .monotone_pd{
	padding-bottom: 0!important;
}
#rk .products .inner .monotone_mg{
	margin-left: 0!important;
}

#rk .products .inner .l4_1{
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
}
#rk .products .inner .l4_1 img{
	width: 100%;
}

#rk .products .inner .l4_2{
	width: 100%;
	margin: 30px 0 0 0!important;
	text-align: right!important;
	top: 0;
	right: 0;
	position: inherit;
}
#rk .products .inner .l4_2 img{
	width: 100%;
}

#rk .products .inner_mg{
	margin-top: 30px!important;
}
	
	
/*商品ラインナップ
--------------------------------------*/
#rk .lineup_wrap {
	width: 100%;
	margin: 0 0 0 0;
	padding:  120px 0 120px 0;
	background-color: #ffffff;
}


/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	overflow: hidden;
}
/*youtube
--------------------------------------*/
#rk .youtube_wrap{
	width: 88%;
	margin: 100px auto 100px auto;
	}
#rk .youtube_wrap .inner{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16 / 9;
	}
#rk .youtube_wrap .inner .mv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}
	

#rk .youtube_wrap2{
	width: 100%!important;
	margin: 60px auto 180px auto!important;
	overflow: hidden;
	}
	
/*NO NAME SHOP
--------------------------------------*/
#rk .shop_wrap{
	width: 88%;
	margin: 0 auto 100px auto!important;
	padding:  40px ;
	border: solid 3px #333333;
	overflow: hidden;
	}

#rk .shop_wrap .left{
	width: 100%;
	text-align: center;
	float: none;
	}
#rk .shop_wrap .left img{
	width: 100px;
	margin: 10px 0 30px 0;
	}
	
#rk .shop_wrap .left p{
	text-align: left;
	}


#rk .shop_wrap .right{
	width: 45%;
	float: none;
	margin: 40px auto 0 auto;
	
	}
#rk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	
	}	
	
	
/*タブレット 終わり
==========================================*/
}

	
/*==========================================
スマホ　画面の横幅が600pxまで
==========================================*/
@media screen and (max-width: 600px){
	
body {
	}
	

#rk {width: 100%;
	color: #333333;
	padding-bottom: 80px;
}
	

/*メインビジュアル
--------------------------------------*/
#rk .main_v{
    height: 0;
    padding-top: 116.66%;
    background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/mainv_sp.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
}
#rk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#rk .main_v .inner .left{
	display: none;
	width: 0%;
	padding: 0 0 0 0;
	text-align: left;
	float: none;
}
#rk .main_v .inner .left .p1{
	display: none;
	font-size: 10vw;
	color: #ffffff;
	line-height: 1;
}
#rk .main_v .inner .left .p2{
	display: none;
	padding: 0 0 0 10px!important;
	font-size: 1.3vw;
	color: #ffffff;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.41em;
}
#rk .main_v .inner .right{
	width: 100%;
	padding: 10px 0 0 10px!important;
	text-align: left;
	float: none;
}
#rk .main_v .inner .right img{
	width: 18vw;
}

	
#rk .name{
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

#rk .name .p1{
	font-size: 90px;
	color: #AF8E64;
	line-height: 1;
}
#rk .name .p2{
	font-size: 14px;
	color: #AF8E64;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.15em;
}

/*イントロ
--------------------------------------*/
#rk .intro{
    width: 88%;
	margin: 40px auto 40px auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#rk .intro .left{
	width: 100%;
	float: none;
}

#rk .intro .left img{
	width: 100%;
}

#rk .intro .right{
	width: 100%;
	margin: 40px 0 0 0;
	float: none;
}
#rk .intro .right .p1{
	width: 100%;
	margin: 0 auto 0 auto!important;
	color: #AF8E64;
	font-size: 54px;
	line-height: 1;
	text-align: center;
}
#rk .intro .right .p2{
	width: 100%;
	margin:  0 auto 0 auto!important;
	padding-left: 0!important;
	color: #AF8E64;
	font-size: 56px;
	line-height: 1;
	text-align: center;
}
#rk .intro .right .read{
	width: 88%;
	margin: 30px auto 0 auto!important;
	line-height: 2;
	text-align: left;
	font-size: 15px;
}

/*ポイント
--------------------------------------*/

#rk .point{
	width: 100%;
	padding: 40px 0 60px 0;
	background-color: #000 /*#3D352A*/;
	overflow: hidden;
    margin-top: 50px;
}
#rk .point .read{
	width: 88%;
	margin:  0 auto 0 auto!important;
	text-align: center;
	font-size: 18px;
	color: silver /*#AF8E64*/;
	line-height: 2;
}

#rk .point .inner{
	width: 320px;
	margin: 0 auto 0 auto;
	justify-content:center;
}
#rk .point .inner .box{
	width: 320px;
	margin: 0 20px 0 20px;
}
#rk .point .inner .box img{
	width: 100%;
	margin: 40px 0 0 0!important;
}
#rk .point .inner .box p{
	width: 100%;
	margin: 10px 0 0 0!important;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
	
/*link
--------------------------------------*/
#rk .link{
	width: 100%;
	padding: 50px 0 50px 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#rk .link .read{
	width: 88%;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 2;
}
#rk .link .inner{
	width: 88%;
	margin: 0 auto 0 auto;
	justify-content:center;
}
#rk .link .inner .box{
	width: 245px;
	margin: 25px 15px 0 15px;
	padding: 8px 0 10px 0;
	border: 1px solid #AF8E64;
	background-color: #F8F5F1;
	justify-content:center;
}
#rk .link .inner .box .arrows{
	width: 12px;
	background: url('https://pdst.xsrv.jp/data_lp/rk/25fw_speed/images/arrows.svg') no-repeat;
    background-size: 12px auto;
    background-position: left 0 top 17px!important;
}
#rk .link .inner .box .name1{
	margin-left: 10px;
	font-size: 25px;
	color: #AF8E64;
	font-weight: 700;
}
#rk .link .inner .box .name2{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}
	
	
/*商品
--------------------------------------*/

#rk .products{
	width: 100%;
	padding: 50px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
#rk .products .h2{
	width: 100%;
	text-align: center;
}
#rk .products .title{
	width: 100%!important;
	font-size: 56px;
	line-height: 1;
	font-weight: 500;
}
#rk .products .title2{
	width: 100%!important;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
#rk .products .brown{
	color: #000 /*#AF8E64*/;
}

#rk .products .gray{
	color: #B3B3B3;
}
#rk .products .p_title{
	margin: 0 0 0 0;
	font-size: 56px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
#rk .products .p_read{
	margin: 20px 0 10px 0!important;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}

#rk .products .p_link{
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
}

#rk .products .inner{
	width: 88%;
	margin: 80px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}


#rk .products .inner .l1_left{
	width: 100%!important;
	padding-right: 0;
	float: none;
}
#rk .products .inner .l1_right{
	width: 100%!important;
	margin: 20px 0 0 0!important;
	float: none;
}
#rk .products .inner .l1_right img{
	width: 100%;
}


#rk .products .inner .l2_left{
	width: 100%!important;
	margin: 20px 0 0 0!important;
	float: none;
}
#rk .products .inner .l2_left img{
	width: 100%;
}
#rk .products .inner .l2_right{
	width: 100%!important;
	padding-left: 0;
	float: none;
}


#rk .products .inner .l3_left{
	width: 100%!important;
	float: none;
}
#rk .products .inner .l3_left .box{
	width: 100%!important;
	margin: 0 0 0 0;
}
#rk .products .inner .l3_right{
	width: 100%!important;
	margin: 20px 0 0 0!important;
	padding-bottom: 0;
	float: none;
}
#rk .products .inner .l3_right img{
	width: 100%;
}

#rk .products .inner .l3_photo{
	width: 100%;
	position:inherit;
	bottom: 0;
	margin: 20px 0 0 0!important;
}
#rk .products .inner .l3_photo img{
	width: 100%;
	margin-left: 0!important;
}
#rk .products .inner .metallic_mg{
	margin-left: 0!important;
}
#rk .products .inner .monotone_pd{
	margin-left: 0!important;
}
#rk .products .inner .monotone_mg{
	margin-left: 0!important;
}

#rk .products .inner .l4_1{
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
}
#rk .products .inner .l4_1 img{
	width: 100%;
}

#rk .products .inner .l4_2{
	width: 100%;
	margin: 20px 0 0 0!important;
	text-align: right!important;
	top: 0;
	right: 0;
	position: inherit;
}
#rk .products .inner .l4_2 img{
	width: 100%;
}

#rk .products .inner_mg{
	margin-top: 20px!important;
}
	
		
	
	
/*商品ラインナップ
--------------------------------------*/
#rk .lineup_wrap {
	width: 90%;
	margin: 0 auto 0 auto;
	padding:  80px 0 80px 0;
	background-color: #ffffff;
}


/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	overflow: hidden;
}
/*youtube
--------------------------------------*/
#rk .youtube_wrap{
	width: 100%;
	margin: 50px auto 50px auto;
	overflow: hidden;
	}
#rk .youtube_wrap .inner{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16 / 9;
	}
#rk .youtube_wrap .inner .mv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}
#rk .youtube_wrap2{
	width: 100%!important;
	margin: 40px auto 0 auto!important;
	overflow: hidden;
	}	
	
/*NO NAME SHOP
--------------------------------------*/
#rk .shop_wrap{
	width: 88%;
	margin: 20px auto 0 auto!important;
	padding:  15px ;
	border: solid 3px #333333;
	overflow: hidden;
	}

#rk .shop_wrap .left{
	width: 100%;
	text-align: center;
	float: none;
	}
#rk .shop_wrap .left img{
	width: 80px;
	margin: 10px 0 20px 0;
	}
	
#rk .shop_wrap .left p{
	text-align: left;
	font-size: 13px;
	}


#rk .shop_wrap .right{
	width: 100%;
	float: none;
	margin: 20px auto 0 auto;
	
	}
#rk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	
	}



/*スマホ 終わり
==========================================*/
}
