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

#contents-wrapper {
	width: 100%;
  min-width: 1400px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow:hidden;
  color: #000;
  background-color: #fff;
}
#special-column {
  width: 100%;
  height: 100%;
  float: none;
  position: relative;
  z-index: 10;
  overflow:hidden;
}
#special-column header {
  position: relative;
  z-index: 11;
}
#special-column header h2 img {
  width: 100%;
}
#special-column header p {
  padding: 54px 0px 77px;
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  line-height: 1.65;
  font-style: italic;
  text-align: center;
  color: #007A7C;
}
#special-colum img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#special-column .img01 {
  width: 852px;
  position: absolute;
  left: 50%;
  transition-delay:400ms;
}
#special-column .img02 {
  width: 690px;
  position: absolute;
  left: 50%;
  transition-delay:600ms;
}
#special-column .img03 {
  width: 612px;
  position: absolute;
  left: 50%;
  transition-delay:800ms;
}
#special-column .box {
  position: absolute;
  left: 50%;
  z-index: 3;
  transition-delay:200ms;
}
#special-column .box h3 {
  padding-bottom: 50px;
}
#special-column .box h3 span {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 12px;
}
#special-column .box .btn {}
#special-column .box .btn a:hover {
  opacity: 0.5;
}

#sec01 {
  width: 100%;
  height: 1600px;
  background: url(pc_01_bg.jpg) center 90px no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#sec01 .img01 {
  top: -102px;
  margin-left: -200px;
  z-index: 3;
}
#sec01 .img02 {
  top: 380px;
  margin-left: -600px;
  z-index: 1;
}
#sec01 .img03 {
  top: 900px;
  margin-left: -222px;
  z-index: 3;
}
#sec01 .box {
  width: 338px;
  top: 134px;
  margin-left: -579px;
  color: #FF3296;
}
#sec01 .box .btn {
  padding-left: 102px;
}

#sec02 {
  width: 100%;
  height: 2206px;
  position: relative;
}
#sec02 .bg01 {
  width: 1264px;
  height: 1264px;
  background-image: url(pc_02_bg_01.jpg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -84px;
  z-index: 1;
}
#sec02 .bg02 {
  width: 715px;
  height: 715px;
  background-image: url(pc_02_bg_02.jpg);
  position: absolute;
  top: 1036px;
  left: 50%;
  margin-left: -1029px;
  z-index: 1;
}
#sec02 .bg03 {
  width: 463px;
  height: 463px;
  background-image: url(pc_02_bg_03.jpg);
  position: absolute;
  bottom: 112px;
  left: 50%;
  margin-left: 126px;
  z-index: 1;
}
#sec02 .img01 {
  top: 251px;
  margin-left: -200px;
  z-index: 4;
}
#sec02 .img02 {
  top: 732px;
  margin-left: -600px;
  z-index: 2;
}
#sec02 .img03 {
  top: 1242px;
  margin-left: -222px;
  z-index: 3;
}
#sec02 .box {
  width: 229px;
  top: 461px;
  margin-left: -488px;
  color: #28BE8C;
}
#sec02 .box .btn {
  padding-left: 0px;
}

#sec03 {
  height: 1809px;
  position: relative;
}
#sec03 .img01 {
  top: 0px;
  margin-left: -686px;
  z-index: 4;
}
#sec03 .img02 {
  top: 464px;
  margin-left: -90px;
  z-index: 2;
}
#sec03 .img03 {
  top: 947px;
  margin-left: -535px;
  z-index: 3;
}
#sec03 .box {
  width: 238px;
  top: 146px;
  margin-left: 260px;
  color: #64C8FF;
}
#sec03 .box .btn {
  padding-left: 0px;
}

#sec03 .bg01 {
  width: 100%;
  height: 465px;
  background: url(pc_03_bg.jpg) no-repeat left 30%;
  background-size: 100% auto;
  position: absolute;
  top: 300px;
  left: 0px;
  z-index: 1;
  -webkit-transform: skew(0deg, 21deg);
  transform: skew(0deg, 21deg);
}
#sec03 .bg02 {
  width: 100%;
  height: 230px;
  background: url(pc_03_bg.jpg) no-repeat left 30%;
  background-size: 100% auto;
  position: absolute;
  top: 1020px;
  left: 0px;
  z-index: 1;
  -webkit-transform: skew(0deg, 21deg);
  transform: skew(0deg, 21deg);
}
#sec03 .bg03 {
  width: 100%;
  height: 130px;
  background: url(pc_03_bg.jpg) no-repeat left 30%;
  background-size: 100% auto;
  position: absolute;
  top: 1355px;
  left: 0px;
  z-index: 1;
  -webkit-transform: skew(0deg, 21deg);
  transform: skew(0deg, 21deg);
}

#sec04 {
  height: 1986px;
  position: relative;
}
#sec04 .img01 {
  top: 151px;
  margin-left: -180px;
  z-index: 4;
}
#sec04 .img02 {
  top: 633px;
  margin-left: -600px;
  z-index: 2;
}
#sec04 .img03 {
  top: 1098px;
  margin-left: -200px;
  z-index: 3;
}
#sec04 .box {
  width: 362px;
  top: 380px;
  margin-left: -600px;
  color: #FF5A00;
}
#sec04 .box .btn {
  padding-left: 135px;
}

#sec04 .bg01 {
  width: 100%;
  height: 302px;
  background: url(pc_04_bg_01.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -636px;
  z-index: 1;
}
#sec04 .bg02 {
  width: 100%;
  height: 315px;
  background: url(pc_04_bg_02.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1015px;
  left: 50%;
  margin-left: -433px;
  z-index: 1;
}
#sec04 .bg03 {
  width: 100%;
  height: 194px;
  background: url(pc_04_bg_03.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1569px;
  right: 50%;
  margin-right: -351px;
  z-index: 1;
}

#sec05 {
  height: 1880px;
  background: url(pc_05_bg.jpg) no-repeat center top;
  position: relative;
}
#sec05 .img01 {
  top: 124px;
  margin-left: -198px;
  z-index: 4;
}
#sec05 .img02 {
  top: 606px;
  margin-left: -600px;
  z-index: 2;
}
#sec05 .img03 {
  top: 1071px;
  margin-left: -222px;
  z-index: 3;
}
#sec05 .box {
  width: 313px;
  top: 207px;
  margin-left: -600px;
  color: #64C8FF;
}
#sec05 .box .btn {
  padding-left: 83px;
}



#special-column footer {
  width: 800px;
  padding-bottom: 50px;
  margin: 0 auto;
  color: #007A7C;
}
#special-column footer .logo {
  text-align: center;
  padding-bottom: 35px;
}
#special-column footer .staff-credit {
  padding-bottom: 65px;
}
#special-column footer .staff-credit h4 {
  padding-bottom: 12px;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  text-align: center;
}
#special-column footer .cooperation h4 {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#special-column footer .cooperation p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
#special-column footer ul {
  padding-bottom: 20px;
}
#special-column footer li {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
