@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 .jp2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



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


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: 58.5%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/2025ss_speed_yk/images/main.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #6B6460;
}

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


#tk .main_v .inner2{
	position: absolute;
	width: 45%;
	top: 19%;
	right: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 10vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	font-size: 1.3vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}



#tk .main_v .inner3{
	position: absolute;
	width: 100%;
	bottom: 2vw;
	right: 0;
}

#tk .main_v .inner3 .left{
	width: 10%;
	margin: 30px 0 0 0;
	border-top: 0.5px solid #e6e6e6;
	float: left;
}

#tk .main_v .inner3 .right{
	margin-left: 20px;
	float: left;
}

#tk .main_v .inner3 .right .sub1{
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1;
	color: #E6E6E6;
}

#tk .main_v .inner3 .right .sub2{
	margin: 0 0 0 5px!important;
	font-size: 1.8vw;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #E6E6E6;
}

#tk .coupon{
	width: 350px;
	margin: 1.5vw auto 0 auto!important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #E6E6E6;
	background-color: #5F5854;
	text-align: center;
}

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

#tk .inner_text{
	width: 910px;
	margin: 80px auto 0 auto!important;
	overflow: hidden;
	}

#tk .inner_text h2{
	font-size: 28px;
	font-weight: 600!important;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-align: center;
	color: #E6E6E6;
	}
#tk .inner_text .read{
	font-size: 16px;
	margin: 40px 0 0 0!important;
	font-weight: 400!important;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-align: left;
	color: #E6E6E6;
	}

/*詳細
--------------------------------------*/
#tk .detail{
	width: 100%;
	background: linear-gradient( #5F5854, #868784);
	overflow: hidden;
	}

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

#tk .detail .inner img{
	width: 100%;
	}


/*アルバム
--------------------------------------*/
#tk .photo{
	width: 100%;
	padding-bottom: 120px;
	background-color: #868784;
	overflow: hidden;
	}
#tk .photo .slide_wrap{
	width: 518px;
	height: 518px;
	margin: 80px auto 0 auto!important;
	padding: 13px!important;
	background-color: #ffffff;
	text-align: center;
	}
#tk .photo .slide_wrap .flexslider img{
	width: 100%;
	}

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

#tk .photo .inner .name{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .time{
	margin-top: 5px!important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .bt_wrap{
	width: 200px;
	margin: 20px auto 0 auto!important;
	}

/*プロフィール
--------------------------------------*/

#tk .profile{
	width: 840px;
	margin: 80px auto 0 auto!important;
	padding: 50px 0;
	border-top: 0.5px solid #e6e6e6;
	border-bottom: 0.5px solid #e6e6e6;
	}

#tk .profile .p1{
	font-size: 37px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .p2{
	font-size: 13px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .text{
	width: 770px;
	margin: 30px auto 0 auto!important;
	font-size: 13px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
	color: #E6E6E6;
	}

/*アイテム
--------------------------------------*/

#tk .item{
	width: 100%;
	padding-bottom: 120px;
	background-color: #E6E6E6;
	overflow: hidden;
	}

#tk .item .collabo{
	width: 740px;
	margin: 120px auto 0 auto!important;
	text-align: center;
	}
#tk .item .collabo .p1{
	font-size: 60px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p2{
	font-size: 40px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p3{
	font-size: 60px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo img{
	width: 100%;
	margin-top: 40px!important;
	}



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

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

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

#tk .lineup_title{
	width: 100%;
	text-align: center!important;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #5F5854;
	}

#tk .lineup_wrap .inner .recommend_wrap{
	margin-top: 0!important;
	}
	
/*店舗情報
--------------------------------------*/
#tk .brand_shop_wrap{
	width: 1010px!important;
	margin: 120px auto 0 auto!important;
	padding: 0 15px;
	overflow: hidden;
}

#tk .brand_shop{
	width: 100%!important;
}
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 1010px;
	margin: 100px 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: 750ms;
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
 }

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

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

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

/* 右からフェードイン */
.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: 131.66%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/2025ss_speed_yk/images/main_tab.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: 7%;
	right: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 20vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	margin: 10px 0 30px 0;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}



#tk .main_v .inner3{
	position: absolute;
	width: 100%;
	bottom: 3vw;
	right: 0;
}

#tk .main_v .inner3 .left{
	display: none;
	width: 7%;
	margin: 30px 0 0 0;
	float: left;
}

#tk .main_v .inner3 .right{
	width: 88%;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	border-top: 0px solid #e6e6e6;
	border-left: 0.5px solid #e6e6e6!important;
	float: none;
}

#tk .main_v .inner3 .right .sub1{
	font-size: 8vw;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1;
	color: #E6E6E6;
}

#tk .main_v .inner3 .right .sub2{
	margin: 0 0 0 5px!important;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	color: #E6E6E6;
}

#tk .main_v .inner3 .right .sub3{
	margin: 0 0 0 5px!important;
	font-size: 2.5vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #E6E6E6;
}

#tk .coupon{
	width: 350px;
	margin: 1.5vw auto 0 auto!important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #E6E6E6;
	background-color: #5F5854;
	text-align: center;
}



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

#tk .inner_text{
	width: 88%;
	margin: 80px auto 0 auto!important;
	overflow: hidden;
	}

#tk .inner_text h2{
	font-size: 26px;
	font-weight: 600!important;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-align: center;
	color: #E6E6E6;
	}
#tk .inner_text .read{
	font-size: 16px;
	margin: 40px 0 0 0!important;
	font-weight: 400!important;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-align: left;
	color: #E6E6E6;
	}

/*詳細
--------------------------------------*/
#tk .detail{
	width: 100%;
	background: linear-gradient( #5F5854, #868784);
	overflow: hidden;
	}

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

#tk .detail .inner img{
	width: 100%;
	}



/*アルバム
--------------------------------------*/
#tk .photo{
	width: 100%;
	padding-bottom: 120px;
	background-color: #868784;
	overflow: hidden;
	}
#tk .photo .slide_wrap{
	width: 518px;
	height: 518px;
	margin: 80px auto 0 auto!important;
	padding: 13px!important;
	background-color: #ffffff;
	text-align: center;
	}
#tk .photo .slide_wrap .flexslider img{
	width: 100%;
	}

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

#tk .photo .inner .name{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .time{
	margin-top: 5px!important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .bt_wrap{
	width: 200px;
	margin: 20px auto 0 auto!important;
	}

/*プロフィール
--------------------------------------*/

#tk .profile{
	width: 88%;
	margin: 80px auto 0 auto!important;
	padding: 50px 0;
	border-top: 0.5px solid #e6e6e6;
	border-bottom: 0.5px solid #e6e6e6;
	}

#tk .profile .p1{
	font-size: 37px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .p2{
	font-size: 13px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .text{
	width: 88%;
	margin: 30px auto 0 auto!important;
	font-size: 13px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
	color: #E6E6E6;
	}



/*アイテム
--------------------------------------*/

#tk .item{
	width: 100%;
	padding-bottom: 120px;
	background-color: #E6E6E6;
	overflow: hidden;
	}

#tk .item .collabo{
	width: 88%;
	margin: 100px auto 0 auto!important;
	text-align: center;
	}
#tk .item .collabo .p1{
	width: 100%!important;
	font-size: 60px;
	font-weight: 700!important;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p2{
	width: 100%!important;
	font-size: 40px;
	font-weight: 500!important;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p3{
	width: 100%!important;
	font-size: 60px;
	font-weight: 700!important;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo img{
	width: 100%;
	margin-top: 20px!important;
	}
	




/*アイテム
--------------------------------------*/

#tk .item{
	width: 100%;
	padding-bottom: 100px;
	background-color: #E6E6E6;
	overflow: hidden;
	}

#tk .item .collabo{
	width: 88%;
	margin: 100px auto 0 auto!important;
	text-align: center;
	}
#tk .item .collabo .p1{
	font-size: 7vw;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p2{
	font-size: 5vw;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p3{
	font-size: 7vw;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo img{
	width: 100%;
	margin-top: 40px!important;
	}
	
/*ラインナップ
--------------------------------------*/
#tk .lineup_wrap{
	width: 88%;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	padding: 20px 0 0 0;
	}

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

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

#tk .lineup_title{
	width: 100%;
	text-align: center!important;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #5F5854;
	}

#tk .lineup_wrap .inner .recommend_wrap{
	margin-top: 0!important;
	}

	
/*店舗情報
--------------------------------------*/
#tk .brand_shop_wrap{
	width: 88%!important;
	margin: 100px auto 0 auto!important;
	padding: 0 15px;
	overflow: hidden;
}

#tk .brand_shop{
	width: 100%!important;
	margin-top: 40px!important;
}
	
	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 80px 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: 144.16%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/2025ss_speed_yk/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{
	display: none!important;
	width: 100%;
	padding: 10px 10px 0 0;
	text-align: right;
}
#tk .main_v .inner .logo img{
	width: 12vw;
}


#tk .main_v .inner2{
	position: absolute;
	width: 100%;
	top: 9%;
	right: 0;
}
#tk .main_v .inner2 .p1{
	width: 100%;
	font-size: 26vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
#tk .main_v .inner2 .p2{
	width: 100%;
	margin: 5px 0 15px 0;
	font-size: 4vw;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}



#tk .main_v .inner3{
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

#tk .main_v .inner3 .left{
	display: none;
	width: 7%;
	margin: 30px 0 0 0;
	float: left;
}

#tk .main_v .inner3 .right{
	width: 82%;
	margin: 0 auto;
	padding: 7px 0 7px 15px;
	border-top: 0px solid #e6e6e6;
	border-left: 0.5px solid #e6e6e6!important;
	float: none;
}

#tk .main_v .inner3 .right .sub1{
	font-size: 10vw;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1;
	color: #E6E6E6;
}

#tk .main_v .inner3 .right .sub2{
	margin: 0 0 0 5px!important;
	font-size: 6vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	color: #E6E6E6;
}

#tk .main_v .inner3 .right .sub3{
	margin: 0 0 0 5px!important;
	font-size: 4vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #E6E6E6;
}

#tk .coupon{
	width: 80vw!important;
	margin: 10px auto 0 auto!important;
	padding: 0 5px!important;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #E6E6E6;
	background-color: #5F5854;
	text-align: center;
}



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

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

#tk .inner_text h2{
	font-size: 6vw;
	font-weight: 600!important;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
	color: #E6E6E6;
	}
#tk .inner_text .read{
	font-size: 15px;
	margin: 40px 0 0 0!important;
	font-weight: 400!important;
	line-height: 1.9;
	letter-spacing: 0.15em;
	text-align: left;
	color: #E6E6E6;
	}

/*詳細
--------------------------------------*/
#tk .detail{
	width: 100%;
	background: linear-gradient( #5F5854, #868784);
	overflow: hidden;
	}

#tk .detail .inner{
	width: 100%;
	margin: 60px auto 0 auto!important;
	overflow: hidden;
	}

#tk .detail .inner img{
	width: 100%;
	}




/*アルバム
--------------------------------------*/
#tk .photo{
	width: 100%;
	padding-bottom: 50px;
	background-color: #868784;
	overflow: hidden;
	}
#tk .photo .slide_wrap{
	width: 82%;
	height: 82vw;
	margin: 40px auto 0 auto!important;
	padding: 10px!important;
	background-color: #ffffff;
	text-align: center;
	}
#tk .photo .slide_wrap .flexslider img{
	width: 100%;
	}

#tk .photo .inner{
	width: 100%;
	margin: 20px auto 0 auto!important;
	overflow: hidden;
	}

#tk .photo .inner .name{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .time{
	margin-top: 5px!important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
	color: #E6E6E6;
	}

#tk .photo .inner .bt_wrap{
	width: 100%;
	margin: 20px auto 0 auto!important;
	}

/*プロフィール
--------------------------------------*/

#tk .profile{
	width: 82%;
	margin: 60px auto 0 auto!important;
	padding: 30px 0;
	border-top: 0.5px solid #e6e6e6;
	border-bottom: 0.5px solid #e6e6e6;
	}

#tk .profile .p1{
	font-size: 37px;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .p2{
	font-size: 13px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	color: #E6E6E6;
	}

#tk .profile .text{
	width: 100%;
	margin: 20px auto 0 auto!important;
	font-size: 12px;
	font-weight: 500!important;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
	color: #E6E6E6;
	}

/*アイテム
--------------------------------------*/

#tk .item{
	width: 100%;
	padding-bottom: 50px;
	background-color: #E6E6E6;
	overflow: hidden;
	}

#tk .item .collabo{
	width: 88%;
	margin: 50px auto 0 auto!important;
	text-align: center;
	}
#tk .item .collabo .p1{
	width: 100%!important;
	font-size: 15vw;
	font-weight: 700!important;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p2{
	width: 100%!important;
	font-size: 30px;
	font-weight: 500!important;
	line-height: 1.1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo .p3{
	width: 100%!important;
	font-size: 10vw;
	font-weight: 700!important;
	line-height: 1.1;
	letter-spacing: 0.05em;
	color: #5F5854;
	}

#tk .item .collabo img{
	width: 100%;
	margin-top: 20px!important;
	}


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

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

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


#tk .lineup_title{
	width: 100%;
	text-align: center!important;
	font-size: 10vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #5F5854;
	}

	
/*店舗情報
--------------------------------------*/
#tk .brand_shop_wrap{
	width: 88%!important;
	margin: 50px auto 0 auto!important;
	padding: 0 15px;
	overflow: hidden;
}

#tk .brand_shop{
	width: 100%!important;
	margin-top: 30px!important;
}
	

	
/*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;
	
	}


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