<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
///////////////////// */

/* コーデ一覧ページ
------------------ */
/*- マタニティ見出し -*/
.coord_h2{
	border-bottom-color: #666;
	margin-bottom: 0;
}

.coord_h2 .sabon{
	font-size: 112.5%;
}

/*- 一覧リスト -*/
.coordinate_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 3rem;
}

.coordinate_list li{
	width: 49%;
	padding: 5px;
	box-sizing: border-box;
}

.coordinate_list:before, .coordinate_list:after{
	display: block;
	content: "";
	width: 49%;
	height: 0;
	padding: 5px;
	box-sizing: border-box;
}

.coordinate_list:before{
	order: 1;
}

@media print, screen and (min-width: 768px){
.coordinate_list li, .coordinate_list:before, .coordinate_list:after{
	width: 33%;
}
}

@media print, screen and (min-width: 1040px){
.coordinate_list{
	justify-content: space-between;
}

.coordinate_list li{
	width: 25%;
	padding: 5px 5px 1rem;
}

.coordinate_list:before, .coordinate_list:after{
	display: block;
	content: "";
	width: 25%;
	height: 0;
	padding: 5px 5px 1rem;
	box-sizing: border-box;
}

.coordinate_list li a{
	transition: 0.3s;
}

.coordinate_list li a:hover{
	opacity: 0.8;
}
}

/* コーデ詳細ページ
------------------ */
/*- common.css上書き -*/
.btsq{
	margin-bottom: 1rem;
}

/*- コーデ全体レイアウト -*/
#coordinate{
	text-align: center;
	padding-bottom: 3rem;
}

#coordinate_header{
	margin: 2rem 2rem 0;
}

#coordinate_main{
	margin: 0 2rem 1rem;
}

#coordinate_reco{
	display: none;
	background: #ededed;
	padding: 4rem 0.5rem 1rem;
	margin-bottom: 3rem;
}

#coordinate_footer{
	margin: 0 2rem 4rem;
}

@media print, screen and (min-width: 1040px){
#coordinate_header{
	width: 1040px;
	margin: 3rem auto 0;
}

#coordinate_main{
	width: 1040px;
	margin: 0 auto 1rem;
}

#coordinate_reco{
	padding: 6rem 0 2rem;
}

#coordinate_footer{
	width: 1040px;
	margin: 0 auto 4rem;
}
}

/* コーデヘッダ
------------------ */
/* メイン商品タイトル */
#coord_h{
	/*font-family: "Times New Roman", serif;*/
	font-size: 150%;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
}

#coord_h span{
	display: block;
	font-size: 50%;
	padding-bottom: 0.2rem;
}

/*- 商品ページへ戻るリンク -*/
.coord_back{
	text-align: left;
	text-decoration: underline;
	margin: 0 0 2rem -1rem;
	font-size: 87.5%;
}

/* コーデメイン
------------------ */
/*- メインコーデリスト -*/
.coord_list{
	padding-bottom: 2.5rem;
	font-size: 75%;
}

#coordinate_main img{
	margin-bottom: 0.5rem;
}

/*- コーデ写真下テキスト -*/
.coord_title{
	padding-bottom: 0.7rem;
	line-height: 1.6;
}

.coord_list .btsq{
	font-size: 116.67%;
}

/* おすすめ商品
------------------ */
/*- おすすめ見出し -*/
#reco_h{
	text-align: center;
	margin-bottom: 2rem;
	font-weight: normal;
	color: #333;
}

#reco_h span:first-child{
	display: block;
	font-size: 150%;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: 4px;
}

#reco_h span:before, #reco_h span:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#reco_h span:after{
	bottom: -3px;
	height: 1px;
}

@media print, screen and (min-width: 768px){
#reco_h span:first-child{
	font-size: 175%;
	padding-bottom: 8px;
}
}

@media print, screen and (min-width: 1040px){
#reco_h{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
}

/*- おすすめリスト -*/
#coordinate_reco ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "Yu Mincho Demibold", "Yu Mincho", "YuMincho", serif;
	font-size: 68.75%;
	line-height: 1.5;
}

#coordinate_reco ul &gt; li{
	width: 32%;
	margin: 0 2px 2.5rem;
	align-self: stretch;
	background: #fff;
}

.reco_img{
	display: block;
	padding: 4px 2px 0;
	line-height: 1.0;
}

.reco_t{
	padding: 2rem 0 1rem;
	min-height: 3em;
}

a.reco_bt{
	text-decoration: none;
	padding: 1rem 0;
	margin-top: 1rem;
	display: inline-block;
	width: 100%;
	font-size: 92.3%;
}

.reco_bt span{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #000;
	margin: 0 0 1px 0.5rem;
}

@media print, screen and (min-width: 768px){
.reco_img{
	padding: 8px 4px 0;
}

.reco_t{
	padding: 1.5rem 0;
}
}

@media print, screen and (min-width: 1040px){
#coordinate_reco ul{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	font-size: 87.5%;
}

#coordinate_reco ul &gt; li{
	margin: 0 4px 2.5rem;
}
}

/*end*/</pre></body></html>