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


/* h1 img 
-----------------------------------------------------*/
@media screen and (min-width:641px){
header h1 img {
  width: 158px;
}}

@media screen and (max-width:640px){
header h1 img {
    width: 128px;
}}

.left {
  float: left;
}
.right {
  float: right;
}
.center{
	margin:0 auto;
	}

/* top-about
-----------------------------------------------------*/
#top-about p{
	line-height: 160%;
}

@media screen and (min-width:641px){
	#top-about {
		margin-bottom: 50px;
	}
	#top-about h1 img {
		height: 45px;
	}
	#top-about h1 + p {
		margin: 10px 0 20px;
	}
}

@media screen and (max-width:640px){
	#top-about {
		margin: 20px 0;
		padding: 0 10px;
	}
	#top-about h1 img {
	    height:30px;
	}
	#top-about h1 + p {
		margin: 10px 0 20px;
	}
	
	#top-about p.tx_copy {
		text-align: left;
	}
}

/* main */
@media screen and (min-width:641px){
.entry_box {
  margin: 0 auto 40px;
  display: table;
  padding-bottom: 50px;
  width: 985px;
  border-bottom: #b5b8bf 1px solid;
}}

@media screen and (max-width:640px){
.entry_box {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: #b5b8bf 1px solid;
}}


section#sub-contents {
  border: 0;
  padding: 0;
}

/* collection è¡£è£…ã‚³ãƒ¬ã‚¯ã‚·ãƒ§ãƒ³ã‚¤ãƒ³ã‚¯ãƒ«ãƒ¼ãƒ‰ç”¨
-----------------------------------------------------*/
@media screen and (min-width:641px){
#collection_pc ul {
  width: 985px;
  display: flex;
 display:-webkit-box;
  justify-content: space-between;
  margin-bottom: 5px;
}
#collection_pc ul img {
  width: 487px;
}

#collection_pc li{
	display: block;
	margin-right: 10px;
  width: 320px;
}

.collection_txt {
  text-align: right;
}
}

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

}
#hurisode_hakama li{
	margin-bottom: 20px;
}

#hurisode_hakama li img{
  width: 100%;
}

.hurisode_txt, .hakama_txt {
  text-align: left;
}
.hurisode_txt {
  color: #ec3583;
}
.hakama_txt {
  color: #27968f;
}}</pre></body></html>