  .navline {
  border-top: 3px solid #f7f7f7;
  max-width: 920px;
  margin: 0 auto; }

#content {
  font-family: "Noto Sans JP",Meiryo,sans-serif; }
  #content em {
    font-style: normal !important; }

.key_visual {
  border-top: #f7f7f7 3px solid;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  width: 100%; }
  .key_visual img {
    width: 100%;
    height: auto;
    margin: 0 auto; }

.slide {
  position: relative;
  max-width: 920px;
  width: 100%;
  background-color: #ffffff;
  margin: 50px auto 80px; }
  .slide:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 144px;
    height: 94px;
    background: url("/tochikatsu/lineup/carre/img/logo_carre.png") no-repeat center center/144px auto; }
  .slide li img {
    width: 100% !important; }

#top_area {
  width: 100%;
  margin: 0 auto 70px;
  max-width: 920px;
  border-bottom: #C1C1C1 1px solid;
  padding-bottom: 80px; }
  #top_area .content_txt {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }
    #top_area .content_txt h2 {
      font-size: 32px;
      font-family: 'Noto Serif JP', serif;
      font-weight: normal;
      color: #545454;
      margin-bottom: 20px;
      text-align: center;
      letter-spacing: 1px; }
    #top_area .content_txt .lead_txt {
      font-size: 16px;
      text-align: center;
      color: #545454;
      line-height: 2.2;
      margin-bottom: 60px;
      font-family: 'Noto Serif JP', serif;
      font-weight: normal; }
    #top_area .content_txt .youtube {
      max-width: 560px;
      margin: 0 auto; }
    #top_area .content_txt .movie {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #top_area .content_txt .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.style_ttl {
  margin: 0 auto 50px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 32px;
  color: #545454;
  letter-spacing: 0.15em; }

ul.modal-list {
  max-width: 920px;
  margin: 50px auto 0; }
  ul.modal-list li {
    margin-top: 35px;
    position: relative;
    cursor: pointer; }
    ul.modal-list li:first-child {
      margin-top: 0; }
    ul.modal-list li span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
      ul.modal-list li span img {
        vertical-align: bottom; }
    ul.modal-list li .bg {
      background: rgba(0, 0, 0, 0.5);
      transition: background 0.5s;
      z-index: 1;
      width: 100%;
      height: 100%;
      position: absolute;
	  left: 0;
	  top: 0;}
    ul.modal-list li div {
      display: block;
      vertical-align: bottom; }
      ul.modal-list li div img {
        vertical-align: bottom; }
    ul.modal-list li:hover .bg {
      background: none; }

.anch_tab {
  max-width: 924px;
  margin: 0 auto 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .anch_tab > li {
    width: 33.33%;
    display: table;
    border-right: #545454 1px solid; }
    .anch_tab > li:last-child {
      border-right: none; }
    .anch_tab > li a {
      display: table-cell;
      text-align: center;
      color: #545454;
      line-height: 1.2;
      position: relative;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .anch_tab > li a:before {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 15px;
        height: 15px;
        content: '';
        border-top: 1px solid #545454;
        border-right: 1px solid #545454;
        transform: translateX(-50%) translateY(120%) rotate(135deg); }
      .anch_tab > li a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .anch_tab > li a span {
        text-align: center;
        display: inline-block;
        margin: 0 auto 5px;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        color: #545454;
        border-bottom: #545454 1px solid;
        text-decoration: none;
        line-height: 1.1; }
      .anch_tab > li a em {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        font-size: 30px;
        color: #545454;
        text-decoration: none; }
        .anch_tab > li a em:hover {
          text-decoration: none; }

.feature {
  margin-top: 80px;
  background: url(/tochikatsu/lineup/carre/img/bg_feature.jpg) center top/cover;
  padding-top: 75px; }
  .feature h2 {
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #545454;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px; }
  .feature ul {
    max-width: 920px;
    margin: 40px auto 0;
    padding-bottom: 70px; }
    .feature ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 55px; }
      .feature ul li:first-child {
        margin-top: 0; }
      .feature ul li .img {
        width: 505px; }
        .feature ul li .img img {
          vertical-align: bottom; }
      .feature ul li .txt-area {
	  text-align: left;
        width: 375px; }
        .feature ul li .txt-area h3 {
          font-size: 20px;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          line-height: 1.8; }
        .feature ul li .txt-area p {
          margin-top: 20px;
          font-size: 16px;
          line-height: 1.8; }
        .feature ul li .txt-area .btn a {
          font-family: 'Noto Serif JP', serif;
          font-weight: normal;
          width: 100%;
          height: 68px;
          margin-top: 30px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: transparent;
          border-top: 1px solid #008D54;
          border-bottom: 1px solid #008D54;
          color: #008D54;
          font-weight: 500;
          font-size: 15px;
          line-height: 1.6;
          font-weight: bold;
          text-align: center;
          transition: all 0.3s;
          text-decoration: none; }
          .feature ul li .txt-area .btn a:hover {
            color: #ffffff;
            background-color: #008D54;
            letter-spacing: 0.07em; }
      .feature ul li.rev .img {
        order: 2; }
      .feature ul li.rev .txt-area {
        order: 1; }

.modal-wrap {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5; }
  .modal-wrap .close {
    cursor: pointer;
    position: fixed;
    top: 175px;
    left: calc(50% + 401px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8;
    transition: opacity 0.4s; }
  .modal-wrap li .close,
  .modal-wrap .close2 {
  display: none;}
    .modal-wrap .close:hover {
      opacity: 0.7; }
  .modal-wrap ul.modal {
    width: 920px;
    position: fixed;
    top: 150px;
    bottom: 0;
    left: 50%;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 6;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 60px; }
    .modal-wrap ul.modal > li {
      background: #ffffff;
      padding: 0 83px;
      position: relative; }

#vertical_st, #box_st {
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
  padding: 80px 0 40px; }

#roof_st {
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
  padding: 80px 0 40px; }

.content_ttl {
  text-align: center;
  margin-bottom: 30px; }
  .content_ttl img {
    margin: 0 auto; }

.content_img {
  margin-bottom: 40px; }
  .content_img img {
    width: 100%; }

.content_txt {
  max-width: 920px;
  margin: 0 auto;
  text-align: center; }
  .content_txt .main_copy {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #545454;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8; }
  .content_txt .main_txt {
    font-size: 16px;
    text-align: center;
    color: #545454;
    line-height: 2.2;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal; }

.plan_content .plan_ttl {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  position: relative; }
  .plan_content .plan_ttl:before {
    top: 50%;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: #7e7e7e 1px solid; }
  .plan_content .plan_ttl em {
    margin-top: 24px;
    position: relative;
    padding: 0 20px;
    background-color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 3px; }
    .plan_content .plan_ttl em span {
      display: block;
      font-size: 14px;
      font-family: "Noto Sans JP",Meiryo,sans-serif;
      font-weight: normal;
      letter-spacing: 1px;
      padding-top: 3px; }
.plan_content .plan_layout {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  border-bottom: #545454 1px solid;
  padding-bottom: 30px;
  margin: 0 auto 30px; }
  .plan_content .plan_layout > li {
    width: 48%;
    max-width: 345px; }
    .plan_content .plan_layout > li img {
      width: 100%; }
.plan_content .area_space > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.7; }

.btn_cp {
  width: 450px;
  margin: 0 auto;
  height: 74px;
  display: table; }
  .btn_cp a {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #009A63; }
    .btn_cp a:hover {
      background-color: #9bbf1d;
      /*opacity:.6;*/
      text-decoration: none; }
    .btn_cp a::before {
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      content: '';
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      /*background: #009a63;*/ }

.slick-dots li {
  margin: 0 7px;
  width: 35px;
  height: 3px;
  padding: 15px 0; }
  .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #C1C1C1; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #008D54; }

/*# sourceMappingURL=index.css.map */
