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

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  }


* {
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

#slide {
	width: 100%;
	height: 100vh;
}

#slide ul {
	position: relative;
	width: 100%;
	height: 100%;
}


#slide li {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#slide li:nth-of-type(2) {
	background-image: url(../img/img3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#slide li:nth-of-type(3) {
	background-image: url(../img/img2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#button {
	padding-top: 520px;
	text-align: center;
}

#button ul {
	display: inline-block;
}

#button ul li {
	float: left;
	margin-right: 15px;
}

#button ul li:last-child {
	margin-right: 0;
}

#button ul li a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #A8DCDB;
}

#button ul li a.target {
	background: #41AFAD;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top-bar {
	width: 100%;
	background-color: #000000;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.main-nav ul {
	height: 60px;
	display: flex;
	align-items: center;
}

.main-nav ul li a {
	display: inline-block;
	padding: 22px 30px;
	text-decoration: none;
	color: #ffffff;
	transition: .3s;
}

.main-nav ul li a.active {
	background-color: #FBCD09;
	color: #000000;
}


.main-nav ul li a:hover {
	background-color: #FBCD09;
	color: #000000;
}

.logo {
	width: 150px;
	display: flex;
	align-items: center;
	transition: .3s;
	padding-left: 20px;
	height: 60px;
}

.logo img {
	width: 100%;
}

.logo:hover {
	opacity: .7;
}

.top-insta {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	transition: .3s;
}

.top-insta a {
	text-align: center;
}

.top-insta:hover {
	opacity: .7;
}

.top-insta img {
	width: 60%;
	height: 60%;
}

#text-slide {
	position: absolute;
	top: 17vh;
	left: 20%;
}

#text-slide ul {
	position: relative;
	height: 650px;
}

#text-slide ul li {
	position: absolute;
	writing-mode: vertical-lr;
	font-size: 2.5vh;
	line-height: 50px;
	letter-spacing: 5px;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
}

#text-slide2 {
	position: absolute;
	top: 150px;
	left: 9%;
	opacity: 0;
}

#text-slide2 ul {
	position: relative;
}

#text-slide2 ul li {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
}

.scroll-top {
	position: fixed;
	width: 100px;
	bottom: 0;
	right: 200px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	z-index: 100;
}

.top-text a {
	color: rgb(160, 160, 160);
	text-decoration: none;
}

.downBar-back {
	width: 1px;
	height: 80px;
	margin-top: 10px;
	background-color: rgb(95, 95, 95);
	position: relative;
	overflow: hidden;
}

.downBar {
	width: 100%;
	height: 100%;
	background-color: rgb(230, 228, 228);
	position: absolute;
	top: 0;
	left: 0;
	animation: downBar 2s linear infinite;
}

a .scroll-top .top-text #myText {
	transition: .3s;
	transition-delay: .3s;
	color: rgb(160, 160, 160);;
}

@keyframes downBar {
	from {
		top: -100%;
	}

	to {
		top: 100%;
	}
}

.upBar {
	width: 100%;
	height: 100%;
	background-color: rgb(230, 228, 228);
	position: absolute;
	top: 0;
	left: 0;
	animation: upBar 2s linear infinite;
}

@keyframes upBar {
	from {
		top: 100%;
	}

	to {
		top: -100%;
	}
}

.top-page {
	padding: 150px 50px;
	position: relative;
}

.vertical-title {
	writing-mode: vertical-lr;
}

.normal-text {
	writing-mode: horizontal-tb;
}

.vertical-title ul li {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: .9rem;
}

li.display-inline {
	display: inline;
	letter-spacing: 5px;
}

.vertical-title ul li.display-inline a {
	padding: 15px 10px 35px;
	position: relative;
}

.vertical-title ul li.display-inline a span {
	position: absolute;
	bottom: 10px;
}

.vertical-title ul li.display-inline a:hover {
	padding-bottom: 40px;
}

.vertical-title ul li.display-inline a:hover span {
	animation: down-up 1.5s linear infinite;
}

@keyframes down-up {
	from {
		bottom: 15px;
	}

	to {
		bottom: 5px;
	}
}

.vertical-title ul li a {
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	font-size: .9rem;
	text-decoration: none;
	transition: .5s;
}

.vertical-title ul li a:hover {
	color: #000000;
	background-color: #FBCD09;
	transform: scale(1.1);
}

.vertical-title h2 {
	font-size: 2rem;
	margin-left: 10px;
	letter-spacing: 5px;
}

.vertical-title p {
	font-size: 1rem;
	margin-left: 20px;
	letter-spacing: 5px;
}

.side-load {
	width: 1px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.stay {
	width: 1px;
	height: 200px;
	background-color: rgb(231, 231, 231);
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.move {
	width: 1px;
	height: 200px;
	background-color: rgb(0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	animation: downbar 3s linear infinite;
}

@keyframes downbar {
	from {
		top: -100%;
	}

	to {
		top: 100%;
	}
}

.season {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-top: 100px;
}

.kisetsu {
	width: 23.5%;
	position: relative;
	cursor: pointer;
	transition: .5s;
}

.kisetsu:hover {
	transform: scale(1.05);
}

.kisetsu img {
	width: 100%;
	height: 100%;
}

.atribut {
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	background-image: linear-gradient(to top, #000000c4, #00000000);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .7s;
}

.kisetsu:hover .atribut {
	height: 100%;
	background-image: linear-gradient(to top, #000000c4, #000000c4);
}

.kisetsu:hover .atribut p {
	color: #FBCD09;
	position: relative;
	padding-right: 15px;
}

.kisetsu:hover .atribut p span {
	position: absolute;
	right: 0;
	animation: flip 1.5s linear infinite;
}

.atribut h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}

@keyframes flip {
	from {
		right: 0;
	}

	to {
		right: -10px;
	}
}

.jp-background {
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
}

.tenji {
	width: 75%;
	margin-top: 100px;

}

.tenji img {
	width: 100%;
	transition: .5s;
}

.tenji img:hover {
	transform: scale(1.02);
}

.section-space {
	display: flex;
	justify-content: space-between;
}

.flex-rev {
	flex-direction: row-reverse;
}

.right-load {
	width: 1px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

footer {
	background-color: #000000;
	/* padding: 80px 0 0; */
}

footer .wrapper {
	padding: 80px 0;
}

footer .footer-items {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	width: 20%;
	transition: .3s;
}

.footer-logo:hover {
	opacity: .7;
}

.footer-logo img {
	width: 80%;
}

.footer-address {
	width: 30%;
	text-align: center;
}

.footer-address ul {
	display: inline-block;
}

.footer-address ul li {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}

.footer-address ul li:last-child {
	margin-bottom: 0;
}

.footer-address ul li.lts {
	letter-spacing: 1px;
}

.footer-address ul li.bott a {
	border-bottom: 1px dotted #ffffff;
}

.footer-address ul li.bott a span {
	color: #FBCD09;
}

.footer-address ul li.bott a:hover {
	color: #FBCD09;
	border-bottom: 1px dotted #FBCD09;
}

footer .footer-items .footer-address ul li {
	color: #ffffff;
}

.footer-address ul li a {
	text-decoration: none;
	color: #ffffff;
}

.footer-address ul li.size-up {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-menu {
	width: 50%;
}

.footer-menu ul {
	display: flex;
	justify-content: flex-end;
}

.footer-menu ul li {
	/* margin-top: 20px; */
	/* width: 150px;
	text-align: center; */
	border-left: 1px dotted #c2c2c2;
}

.footer-menu ul li:first-child {
	border-left: none;
}

.footer-menu ul li.img-up {
	/* margin-top: 5px; */
	transition: .3s;
}

.footer-menu ul li.img-up:hover {
	opacity: .7;
}

.footer-menu ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
	transition: .3s;
	font-size: 1.2rem;
}

.footer-menu ul li a.active {
	color: #FBCD09;
}

.footer-menu ul li a:hover {
	color: #FBCD09;
}

.footer-menu ul li a img {
	width: 40px;
}

footer .cpr {
	border-top: 1px #ffffff solid;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}

.subpage-image {
	width: 100%;
	height: 400px;
	background-image: url(../img/product-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.subpage-image h2 {
	font-size: 2.5rem;
	letter-spacing: 5px;
	color: #ffffff;
	position: absolute;
	right: 25%;
	bottom: 15%;
	text-shadow: 0 0 5px #000000;
}

.subpage-image h2.bot-sz span {
	font-size: 1.5rem;
}

.product-shokai {
	text-align: center;
	padding: 150px 0;
}

.product-shokai h3 {
	font-size: 1.5rem;
	margin: 0 auto;
}

.product-content h3, .company-content h3, .contact-content h3 {
		margin-bottom: 10px;
		font-size: 1.5rem;
}

.product-content p, .company-content p, .contact-content p {
	font-size: .9rem;
	line-height: 1.5rem;
	margin: 0 auto;
}

.contact-content p.upsz {
	font-size: 1.3rem;
	line-height: 2rem;
}

.product {
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	padding: 150px 0;
}

.spring {
	width: 100%;
}

.product-title {
	text-align: center;
	margin-bottom: 50px;
}

.product-title h4 {
	font-size: 2.5rem;
	position: relative;
	display: inline;
}

.product-title h4::before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: -130px;
	top: 60%;
}

.product-title h4::after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	right: -130px;
	top: 60%;
}

.product-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product-items {
	width: 23%;
	padding: 0 10px 80px;
}

.no-bg {
	background-image: none;
	margin-top: 50px;
}

.nopdg-bottom {
	padding-bottom: 0;
	margin-bottom: -50px;
}

.product-items a img {
	width: 100%;
	transition: .5s;
}

.product-items:hover img {
	transform: scale(1.05);
}

.descript {
	text-align: center;
	margin-top: 15px;
	letter-spacing: 2px;
	line-height: 1.3rem;
}

.price {
	margin-top: 15px;
}

.font-smaller {
	font-size: .9rem;
}

.company {
	background-image: url(../img/company-image.jpg);
}

.company-content {
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.company-content h3 {
	margin-top: 60px;
}

.company-content p {
	font-size: .9rem;
}

.company-content h3.no-mrg {
	margin-top: 0;
}

.company-prof {
	margin: 150px 0;
}

.light-line {
	width: 45%;
	margin: 0 auto;
	border: 1px solid #000000;
}

.invi-space {
	width: 100%;
	height: 100%;
	padding: 70px;
	position: relative;
}

.invi-space h3 {
	font-size: 2rem;
	text-align: center;
	background-color: #ffffff;
	padding: 0 30px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.invi-space table {
	width: 100%;
	text-align: left;
	font-size: 1.1rem;
}

.pd-lr {
	padding: 0 20px;
}

.invi-space table td {
	padding-bottom: 40px;
	line-height: 1.5rem;
}

.invi-space table td a {
	color: #000000;
	text-decoration: underline;
}

.insta-mo {
	width: 250px;
}

.insta-mo img {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.insta-mo p a {
	font-family: 'Noto Serif JP', serif;
	color: #000000;
	text-decoration: none;
}

.insta-mo p.sho {
	font-size: .6rem;
	padding-top: 5px;
}

.insta-mo p.dai {
	font-size: 1.4rem;
	padding-top: 5px;
}


.tenjikai {
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.tenji-title {
	text-align: center;
	margin-bottom: 100px;
}

.tenji-title h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.tenji-title p {
	font-size: .9rem;
}

.tenji-gall {
	display: flex;
	justify-content: space-between;
}

.tenji-items {
	width: 48.5%;
}

.zm-in {
	width: 100%;
}

.tenji-items img {
	width: 100%;
	transition: .5s;
}

.tenji-items img:hover {
	transform: scale(1.02);
}

.tenji-desc {
	text-align: center;
	margin-top: 30px;
}

.contact {
	background-image: url(../img/contact-image.jpg);
}

.contact-content {
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


/* form */

.contact-form {
	padding-top: 50px;
	width: 50%;
	margin: 0 auto;
}

.contact-form p {
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: left;
}

.contact-form input {
	font-size: 18px;
	padding: 10px 10px;
	width: 100%;
	border: 1px solid #c2c2c2;
	border-radius: 0%;
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

.contact-form .radio-kenmei {
	text-align: left;
	font-size: 1.1rem;
}

.contact-form .radio-kenmei .radio-wrap {
	display: flex;
}

.contact-form .radio-kenmei .radio-items {
	margin-bottom: 20px;
	margin-right: 30px;
}

.contact-form .radio-kenmei .nopdg-tbm {
	margin-bottom: 0;
}

.contact-form .radio-kenmei input {
	width: fit-content;
}

.contact-form textarea {
	border: 1px solid #c2c2c2;
	border-radius: 0%;
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

#contact-form .display-flex {
	display: flex;
	justify-content: space-between;
}

#contact-form .display-flex .contact-left,
#contact-form .display-flex .contact-right {
	width: 45%;
}

#contact-form .display-flex .contact-right .form-content {
	padding: 10px;
	font-size: 16px;
	width: 100%;
}

::placeholder {
	font-size: 1rem;
	opacity: .3;
	/* Firefox */
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	font-family: Yu Mincho, 'Noto Serif JP', serif;
}

input:focus::placeholder {
	opacity: 0;
}

form#contact-form a button {
	background-color: #FBCD09 !important;
	border: none !important;
	padding: 15px 0 !important;
	cursor: pointer !important;
	transition: .5s !important;
	border-radius: 0 !important;
	font-family: Yu Mincho, 'Noto Serif JP', serif;
	width: 200px;
	font-size: 1rem;
	margin-top: 30px;
}

.call-cont {
	margin-top: 50px;
}

.call-cont p {
	text-align:center;
}

.callcont-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.call-items {
	border: #000000 3px solid;
	width: 45%;
}

.call-items p {
	padding: 0;
	margin: 0;
}

.call-items p a {
	padding: 20px 25px;
	margin: 0;
	font-size: 1.2rem;
	display: block;
	color: #000000;
	text-decoration: none;
	transition: .3s;
}

.call-items p a:hover {
	background-color: #FBCD09;
}

.call-cont p.call-ttl {
	font-size: 1.3rem;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

form#contact-form a button:hover {
	transform: scale(1.05);
}

.ham-menu {
	width: 100%;
	height: 100%;
	background-color: #000000de;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 150;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .8s;
	opacity: 0;
	left: 100%;
}

.ham-menu ul {
	width: 200px;
	height: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	margin-top: 200px;
}

.ham-logo {
	position: absolute;
	top: 150px;
}

.ham-menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.7rem;
}

.ham-menu ul li a:hover {
	color: #FBCD09;
}

.ham-menu ul li a.active {
	color: #FBCD09;
}

.main-nav .mob-menu {
	justify-content: flex-end;
	/* opacity: 0; */
	display: none;
	position: absolute;
	z-index: 100;
}

.main-nav .mob-menu li span {
	color: #FBCD09;
	font-size: 45px;
}

.main-nav .mob-menu li span.icon-iconfinder_Close {
	display: none;
}

.dis-br br {
	display: none;
}

.dis-br span.des-ena br {
	display: inline-block;
} 

.contact-content#success-msg h3 {
	/* font-size: 2rem; */
	margin-bottom: 70px;
	line-height: 3rem;
}

/* .contact-content#success-msg h3 span.des-ena br {
	display: none;
} */


.contact-content#success-msg a button {
	background-color: #FBCD09;
	border: none;
	width: 200px;
	height: 60px;
	font-family: Yu Mincho, 'Noto Serif JP', serif;
	font-size: 1.2rem;
	transition: .5s;
	cursor: pointer;
}

.contact-content#success-msg a button:hover {
	transform: scale(1.1);
}

.dis-hid {
	display: none;
}

.footer-menu ul li a span.icon-left03 {
	display: none;
}

.footer-address ul li.lts span.mob-ena br {
	display: none;
}



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

	.descript#fsc {
		font-size: .9rem;
	}

	.main-nav ul li a {
		padding: 22px 20px;
	}

	.footer-menu ul {
		display: block;
	}

	.footer-menu ul li {
		margin-top: 15px;
		border-left: none;
	}

	.footer-menu ul li:first-child {
		margin-top: 0;
	}

	/* .footer-menu ul li.img-up {
		margin-top: 15px;
	} */

	.footer-menu ul li a {
		font-size: 1rem;
	}

	.footer-address ul li.bott a {
		font-size: 1.1rem;
	}

	.footer-menu {
		width: 20%;
	}

	#text-slide {
		top: 120px;
	}

	.footer-address ul li {
		font-size: .9rem;
	}

	.wrapper {
		width: 90%;
	}

	.light-line {
		width: 70%;
	}

	#text-slide ul li {
		font-size: 1.5rem;
		line-height: 60px;
	}

	.subpage-image h2 {
		right: 15%;
	}

	.scroll-top {
		right: 50px;
	}

	.contact-form {
		width: 70%;
	}

	.footer-logo {
		width: 20%;
	}

	.footer-logo img {
		width: 100%;
	}

	.footer-address {
		width: 60%;
	}

	.product-shokai h3, .product-shokai p {
		width: 100%;
	}

	.contact-content h3, .product-content h3, .company-content h3 {
		margin-bottom: 5px;
	}

	.contact-content#success-msg h3 {
		font-size: 1rem;
	}
}

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

	/* .wrapper {
		width:97%;
	} */

	.season {
		width: 75%;
	}

	.top-bar {
		position: fixed;
	}
	
	.top-page {
		padding: 100px 10px;
	}

	.main-nav ul li a {
		padding: 22px 15px;
	}

	.contact-form {
		width: 80%;
	}

	.light-line {
		width: 80%;
	}

	.product-shokai {
		padding: 50px 0;
	}

	.product {
		padding: 100px 0;
	}

	.nopdg-bottom {
		padding-bottom: 0;
	}

	.descript {
		margin-top: 5px;
		line-height: 20px;
		font-size: .7rem;
	}

	.descript#fsc {
		font-size: .6rem;
	}

	.price {
		margin-top: 0;
	}

	.product-items {
		padding-bottom: 50px;
	}

	.main-nav .desk-menu {
		opacity: 0;
	}

	.main-nav .mob-menu {
		display: flex;
		opacity: 1;
		position: relative;
	}

	.top-insta {
		display: none;
	}

	/* .contact-content p.upsz {
		font-size: 1rem;
	} */

	.dis-br span.mob-ena br {
		display: inline;
	}

	.contact-content#success-msg h3 span.mob-ena br {
		display: inline;
	}
	
	.dis-br span.des-ena br {
		display: none;
	}

	.contact-content p.upsz span.mob-ena br {
		display: inline;
	}

	footer {
		padding: 0;
	}

	footer .wrapper {
		width: 100%;
		padding: 0 0 50px;
	}

	footer .footer-items {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.footer-logo {
		width: 100%;
		padding-left: 20px;
		margin-top: 40px;
		margin-bottom: 0;
	}

	.footer-logo img {
		width: 250px;
	}

	.footer-address {
		width: 100%;
		padding: 50px 0 10px;
	}

	.footer-address {
		text-align: left;
		margin-bottom: 0;
	}

	.footer-address ul li {
		font-size: 1.5rem;
	}

	.footer-address ul li.size-up {
		font-size: 2rem;
	}

	/* .footer-address ul li.bott {
		display: none;
	} */

	.footer-address ul {
		display: block;
	}

	.footer-address ul li {
		padding-left: 20px;
	}

	.footer-menu {
		width: 100%;
		margin-bottom: 0;
	}

	.footer-menu ul li {
		border-bottom: 1px dotted #b5b4b4;
	}

	.footer-menu ul li {
		margin-top: 0;
	}

	.footer-menu ul li a {
		/* font-size: 1.1rem; */
		display: block;
		padding: 20px;
		font-size: 1.1rem;
		position: relative;
	}

	.footer-menu ul li a span {
		position: absolute;
		right: 20px;
	}

	.footer-menu ul li a span.icon-left03 {
		display: inline;
	}

	.dis-hid {
		display: block;
	}

	
	.contact-content#success-msg h3 span.mob-ena br {
		display: none;
	}

	.contact-content#success-msg h3 {
		line-height: 1.5rem;
	}

	.contact-content#success-msg h3 span.mob2-ena br {
		display: inline;
	}

	.call-items p a {
		font-size: 1rem;
	}
}

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

	.main-nav {
		width: 40%;
	}

	.main-nav .mob-menu {
		z-index: 200;
	}

	#text-slide {
		left: 10%;
	}

	#text-slide ul li {
		font-size: 1rem;
		line-height: 40px;
	}

	.ham-menu ul {
		height: 40%;
		margin-top: 120px;
	}

	.ham-menu ul li a {
		font-size: 1.2rem;
	}

	.scroll-top {
		right: 0;
	}

	.section-space {
		flex-direction: column;
	}
	
	.section-space .vertical-title {
		display: inline-table;
		margin: 0 auto;
	}

	.season {
		width: 100%;
		flex-wrap: wrap;
		margin-top: 60px;
	}

	.kisetsu {
		width: 48%;
		margin-top: 20px;
	}

	.tenji {
		width: 100%;
		margin-top: 70px;
	}

	footer {
		padding: 0;
	}

	footer .wrapper {
		width: 100%;
		padding: 0 0 50px;
	}

	footer .footer-items {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.footer-logo {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 0;
	}

	.footer-logo img {
		width: 200px;
	}

	.footer-address {
		width: 100%;
		padding: 50px 0 10px;
	}

	.footer-address {
		text-align: left;
		margin-bottom: 0;
	}

	.footer-address ul li {
		font-size: 1rem;
	}

	.footer-address ul li.size-up {
		font-size: 1.5rem;
	}

	/* .footer-address ul li.bott {
		display: none;
	} */

	.footer-address ul {
		display: block;
	}

	.footer-address ul li {
		padding-left: 20px;
	}

	.footer-menu {
		width: 100%;
		margin-bottom: 0;
	}

	.footer-menu ul li {
		border-bottom: 1px dotted #b5b4b4;
	}

	.footer-menu ul li {
		margin-top: 0;
	}

	.footer-menu ul li a {
		/* font-size: 1.1rem; */
		display: block;
		padding: 20px;
		font-size: 1.1rem;
		position: relative;
	}

	.footer-menu ul li a span {
		position: absolute;
		right: 20px;
	}

	.footer-menu ul li a span.icon-left03 {
		display: inline;
	}

	.dis-hid {
		display: block;
	}

	.subpage-image h2 {
		right: 5%;
		font-size: 2rem;
	}

	.subpage-image h2.bot-sz span {
		font-size: 1rem;
	}

	.product-title h4 {
		font-size: 1.5rem;
	}

	.product-title h4::before {
		width: 60px;
		left: -70px;
	}

	.product-title h4::after {
		width: 60px;
		right: -70px;
	}

	.product-items {
		width: 50%;
		padding-bottom: 50px;
	}

	.descript {
		font-size: .7rem;
		margin-top: 5px;
	}

	.price {
		margin-top: 0;
	}

	.product-shokai {
		padding: 50px 10px;
	}

	.invi-space h3 {
		font-size: 1.5rem;
	}

	.light-line {
		width: 95%;
	}

	.invi-space {
		padding: 50px 20px;
	}

	.company-prof {
		margin: 100px 0;
	}

	.tenjikai {
		padding: 100px 0;
	}

	.tenji-title {
		margin-bottom: 50px;
	}

	.tenji-gall {
		flex-wrap: wrap;
	}

	.tenji-items {
		width: 100%;
		margin-bottom: 50px;
	}

	.tenji-desc {
		margin-top: 10px;
		font-size: .75rem;
		line-height: 20px;
	}

	#contact-form .display-flex {
		flex-wrap: wrap;
	}

	#contact-form .display-flex .contact-left, #contact-form .display-flex .contact-right {
		width: 100%;
	}

	.tenji-title p {
		font-size: .8rem;
	}

	.product-shokai h3 {
		line-height: 30px;
	}

	.contact-form input {
		/* height: 50px; */
		font-size: 25px;
	}

	#contact-form .display-flex .contact-right .form-content {
		font-size: 20px;
	}

	.contact-content#success-msg h3 {
		margin-bottom: 50px;
		font-size: 1rem;
	}

	.contact-content p.upsz {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.contact-content p.upsz span.mob-ena br {
		display: inline;
	}

	.contact-form .radio-kenmei .radio-wrap {
		display: block;
	}

	.callcont-wrap {
		display: block;
	}

	.call-items {
		width: 100%;
		margin-bottom: 20px;
	}

	.call-cont p.call-ttl {
		line-height: 1.9rem;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.call-items p a {
		font-size: 1.1rem;
	}
}

@media screen and (max-height: 540px) {
	#text-slide {
		top: 100px;
		left: 15%;
	}

	#text-slide ul li {
		font-size: 1rem;
		line-height: 50px;
		letter-spacing: 4px;
	}
}

@media screen and (max-height: 414px) {
	#text-slide {
		top: 80px;
		left: 10%;
		opacity: 0;
	}

	#text-slide ul li {
		font-size: .7rem;
		line-height: 40px;
		letter-spacing: 4px;
	}

	#text-slide2 {
		opacity: 1;
	}

	.ham-menu ul {
		margin-top: 50px;
		height: 40%;
	}

	.ham-menu ul li a {
		font-size: 1rem;
	}

	.scroll-top {
		right: 0;
	}

	.vertical-title h2 {
		font-size: 1.5rem;
		margin-left: 5px;
	}

	.vertical-title p {
		margin-left: 10px;
		font-size: .8rem;
	}

	.season {
		width: 75%;
	}

	.atribut h3 {
		font-size: 1.5rem;
	}

	.atribut p {
		font-size: .7rem;
	}

	.downBar-back {
		height: 40px;
	}

	.subpage-image h2 {
		bottom: 20%;
	}

}

@media screen and (max-width: 375px) {
	.product-shokai p {
		font-size: .8rem;
	}

	.product-shokai h3 {
		font-size: 1.2rem;
		line-height: 25px;
	}

	.invi-space h3 {
		font-size: 1.4rem;
		top: -10px;
	}

	.invi-space table {
		font-size: .9rem;
	}

	.invi-space table td {
		padding-bottom: 30px;
	}

	.pd-lr {
		padding: 0 10px;
	}

	.company-content h3 {
		margin-top: 40px;
	}

	.footer-address ul li.size-up {
		font-size: 1.5rem;
	}

	.footer-address ul li.lts {
		font-size: 1rem;
	}

	.footer-logo img {
		width: 150px;
	}

	.contact-content#success-msg h3 {
		font-size: .9rem;
	}

	.call-cont p.call-ttl {
		line-height: 1.8rem;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.call-items p a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 320px) {
	.product-shokai p {
		font-size: .7rem;
		line-height: 1.2rem;
	}

	.product-content h3, .company-content h3, .contact-content h3 {
		margin-bottom: 5px;
	}

	.subpage-image h2 {
		bottom: 40%;
		font-size: 1.5rem;
	}

	.subpage-image h2.bot-sz span {
		font-size: 1rem;
	}

	.contact-content#success-msg h3 span.mob-ena br {
		display: inline-block;
	}

	.footer-address ul li.size-up {
		font-size: 1.2rem;
	}

	.footer-address ul li.lts span.mob-ena br {
		display: inline-block;
	}

	.contact-content#success-msg h3 {
		font-size: .8rem;
		line-height: 1.3rem;
	}

	.contact-content#success-msg h3 span.mob-ena br {
		display: none;
	}

	.footer-address ul li.lts {
		line-height: 1.5rem;
	}

	.call-cont p.call-ttl {
		font-size: 1.1rem;
		line-height: 1.5rem;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.call-items p a {
		font-size: .9rem;
	}
}

@media screen and (max-width: 280px) {
	.invi-space h3 {
		font-size: 1.1rem;
	}

	.invi-space table td {
		font-size: .7rem;
	}
}</pre></body></html>