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

	Date: 2023-01-31
	CSS Document ： 人気スタイリスト福田麻琴さんと作りました【IEDIT】
	
	.共通スタイル

=============================================================*/

/*===========================

ベース

===========================*/
body .pc_id {
 display: block !important;
}
body .sp_id {
 display: none !important;
}
body {
 width: 100%;
 height: auto;
 overflow-x: auto;
}
#wrapper {
 padding-top: 0;
 overflow-x: hidden;
 color: #000000;
 text-align: left;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-size: 76.5%;
}
img {
 height: auto;
 border: none;
 vertical-align: bottom;
}
@media (min-width: 920px) {
 a:hover {
  opacity: 0.7;
 }
 a {
  transition: all 0.3s;
 }
 #codes_id a:hover {
  opacity: 0.75;
 }

}
/* SP */
@media (max-width: 919px) {
 #codes_id a:hover {
  opacity: 1;
 }
 #codes_id a:active {
  opacity: 0.75;
 }
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display: block;
}

/*===========================

ヘッダー

===========================*/
#headerbox_id h1 {
 font-size: 75%;
 margin: 0;
}
#headerbox_id h1 a {
 padding-bottom: 1px;
}
#headerbox_id h1 a, #headerbox_id h1 a:visited {
 color: #888888 !important;
}
#headerbox_id {
 font-size: 85%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 margin: 0.8em 1em;
}
#headerbox_id::after {display:none;}
#header_id {
 font-size: 75%;
 white-space: nowrap;
}
#header_id ul {
 text-align: right;
}
#header_id li {
 display: inline-block;
 margin-right: 7px;
}
#header_id li a {
 padding-bottom: 1px;
}
/* SP */
@media (max-width: 919px) {
 body .pc_id {
  display: none !important;
 }
 body .sp_id {
  display: block !important;
 }
 body {
  -webkit-text-size-adjust: 100%;
 }
 #headerbox_id h1 {
  /* width: auto; */
  /* padding: 1em; */
  /* float: none; */
  /* display: none; */
  order: 1;
  padding: 1em 1em;
  margin: 0;
 }
 /* ヘッダー */
 #headerbox_id {
  /* width: 100%; */
  /* min-width: 10px; */
  /* min-height: 12px; */
  /* left: 0px; */
  /* top: 0px; */
  /* z-index: auto; */
  justify-content: flex-start;
  margin: 0;
 }
 #header_id {
  /* width: auto; */
  /* min-width: 10px; */
  /* padding: 10px 10px 10px 10px; */
  /* white-space: normal; */
  /* float: none; */
  width: 100%;
  border-bottom: 1px solid #eee;
 1em 1em
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  padding: 0.5em 1em;
 }
 #header_id ul {
  text-align: left;
 }
 #header_id li {
  display: inline-block;
  _display: inline;
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
 }
}
@media (max-width: 480px) {
 #header_id {
  /* padding: 5px 5px 5px 5px; */
 }
 #header_id li {
  padding-right: 3px;
  font-size: 8px;
 }
}


/*===========================

SOLD OUT ITEM

===========================*/
body .sold_out_id .spec_id {
 opacity: 0.2;
}
body .sold_out_id .spec_inner_id {
 position: relative;
}
body .sold_out_id .thankyou_id {
 width: 100%;
 text-align: center;
 display: block;
 font-size: 180%;
 font-family: "Times New Roman", Times, "serif";
 font-weight: bold;
 line-height: 1.1;
 letter-spacing: 1px;
 margin-top: -1em;
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/* 一商品のみsold out */
body .sold_out_min_id {
 position: relative;
}
body .sold_out_min_id img {
 opacity: 0.2;
}
body .sold_out_min_id span {
 opacity: 0.2;
 display: block;
}
body .sold_out_min_id .thankyou_id {
 width: 100%;
 text-align: center;
 display: block;
 font-size: 140%;
 font-family: 'Times New Roman', "Times New Roman", Times, "serif";
 font-weight: bold;
 line-height: 1.1;
 letter-spacing: 1px;
 margin-top: -1em;
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
body li.sold_out_min_id .thankyou_id {
 font-size: 80%;
}
/*===========================

プランナーコメント

===========================*/
.planner_id {
 text-align: center;
 background: #EEF1EB;
 margin: 0 -500% 55px;
 padding: 30px 500% 50px;
}
.planner_id p {
 color: #333333;
 font-size: 115%;
 max-width: 780px;
 margin: 1.8em auto 1.8em;
 line-height: 1.9;
 text-align: justify;
}
/* SP */
@media (max-width: 919px) {
 .planner_id {
  margin: 0 0 45px;
  padding: 30px 5% 30px;
 }
 .planner_id p {}
}
/*===========================

商品別タイトル

===========================*/
#wrapper li.item_ttl {
 text-align: left;
}
#wrapper li.item_ttl div {
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 margin: 0 -500% 25px;
 padding: 17px 500%;
}
#wrapper li.item_ttl img {
 vertical-align: middle;
 margin-right: 30px;
}
#wrapper li.item_ttl * {
 font-family: "黎ミン M", "Reimin Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#wrapper li.item_ttl .ttl_num_id {
 font-family: "Times New Roman", Times, "serif";
 letter-spacing: 0.25em;
 font-size: 160%;
}
#wrapper li.item_ttl a:hover{
text-decoration: none;
}
#wrapper li.item_ttl p {
 display: inline-block;
 font-size: 275%;
 vertical-align: middle;
 line-height: 1.35;
 margin: 0;
 max-width: 100%;
}
#wrapper li.item_ttl p.spacing {
 letter-spacing: 2px;
}
#wrapper li.item_ttl p .min_id {
 font-size: 70%;
 letter-spacing: 0;
 line-height: 1.6;
}
/* SP */
@media (max-width: 919px) {
 #wrapper li.item_ttl &gt; img, #wrapper li.item_ttl a &gt; img {
  width: 35%;
  margin: 0 auto 5px;
  display: block;
 }
	#wrapper li.item_ttl .ttl_num_id {
 font-size: 120%;
 margin-left: 0.5em;
}
 #wrapper li.item_ttl p {
  width: 66%;
  margin: 0 !important;
  font-size: 135%;
 }
 #wrapper li.item_ttl div {
  padding: 15px 500% 15px;
 }
 #wrapper li.item_ttl div img {
  width: 25%;
  margin-right: 3%;
 }
}
/*===========================

アーカイブ大

===========================*/
#wrapper ul.archive_id {
 margin: 0 -500% 1.5em;
 padding: 0 500% 3.5em;
 /* border-bottom: 1px dotted #CCC; */
}
#wrapper ul.archive_id li {
 width: 600px;
 margin: 0 auto;
}
#wrapper ul.archive_id li.collabo_arrow_id {
 font-family: "黎ミン B", "Reimin Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #748b59;
 font-size: 240%;
 margin: 1.5em auto 0.2em;
 text-align: center;
 display: block;
 letter-spacing: 0.1em;
}
#wrapper ul.archive_id li.item_ttl div {
 border: 1px solid #000;
 margin: 0 auto 25px;
 padding: 10px 10px;
 position: relative;
 box-sizing: border-box;
}
#wrapper ul.archive_id li.item_ttl a {
 display: block;
}
#wrapper ul.archive_id li.item_ttl div::before {
 content: "";
 bottom: 5px;
 right: 5px;
 border-top: 12px solid transparent;
 border-right: 12px solid #000; /* 三角色 */
 position: absolute;
 z-index: 100;
}
#wrapper ul.archive_id li.item_ttl div img {
 margin-right: 20px;
}
#wrapper ul.archive_id li.item_ttl p {
 width: 400px;
 font-size: 200%;
}
@media (max-width: 919px) {
 #wrapper ul.archive_id li.collabo_arrow_id {
  margin: 2em auto 0.3em;
  font-size: 4.3vw;
 }
 #wrapper ul.archive_id {}
 #wrapper ul.archive_id li {
  width: 90%;
 }
 #wrapper ul.archive_id li.item_ttl div {
  margin: 0 0 1.0em;
 }
 #wrapper ul.archive_id li.item_ttl p {
  width: 69%;
  font-size: 140%;
 }
 #wrapper ul.archive_id.intoro_id li.item_ttl p {
  font-size: 120%;
 }
 #wrapper ul.archive_id li.item_ttl div img {
  margin-right: 4%;
 }
}
/*===========================

アーカイブ小

===========================*/
.min_archive_id {
 letter-spacing: 0.1em;
 font-family: "Times New Roman", Times, "serif";
 margin-bottom: 5em;
}
.min_archive_id .ac_ttl_id {
 text-align: center;
 font-size: 140%;
 margin-bottom: 1em;
	padding: 0.3em 0;
 position: relative;
	border: 1px solid #b2b2b2;
}



/* .min_archive_id .ac_ttl_id::before {
 content: "";
 display: block;
 width: 100%;
 height: 0;
 border-top: 1px solid #000;
 position: absolute;
 top: 50%;
 left: 0;
} */
.min_archive_id .ac_ttl_id span {
 background: #FFF;
 position: relative;
 padding: 0 1.5em;
}
.min_archive_id ul {
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 flex-wrap: wrap;
}
.min_archive_id ul li {
 width: 125px;
 margin: 14px 14px 0;
}
.min_archive_id ul li img{
	max-width:100%;
}
.min_archive_id ul .ttl_num_id {
 letter-spacing: 0.2em;
 text-align: center;
 display: block;
}
.min_archive_id ul li p {
 font-size: 84%;
 margin: 0.3em 0;
 letter-spacing: 0;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}


/* アーカイブ開閉 */
.min_archive_id .ac_ttl_id.btn_id {
	cursor: pointer;
	transition: all 0.3s;
	font-size: 150%;
	padding: 0.5em 0;
}


.min_archive_id .ac_ttl_id.btn_id::after {display: block;width: 1.5em;height: 100%;content: '';background-image: url(../images/min_archive_arrow.svg);background-position: right;background-repeat: no-repeat;background-size: 1.1em;position: absolute;top: 0.1em;right: 0.8em;transition: all 0.3s;}
.min_archive_id .ac_ttl_id.btn_id.open::after {
	transform: scale(1, -1);
}
.min_archive_id .close_archive{
	display: none;
}
@media (hover: hover) {
  .min_archive_id .ac_ttl_id.btn_id:hover {
    opacity: 0.6;
  }
}


/* SP */
@media (max-width: 919px) {
.min_archive_id {
width: 90%;
margin: 0 auto;
}
 .min_archive_id ul {
  margin: 0 auto;
 }
.min_archive_id .ac_ttl_id {
 margin-bottom:0.2em;
}
.min_archive_id .ac_ttl_id span {font-size: 3.6vw;}
.min_archive_id ul .ttl_num_id {font-size: 3.3vw;}

.min_archive_id ul li {
  width: 29%;
  margin: 14px 2.0% 0;
 }
}

/*===========================

ページトップへ

===========================*/
.pageTop {
 display: none;
 position: relative;
 height: 0;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
 z-index: 10000;
}
.pageTop a {
 position: fixed;
 bottom: 20px;
 right: 25px;
 left: auto;
 display: block;
 width: 100px;
 height: 100px;
 background: url(../images/pagetop.png);
 background-repeat: no-repeat;
 transition: all 0.3s;
}
@media (min-width: 920px) {
 .pageTop a:hover {
  bottom: 30px;
 }
}
@media (max-width: 920px) {
 .pageTop a {
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-size: contain;
 }
}

/*===========================

	SNS

===========================*/
#sns_id {
 text-align: center;
 display: block;
 margin: 0px auto 20px;
}
#sns_id li {
 width: 30px;
 display: inline-block;
 margin: 5px;
}
#sns_id li.sp_id {
 display: none;
}
#sns_id li a {
 width: 100%;
}
#sns_id li img {
 width: 100%;
 height: auto;
}
@media (max-width: 919px) {
 #sns_id li.sp_id {
  display: inline-block !important;
 }
}</pre></body></html>