@charset "utf-8";
/* 画面外にいる状態 */
.effect {
  display: block;
	opacity : 0;
	transition : all 700ms 300ms;
}
/* 画面内に入った状態 */
.effect_on.effect {
  opacity: 1.0;
}

#special-header-wrapper {
  padding-bottom: 0;
  height: 177px;
}
#contents-wrapper {
	width: 100%;
  min-width: 1200px;
  margin-top: 0px;
  padding-bottom: 0px;
  overflow:hidden;
  line-height: 1.75;
  color: #000;
}
#special-column {
  width: 100%;
  min-width: 1200px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #6e6e6e;
  margin: 0 auto;
  overflow:hidden;
}

#special-column header {
  width: 100%;
  height: 434px;
  padding-top: 334px;
  background-size: cover;
  background-position: center top;
  background-image: url(pc_header_bg.jpg);
}

#special-column header .inner {
  width: 1060px;
  height: 320px;
  background-image: url(pc_header2.png);
  margin: 0 auto;
}

#special-column header h2,
#special-column header p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#special-column .more {
  width: 160px;
}
#special-column .more a {
  display: block;
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  padding-top: 11px;
  border: 1px solid #6E6E6E;
  font-size: 14px;
  line-height: 1;
  color: #6e6e6e;
  text-align: center;
}

#special-column section {
  width: 100%;
  padding-bottom: 50px;
  background-color: #F5F5F5;
}
#special-column section .mv {
  padding: 80px 0px 70px;
  background-color: #FFF;
  text-align: center;
}
#special-column section .mv img {
  margin-bottom: 48px;
}
#special-column section .mv .more {
  margin: 0 auto;
}
#special-column section .inner {
  width: 1100px;
  padding-top: 78px;
  margin: 0 auto;
  overflow: hidden;
}
#special-column section .inner .left {
  width: 460px;
  float: left;
  padding-top: 380px;
  position: relative;
}
#special-column section .inner .left h3 {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1;
}
#special-column section .inner .left h3 .salon {
  display: block;
  font-size: 12px;
  padding-bottom: 7px;
}
#special-column section .inner .left p {
  padding-bottom: 30px;
  letter-spacing: 0.01em;
}
#special-column section .inner .left img {
  position: absolute;
  top: 0;
  left: 0;
}
#special-column section .inner ul {
  overflow:hidden;
  width: 636px;
  float: right;
}
#special-column section li {
  width: 192px;
  padding: 0px 0px 20px 20px;
  float: left;
}
#special-column section li:nth-of-type(0) {
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
  transition-delay:0ms;
}
#special-column section li:nth-of-type(1) {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
  transition-delay:100ms;
}
#special-column section li:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
  transition-delay:200ms;
}
#special-column section li:nth-of-type(3) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
  transition-delay:300ms;
}
#special-column section li:nth-of-type(4) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
  transition-delay:400ms;
}
#special-column section li:nth-of-type(5) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
  transition-delay:500ms;
}
#special-column section li:nth-of-type(6) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
  transition-delay:600ms;
}
#special-column section li:nth-of-type(7) {
	-moz-transition-delay:700ms;
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	-ms-transition-delay:700ms;
  transition-delay:700ms;
}
#special-column section li:nth-of-type(8) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
  transition-delay:800ms;
}
#special-column section li:nth-of-type(9) {
	-moz-transition-delay:900ms;
	-webkit-transition-delay:900ms;
	-o-transition-delay:900ms;
	-ms-transition-delay:900ms;
  transition-delay:900ms;
}

#special-column footer {
  padding: 100px 0px 190px;
  background: url(pc_footer.jpg) center top;
  background-size: cover;
}
#special-column footer h3 {
  padding-bottom: 40px;
  text-align: center;
}
#special-column footer h3 .ttl {
  display: block;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #f00;
}
#special-column footer h4 {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #f00;
}
#special-column footer p {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 30px;
  color: #f00;
}


