@charset "UTF-8";
body {
  color: #000;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.feature {
  background: url(../img/bg.jpg) repeat-y center top;
  background-size: 100%;
  color: #fff;
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto;
  padding-bottom: 170px;
  text-align: center;
}
.feature .inner {
  margin: 0 auto;
  width: 1400px;
}
.feature a {
  text-decoration: none;
}
.feature a:link, .feature a:visited {
  color: #fff;
}
.feature a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.feature .js-inview {
  opacity: 0;
  transition: all 0.5s ease-out;
  transition-delay: 0.5s;
}
.feature .js-inview.is-active {
  opacity: 1;
}
.feature .credit {
  display: flex;
}
.feature .credit li {
  border-bottom: solid #fff 1px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 7px;
}
.feature .credit__text {
  margin-right: 5px;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .hero {
  background: url(../img/bg_hero.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  height: 950px;
  margin-bottom: 154px;
  padding-top: 278px;
  width: 100%;
}
.feature .hero__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 880px;
}
.feature .hero__img {
  transform: scale(1.1);
  transition: all 1s ease-out;
  width: 380px;
}
.feature .hero__img.is-active {
  transform: scale(1);
}
.feature .hero__info {
  margin-left: 64px;
  padding-top: 199px;
}
.feature .hero__info h1 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  font-family: "trajan-pro-3", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 19px;
}
.feature .hero__info h1.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 1760ms cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  transition: clip-path 1760ms cubic-bezier(0.77, 0, 0.175, 1) 400ms;
  transition: clip-path 1760ms cubic-bezier(0.77, 0, 0.175, 1) 400ms, -webkit-clip-path 1760ms cubic-bezier(0.77, 0, 0.175, 1) 400ms;
}
.feature .hero__info p {
  font-size: 14px;
  letter-spacing: 0.115em;
  line-height: 2.2;
  margin-top: 18px;
  margin-left: 7px;
}
.feature .lead {
  margin-bottom: 157px;
}
.feature .lead p {
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 2.5;
  margin-left: 19px;
}
.feature .slick-dots {
  display: flex;
  position: absolute;
  bottom: -30px;
  left: 166px;
}
.feature .slick-dots li {
  background: #828282;
  border-radius: 5px;
  box-sizing: border-box;
  height: 10px;
  margin-right: 10px;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  width: 10px;
}
.feature .slick-dots li.slick-active {
  background: #fff;
}
.feature .c__01 {
  background: url(../img/bg_c_01.jpg) no-repeat left top;
  background-size: cover;
  box-sizing: border-box;
  height: 1270px;
  margin-bottom: 150px;
  padding-top: 152px;
  width: 100%;
}
.feature .c__01 .inner {
  height: 965px;
  margin: 0 auto;
  position: relative;
  width: 1058px;
}
.feature .c__01_img01 {
  position: absolute;
  top: 0;
  right: 2px;
  width: 500px;
}
.feature .c__01_img02 {
  position: absolute;
  bottom: 12px;
  left: 65px;
  width: 360px;
}
.feature .c__01 .credit {
  position: absolute;
  top: 730px;
  right: -1px;
}
.feature .c__01 .txt01 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 24px 37px 18px;
  position: absolute;
  top: 118px;
  left: 0;
  text-align: justify;
  width: 490px;
}
.feature .c__01 .txt01 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .c__01 .txt02 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 19px 30px 18px;
  position: absolute;
  right: -1px;
  bottom: 0px;
  text-align: justify;
  width: 499px;
}
.feature .c__01 .txt02 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .c__02 {
  background: url(../img/bg_c_02.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  height: 1270px;
  margin-bottom: 157px;
  padding-top: 152px;
  width: 100%;
}
.feature .c__02 .inner {
  height: 965px;
  margin: 0 auto;
  position: relative;
  width: 1052px;
}
.feature .c__02_img01 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 500px;
}
.feature .c__02_img02 {
  position: absolute;
  bottom: 13px;
  right: 71px;
  width: 360px;
}
.feature .c__02 .credit {
  position: absolute;
  top: 730px;
  left: 11px;
}
.feature .c__02 .credit li {
  border-bottom: solid #000 1px;
}
.feature .c__02 .credit li a {
  color: #000;
}
.feature .c__02 .txt01 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 24px 37px 18px;
  position: absolute;
  top: 109px;
  right: 6px;
  text-align: justify;
  width: 490px;
}
.feature .c__02 .txt01 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .c__02 .txt02 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 19px 30px 18px;
  position: absolute;
  bottom: 0px;
  left: -7px;
  text-align: justify;
  width: 499px;
}
.feature .c__02 .txt02 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .c__03 {
  background: url(../img/bg_c_03.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  height: 1270px;
  margin-bottom: 165px;
  padding-top: 152px;
  width: 100%;
}
.feature .c__03 .inner {
  height: 965px;
  margin: 0 auto;
  position: relative;
  width: 1058px;
}
.feature .c__03_img01 {
  position: absolute;
  top: 0;
  right: 2px;
  width: 500px;
}
.feature .c__03_img02 {
  position: absolute;
  bottom: 12px;
  left: 65px;
  width: 360px;
}
.feature .c__03 .credit {
  position: absolute;
  top: 730px;
  right: -1px;
}
.feature .c__03 .txt01 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 24px 37px 18px;
  position: absolute;
  top: 93px;
  left: -2px;
  text-align: justify;
  width: 490px;
}
.feature .c__03 .txt01 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .c__03 .txt02 {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 19px 30px 18px;
  position: absolute;
  right: -1px;
  bottom: 0px;
  text-align: justify;
  width: 499px;
}
.feature .c__03 .txt02 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.feature .btn {
  border-bottom: solid #fff 1px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0 6px 2px;
}

.l-footer {
  padding-top: 0;
}

.pc-footer {
  margin-top: 0;
}