@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
section {
  padding: 90px 0;
}

.section__title {
  margin-bottom: 80px;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  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;
}

.section__mv {
  position: relative;
  margin-bottom: 100px;
}

.section__block {
  position: relative;
}
.section__block .block__pic01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.1%;
  max-width: 496px;
  z-index: 1;
}
.section__block .block__pic02 {
  position: relative;
  max-width: 735px;
  width: 66.9%;
}
.section__block .block__text01 {
  width: 54%;
  min-height: 145px;
  padding: 30px 0;
}
.section__block .block__text02 {
  width: 29%;
  height: max-content;
  margin-top: auto;
  padding-bottom: 30px;
}
.section__block .text01 {
  margin: 0.25em 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}
.section__block .text01 .small {
  font-size: 0.88em;
  font-weight: 500;
}
.section__block .new {
  display: inline-block;
  margin: 0 0 2px 8px;
  padding: 2px 6px 5px;
  background: red;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}

.note {
  font-size: 1.2rem;
  line-height: 1.4;
}

.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;
}

/* ---------------------------------------------------
	mv
------------------------------------------------------ */
#mv {
  position: relative;
  width: 100%;
  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: 4%;
  bottom: 115px;
  max-width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  transition: 1s all;
  transition-delay: 800ms;
  transform: translateY(30px);
  opacity: 0;
  text-align: center;
  z-index: 1;
}
#mv .mv__scroll {
  position: absolute;
  left: 4%;
  bottom: -20px;
  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 .mv__title {
    top: 37vw;
    bottom: auto;
    left: 10%;
    max-width: 75%;
  }
  #mv .mv__scroll {
    right: auto;
    left: 50%;
    bottom: -10px;
  }
  #mv .mv__scroll img {
    width: 14px;
  }
}
/* ---------------------------------------------------
	contents
------------------------------------------------------ */
#lead {
  padding: 75px 0 75px;
  text-align: center;
}
#lead .lead__pic {
  position: relative;
  max-width: 731px;
  margin: 0 auto 60px;
}
#lead .lead__pic img {
  border-radius: 30px;
}
#lead .lead__pic .pic__caption {
  bottom: 10px;
  right: 20px;
}
#lead .lead__title {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#lead .lead__text {
  font-size: 1.7rem;
  line-height: 2.8;
}

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

#design .section__block {
  font-size: 1.8rem;
}
#design .section__block .block__text01 {
  padding-top: 10px;
}
#design .section__block .block__text01 p {
  line-height: 1.8;
}
#design .section__block .block__text02 {
  padding-bottom: 0;
}
#design .section__block .block__text02 .text__pic {
  margin-bottom: 10px;
}
#design .section__block .block__text02 .note {
  font-size: 1.4rem;
}
#design .color__slide__wrap {
  position: relative;
  margin-top: 90px;
}
#design .color__slide__wrap .section__title {
  margin-bottom: 0;
  font-size: 4.2rem;
  text-align: left;
}
#design .color__slide__wrap .slide__button {
  width: 50%;
  padding: 4px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
#design .color__slide__wrap .slide__button__wrap {
  display: flex;
  width: 240px;
  margin-left: auto;
  margin-top: -35px;
}
#design .color__slide__wrap .slide__button.active {
  background: #000;
  color: #fff;
}
#design .color__slide__wrap .slide__button + .slide__button {
  margin-left: -1px;
}
#design .color__slide__wrap .slide__block {
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
#design .color__slide__wrap .slide__block #tab02 {
  display: none;
}
#design .color__slide__wrap .slide__block .color__slide {
  max-width: 900px;
  margin: 0 auto;
}
#design .color__slide__wrap .slide__block .color__slide .slide__item {
  position: relative;
  padding-bottom: 30px;
}
#design .color__slide__wrap .slide__block .color__slide .slide__item img {
  margin: 0 auto;
}
#design .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;
}
#design .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;
}
#design .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: center;
}
#design .color__slide__wrap .slide__block .color__slide .slick-prev,
#design .color__slide__wrap .slide__block .color__slide .slick-next {
  top: calc(50% - 28px);
  background: url(../images/top/icon_slide.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 55px;
  margin: 0;
  z-index: 10;
  transform: unset;
}
#design .color__slide__wrap .slide__block .color__slide .slick-prev:before,
#design .color__slide__wrap .slide__block .color__slide .slick-next:before {
  content: none;
}
#design .color__slide__wrap .slide__block .color__slide .slick-prev {
  left: 0;
  transform: scale(-1, 1);
}
#design .color__slide__wrap .slide__block .color__slide .slick-next {
  right: 0;
}

#performance .section__block {
  font-size: 1.8rem;
}
#performance .section__block .block__text01 {
  padding-top: 0;
  padding-bottom: 10px;
}
#performance .section__block .block__text01 .text__img {
  margin: 20px 0 15px;
}
#performance .section__block .block__text02 .text01 {
  font-size: 2.2rem;
}

#safety .section__block .block__text01 {
  padding-top: 0;
  padding-bottom: 15px;
}

#grade_price {
  position: relative;
  padding-bottom: 150px;
}
#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__table {
  max-width: 884px;
  margin: 100px auto 0;
}
#grade_price .grade_price__table th,
#grade_price .grade_price__table td {
  padding: 10px 5px 7px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
#grade_price .grade_price__table th + th,
#grade_price .grade_price__table th + td,
#grade_price .grade_price__table td + th,
#grade_price .grade_price__table td + td {
  border-left: 1px solid #999;
}
#grade_price .grade_price__table th {
  background-color: #999;
  color: #fff;
}
#grade_price .grade_price__table th + th {
  border-left-color: #fff;
}
#grade_price .grade_price__table td {
  border-bottom: 1px solid #999;
}
#grade_price .grade_price__table td.td01 {
  font-size: 2.5rem;
  font-family: "DIN 2014", "Oswald", sans-serif;
  font-weight: 400;
}
#grade_price .grade_price__table td.td02 {
  font-family: "DIN 2014", "Oswald", sans-serif;
  font-weight: 400;
}
#grade_price .grade_price__table td.td03 {
  border-left: 1px solid #999;
  font-family: "DIN 2014", "Oswald", sans-serif;
  font-weight: 400;
}
#grade_price .grade_price__table td.td04 {
  font-size: 2.8rem;
  font-weight: bold;
}
#grade_price .grade_price__table .num {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
#grade_price .grade_price__box {
  max-width: 884px;
  max-height: 300px;
  margin: 110px auto 0;
  padding: 12px 15px;
  border: 1px solid;
  overflow-y: scroll;
}
#grade_price .grade_price__button {
  margin-top: 90px;
  text-align: center;
}

#plan {
  padding: 90px 0 100px;
  background: #efefef;
}
#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: 70px;
}
#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: 90px;
  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;
  }

  .section__title {
    margin-bottom: 25px;
    font-size: 3.5rem;
  }

  .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;
  }

  .section__mv {
    position: relative;
    width: calc(100vw);
    margin: 0 -20px 40px;
  }
  .section__mv img {
    border-radius: 8vw;
  }
  .section__mv .pic__caption {
    bottom: 8px;
    right: 15px;
  }

  .section__block .block__pic01 {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .section__block .block__pic01 img {
    width: 100%;
    height: auto;
    border-radius: 5vw;
  }
  .section__block .block__pic02 {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
  .section__block .block__pic02 img {
    width: 100%;
    height: auto;
    border-radius: 5vw;
  }
  .section__block .block__text01 {
    width: 100%;
    min-height: 0;
    padding: 0;
    text-align: center;
  }
  .section__block .block__text01 p:not([class]) {
    line-height: 2.2;
  }
  .section__block .block__text02 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }
  .section__block .text01 {
    margin: 0.4em 0;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4;
  }
  .section__block .text01 .small {
    font-size: 0.88em;
    font-weight: 500;
  }
  .section__block .new {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 2px 6px 5px;
    background: red;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
  }

  .note {
    font-size: 1rem;
    line-height: 1.2;
  }

  #lead {
    padding: 40px 0 20px;
    text-align: left;
  }
  #lead .lead__pic {
    margin-bottom: 40px;
  }
  #lead .lead__pic img {
    border-radius: 6vw;
  }
  #lead .lead__pic .pic__caption {
    bottom: 8px;
    right: 15px;
  }
  #lead .lead__title {
    margin-bottom: 40px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5;
  }
  #lead .lead__text {
    font-size: 1.0724em;
    line-height: 2.5;
  }

  #design .section__mv .pic__caption {
    color: #fff;
  }
  #design .section__block {
    font-size: 1.125em;
  }
  #design .section__block .block__text01 {
    padding-top: 10px;
  }
  #design .section__block .block__text01 p {
    line-height: 2.2;
  }
  #design .section__block .block__text02 {
    padding-bottom: 0;
  }
  #design .section__block .block__text02 .text__pic {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #design .section__block .block__text02 .text__pic img {
    width: 100%;
    height: auto;
    border-radius: 5vw;
  }
  #design .section__block .block__text02 .note {
    font-size: 1.2rem;
  }
  #design .color__slide__wrap {
    margin-top: 55px;
  }
  #design .color__slide__wrap .section__title {
    font-size: 2.4rem;
  }
  #design .color__slide__wrap .slide__button {
    padding: 2px;
    font-size: 1.3rem;
  }
  #design .color__slide__wrap .slide__button__wrap {
    width: 160px;
    margin-top: -22px;
  }
  #design .color__slide__wrap .slide__block {
    padding: 10px 0 0;
  }
  #design .color__slide__wrap .slide__block .color__slide {
    padding: 0 0 30px;
  }
  #design .color__slide__wrap .slide__block .color__slide .slide__item {
    padding-top: 1.25em;
    padding-bottom: 1.5em;
  }
  #design .color__slide__wrap .slide__block .color__slide .slide__item img {
    max-width: 80%;
  }
  #design .color__slide__wrap .slide__block .color__slide .slide__item .item__title {
    left: 0;
    font-size: 1rem;
    text-align: left;
  }
  #design .color__slide__wrap .slide__block .color__slide .slide__item .item__title .en {
    font-size: 1.8rem;
  }
  #design .color__slide__wrap .slide__block .color__slide .slide__item .item__text {
    font-size: 1rem;
  }
  #design .color__slide__wrap .slide__block .color__slide .slick-prev,
  #design .color__slide__wrap .slide__block .color__slide .slick-next {
    top: calc(50% - 24px);
    width: 28px;
    height: 40px;
  }
  #design .color__slide__wrap .slide__block .color__slide .slick-prev:before,
  #design .color__slide__wrap .slide__block .color__slide .slick-next:before {
    content: none;
  }

  #performance .section__block {
    font-size: 1em;
  }
  #performance .section__block .block__pic02 {
    margin-top: 25px;
    order: 10;
  }
  #performance .section__block .block__text01 .text__img {
    margin: 35px 0;
    text-align: center;
  }
  #performance .section__block .block__text01 .text__img img {
    max-width: 70%;
    height: auto;
  }
  #performance .section__block .block__text01 .note {
    line-height: 1.2;
    text-align: left;
  }
  #performance .section__block .block__text02 {
    margin-top: 25px;
  }
  #performance .section__block .block__text02 .text01 {
    font-size: 1.1em;
  }

  #safety .section__block .block__pic01 {
    margin-top: 10px;
    order: 10;
  }
  #safety .section__block .block__pic01 img {
    border-radius: 0;
  }
  #safety .section__block .block__pic02 {
    margin-top: 0;
  }
  #safety .section__block .block__text01 {
    padding-bottom: 10px;
  }
  #safety .section__block .block__text01 .text01 {
    margin-top: 30px;
    text-align: left;
  }
  #safety .section__block .block__text01 .note {
    text-align: left;
  }
  #safety .section__block .block__text02 {
    margin-top: 40px;
  }

  #gr .section__mv img {
    border-radius: 0;
  }
  #gr .section__mv .pic__caption {
    right: 0;
    bottom: 0;
  }
  #gr .section__block .block__pic01 {
    margin-top: 40px;
  }
  #gr .section__block .block__pic01 img {
    border-radius: 0;
  }
  #gr .section__block .block__pic02 {
    margin-top: 30px;
    order: 10;
  }
  #gr .section__block .block__pic02 img {
    border-radius: 0;
  }
  #gr .section__block .block__text01 p {
    font-size: 1.1em;
    line-height: 2;
  }
  #gr .section__block .block__text02 {
    margin-top: 30px;
  }

  #grade_price {
    padding-bottom: 70px;
  }
  #grade_price .section__mv img {
    border-radius: 0;
  }
  #grade_price .section__mv .pic__caption {
    right: 0;
    bottom: 0;
  }
  #grade_price .grade_price__table {
    margin-top: 40px;
  }
  #grade_price .grade_price__table th,
  #grade_price .grade_price__table td {
    padding: 10px 3px 7px;
    font-size: 0.9em;
  }
  #grade_price .grade_price__table th {
    padding-top: 7px;
  }
  #grade_price .grade_price__table td.td01 {
    font-size: 1.6rem;
  }
  #grade_price .grade_price__table td.td04 {
    font-size: 1.4rem;
  }
  #grade_price .grade_price__table .num {
    font-size: 2rem;
    letter-spacing: 0;
  }
  #grade_price .grade_price__box {
    margin-top: 60px;
  }
  #grade_price .grade_price__button {
    margin-top: 50px;
  }

  #plan {
    padding: 60px 0 70px;
  }
  #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: 50px;
  }
  #plan .plan__button .button {
    width: 22em;
  }
  #plan .plan__button br + .button {
    margin-top: 30px;
  }
}
