DIV#mainBg,
DIV#nav .topicpath {
  width: 1060px;
}

#sub {
  width: 300px;
}

BODY.pageDress #contents {
  width: 730px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 15px;
}

#contents .highlight {
  background: linear-gradient(transparent 60%, #F3EAE1 60%);
}

#contents figure {
  padding: 0;
  margin: 0;
}

#contents a {
  color: #6b4605;
}

#contents p {
  font-size: 15px;
  line-height: 1.8;
}

#contents p,
#contents_body_area {
  color: #555;
}

#contents .title_main {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

.main_image {
  text-align: center;
}

.main_image_wrap {
  display: inline-block;
}

.main_image_wrap img,
.detail_image_wrap img {
  max-width: 100%;
  margin-bottom: 5px;
}

.main_image_credit,
.detail_image_credit {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
}


/*  詳細コンテンツ　*/

.detail_section {
  padding: 0px 30px 30px;
}

.detail_section .detail_image {
  text-align: center;
}

.detail_section .detail_image_wrap {
  display: inline-block;
}

DIV#contents .detail_section .title_l {
  background-image: none;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  border-bottom: 1px solid #333;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}

DIV#contents .detail_section .title_l::before {
  content: "";
  position: absolute;
  background-color: #C38877;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  left: -20px;
  bottom: -20px;
}

DIV#contents .detail_section .title_m {
  background-image: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  box-sizing: border-box;
  padding-top: 7px;
  padding-left: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
}

DIV#contents .detail_section .title_m::before {
  content: "";
  position: absolute;
  background-color: #C38877;
  width: 14px;
  height: 36px;
  border-radius: 3px;
  z-index: -1;
  left: 0px;
  top: 0px;
}

DIV#contents .detail_section .title_s {
  padding-left: 38px;
  padding-top: 5px;
  font-size: 16px;
  background-size: 28px 28px;
  background-position: 0px 6px;
  background-repeat: no-repeat;
  color: #333;
  background-image: none;
  position: relative;
}

DIV#contents .detail_section .title_s::before {
  content: "";
  position: absolute;
  background-color: #C38877;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
  left: 0px;
  top: 0px;
}

DIV#contents .detail_section img {
  max-width: 100%;
  height: auto;
}

.dressSlider {
  position: relative;
}

.dressSlider img {
  max-height: 600px;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 5px;
}

.dressSlider li {
  text-align: center;
}

.dressSlider .img_wrap {
  display: inline-block;
  margin-bottom: 10px;
}

.dressSlider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  background: #333;
  border-radius: 30px;
  text-align: center;
  opacity: .25;
  color: #333;
}

.dressSlider {
  position: relative;
  margin-bottom: 60px;
}

.dressSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.dressSlider .slick-prev,
.dressSlider .slick-next {
  width: 40px;
  height: 100px;
  top: 44%;
}

.dressSlider .slick-prev:hover,
.dressSlider .slick-next:hover {
  opacity: 0.75;
}

.dressSlider .slick-next {
  right: -10px;
  z-index: 10;
}

.dressSlider .slick-prev {
  left: -10px;
  z-index: 10;
}

.dressSlider .slick-next:before,
.dressSlider .slick-prev:before,
.dressSlider .slick-next:after,
.dressSlider .slick-prev:after {
  opacity: 1;
  content: '';
}

.dressSlider .slick-prev:before,
.dressSlider .slick-next:before,
.dressSlider .slick-prev:after,
.dressSlider .slick-next:after {
  font-family: 'slick';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #C38877;
  transform-origin: 100% 50%;
  transform: rotate(45deg);
}

.dressSlider .slick-prev:before,
.dressSlider .slick-prev:after {
  transform-origin: 0 50%;
}

.dressSlider .slick-prev:after,
.dressSlider .slick-next:after {
  transform: rotate(-45deg);
}

.dressSlider .slick-dots {
  margin-bottom: 30px;
}

#contents .link_icon {
  display: inline-block;
  background: url(/dress/article/images/icon-link.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding: 3px 0 3px 25px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#contents .link_icon:hover {
  opacity: 0.75;
}

#contents a.link_blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/dress/article/images/icon-link-blank.png);
  background-repeat: no-repeat;
  line-height: 1;
  background-size: contain;
  margin: 0 5px 0 3px;
}

#contents a.btn_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 60px;
  background-color: #B0975B;
  border-radius: 8rem;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.4;
}

#contents a.btn_link::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  background-image: url(/dress/article/images/dress_moreBtn_arrow_on.svg);
  width: 6px;
  height: 12px;
  margin-top: -5px;
}

#contents a.btn_link:hover {
  opacity: 0.75;
}


#contents a.btn_link_02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #B0975B;
  border-radius: 8rem;
  transition: all 0.3s;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.4;
}

#contents a.btn_link_02::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  background-image: url(/dress/article/images/dress_moreBtn_arrow_off.svg);
  width: 6px;
  height: 12px;
  margin-top: -5px;
}

#contents a.btn_link_02:hover {
  opacity: 0.5;
}

/*  ハッシュタグ　*/
.hastag-list {
  background-color: #C38877;
  padding: 30px 15px 30px;
  margin-bottom: 40px;
}

.hastag-list-title {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

#sub .hastag-list a {
  display: inline-block;
  font-size: 15px;
  color: #333;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  line-height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/*  あわせて読みたい　*/
.dress-column-reading-heading {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 5px 0 10px 30px;
  border-bottom: 1px solid #333;
  background-image: url(/dress/article/images/dressColumn-reading-title-bg.png);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 0 0;
}

#sub .dress-column-reading a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  text-decoration: none;
}

#sub .dress-column-reading a:hover {
  opacity: 0.75;
}

.reading_image_wrap {
  width: 120px;
  padding-top: 90px;
  position: relative;
}

.reading_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.dress-column-reading-cont-title {
  padding-top: 0px;
  width: calc(100% - 134px);
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
}


/*  一覧ページ　*/
#contents .article_list {
  margin-bottom: 40px;
}

#contents .article_list a:first-child {
  border-top: #333 1px solid;
}

#contents .article_list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
  text-decoration: none;
  align-items: flex-start;
}

#contents .article_list a:hover {
  opacity: 0.75;
}

.article_list_image_wrap {
  width: 120px;
  padding-top: 90px;
  position: relative;
}

.article_list_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.article_list_title {
  padding-top: 0px;
  width: calc(100% - 134px);
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}


.page_list {
  margin-bottom: 30px;
  text-align: center;
}

#contents .page_list .current_page,
#contents .page_list a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 10px 0;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  line-height: 200%;
  word-break: break-all;
}

#contents .page_list .current_page:hover,
#contents .page_list a:hover {
  opacity: 0.6;
}

.page_list .current_page {
  background-color: #C38877;
}

#contents .page_list a {
  text-decoration: none;
  background-color: #f7f7f7;
}

/*  アーカイブページ　*/
#contents .archive_list a {
  font-size: 14px;
  color: #333;
}

#contents .archive_list li {
  margin-bottom: 5px;
}

/* 目次 */

#contents .toc.close {
  height: 200px;
  overflow: hidden
}

#contents .toc.close .toc_more {
  display: block
}

#contents .toc {
  position: relative;
  margin: 0 auto 60px;
  padding: 40px 30px;
  max-width: 580px;
  background-color: #f7f7f7
}

#contents .toc .toc_more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px 10px;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background: -moz-linear-gradient(top, #f7f7f7, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, #f7f7f7, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, #f7f7f7, rgba(255, 255, 255, 0))
}

#contents .toc .toc_more span {
  cursor: pointer;
  padding: 5px 10px;
  line-height: 100%;
  background-color: #f7f7f7;
  border-radius: 15px
}

#contents .toc .toc_more span::after {
  margin: 0 0 2px 3px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg)
}

#contents .toc .toc_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center
}

#contents .toc ul {
  padding-left: 0.7rem
}

#contents .toc ul li {
  list-style: disc;
  font-weight: bold;
  font-size: 15px;
  color: #333
}

#contents .toc ul li a {
  text-decoration: none;
  color: #333
}

#contents .toc ul li a:hover {
  text-decoration: underline
}

#contents .toc ul li ul {
  padding-left: 0
}

#contents .toc ul li ul li {
  padding-left: 0.7rem;
  background-image: url(../../images/toc_list_li_icon.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 5px 6px;
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  color: #666
}