@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&text=お取扱事業者様');*/

@media screen and (min-width: 641px) {
	.section {
		margin-top: 0 !important;
	}
	.local_navigation {
		position:static;
		margin-top:0;
	}
	.local_navigation.fixed {
		margin-top: 0;
	}
	.breadcrumb-nav {
		top: 0;
	}
}


/* ===================================
     共通
   =================================== */

.content_top>.section{
	padding-top:70px;
	padding-bottom:70px;
}
.content_top h2{
	width:95%;
	margin:0 auto 80px;
	padding-bottom:10px;
    border-bottom: 1px solid #17288b;
}

.content_top .t_btn {
	text-align:right;
}
.content_top .t_btn a {
	text-decoration:none;
	font-size:16px;
	font-weight:500;
}
.content_top .t_btn a:hover {
	color:#ff6600;
}
.content_top .t_btn a span {
	padding-right:18px;
	background-image:url(/products/k-tai_d_common_v3/images/icon_arrow2_bk.png) ;
	background-repeat:no-repeat;
	background-position: right 50%;
	background-size:14px;
}
.content_top .t_btn a:hover span {
	background-image:url(/products/k-tai_d_common_v3/images/icon_arrow2_or.png)
}

@media screen and (max-width: 640px) {
	
	.content_top {
		margin-top:72px;
	}
	.content_top>.section{
		padding-top:35px;
		padding-bottom:50px;
	}
	.content_top h2{
		margin-bottom:50px;
		max-width:100%;
		padding-bottom:7px;
		font-size:40px;
		font-weight:500;
		letter-spacing: 0.2em;
		color:#666666;
		font-family: 'Cormorant Garamond','Noto Serif JP', serif;
	}
	.content_top h2.jp{ font-size:32px;font-weight:400;}
	.content_top h2::after{
		display: inline-block;
		content: attr(data-label);
	}
	.content_top h2 img {
		display:none;
	}
	.content_top .t_btn a {
	
		font-size:14px;
	}
	.content_top .t_btn a span {
		padding-right:18px;
		background-size:12px;
	}
}


/* ===================================
     SPEC
   =================================== */
	
.content_top .t_spec {

}
.content_top .t_spec .spec_inner {
	width:960px;
	margin:0 auto 2em;
	position:relative;
}
.content_top .t_spec .spec_inner:after{
	content:"";
	display:block;
	clear:both;
}

.content_top .t_spec .spec_inner .spec_icon{
	
	margin-top:80px;
	margin-bottom:30px;
	font-size:10px;
	/*font-weight:300;*/
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:stretch;
}
.content_top .t_spec .spec_inner .spec_icon li {
	width:180px;
	font-size:16px;
	margin-bottom:30px;
	padding:110px 10px 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:102px;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon01 {
	background-image:url(../images/ico_index_spec_01.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon02 {
	background-image:url(../images/ico_index_spec_02.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon03 {
	background-image:url(../images/ico_index_spec_03.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon04 {
	background-image:url(../images/ico_index_spec_04.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon05 {
	background-image:url(../images/ico_index_spec_05.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon06 {
	background-image:url(../images/ico_index_spec_06.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon07 {
	background-image:url(../images/ico_index_spec_07.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon08 {
	background-image:url(../images/ico_index_spec_08.png);
}
.content_top .t_spec .spec_inner .spec_size {
	position: relative;
}
.content_top .t_spec .spec_inner .spec_size p {
	text-align: center;
}
.content_top .t_spec .spec_inner .spec_list{
	float:right;
	font-size:15px;
	margin-top: 1em;
	min-width: 250px
}

.content_top .t_spec .spec_inner .spec_list dt{
	float:left;
	text-align:left;
	clear:both;
}
.content_top .t_spec .spec_inner .spec_list dd{
	float:left;
	text-align:left;
}
.content_top .t_spec .spec_inner .spec_list dd:before { 
	display:inline;
	content:"...........";
	padding:0 0.5em;
}
@media screen and (min-width: 641px) {
	.content_top .t_spec .spec_inner .spec_list .size {
		position: absolute;
	}
	/* サイズPC用位置指定 */
	.content_top .t_spec .spec_inner .spec_list .s_w {left:235px;top:215px}  /* 幅 */
	.content_top .t_spec .spec_inner .spec_list .s_h {left:566px;top:168px;} /* 高さ */
	.content_top .t_spec .spec_inner .spec_list .s_t {left:697px;top:67px}   /* 厚さ */
	.content_top .t_spec .spec_inner .spec_list .size dd:before {
		content:":";
		display:inline;
		padding:0 0.5em;
	}
}
@media screen and (max-width: 640px) {
	.content_top .t_spec .spec_inner {
		width:auto;
		margin:0 10px 15px;
	}
	.content_top .t_spec .spec_inner .spec_icon{
		width:auto;
		margin-top:20px;
		margin-bottom:20px;
		margin-right:0;
		font-weight:500;
	}
	.content_top .t_spec .spec_inner .spec_icon li {
		width:79px;
		margin-bottom:15px;
		padding:75px 3px 0;
		background-size:70px;
		font-size:13px;
		line-height: 1.2;
	}
.content_top .t_spec .spec_inner .spec_size .spec_line_img {
		width:100%;
		margin-bottom: 1em;
	}
	.content_top .t_spec .spec_inner .spec_size .spec_line_img img {
		width:280px;
		margin-right: 20px;
		/* 合計300以下*/
	}
	.content_top .t_spec .spec_inner .spec_list{
		float:none;
		width:auto;
		min-width: 0;
		margin-top:20px;
		margin-left:0;
		display:inline-block;
		padding:0;
		font-size:15px;
		font-weight:500;
	}
	.content_top .t_spec .spec_inner .spec_list:after {
		content:"";
		clear:both;
		display:block;
	}
	.content_top .t_spec .spec_inner .spec_list .size::before {position: absolute;}
	/* サイズSP用位置指定 */
	.content_top .t_spec .spec_inner .spec_list .s_w::before {content:"幅"; top:145px;left:calc(50% - 127px)}
	.content_top .t_spec .spec_inner .spec_list .s_h::before {content:"高さ"; top:113px;left:calc(50% + 43px)}
	.content_top .t_spec .spec_inner .spec_list .s_t::before {content:"厚さ"; top:43px;left:calc(50% + 133px)}

}

/* ===================================
     GALLEERY
   =================================== */
.content_top .t_gallery img.img_gallery {
	width:95%;
	max-width:1200px;
	min-width:960px;
	margin-bottom:2em;
		
}
@media screen and (max-width: 640px) {
	.content_top .t_gallery img.img_gallery {
		max-width:100%;
		min-width:0;
		margin-bottom:2em;
	}	
}

/* ===================================
     MOVIE
   =================================== */

.content_top .t_movie h3 {
	font-size:20px;
	font-weight:400;
	margin-bottom:0.5em;
}

.container .t_movie .video_movie {
	max-width:960px;
	margin:auto;
	margin:0 auto 2em;
}
.container .t_movie .video_movie video {
	width:100%;
}
.content_top .t_movie .youtube {
	width:960px;
	height:540px;
	margin:0 auto 2em;
    position: relative;
	    box-shadow: 0 0 10px #dadada;
}
.content_top .t_movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 640px) {
	.content_top .t_movie h3 {
		font-size:18px;
	}
	.content_top .t_movie .youtube {
		width:auto;
		margin:0 0 2em;
		height:0;
		padding-bottom: 56.25%;
	}
}

/* ===================================
     POINT
   =================================== */
.content_top .t_point .point_catch {
	text-align: center;
	margin-bottom: 2em;
}
.content_top .t_point .point3 {
	max-width:1300px;
	min-width:960px;
	width:95%;
	margin:0 auto;
	display: -webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.content_top .t_point .point3 > li {
   width:31%;
   text-align:left;
   padding-bottom:70px;
   position:relative;
}
.content_top .t_point .point3 > li > img {
	width:100%;
	margin-bottom:1em;
}
.content_top .t_point .point3 > li h3 {
	font-size:18px;
	font-weight:500;
	line-height:1.5;
	margin-bottom:1em;
	text-align:center;
	padding-bottom:10px;
	background:url(/products/k-tai_d_common_v3/images/bg_line_dotted.png) repeat-x left bottom;
}
.content_top .t_point .point3 > li .point_txt {
	font-size:14px;
	/*font-weight: 300;*/
	line-height:1.5;
}
.content_top .t_point .point3 > li .t_btn {
	position:absolute;
	bottom:0;
	right:0;
	line-height:1.2;
}
	
@media screen and (max-width: 640px) {
	.content_top .t_point .point_catch {
		font-size:21px;
	}
   .content_top .t_point .point3 {
		max-width:none;
		min-width:0;
		display:block;
		padding:0;
	}
   .content_top .t_point .point3 > li {
	   width:100%;
	   padding-bottom:0;
	   margin-bottom:40px;

	}
	.content_top .t_point .point3 > li:last-child {
		margin-bottom:20px;
	}
	.content_top .t_point .point3 > li > img {
		margin-bottom:1em;
	}
	.content_top .t_point .point3 > li h3 {
		font-weight:600;
		font-size:34px;
		line-height: 1.3;
		padding-bottom: 0.5em;
	    margin-bottom: 0.5em;
	}
	.content_top .t_point .point3 > li .point_txt {
		font-weight: 500;
		font-size:18px;
		line-height: 1.5;
	}
	.content_top .t_point .point3 > li .t_btn {
		position:static;
		margin-top:1em;
		line-height: 1.5;
	}
}

/* ===================================
     SPECIAL SITE
   =================================== */
.content_top .t_special {

}
.content_top .t_special .bnr_list {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.content_top .t_special .bnr_list li {
	margin-bottom:40px;
	max-width:45%;
	background-color: #eee;
}
.content_top .t_special .bnr_list li img {
	width:100%;
	
}
.content_top .t_special .bnr_list li a img {
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.content_top .t_special .bnr_list li a:hover img {
	opacity:0.7;	
}

.content_top .t_special .cocoroplus {
	background-color:#FFF;
	color:#333;
	border:none;
	margin-top:1em;
}
.content_top .t_special .cocoroplus p {
	margin-top:0;
	font-weight:400;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.content_top .t_special {
		padding-bottom:50px;
	}
	.content_top .t_special .bnr_list {
		width:auto;
		max-width:none;
		min-width:0;
		margin:0 auto;
		display:block;
		padding:0 10px;
	}
	.content_top .t_special .bnr_list li {
		margin-bottom:20px;
		max-width:100%;
	}
	.content_top .t_special .cocoroplus {
		padding: 0.5em;
	}
	.content_top .t_special .cocoroplus img {
		margin-top: 0.5em;
	}
	.content_top .t_special .cocoroplus p {
		line-height: 1.5;
	}
}

/* ===================================
     SUPPORT
   =================================== */

.content_top .t_support_inner {

}
.content_top .t_support .support_list {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	/*flex-wrap:wrap;*/
	align-items:stretch;
}
.content_top .t_support .support_list li {
	width:300px;
}
.content_top .t_support .support_list li:first-child:nth-last-child(2),
.content_top .t_support .support_list li:first-child:nth-last-child(2) ~ li {
	width:600px;
}
.content_top .t_support .support_list li a {
	display:block;
	background-color:#FFF;
	padding-top:180px;
	text-decoration:none;
	border-radius:8px;
	font-size:26px;
	background-repeat:no-repeat;
	background-position:center 3px;
	transition-property: background-image;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	background-size:160px;
}
.content_top .t_support .support_list li.s_support a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support.png)
}
.content_top .t_support .support_list li.s_support a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support_hover.png)
}
.content_top .t_support .support_list li.s_faq a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq.png)
}
.content_top .t_support .support_list li.s_faq a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq_hover.png)
}
.content_top .t_support .support_list li.s_accessory a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory.png)
}
.content_top .t_support .support_list li.s_accessory a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory_hover.png)
}

.content_top .t_support .support_list li a span {
	padding:5px 10px;
	transition-property: border;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.content_top .t_support .support_list li a:hover span {
	border-bottom:3px solid #585858;
}

@media screen and (max-width: 640px) {

	.content_top .t_support .support_list {
		max-width:none;
		min-width:0;
	}
	.content_top .t_support .support_list li {
		width:33.33%;
	}
	.content_top .t_support .support_list li:first-child:nth-last-child(2),
	.content_top .t_support .support_list li:first-child:nth-last-child(2) ~ li {
		width:50%;
	}
	.content_top .t_support .support_list li a {
		padding:100px 5px 5px 5px;
		background-size:80px;
		font-size:14px;
	}
	.content_top .t_support .support_list li a span {
		padding:0 3px 3px;
	}
	.content_top .t_support .support_list li a span img {
		height:20px;
	}
}

/* ===================================
     フッターリンク（サポート非表示）
   =================================== */
   
#footer_link_area .supportLink.section {
	display:none;
}

/* ===================================
     他修正
   =================================== */

.snsBanner li {
	background-color: white;
	border-radius: 4px;
}

/********* ここからバナースライド Slick 用 **********/
/*（バナー1件対応）*/
.topBanner {
	padding-top:30px;
	background-color: #eee;
}

.topBanner > ul {
	width: 876px;
	margin:0 auto;
}
.topBanner > ul li {
	text-align: center
}
.topBanner > ul li a {
	padding:0 5px;
	display: block;
}
.slick-prev, .slick-next {
	width: 22px;
    height: 48px;
}
.slick-prev {
    left: -38px;
}
.slick-next {
    right: -36px;
}
.slick-prev:before,
.slick-next:before {
    content: "";
	display: block;
    width: 22px;
    height: 48px;	
}
.slick-prev:before{
	background: url(/products/k-tai_d_common_v3/images/btn_slide_left.png) no-repeat left 50%;
}
.slick-next:before {
	background: url(/products/k-tai_d_common_v3/images/btn_slide_right.png) no-repeat right 50%;
}
.slick-dots{
    bottom: -37px;
}
.slick-dots li{
    width: 10px;
    height: 10px;
}
.slick-dots li button:before {
	content: "";
	display: block;
    width: 10px;
    height: 10px;
	border-radius:20px;
	background-color:#808080;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}

@media screen and (max-width: 640px) {
	.topBanner {
		padding:20px 30px 0;
	}
	.topBanner > ul {
		width: auto;
		padding-bottom:20px;
	}
	.topBanner > ul li a {
		padding:0;
	}
	.slick-dotted.slick-slider{
    	margin-bottom: 0px;
}
	.slick-dots{
		bottom: -5px;
	}
	.slick-dots li{
		width: 8px;
	}
	.slick-dots li button:before {
		width: 8px;
		height: 8px;		
	}
	.multiple-item img {
		width:100%
	}
	.slick-prev {
		left: -22px;
	}
	.slick-next {
		right: -22px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 12px;
	}
	.slick-prev:before {
    	margin-right: auto;
	}
	.slick-next:before {
    	margin-left: auto;
	}
}

.snsBanner {
	position: relative;
	margin-bottom:0;
	text-align: center;
	background-color: #eee;
	padding:30px 0;
}
.snsBanner li.fb a {
	width: 300px;
}
.snsBanner li.ml a {
	width: 300px;
}
.snsBanner li.ml a span {
	line-height: 32px;
}
@media screen and (max-width: 640px) {
	.snsBanner {
		padding:15px 0;
	}
}

