@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 10px;
  color: #333;
}

html, body {
  position: relative;
}

#btn_reserve_showroom,
#btn_line_share {
  position: fixed;
  right: 0;
  z-index: 100;
}

#btn_reserve_showroom {
  bottom: 20%;
}

#btn_reserve_showroom_close {
  display: none;
}

#btn_line_share {
  top: 50%;
  display: none;
}

#wrap a {
  color: #1e4dc6;
  text-decoration: none;
}

#wrap img {
  vertical-align: bottom;
  max-width: 100%;
}

#wrap .sp_disp {
  display: none !important;
}

#wrap #header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#wrap #header .spMenuBtn {
  display: none;
}

#wrap #header .logo {
  padding-right: 57px;
}

#wrap #header .hdInr {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

#wrap #header .hdInr .menu {
  transition: .3s;
}

#wrap #header .hdInr .menu .itemWrap {
  list-style: none;
  display: flex;
  align-items: center;
}

#wrap #header .hdInr .menu .itemWrap .item {
  padding: 0 11px;
}

#wrap #header .hdInr .menu .itemWrap .item:last-child {
  padding-right: 0;
}

#wrap #header .hdInr .menu .itemWrap a {
  display: block;
  padding: 1.13em 0em;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  transition: .3s;
  text-align: center;
  line-height: 1.4;
}

#wrap #header .hdInr .menu .itemWrap a span:before {
  transition: .3s;
}

#wrap #header .hdInr .menu .itemWrap a.active {
  color: #1e4dc6;
  position: relative;
}

#wrap #header .hdInr .menu #digital_story_menu {
  display: none;
}

#wrap .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#wrap .inner-second {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #main {
  padding-top: 75px;
}

#wrap #fv .fv_image {
  background-image: url(../img/fv_bg02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

#wrap #fv .fv_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background-color: rgba(120, 179, 226, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#wrap #fv .fv_image:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#wrap #fv .inner {
  position: relative;
}

#wrap #fv .inner .circle {
  position: absolute;
  bottom: 0;
  left: -5%;
}

#wrap #fv .inner .fv_ttl {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  margin: auto;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.flex-box {
  display: flex;
}

.jc-sb {
  justify-content: space-between;
}

.alc {
  align-items: center;
}

.section-box {
  padding: 5.6em 0;
}

.w436 {
  width: 436px;
}

.mb14 {
  margin-bottom: 14px;
}

h2 {
  font-size: 26px;
  border-left: 3px #000 solid;
  padding-left: 14px;
  line-height: 1.2;
  margin-top: 7px;
  margin-bottom: 34px;
}

#taisyo .inner-second {
  background-image: url(../img/bg_line.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#taisyo .labelTtl p.label {
  background-color: #78b3e2;
  color: #fff;
  font-size: 15px;
  font-size: clamp(1rem, 3vw, 15px);
  padding: 7px 10px;
  margin-right: 14px;
  display: inline-block;
}

#taisyo .labelTtl p.text {
  font-weight: bold;
  font-size: 18px;
  font-size: clamp(1.2rem, 3.4vw, 18px);
  line-height: 1.25;
}

#plan span.line {
  background: linear-gradient(transparent 60%, #cee4f6 60%);
}

#plan .bg_gray {
  background-color: #f3f3f3;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 22px 20px;
}

#plan .bg_gray p {
  font-size: 19px;
  font-size: clamp(1.3rem, 3.8vw, 19px);
  display: inline-block;
}

#plan .bg_gray p.ttl {
  border-bottom: 1px #000 solid;
  padding-bottom: 6px;
}

#plan .bg_gray p.text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 23px;
  font-size: clamp(1.5rem, 3.8vw, 23px);
  line-height: 1.4;
}

#plan .bg_gray p.text span.line {
  font-size: 28px;
  font-size: clamp(1.8rem, 4.6vw, 28px);
}

#plan .slider {
  margin-top: 40px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#plan .slider .slider_btm_text {
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  margin: auto;
}

#plan .slider .slick-slide {
  padding: 0 14px;
}

#plan .slider .slick-arrow {
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

#plan .slider .slick-prev {
  background-image: url(../img/prev.png);
  left: calc(50% - 180px);
}

#plan .slider .slick-next {
  background-image: url(../img/next.png);
  right: calc(50% - 180px);
}

#plan .slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 80px 0 40px 0;
  padding-bottom: 12px;
}

#plan .slider .slick-dots li {
  text-indent: -9999px;
}

#plan .slider .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  border: none;
  outline: none;
  text-indent: -9999px;
  background-color: #ddd;
  border-radius: 5px;
  padding: 0;
  margin-right: 10px;
}

#plan .slider .slick-dots li.slick-active button {
  background-color: #000;
}

#plan .slider .box {
  border: 2px #ddd solid;
}

#plan .slider .box .img {
  margin-bottom: 10px;
}

#plan .slider .ttl {
  align-items: center;
  font-size: 22px;
  margin-bottom: 10px;
}

#plan .slider .ttl h3 {
  margin-left: 10px;
  font-size: clamp(1.3rem, 4.3vw, 21px);
}

#plan .slider .information {
  min-height: 104px;
}

#plan p {
  font-size: 16px;
  font-size: clamp(1rem, 3.4vw, 16px);
  line-height: 1.5;
}

#plan p.unit {
  line-height: 0.8;
}

#plan p.big_wrap {
  margin-top: -16px;
}

#plan p span.big {
  font-size: 200%;
  font-weight: bold;
  letter-spacing: -1.5px;
}

#plan p span.arrow {
  color: #5f879c;
  font-size: 84%;
  display: inline-block;
  margin: 0 4px;
}

#plan .slider_btm_text p {
  font-size: 12px;
}

#plan .attention {
  margin-top: 20px;
}

#plan .attention p {
  font-size: 12px;
}

h3.line_dot {
  background-image: url(../img/bg_line.png);
  background-repeat: repeat-x;
  background-position: left center;
  text-align: center;
  margin-bottom: 57px;
}

h3.line_dot span {
  display: inline-block;
  min-width: 500px;
  background-color: #78b3e2;
  font-size: 26px;
  font-size: clamp(1.6rem, 5.2vw, 26px);
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 12px 20px;
  position: relative;
}

h3.line_dot span:before, h3.line_dot span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

h3.line_dot span:before {
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 20px solid #78b3e2;
  border-left: 0;
  left: -20px;
}

h3.line_dot span:after {
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #78b3e2;
  border-right: 0;
  right: -20px;
}

#about {
  margin-top: 110px;
}

.movie .youtube_movie {
  width: 415px;
  height: 239px;
  margin: 0 auto;
  position: relative;
}

.movie .youtube_movie_inner {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.movie .movie-player {
  position: relative;
  z-index: 10;
}

#crystal {
  margin-top: 144px;
}

#crystal h4 {
  font-size: 30px;
  font-size: clamp(1.8rem, 6vw, 30px);
  margin-bottom: 30px;
}

#crystal h5 {
  font-size: 24px;
  font-size: clamp(1.5rem, 5vw, 24px);
  margin-bottom: 30px;
}

#crystal p {
  font-size: 18px;
  font-size: clamp(1.12rem, 3.8vw, 18px);
}

#crystal .graph_image {
  margin-top: 60px;
}

.herf {
  width: 49%;
}

.mt47 {
  margin-top: 47px;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.btn_wrap {
  text-align: center;
  margin-top: 40px;
}

#color {
  margin-top: 60px;
}

#color h2 {
  margin-bottom: 54px;
}

#color h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 5vw, 24px);
}

#color .flex-box {
  flex-wrap: wrap;
  margin-top: 54px;
}

#color .flex-box p {
  font-size: 16px;
  margin: 7px 0 16px 0;
  font-size: clamp(1rem, 3.4vw, 16px);
}

#color .flex-box .herf {
  width: 48%;
}

#color .flex-box .herf > p {
  font-size: 18px;
  margin: 18px 0 10px;
  line-height: 1.5;
  font-size: clamp(1rem, 3.8vw, 15px);
}

#color .flex-box .herf.haveBar {
  position: relative;
}

#color .flex-box .herf.haveBar:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: -20px;
  top: 0;
}

#color .use {
  margin-top: 120px;
  margin-bottom: 100px;
}

#color .use h3 {
  margin-top: 16px;
}

#color .use p {
  font-size: 18px;
  line-height: 1.7;
  font-size: clamp(1.12rem, 3.8vw, 18px);
}

#color .jirei .bnr {
  margin: 56px 0 58px 0;
}

#color .movie {
  margin-top: 84px;
}

#color .movie .bg_gray {
  background-color: #f0f0f0;
  text-align: center;
  padding: 40px 0 15px 0;
}

#color .movie .bg_gray h4 {
  font-size: 24px;
  font-size: clamp(1.5rem, 5.2vw, 24px);
  margin-bottom: 30px;
}

#color .movie .bg_gray p.text {
  font-size: 12px;
  margin-top: 30px;
}

#showroom {
  margin-top: 140px;
}

#showroom h2 {
  margin-bottom: 20px;
}

#showroom h3 {
  margin-bottom: 70px;
}

#showroom p.text {
  font-size: 18px;
  font-size: clamp(1.125rem, 3.8vw, 18px);
  margin-bottom: 60px;
}

#showroom .ph_block {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

#showroom .ph_block .flex-box {
  flex-wrap: wrap;
}

#showroom .ph_block .flex-box p {
  font-size: 18px;
  line-height: 1.4;
  font-size: clamp(1.125rem, 3.6vw, 18px);
}

#showroom .ph_block .img {
  margin-bottom: 10px;
}

#showroom .ph_block p.ttl {
  color: #1e4dc6;
  font-size: 24px;
  font-size: clamp(1.5rem, 5vw, 24px);
  font-weight: bold;
  margin-bottom: 8px;
}

#showroom .ph_block .w47 {
  margin-bottom: 40px;
}

#showroom .contents {
  margin-top: 140px;
}

#showroom .contents h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 5vw, 24px);
}

#showroom .contents .ph_block .w47 {
  margin-bottom: 74px;
}

#showroom .contents .ph_block a {
  color: inherit;
}

#showroom .contents h4 {
  line-height: 1.2;
}

#sns {
  margin-top: 80px;
}

#sns p {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}

#sns ul {
  max-width: 280px;
  background-color: #f4f4f4;
  justify-content: center;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px;
  border-radius: 34px;
}

#sns ul li {
  padding: 0 15px;
}

#wrap #main #footer {
  background-color: #0a163e;
  margin-top: 12em;
  color: #fff;
  font-size: 1.3rem;
  padding: 3em 0;
}

#wrap #main #footer .ftInr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

#wrap #main #footer .ftInr .snsWrap {
  display: flex;
  align-items: center;
}

#wrap #main #footer .ftInr .snsWrap .ttl {
  margin-right: 1em;
}

#wrap #main #footer .ftInr .snsWrap .icnWrap {
  display: flex;
  list-style: none;
}

#wrap #main #footer .ftInr .snsWrap .icnWrap .item {
  padding: 0 1em;
}

#wrap #main #footer .ftInr .snsWrap .icnWrap .item img {
  width: 36px;
}

#wrap #main #footer .ftInr .ancColWrap {
  display: flex;
  align-items: center;
}

#wrap #main #footer .ftInr .ancColWrap p {
  padding: 0 1.5em;
}

#wrap #main #footer .ftInr .ancColWrap p a {
  color: #fff;
}

#wrap .breadcrumb {
  background-color: #232d52;
  color: #fff;
  font-size: 1.3rem;
  display: none;
  padding: 1.5em 0;
}

#wrap .breadcrumb .inr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1440px) {
  #plan .slider .information {
    min-height: 9.2vw;
  }
  #plan p.unit {
    line-height: 1.5;
    margin-top: 0;
  }
}

@media screen and (max-width: 1422px) and (min-width: 800px) {
  #plan .slider .ttl h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 800px) {
  #plan p.big_wrap {
    margin-top: -1vw;
    line-height: 1.25;
  }
  #plan .slider p {
    font-size: 1.05vw;
  }
  #plan .slider .information {
    min-height: 7.2vw;
  }
}

@media screen and (max-width: 1344px) {
  #plan p.big_wrap {
    margin-top: 0;
  }
  #plan p span.big {
    font-size: 150%;
  }
}

@media screen and (max-width: 1200px) {
  #wrap #main #footer {
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 6em;
  }
  #wrap #fv .fv_image {
    background-size: cover;
  }
}

@media screen and (max-width: 1100px) {
  #btn_reserve_showroom {
    top: 38%;
  }
  #btn_line_share {
    top: 60%;
  }
}

@media screen and (max-width: 1040px) {
  #wrap #header .hdInr {
    justify-content: space-between;
  }
  #wrap #header .hdInr .menu .itemWrap .item {
    padding: 0 1.0vw;
  }
}

@media screen and (max-width: 1000px) {
  #wrap #main {
    padding-top: 7vw;
  }
  #wrap #header {
    padding-left: 2%;
    padding-right: 2%;
  }
  #wrap #main #footer .ftInr .ancColWrap {
    justify-content: center;
  }
  #wrap #header .hdInr .menu .itemWrap a {
    font-size: 1.4vw;
  }
  #wrap #main #footer .ftInr {
    flex-direction: column;
    justify-content: center;
  }
  #wrap #main #footer .ftInr .snsWrap {
    justify-content: center;
    margin-bottom: 2em;
  }
  #color .flex-box .herf.haveBar:before {
    display: none;
  }
  #color .flex-box .herf {
    width: 49%;
  }
  #color .flex-box > div {
    width: 49%;
  }
}

@media screen and (max-width: 900px) {
  html, body {
    overflow-x: hidden;
  }
  #wrap #header .hdInr {
    width: 100%;
  }
  #wrap #header .hdInr .menu .itemWrap {
    padding: 0 0 2em;
    display: block;
  }
  #wrap #header .spMenuBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #wrap #header .spMenuBtn span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #1e4dc6;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
  }
  #wrap #header .spMenuBtn span:nth-child(1) {
    top: 20px;
  }
  #wrap #header .spMenuBtn span:nth-child(2) {
    top: 30px;
  }
  #wrap #header .spMenuBtn span:nth-child(3) {
    top: 40px;
  }
  #wrap #header .spMenuBtn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 30px;
  }
  #wrap #header .spMenuBtn.open span:nth-child(2) {
    opacity: 0;
  }
  #wrap #header .spMenuBtn.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 30px;
  }
  #wrap #header .hdInr .menu .itemWrap .item {
    padding: 0;
  }
  #wrap #header .hdInr .menu .itemWrap a {
    font-size: 1.6vw;
  }
  #wrap #header .hdInr .menu .itemWrap a br {
    display: none;
  }
  #wrap #header .hdInr .menu .itemWrap a {
    padding: 1.5em 2em;
    font-size: 1.5rem;
    position: relative;
    display: block;
    text-align: left;
  }
  #wrap #header .hdInr .menu .itemWrap a :before {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background-image: url(../img/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 30px;
    top: calc(50% - 7px);
  }
  #wrap #header .hdInr .menu #digital_story_menu {
    display: block;
    text-align: center;
    padding: 0 2em 2.5em;
    margin-top: 0;
  }
  #wrap #header .hdInr .menu {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
  }
  #wrap #header .hdInr .menu.open {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  #wrap #header .hdInr .menu ul.child li a {
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.7em 3.5em;
    position: relative;
  }
  #wrap #header .hdInr .menu ul.child li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #aaa;
    position: absolute;
    left: 8%;
    border-radius: 5px;
    top: calc(50% - 2.5px);
  }
  #wrap #header .logo {
    padding: 2em 3%;
  }
  #wrap #header .logo img {
    width: 86px;
  }
  .section-box {
    padding: 8% 1.5% 1%;
  }
  .w436 {
    width: 100%;
  }
  .flex-box > div:nth-child(1) {
    margin-right: 10px;
  }
  .spFlexRow {
    flex-direction: row;
  }
  .spFlexRow > div {
    margin-bottom: 0;
  }
  .spFlexRow > div:nth-child(1) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #btn_reserve_showroom {
    top: auto;
    bottom: 18vw;
    right: 10px;
  }
  #btn_reserve_showroom img {
    width: 46vw;
  }
  #btn_reserve_showroom_close {
    display: block;
    width: 6vw;
    height: 6vw;
    background-color: #000;
    border-radius: 3vw;
    position: absolute;
    right: -1.2vw;
    top: -2vw;
    transform: rotate(45deg);
  }
  #btn_reserve_showroom_close:before, #btn_reserve_showroom_close:after {
    content: "";
    display: block;
    width: 2px;
    height: 3vw;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 1.4vw);
  }
  #btn_reserve_showroom_close::after {
    transform: rotate(90deg);
  }
  #btn_line_share {
    display: block;
    right: 10px;
    bottom: 10px;
    top: auto;
  }
  #btn_line_share img {
    width: 36vw;
  }
  .btn_wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vw;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .section-box {
    padding-left: 0;
    padding-right: 0;
  }
  #plan .slider .ttl h3 {
    margin-left: 0;
    font-size: 2.4vw;
  }
  #wrap #main {
    padding-top: 60px;
  }
  #wrap #fv .fv_image {
    background: none;
  }
  #wrap #fv .inner .fv_ttl,
  #wrap #fv .inner .circle,
  #wrap #fv .fv_image:before,
  #wrap #fv .fv_image:after {
    display: none;
  }
  #wrap #fv .inner img {
    width: 100%;
  }
  .section-box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-box:not(.spFlexRow) {
    flex-direction: column;
  }
  .flex-box:not(.spFlexRow) > div {
    margin-bottom: 3%;
  }
  .spOnlyFlex {
    display: flex;
    align-items: baseline;
  }
  #taisyo .labelTtl p.label {
    padding: 5px;
    margin-right: 7px;
  }
  #taisyo .inner-second {
    background-image: url(../img/bg_line_sp.png);
    background-size: 100% auto;
  }
  #plan .bg_gray {
    padding: 5% 0;
    position: relative;
  }
  #plan .bg_gray:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    left: -3%;
    top: 0;
    z-index: -1;
  }
  #plan .slider {
    margin-left: -3.3%;
    width: 100vw;
  }
  #plan .slider .slick-slide {
    padding: 0 5px;
  }
  #plan .slider .box {
    border-width: 1px;
    padding: 4%;
    max-width: none;
  }
  #plan .slider .slider_btm_text {
    padding: 0 3%;
  }
  #plan .slider .information {
    height: 20vw;
  }
  #plan .slider .slider_btm_text {
    bottom: 12vw;
  }
  #plan .slider .slick-dots {
    margin: 22vw 0 4vw;
  }
  h3.line_dot {
    background-image: url(../img/bg_line_sp02.png);
    background-size: 100% auto;
  }
  h3.line_dot span {
    width: 80%;
    min-width: auto;
    padding: 4.5vw 10vw;
    height: 60px;
  }
  h3.line_dot span:before,
  h3.line_dot span:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  h3.line_dot span:before {
    left: -19.5px;
  }
  h3.line_dot span:after {
    right: -19.5px;
  }
  .crasso_img {
    margin-left: -3.3%;
    width: 100vw;
  }
  h3.line_dot.twoLine span {
    padding-top: 2.0vw;
    line-height: 1.2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #crystal h4 {
    text-align: center;
  }
  #crystal .herf {
    width: 100%;
  }
  #crystal h5 {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  #crystal .graph_image {
    margin-top: 8vw;
  }
  #color {
    padding: 0 3%;
  }
  #color .herf {
    width: 100%;
  }
  #color .flex-box {
    margin-top: 8vw;
  }
  #color .spFlexRow div {
    width: 48.0%;
  }
  #color .herf:nth-child(1) {
    margin-bottom: 8vw;
  }
  #color .use {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  #color h2 {
    margin-bottom: 3vw;
  }
  #color .w48 {
    width: 100%;
  }
  #color .mt47 {
    margin-top: 0;
  }
  #color .jirei .bnr {
    margin: 10vw 0 4vw 0;
  }
  #color .movie {
    margin-top: 12vw;
  }
  #color .movie .bg_gray {
    position: relative;
  }
  #color .movie .bg_gray:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    margin-left: -3%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    z-index: -1;
  }
  #color .movie .bg_gray p.text {
    margin-top: 4vw;
    line-height: 1.5;
  }
  #color .movie .flex-box > div:nth-child(1) {
    margin-bottom: 10vw;
  }
  #color .flex-box > div.w48 {
    width: 100%;
  }
  #color .flex-box .herf {
    width: 100%;
    max-width: 468px;
  }
  #showroom {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vw;
  }
  #showroom h3.line_dot span {
    padding-left: 0;
    padding-right: 0;
  }
  #showroom p.text {
    line-height: 1.5;
    margin-bottom: 6vw;
  }
  #showroom .w47 {
    width: 100%;
  }
  #showroom .ph_block .w47 {
    display: flex;
    flex-direction: column;
  }
  #showroom .ph_block.ph_block_resolv .w47 .img {
    order: 3;
    margin-top: 3vw;
  }
  #showroom .btn_wrap {
    margin-top: 0;
  }
  #showroom .contents .ph_block .w47 {
    margin-bottom: 10vw;
  }
  #showroom .contents h4 {
    margin-top: 2vw;
  }
  #showroom .ph_block .flex-box p {
    line-height: 1.5;
  }
  #sns {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 640px) {
  html, body {
    overflow-x: hidden;
  }
  #wrap .breadcrumb {
    display: block;
  }
  #wrap #main #footer .ftInr .ancColWrap p {
    padding: 1em;
  }
  #wrap #main #footer .ftInr .ancColWrap p.txtLast {
    margin-top: 1.5em;
  }
  #wrap #main #footer .ftInr .ancColWrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #wrap #main #footer .ftInr .snsWrap {
    justify-content: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }
  #wrap #main #footer {
    font-size: 1.2rem;
  }
  #wrap .sp_disp {
    display: block !important;
  }
  .movie .youtube_movie {
    width: 100%;
  }
  #plan .slider .ttl h3 {
    font-size: 4.0vw;
  }
  #plan .slider .information {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  #plan .slider_btm_text p {
    font-size: 11px;
  }
}
