@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,700');
/* 画面外にいる状態 */
.effect {
	opacity : 0;
	transition : all 700ms 3ms;
}
/* 画面内に入った状態 */
.effect_on {
  opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
}

#special-header-wrapper {
  padding-bottom: 0;
  height: 177px;
}
#contents-wrapper {
	width: 100%;
  min-width: 1200px;
  margin-top: 0px;
  padding-bottom: 50px;
  overflow:hidden;
  color: #000;
  background-color: #fff;
}
#special-column {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: none;
  overflow: visible;
}

#special-column header h2 {
  width: 100%;
  height: 562px;
  background: url(pc_header.jpg) no-repeat center #f8f9fd;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#special-column header p {
  padding: 95px 0px 100px;
  font-family: 'AxisStd-Regular';
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: 0.1em;
  text-align: center;
}

#special-column section {
  padding-top: 780px;
  padding-bottom: 170px;
  position: relative;
}
#special-column section .bg {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

#special-column .sec01 .bg {
  background-image: url(pc_01_bg.jpg);
}
#special-column .sec02 .bg {
  background-image: url(pc_02_bg.jpg);
}
#special-column .sec03 .bg {
  background-image: url(pc_03_bg.jpg);
}
#special-column .sec04 .bg {
  background-image: url(pc_04_bg.jpg);
}
#special-column .sec05 .bg {
  background-image: url(pc_05_bg.jpg);
}
#special-column .sec06 .bg {
  background-image: url(pc_06_bg.jpg);
}


#special-column section h3 {
  width: 480px;
  margin: 0 auto 18px;
  font-size: 16px;
  text-align: center;
}
#special-column section h3 img {
  margin-bottom: 10px;
}
#special-column section .txt {
  width: 700px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 2.12;
  text-align: center;
  margin: 0 auto;
}
#special-column section .main-photo {
  width: 480px;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  transition-delay:000ms;
}
#special-column section .photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto 75px;
}
#special-column section .photo img:first-child {
  transition-delay:300ms;
}
#special-column section .photo img:last-child {
  transition-delay:500ms;
}
#special-column section .btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 540px;
  margin: 0 auto;
}
#special-column section .btn a {
  box-sizing: border-box;
  display: block;
  width: 250px;
  height: 50px;
  padding: 12px 7px 0px 0px;
  border: 3px solid #000;
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
}
#special-column section .btn a::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content:"";
}

#special-column footer {
  width: 1000px;
  margin: 0 auto;
}
#special-column footer .logo {
  width: 440px;
  margin: 0 auto 24px;
}
#special-column footer .inner {
  font-family: 'Lato', sans-serif;
  color: #009FE8;
  font-weight: 300;
}
#special-column footer h4 {
  font-size: 14px;
  padding-bottom: 5px;text-align: center;
}
#special-column footer ul {
  padding-bottom: 30px;
}
#special-column footer li {
  font-size: 14px;
  text-align: center;
}
