@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;
}



#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 .raleway900 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*動作
--------------------------------------*/

.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;
}


/*メインビジュアル
--------------------------------------*/
#tk .mainvisual{
    height: 0;
    padding-top: 45.42%;
    background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/main_pc.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	display: block!important;
}
#tk .mainvisual .logo{
	width:100%;
	height: 80px;
	background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/logo_noname.svg')  no-repeat;
	background-size: 100px auto;
	background-position: left 15px top 16px;
	top:0;
	left: 0;
	position: absolute;
	display: block!important;
	}

#tk .main_copy{
	width:100%;
	margin-top: -90px;
	text-align: center;
	z-index: 100!important;
	overflow: hidden!important;
	position: relative;
}
#tk .main_copy .p1{
	font-size: 114px;
}
#tk .main_copy .p2{
	font-size: 20px;
}

/*イントロ
--------------------------------------*/
#tk .intro_wrap{
	width:100%;
	margin: 90px 0 0 0;
	overflow: hidden;
	justify-content: center;
	text-align: center;
}
#tk .intro_wrap .intro{
	width:300px;
	margin: 0 22px 0 22px;
}
#tk .intro_wrap .intro img{
	width:100%;
	margin: 0 20px 0 20px;
    animation: shake 4s infinite;
    transform: rotate(10deg);
}
@keyframes shake {
    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

#tk .intro_wrap .intro p{
	width:100%;
	margin: 20px 0 0 0!important;
}

/*見出し1
--------------------------------------*/
#tk .caption_wrap{
	width:100%;
	margin: 160px auto 0 auto;
	overflow: hidden;
	clear:both;
	}
#tk .caption_wrap .inner{
	width: 1090px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	overflow: hidden;
	clear:both;
	}

#tk .caption_wrap .inner p{
	font-size: 84px;
	line-height: 1;
	float:left;
	}
#tk .caption_wrap .inner h2{
	margin: 16px 0 0 25px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	float:left;
	}

#tk .caption_wrap .line{
	width:45%;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}

#tk .caption_wrap .line2{
	width:50%;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}
/*slide
--------------------------------------*/

#tk .slide_wrap{
	width: 1090px;
	margin: 100px auto 0 auto;
	padding: 0 20px;
	overflow: hidden;
	clear:both;
	}

	
/*coordinate
--------------------------------------*/

#tk .caption2_wrap{
	width: 100%;
	margin: 100px 0 0 0!important;
	font-size: 35px;
	text-align: center;
	overflow: hidden!important;
	}

#tk .coordinate_wrap{
	width: 1090px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	clear:both;
	}

#tk .coordinate_wrap .box{
	width: 46%;
	margin: 50px 0 0 0;
	text-align: left;
	}
#tk .coordinate_wrap .box img{
	width: 100%;
	}
#tk .coordinate_wrap .box p{
	width: 100%;
	margin: 8px 0 0 0!important;
	font-size: 12px;
	font-weight: 400;
	}

/*youtube
--------------------------------------*/
#tk .youtube_wrap{
	width: 950px;
	margin: 180px auto 0 auto;
	}
#tk .youtube_wrap .inner{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  aspect-ratio: 16 / 9;
	}
#tk .youtube_wrap .inner .mv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}




/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 1010px;
	margin: 120px auto 0 auto!important;
	padding:  50px ;
	border: solid 3px #333333;
	overflow: hidden;
	background-color: #ffffff;
	}

#tk .shop_wrap .left{
	width: 680px;
	font-size: 15px;
	float: left;
	}

#tk .shop_wrap .left p{
	margin-top: 15px!important;
	font-size: 13px;
	line-height: 1.8;
	}
#tk .shop_wrap .left img{
	width: 78px;
	margin: 15px 0 20px 0;
	}

#tk .shop_wrap .right{
	width: 190px;
	float: right;
	}
#tk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	}


/*==========================================
PC 画面の横幅が1025px以上
==========================================*/

@media screen and (min-width: 950px){
	


/*PC 終わり
==========================================*/
}


/*==========================================
タブレット　画面の横幅が799pxまで
==========================================*/
@media screen and (max-width:949px){
	

	

/*メインビジュアル
--------------------------------------*/
#tk .mainvisual{
    height: 0;
    padding-top: 78.11%;
    background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/main_sp.jpg')  no-repeat;
    background-size: contain!important;
	position: relative;
	overflow: hidden;
	clear: both;
	display: block!important;
}
#tk .mainvisual .logo{
	width:100%;
	height: 80px;
	background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/logo_noname.svg')  no-repeat;
	background-size: 100px auto;
	background-position: right 15px top 15px;
	top:0;
	right: 0;
	position: absolute;
	display: block!important;
	}



#tk .main_copy{
	width:100%;
	margin-top: -90px;
	text-align: center;
	overflow: hidden!important;
	position: relative;
}
#tk .main_copy .p1{
	font-size: 95px;
}
#tk .main_copy .p2{
	font-size: 20px;
}


/*イントロ
--------------------------------------*/
#tk .intro_wrap{
	width:100%;
	margin: 70px 0 0 0;
	overflow: hidden;
	justify-content: center;
	text-align: center;
}
#tk .intro_wrap .intro{
	width:260px;
	margin: 20px 18px 0 18px;
}
#tk .intro_wrap .intro img{
	width:100%;
	margin: 0 20px 0 20px;
    animation: shake 4s infinite;
    transform: rotate(10deg);
}
@keyframes shake {
    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

#tk .intro_wrap .intro p{
	width:100%;
	margin: 20px 0 0 0!important;
}


/*見出し1
--------------------------------------*/
#tk .caption_wrap{
	width:88%;
	margin: 160px auto 0 auto;
	overflow: hidden;
	clear:both;
	}

#tk .caption_wrap .inner{
	width:100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	}

#tk .caption_wrap .inner p{
	width:100%;
	font-size: 84px;
	line-height: 1;
	text-align: center;
	float:none;
	}
#tk .caption_wrap .inner h2{
	width:100%;
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	float:none;
	}


#tk .caption_wrap .line{
	width:200px;
	margin: 0 auto 0 auto;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}
	
#tk .caption_wrap .line2{
	width:200px;
	margin: 0 auto 0 auto;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}	

/*slide
--------------------------------------*/

#tk .slide_wrap{
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 0 0;
	overflow: hidden;
	clear:both;
	}

/*coordinate
--------------------------------------*/

#tk .caption2_wrap{
	width: 88%;
	margin: 40px auto 0 auto!important;
	font-size: 35px;
	text-align: center;
	overflow: hidden!important;
	}

#tk .coordinate_wrap{
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 0 0;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	clear:both;
	}

#tk .coordinate_wrap .box{
	width: 49%;
	margin: 40px 0 0 0;
	text-align: left;
	}
#tk .coordinate_wrap .box img{
	width: 100%;
	}
#tk .coordinate_wrap .box p{
	width: 100%;
	margin: 8px 0 0 0!important;
	font-size: 12px;
	font-weight: 400;
	}


/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 60px auto 0 auto;
	padding:  40px ;
	border: solid 3px #333333;
	overflow: hidden;
	}

#tk .shop_wrap .left{
	width: 100%;
	text-align: center;
	float: none;
	}

#tk .shop_wrap .left p{
	margin-top: 25px!important;
	font-size: 13px;
	line-height: 1.8;
	text-align: left;
	}
#tk .shop_wrap .left img{
	width: 100px;
	margin: 10px 0 30px 0;
	}

#tk .shop_wrap .right{
	width: 45%;
	float: none;
	margin: 20px auto 0 auto;
	
	}
#tk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	
	}	
	
	
/*タブレット 終わり
==========================================*/
}

	
/*==========================================
スマホ　画面の横幅が600pxまで
==========================================*/
@media screen and (max-width: 600px){
	

	

#tk {width: 100%;
}

/*メインビジュアル
--------------------------------------*/
#tk .mainvisual{
    height: 0;
    padding-top: 78.11%;
    background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/main_sp.jpg')  no-repeat;
    background-size: contain;
	position: relative;
	overflow: hidden;
	clear: both;
	display: block!important;
}
#tk .mainvisual .logo{
	width:100%;
	height: 80px;
	background: url('https://pdst.xsrv.jp/data/dk/2505_platform/images/logo_noname.svg')  no-repeat;
	background-size: 15vw auto;
	background-position: right 10px top 10px;
	top:0;
	right: 0;
	position: absolute;
	display: block!important;
	}


#tk .main_copy{
	width:88%;
	margin: -50px auto 0 auto;
	text-align: center;
	z-index: 100!important;
	overflow: hidden!important;
	position: relative;
}
#tk .main_copy .p1{
	font-size: 16vw;
}
#tk .main_copy .p2{
	font-size: 18px;
}

		
/*イントロ
--------------------------------------*/
#tk .intro_wrap{
	width:88%;
	margin: 30px auto 0 auto;
	overflow: hidden;
	justify-content: center;
	text-align: center;
}
#tk .intro_wrap .intro{
	width:300px;
	margin: 20px 18px 0 18px;
}
#tk .intro_wrap .intro img{
	width:100%;
	margin: 0 20px 0 20px;
    animation: shake 4s infinite;
    transform: rotate(10deg);
}
@keyframes shake {
    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

#tk .intro_wrap .intro p{
	width:100%;
	margin: 10px 0 0 0!important;
}
	


/*見出し1
--------------------------------------*/
#tk .caption_wrap{
    width: 88%;
	margin: 100px auto 0 auto;
	overflow: hidden;
	clear:both;
	}

#tk .caption_wrap .inner{
	width:100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	}

#tk .caption_wrap .inner p{
	width:100%;
	font-size: 16vw;
	line-height: 1;
	text-align: center;
	float:none;
	}
#tk .caption_wrap .inner h2{
	width:100%;
	margin: 18px 0 0 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	float:none;
	}


#tk .caption_wrap .line{
	width:150px;
	margin: 0 auto 0 auto;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}
#tk .caption_wrap .line2{
	width:150px;
	margin: 0 auto 0 auto;
	height: 1px;
	margin-top: 15px;
	background-color: #000000;
	overflow: hidden;
	clear:both;
	}

/*slide
--------------------------------------*/

#tk .slide_wrap{
	width:100%;
	margin: 30px auto 0 auto;
	padding: 0 0;
	overflow: hidden;
	clear:both;
	}

/*coordinate
--------------------------------------*/

#tk .caption2_wrap{
	width: 100%;
	margin: 40px auto 0 auto!important;
	font-size: 28px;
	text-align: center;
	overflow: hidden!important;
	}

#tk .coordinate_wrap{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	clear:both;
	}

#tk .coordinate_wrap .box{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	}
#tk .coordinate_wrap .box img{
	width: 100%;
	}
#tk .coordinate_wrap .box p{
	width: 94%;
	margin: 5px auto 0 auto!important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	}	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 100%;
	margin: 100px 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 p{
	margin-top: 15px!important;
	text-align: left;
	font-size: 13px;
	}
#tk .shop_wrap .left img{
	width: 90px;
	margin: 10px 0 0 0!important;
	}


#tk .shop_wrap .right{
	width: 100%;
	float: none;
	margin: 20px auto 0 auto;
	
	}
#tk .shop_wrap .right img{
	width: 100%;
	border: solid 5px #000000;
	
	}	
/*スマホ 終わり
==========================================*/
}