<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section{
	overflow: hidden;
}

section.article{
	background: #fff;
	padding: 0;
}

.art__wrap {
  font-size: 14px;
  line-height: 1.8;
	font-weight: normal;
}
.art__wrap section {
  margin-bottom: 150px;
}
.art__wrap section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}

.art__wrap section h2.profile {
	text-align: center;
	padding-left: 0;
}


.art__wrap section h2:before {
  content: '';
  height: 1px;
  width: 15px;
  background: #000;
  position: absolute;
  top: 1em;
  left: 0;
}

.art__wrap section h2.profile:before  {
	display: none;
}


.art__wrap section h2.title-h2 {
  padding-left: 0;
}
.art__wrap section h2.title-h2:before {
  display: none;
}
.art__wrap section h2.narrow {
  margin-bottom: -100px;
}
.art__wrap section h3 {
  font-size: 16	px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.art__wrap section hr {
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #707070;
}
.art__wrap section .credit {
  margin: 2em 0;
  padding-right: 1.2em;
  font-size: 0.8571428571rem;
  text-align: right;
  border-right: 1px solid #707070;
}
.art__wrap section.delighter {
  transition: all .3s ease-out;
  transform: translate(0, 45px);
  opacity: 0;
}
.art__wrap section.delighter.started {
  opacity: 1;
  transform: translate(0, 0);
}
.art__layout p {
  margin-bottom: .5em;
}
.art__layout--type01 .photo {
  margin-bottom: 70px;
}
.art__layout--type01 .photo img {
  width: 100%;
}
.art__layout--type01 .text-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.art__layout--type02 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.art__layout--type03 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.art__layout--type03 .photo {
  text-align: center;
}
.art__layout--type03 .photo + .text-wrap {
  margin-top: 50px;
}
.art__layout--type04 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type04 .photo {
  width: 44%;
}
.art__layout--type04 .photo img {
  width: 100%;
}
.art__layout--type04 .text-wrap {
  width: 44%;
  order: -1;
}
.art__layout--type05 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type05 .photo {
  width: 43%;
  order: -1;
}
.art__layout--type05 .photo img {
  width: 100%;
}
.art__layout--type05 .text-wrap {
  width: 44%;
}
.art__layout--type06 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type06 .photo {
  width: 55%;
}
.art__layout--type06 .photo img {
  width: 100%;
}
.art__layout--type06 .text-wrap {
  width: 34%;
  margin-top: 10px;
  order: -1;
}
.art__layout--type07 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type07 .photo {
  width: 55%;
  margin-bottom: 10px;
  order: -1;
}
.art__layout--type07 .photo img {
  width: 100%;
}
.art__layout--type07 .text-wrap {
  width: 34%;
}
.art__layout--type08 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type08 .col01 {
  width: 48%;
  margin-bottom: 10px;
}
.art__layout--type08 .col02 {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 48%;
}
.art__layout--type08 .col02 .photo {
  margin-bottom: 10px;
}
.art__layout--type08 .col02 .text-wrap {
  order: -1;
  margin-bottom: 1em;
}
.art__layout--type09 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__layout--type09 .col01 {
  width: 48%;
  margin-bottom: 10px;
}
.art__layout--type09 .col02 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 48%;
}
.art__layout--type09 .col02 .photo {
  margin-bottom: 10px;
}
.art__layout--type09 .col02 .text-wrap {
  order: -1;
  margin-bottom: 1em;
}
.art__title-wrap {
  width: 100%;
}
.art__title-wrap .visual {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.art__title-wrap .visual img {
  width: 100%;
}
.art__title-wrap--inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1000px;
}
.art__title-wrap h1 {
  font-size: 2.1428571429rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #222;
}
.art__title-wrap .date {
  color: #666;
  margin-bottom: .5em;
}
.art__title-wrap .lead {
  margin: 2em 0 1em 0;
  font-size: 1.2857142857rem;
  line-height: 1.8;
}
.art__tag-list {
  margin: 0 0 1em 0;
}
.art__tag-list li {
  display: inline-block;
  border-radius: 3px;
  font-size: 0.7142857143rem;
}
.art__tag-list li a {
  display: block;
  padding: .4em .7em;
}
.art__item-list {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.art__item-list .item {
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  margin-bottom: 20px;
}
.art__item-list .item .photo {
  margin-bottom: 5px;
}
.art__item-list .item .info {
  font-size: 0.7857142857rem;
}
.art__item-list .item .info .brand-name {
  font-size: 0.6428571429rem;
  font-size: 0.6428571429rem;
}
.art__item-list .item .info .item-name {
  font-size: 0.8571428571rem;
  /*font-weight: bold;
  color: #222;*/
}
.art__item-list .item .info .item-price {
  font-size: 0.9285714286rem;
}
.art__item-list .item .info .item-price.sale {
  color: #FF0000;
}
.art__item-list .item .info .item-price.sale .off {
  margin-left: .5em;
}
.art__item-list .item .info .item-price .off {
  color: #FF0000;
  margin-left: .5em;
  font-size: 80%;
}
.art__item-list.col-three .item {
  width: 32%;
  margin-left: .5%;
  margin-right: .5%;
}
.art__item-list.row .item {
  width: 300px;
  padding-bottom: 15px;
  margin-right: 50px;
  margin-left: 0;
  border-bottom: 1px solid #707070;
}
.art__item-list.row .item:nth-of-type(3n) {
  margin-right: 0;
}
.art__item-list.row .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__item-list.row .photo {
  width: 100px;
  margin-right: 0;
}
.art__item-list.row .info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 170px;
  align-items: center;
}
.art__item-list.row .info &gt; p {
  width: 100%;
}
.art__item-list.row .info .brand-name {
  font-size: 0.7857142857rem;
}
.art__item-list.row .info .item-name {
  font-size: 1rem;
}
.art__item-list.row .info .item-price {
  font-size: 1rem;
}
.art__insert-items ul {
  border-top: 1px solid #E6E6E6;
}
.art__insert-items ul li {
  padding: 1em 0;
  border-bottom: 1px solid #E6E6E6;
}
.art__insert-items ul li a {
  text-decoration: underline;
}
.art__insert-items ul li a .off {
  color: #FF0000;
  margin-left: .5em;
  font-size: 80%;
}
.art__insert-items + .art__insert-items ul {
  border-top: none;
}
.art__btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.art__btn a {
  display: flex;
  width: 100%;
  border: 1px solid #666;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #666;
}
.art__styling {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.art__styling .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.art__styling .item .styling-photo {
  margin-bottom: 10px;
}
.art__styling .item:nth-of-type(3n) {
  margin-right: 0;
}
.art__styling .staff-info {
  font-size: 0.7857142857rem;
  text-align: center;
}
.art__styling .staff-info .brand-name {
  line-height: 1;
}
.art__styling .staff-info .staff-name {
  line-height: 1.2;
  /*font-weight: bold;*/
  font-size: 0.8571428571rem;
  /*color: #222;*/
}
.art__styling.type02 .item {
  width: 48%;
  margin-bottom: 50px;
  margin-right: 4%;
}
.art__styling.type02 .item:nth-of-type(even) {
  margin-right: 0;
}
.art__styling.type03 .item {
  position: relative;
  overflow: hidden;
}
.art__styling.type03 .item .styling-photo {
  margin-bottom: 0;
}
.art__styling.type03 .item .staff-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.art__styling.type03 .item .staff-info &gt; p {
  color: #fff;
}
.art__styling.type03 .item:hover .staff-info {
  opacity: 1;
  padding-top: 55%;
}
.art__tag .content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.art__tag .content .styling-photo {
  margin-bottom: 100px;
}
.art__tag .content .styling-photo img {
  width: 100%;
}
.art__tag .content .item-wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art__tag .content .item-wrap .item {
  width: 48.5714285714%;
  margin-bottom: 20px;
}
.art__tag .content .item-wrap .item .photo {
  margin-bottom: 5px;
}
.art__tag .content .item-wrap .item .info {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1rem;
}
.art__tag .content .item-wrap .item .info .brand-name {
  font-size: 0.8571428571rem;
}
.art__tag .content .item-wrap .item .info .item-name {
  color: #222;
}
.art__tag .content .item-wrap .item .info .item-price.sale {
  color: #FF0000;
}
.art__tag .content .item-wrap .item .info .item-price.sale .off {
  margin-left: .5em;
}
.art__tag .content .item-wrap .item .info .item-price .off {
  color: #FF0000;
  margin-left: .5em;
  font-size: 80%;
}
/* ---------------------------------------------
*   pager-area
--------------------------------------------- */
.pager-area {
  width: 500px;
  margin: 70px auto;
	font-weight: normal;
}
.pager-area__nextprev {
  height: 32px;
  margin-bottom: 20px;
}
.pager-area__nextprev ul {
  position: relative;
}
.pager-area__nextprev ul li {
  position: absolute;
  width: 50px;
  border: 1px solid #F7F7F7;
  border-radius: 3px;
}
.pager-area__nextprev ul li a {
  display: block;
  height: 30px;
}
.pager-area__nextprev ul li.prev {
  right: 50%;
  margin-right: 10px;
}
.pager-area__nextprev ul li.next {
  left: 50%;
  margin-left: 10px;
}
.pager-area__pagenumber {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.pager-area__pagenumber ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager-area__pagenumber ul li {
  text-align: center;
}
.pager-area__pagenumber ul li a {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.pager-area__pagenumber ul li.prev {
  width: 40px;
  margin-right: 10px;
}
.pager-area__pagenumber ul li.prev a {
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  background: url("../img/icon_arrow_left_pc.png") no-repeat center;
  background-size: 10px;
}
.pager-area__pagenumber ul li.next {
  width: 40px;
  margin-left: 10px;
}
.pager-area__pagenumber ul li.next a {
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  background: url("../img/icon_arrow_right_pc.png") no-repeat center;
  background-size: 10px;
}
.pager-area__pagenumber ul li.ellipsis {
  width: auto;
}
.pager-area__pagenumber ul li.ellipsis:before {
  content: "...";
}
.pager-area__pagenumber ul li.active {
  border-bottom: 1px solid #666;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
/* ---------------------------------------------
*   tag-area
--------------------------------------------- */
.tag-area {
  display: flex;
}
.tag-area--gray .tag-area__link {
  color: #858585;
  background-color: #EDEDED;
}
.tag-area__link {
  display: block;
  padding: 3px 7px;
  color: #fff;
  background-color: #A4A4A4;
  white-space: nowrap;
  font-size: 0.7857142857rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

</pre></body></html>