@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
/* ---------------------------------------------------------------------------------
Copyright 2014.HAIR CATALOG.JP ALL RIGHTS RESERVED.

HTML CSS Selectors special　column

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */
#special-header-wrapper {
	padding-bottom: 0px;
}
.sep {
  width: 100%;
  height: 1px;
}
#contents-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 35px;
  background-color: #fff;
}
#special-column {
  width: 700px;
  padding-right: 100px;
  color: #000;
}
#special-column img {
  width: 100%;
  height: auto;
}
#side-column {
  border-top: 1px solid #cbcbcb;
}
#side-column h3,
#side-column ul li {
border-bottom: 1px solid #cbcbcb;
}

.special-column-ttl {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.special-column-ttl img {
  width: 126px;
}
.special-column-ttl .jp {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.2em;
}

.column-list-title {
  padding: 48px 0px 45px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-list li {
  width: 340px;
  margin-bottom: 50px;
}
.column-list li a {
  display: block;
  position: relative;
}
.column-list li a:hover {
  opacity: 0.5;
}
.column-list li.new a::before {
  box-sizing: border-box;
  display: block;
  width: 54px;
  height: 27px;
  padding-top: 6px;
  background-color: #eb6464;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  content:"NEW";
}
.column-list .post-ttl {
  padding: 22px 0px 9px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column-list .author-ttl {
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1;
  color: #806239;
}
.column-list .author-name {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.column-list .author-name .job {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.column-list .author-photo {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.column-list .author-photo img {
  border-radius: 50%;
}
.column-list .data {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.column-list .fav {
  display: inline-block;
  padding: 0px 15px;
  font-size: 12px;
  color: #876633;
  border: 1px solid #876633;
  border-radius: 13px;
  margin-right: 12px;
}
.column-list .fav img {
  width: 16px!important;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.column-list .date {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #868686;
}

.author-guide {
  padding: 57px 0px 30px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.author-guide::before {
  display: block;
  width: 700px;
  height: 65px;
  background-image: url("../special/column/pc_guide_line.png");
  position: absolute;
  top: 122px;
  left: 0;
  content:"";
}
.author-guide-ttl {
  margin-bottom: 64px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
.author-guide-ttl .logo {
  display: block;
  width: 418px;
  margin: 0 auto;
}
.author-guide-ttl .ttl {
  display: block;
  width: 110px;
  margin: 0 auto 10px;
}

.author-guide-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.author-guide-list li {
  width: 100px;
  margin: 0 5px 25px;
}
.author-guide-list li a {
  display: block;
}
.author-guide-list li a:hover {
  opacity: 0.5;
}
.author-guide-list li img {
  margin-bottom: 10px;
  border-radius: 50%;
}
.author-guide-list li .cate {
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 24px;
  padding-top: 3px;
  border: 1px solid #876633;
  border-radius: 12px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #876633;
}
.author-guide-list li .name {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}


/*---------------------------------------------------------------------------------
記事一覧
--------------------------------------------------------------------------------- */
.slider {
  width: 1100px;
  padding-bottom: 20px;
  margin: 0 auto 40px;
}
.slider-contents a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #886633;
  position: relative;
  overflow:hidden;
}
.slider-contents:hover {
  opacity: 0.5;
}
.slider-contents .img {
  width: 50%;
}
.slider-contents img {
  width: 100%;
  height: auto;
}
.slider-contents .in {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 0px 40px;
}
.slider-contents .cat {
  display: inline-block;
  padding: 6px 15px 5px;
  border-radius: 13px;
  border: 1px solid #806239;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
  color: #806239;
  letter-spacing: 0.38em;
}
.slider-contents .author-ttl {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 2px;
}
.slider-contents .post-ttl {
  width: 100%;
  font-size: 17px;
  color: #806239;
  line-height: 1.5;
  padding-bottom: 8px;
}
.slider-contents .date {
  width: 100%;
  padding-bottom: 38px;
  font-size: 11px;
  line-height: 1;
  color: #878787;
}
.slider-contents .author-job {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
}
.slider-contents .author-name {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.slider-contents .author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 192px;
  right: 42px;
}
.slider-contents .author-photo img {
  border-radius: 50%;
}

.slider-contents a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent #ff6666 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content:"";
}
.slider-contents a::after {
  display: block;
  width: 72px;
  height: 13px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  content:"NEW";
  letter-spacing: 0.2em;
  position: absolute;
  top: 20px;
  right: -12px;
  transform: rotate(45deg);
  transform-origin: center;
  z-index: 2;
}
/* Dots */
.slick-dotted.slick-slider {
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 50%;
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  background-color: #989898;
}


/*---------------------------------------------------------------------------------
author
--------------------------------------------------------------------------------- */
.author-header {
  padding: 60px 60px 50px;
  border: 1px solid #886633;
  margin-bottom: 60px;
}
.author-header .cate {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #806239;
  letter-spacing: 0.38em;
}
.author-header .ttl {
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', serif;
  font-size: 31px;
  line-height: 1;
  text-align: center;
  color: #000;
  letter-spacing: 0.06em;
}
.author-header .photo {
  width: 120px;
  margin: 0 auto 15px;
}
.author-header .photo img {
  border-radius: 50%;
}
.author-header .name {
  padding-bottom: 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #000;
  letter-spacing: 0.06em;
}
.author-header .name .job {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
}
.author-header .link {
  padding-bottom: 28px;
}
.author-header .link a {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #868686;
  text-align: center;
  line-height: 1;
}
.author-header .comment {
  font-size: 15px;
  line-height: 1.6;
}
.author-toc {
  padding-bottom: 96px;
  border-bottom: 1px solid #cbcbcb;
}
.author-toc-ttl {
  margin-bottom: 35px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.toc-list {
  padding-bottom: 40px;
}
.toc-list li {
  padding-bottom: 20px;
}
.toc-list li a {
  box-sizing: border-box;
  display: block;
  min-height: 40px;
  padding: 8px 125px 10px 60px;
  font-size: 20px;
  line-height: 1.2;
  color: #863;
  position: relative;
}
.toc-list .num {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  border: 1px solid #886633;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #863;
  position: absolute;
  top: 0;
  left: 0;
}
.toc-list .date {
  font-size: 12px;
  line-height: 1;
  color: #878787;
  position: absolute;
  top: 13px;
  right: 0;
}
.author-toc .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.author-toc .pager span {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  border: 1px solid #878788;
  margin: 0 5px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #878788;
  cursor: pointer;
}
.author-toc .pager .current {
  background-color: #e0e0e0;
}
.author-toc .pager .prev,
.author-toc .pager .next {
  border: 1px solid #fff;
}

/*---------------------------------------------------------------------------------
記事詳細
--------------------------------------------------------------------------------- */
.column-breadcrumbs {
  width: 1100px;
  margin: 0 auto 55px;
  font-size: 13px;
  line-height: 1;
}
.column-breadcrumbs a {
  display: inline-block;
  margin: 0 14px;
}

.post-author-header {
  padding-bottom: 65px;
  position: relative;
}
.post-author-header::before {
  display: block;
  width: 700px;
  height: 65px;
  background-image: url("../special/column/pc_guide_line.png");
  position: absolute;
  top: 104px;
  left: 0;
  content:"";
}
.post-author-header .cate {
  padding-bottom: 28px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #806239;
  letter-spacing: 0.38em;
}
.post-author-header .author-ttl {
  padding-bottom: 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
}
.post-author-header .author {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.post-author-header .author .job {
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
}

.post-contents {
  margin-bottom: 38px;
}
.post-header {
  padding-bottom: 46px;
}
.post-header-data {
  padding-bottom: 30px;
}
.post-header-data .cate {
  box-sizing: border-box;
  display: inline-block;
  width: 70px;
  height: 26px;
  padding-left: 4px;
  border: 1px solid #866533;
  border-radius: 13px;
  padding-top: 5px;
  margin-right: 12px;
  font-size: 15px;
  line-height: 1;
  color: #866533;
  letter-spacing: 0.38em;
  text-align: center;
}
.post-header-data .fav {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #876633;
}
.post-header-data .fav img {
  width: 21px!important;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.post-ttl {
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  line-height: 1.5;
  color: #806239;
}
.post-date {
  font-size: 13px;
  line-height: 1;
  color: #868686;
}

.post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post p {
  width: 100%;
  font-size: 16px;
  line-height: 1.87;
  padding-bottom: 2em;
}
.post .justifyleft {
	width: 345px;
}
.post .justifyright {
	width: 345px;
}
.iframe-box {
  display: block;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.iframe-box iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.post-shar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 58px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 85px;
}
.post-shar-box em {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-style: normal;
  padding-right: 20px; 
}
.post-shar-box a {
  display: block;
  width: 23px;
  margin-left: 20px;
}
.post-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 57px;
}
.post-nav .prev,
.post-nav .next {
  width: 50%;
}
.post-nav .next {
  text-align: right;
}
.post-nav .prev a {
  box-sizing: border-box;
  width: 50%;
  height: 28px;
  padding: 10px 36px;
  font-size: 16px;
  line-height: 1;
  color: #868686;
  text-align: left;
  position: relative;
}
.post-nav .prev a::before {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content:"";
}
.post-nav .next a {
  box-sizing: border-box;
  width: 50%;
  height: 28px;
  padding: 10px 36px;
  font-size: 16px;
  line-height: 1;
  color: #868686;
  text-align: right;
  position: relative;
}
.post-nav .next a::before {
  position: absolute;
  top: 16px;
  right: 5px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content:"";
}
.post-nav .to-list {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 1px solid #868686;
  padding-top: 15px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.post-author-card {
  display: flex;
  padding-bottom: 50px;
}
.post-author-card .photo {
  width: 120px;
  margin-right: 15px;
}
.post-author-card .photo img {
  border-radius: 50%;
}
.post-author-card .data {
  width: 565px;
}
.post-author-card .name {
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1;
}
.post-author-card .job {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
}
.post-author-card .link {
  padding-bottom: 16px;
}
.post-author-card .link a {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1;
  color: #868686;
}
.post-author-card .comment {
  font-size: 15px;
  line-height: 1.6;
}

.post-tag {
  padding: 20px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 32px;
}
.post-tag .photo {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #868686;
}
.post-tag .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.post-tag .tagcloud span {
  display: block;
  margin-right: 10px;
}
.post-tag .tagcloud a {
  display: block;
  padding: 8px;
  border: 1px solid #868686;
  font-size: 13px;
  line-height: 1;
  color: #868686;
}
.post-tag .tagcloud a::before {
  display: inline-block;
  content:"#";
  padding-right: 3px;
}

.follow-card {
  box-sizing: border-box;
  display: flex;
  height: 138px;
  border: 1px solid #cbcbcb;
}
.follow-card-follow {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 195px;
  padding: 15px 0 0 20px;
}
.follow-card-follow .ttl {
  width: 100%;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 8px;
}
.follow-card-follow .txt {
  width: 100%;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.27;
}
.follow-card-follow .btn {
  margin-right: 3px;
  margin-bottom: 1px;
}
.fb_iframe_widget span {
  display: block!important;
}

.follow-card-photo {
  width: 176px;
}
.follow-card-sns {
  box-sizing: border-box;
  width: 327px;
  border-left: 1px solid #cbcbcb;
  background-color: #ffcbcb;
  padding-top: 28px;
}
.follow-card-sns .ttl {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 8px;
  text-align: center;
}
.follow-card-sns .txt {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #868686;
  padding-bottom: 12px;
}
.follow-card-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.follow-card-sns li {
  width: 28px;
  padding: 0px 10px;
}
.follow-card-sns a {}



