@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;
}

#tk {
	width: 100%;
	color: #333333!important;
	}

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

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

#tk .jp1 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


#tk .en1 {
	font-family: azote, serif;
	font-style: normal;
}

#tk .ftc_pinkgold {
	color: #E9B594;
}
#tk .ftc_gold {
	color: #D5B67A;
}
#tk .ftc_silver {
	color: #999999;
}
#tk .ftc_black {
	color: #000000;
}


a.lk_brown:link { color: #7b621d;}
a.lk_brown:visited{ color: #7b621d;}
a.lk_brown:hover{ color: #7b621d;}
a.lk_brown:active{ color: #7b621d;}

/*共通
--------------------------------------*/
#tk .bg_gray{
	background-color: #E6E6E6;
	}
.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background: #172025;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.text-fadein.active span:before {
  width: 0%;
}

/*メインビジュアル
--------------------------------------*/
#tk .main_v{
    height: 0;
    padding-top: 46.66%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/25ss_metallic/images/main.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #D6D6D6;
}

#tk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#tk .main_v .inner .logo{
	width: 100%;
	padding: 15px 15px 0 0;
	text-align: right;
}
#tk .main_v .inner .logo img{
	width: 8vw;
}


#tk .main_v .inner2{
	position: absolute;
	width: 52%;
	top: 37%;
	left: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 9vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	margin-top: -10px!important;
	font-size: 2vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}



/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	background: linear-gradient( #D6D6D6, #ffffff);
	overflow: hidden;
	}

#tk .intro .inner{
	width: 1000px;
	margin: 100px auto 0 auto!important;
	overflow: hidden;
	}

#tk .intro .inner h2{
	font-size: 22px;
	font-weight: 700!important;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-align: center;
	}
#tk .intro .inner .read{
	font-size: 16px;
	margin: 40px 0 0 0!important;
	font-weight: 500!important;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-align: center;
	}



#tk .intro .link_wrap{
	width: 520px;
	margin: 80px auto 0 auto!important;
	overflow: hidden;
	justify-content: space-between;
	}

#tk .intro .link_wrap .link{
	width: 110px;
	text-align: center;
	}
#tk .intro .link_wrap .link .color img{
	width: 105px;
	}
#tk .intro .link_wrap .link p{
	
	margin-top: 10px!important;
	font-size: 12px;
	font-weight: 600;
	}
#tk .intro .link_wrap .link .arrows img{
	width: 12px;
	}



/*プロダクツ
--------------------------------------*/
#tk .produts_title{
	width: 100%;
	margin: 0 auto 0 auto!important;
	padding: 120px 0 0 0;
	overflow: hidden;
	}

#tk .produts_title .p1{
	font-size: 112px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	}

#tk .produts_title .p2{
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1;
	text-align: center;
	}


#tk .p_hr{
	width: 100%;
	margin: 100px 0 0 0;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	clear:both;
	overflow: hidden;
	}


#tk .produts_wrap{
	width: 920px;
	margin: 90px auto 120px auto!important;
	overflow: hidden;
	}

#tk .produts_wrap .left{
	width: 440px;
	float: left;
	overflow: hidden;
	}
#tk .produts_wrap .left .color{
	margin-top: 40px!important;
	font-size: 87px;
	color: #cccccc;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	}
#tk .produts_wrap .left .read{
	margin-top: 10px!important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	}
#tk .produts_wrap .left .link{
	padding-top: 20px!important;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	}
#tk .produts_wrap .left .ph2{
	margin-top: 57px!important;
	float: right;
	}
#tk .produts_wrap .left .ph2 img{
	width: 345px;
	}


#tk .produts_wrap .right{
	width: 465px;
	float: right;
	overflow: hidden;
	position: relative;
	}
#tk .produts_wrap .right .ph1{
	text-align: right;
	}
#tk .produts_wrap .right .ph1 img{
	width: 425px;
	margin-top: 30px!important;
	}
#tk .produts_wrap .right .color_img{
	width: 106px;
	position: absolute;
	top: 0;
	left: 0;
	}
#tk .produts_wrap .right .color_img img{
	width: 106px;
	}




/*ラインナップ
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	padding: 60px 0 60px 0;
	}

#tk .lineup_wrap .inner{
	width: 1060px!important;
	margin: 0 auto 20px auto!important;
	padding: 0 15px;
	justify-content: center!important;
	overflow: hidden;
	}

#tk .lineup_wrap .title{
	width: 100%;
	margin-top: 50px!important;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	}



#tk .lineup_wrap .read{
	width: 100%;
	margin-top: 20px!important;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	}




#tk .lineup_wrap .read{
	width: 100%;
	margin-top: 20px!important;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	}

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

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


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

#tk .shop_wrap .right{
	width: 200px;
	float: right;
	}
#tk .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: 250ms;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
 }

/* 右からフェードイン */
.slide-right2 {
	opacity: 0;
	transform: translate(600px, 0);
	transition: all 0.8s ease-out;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
 }
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
	display: block;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}




.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 {
	}
#tk {
	width: 100%;
}


/*メインビジュアル
--------------------------------------*/
#tk .main_v{
    height: 0;
    padding-top: 121.19%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/25ss_metallic/images/main_sp.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #D6D6D6;
}


#tk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#tk .main_v .inner .logo{
	width: 100%;
	padding: 15px 15px 0 0;
	text-align: right;
}
#tk .main_v .inner .logo img{
	width: 10vw;
}


#tk .main_v .inner2{
	position: absolute;
	width: 100%;
	top: 80%!important;
	left: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 15vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	margin-top: -10px!important;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}



/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	background: linear-gradient( #D6D6D6, #ffffff);
	overflow: hidden;
	}

#tk .intro .inner{
	width: 85%;
	margin: 80px auto 0 auto!important;
	overflow: hidden;
	}

#tk .intro .inner h2{
	font-size: 22px;
	font-weight: 700!important;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-align: center;
	}
#tk .intro .inner .read{
	font-size: 16px;
	margin: 40px 0 0 0!important;
	font-weight: 500!important;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-align: center;
	}



#tk .intro .link_wrap{
	width: 500px;
	margin: 40px auto 0 auto!important;
	overflow: hidden;
	justify-content: space-between;
	}

#tk .intro .link_wrap .link{
	width: 30%;
	margin-top: 15px;
	text-align: center;
	}
#tk .intro .link_wrap .link .color img{
	width: 105px;
	}
#tk .intro .link_wrap .link p{
	
	margin-top: 10px!important;
	font-size: 12px;
	font-weight: 600;
	}
#tk .intro .link_wrap .link .arrows img{
	width: 12px;
	}





/*プロダクツ
--------------------------------------*/
#tk .produts_title{
	width: 100%;
	margin: 0 auto 0 auto!important;
	padding: 100px 0 0 0;
	overflow: hidden;
	}

#tk .produts_title .p1{
	font-size: 95px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	}

#tk .produts_title .p2{
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1;
	text-align: center;
	}


#tk .p_hr{
	width: 100%;
	margin: 100px 0 0 0;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	clear:both;
	overflow: hidden;
	}


#tk .produts_wrap{
	width: 85%;
	margin: 60px auto 0 auto!important;
	overflow: hidden;
	}

#tk .produts_wrap .left{
	width: 100%;
	float: none;
	overflow: hidden;
	}
#tk .produts_wrap .left .color{
	margin-top: 40px!important;
	font-size: 86px;
	color: #cccccc;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	}
#tk .produts_wrap .left .read{
	margin-top: 30px!important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	}
#tk .produts_wrap .left .link{
	padding-top: 20px!important;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	}
#tk .produts_wrap .left .ph2{
	margin-top: 30px!important;
	float: none;
	text-align: center;
	}
#tk .produts_wrap .left .ph2 img{
	width: 450px;
	}

	
#tk .produts_wrap .left .ph1_wrap{
	width: 500px;
	margin: 10px auto 0 auto!important;
	position: relative;
	}
#tk .produts_wrap .left .ph1{
	text-align: center;
	}
#tk .produts_wrap .left .ph1 img{
	width: 450px;
	margin-top: 30px!important;
	}
#tk .produts_wrap .left .color_img{
	width: 106px;
	position: absolute;
	top: 0;
	left: 0;
	}
	

#tk .produts_wrap .right{
	width: 465px;
	float: right;
	overflow: hidden;
	position: relative;
	}
#tk .produts_wrap .right .ph1{
	text-align: right;
	}
#tk .produts_wrap .right .ph1 img{
	width: 425px;
	margin-top: 40px!important;
	}
#tk .produts_wrap .right .color_img{
	width: 106px;
	position: absolute;
	top: 0;
	left: 0;
	}
#tk .produts_wrap .right .color_img img{
	width: 106px;
	}

/*ラインナップ
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	margin: 100px auto 0 auto!important;
	overflow: hidden;
	padding: 50px 0 50px 0;
	}

#tk .lineup_wrap .inner{
	width: 85%!important;
	margin: 0 auto 20px auto!important;
	padding: 0 0;
	justify-content: center!important;
	overflow: hidden;
	}

#tk .lineup_wrap .title{
	width: 100%;
	margin-top: 0!important;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	}

/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 50px auto 80px auto!important;
	padding:  40px ;
	border: solid 3px #333333;
	overflow: hidden;
	}

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


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

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

#tk {width: 100%;
}


/*メインビジュアル
--------------------------------------*/
#tk .main_v{
    height: 0;
    padding-top: 121.19%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/25ss_metallic/images/main_sp.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #D6D6D6;
}


#tk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#tk .main_v .inner .logo{
	width: 100%;
	padding: 10px 10px 0 0;
	text-align: right;
}
#tk .main_v .inner .logo img{
	width: 15vw;
}


#tk .main_v .inner2{
	position: absolute;
	width: 100%;
	top: 78%!important;
	left: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 18vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	margin-top: -5px!important;
	font-size: 4vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #E6E6E6;
	line-height: 1;
}



/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	background: linear-gradient( #D6D6D6, #ffffff);
	overflow: hidden;
	}

#tk .intro .inner{
	width: 85%;
	margin: 40px auto 0 auto!important;
	overflow: hidden;
	}

#tk .intro .inner h2{
	font-size: 20px;
	font-weight: 700!important;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
	}
#tk .intro .inner .read{
	font-size: 15px;
	margin: 20px 0 0 0!important;
	font-weight: 700!important;
	line-height: 1.8;
	letter-spacing: 0.2em;
	text-align: left;
	}



#tk .intro .link_wrap{
	width: 280px;
	margin: 20px auto 0 auto!important;
	overflow: hidden;
	justify-content: center;
	}

#tk .intro .link_wrap .link{
	width: 50%;
	margin-top: 15px;
	text-align: center;
	}
#tk .intro .link_wrap .link .color img{
	width: 100px;
	}
#tk .intro .link_wrap .link p{
	
	margin-top: 10px!important;
	font-size: 12px;
	font-weight: 600;
	}
#tk .intro .link_wrap .link .arrows img{
	width: 12px;
	}



/*プロダクツ
--------------------------------------*/
#tk .produts_title{
	width: 100%;
	margin: 0 auto 0 auto!important;
	padding: 40px 0 0 0!important;
	overflow: hidden;
	}

#tk .produts_title .p1{
	margin-top: 20px!important;
	font-size: 23vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 0.9!important;
	text-align: center;
	}

#tk .produts_title .p2{
	font-size: 6vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	}


#tk .p_hr{
	width: 100%;
	margin: 60px 0 0 0;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	clear:both;
	overflow: hidden;
	}


#tk .produts_wrap{
	width: 100%;
	margin: 50px auto 0 auto!important;
	overflow: hidden;
	}

#tk .produts_wrap .left{
	width: 100%;
	float: none;
	overflow: hidden;
	}
#tk .produts_wrap .left .color{
	margin-top: 0!important;
	font-size: 18vw;
	color: #cccccc;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	}
#tk .produts_wrap .left .read{
	width: 85%;
	margin: 30px auto 0 auto!important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	}
#tk .produts_wrap .left .link{
	padding-top: 20px!important;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
	text-align: center;
	}
#tk .produts_wrap .left .ph2{
	width: 90%;
	margin: 30px auto 0 auto!important;
	float: none;
	text-align: center;
	}
#tk .produts_wrap .left .ph2 img{
	width: 90%;
	}

	
#tk .produts_wrap .left .ph1_wrap{
	width: 90%;
	margin: 10px auto 0 auto!important;
	position: relative;
	}
#tk .produts_wrap .left .ph1{
	text-align: center;
	}
#tk .produts_wrap .left .ph1 img{
	width: 90%;
	margin-top: 30px!important;
	}
#tk .produts_wrap .left .color_img{
	width: 25vw;
	position: absolute;
	top: 0;
	left: 0;
	}
	

#tk .produts_wrap .right{
	width: 465px;
	float: right;
	overflow: hidden;
	position: relative;
	}
#tk .produts_wrap .right .ph1{
	text-align: right;
	}
#tk .produts_wrap .right .ph1 img{
	width: 425px;
	margin-top: 40px!important;
	}
#tk .produts_wrap .right .color_img{
	width: 106px;
	position: absolute;
	top: 0;
	left: 0;
	}
#tk .produts_wrap .right .color_img img{
	width: 106px;
	}
	

	

/*ラインナップ
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	margin: 60px auto 0 auto!important;
	overflow: hidden;
	padding: 0 0 30px 0;
	}

#tk .lineup_wrap .inner{
	width: 95%!important;
	margin: 0 auto 20px auto!important;
	padding: 0 0;
	justify-content: center!important;
	overflow: hidden;
	}
	

#tk .lineup_wrap .title{
	width: 100%;
	margin-top: 0!important;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	}
	



#tk .lineup_wrap .read{
	width: 100%;
	margin-top: 20px!important;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	}
	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 50px auto 0 auto!important;
	padding:  15px ;
	border: solid 3px #333333;
	overflow: hidden;
	}

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


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


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