@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: "Yu Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: aliceblue;
	  
}

#rk .en1{
  font-family: "Yu Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: aliceblue;
}

/*背景色
--------------------------------------*/
#rk .bg_pink {
	background-color: #8b8a8f;
}
#rk .bg_green {
	background-color: #b5c7e1;
}
#rk .bg_beige {
	background-color: #D6C7A3;
}

/*メインビジュアル
--------------------------------------*/
#rk .main_wrap {
	width: 100%;
	padding: 0 0 120px 0;
	overflow: hidden;
}
#rk .main_wrap .redesign{
	margin-top: 20px!important;
	font-size: 6vw;
	text-align: center;
	font-weight: 600;
}
#rk .main_wrap .p_name{
	margin-top: 40px!important;
	font-size: 8vw;
	text-align: center;
	font-weight: 600;
}
#rk .main_wrap .inner{
	width: 100%;
	margin-top:40px;
	overflow: hidden;
}
#rk .main_wrap .inner .left{
	width: 72%;
	float: left;
}
#rk .main_wrap .inner .left img{
	width: 100%;
}
#rk .main_wrap .inner .right{
	width: 28%;
	padding-top: 1.8vw;
	text-align: center!important;
	float: left;
}
#rk .main_wrap .inner .right p{
    writing-mode: vertical-rl;
	font-size: 3.2vw;
	font-weight: 800;
	letter-spacing: 3vw;
    display: inline-block;
	line-height: 1.8;
}

#rk .main_wrap .title{
	margin-top: 40px!important;
	font-size: 102px;
	text-align: center;
	font-weight: 600;
}

#rk .main_wrap .title2{
	margin-top: 40px!important;
	font-size: 23px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5rem;
}

#rk .main_wrap .read{
	width: 920px;
	margin: 20px auto 0 auto!important;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.2rem;
}

#rk .main_wrap .detail_wrap{
	width: 920px;
	margin: 90px auto 0 auto!important;
	overflow: hidden;
}
#rk .main_wrap .detail_wrap .left{
	width: 270px;
	text-align: left;
	float: left;
}
#rk .main_wrap .detail_wrap .left .name{
	font-size: 120px;
	font-weight: 600;
	line-height: 1;
}
#rk .main_wrap .detail_wrap .left .name_j{
	margin-top: 30px!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}
#rk .main_wrap .detail_wrap .left .detail{
	margin-top:10px!important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
#rk .main_wrap .detail_wrap .right{
	width: 570px;
	float: right;
}
#rk .main_wrap .detail_wrap .right img{
	width: 100%;
}

/*slide
--------------------------------------*/

#rk .slide_wrap{
	width: 760px;
	margin: 50px auto 0 auto;
	padding: 0 20px;
	overflow: hidden;
	clear:both;
	}

/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	margin-bottom: 50px!important;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	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: 120px 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;
 }

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

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


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


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



/*メインビジュアル
--------------------------------------*/
#rk .main_wrap {
	width: 100%;
	padding: 0 0 120px 0;
	overflow: hidden;
}
#rk .main_wrap .redesign{
	margin-top: 20px!important;
	font-size: 10vw;
	text-align: center;
	font-weight: 600;
}
#rk .main_wrap .p_name{
	margin-top: 40px!important;
	font-size: 10vw;
	text-align: center;
	font-weight: 600;
}
#rk .main_wrap .inner{
	width: 100%;
	margin-top:30px;
	overflow: hidden;
}
#rk .main_wrap .inner .left{
	width: 72%;
	float: left;
}
#rk .main_wrap .inner .left img{
	width: 100%;
}
#rk .main_wrap .inner .right{
	width: 28%;
	padding-top: 1.8vw;
	text-align: center!important;
	float: left;
}
#rk .main_wrap .inner .right p{
    writing-mode: vertical-rl;
	font-size: 3.2vw;
	font-weight: 800;
	letter-spacing: 3vw;
    display: inline-block;
	line-height: 1.8;
}

#rk .main_wrap .title{
	margin-top: 20px!important;
	font-size: 10vw;
	text-align: center;
	font-weight: 600;
}

#rk .main_wrap .title2{
	margin-top: 40px!important;
	font-size: 23px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5rem;
}

#rk .main_wrap .read{
	width: 88%;
	margin: 20px auto 0 auto!important;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.2rem;
}

#rk .main_wrap .detail_wrap{
	width: 70%;
	margin: 90px auto 0 auto!important;
	overflow: hidden;
}
#rk .main_wrap .detail_wrap .left{
	width: 330px;
	margin: 0 auto 0 auto!important;
	text-align: center;
	float: none;
}
#rk .main_wrap .detail_wrap .left .name{
	font-size: 120px;
	font-weight: 600;
	line-height: 1;
}
#rk .main_wrap .detail_wrap .left .name_j{
	margin-top: 30px!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}
#rk .main_wrap .detail_wrap .left .detail{
	margin-top:10px!important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	text-align: left;
}
#rk .main_wrap .detail_wrap .right{
	width: 100%;
	float: none;
}
#rk .main_wrap .detail_wrap .right img{
	margin-top: 30px!important;
	width: 100%;
}


/*slide
--------------------------------------*/

#rk .slide_wrap{
	width: 88%;
	margin: 50px auto 0 auto;
	padding: 0 20px;
	overflow: hidden;
	clear:both;
	}	
	
/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	margin-bottom: 50px!important;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	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: 60px auto 0 auto;
	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_wrap {
	width: 100%;
	padding: 0 0 50px 0!important;
	overflow: hidden;
}
#rk .main_wrap .redesign{
	margin-top: 20px!important;
	font-size: 15vw;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}
#rk .main_wrap .p_name{
	margin-top: 40px!important;
	font-size: 15vw;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}
#rk .main_wrap .inner{
	width: 100%;
	margin-top:30px;
	overflow: hidden;
}
#rk .main_wrap .inner .left{
	width: 100%;
	float: none;
}
#rk .main_wrap .inner .left img{
	width: 100%;
}
#rk .main_wrap .inner .right{
	width: 100%;
	padding-top: 1.8vw;
	text-align: center!important;
	float: none;
}
#rk .main_wrap .inner .right p{
	margin-top: 40px!important;
    writing-mode: vertical-rl;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0.8rem;
    display: inline-block;
	line-height: 1.8;
}

#rk .main_wrap .title{
	width: 85%;
	margin: 20px auto 0 auto;
	font-size: 15vw;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}

#rk .main_wrap .title2{
	width: 85%;
	margin: 20px auto 0 auto!important;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

#rk .main_wrap .read{
	width: 85%;
	margin: 20px auto 0 auto!important;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.1rem;
}

#rk .main_wrap .detail_wrap{
	width: 85%;
	margin: 60px auto 0 auto!important;
	overflow: hidden;
}
#rk .main_wrap .detail_wrap .left{
	width: 100%;
	margin: 0 auto 0 auto!important;
	text-align: center;
	float: none;
}
#rk .main_wrap .detail_wrap .left .name{
	font-size: 22vw;
	font-weight: 600;
	line-height: 1;
}
#rk .main_wrap .detail_wrap .left .name_j{
	margin-top: 13px!important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}
#rk .main_wrap .detail_wrap .left .detail{
	margin-top:20px!important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	text-align: left;
}
#rk .main_wrap .detail_wrap .right{
	width: 100%;
	float: none;
}
#rk .main_wrap .detail_wrap .right img{
	margin-top: 20px!important;
	width: 100%;
}



/*slide
--------------------------------------*/
#rk .slide_wrap{
	width: 85%;
	margin: 30px auto 0 auto;
	padding: 0 0;
	overflow: hidden;
	clear:both;
	}	
	
/*ラインナップ
--------------------------------------*/
#rk .lineup_title{
	width: 100%;
	margin-bottom: 20px!important;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	overflow: hidden;
}	
	
.recommend_wrap{
	margin-top: 0!important;
}	
/*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: 60px 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;
	
	}



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