@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: #000000!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 .ft1 {
  font-family: "Noto Sans JP", sans-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 .ft_brown {
	color: #5c5547;
}

/*背景
--------------------------------------*/
#tk .bg_beige_l{
	background-color: #FCF7F3;
}
#tk .bg_beige{
	background-color: #F6EADF;
}


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

#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: 7vw;
}


#tk .main_v .inner2{
	position: absolute;
	width: 100%;
	top: 10vw;
	left: 0;
	overflow: hidden;
}

#tk .main_v .inner2 .left{
	width: 50%;
	margin: 5vw 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 5vw;
	font-weight: 100!important;
	line-height: 1.4;
	opacity: 0.7;
	float: left;
}
#tk .main_v .inner2 .right{
	width: 50%;
	margin: 3vw 0 0 0;
	float: right;
}
#tk .main_v .inner2 .right img{
	width: 32vw;
	opacity: 0.4;
}

#tk .main_v .inner2 .title{
	width: 80%;
	margin: 0 auto 0 auto!important;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

#tk .main_v .inner2 .title h2{
	margin-top: 7vw;
	font-size: 1.6vw;
	font-weight: 300!important;
	line-height: 1.8;
	letter-spacing: 0.3em;
}

#tk .main_v .inner2 .title .read{
	margin-top: 2vw!important;
	font-size: 1.2vw;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.2em;
}

#tk .title_sp{
	display: none;
}


/*イントロ
--------------------------------------*/

#tk .photo_bg{
	width: 100%;
	background-color: #5c5547;
}

#tk .photo_bg .wrap{
	width: 700px;
	margin: 0 auto 0 auto;
	padding-bottom: 140px;
}
#tk .photo_bg .wrap .mainimg-box{
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}
#tk .photo_bg .wrap .mainimg-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  40%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: scale(1.1);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 1枚目のスライド */
#tk .photo_bg .wrap .mainimg-box>div:first-of-type{
  background-image: url(https://pdst.xsrv.jp/blog_data/tk/25fw_sustainable/images/intro1.jpg);
}

/* 2枚目のスライド */
#tk .photo_bg .wrap .mainimg-box>div:nth-of-type(2){
  background-image: url(https://pdst.xsrv.jp/blog_data/tk/25fw_sustainable/images/intro2.jpg);
  /* 追記 */
  animation-delay: 6s;
}


/*リンク
--------------------------------------*/
#tk .link_wrap{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
}

#tk .link_wrap .title{
	width: 100%;
	margin-top: 80px!important;
	text-align: center;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	overflow: hidden;
}

#tk .link_wrap .inner{
	width: 780px;
	margin: 30px auto 80px auto;
	justify-content: center;
}

#tk .link_wrap .inner .link{
	width: 200px;
	margin: 0 22px!important;
	text-align: center;
}

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

#tk .link_wrap .inner .link p{
	font-size: 23px;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.2em;
}

#tk .link_wrap .inner .link .arrows{
	width: 100%;
	text-align: center;
}

#tk .link_wrap .inner .link .arrows img{
	width: 25px;
}



/*プロダクツ共通
--------------------------------------*/
#tk .p_name{
	font-size: 60px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #575041;
}
#tk .p_read{
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
}

#tk .part_name{
	font-size: 22px;
	font-weight: 200!important;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#tk .part_hr{
	width: 100%;
	height: 1px!important;
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
}
#tk .part_hr2{
	width: 100%;
	height: 1px!important;
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #575041;
}
#tk .part_read{
	font-size: 13px;
	font-weight: 400!important;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

#tk .space{
	width: 100%;
	height: 100px;
	background-color: #dfdedb;
	overflow: hidden;
}






/*プロダクツ　カーター
--------------------------------------*/
#tk .bg_carter{
  width: 100%;
  height: 600px;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #575041 0%, #575041 100%);
	overflow: hidden;
}
#tk .bg_carter .aj{
	width: 100%;
	max-width: 1500px;
	position: relative;
}
#tk .bg_carter .intro{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tk .bg_carter .intro .inner{
	width: 480px;
	margin-left: 20px;
}
#tk .bg_carter .intro .inner .icon{
	width: 110px;
	float: left;
}
#tk .bg_carter .intro .inner .icon img{
	width: 100px;
}
#tk .bg_carter .intro .inner .name{
	width: 360px;
	float: left;
}
#tk .bg_carter .intro .inner .read{
	width: 100%;
	padding-left: 10px!important;
	float: left;
}



#tk .bg_carter .products{
	width: 660px;
	position: absolute;
	top: 40px;
	right: 0;
}
#tk .bg_carter .products img{
	width: 500px;
}

#tk .bg_carter .detail{
	width: 900px;
	position: absolute;
	top: 300px;
	right: 0;
}

#tk .bg_carter .detail .left{
	width: 260px;
	color: #ffffff;
	float: left;
}

#tk .bg_carter .detail .right{
	width: 260px;
	margin: 150px 60px 0 0;
	color: #ffffff;
	float: right;
}



#tk .bg_carter2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #575041;
	overflow: hidden;
}
#tk .bg_carter2 .inner{
	width: 650px;
	margin: 20px 0 0 15vw;
	position: relative;
}

#tk .bg_carter2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_carter2 .stb img{
	width: 120px;
}

/*プロダクツ　クレージー
--------------------------------------*/
#tk .bg_krazee{
  width: 100%;
  height: 600px;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #bbbc86 0%, #bbbc86 100%);
	position: relative;
	overflow: hidden;
}

#tk .bg_krazee .intro{
	width: 600px;
	position: absolute;
	top: 0;
	right: 0;
}
#tk .bg_krazee .intro .inner{
	width: 550px;
	margin-left: 20px;
}
#tk .bg_krazee .intro .inner .icon{
	width: 110px;
	float: right;
}
#tk .bg_krazee .intro .inner .icon img{
	width: 100px;
}
#tk .bg_krazee .intro .inner .name{
	width:255px;
	float: right;
}
#tk .bg_krazee .intro .inner .read{
	width: 100%;
	padding-right: 10px!important;
	text-align: right;
	float: left;
}


#tk .aj_right{
	width: 100%;
	max-width: 1300px;
	position: absolute;
	top: 0;
	right: 5vw;
}

#tk .bg_krazee .products{
	width: 660px;
	position: absolute;
	top: 130px;
	left: 6vw;
}
#tk .bg_krazee .products img{
	width: 500px;
}

#tk .bg_krazee .detail{
	width: 500px;
	position: absolute;
	top: 290px;
	left: 450px;
}

#tk .bg_krazee .detail .left{
	width: 290px;
	margin: 30px 0 0 160px;
	color: #575041!important;
}

#tk .bg_krazee .detail .right{
	width: 290px;
	margin: 30px 0 0 0;
	color: #575041!important;
}



#tk .bg_krazee2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #bbbc86;
	overflow: hidden;
}
#tk .bg_krazee2 .inner{
	width: 650px;
	margin: 0 0 0 33vw;
	position: relative;
}

#tk .bg_krazee2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_krazee2 .stb img{
	width: 120px;
}



/*プロダクツ　リセット
--------------------------------------*/
#tk .bg_reset{
  width: 100%;
  height: 600px;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #454545 0%, #454545 100%);
	position: relative;
	overflow: hidden;
}

#tk .bg_reset .intro{
	width: 600px;
	position: absolute;
	top: 0;
	right: 0;
}
#tk .bg_reset .intro .inner{
	width: 550px;
	margin-left: 20px;
}
#tk .bg_reset .intro .inner .icon{
	width: 110px;
	float: right;
}
#tk .bg_reset .intro .inner .icon img{
	width: 100px;
}
#tk .bg_reset .intro .inner .name{
	width:210px;
	float: right;
}
#tk .bg_reset .intro .inner .read{
	width: 100%;
	padding-right: 10px!important;
	text-align: right;
	float: left;
}



#tk .bg_reset .products{
	width: 660px;
	position: absolute;
	top: 130px;
	left: 6vw;
}
#tk .bg_reset .products img{
	width: 500px;
}

#tk .bg_reset .detail{
	width: 500px;
	position: absolute;
	top: 270px;
	left: 450px;
}

#tk .bg_reset .detail .left{
	width: 260px;
	margin: 20px 0 0 140px;
	color: #ffffff!important;
}

#tk .bg_reset .detail .right{
	width: 260px;
	margin: 70px 0 0 0;
	color: #ffffff!important;
}



#tk .bg_reset2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #454545;
	overflow: hidden;
}
#tk .bg_reset2 .inner{
	width: 650px;
	margin: 0 0 0 33vw;
	position: relative;
}

#tk .bg_reset2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_reset2 .stb img{
	width: 120px;
}

/*スライド
--------------------------------------*/
#tk .slide_wrap{
	width: 600px;
	overflow: hidden;
	}
#tk .slide_wrap .flexslider{
	width: 100%;
	}
#tk .slide_wrap .flexslider img{
	width: 100%;
	}


/*コーデ
--------------------------------------*/

#tk .coordinate{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
	text-align: center;
	padding: 0 0 80px 0;
}

#tk .coordinate .title{
	width: 100%;
	margin: 100px 0 0 0!important;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #5c5547;
}
#tk .coordinate .read{
	width: 100%;
	margin: 10px 0 0 0!important;
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
}
#tk .coordinate .inner{
	width: 900px;
	margin: 40px auto 0 auto;
	justify-content: center;
}
#tk .coordinate .inner .cd{
	width: 350px;
	margin: 10px 10px 10px 10px;
	
}
#tk .coordinate .inner .cd img{
	width: 100%;
}

#tk .coordinate .lineup{
	width: 100%;
	margin: 80px 0 0 0!important;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #5c5547;
}




/*lineup
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	overflow: hidden;
}
#tk .lineup_wrap .inner{
    width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	clear:both;
}
#tk .lineup_wrap .inner .title_wrap{
	width: 100%;
	justify-content: center;
}
#tk .lineup_wrap .inner .title_wrap .t1 img{
	height: 90px;
}
#tk .lineup_wrap .inner .title_wrap .t2 img{
	height: 90px;
}





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

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

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
  width: 128px;
	display: block;
}

.keyframe1{
  animation-name: anim_v;
}

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

#box1{
  animation:10s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}



/*==========================================
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: 136.66%;
    background: url('https://pdst.xsrv.jp/blog_data/tk/25fw_sustainable/images/main_tab.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #EDF3AE;
}

#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: 10vw;
	left: 0;
	overflow: hidden;
}

#tk .main_v .inner2 .left{
	width: 100%;
	margin: 7vw 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 8.5vw;
	font-weight: 100!important;
	line-height: 1.4;
	opacity: 0.7;
	float: none;
	overflow: hidden;
}
#tk .main_v .inner2 .right{
	width: 80%;
	margin: 0;
	float: none;
	overflow: hidden;
}
#tk .main_v .inner2 .right img{
	width: 90%;
	margin: 5vw 0 0 5vw!important;
	opacity: 0.4;
}

#tk .main_v .inner2 .title{
	display: none;
}

#tk .title_sp{
	display: block;
	background-color: #5c5547!important;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

#tk .title_sp h2{
	font-size: 22px;
	font-weight: 300!important;
	line-height: 1.8;
	letter-spacing: 0.3em;
}

#tk .title_sp .read{
	margin-top: 2vw!important;
	font-size: 15px;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.2em;
}


/*イントロ
--------------------------------------*/

#tk .photo_bg{
	width: 100%;
	background-color: #5c5547;
}

#tk .photo_bg .wrap{
  width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 50px;
	padding-bottom: 50px!important;
}
#tk .photo_bg .wrap .mainimg-box{
  width: 100%;
  height: 55vw;
  overflow: hidden;
  position: relative;
}
#tk .photo_bg .wrap .mainimg-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

/*イメージ
--------------------------------------*/
#tk .image_wrap{
	width: 100%;
	overflow: hidden;
	
}
#tk .image_wrap .inner{
	width: 90%;
	margin: 80px auto 0 auto;
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}
#tk .image_wrap .inner img{
	width: 100%;
}
#tk .image_wrap .contents {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	justify-content: center;
}

#tk .image_wrap .contents .text1{
}
#tk .image_wrap .contents .text1 img{
	height: 90px;
}
#tk .image_wrap .contents .text2{
}
#tk .image_wrap .contents .text2 img{
	height: 90px;
}



/*リンク
--------------------------------------*/
#tk .link_wrap{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
}

#tk .link_wrap .title{
	width: 100%;
	margin-top: 50px!important;
	text-align: center;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	overflow: hidden;
}

#tk .link_wrap .inner{
	width: 100%;
	margin: 30px auto 60px auto;
	justify-content: center;
}

#tk .link_wrap .inner .link{
	width: 25%;
	margin: 0 12px!important;
	text-align: center;
}

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

#tk .link_wrap .inner .link p{
	font-size: 23px;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.2em;
}

#tk .link_wrap .inner .link .arrows{
	width: 100%;
	text-align: center;
}

#tk .link_wrap .inner .link .arrows img{
	width: 25px;
}



/*プロダクツ共通
--------------------------------------*/
#tk .p_name{
	font-size: 60px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #575041;
}
#tk .p_read{
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
}

#tk .part_name{
	font-size: 22px;
	font-weight: 100!important;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#tk .part_hr{
	width: 100%;
	height: 1px!important;
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
}
#tk .part_read{
	font-size: 13px;
	font-weight: 400!important;
	line-height: 1.7;
	letter-spacing: 0.1em;
}


#tk .space{
	width: 100%;
	height: 100px;
	background-color: #dfdedb;
	overflow: hidden;
}




/*スライド
--------------------------------------*/
#tk .slide_wrap{
	width: 90%!important;
	margin: 0 0 0 0;
	overflow: hidden;
	}
#tk .slide_wrap .flexslider{
	width: 100%;
	overflow: hidden;
	text-align: left!important;
	}
#tk .slide_wrap .flexslider img{
	width: 100%;
	}


/*コーデ
--------------------------------------*/

#tk .coordinate{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
	text-align: center;
	padding: 0 0 60px 0;
}

#tk .coordinate .title{
	width: 100%;
	margin: 120px 0 0 0!important;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #5c5547;
}
#tk .coordinate .read{
	width: 100%;
	margin: 10px 0 0 0!important;
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
}
#tk .coordinate .inner{
	width: 100%;
	margin: 40px auto 0 auto;
	justify-content: center;
}
#tk .coordinate .inner .cd{
	width: 45%;
	margin: 10px 10px 10px 10px;
	
}
#tk .coordinate .inner .cd img{
	width: 100%;
}

#tk .coordinate .lineup{
	width: 100%;
	margin: 100px 0 0 0!important;
	font-size: 40px;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #5c5547;
}


/*プロダクツ　カーター
--------------------------------------*/
#tk .bg_carter{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #575041;
	overflow: hidden;
}

#tk .bg_carter .aj{
	width: 100%;
	max-width: inherit;
	position: relative;
}
#tk .bg_carter .intro{
	width: 100%;
	position: relative;
	top:inherit;
	left:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb;
}
#tk .bg_carter .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_carter .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_carter .intro .inner .icon img{
	width: 100px;
}
#tk .bg_carter .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_carter .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	float: none;
}



#tk .bg_carter .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #575041 0%, #575041 100%);
	text-align: center;
}
#tk .bg_carter .products img{
	width: 400px;
}

#tk .bg_carter .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #575041!important;
}

#tk .bg_carter .detail .left{
	width: 260px;
	margin: 30px 0 0 20vw;
	float: left;
}

#tk .bg_carter .detail .right{
	width: 260px;
	margin: 30px 20vw 50px 0;
	float: right;
}



#tk .bg_carter2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #575041;
	overflow: hidden;
}
#tk .bg_carter2 .inner{
	width: 85%;
	margin: 20px auto 0 auto;
	position: relative;
}

#tk .bg_carter2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_carter2 .stb img{
	width: 120px;
}




/*プロダクツ　クレージー
--------------------------------------*/
#tk .bg_krazee{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #bbbc86;
	position: relative;
	overflow: hidden;
}

#tk .bg_krazee .intro{
	width: 100%;
	position: relative;
	top:inherit;
	right:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb;
	margin-top: 50px;
}
#tk .bg_krazee .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_krazee .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_krazee .intro .inner .icon img{
	width: 100px;
}
#tk .bg_krazee .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_krazee .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	text-align: center;
	float: none;
}

#tk .aj_right{
	width: 100%;
	max-width: inherit;
	position: relative;
	top: inherit;
	right: inherit;
}


#tk .bg_krazee .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 50%, #bbbc86 0%, #bbbc86 100%);
	text-align: center;
}
#tk .bg_krazee .products img{
	width: 450px;
	margin-top: 20px!important;
}

#tk .bg_krazee .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #bbbc86!important;
}

#tk .bg_krazee .detail .left{
	width: 290px;
	margin: 30px 0 0 20vw;
	float: left;
}

#tk .bg_krazee .detail .right{
	width: 290px;
	margin: 30px 20vw 50px 0;
	float: right;
}



#tk .bg_krazee2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #bbbc86;
	overflow: hidden;
}
#tk .bg_krazee2 .inner{
	width: 85%;
	margin: 20px auto 0 auto;
	position: relative;
}

#tk .bg_krazee2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_krazee2 .stb img{
	width: 120px;
}





/*プロダクツ　リセット
--------------------------------------*/
#tk .bg_reset{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #bbbc86;
	position: relative;
	overflow: hidden;
}

#tk .bg_reset .intro{
	width: 100%;
	position: relative;
	top:inherit;
	right:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb;
	margin-top: 50px;
}
#tk .bg_reset .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_reset .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_reset .intro .inner .icon img{
	width: 100px;
}
#tk .bg_reset .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_reset .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	text-align: center;
	float: none;
}



#tk .bg_reset .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 50%, #454545 0%, #454545 100%);
	text-align: center;
}
#tk .bg_reset .products img{
	width: 450px;
	margin-top: 20px!important;
}

#tk .bg_reset .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #454545!important;
}

#tk .bg_reset .detail .left{
	width: 290px;
	margin: 30px 0 0 20vw;
	float: left;
}

#tk .bg_reset .detail .right{
	width: 290px;
	margin: 30px 20vw 50px 0;
	float: right;
}



#tk .bg_reset2{
	width: 100%;
	padding-bottom: 60px;
	background-color: #454545;
	overflow: hidden;
}
#tk .bg_reset2 .inner{
	width: 85%;
	margin: 20px auto 0 auto;
	position: relative;
}

#tk .bg_reset2 .stb{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#tk .bg_reset2 .stb img{
	width: 120px;
}


/*lineup
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	overflow: hidden;
}
#tk .lineup_wrap .inner{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	clear:both;
}
#tk .lineup_wrap .inner .title_wrap{
	width: 100%;
	justify-content: center;
}
#tk .lineup_wrap .inner .title_wrap .t1 img{
	height: 90px;
}
#tk .lineup_wrap .inner .title_wrap .t2 img{
	height: 90px;
}



	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 100px auto 100px 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%!important;
}

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

#tk .main_v .inner{
	position: absolute;
	width: 100%;
	top: 0!important;
	left: 0;
}
#tk .main_v .inner .logo{
	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: 0;
	left: 0;
	overflow: hidden;
}

#tk .main_v .inner2 .left{
	width: 100%;
	margin: 30px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 11vw;
	font-weight: 100!important;
	line-height: 1.4;
	opacity: 0.7;
	float: none;
	overflow: hidden;
}
#tk .main_v .inner2 .right{
	width: 75%;
	margin: 0;
	float: none;
}
#tk .main_v .inner2 .right img{
	width: 90%;
	margin: 12vw 0 0 5vw!important;
	opacity: 0.4;
}

#tk .main_v .inner2 .title{
	display: none;
}

#tk .title_sp{
	display: block;
	width: 100%;
	background-color: #5c5547!important;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

#tk .title_sp h2{
	width: 90%;
	margin: 20px auto 0 auto!important;
	font-size: 19px;
	font-weight: 300!important;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

#tk .title_sp .read{
	width: 80%;
	margin: 20px auto 0 auto!important;
	font-size: 15px;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.2em;
	text-align: left!important;
}


/*イントロ
--------------------------------------*/

#tk .photo_bg{
	width: 100%;
	background-color: #5c5547;
}

#tk .photo_bg .wrap{
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	padding-bottom: 0!important;
}
#tk .photo_bg .wrap .mainimg-box{
  width: 100%;
  height: 60vw;
  overflow: hidden;
  position: relative;
}
#tk .photo_bg .wrap .mainimg-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

/*イメージ
--------------------------------------*/
#tk .image_wrap{
	width: 100%;
	overflow: hidden;
	
}
#tk .image_wrap .inner{
	width: 85%;
	margin: 0 auto 0 auto;
	padding-top: 50px!important;
	overflow: hidden;
	position: relative;
}
#tk .image_wrap .inner img{
	width: 100%;
}
#tk .image_wrap .contents {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	justify-content: center;
}

#tk .image_wrap .contents .text1{
}
#tk .image_wrap .contents .text1 img{
	height: 15vw;
}
#tk .image_wrap .contents .text2{
}
#tk .image_wrap .contents .text2 img{
	height: 15vw;
}



/*リンク
--------------------------------------*/
#tk .link_wrap{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
}

#tk .link_wrap .title{
	width: 100%;
	margin-top: 50px!important;
	text-align: center;
	font-size: 10vw;
	font-weight: 100!important;
	line-height: 1.2;
	overflow: hidden;
}

#tk .link_wrap .inner{
	width: 100%;
	margin: 10px auto 20px auto;
	justify-content: center;
}

#tk .link_wrap .inner .link{
	width: 40%;
	margin: 20px 10px 0 10px!important;
	text-align: center;
}

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

#tk .link_wrap .inner .link p{
	font-size: 20px;
	font-weight: 300!important;
	line-height: 2;
	letter-spacing: 0.1em;
}

#tk .link_wrap .inner .link .arrows{
	width: 100%;
	text-align: center;
}

#tk .link_wrap .inner .link .arrows img{
	width: 20px;
}
	



/*プロダクツ共通
--------------------------------------*/
#tk .p_name{
	font-size: 15vw;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #575041;
}
#tk .p_read{
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
}

#tk .part_name{
	font-size: 22px;
	font-weight: 100!important;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#tk .part_hr{
	width: 100%;
	height: 1px!important;
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
}
#tk .part_read{
	font-size: 13px;
	font-weight: 400!important;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

#tk .space{
	width: 100%;
	height: 80px;
	background-color: #dfdedb;
	overflow: hidden;
}


/*プロダクツ　カーター
--------------------------------------*/
#tk .bg_carter{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #dfdedb;
	position: relative;
	overflow: hidden;
}
#tk .bg_carter .aj{
	width: 100%;
	max-width: inherit;
	position: relative;
}

#tk .bg_carter .intro{
	width: 100%;
	position: relative;
	top:inherit;
	left:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb;
}
#tk .bg_carter .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_carter .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_carter .intro .inner .icon img{
	width: 28vw;
}
#tk .bg_carter .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_carter .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	float: none;
}



#tk .bg_carter .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #575041 0%, #575041 100%);
	text-align: center;
}
#tk .bg_carter .products img{
	width: 80%;
}

#tk .bg_carter .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #575041!important;
}

#tk .bg_carter .detail .left{
	width: 260px;
	margin: 30px 0 0 8vw;
	float: left;
}

#tk .bg_carter .detail .right{
	width: 260px;
	margin: 30px 8vw 50px 0;
	float: right;
}




#tk .bg_carter2{
	width: 100%;
	padding-bottom: 10px;
	background-color: #575041;
	overflow: hidden;
}
#tk .bg_carter2 .inner{
	width: 90%;
	margin: 0 auto 0 auto;
	position: relative;
}

#tk .bg_carter2 .stb{
	position: absolute;
	bottom: 7vw;
	right: 0;
}

#tk .bg_carter2 .stb img{
	width: 20vw;
}



/*プロダクツ　クレージー
--------------------------------------*/
#tk .bg_krazee{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #dfdedb!important;
	position: relative;
	overflow: hidden;
}

#tk .bg_krazee .intro{
	width: 100%;
	position: relative;
	top:inherit;
	right:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb!important;
	margin-top: 0!important;
}
#tk .bg_krazee .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_krazee .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_krazee .intro .inner .icon img{
	width: 28vw;
}
#tk .bg_krazee .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_krazee .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	float: none;
}



#tk .bg_krazee .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #bbbc86 0%, #bbbc86 100%);
	text-align: center;
}
#tk .bg_krazee .products img{
	width: 85%;
}

#tk .bg_krazee .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #bbbc86!important;
}

#tk .bg_krazee .detail .left{
	width: 260px;
	margin: 30px 0 0 8vw;
	float: left;
}

#tk .bg_krazee .detail .right{
	width: 260px;
	margin: 30px 8vw 50px 0;
	float: right;
}




#tk .bg_krazee2{
	width: 100%;
	padding-bottom: 10px;
	background-color: #bbbc86;
	overflow: hidden;
}
#tk .bg_krazee2 .inner{
	width: 90%;
	margin: 0 auto 0 auto;
	position: relative;
}

#tk .bg_krazee2 .stb{
	position: absolute;
	bottom: 7vw;
	right: 0;
}

#tk .bg_krazee2 .stb img{
	width: 20vw;
}

/*スライド
--------------------------------------*/
#tk .slide_wrap{
	width: 90%;
	margin: 0 0 0 0;
	overflow: hidden;
	}
#tk .slide_wrap .flexslider{
	width: 100%;
	}
#tk .slide_wrap .flexslider img{
	width: 100%;
	}




/*プロダクツ　リセット
--------------------------------------*/
#tk .bg_reset{
	width: 100%;
	height: inherit!important;
	background:auto;
	background-color: #dfdedb!important;
	position: relative;
	overflow: hidden;
}

#tk .bg_reset .intro{
	width: 100%;
	position: relative;
	top:inherit;
	right:inherit;
	overflow: hidden;
	text-align: center;
	background-color: #dfdedb!important;
	margin-top: 0!important;
}
#tk .bg_reset .intro .inner{
	width: 100%;
	margin-left: 0;
}
#tk .bg_reset .intro .inner .icon{
	width: 100%;
	float: none;
}
#tk .bg_reset .intro .inner .icon img{
	width: 28vw;
}
#tk .bg_reset .intro .inner .name{
	width: 100%;
	float: none;
}
#tk .bg_reset .intro .inner .read{
	width: 100%;
	padding-left: 0!important;
	float: none;
}



#tk .bg_reset .products{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background: linear-gradient(180deg, #dfdedb 0%, #dfdedb 40%, #454545 0%, #454545 100%);
	text-align: center;
}
#tk .bg_reset .products img{
	width: 85%!important;
}

#tk .bg_reset .detail{
	width: 100%;
	position:relative;
	top:inherit;
	left:inherit;
	background-color: #454545!important;
}

#tk .bg_reset .detail .left{
	width: 260px;
	margin: 30px 0 0 8vw;
	float: left;
}

#tk .bg_reset .detail .right{
	width: 260px;
	margin: 30px 8vw 50px 0;
	float: right;
}




#tk .bg_reset2{
	width: 100%;
	padding-bottom: 10px;
	background-color: #454545;
	overflow: hidden;
}
#tk .bg_reset2 .inner{
	width: 90%;
	margin: 0 auto 0 auto;
	position: relative;
}

#tk .bg_reset2 .stb{
	position: absolute;
	bottom: 7vw;
	right: 0;
}

#tk .bg_reset2 .stb img{
	width: 20vw;
}

/*スライド
--------------------------------------*/
#tk .slide_wrap{
	width: 90%;
	margin: 0 0 0 0;
	overflow: hidden;
	}
#tk .slide_wrap .flexslider{
	width: 100%;
	}
#tk .slide_wrap .flexslider img{
	width: 100%;
	}


/*コーデ
--------------------------------------*/

#tk .coordinate{
	width: 100%;
	background-color: #dfdedb;
	overflow: hidden;
	text-align: center;
	padding: 0 0 20px 0;
}

#tk .coordinate .title{
	width: 80%;
	margin: 35px auto 0 auto!important;
	font-size: 10vw;
	font-weight: 100!important;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #5c5547;
}
#tk .coordinate .read{
	width: 80%;
	margin: 10px auto 0 auto!important;
	font-size: 15px;
	font-weight: 400!important;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #575041;
	text-align: left!important;
}
#tk .coordinate .inner{
	width: 100%;
	margin: 20px auto 0 auto;
	justify-content: center;
}
#tk .coordinate .inner .cd{
	width: 100%;
	margin: 10px 0 10px 0;
	
}
#tk .coordinate .inner .cd img{
	width: 80%;
}
#tk .coordinate .inner .left{
	text-align: left;
}
#tk .coordinate .inner .right{
	text-align: right;
}


#tk .coordinate .lineup{
	width: 100%;
	margin: 70px 0 0 0!important;
	font-size: 35px;
	font-weight: 100!important;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #5c5547;
}







/*lineup
--------------------------------------*/
#tk .lineup_wrap{
	width: 100%;
	overflow: hidden;
}
#tk .lineup_wrap .inner{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	overflow: hidden;
	clear:both;
}
#tk .lineup_wrap .inner .title_wrap{
	width: 100%;
	justify-content: center;
}
#tk .lineup_wrap .inner .title_wrap .t1 img{
	height: 15vw;
}
#tk .lineup_wrap .inner .title_wrap .t2 img{
	height: 15vw;
}
	

	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 60px 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;
	
	}


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