@charset "UTF-8";
@import url("https://use.typekit.net/mfp2apy.css");
.l-container {
  width: 100%;
  margin: 0 auto;
}

#feature.feature {
  width: 990px;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-align: center;
}
#feature.feature .qua_font {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
}
#feature .f_innr {
  width: 990px;
  margin: 0 auto;
}

/* ================ hdr ================ */
#feature .hdr {
  margin-bottom: 72px;
}
#feature .hdr h3 {
    margin-bottom: 50px;
    padding-top: 50px;
}

/* ================ section head ================ */
#feature .sec {
  margin-bottom: 135px;
}
#feature .sec__head {
  margin-bottom: 56px;
}
#feature .sec__head__type {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
#feature .sec__head__ttl {
  margin: 15px 0 33px;
  padding-left: 7px;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
#feature .sec__head__ttl:before {
  width: 231px;
  height: 12px;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
#feature .sec__head__ttl--sub {
  padding-left: 25px;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#feature .sec__head__desc {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
#feature .ph19 + .coorde__desc {
    margin-bottom: -8px!important;
}
#feature .sec01 .sec__head__ttl:before {
  background-color: #d2caa6;
}
#feature .sec02 .sec__head__ttl:before {
  width: 263px;
  background-color: #d8c1b6;
}

/* ================ detail個別 ================ */
#feature .d_type01.anime {
  width: 470px;
}
#feature .d_type01 .coorde__detail__ph {
  width: 448px;
  padding: 10px;
}
#feature .d_type01 .coorde__desc,
#feature .d_type01 .items {
  padding: 0 10px;
}
#feature .d_type02.anime {
  width: 520px;
}
#feature .d_type02 .coorde__detail__ph {
  width: 498px;
  padding: 10px;
}
#feature .d_type02 .coorde__desc,
#feature .d_type02 .items {
  padding: 0 10px;
}
#feature .coorde__detail.anime {
  margin-bottom: 60px;
  margin-left: 7px;
}
#feature .detail02 {
  width: 300px;
  margin-bottom: 90px;
}
#feature .detail03 {
  width: 400px;
  margin: 91px -6px 0 120px;
}
#feature .detail05 {
  margin: -5px 0 40px 110px;
}
#feature .detail06 {
  margin: 0 141px 100px 0;
}
#feature .detail09 {
  width: 421px;
  margin: 200px 120px 0 0;
}
#feature .detail08 {
  width: 321px;
  margin-bottom: 95px;
  margin-right: 74px;
}
#feature .detail11 {
  width: 420px;
  margin: -5px 0 90px 6px;
}
#feature .detail12 {
  width: 280px;
  margin: 95px 0 0 80px;
}
#feature .detail13 {
  margin: -82px 0 0 178px;
}
#feature .detail15 {
  width: 400px;
  margin: -6px 395px 0 0;
}
#feature .detail16 {
  margin: -230px 92px 100px 0;
}
#feature .detail18 {
  margin: -5px 146px 40px 0;
}
#feature .detail19 {
  margin: 0 0 100px 125px;
}
#feature .detail22 {
  width: 350px;
  margin: -5px 0 93px;
}
#feature .detail21 {
  width: 300px;
  margin: 22px 19px 0 115px;
}
#feature .detail25 {
  width: 380px;
  margin: 251px 120px 0 7px;
}
#feature .detail24 {
  width: 380px;
  margin: -6px 0 0 0;
}

/* ================ 各coorde ================ */
#feature .coorde {
  letter-spacing: -.4em;
}
#feature .coorde__detail {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#feature .coorde__detail__ph {
  box-sizing: border-box;
}
#feature .coorde__desc {
  margin: 15px 0 0;
  line-height: 2;
  letter-spacing: 0.15em;
  font-feature-settings: palt;
}
#feature .c_right {
  text-align: right;
}
#feature .c_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#feature .c_flex .coorde__desc {
  padding: 0 20px;
}
#feature .c_reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#feature .sec01 .anime .coorde__detail__ph .line {
  background-color: #d2caa6;
}
#feature .sec02 .anime .coorde__detail__ph .line {
  background-color: #d8c1b6;
}

/* ================ anime ================ */
#feature .anime {
  position: relative;
}
#feature .anime h3 {
  position: absolute;
  top: 10px;
  right: -23px;
}
#feature .anime .line_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#feature .anime .line {
  position: absolute;
}
#feature .anime .fade_in {
  opacity: 0;
}
#feature .anime.show .line_t,
#feature .anime.show .line_b {
  animation: line_up 0.3s linear 1.5s forwards;
}
#feature .anime.show .line_r,
#feature .anime.show .line_l {
  animation: line_side 0.3s linear 1.8s forwards;
}
#feature .anime.show .line_t {
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
}
#feature .anime.show .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
#feature .anime.show .line_b {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
}
#feature .anime.show .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
#feature .anime.show .fade_in {
  animation: fade_in 0.3s linear 2s forwards;
}
@keyframes line_side {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line_up {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#feature .coorde__detail {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
#feature .coorde__detail.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ================ staff ================ */
#feature .staff {
  margin-top: -30px;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .1em;
}

/* ================ search_all_btn ================ */
#feature .search_all_btn {
  width: 880px;
  margin: 96px auto 140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#feature .search_all_btn ul li {
  margin-bottom: 32px;
}
#feature .search_all_btn ul li:last-child {
  margin-bottom: 0;
}

/*items*/
#feature .items {
  width: 100%;
  text-align: left;
  margin: 13px 0 0;
  position: relative;
  z-index: 20;
}

#feature .items li {
    display: inline-block;
    margin: 0 10px 6px 0;
}

#feature .items li {
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .07em;
    color: #000;
}

#feature .items li a {
  color: #000;
  transition: .3s;
}

#feature .items li a:hover {
  text-decoration: underline;
}
