.styling-article {
  position: relative;
  width: 1110px;
  height: auto;
  margin: 0 auto 90px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.styling-article__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  /*height: 170px;*/
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
	padding: 20px 0 50px;
  display:none;
}
.styling-article__ttl_sub {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.styling-article__cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.styling-cnt {
  position: relative;
  width: 750px;
}
.styling-cnt__date {
    display: block;
    font-size: 12px;
    color: #222;
    margin-bottom: 2px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
}
.styling-cnt__ttl {
	font-size: 25px;
	line-height: 1.7;
	margin-bottom: 20px;
    font-weight: 500;
}
.styling-cnt__main {
  margin-bottom: 55px;
}
.styling-cnt__feature {
  border-top: 1px solid #dadada;
  padding-top: 40px;
}
.styling-cnt__styling {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  margin-bottom: 60px;
}
.styling-cnt__color {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  margin-bottom: 60px;
}

/*
.styling-cnt__btm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
}*/

.styling-cnt__btn {
    padding: 0px 35px 0px 22px;
    display: inline-block;
    color: #000;
    border: 1px solid #111;
    height: 50px;
    line-height: 48px;
    border-radius: 35px;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    margin: 0px 0 15px 0;
    clear: both;
    width: 440px;
}

.styling-cnt__btn::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px 0 0 0;
}


.styling-cnt__btn + .styling-cnt__btn {
  margin-top: 20px;
}
.styling-cnt__btn:hover {
  color: #666!important;
  background: #fff!important;
}
.article-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  padding: 30px 0 60px;

}
.article-list__ttl {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.article-list__wrap {
  margin-bottom: -20px;
  overflow: hidden;
}
.article-list__cnt {
  margin-bottom: 20px;
}
.article-list__cnt_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none!important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-list__cnt_inner:hover {
  opacity: 0.7;
}
.article-list__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  min-width: 90px;
  height: 70px;
}
.article-list__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.article-list__detail {
  margin-left: 5px;
  padding-top: 5px;
}
.article-list__date {
  display: block;
  font-size: 10px;
}
.article-list__desc {
	position: relative;
	font-size: 12px;
	line-height: 1.7;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.article-list__desc::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 1.6em;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 50%, #fff 100%);
}
.article-list__btn {
  margin-top: 40px;
  width: 100%;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff!important;
  color: #666!important;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none!important;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-list__btn:hover {
  background: #666!important;
  color: #fff!important;
}
.styling-main {
  position: relative;
}
.styling-main__img {
  margin-bottom: 40px;
}
.styling-main__img img {
  width: 100%;
  height: auto;
}
.styling-main__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}
.styling-main__desc {
  font-size: 14px;
  line-height: 2;
}
.styling-feature {
  position: relative;
}
.styling-feature__ttl {
  display: none;
}
.styling-feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.styling-feature__cnt + .styling-feature__cnt {
  padding-top: 40px;
  border-top: 1px solid #dadada;
}
.styling-feature__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 310px;
}
.styling-feature__img img {
  display: block;
  width: 100%;
  height: auto;
}
.styling-feature__desc {
	position: relative;
	font-size: 14px;
	line-height: 2;
	height: 84px;
	margin-top: 15px;
	overflow: hidden;
	padding: 0 1em;
	box-sizing: border-box;
}
.styling-feature__desc::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 1.6em;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 50%, #fff 100%);
}
.styling-feature__desc a {
  color: #000;
}
.styling-list {
  position: relative;
}
.styling-list__ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 35px;
}
.styling-list__img_wrap {
  width: 480px;
  margin: 0 auto 35px;
}
.styling-list__img_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px -20px 0;
}
.styling-list__img {
  width: calc(50% - 20px);
  height: auto;
  margin: 0 20px 20px 0;
}
.styling-list__img:first-child {
  width: 100%;
}
.styling-list__img img {
  width: 100%;
  height: auto;
}
.styling-list__img a:hover {
	opacity: .7;
}
.styling-list__desc {
  font-size: 15px;
  line-height: 2;
}
.styling-list__desc a {
  text-decoration: underline;
  color: #000;
}
.styling-list__credit {
  margin: 40px 0 60px;
}
.credit-list {
  width: 750px;
  position: relative;
  overflow: hidden;
}
.credit-list__ttl {
  font-size: 18px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  font-weight: 600;
}
.credit-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px -15px 0;
}

.credit-list__cnt {
    position: relative;
    min-width: 251px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 50px 15px 0;
    display: block;
    font-size: 14px;
    /* text-decoration: none!important; */
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.7;
    text-decoration: underline !important;
}

.credit-list__cnt:hover {
  opacity: 0.7;
}
.credit-list__cnt::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 4px;
  top: 50%;
  margin-top: -6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: scaleY(0.8) rotateZ(45deg);
  transform: scaleY(0.8) rotateZ(45deg);
}
.credit-list__name {
  margin-right: 0.5em;
}
.credit-list__name::after {
  content: "/";
  margin-left: 0.5em;
}
.credit-list__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credit-list__brand {
  margin-right: 0.5em;
}
.styling-recommend {
  position: relative;
	display: none;
}
.styling-recommend:last-of-type {
	display: block;
}
.styling-recommend__ttl {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 500;
    margin-top: 50px;
}
.styling-recommend__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px -20px 0;
}
.styling-recommend__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  margin: 0 50px 20px 0;
  text-decoration: none!important;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.styling-recommend__cnt:hover {
  opacity: 0.7;
}
.styling-recommend__thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  min-width: 90px;
  height: 110px;
}
.styling-recommend__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.styling-recommend__detail {
  margin-left: 20px;
  font-size: 12px;
  line-height: 2;
  overflow: hidden;
}
.styling-recommend__brand {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.styling-recommend__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list__ttl {
margin-bottom: 0;
}
.article-list {
width: 270px;
}	
.article-list .menu_bnr a.bnr, 
#FEATURE_cnt a.bnr,
#COLUMN_cnt a.bnr { 
border-bottom:1px solid #e3e3e3;
padding:17px 0;
display:table;
position:relative;
width: 270px;
}
#FEATURE_cnt a.bnr:first-of-type,
#COLUMN_cnt a.bnr:first-of-type { 
padding:17px 0 10px;
}
.article-list .menu_bnr a.bnr:last-of-type,
#FEATURE_cnt a.bnr:last-of-type,
#COLUMN_cnt a.bnr:last-of-type { 
border-bottom:none;
padding:17px 0;
}
.article-list .menu_bnr a.bnr img,
#FEATURE_cnt a.bnr img,
#COLUMN_cnt a.bnr img { 
display:table-cell;
width:100%;
height:auto;
}
.article-list .menu_bnr a.bnr .bnr_right {
text-align: left;
}


/*‚±‚±‚©‚ç*/

.styling-cnt figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.styling-cnt .column_block {
    padding:40px 0 30px 0;
}


.styling-cnt .date {
    display: block;
    font-size: 12px;
    color: #222;
    margin-bottom: 2px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
}


.styling-cnt h1{
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 500;
}

.styling-cnt h2.column_block_ttl_l {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    border-left: 8px solid #dbe39a;
    padding: 0 0 0 12px;
}

.styling-cnt h3 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom:20px;
    font-weight: 500;
}

.styling-cnt h3.column_block_ttl_m {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom:25px;
    font-weight: 500;
}

.styling-cnt .column_block_txt_l{
    font-size: 16px;
    line-height: 2;
    margin-bottom:10px 0 25px;
    font-weight: 400;
}

.styling-cnt .column_block_txt_m{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400;
}


.styling-cnt .lead {
    font-size: 16px;
    line-height: 2;
}

.styling-cnt .article_index {
    background: #f3ece4;
    padding: 30px 35px 30px;
    font-size: 15px;
    margin: 40px 0 0;
    border-radius: 10px;
}

.styling-cnt .article_index h2 {
    font-size: 25px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 500;
}



.styling-cnt .article_index ul {
    margin:40px 0 0 0;
    text-align:left;
    border-top:1px solid #d0d0d0;
}


.styling-cnt .article_index ul li.index_l {
    margin: 20px 0 8px;
    line-height: 1.7;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.styling-cnt .article_index ul li.index_l a {
    text-decoration:underline;
}


.styling-cnt .article_index ul li.index_m {
    margin: 5px 0 40px 20px;
    line-height: 1.7;
    display: block;
    font-weight: 400;
    font-size: 15px;
}

.article_bottom .credit {
    font-size: 16px;
}

.article_bottom .bottom_txt{
    font-size: 15px;
    display:none;
}

.column_block_more_item {
    padding: 0px 35px 0px 22px;
    display: inline-block;
    color: #000;
    border: 1px solid #111;
    height: 50px;
    line-height: 48px;
    border-radius: 35px;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    margin: 20px 0 35px 0;
    clear: both;
    width: 440px;
}

.column_block_more_item::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px 0 0 0;
}

.styling-cnt .search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.styling-cnt .search-result .block_item {
    width: 250px;
    margin: 0 0 20px 0;
}

.fashionnews-recommend__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:auto; 
    margin:0 10px 0px 0;
    text-decoration: none!important;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fashionnews-recommend__detail {
    margin-left: 10px;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
}

.fashionnews-recommend__thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height:auto;
}