@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: #ffffff!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: "bebas-neue-pro", sans-serif;
	font-style: normal;
}


#tk .font_red {
	color: #C11731;
}

a.lk_white:link { color: #ffffff;}
a.lk_white:visited{ color: #ffffff;}
a.lk_white:hover{ color: #ffffff;}
a.lk_white:active{ color: #ffffff;}


/*プレセール
--------------------------------------*/
#tk .presale{
	width: 100%;
	margin-bottom: 0.22vw;
	padding: 6px 0;
	overflow: hidden;
	background-color: #FFCA5B;
	text-align: center;
}
#tk .presale .p1{
	font-weight: 700;
	letter-spacing: 0.05vw;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	
}

#tk .presale .p2{
	font-weight: 800;
	letter-spacing: 0.08vw;
	line-height: 1.2;
	font-size: 24px;
}

#tk .presale2{
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	overflow: hidden;
	color: #333333;
}
/*共通
--------------------------------------*/
#tk .bg_gray{
	background-color: #333333;
	}
#tk .bg_red{
	background-color: #9B2B38;
	}
#tk .font_mint{
	color: #B7E0D9;
	}


.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_wrap{
	width: 100%;
	background: linear-gradient(180deg, #9B2B38 0%, #9B2B38 82%, #333333 0%, #333333 100%);
	overflow: hidden;
	}
#tk .main_wrap .logo{
	display: none;
	}


#tk .main_wrap .inner_title{
	width: 85%;
	margin: 60px auto 0 auto!important;
	font-size: 5.2vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	}

#tk .main_wrap .inner_main{
	width: 85%;
	margin: 4vw auto 0 auto!important;
	position: relative;
	}
#tk .main_wrap .inner_main img{
	width: 100%;
	}
#tk .main_wrap .inner_main .france{
	width: 80%;
	position: absolute;
	top: -20px;
	left: 40px;
	text-align: left;
	}
#tk .main_wrap .inner_main .france img{
	width: 6vw;
	}
#tk .main_wrap .inner_main .logo2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	text-align: right;
	}
#tk .main_wrap .inner_main .logo2 img{
	width: 8vw;
	margin: 0 15px 015px 0!important;
	}


/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	overflow: hidden;
	}
#tk .intro h1{
	width: 1000px;
	margin: 70px auto 0 auto!important;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	}
#tk .intro .read{
	width: 1000px;
	margin: 30px auto 0 auto!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	}


/*リンク
--------------------------------------*/

#tk .link_wrap{
	width: 100%;
	overflow: hidden;
	}
#tk .link_wrap .inner{
	width: 335px;
	margin: 100px auto 0 auto!important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.1em;
	overflow: hidden;
	}
#tk .link_wrap .inner .p1{
	padding: 0 5px!important;
	float: left;
	}
#tk .link_wrap .inner .p2{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}
#tk .link_wrap .inner .p3{
	padding: 18px 9px 0 5px!important;
	float: left;
	}
#tk .link_wrap .inner .p3 img{
	width: 34px;
	}
#tk .link_wrap .inner .p4{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}

#tk .link_wrap .inner2{
	width: 890px;
	margin: 20px auto 0 auto!important;
	justify-content: space-between;
	overflow: hidden;
	}
#tk .link_wrap .inner2 .link{
	width: 275px;
	padding: 3px 0 3px 5px!important;
    background: url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_white.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 15px right 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #ffffff;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	}


#tk .link_wrap .inner3 {
	width: 240px;
	margin: 50px auto 100px auto!important;
	padding: 3px 0 3px 15px!important;
    background:#ffffff url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_gray.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 16px right 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #333333;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	overflow: hidden;
	}


/*プロフィール
--------------------------------------*/
#tk .profile_wrap{
	width: 100%;
	padding: 100px 0 100px 0;
	overflow: hidden;
	}

#tk .profile_wrap .profile{
	width: 890px;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .left{
	width: 190px;
	text-align: left;
	float: left;
	}
#tk .profile_wrap .profile .left img{
	width: 160px;
	}
#tk .profile_wrap .profile .right{
	width: 700px;	
	float: left;
}
#tk .profile_wrap .profile .right .profile{
	width: 100%!important;
	margin-top: 5px!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .right .profile .p1{
	margin-right: 15px!important;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	float: left;
	}
#tk .profile_wrap .profile .right .profile .p2{
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.15em;
	float: left;
	}
#tk .profile_wrap .profile .right .read{
	width: 100%!important;
	margin-top: 10px!important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}
#tk .profile_wrap .profile .right .instagram{
	width: 100%;
	margin-top: 10px!important;
	}
#tk .profile_wrap .profile .right .instagram img{
	width: 23px;
	}


/*インタビュー
--------------------------------------*/

#tk .interview_wrap{
	width: 100%;
	padding: 120px 0 100px 0;
	overflow: hidden;
	}

#tk .interview_line{
	border-bottom: 1px solid #B3B3B3;
	}

#tk .interview_wrap .inner{
	width: 890px;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	}
#tk .interview_wrap .inner .left{
	width: 420px;
	float: left;
	}
#tk .interview_wrap .read{
	margin-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}

#tk .interview_wrap .inner .right{
	width: 400px;
	text-align: right;
	float: right;
	}

#tk .interview_wrap .inner .right .photo {
	width: 100%;
	position: relative;
	}

#tk .interview_wrap .inner .right .photo img{
	width: 100%;
	}

#tk .interview_wrap .inner .right .photo .france1{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner .right .photo .france1 img{
	width: 70px;
	}

#tk .interview_wrap .inner .right .photo .f_right{
	text-align: right;
	top: -15px;
	left:inherit!important;
	right: 15px;
	}


#tk .interview_wrap .title2{
	margin-top: 30px;
	justify-content: start;
	align-items: stretch;
	overflow: hidden;
	position: relative;
	}
#tk .interview_wrap .w1{
	width: 340px;
	} 
#tk .interview_wrap .w2{
	width: 650px!important;
	margin: 30px auto 0 auto!important;
	} 
#tk .interview_wrap .w3{
	width: 340px;
	} 
#tk .interview_wrap .title2 .t1{
	width: 40px!important;
	font-size: 48px;
	text-align: left;
	line-height: 1;
	}
#tk .interview_wrap .title2 .t2{
	padding: 10px 0;
	font-size: 22px;
	text-align: left;
	}
#tk .interview_wrap .title2 .t2_center{
	text-align: center!important;
	}

#tk .interview_wrap .title2 .t3{
	width: 40px;
	line-height: 0;
	font-size: 48px;
	text-align: right;
	position: absolute;
	bottom: 0!important;
	right: 0!important;
	}

#tk .interview_wrap .read2{
	width: 890px;
	margin: 0 auto 0 auto!important;
	padding-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	overflow: hidden;
	}


#tk .interview_wrap .inner2{
	width: 890px;
	margin: 0 auto 0 auto!important;
	}
#tk .interview_wrap .inner2 .photo{
	width: 100%;
	position: relative;
	}
#tk .interview_wrap .inner2 .photo img{
	width: 100%;
	}
#tk .interview_wrap .inner2 .photo .france{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner2 .photo .france img{
	width: 70px;
	}

/*プロダクツ
--------------------------------------*/

#tk .products_wrap{
	width: 100%;
	padding: 120px 0 100px 0;
	overflow: hidden;
	}

#tk .products_wrap .inner{
	width: 890px;
	margin: 0 auto 0 auto!important;
	}

#tk .products_wrap .inner .left{
	width: 460px;
	float: left;
	}

#tk .products_wrap .inner .left img{
	width: 420px!important;
	}

#tk .products_wrap .inner .right{
	width: 430px;
	float: right;
	}

#tk .products_wrap .inner .right img{
	margin-top: 80px!important;
	width: 440px;
	margin-left: -100px!important;
	}

#tk .products_wrap .inner .right .name{
	margin-top: 20px!important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	}

#tk .products_wrap .inner .right .color{
	margin-top: 10px!important;
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .title{
	margin-top: 30px!important;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .read{
	margin-top: 20px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}


#tk .products_wrap .inner .right .link{
	width: 100%;
	padding-top: 30px!important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #ffffff;
	overflow: hidden;
	}

/*バナー
--------------------------------------*/
#tk .bn_sp{
	width: 1010px;
	margin: 120px auto 120px auto!important;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	}
#tk .bn_sp img{
	width: 400px;
	margin: 0 15px!important;
	}

/*ラインナップ
--------------------------------------*/

#tk .lineup_wrap{
	width: 1010px;
	margin: 120px auto 120px auto!important;
	padding: 0 10px;
	overflow: hidden;
	}

#tk .lineup_title{
	width: 100%;
	margin: 0 0 20px 0!important;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	overflow: hidden;
	color: #333333;
}


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

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




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

#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;
  width: 128px;
	display: block;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
/*==========================================
PC 画面の横幅が1025px以上
==========================================*/

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


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


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

/*メインビジュアル
--------------------------------------*/

#tk .main_wrap{
	width: 100%;
	background: linear-gradient(180deg, #9B2B38 0%, #9B2B38 82%, #333333 0%, #333333 100%);
	overflow: hidden;
	}
#tk .main_wrap .logo{
	display: none;
	}


#tk .main_wrap .inner_title{
	width: 85%;
	margin: 40px auto 0 auto!important;
	font-size: 6.6vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	}

#tk .main_wrap .inner_main{
	width: 85%;
	margin: 6vw auto 0 auto!important;
	position: relative;
	}
#tk .main_wrap .inner_main img{
	width: 100%;
	}
#tk .main_wrap .inner_main .france{
	width: 80%;
	position: absolute;
	top: -20px;
	left: 20px;
	text-align: left;
	}
#tk .main_wrap .inner_main .france img{
	width: 7vw;
	}
#tk .main_wrap .inner_main .logo2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	text-align: right;
	}
#tk .main_wrap .inner_main .logo2 img{
	width: 8vw;
	margin: 0 15px 015px 0!important;
	}

/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	overflow: hidden;
	}

#tk .intro .p1{
	width: 85%;
	margin: 50px auto 0 auto!important;
	font-size: 10vw;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	}
#tk .intro h1{
	width: 85%;
	margin: 40px auto 0 auto!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	}
#tk .intro .read{
	width: 85%;
	margin: 20px auto 0 auto!important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	}


/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	overflow: hidden;
	}
#tk .intro h1{
	width: 85%;
	margin: 70px auto 0 auto!important;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	}
#tk .intro .read{
	width: 85%;
	margin: 30px auto 0 auto!important;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	}



/*リンク
--------------------------------------*/

#tk .link_wrap{
	width: 100%;
	overflow: hidden;
	}
#tk .link_wrap .inner{
	width: 335px;
	margin: 90px auto 0 auto!important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.1em;
	overflow: hidden;
	}
#tk .link_wrap .inner .p1{
	padding: 0 5px!important;
	float: left;
	}
#tk .link_wrap .inner .p2{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}
#tk .link_wrap .inner .p3{
	padding: 18px 9px 0 5px!important;
	float: left;
	}
#tk .link_wrap .inner .p3 img{
	width: 34px;
	}
#tk .link_wrap .inner .p4{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}

#tk .link_wrap .inner2{
	width: 360px;
	margin: 20px auto 0 auto!important;
	justify-content: space-between;
	overflow: hidden;
	border-top: 1px solid #B3B3B3;
	}
#tk .link_wrap .inner2 .link{
	width: 360px;
	padding: 5px 0 5px 5px!important;
    background: url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_white.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 15px right 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #ffffff;
	border-top: none;
	border-bottom: 1px solid #B3B3B3;
	}


#tk .link_wrap .inner3 {
	width: 240px;
	margin: 40px auto 90px auto!important;
	padding: 3px 0 3px 15px!important;
    background:#ffffff url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_gray.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 16px right 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #333333;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	overflow: hidden;
	}
	


/*プロフィール
--------------------------------------*/
#tk .profile_wrap{
	width: 100%;
	padding: 80px 0 80px 0;
	overflow: hidden;
	}

#tk .profile_wrap .profile{
	width: 450px;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .left{
	display: none;
	width: 190px;
	text-align: center;
	float: none;
	}
#tk .profile_wrap .profile .left img{
	width: 160px;
	}
#tk .profile_wrap .profile .right{
	width: 100%;
	text-align: center;
	float: none;
}
#tk .profile_wrap .profile .right .profile{
	width: 100%!important;
	margin-top: 5px!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .right .profile .p1{
	width: 100%;
	margin-right: 15px!important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	float: none;
	}
#tk .profile_wrap .profile .right .profile .p2{
	width: 100%;
	margin-top: 20px!important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.15em;
	float: none;
	}
#tk .profile_wrap .profile .right .read{
	width: 100%!important;
	margin-top: 20px!important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: left;
	}

#tk .profile_wrap .profile .right .instagram{
	width: 100%;
	margin-top: 20px!important;
	}
#tk .profile_wrap .profile .right .instagram img{
	width: 30px;
	}
	

#tk .profile_wrap .profile .right .photo{
	width: 100%;
	margin: 20px auto 0 auto!important;
	}
#tk .profile_wrap .profile .right .photo img{
	width: 190px;
	}
	
/*インタビュー
--------------------------------------*/

#tk .interview_wrap{
	width: 100%;
	padding: 100px 0 80px 0;
	overflow: hidden;
	}

#tk .interview_line{
	border-bottom: 1px solid #B3B3B3;
	}

#tk .interview_wrap .inner{
	width: 450px;
	margin: 0 auto 0 auto!important;
	}
#tk .interview_wrap .inner .left{
	width: 100%;
	float: none;
	}
#tk .interview_wrap .inner .left .read{
	margin-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}

#tk .interview_wrap .inner .right{
	width: 100%;
	text-align: right;
	float: none;
	}

#tk .interview_wrap .inner .right .photo {
	width: 400px;
	margin: 0 auto 0 auto!important;
	text-align: center;
	position: relative;
	}

#tk .interview_wrap .inner .right .photo img{
	width: 100%;
	}

#tk .interview_wrap .inner .right .photo .france1{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner .right .photo .france1 img{
	width: 60px;
	}


#tk .interview_wrap .title2{
	margin: 30px auto 0 auto!important;
	justify-content: start;
	align-items: stretch;
	overflow: hidden;
	position: relative;
	}
#tk .interview_wrap .w1{
	width: 340px;
	}
#tk .interview_wrap .w2{
	width: 360px!important;
	margin: 30px auto 0 auto!important;
	} 
#tk .interview_wrap .w3{
	width: 350px;
	} 
	
#tk .interview_wrap .title2 .t1{
	width: 40px;
	font-size: 48px;
	text-align: left;
	line-height: 1;
	}
#tk .interview_wrap .title2 .t2{
	padding: 10px 0;
	font-size: 22px;
	text-align: center;
	}
#tk .interview_wrap .title2 .t3{
	width: 40px;
	line-height: 0;
	font-size: 48px;
	text-align: right;
	position: absolute;
	bottom: 0!important;
	right: 0!important;
	}


#tk .interview_wrap .read2{
	width: 450px;
	margin: 0 auto 0 auto!important;
	padding-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	overflow: hidden;
	}
	
	
	
	
#tk .interview_wrap .inner2{
	width: 450px;
	margin: 0 auto 0 auto!important;
	}
#tk .interview_wrap .inner2 .photo{
	width: 100%;
	position: relative;
	}
#tk .interview_wrap .inner2 .photo img{
	width: 100%;
	}
#tk .interview_wrap .inner2 .photo .france{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner2 .photo .france img{
	width: 70px;
	}



/*プロダクツ
--------------------------------------*/

#tk .products_wrap{
	width: 100%;
	padding: 120px 0 100px 0;
	overflow: hidden;
	}

#tk .products_wrap .inner{
	width: 450px;
	margin: 0 auto 0 auto!important;
	}

#tk .products_wrap .inner .left{
	width: 400px!important;
	margin: 0 auto 0 auto!important;
	text-align: center;
	float: none;
	}

#tk .products_wrap .inner .left img{
	width: 400px!important;
	}

#tk .products_wrap .inner .left .mg{
	margin-top: 20px!important;
	}
	
	

#tk .products_wrap .inner .right{
	width: 100%;
	float: none;
	text-align: center;
	}

#tk .products_wrap .inner .right img{
	display: none;
	margin-top: 80px!important;
	width: 400px;
	margin-left: -100px!important;
	}

#tk .products_wrap .inner .right .name{
	margin-top: 40px!important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	}

#tk .products_wrap .inner .right .color{
	margin-top: 10px!important;
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .title{
	margin-top: 30px!important;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .read{
	margin-top: 20px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: left;
	}


/*バナー
--------------------------------------*/
#tk .bn_sp{
	width: 420px;
	margin: 80px auto 120px auto!important;
	padding: 0 0;
	overflow: hidden;
	text-align: center;
	}
#tk .bn_sp img{
	width: 420px;
	margin: 10px 0!important;
	}

#tk .products_wrap .inner .right .link{
	width: 100%;
	padding-top: 30px!important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #ffffff;
	overflow: hidden;
	}

/*ラインナップ
--------------------------------------*/
	
#tk .lineup_title{
	width: 100%;
	margin: 0 0 20px 0!important;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	overflow: hidden;
}
	
	
	

/*店舗情報
--------------------------------------*/
#tk .brand_shop_wrap{
	width: 88%!important;
	margin: 100px auto 0 auto!important;
	padding: 0 15px;
	overflow: hidden;
}
/*youtube
--------------------------------------*/
#tk .youtube_wrap{
	width: 88%;
	margin: 100px auto 100px 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%;
	}
	

#tk .youtube_wrap2{
	width: 100%!important;
	margin: 60px auto 180px auto!important;
	overflow: hidden;
	}
	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 80px auto 60px 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 .lineup_wrap {
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 20px 0 40px 0;
	background-color: #ffffff;
}

	
/*プレセール
--------------------------------------*/
#tk .presale{
	width: 100%;
	margin-bottom: 0.5vw!important;
	padding: 6px 0;
	overflow: hidden;
	background-color: #FFCA5B;
	text-align: center;
}
#tk .presale .p1{
	font-weight: 800;
	letter-spacing: 0.05vw;
	line-height: 0.8;
	font-size: 14px;
	
}
#tk .presale .p1{
	font-weight: 800;
	letter-spacing: 0.05vw;
	line-height: 1;
	font-size: 14px;
}

#tk .presale .p2{
	font-weight: 800;
	letter-spacing: 0.1vw;
	line-height: 1;
	font-size: 24px;
}

	
/*メインビジュアル
--------------------------------------*/

#tk .main_wrap{
	width: 100%;
	background: linear-gradient(180deg, #9B2B38 0%, #9B2B38 82%, #333333 0%, #333333 100%);
	overflow: hidden;
	}
#tk .main_wrap .logo{
	margin: 8vw 0 0 0!important;
	display: block;
	text-align: center;
	}
#tk .main_wrap .logo img{
	width: 18vw;
	}


#tk .main_wrap .inner_title{
	width: 90%;
	margin: 5vw auto 0 auto!important;
	font-size:  11vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	}

#tk .main_wrap .inner_main{
	width: 85%;
	margin: 8.5vw auto 0 auto!important;
	position: relative;
	}
#tk .main_wrap .inner_main img{
	width: 100%;
	}
#tk .main_wrap .inner_main .france{
	width: 80%;
	position: absolute;
	top: -13px;
	left: 20px;
	text-align: left;
	}
#tk .main_wrap .inner_main .france img{
	width: 13vw;
	}
#tk .main_wrap .inner_main .logo2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	text-align: right;
	}
#tk .main_wrap .inner_main .logo2 img{
	width: 8vw;
	margin: 0 15px 015px 0!important;
	}	



/*イントロ
--------------------------------------*/
#tk .intro{
	width: 100%;
	overflow: hidden;
	}
#tk .intro h1{
	width: 85%;
	margin: 40px auto 0 auto!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	}
#tk .intro .read{
	width: 85%;
	margin: 30px auto 0 auto!important;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
	}


/*リンク
--------------------------------------*/

#tk .link_wrap{
	width: 100%;
	overflow: hidden;
	}
#tk .link_wrap .inner{
	width: 180px!important;
	margin: 40px auto 0 auto!important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-align: center;
	}
#tk .link_wrap .inner .p1{
	width: 100%;
	padding: 0 5px!important;
	text-align: center;
	float: none;
	}
#tk .link_wrap .inner .p2{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}
#tk .link_wrap .inner .p3{
	padding: 9px 9px 0 5px!important;
	float: left;
	}
#tk .link_wrap .inner .p3 img{
	width: 34px;
	}
#tk .link_wrap .inner .p4{
	padding: 0 5px!important;
	font-size: 36px;
	float: left;
	}

#tk .link_wrap .inner2{
	width: 270px!important;
	margin: 20px auto 0 auto!important;
	justify-content: space-between;
	overflow: hidden;
	border-top: 1px solid #B3B3B3;
	}
#tk .link_wrap .inner2 .link{
	width: 270px!important;
	padding: 5px 0 5px 5px!important;
    background: url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_white.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 17px right 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #ffffff;
	border-top: none;
	border-bottom: 1px solid #B3B3B3;
	}


#tk .link_wrap .inner3 {
	width: 220px;
	margin: 40px auto 60px auto!important;
	padding: 3px 0 3px 15px!important;
    background:#ffffff url(https://pdst.xsrv.jp/blog_data/tk/25ss_maenori_interview/images/arrows_gray.svg) no-repeat;
    background-size:15px 15px;
    background-position: top 14px right 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #333333;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	}
	


/*プロフィール
--------------------------------------*/
#tk .profile_wrap{
	width: 100%;
	padding: 50px 0 50px 0;
	overflow: hidden;
	}

#tk .profile_wrap .profile{
	width: 85%;
	margin: 0 auto 0 auto!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .left{
	display: none;
	width: 190px;
	text-align: center;
	float: none;
	}
#tk .profile_wrap .profile .left img{
	width: 160px;
	}
#tk .profile_wrap .profile .right{
	width: 100%;
	text-align: center;
	float: none;
}
#tk .profile_wrap .profile .right .profile{
	width: 100%!important;
	margin-top: 5px!important;
	overflow: hidden;
	}
#tk .profile_wrap .profile .right .profile .p1{
	width: 100%;
	margin-right: 15px!important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	float: none;
	}
#tk .profile_wrap .profile .right .profile .p2{
	width: 100%;
	margin-top: 20px!important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.15em;
	float: none;
	}
#tk .profile_wrap .profile .right .read{
	width: 100%!important;
	margin-top: 20px!important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: left;
	}

#tk .profile_wrap .profile .right .instagram{
	width: 100%;
	margin-top: 20px!important;
	}
#tk .profile_wrap .profile .right .instagram img{
	width: 30px;
	}
	

#tk .profile_wrap .profile .right .photo{
	width: 100%;
	margin: 20px auto 0 auto!important;
	}
#tk .profile_wrap .profile .right .photo img{
	width: 190px;
	}
	
	

	
/*インタビュー
--------------------------------------*/

#tk .interview_wrap{
	width: 100%;
	padding: 70px 0 50px 0;
	overflow: hidden;
	}

#tk .interview_line{
	border-bottom: 1px solid #B3B3B3;
	}

#tk .interview_wrap .inner{
	width: 85%;
	margin: 0 auto 0 auto!important;
	}
#tk .interview_wrap .inner .left{
	width: 100%;
	float: none;
	}
#tk .interview_wrap .inner .left .read{
	margin-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}

#tk .interview_wrap .inner .right{
	width: 100%;
	text-align: right;
	float: none;
	}

#tk .interview_wrap .inner .right .photo {
	width: 100%;
	margin: 0 auto 0 auto!important;
	text-align: center;
	position: relative;
	}

#tk .interview_wrap .inner .right .photo img{
	width: 100%;
	}

#tk .interview_wrap .inner .right .photo .france1{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner .right .photo .france1 img{
	width: 13vw;
	}


#tk .interview_wrap .inner .right .photo .f_right{
	text-align: right;
	top: -15px;
	left:inherit!important;
	right: 15px;
	}

#tk .interview_wrap .title2{
	margin: 30px auto 0 auto!important;
	justify-content: start;
	align-items: stretch;
	overflow: hidden;
	position: relative;
	}
#tk .interview_wrap .w1{
	width: 280px!important;
	}
#tk .interview_wrap .w2{
	width: 285px!important;
	margin: 30px auto 0 auto!important;
	} 
#tk .interview_wrap .w3{
	width: 290px!important;
	} 
#tk .interview_wrap .title2 .t1{
	width: 30px;
	font-size: 40px;
	text-align: left;
	line-height: 1;
	}
#tk .interview_wrap .title2 .t2{
	padding: 10px 0;
	font-size: 17px;
	text-align: center;
	}
#tk .interview_wrap .title2 .t3{
	width: 30px;
	line-height: 0;
	font-size: 40px;
	text-align: right;
	position: absolute;
	bottom: 0!important;
	right: 0!important;
	}

#tk .interview_wrap .read2{
	width: 85%;
	margin: 0 auto 0 auto!important;
	padding-top: 30px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	overflow: hidden;
	}

	
	
#tk .interview_wrap .inner2{
	width: 85%;
	margin: 0 auto 0 auto!important;
	}
#tk .interview_wrap .inner2 .photo{
	width: 100%;
	position: relative;
	}
#tk .interview_wrap .inner2 .photo img{
	width: 100%;
	}
#tk .interview_wrap .inner2 .photo .france{
	width: 100%;
	text-align: left;
	position: absolute;
	top: -15px;
	left: 15px;
	}
#tk .interview_wrap .inner2 .photo .france img{
	width: 13vw;
	}
	


/*プロダクツ
--------------------------------------*/

#tk .products_wrap{
	width: 100%;
	padding: 50px 0 50px 0;
	overflow: hidden;
	}

#tk .products_wrap .inner{
	width: 85%;
	margin: 0 auto 0 auto!important;
	}

#tk .products_wrap .inner .left{
	width: 100%!important;
	margin: 0 auto 0 auto!important;
	text-align: center;
	float: none;
	}

#tk .products_wrap .inner .left img{
	width: 100%!important;
	}

#tk .products_wrap .inner .left .mg{
	margin-top: 20px!important;
	}
	
	

#tk .products_wrap .inner .right{
	width: 100%;
	float: none;
	text-align: center;
	}

#tk .products_wrap .inner .right img{
	display: none;
	margin-top: 80px!important;
	width: 400px;
	margin-left: -100px!important;
	}

#tk .products_wrap .inner .right .name{
	margin-top: 40px!important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	}

#tk .products_wrap .inner .right .color{
	margin-top: 10px!important;
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .title{
	margin-top: 30px!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	}

#tk .products_wrap .inner .right .read{
	margin-top: 20px!important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: left;
	}


#tk .products_wrap .inner .right .link{
	width: 100%;
	padding-top: 30px!important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #ffffff;
	overflow: hidden;
	}
	


/*バナー
--------------------------------------*/
#tk .bn_sp{
	width: 88%;
	margin: 50px auto 50px auto!important;
	padding: 0 0;
	overflow: hidden;
	text-align: center;
	}
#tk .bn_sp img{
	width: 100%;
	margin: 10px 0!important;
	}
	


/*ラインナップ
--------------------------------------*/
	
	
.common_wrap{
	width: 88%!important;
}
#tk .lineup_title{
	width: 100%;
	margin: 0 auto 0 auto!important;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	overflow: hidden;
}
.recommend_wrap{
	margin-top: 0!important;
}
.common_wrap{
	width: 100%!important;
}
/*店舗情報
--------------------------------------*/
#tk .brand_shop_wrap{
	width: 88%;
	margin: 40px auto 0 auto!important;
	padding: 0 0!important;
	overflow: hidden;
}
/*youtube
--------------------------------------*/
#tk .youtube_wrap{
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
#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%;
	}
#tk .youtube_wrap2{
	width: 100%!important;
	margin: 40px auto 0 auto!important;
	overflow: hidden;
	}
	
	
	
#tk .brand_shop_wrap{
	width: 88%;
	margin: 40px auto 0 auto!important;
	overflow: hidden;
	}
	
/*NO NAME SHOP
--------------------------------------*/
#tk .shop_wrap{
	width: 88%;
	margin: 40px 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;
	
	}


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