<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*sub_page共通*/

.page_top {
	position: relative;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page_title {
	width: 100%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.sub_page .wrapper {
	max-width: 3000px;
	padding: 2.4rem 0 8rem;
	background-color: rgba(238,238,238,0.9);
	background-color: #000;
}


/*BRANDshoetree*/
.pc_only {
	display: block;
}

.page_top:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:800px;
  height:100vh;
  background:url("../images/keen_pagetop.webp") center no-repeat;
  background-size: cover;
  background-position: bottom 20%;
  background-color: #A0A7AD;
}

/*シューツリーページ共通*/

/*タイトル部分*/


.lead_section {
	padding: 8rem 0 0;
}

#lead {
	max-width: 900px;
	margin: auto;
}

#sub_lead {
	padding: 8rem 0 0;
	background-color: rgba(229,200,11,0.6);
	background-color: #E0D05F;
}

#lead .common_title,
#lead .comment,
#lead .sentence span {
	color: #fff !important;
}

#title {
	align-items: top;
}

#top_title {
	text-align: center;
	margin-bottom: 2.4rem;
	padding: 0 60px;
}

#top_title img {
	width: 100%;
	max-width: 300px;
}

.common_title {
	font-size: 4rem;
	font-weight: 600 !important;
	margin-bottom: 1.2rem;
	margin: 0 0 1.2rem 0;
	padding: 0 0 1.2rem 0;
	text-align: center;
}

.comment {
	line-height: 1.5;
}

.feature_title_h3 {
	font-size: 2rem !important;
	font-weight: 600;
	margin: 0 !important;
}

.sentence {
	margin: 1.6rem auto 4.8rem;
	text-align: center;
}

#lead .sub_title {
	font-family: "noto-sans display", sans-serif !important;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 1.2rem 4rem;
}

#point {
	display: flex;
}

#point li {
	width: calc(100%/3 - 30px);
	margin: 15px;
	padding: 8rem 3.2rem;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
}

#point .common_title {
	/*color: #3B7BB3;*/
}

#point p {
	font-size: 1.8rem;
	font-weight: 600;
	/*color: #3B7BB3;*/
}

#movie {
	margin: 4.8rem auto 0;
}

/*タイトル部分ここまで*/


.model_section {
    padding: 5rem 0 4rem;
	background-color: #000;
}

.model_section .common_title {
	color: #fff;
}

.model_section .comment,
.model_section .comment span {
	color: #fff;
}

/*アイテム共通*/
.item_list {
	display: flex;
	flex-wrap: wrap;
}

.item {
    width: calc(100% / 2);
    padding: 1rem 2.4rem;
    box-sizing: border-box;
}

.image_box {
    position: relative;
}

/*.image_box img:hover {
	opacity: 0.9;
	background-color: #000;
	transition: 1s;
}

.image_box:hover {
	background-color: #000;
	transition: 1s;
}*/

.product_info {
    width: 100%;
    text-align: center;
    overflow-wrap: break-word;
}

.buy,
.buy_big {
    width: 100%;
    max-width: 120px;
	height: 20px;
    background-color: #000;
    margin: .8rem auto;
    padding: 3px 0;
    white-space: nowrap;
	border-radius: 2px;
}

.buy a, .buy_big a, .viewmore a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.buy a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.buy p,
.buy_big p {
	font-size: 1.2rem;
	position: relative;
	top: 50% !important;
	transform: translate(0, -50%) !important;
}

.buy:hover,
.viewmore:hover {
	background-color: #FADA00;
	transition: 1s;
}

.buy:hover p,
#contact .viewmore:hover a p {
	color: #000 !important;
	transition: 1s;
}

.buy p {
	color: #fff;
}

#contact .viewmore:hover {
	border: 1px solid #000;
}

.buy:hover a::after,
.viewmore:hover a::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
	transition: 1s;
}

.item_title {
	display: flex;
	align-items: center;
	position: relative;
}

.item_title::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
}

.item_title h2 {
	font-size: 4.8rem;
	margin: 0 4rem 0 0;
	padding: 1.6rem 4rem 1.6rem 0;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

.item_title h2::after {
	display: flex;
	content: "";
	width: 1px;
	height: 60%;
	border-right: 1px solid #000;
	position: absolute;
	top: 10%;
	right: 0;
	transform: translate(0, 0);
}

.small_text {
	font-family: "noto-sans display", sans-serif;
	font-size: 1.2rem;
}

.keen_section .sub_title {
	font-size: 1.2rem;
	display: inline-block;
	padding: 2.4rem 8rem 1.2rem;
	margin: 0 0 4.8rem 0;
	border-bottom: 1px solid #000;
}	

.viewmore {
	position: relative;
	width: 150px;
	margin-top: 4.8rem;
}

.column_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	background-color: rgba(255,255,255,0.9);
	background-color: #fff;
	position: relative;
}

.column_2 .common_title {
	text-align: left;
}

.column_2 img {
	vertical-align:top;
}

.column_2 .left_side {
	width: 50%;
}

.column_2 .right_side {
	width: 50%;	
}

#keen_section_1 .column_2 .right_side,
#keen_section_2 .column_2 .left_side,
#keen_section_3 .column_2 .right_side,
#keen_section_4 .column_2 .left_side,
#keen_section_5 .column_2 .right_side,
#keen_section_6 .column_2 .left_side {
	padding: 2rem 4rem;
	box-sizing: border-box;
}

#keen_section_2 .column_2 .left_side {
	padding: 2.4rem;
	box-sizing: border-box;
}

#keen_section_3 .column_2 .right_side {

}


.viewmore a:hover &gt; .viewmore_text {
	color: #fff;
	transition: all .5s ease;
}

.viewmore a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}


/*お問合せ*/

#contact {
	padding: 4rem 0;
}

.center_border {
	display: block;
	width: 1px;
	height: 100px;
	margin: 0 auto 2.4rem;
	background-color: #fff;
}

#contanct_comment {
	text-align: center;
	margin: 2.4rem 0 4.8rem;
	position: relative;
	color: #fff;
}

#contact .viewmore {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 70px;
	margin: auto;
	border: 1px solid #FFF;
	border-radius: 3px;
	box-sizing: border-box;
}

#contact .viewmore p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

#contact .eff_1 {
    width: 400px;
    height: 70px;
    left: -400px;
}

#contact .viewmore:hover .eff_1 {
	left: 0;
}


@media (max-width: 1050px) {
/*sub_page共通*/	
.sub_page .wrapper {
	padding: 2.4rem 0;
}
	
.page_name {
	right: 4.8rem;
}
.page_top {
	height: 500px;
}
	
.page_top:before{
  height: 500px;
  background-size: cover;
  background-position: top -3% right 70%;
}
	
/*タイトル*/
	
.lead_section {
	padding: 2rem 0 0;
}
	
#sub_lead {
    padding: 4rem 0 0;
}
	
.common_title {
	font-size: 2.4rem;
}
	
#lead .sub_title {
	margin: 0 auto 0;
}
	
/*アイテム*/
	
.column_2 {
	align-items: center;
}
	
#keen_section_1 .column_2 .left_side, #keen_section_2 .column_2 .right_side, #keen_section_3 .column_2 .left_side, #keen_section_4 .column_2 .right_side, #keen_section_5 .column_2 .left_side, #keen_section_6 .column_2 .right_side {
	padding: 2rem;
}
	
#keen_section_1 .column_2 .right_side, #keen_section_2 .column_2 .left_side, #keen_section_3 .column_2 .right_side, #keen_section_4 .column_2 .left_side, #keen_section_5 .column_2 .right_side, #keen_section_6 .column_2 .left_side {
	padding: 2rem;
}
	
.item {
    width: calc(100% / 2);
    padding: 10px;
    box-sizing: border-box;
}	
	
/*お問合せ*/
	
#contact {
	padding: 8rem 0 16rem;
}
	
}

@media (max-width: 900px) {
    main {
        margin: 116px 0 0 !important;
    }
	
	
.page_top:before{
  height: 500px;
  background-size: cover;
  background-position: top 0 right 50%;
  margin-top: 116px;
}	
}

@media (max-width: 600px) {
	
.wrapper {
        margin: 0 !important;
   }
	
.pc_only {
	display: none;
}
	
.page_top {
	height: 500px;
}
	
.page_title {
    width: 80%;
	top: 45%;
}
	
/*タイトル*/
#top_title {
    padding: 0 80px;
}	
	
.common_title {
	text-align: left;
	padding: 0 30px;
}
	
.feature_title_h3 {
    font-size: 1.6rem;
}
	
.comment {
	padding: 0 30px;		
}
	
.sentence {
	text-align: left;
}
	
.model_section .comment br {
	text-align: left !important;
    display: none;
}
	
.lead_section {
    /*padding: 4rem 2.4rem 8rem;*/
}
	
#lead .sub_title {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	margin: 0 auto 0;
}
	
#lead .sentence  {
    text-align: left;
}
	
#point {
	flex-direction: column;
}
	
#point li {
	width: calc(100% - 30px);
	padding: 40px 10px;
}
	
#point .common_title {
	text-align: center;
}
	
#movie {
    margin: 1.2rem 0 0;
}
	
.model_section {
    padding: 5rem 0 1rem;
}

#keen_section_1 .feature_title_h3,
#keen_section_2 .feature_title_h3,
#keen_section_3 .feature_title_h3,
#keen_section_4 .feature_title_h3,
#keen_section_5 .feature_title_h3,
#keen_section_6 .feature_title_h3 {
    margin-left: 30px;
}
	
.column_2 {
	flex-direction: column;
}
	
#keen_section_2 .column_2,
#keen_section_4 .column_2,
#keen_section_6 .column_2 {
	flex-direction: column-reverse;		
}
	
#keen_section_1 .column_2 .left_side,
#keen_section_2 .column_2 .right_side,
#keen_section_3 .column_2 .left_side,
#keen_section_4 .column_2 .right_side,
#keen_section_5 .column_2 .left_side,
#keen_section_6 .column_2 .right_side{
	width: 100%;
	padding: 0;
}

#keen_section_1 .column_2 .right_side,
#keen_section_2 .column_2 .left_side,
#keen_section_3 .column_2 .right_side,
#keen_section_4 .column_2 .left_side,
#keen_section_5 .column_2 .right_side,
#keen_section_6 .column_2 .left_side {
	width: 100%;
	padding: 30px 0;
}

.product_info .comment {
	padding: 0;	
}	
.viewmore {
	margin: 4.8rem auto 0;	
}

/*お問合せ*/	
	
#contact {
    padding: 4rem 2.4rem;
}
	
}</pre></body></html>