<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: TEJ
*/

* {
    margin: 0;
    padding: 0;
}
.red {
	color: red;
}
html {
    width: 100%;
    height: 100vh;
    /* font-family: "M PLUS 1p", sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-family: "Shippori Mincho", serif; */
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
  }
  
  @media screen and (max-width: 1000px) {
    html {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 600px) {
    html {
      font-size: 16px;
    }
  }
body {
    background: #E3E3E3;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    font-family: sans-serif;
    color: #000;
}
#header {
    display: none;
}

/* â†“â†“ãƒ˜ãƒƒãƒ€ãƒ¼â†“â†“ */
header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 100;
}
.header_container {
    position: relative;
    width: 100%;
    height: 130px;
    background: #E8FDFF;
}
.header_logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 230px;
}
.header_logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_logo .logo {
    width: 100%;
}
.header_nav_list {
    position: absolute;
    top: 20%;
    right: 5%;
}
.header_tll {
    position: absolute;
    left: 280px;
    bottom: 20px;
 Â&nbsp; Â&nbsp;font-size: 1.3rem;
    font-weight: bold;
}
.header_list {
    display: flex;
    gap: 35px;
}
.header_list li a {
    position: relative;
    font-size: 1.15rem;
}
.header_list li a::after {
    position: absolute;
    content: '';
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 3px;
    background: #000000;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.header_list li a:hover::after {
    transform: scale(1, 1);
    transition: .3s;
}


@media screen and (max-width: 1000px) {
    .header_container {
        height: 100px;
    }
    .header_logo {
        top: 30%;
		left: 10px;
        width: 150px;
    }
    .header_tll {
        left: 10px;
        bottom: 5px;
        font-size: 1rem;
    }
  }

/* â†“â†“ãƒ˜ãƒƒãƒ€ãƒ¼ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼â†“â†“ */

.header_hamburger {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #FBB03B;
    cursor: pointer;
    z-index: 10;
  }
  .header_hamburger .bar::after,
  .header_hamburger .bar::before,
  .header_hamburger .bar span {
    position: absolute;
    left: 2.5px;
    width: 85%;
    height: 4.5px;
    border-radius: 4.5px;
    background: #fff;
    content: "";
    transition: .5s;
  }
  .header_hamburger .bar::after {
    transform-origin: top left;
    top: 22%;
  }
  .header_hamburger .bar span {
    top: 44.7%;
  }
  .header_hamburger .bar::before {
    transform-origin: bottom left;
    bottom: 22%;
  }
  
  .header_hamburger .bar.active::after {
    top: 17%;
    left: 9.4px;
    /* width: 70%; */
    height: 4px;
    transform: rotate(45deg);
    transition: .5s;
  }
  .header_hamburger .bar.active::before{
    left: 9.4px;
    bottom: 17%;
    /* width: 70%; */
    height: 4px;
    transform: rotate(-45deg);
    transition: .5s;
  }
  .header_hamburger .bar span.passive {
    transform-origin: center;
    transform: scaleX(0);
    transition: .5s;
  }
  
  .header_hamburger_container nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 101vh;
    text-align: center;
    background: #ffdcdc;
    color: #fff;
    transform: translateY(-100%);
    transition: .5s;
    z-index: 1;
    /* display: none; */
  }
  .header_hamburger_container nav.active {
    /* display: block; */
    transform: translateY(0);
    transition: .5s;
  }
  .header_hamburger_list {
    margin-top: 200px;
  }
  .header_hamburger_list li {
    margin-bottom: 70px;
    font-size: 2rem;
  }
  .header_hamburger_list li a {
    color: #fff;
  }
  @media screen and (min-width: 1000px) {
    .header_hamburger_container {
      display: none;
    }
  }
  @media screen and (max-width: 1000px) {
    .header_nav_list {
      display: none;
    }
  }

/* â†‘â†‘ãƒ˜ãƒƒãƒ€ãƒ¼ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼â†‘â†‘ */
/* â†‘â†‘ãƒ˜ãƒƒãƒ€ãƒ¼â†‘â†‘ */

/* â†“â†“ãƒ¡ã‚¤ãƒ³â†“â†“ */
/* MV start */

.mv {
    position: relative;
    left: 50%;
	transform: translatex(-50%);
    max-width: 1920px;
    height: 60vw;
	max-height: 1080px;
    overflow: hidden;
    z-index: -1;
}

.mv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.mv img:nth-of-type(1) {
	animation: mv 26.5s 0s infinite both;
	z-index: 8;
}
.mv img:nth-of-type(2) {
	animation: mv 26.5s 3s infinite both;
	z-index: 7;
}
.mv img:nth-of-type(3) {
	animation: mv 26.5s 6s infinite both;
	z-index: 6;
}
.mv img:nth-of-type(4) {
	animation: mv 26.5s 9s infinite both;
	z-index: 5;
}
.mv img:nth-of-type(5) {
	animation: mv 26.5s 12s infinite both;
	z-index: 4;
}
.mv img:nth-of-type(6) {
	animation: mv 26.5s 15s infinite both;
	z-index: 3;
}
.mv img:nth-of-type(7) {
	animation: mv 26.5s 18s infinite both;
	z-index: 2;
}
.mv img:nth-of-type(8) {
	animation: mv 26.5s 21s infinite both;
	z-index: 1;
}
@keyframes mv {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; 
        transform: scale(1.2,1.2) }
}
/* MV end */

/* index */

article {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
	padding: 0 20px;
    max-width: 1500px;
}
.main_container {
    flex: 1;
    max-width: 1500px;
}
.main_item_container {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 100%;
    min-height: 400px;
    border-radius: 40px;
}
.main_item_container:nth-child(1) {
    background: #FFFBF1;
}
.main_item_container:nth-child(2) {
    background: #F1F8FF;
}
.main_item_container:nth-child(3) {
    background: #FFF1FE;
}
.main_item_container:nth-child(3) .main_item_img {
    display: none;
}

.main_item_txt {
    flex: 1;
}
.main_item_txt h3 {
    margin: 50px 0 0 50px;
    font-size: 2.5rem;
    font-weight: bold;
}
.concept_txt_box {
    margin-top: 90px;
    text-align: center;
}
.concept_txt {
    display: inline-block;
	width: 80%;
	max-width: 980px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.7rem;
    border-bottom: solid 3px #000000;
}
.concept_img_box {
    display: flex;
    flex-direction: row;
    margin: 70px 50px;
}
.concept_img {
    max-width: 500px;
}
.concept_img_box_txt {
    margin-left: auto;
}
.concept_img_box_txt p {
	margin-left: 40px;
    font-size: 1.5rem;
}


.accessmap_box {
	display: flex;
/* 	flex-direction: row; */
	flex-direction: column;
	margin: 50px auto;
	padding: 0 20px;
	max-width: 950px; 
}
.access_add_container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 30px;
/* 	margin-left: 50px; */
	font-size: 1.2rem;
}
.accessmap {
	position: relative;
  	width: 100%;
  	padding-top: 56.25%;
/* 	padding-top: 75%; */
}
.accessmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1000px) {
	.concept_img_box {
     	flex-direction: column;
	}
	.concept_img {
		margin: 0 auto;
	}
	.concept_img_box_txt p {
		margin: 0;
		margin-top: 30px;
	}
	
/* 	.accessmap_box {
		flex-direction: column;
	} */
	
	
}

/* blog start */

.blog_item_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
	padding: 0 20px;
    max-width: 1380px;
	gap: 35px;
}
.blog_item_box a {
	background: #fff;
}
.blog_item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px;
	max-width: 220px;
	min-height: 550px;
	background: #fff;
}
.blog_item .blog_img {
	margin: 0 auto;
	width: 220px;
	height: 220px;
	object-fit: cover;
}
.blog_item .blog_img img{
/* 	width: 100%; */
	width: 220px;
	height: 220px;
	object-fit: cover;
}

.blog_ttl {
	margin-top: 10px;
    text-align: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	word-wrap:break-word;
}
.blog_box {
	position: relative;
	display: flex;
	margin-top: auto;
	width: 220px;
	height: 210px;
}
.blog_date {
	position: absolute;
/* 	top: 10px; */
	right: 0;
	padding-right: 5px;
	text-align: right;
	font-size: 0.65rem;
}
.blog_txt {
	margin-top: auto;
	padding-top: 10px;
	width: 220px;
	height: 180px;
	line-height: 1rem;
	font-size: 0.8rem
}
.blog_txt p {
	word-wrap:break-word;
}

@media screen and (max-width: 1420px) {
	.blog_item_box {
		flex-wrap: wrap;
		max-width: 830px;
	}
}
@media screen and (max-width: 870px) {
	.blog_item_box {
		max-width: 560px;
	}
}
@media screen and (max-width: 600px) {
	.blog_item_box {
		max-width: 280px;
	}
}


/* blog end */
/* feature start */


.feature_container {
    display: flex;
	margin-top: 30px;
    flex-direction: column;
	width: 100%;
    max-width: 1500px;
	row-gap: 70px;
}
.feature_item_box {
    width: 100%;
    max-width: 1150px;
    min-height: 1px;
    border-radius: 50px;
}


.feature_container .feature_item_box:nth-child(1) {
    background: #FFF1FE;
}
.feature_container .feature_item_box:nth-child(2) {
	margin-left: auto;
    background: #F1FFF6;
}
.feature_container .feature_item_box:nth-child(3) {
    background: #FFFBF1;
}
.feature_container .feature_item_box:nth-child(4) {
    margin-left: auto;
    background: #F1FCFF;
}
.feature_container .feature_item_box:nth-child(5) {
    background: #f1fff1;
}

.feature_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 75px;
}
.feature_item_tll {
    margin: 50px 0 0 75px;
    font-size: 1.7rem;
}
.feature_box .feature_img {
    margin-left: 75px;
    max-width: 380px;
}
.feature_img img {
    width: 100%;
}
.feature_txt_box {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    row-gap: 30px;
}
.feature_txt {
    display: flex;
}
.feature_txt h3 {
    font-size: 1.3rem;
    font-weight: bold;
}
.feature_txt p {
    padding: 0 20px;
	max-width: 500px;
    font-size: 1rem;
}
.feature_chui {
	margin: 0 0 30px 30px;
}

@media screen and (max-width: 1000px) {
	.feature_container {
		row-gap: 50px;
	}
	.feature_item_box {
		margin-top: 0;
	}
	.feature_item_box {
		padding: 0 5%;
		width: 90%;
	}
	.feature_box {
		flex-direction: column;
	}
	.feature_item_tll {
		margin-left: 0;
		text-align: center;
	}
	.feature_box .feature_img {
		margin-left: auto;
		margin: 0 auto;
	}
	.feature_txt_box {
		margin-left: 0;
		margin-top: 20px;
	}
	.feature_chui {
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
}




/* feature end */
/* shoes_measure start */

.shoes_measure_container {
    margin: 40px auto;
	padding: 0 2.5%;
    width: 95%;
    max-width: 1500px;
}
.shoes_measure_tll h3 {
    font-size: 4rem;
}
.shoes_measure_tll p {
    margin-top: 80px;
    font-size: 2.5rem;
}
.shoes_measure_item_list {
	margin-top: 15px;
	padding: 30px 0;
	border-radius: 20px;
    border: #000 solid 1px;
    background: #fff;
}
.shoes_measure_item {
    display: flex;
	flex-direction: row;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
    padding: 20px 20px;
    max-width: 1050px;
    
}
.shoes_measure_item img {
    max-width: 250px;
	border: #000 solid 1px;
}
.shoes_measure_txt {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    row-gap: 30px;
}
.shoes_measure_txt p {
    font-size: 1.3rem;
    font-weight: bold;
}
.shoes_measure_txt h3 {
    font-size: 2rem;
}

@media screen and (max-width: 600px) {
	.shoes_measure_tll h3 {
		font-size: 3rem;
	}
	.shoes_measure_tll p {
		margin-top: 30px;
		font-size: 1.8rem;
	}
	.shoes_measure_item {
		flex-direction: column;
		margin-top: 30px;
	}
	.shoes_measure_item img {
		width: 80%;
	}
	.shoes_measure_txt {
		margin: 0;
		margin-top: 20px;
	}
}


/* shoes_measure end */
/* shoes_make start */


.shoes_make_container {
    margin: 0 auto;
	margin-top: 30px;
    padding: 0 30px;
    max-width: 600px;
}
.shoes_make_item {
    max-width: 600px;
    text-align: center;
}
.shoes_make_item img {
    width: 100%;
}
.shoes_make_item .yajirushi {
    width: 15%;
}
.shoes_make_item p {
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .shoes_make_item p {
        padding: 10px 0;
        font-size: 1.3rem;
        font-weight: bold;
    }
}

/* shoes_make end */
.motto_btn {
    display: block;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    width: 200px;
    height: 70px;
    background: #ffc179;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 1.5rem;
    transition: .5s;
}
.motto_btn:hover {
    background: #ff9c2a;
    transition: .5s;
}
@media screen and (max-width: 1000px) {
	.blog_btn {
		display: block;
		margin-top: 50px;
		margin-right: 30px;
		margin-bottom: 50px;
		margin-left: auto;
		width: 130px;
		height: 45px;
		background: #ffc179;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 45px;
		font-size: 1rem;
		transition: .5s;
	}
}
@media screen and (max-width: 600px) {
	.blog_btn {
		display: block;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: auto;
		width: 85px;
		height: 30px;
		background: #ffc179;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		font-size: 0.7rem;
		transition: .5s;
	}
	.top_btn {
		display: block;
		margin-top: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		width: 85px;
		height: 30px;
		background: #ffc179;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		font-size: 0.7rem;
		transition: .5s;
	}
}
/* â†‘â†‘ãƒ¡ã‚¤ãƒ³â†‘â†‘ */

/* archive start */

.archive_item {
	display: flex;
	margin: 20px 0;
	padding: 20px 20px;
	min-height: 1px;
	background: #fff;
}
.archive_img {
	width: 20%;
	min-width: 200px;
}

.archive_img img {
	width: 100%;
}
.archive_item_box {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	width: 100%;
}
.archive_tll,
.single_tll {
	font-size: 2rem;
}
.archive_date,
.single_date {
	margin-top: 10px;
	text-align: right;
}
.archive_txt {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.archive_txt p,
.archive_tll h1 {
	max-width: 1000px;
	word-wrap: break-word;
}
.kijiyomu {
/* 	margin: 20px 0; */
	margin-top: auto;
	margin-bottom: 10px;
	text-align: right;
}
.kijiyomu a {
	padding: 7px;
	border-radius: 10px;
	background: #647af5;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.archive_item {
		padding: 10px;
	}
	.archive_img {
		min-width: 150px;
	}
	.archive_tll,
	.single_tll {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.archive_txt {
		margin-top: 10px;
		font-size: 0.95rem;
	}
}


/* archive end */
/* single start */

.single_container {
	margin: 30px 0 0 0;
/* 	padding: 0 4%; */
	width: 100%;
}
.single_txt {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 2rem;
}
.blog_img {
	margin-bottom: 30px;
	max-width: 700px;
}
.blog_img img {
	width: 100%;
}
@media screen and (max-width: 600px) {
	.single_container {
/* 		padding: 0 10px; */
	}
	.single_txt {
		margin-top: 20px;
		font-size: 0.95rem;
		line-height: 1.5rem;
	}
}

/* single end */

/* â†“â†“ãƒ•ãƒƒã‚¿ãƒ¼â†“â†“ */
.footer_container {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    background: #E8FDFF;
}
.footer_list {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 300px;
	min-height: 1px;
    border-right: solid 2px #157788;
	background: #E8FDFF;
}
.footer_list .bottom {
    display: block;
    padding: 17px 0 17px 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #157788;
    transition: 0.5s;
}
.footer_list .bottom:hover {
    background: #48c5eb;
    transition: 0.5s;
}
.copy {
	padding: 30px 0;
    text-align: center;
	background: #E8FDFF;
}
.footer_icon {
	display: flex;
	gap: 15px;
    padding: 20px 0 0 2%;
    width: 98%;
	background: #E8FDFF;
}
.icon {
    width: 60px;
}
.footer_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 300px;
}
.footer_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/* â†‘â†‘ãƒ•ãƒƒã‚¿ãƒ¼â†‘â†‘ */</pre></body></html>