@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.bg01 {
  background: -webkit-linear-gradient(30deg, #b5b5b6 0.09%, white 16.87%, #e1e0e0 26.2%, #a8a6a6 45.24%, #7c7978 62.81%, #5c5857 78.36%, #484443 91.29%, #413d3c 100%);
  background: -webkit-gradient(linear, -118.25% 66.09%, 218.25% 33.91%, color-stop(0.0009, #b5b5b6), color-stop(0.1687, white), color-stop(0.262, #e1e0e0), color-stop(0.4524, #a8a6a6), color-stop(0.6281, #7c7978), color-stop(0.7836, #5c5857), color-stop(0.9129, #484443), color-stop(1, #413d3c));
  background: -o-linear-gradient(30deg, #b5b5b6 0.09%, white 16.87%, #e1e0e0 26.2%, #a8a6a6 45.24%, #7c7978 62.81%, #5c5857 78.36%, #484443 91.29%, #413d3c 100%);
  background: -ms-linear-gradient(30deg, #b5b5b6 0.09%, white 16.87%, #e1e0e0 26.2%, #a8a6a6 45.24%, #7c7978 62.81%, #5c5857 78.36%, #484443 91.29%, #413d3c 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B6', endColorstr='#413D3C' ,GradientType=0)";
  background: linear-gradient(60deg, #b5b5b6 0.09%, white 16.87%, #e1e0e0 26.2%, #a8a6a6 45.24%, #7c7978 62.81%, #5c5857 78.36%, #484443 91.29%, #413d3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B6', endColorstr='#413D3C', GradientType=1);
}

section {
  padding: 75px 0;
}

.section__title {
  margin-bottom: 60px;
  font-size: 5.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__title02 {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.section__title02 .en {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
}
.section__title02 .en:after {
  content: "";
  display: block;
  width: 158px;
  max-width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #000;
}
.section__title02 .main {
  display: block;
}

.note {
  font-size: 1.2rem;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pic__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  padding: 5px 8px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
.pic__caption.left {
  right: auto;
  left: 0;
  text-align: left;
}
.pic__caption.black {
  color: #000;
}

.section__lead {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  opacity: 1;
  transition: none;
}
.section__lead .lead__pic {
  width: 65.1%;
  margin-left: auto;
}
.section__lead .lead__title {
  position: absolute;
  left: 0;
  top: 12px;
  max-width: 80%;
  padding-left: 40px;
}
.section__lead .lead__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 2px solid;
}
.section__lead .lead__title .title__title {
  margin: 0 0 20px;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section__lead .lead__title .title__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.section__pic {
  position: relative;
  opacity: 1;
}
.section__pic.move {
  opacity: 1;
}
.section__pic.move .pic01,
.section__pic.move .pic02,
.section__pic.move .pic03 {
  opacity: 1;
  transform: translateY(0);
}
.section__pic .pic01,
.section__pic .pic02,
.section__pic .pic03 {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s all;
}
.section__pic .pic01 {
  transition-delay: 300ms;
}
.section__pic .pic02 {
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 600ms;
}
.section__pic .pic03 {
  position: absolute;
  right: 0;
  bottom: 0;
  transition-delay: 900ms;
}

@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .section__title02 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .section__title02 .en {
    font-size: 2.2rem;
  }
  .section__title02 .en:after {
    width: 158px;
    margin: 15px auto;
  }
  .section__title02 .main {
    display: block;
  }

  .pic__caption {
    padding: .5em .5em;
    font-size: 1rem;
  }

  .section__lead {
    position: relative;
    margin-bottom: 4.5vw;
    color: #fff;
  }
  .section__lead .lead__pic {
    width: 100%;
  }
  .section__lead .lead__pic img {
    width: 100%;
  }
  .section__lead .lead__title {
    position: relative;
    top: 0;
    left: 1rem;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-bottom: .75em;
  }
  .section__lead .lead__title:before {
    height: calc(100% + 60px);
  }
  .section__lead .lead__title:after {
    height: calc(100% + 60px);
  }
  .section__lead .lead__title .title__title {
    margin-bottom: 0.25em;
    font-size: 10vw;
  }
  .section__lead .lead__title .title__text {
    font-size: 3.75vw;
  }

  .section__pic {
    padding: 0 15px;
  }
  .section__pic:after {
    content: "";
    display: block;
    clear: both;
  }
  .section__pic img {
    width: 100%;
  }
  .section__pic .pic01 {
    width: 100vw;
    margin: 0 -30px;
  }
  .section__pic .pic02 {
    float: left;
    position: relative;
    width: 48%;
    margin-top: -11%;
  }
  .section__pic .pic03 {
    float: right;
    position: relative;
    width: 48%;
    margin-top: -11%;
  }
}
/* ---------------------------------------------------
	mv
------------------------------------------------------ */
#mv {
  position: relative;
  width: 100%;
  margin-top: 42px;
  z-index: 1;
}
#mv .mv__bg {
  text-align: center;
}
#mv .mv__bg picture {
  display: inline;
}
#mv .mv__bg img {
  width: 100%;
  max-width: 1800px;
}
#mv .mv__title {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  transition: 1s all;
  transition-delay: 800ms;
  transform: translateY(30px);
  opacity: 0;
  text-align: center;
  z-index: 1;
}
#mv .mv__title .title {
  display: block;
  margin-top: 4%;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.5;
  text-shadow: 0 0 8px #000;
  transition: 1s all;
  transition-delay: 1200ms;
  transform: translateY(30px);
  opacity: 0;
}
#mv .mv__scroll {
  position: absolute;
  right: 8%;
  bottom: -40px;
  animation: scroll 1.5s ease-in-out infinite;
  opacity: 0;
  transition: 1s all;
  transition-delay: 1400ms;
  z-index: 100;
}
#mv.move .mv__title {
  transform: translateY(0);
  opacity: 1;
}
#mv.move .mv__title .title {
  opacity: 1;
  transform: translateY(0);
}
#mv.move .mv__scroll {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #mv {
    margin-top: 42px;
  }
  #mv .mv__title {
    position: absolute;
    right: 0;
    top: 4vw;
    width: 100%;
    margin-top: 0;
    padding: 0 2vw;
  }
  #mv .mv__title img {
    width: 100%;
  }
  #mv .mv__title .title {
    margin-top: 4vw;
    font-size: 2rem;
  }
  #mv .mv__scroll {
    right: auto;
    left: 50%;
    bottom: -40px;
  }
  #mv .mv__scroll img {
    width: 14px;
  }
}
/* ---------------------------------------------------
	contents
------------------------------------------------------ */
#concept {
  padding: 100px 0 30px;
}
#concept .concept__title {
  position: relative;
  display: flex;
  margin-bottom: -35px;
  padding-left: 20px;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  z-index: 1;
  transition-delay: 600ms;
}
#concept .concept__title .sub {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-right: 20px;
  padding-top: 40px;
  padding-left: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
}
#concept .concept__title .title {
  flex-grow: 1;
  align-items: center;
}
#concept .concept__title .title .en {
  display: block;
  margin-right: auto;
  font-size: 6.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#concept .concept__title .title .text {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#concept .concept__pic {
  position: relative;
  overflow: hidden;
}
#concept .concept__pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 240px solid #666;
  box-sizing: border-box;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 400ms;
}
#concept .concept__pic.move:after {
  border-width: 0;
  transform: scale(1.1);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#exterior .exterior__black {
  margin-top: 70px;
}
#exterior .exterior__black .black__text {
  width: 40%;
}
#exterior .exterior__black .black__text .text__title {
  margin-bottom: 20px;
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
}
#exterior .exterior__black .black__text .text__pic {
  margin: 20px 0;
}
#exterior .exterior__black .black__pic {
  width: 56.6%;
}
#exterior .exterior__black .black__note {
  width: 100%;
}
#exterior .color__slide__wrap {
  position: relative;
  margin-top: 80px;
}
#exterior .color__slide__wrap .slide__title {
  margin: 10px 0 30px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
}
#exterior .color__slide__wrap .slide__button {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0.45em 1em;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.2;
}
#exterior .color__slide__wrap .slide__button .en {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0.075em;
}
#exterior .color__slide__wrap .slide__block {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
#exterior .color__slide__wrap .slide__block #tab02 {
  display: none;
}
#exterior .color__slide__wrap .slide__block .color__slide {
  max-width: 1000px;
  margin: 0 auto;
}
#exterior .color__slide__wrap .slide__block .color__slide .slide__item {
  position: relative;
}
#exterior .color__slide__wrap .slide__block .color__slide .slide__item img {
  margin: 0 auto;
}
#exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__title {
  position: absolute;
  left: 10%;
  top: 0;
  max-width: 90%;
  font-size: 1.2rem;
  line-height: 1.2;
}
#exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__title .en {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
#exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
#exterior .color__slide__wrap .slide__block .color__thumb {
  margin-top: 35px;
}
#exterior .color__slide__wrap .slide__block .color__thumb .thumb__list {
  justify-content: center;
  align-items: center;
}
#exterior .color__slide__wrap .slide__block .color__thumb .thumb__list li {
  cursor: pointer;
  width: 50px;
  margin: 0 20px;
}

#interior .interior__box {
  margin-top: 100px;
  padding: 0 22px 15px;
  background: #fff;
}
#interior .interior__box.move .box__list li {
  opacity: 1;
  transform: translateY(0);
}
#interior .interior__box .box__title {
  position: relative;
  top: -25px;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#interior .interior__box .box__list {
  width: 100%;
  margin-top: 25px;
  font-size: 1.4rem;
  justify-content: flex-start;
  letter-spacing: -1px;
  line-height: 1.2;
}
#interior .interior__box .box__list li {
  width: 19.3%;
  max-width: 184px;
  margin-right: 0.9%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s all;
}
#interior .interior__box .box__list li:nth-of-type(1) {
  transition-delay: 0.2s;
}
#interior .interior__box .box__list li:nth-of-type(2) {
  transition-delay: 0.4s;
}
#interior .interior__box .box__list li:nth-of-type(3) {
  transition-delay: 0.6s;
}
#interior .interior__box .box__list li:nth-of-type(4) {
  transition-delay: 0.8s;
}
#interior .interior__box .box__list li:nth-of-type(5) {
  transition-delay: 1s;
}
#interior .interior__box .box__list li:nth-of-type(6) {
  transition-delay: 1.2s;
}
#interior .interior__box .box__list li:nth-of-type(7) {
  transition-delay: 1.4s;
}
#interior .interior__box .box__list li:nth-of-type(8) {
  transition-delay: 1.6s;
}
#interior .interior__box .box__list li:nth-of-type(9) {
  transition-delay: 1.8s;
}
#interior .interior__box .box__list li:nth-of-type(10) {
  transition-delay: 2s;
}
#interior .interior__box .box__list li:nth-of-type(11) {
  transition-delay: 2.2s;
}
#interior .interior__box .box__list li:nth-of-type(12) {
  transition-delay: 2.4s;
}
#interior .interior__box .box__list li:nth-of-type(13) {
  transition-delay: 2.6s;
}
#interior .interior__box .box__list li:nth-of-type(14) {
  transition-delay: 2.8s;
}
#interior .interior__box .box__list li:nth-of-type(15) {
  transition-delay: 3s;
}
#interior .interior__box .box__list li:nth-of-type(16) {
  transition-delay: 3.2s;
}
#interior .interior__box .box__list li:nth-of-type(17) {
  transition-delay: 3.4s;
}
#interior .interior__box .box__list li:nth-of-type(18) {
  transition-delay: 3.6s;
}
#interior .interior__box .box__list li:nth-of-type(19) {
  transition-delay: 3.8s;
}
#interior .interior__box .box__list li:nth-of-type(20) {
  transition-delay: 4s;
}
#interior .interior__box .box__list li.wide {
  width: 60%;
  max-width: 60%;
  margin-top: -90px;
  margin-right: 0;
  padding-left: 20px;
  text-align: center;
}
#interior .interior__box .box__list li.wide img {
  margin-bottom: 0;
}
#interior .interior__box .box__list li.wide .note {
  margin: -25px 0 0;
  font-size: 1.4rem;
  text-align: left;
}
#interior .interior__box .box__list li:nth-of-type(2), #interior .interior__box .box__list li:nth-of-type(3) {
  order: -1;
}
#interior .interior__box .box__list li:nth-of-type(5n + 3) {
  margin-right: 0;
}
#interior .interior__box .box__list li img {
  margin-bottom: 5px;
}

#performance .section__lead {
  color: #000;
}
#performance .section__lead .passing-bar:before {
  background: #000;
}
#performance .section__pic {
  margin-bottom: 10px;
}
#performance .section__pic .pic03 {
  bottom: 22px;
}

#safety .section__lead {
  color: #000;
}
#safety .section__lead .passing-bar:before {
  background: #000;
}
#safety .section__pic {
  margin-bottom: 40px;
}
#safety .safety__block {
  margin-top: 50px;
}
#safety .safety__block .block__text {
  margin-bottom: 10px;
}
#safety .safety__block .block__col .col__pic {
  width: 62.3%;
}
#safety .safety__block .block__col .col__text {
  width: 35%;
}
#safety .safety__lead {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
#safety .safety__title {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}
#safety .safety__button {
  margin-top: 40px;
  text-align: center;
}

#grade_price {
  position: relative;
  padding-bottom: 150px;
}
#grade_price .section__title {
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
#grade_price .grade_price__block .block__item {
  width: 49.2%;
}
#grade_price .grade_price__block .block__item .item__pic {
  margin-bottom: 15px;
  text-align: center;
}
#grade_price .grade_price__block .block__item .item__pic .note {
  margin-top: 12px;
  text-align: left;
}
#grade_price .grade_price__block .block__item .item__price {
  margin-top: 20px;
  line-height: 1.1;
  flex-wrap: nowrap;
  align-items: center;
}
#grade_price .grade_price__block .block__item .item__price .price__box {
  width: 24%;
  padding: 5px;
  border: 1px solid;
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
}
#grade_price .grade_price__block .block__item .item__price .price__main {
  width: 72%;
  flex-wrap: nowrap;
  align-items: center;
}
#grade_price .grade_price__block .block__item .item__price .price__main .text01 {
  font-size: 3.2rem;
  font-weight: bold;
}
#grade_price .grade_price__block .block__item .item__price .price__main .text02 {
  padding: 0 15px;
  font-weight: 400;
}
#grade_price .grade_price__block .block__item .item__price .price__main .text03 {
  padding-left: 20px;
  border-left: 1px solid #000;
  flex-grow: 1;
  font-size: 2.9rem;
}
#grade_price .grade_price__block .block__item .item__price .price__main .text03 .en {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#grade_price .grade_price__block .block__item .item__price .price__main .text03 .tax {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.4rem;
}
#grade_price .grade_price__block .block__item:nth-of-type(2) .note {
  text-align: right;
}
#grade_price .grade_price__box {
  margin-top: 100px;
  padding: 12px 15px;
  border: 1px solid;
}
#grade_price .grade_price__button {
  margin-top: 90px;
  text-align: center;
}

.cronw70th__block {
  margin-top: 200px;
  align-items: center;
}
.cronw70th__block .block__pic {
  width: 69.8%;
}
.cronw70th__block .block__pic .pic__sub {
  margin-top: 5px;
}
.cronw70th__block .block__body {
  width: 26%;
}
.cronw70th__block .block__body .body__logo {
  text-align: center;
}
.cronw70th__block .block__body .body__logo02 {
  margin-top: 50px;
  text-align: center;
}
.cronw70th__block .block__body .body__price {
  width: max-content;
  max-width: 100%;
  margin: 50px auto 0;
}
.cronw70th__block .block__body .body__price .price__tit {
  font-size: 1.4rem;
  font-weight: 600;
}
.cronw70th__block .block__body .body__price .price__row {
  margin-top: 15px;
  font-size: 1.3rem;
}
.cronw70th__block .block__body .body__price .price__row .price {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.cronw70th__block .block__body .body__price .price__row .en {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cronw70th__block .block__body .body__price .price__row .small {
  font-size: 0.8em;
}
.cronw70th__block .block__button {
  position: absolute;
  bottom: 0;
  right: 14%;
}
.cronw70th__block .block__button .button {
  padding: 10px 30px 10px 30px;
  font-size: 1.6rem;
}

#another {
  padding: 130px 0 0;
}
#another .container {
  max-width: 1100px;
}
#another .another__block .block__pic {
  width: 58.4%;
  max-width: 642px;
}
#another .another__block .block__text {
  width: 41.6%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
#another .another__block .block__text .text__title {
  width: 100%;
  max-width: 420px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
}
#another .another__block .block__text .text__col {
  width: 100%;
  max-width: 460px;
  flex-wrap: nowrap;
  align-items: center;
}
#another .another__block .block__text .text__button {
  margin-top: 25px;
}
#another .another__block .block__text .text__button .button {
  width: 106%;
  max-width: none;
  margin-left: -6%;
  padding-left: 10px;
}
#another .another__block + .another__block {
  margin-top: 85px;
}
#another .another__block + .another__block .block__text .text__button {
  margin-top: 25px;
}
#another .another__block + .another__block .block__text .text__button .button {
  width: 100%;
  margin-left: 0;
}
#another .another__block.estate .block__text .text__title {
  margin-top: 30px;
}
#another .another__block.estate .block__text .text__col {
  max-width: 420px;
}

#plan {
  padding: 80px 0;
}
#plan .container {
  max-width: 1100px;
}
#plan .plan__block {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
}
#plan .plan__block .block__text {
  width: 38%;
}
#plan .plan__block .block__text .text__title {
  margin: -15px 0 15px -20px;
}
#plan .plan__block .block__text .text__border {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: .05em;
}
#plan .plan__block .block__text .text__border > span {
  padding: 0 .5em;
  background-image: linear-gradient(transparent 80%, #bbcce4 0%);
  font-weight: bold;
}
#plan .plan__block .block__pic {
  width: 61%;
}
#plan .plan__block + .plan__block {
  margin-top: 40px;
}
#plan .plan__block.block01 {
  margin-top: 80px;
}
#plan .plan__block.block02 .block__text .text__border > span {
  background-image: linear-gradient(transparent 80%, #f1c6da 0%);
}
#plan .plan__block.block02 .pic__col {
  margin-top: 10px;
}
#plan .plan__block.block02 .pic__col .col__pic {
  width: 51%;
}
#plan .plan__block.block02 .pic__col .col__text {
  width: 47%;
}
#plan .plan__block.block02 .note {
  font-size: 1.2rem;
}
#plan .plan__block.block03 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#plan .plan__block.block03 .block__text .text__title {
  margin-top: -10px;
}
#plan .plan__block.block03 .block__text .text__border > span {
  background-image: linear-gradient(transparent 80%, #aec6d1 0%);
}
#plan .plan__block.block03 .pic__col {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
#plan .plan__block.block03 .pic__col .col__pic {
  width: 59%;
}
#plan .plan__block.block03 .pic__col .col__text {
  width: 36%;
  font-size: 2rem;
}
#plan .plan__block.block03 .pic__col .col__text p {
  line-height: 1.8;
}
#plan .plan__button {
  margin-top: 70px;
  text-align: center;
}
#plan .plan__button .button {
  width: 380px;
  max-width: 100%;
}
#plan .plan__button br + .button {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }

  .note {
    font-size: 1rem;
  }

  #concept {
    position: relative;
    padding: 0;
  }
  #concept .container {
    width: 100%;
  }
  #concept .concept__title {
    position: absolute;
    left: 0;
    bottom: 6vw;
    width: 100%;
    margin-bottom: 0;
    padding: 0 4vw;
    font-size: 1.3rem;
  }
  #concept .concept__title .sub {
    width: 16vw;
    height: 16vw;
    margin-right: 0;
    padding-top: 2.5em;
    font-size: 2.75vw;
  }
  #concept .concept__title .title {
    width: 70vw;
    margin-left: 4vw;
  }
  #concept .concept__title .title .en {
    width: 100%;
    margin-right: 0;
    font-size: 11.5vw;
    letter-spacing: 0.1em;
  }
  #concept .concept__title .title .text {
    width: 100%;
    margin-bottom: 0;
    font-size: 3vw;
    order: -1;
  }
  #concept .concept__pic .pic__caption {
    bottom: auto;
    top: 0;
  }

  #exterior {
    padding-top: 4vw;
  }
  #exterior .exterior__black {
    margin-top: 30px;
    color: #fff;
  }
  #exterior .exterior__black .black__text {
    width: 100%;
    padding: 0 15px;
  }
  #exterior .exterior__black .black__text .text__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #exterior .exterior__black .black__text .text__text {
    text-align: center;
  }
  #exterior .exterior__black .black__text .text__pic {
    margin: 0;
    text-align: center;
  }
  #exterior .exterior__black .black__text .text__pic img {
    width: 90%;
  }
  #exterior .exterior__black .black__pic {
    width: 100%;
    margin: 15px 0 10px;
    text-align: center;
  }
  #exterior .exterior__black .black__pic img {
    width: 90%;
  }
  #exterior .exterior__black .black__note {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
  }
  #exterior .color__slide__wrap {
    margin-top: 30px;
  }
  #exterior .color__slide__wrap .slide__title {
    margin: 10px 0 10px;
    font-size: 2.2rem;
    text-align: left;
  }
  #exterior .color__slide__wrap .slide__button {
    top: 0;
    font-size: 1.3rem;
  }
  #exterior .color__slide__wrap .slide__block {
    padding: 10px 15px 15px;
    border-radius: 6px;
  }
  #exterior .color__slide__wrap .slide__block .color__slide .slide__item {
    padding-top: 1.25em;
    padding-bottom: 1.5em;
  }
  #exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__title {
    left: 0;
    font-size: 1rem;
    text-align: left;
  }
  #exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__title .en {
    font-size: 1.8rem;
  }
  #exterior .color__slide__wrap .slide__block .color__slide .slide__item .item__text {
    font-size: 1rem;
  }
  #exterior .color__slide__wrap .slide__block .color__thumb {
    margin-top: 15px;
  }
  #exterior .color__slide__wrap .slide__block .color__thumb .thumb__list li {
    width: 9%;
    margin: 0 2%;
  }

  #interior .interior__box {
    width: calc(100% - 15px);
    margin: 60px auto 0;
    padding: 0 15px 15px;
  }
  #interior .interior__box .box__title {
    top: -.5em;
    font-size: 4rem;
  }
  #interior .interior__box .box__pic img {
    width: 100%;
  }
  #interior .interior__box .box__pic .note {
    margin-top: -1.5em;
  }
  #interior .interior__box .box__list__sp {
    position: relative;
    margin-top: 15px;
    padding: 0 15px;
    font-size: 1rem;
  }
  #interior .interior__box .box__list__sp .list__item > ul > li {
    width: 48%;
    margin-bottom: 1em;
  }
  #interior .interior__box .box__list__sp .list__item > ul > li img {
    width: 100%;
    margin-bottom: 4px;
  }
  #interior .interior__box .slick-prev,
  #interior .interior__box .slick-next {
    top: calc(50% - 9px);
    background: url(../images/top/icon_slide.png) no-repeat;
    background-size: 100%;
    width: 11px;
    height: 20px;
    margin-top: -3rem;
  }
  #interior .interior__box .slick-prev:before,
  #interior .interior__box .slick-next:before {
    content: none;
  }
  #interior .interior__box .slick-prev {
    left: -6px;
    transform: scale(-1, 1) translateY(-1rem);
  }
  #interior .interior__box .slick-next {
    right: -6px;
  }

  #performance .section__lead .lead__title .title__text {
    font-size: 3.5vw;
  }
  #performance .section__pic {
    margin-bottom: 10px;
  }
  #performance .section__pic .pic03 {
    bottom: auto;
  }
  #performance .section__pic + .note {
    padding: 0 15px;
  }

  #safety .section__pic {
    margin-bottom: 10px;
  }
  #safety .section__pic .pic02 {
    float: none;
    width: 100%;
  }
  #safety .section__pic + .sp_block {
    padding: 0 15px;
  }
  #safety .note {
    padding: 0 15px;
  }
  #safety .safety__block {
    margin-top: 30px;
  }
  #safety .safety__block .block__text {
    margin-bottom: 10px;
  }
  #safety .safety__block .block__col {
    padding: 0 15px;
  }
  #safety .safety__block .block__col .col__pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #safety .safety__block .block__col .col__pic img {
    width: 100%;
  }
  #safety .safety__block .block__col .col__text {
    width: 100%;
  }
  #safety .safety__block .block__col .col__text .note {
    padding: 0;
  }
  #safety .safety__lead {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #safety .safety__title {
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #safety .safety__button {
    margin-top: 30px;
    padding: 0 15px;
  }

  #grade_price {
    padding-bottom: 40px;
  }
  #grade_price .section__title {
    margin-bottom: 25px;
  }
  #grade_price .grade_price__block .block__item {
    width: 100%;
    padding: 0 15px;
  }
  #grade_price .grade_price__block .block__item .item__pic {
    margin-bottom: 15px;
  }
  #grade_price .grade_price__block .block__item .item__pic img {
    width: 80%;
  }
  #grade_price .grade_price__block .block__item .item__pic .note {
    margin-top: 8px;
  }
  #grade_price .grade_price__block .block__item .item__price {
    margin-top: 10px;
    justify-content: center;
  }
  #grade_price .grade_price__block .block__item .item__price .price__box {
    width: 20%;
    padding: .1em .5em;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main .text01 {
    padding: 0 .15em 0 .5em;
    font-size: 2.4rem;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main .text02 {
    padding: 0 1rem;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main .text03 {
    flex-grow: 0;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main .text03 .en {
    font-size: 2.4rem;
  }
  #grade_price .grade_price__block .block__item .item__price .price__main .text03 .tax {
    font-size: 1.2rem;
  }
  #grade_price .grade_price__block .block__item:nth-of-type(2) {
    margin-top: 30px;
  }
  #grade_price .grade_price__block .block__item:nth-of-type(2) .note {
    text-align: left;
  }
  #grade_price .grade_price__box {
    margin-top: 40px;
  }
  #grade_price .grade_price__button {
    margin-top: 40px;
  }

  .cronw70th__block {
    margin-top: 80px;
    margin-bottom: 40px;
    align-items: center;
  }
  .cronw70th__block .block__pic {
    width: 100%;
  }
  .cronw70th__block .block__pic .pic__sub {
    margin-top: 0;
  }
  .cronw70th__block .block__body {
    width: 100%;
    margin-top: 50px;
  }
  .cronw70th__block .block__body .body__logo img {
    width: 128px;
    height: auto;
  }
  .cronw70th__block .block__body .body__logo02 {
    margin-top: 30px;
  }
  .cronw70th__block .block__body .body__price {
    margin-top: 20px;
  }
  .cronw70th__block .block__body .body__price .price__tit {
    font-size: 1.8rem;
  }
  .cronw70th__block .block__body .body__price .price__row {
    margin-top: 20px;
    font-size: 1.7rem;
  }
  .cronw70th__block .block__body .body__price .price__row .price {
    font-size: 2.6rem;
  }
  .cronw70th__block .block__body .body__price .price__row .en {
    font-size: 4.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .cronw70th__block .block__body .body__price .price__row .small {
    font-size: 0.8em;
  }
  .cronw70th__block .block__button {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .cronw70th__block .block__button .button {
    padding: 1.9vw 1.75em 1.8vw 1vw;
    font-size: 1em;
  }
  #another {
    padding: 60px 0 0;
  }
  #another .another__block .block__pic {
    width: 100vw;
    max-width: 100vw;
    margin: 0 -15px 20px;
  }
  #another .another__block .block__text {
    width: 100%;
    display: block;
  }
  #another .another__block .block__text .text__title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #another .another__block .block__text .text__col {
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
  }
  #another .another__block .block__text .text__col .col__logo {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #another .another__block .block__text .text__col .col__logo img {
    width: 100%;
  }
  #another .another__block .block__text .text__col .col__pic {
    width: 49%;
    text-align: center;
  }
  #another .another__block .block__text .text__col .col__pic img {
    width: 100%;
  }
  #another .another__block .block__text .text__button {
    width: 100%;
    margin-top: 15px;
  }
  #another .another__block .block__text .text__button .button {
    width: 100%;
    margin-left: 0;
  }
  #another .another__block + .another__block {
    margin-top: 30px;
  }
  #another .another__block + .another__block .block__text .text__col {
    margin-top: 0;
  }
  #another .another__block + .another__block .block__text .text__col .col__logo {
    width: 40%;
    padding-bottom: 10px;
  }
  #another .another__block + .another__block .block__text .text__col .col__pic {
    width: 58%;
  }
  #another .another__block + .another__block .block__text .text__col .col__pic img {
    width: 96%;
  }
  #another .another__block + .another__block .block__text .text__button {
    margin-top: 25px;
  }
  #another .another__block.estate .block__text .text__title {
    margin-top: 0;
  }
  #another .another__block.estate .block__text .text__col .col__logo {
    margin: 0 auto;
  }

  #plan {
    padding: 60px 0 40px;
  }
  #plan .plan__block {
    padding: 15px 15px 12px;
    font-size: 1.2rem;
  }
  #plan .plan__block .block__text {
    width: 100%;
  }
  #plan .plan__block .block__text .text__title {
    margin: -15px -15px 10px;
  }
  #plan .plan__block .block__text .text__title img {
    width: 100%;
  }
  #plan .plan__block .block__text .text__border {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #plan .plan__block .block__pic {
    display: none;
  }
  #plan .plan__block + .plan__block {
    margin-top: 20px;
  }
  #plan .plan__block.block01 {
    margin-top: 25px;
  }
  #plan .plan__block.block02 .pic__col {
    margin-top: 10px;
  }
  #plan .plan__block.block02 .pic__col .col__pic {
    width: 51%;
  }
  #plan .plan__block.block02 .pic__col .col__text {
    width: 47%;
  }
  #plan .plan__block.block02 .note {
    font-size: 1.2rem;
  }
  #plan .plan__block.block03 {
    padding-bottom: 12px;
  }
  #plan .plan__button {
    margin-top: 40px;
  }
  #plan .plan__button .button {
    width: 22em;
  }
  #plan .plan__button br + .button {
    margin-top: 30px;
  }
}
