@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@font-face {
  font-family: "LexusRodinPro";
  src: url("../fonts/LexusRodinPro-L.woff2") format("woff2"), url("../fonts/LexusRodinPro-L.woff") format("woff"), url("../fonts/LexusRodinPro-L.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "LexusRodinPro";
  src: url("../fonts/LexusRodinPro-M_0.woff2") format("woff2"), url("../fonts/LexusRodinPro-M_0.woff") format("woff"), url("../fonts/LexusRodinPro-M_0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@font-face {
  font-family: "LexusRodinPro";
  src: url("../fonts/LexusRodinPro-L.woff2") format("woff2"), url("../fonts/LexusRodinPro-L.woff") format("woff"), url("../fonts/LexusRodinPro-L.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "LexusRodinPro";
  src: url("../fonts/LexusRodinPro-M_0.woff2") format("woff2"), url("../fonts/LexusRodinPro-M_0.woff") format("woff"), url("../fonts/LexusRodinPro-M_0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  background: #fff;
  color: #000;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  overflow: hidden;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  width: 100%;
  height: 100%;
}

.w1280 {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w960 {
  max-width: 960px; /*widthは適時変更*/
  width: calc(100% - 30px);
  margin: 0 auto;
}

.sec_cv {
  text-align: center;
  margin-top: 80px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .sec_cv {
    margin-top: 40px;
  }
}
.sec_cv .list_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "LexusRodinPro";
  font-weight: 200;
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .sec_cv .list_cv {
    max-width: 500px;
  }
}
.sec_cv .list_cv > li {
  width: 300px;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .sec_cv .list_cv > li {
    width: 220px;
    padding: 10px;
  }
}
.sec_cv .list_cv > li.soon {
  position: relative;
}
.sec_cv .list_cv > li.soon::before {
  text-align: center;
  content: "Coming Soon";
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
@media all and (max-width: 896px) {
  .sec_cv .list_cv > li.soon::before {
    font-size: 12px;
    font-size: 0.75rem;
    top: -5px;
  }
}
.sec_cv .list_cv > li.soon > a {
  pointer-events: none;
  opacity: 0.7;
}
.sec_cv .list_cv > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
  .sec_cv .list_cv > li > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.sec_cv .link_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  line-height: 1.2;
}
.sec_cv .link_cv > p {
  display: inline-block;
  padding: 10px 20px;
}
@media all and (max-width: 896px) {
  .sec_cv .link_cv > p {
    padding: 5px 10px;
  }
}
.sec_cv .link_cv > p > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 60px 10px 10px;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 1px solid #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .sec_cv .link_cv > p > a {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 50px;
  }
}
.sec_cv .link_cv > p > a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_right.svg") center bottom/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .sec_cv .link_cv > p > a::after {
    width: 30px;
    height: 30px;
  }
}
.sec_cv .link_cv > p .txt_small {
  display: inline-block;
  font-size: 0.7em;
}

@media all and (max-width: 480px) {
  .img_txt {
    max-width: 280px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media all and (max-width: 480px) {
  .img_txt_simulation {
    max-width: 280px;
    margin: 0 auto;
  }
}

.header {
  background: #000;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 900;
}
@media all and (max-width: 1025px) {
  .header {
    height: 50px;
  }
}
.header a {
  color: #fff;
}
.header .area_header {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.header .navigation {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media all and (max-width: 1025px) {
  .header .navigation {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 20vw 40px;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    z-index: 400;
    overflow-y: scroll;
  }
}
.header .navigation.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .navigation .list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1025px) {
  .header .navigation .list_nav {
    display: block;
  }
}
.header .navigation .list_nav > li.soon {
  position: relative;
}
.header .navigation .list_nav > li.soon::before {
  width: 100%;
  text-align: center;
  content: "Coming Soon";
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .header .navigation .list_nav > li.soon::before {
    width: auto;
    text-align: left;
    font-size: 10px;
    font-size: 0.625rem;
    top: 15px;
    left: 90px;
  }
}
.header .navigation .list_nav > li.soon > a {
  pointer-events: none;
  opacity: 0.7;
}
.header .navigation .list_nav > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 20px;
}
@media all and (max-width: 1025px) {
  .header .navigation .list_nav > li > a {
    padding: 10px;
  }
}
.header .menu-trigger {
  display: none;
}
@media all and (max-width: 1025px) {
  .header .menu-trigger {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 600;
  }
}
.header .menu-trigger.active .menu > span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .menu-trigger.active .menu > span:nth-of-type(2) {
  display: none;
}
.header .menu-trigger.active .menu > span:nth-of-type(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .menu-trigger .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.header .menu-trigger .menu > span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .menu-trigger .menu > span:nth-of-type(1) {
  top: 5px;
}
.header .menu-trigger .menu > span:nth-of-type(2) {
  top: 14px;
}
.header .menu-trigger .menu > span:nth-of-type(3) {
  bottom: 5px;
}

.content {
  margin-top: 80px; /*ヘッダーの高さ分*/
}
@media all and (max-width: 1025px) {
  .content {
    margin-top: 50px;
  }
}

.mainvisual {
  padding-top: 77%;
  position: relative;
}
@media all and (max-width: 480px) {
  .mainvisual {
    padding-top: 90%;
  }
}
.mainvisual .area_mainvisual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5vw;
  background: url("../img/bg_mainvisual.jpg") center bottom/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1025px) {
  .mainvisual .area_mainvisual {
    padding-top: clamp(10px, 2.5vw, 60px);
  }
}
.mainvisual .area_mainvisual .ttl_main {
  position: absolute;
  top: 10%;
  right: 20%;
  width: 30%;
  height: auto;
}
@media all and (max-width: 480px) {
  .mainvisual .area_mainvisual .ttl_main {
    top: 8%;
    right: 15%;
    width: 50%;
  }
}
.mainvisual .area_mainvisual .txt_main {
  position: absolute;
  bottom: 5%;
  left: 8%;
  width: 25%;
  height: auto;
}
@media all and (max-width: 480px) {
  .mainvisual .area_mainvisual .txt_main {
    bottom: 5%;
    left: 5%;
    width: 35%;
  }
}
.mainvisual .border {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 16%;
}

.new .area_new {
  background: #543932;
  padding: 50px 0;
  position: relative;
  z-index: 50;
}
@media all and (max-width: 896px) {
  .new .area_new {
    padding: 30px 0;
  }
}
.new .area_new .ttl_new {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .new .area_new .ttl_new {
    max-width: 360px;
  }
}
.new .area_new .copy_new {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .new .area_new .copy_new {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (max-width: 480px) {
  .new .area_new .copy_new {
    text-align: left;
  }
}
.new .area_new .img_new {
  margin-top: 20px;
}
.new .area_new .txt_note {
  color: #fff;
  margin-top: 10px;
}
.new .area_lineup {
  background: #543932;
  padding-bottom: 50px;
}
.new .area_lineup .block_lineup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: #ddd7d9;
  color: #231815;
}
@media all and (max-width: 896px) {
  .new .area_lineup .block_lineup {
    padding: 20px;
  }
}
.new .area_lineup .ttl_lineup {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .new .area_lineup .ttl_lineup {
    max-width: 228px;
  }
}
.new .area_lineup .copy_lineup {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .new .area_lineup .copy_lineup {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.new .area_lineup .list_lineup {
  margin-top: 30px;
}
.new .area_lineup .list_lineup > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .new .area_lineup .list_lineup > li {
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .new .area_lineup .list_lineup > li {
    display: block;
  }
}
.new .area_lineup .list_lineup .name_lineup {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .new .area_lineup .list_lineup .name_lineup {
    width: 120px;
  }
}
.new .area_lineup .list_lineup .txt_lineup {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 480px) {
  .new .area_lineup .list_lineup .txt_lineup {
    margin-top: 10px;
  }
}
.new .area_lineup .img_lineup {
  position: relative;
}
.new .area_lineup .img_lineup .txt_coming {
  width: 60%;
  max-width: 480px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.discover .area_discover {
  padding: 80px 0;
  background: #ddd7d9;
  color: #231815;
  position: relative;
  z-index: 50;
}
@media all and (max-width: 896px) {
  .discover .area_discover {
    padding: 50px 0;
  }
}
.discover .area_discover .ttl_discover {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .discover .area_discover .ttl_discover {
    max-width: 480px;
  }
}
.discover .area_discover .copy_discover {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .discover .area_discover .copy_discover {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.discover .area_discover .list_discover {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .discover .area_discover .list_discover {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media all and (max-width: 480px) {
  .discover .area_discover .list_discover {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
}
.discover .area_discover .list_discover > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .discover .area_discover .list_discover > li {
    gap: 20px;
  }
}
.discover .area_discover .list_discover .box_txt {
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
}
.discover .area_discover .copy_list {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .discover .area_discover .copy_list {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.discover .area_discover .txt_list {
  margin-top: 10px;
}
.discover .area_discover .box_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.discover .area_discover .box_staff dt {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.discover .area_discover .box_staff dd {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.discover .area_discover .box_staff .txt_shop {
  font-size: 16px;
  font-size: 1rem;
}
.discover .area_discover .box_staff .name_staff {
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  .discover .area_discover .box_staff .name_staff {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.discover .area_discover .img_discover {
  width: 100%;
  height: 170px;
  position: relative;
}
@media all and (max-width: 896px) {
  .discover .area_discover .img_discover {
    height: 150px;
  }
}
@media all and (max-width: 480px) {
  .discover .area_discover .img_discover {
    height: 170px;
  }
}
.discover .area_discover .img_discover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.discover .area_discover .img_discover .img_sub {
  width: 30%;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.discover .sec_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.discover .sec_voice .ttl_voice {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
}
@media all and (max-width: 896px) {
  .discover .sec_voice .ttl_voice {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.discover .sec_voice .list_voice {
  margin-top: 15px;
}
.discover .sec_voice .list_voice > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.discover .sec_voice .list_voice > li::before {
  content: "・";
}
.discover .sec_voice .box_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 60%;
  background: #fff;
}
@media all and (max-width: 896px) {
  .discover .sec_voice .box_txt {
    width: 100%;
    padding: 20px;
  }
}
.discover .sec_voice .box_img {
  width: 40%;
}
@media all and (max-width: 896px) {
  .discover .sec_voice .box_img {
    width: 100%;
  }
}
.discover .sec_voice .box_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.pickup .area_pickup {
  padding: 80px 0 100px;
  position: relative;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup {
    padding: 70px 0 40px;
  }
}
.pickup .area_pickup .yoyaku {
  width: 350px;
  margin: 0 auto 100px;
}
@media all and (max-width: 480px) {
  .pickup .area_pickup .yoyaku {
    width: 280px;
    margin-bottom: 50px;
  }
}
.pickup .area_pickup .ttl_pickup {
  max-width: 380px;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .ttl_pickup {
    max-width: 266px;
  }
}
.pickup .area_pickup .sec_pickup {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  line-height: 1.6;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .pickup .area_pickup .sec_pickup {
    padding-top: 10px;
  }
}
.pickup .area_pickup .sec_pickup > div {
  width: 46%;
  max-width: 400px;
  height: 240px;
}
@media all and (max-width: 480px) {
  .pickup .area_pickup .sec_pickup > div {
    width: 100%;
    height: 200px;
  }
}
.pickup .area_pickup .sec_pickup > div > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  position: relative;
  z-index: 50;
  background-color: #fff;
}
.pickup .area_pickup .sec_pickup > div .arrow_pickup {
  width: 40px;
  position: absolute;
  left: 10px;
  top: -30px;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .sec_pickup > div .arrow_pickup {
    width: 30px;
    top: -20px;
  }
}
.pickup .area_pickup .sec_pickup .block_norikae > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 10px 10px 15px rgba(255, 208, 70, 0.5);
          box-shadow: 10px 10px 15px rgba(255, 208, 70, 0.5);
}
.pickup .area_pickup .sec_pickup .block_norikae .txt_norikae {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "LexusRodinPro";
  font-weight: 200;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .sec_pickup .block_norikae .txt_norikae {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (max-width: 480px) {
  .pickup .area_pickup .sec_pickup .block_special {
    margin-top: 30px;
  }
}
.pickup .area_pickup .sec_pickup .block_special > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/img_pickup.jpg") center top/cover no-repeat;
  -webkit-box-shadow: 10px 10px 15px rgba(255, 208, 70, 0.5);
          box-shadow: 10px 10px 15px rgba(255, 208, 70, 0.5);
  font-family: "LexusRodinPro";
  font-weight: 400;
}
.pickup .area_pickup .sec_pickup .block_special .txt_special {
  font-size: 20px;
  font-size: 1.25rem;
  width: calc(100% - 10px);
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .sec_pickup .block_special .txt_special {
    font-size: 16px;
    font-size: 1rem;
  }
}
.pickup .area_pickup .sec_pickup .block_special .txt_special .txt_small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 1px 0;
  font-size: 0.7em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-right: 0.5em;
}
.pickup .area_pickup .bg_pickup01 {
  position: absolute;
  right: 2em;
  top: -3em;
  width: 7%;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .bg_pickup01 {
    right: 1em;
    top: -2em;
  }
}
.pickup .area_pickup .bg_pickup02 {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 10%;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .bg_pickup02 {
    display: none;
  }
}
.pickup .area_pickup .bg_pickup03 {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 12%;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .pickup .area_pickup .bg_pickup03 {
    display: none;
  }
}

.instagram .area_instagram {
  padding: 100px 0;
  text-align: center;
  background: #E3E3E3;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram {
    padding: 60px 0;
  }
}
.instagram .area_instagram .ttl_instagram {
  position: relative;
  z-index: 50;
}
.instagram .area_instagram .ttl_instagram::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -20;
}
.instagram .area_instagram .ttl_instagram > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 420px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  background: #E3E3E3;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .ttl_instagram > span {
    max-width: 294px;
  }
}
.instagram .area_instagram .txt_instagram {
  margin: 60px auto 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .txt_instagram {
    margin-top: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.instagram .area_instagram .movie_instagram {
  max-width: 800px;
  margin: 40px auto 0;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .movie_instagram {
    margin-top: 20px;
  }
}
.instagram .area_instagram .movie_instagram .movie_wrapper {
  padding-top: 56.25%;
  position: relative;
}
.instagram .area_instagram .movie_instagram .movie_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.instagram .area_instagram .link_instagram {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .link_instagram {
    margin-top: 20px;
  }
}
.instagram .area_instagram .link_instagram > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px 80px;
  border-bottom: 2px solid #000;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  color: #000;
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .link_instagram > a {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 40px;
  }
}
.instagram .area_instagram .link_instagram > a::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("../img/mark_p_instagram.svg") center center/contain no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .link_instagram > a::before {
    left: 5px;
    width: 28px;
    height: 28px;
  }
}
.instagram .area_instagram .link_instagram > a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .instagram .area_instagram .link_instagram > a::after {
    right: 5px;
    width: 26px;
    height: 26px;
  }
}

.bodycolor .wrapper_bodycolor {
  padding: 140px 0;
  background: #4d4d4d;
  color: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .bodycolor .wrapper_bodycolor {
    padding: 70px 0;
  }
}
.bodycolor .wrapper_bodycolor a {
  color: #fff;
}
.bodycolor .wrapper_bodycolor .bg_bodycolor01 {
  position: absolute;
  left: 0;
  top: -5%;
  width: 10%;
}
@media all and (max-width: 896px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor01 {
    top: -2em;
    width: 8%;
  }
}
.bodycolor .wrapper_bodycolor .bg_bodycolor02 {
  position: absolute;
  right: 0;
  top: 18%;
  width: 15%;
}
@media all and (max-width: 896px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor02 {
    width: 10%;
  }
}
@media all and (max-width: 896px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor02 {
    display: none;
  }
}
.bodycolor .wrapper_bodycolor .bg_bodycolor03 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 5%;
}
@media all and (max-width: 1025px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor03 {
    display: none;
  }
}
.bodycolor .wrapper_bodycolor .bg_bodycolor04 {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 11%;
}
@media all and (max-width: 1025px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor04 {
    display: none;
  }
}
.bodycolor .wrapper_bodycolor .bg_bodycolor05 {
  position: absolute;
  right: 0;
  top: -50vw;
  width: 22%;
}
@media all and (max-width: 896px) {
  .bodycolor .wrapper_bodycolor .bg_bodycolor05 {
    display: none;
  }
}
.bodycolor .area_bodycolor .ttl_bodycolor {
  position: relative;
  z-index: 50;
}
.bodycolor .area_bodycolor .ttl_bodycolor::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -20;
}
.bodycolor .area_bodycolor .ttl_bodycolor > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 280px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  background: #4d4d4d;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .ttl_bodycolor > span {
    max-width: 196px;
  }
}
.bodycolor .area_bodycolor .list_bodycolor {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_bodycolor {
    margin-top: 20px;
  }
}
.bodycolor .area_bodycolor .list_bodycolor .slick-slide {
  height: auto !important;
}
.bodycolor .area_bodycolor .list_bodycolor .slide-arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_bodycolor .slide-arrow {
    width: 30px;
  }
}
.bodycolor .area_bodycolor .list_bodycolor .prev-arrow {
  left: -40px;
}
@media all and (max-width: 1367px) {
  .bodycolor .area_bodycolor .list_bodycolor .prev-arrow {
    left: -10px;
  }
}
.bodycolor .area_bodycolor .list_bodycolor .next-arrow {
  right: -40px;
}
@media all and (max-width: 1367px) {
  .bodycolor .area_bodycolor .list_bodycolor .next-arrow {
    right: -10px;
  }
}
.bodycolor .area_bodycolor .list_bodycolor .name_color {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_bodycolor .name_color {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bodycolor .area_bodycolor .list_bodycolor .name_color .txt_note {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_bodycolor .name_color .txt_note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.bodycolor .area_bodycolor .list_color {
  max-width: 560px;
  margin: 20px auto 0;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_color {
    margin-top: 10px;
  }
}
.bodycolor .area_bodycolor .list_color li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bodycolor .area_bodycolor .list_color .box_color {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  width: 44px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 15px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .list_color .box_color {
    padding: 5px;
    width: 38px;
    margin: 10px;
  }
}
.bodycolor .area_bodycolor .list_color .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.bodycolor .area_bodycolor .list_color .slick-slide {
  display: block !important;
  float: none !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6%;
          flex: 0 0 16.6%;
}
.bodycolor .area_bodycolor .list_color .slick-slide.slick-current .box_color {
  border: 1px solid #fff;
}
.bodycolor .area_bodycolor .txt_colors {
  max-width: 240px;
  margin: 30px auto 0;
}
@media all and (max-width: 896px) {
  .bodycolor .area_bodycolor .txt_colors {
    max-width: 168px;
    margin-top: 20px;
  }
}
.bodycolor .area_grade {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade {
    padding-top: 30px;
  }
}
.bodycolor .area_grade .ttl_grade {
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .ttl_grade {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.bodycolor .area_grade .name_grade {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .name_grade {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.bodycolor .area_grade .sec_grade {
  margin-top: 20px;
}
.bodycolor .area_grade .sec_grade + .sec_grade {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade + .sec_grade {
    margin-top: 30px;
  }
}
.bodycolor .area_grade .sec_grade > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px;
  position: relative;
  cursor: pointer;
}
.bodycolor .area_grade .sec_grade > dt::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade > dt {
    padding: 20px 55px 20px 10px;
  }
}
.bodycolor .area_grade .sec_grade > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.bodycolor .area_grade .sec_grade > dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px 50px;
  display: none;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade > dd {
    padding: 15px 20px 25px;
  }
}
.bodycolor .area_grade .sec_grade.sec_grade01 {
  /*border-top: 2px solid $yellow;
  border-bottom: 2px solid $yellow;*/
  -webkit-box-shadow: 10px 10px 18px #ffd046;
          box-shadow: 10px 10px 18px #ffd046;
}
.bodycolor .area_grade .sec_grade.sec_grade01 .ttl_grade01 {
  max-width: 440px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade.sec_grade01 .ttl_grade01 {
    max-width: 308px;
  }
}
.bodycolor .area_grade .sec_grade.sec_grade02 {
  border-top: 2px solid #b347d1;
  border-bottom: 2px solid #b347d1;
  -webkit-box-shadow: 10px 10px 18px #b347d1;
          box-shadow: 10px 10px 18px #b347d1;
}
.bodycolor .area_grade .sec_grade.sec_grade02 > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.bodycolor .area_grade .sec_grade.sec_grade02 > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.bodycolor .area_grade .sec_grade.sec_grade02 .ttl_grade02 {
  max-width: 700px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade.sec_grade02 .ttl_grade02 {
    max-width: 490px;
  }
}
.bodycolor .area_grade .sec_grade.sec_grade03 {
  border-top: 2px solid #b347d1;
  border-bottom: 2px solid #b347d1;
  -webkit-box-shadow: 10px 10px 18px #b347d1;
          box-shadow: 10px 10px 18px #b347d1;
}
.bodycolor .area_grade .sec_grade.sec_grade03 > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.bodycolor .area_grade .sec_grade.sec_grade03 > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.bodycolor .area_grade .sec_grade.sec_grade03 .ttl_grade03 {
  max-width: 540px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade.sec_grade03 .ttl_grade03 {
    max-width: 378px;
  }
}
.bodycolor .area_grade .sec_grade .block_grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bodycolor .area_grade .sec_grade .block_grade .box_img {
  width: 45%;
}
@media all and (max-width: 480px) {
  .bodycolor .area_grade .sec_grade .block_grade .box_img {
    width: 100%;
  }
}
.bodycolor .area_grade .sec_grade .block_grade .box_img img {
  width: 100%;
}
.bodycolor .area_grade .sec_grade .block_grade .box_txt {
  width: 50%;
}
@media all and (max-width: 480px) {
  .bodycolor .area_grade .sec_grade .block_grade .box_txt {
    width: 100%;
    margin-top: 10px;
  }
}
.bodycolor .area_grade .sec_grade .subttl_grade {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .subttl_grade {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bodycolor .area_grade .sec_grade .price_grade {
  margin-top: 5px;
}
.bodycolor .area_grade .sec_grade .block_equipment {
  padding-top: 30px;
}
.bodycolor .area_grade .sec_grade .block_equipment .ttl_equipment {
  font-size: 20px;
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .block_equipment .ttl_equipment {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bodycolor .area_grade .sec_grade .block_equipment .list_equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .block_equipment .list_equipment {
    gap: 30px;
  }
}
.bodycolor .area_grade .sec_grade .block_equipment .list_equipment > li {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .block_equipment .list_equipment > li {
    width: calc((100% - 30px) / 2);
  }
}
@media all and (max-width: 480px) {
  .bodycolor .area_grade .sec_grade .block_equipment .list_equipment > li {
    width: 100%;
  }
}
.bodycolor .area_grade .sec_grade .block_equipment .list_equipment img {
  width: 100%;
}
.bodycolor .area_grade .sec_grade .block_equipment .name_equipment {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
.bodycolor .area_grade .sec_grade .block_equipment .name_equipment.narrow {
  letter-spacing: -0.1em;
}
.bodycolor .area_grade .sec_grade .block_equipment .txt_equipment {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 10px;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bodycolor .area_grade .sec_grade .block_equipment .txt_equipment a {
  text-decoration: underline;
}
.bodycolor .area_grade .sec_grade .link_grade {
  margin-top: 40px;
}
.bodycolor .area_grade .sec_grade .link_grade .btn_grade {
  text-align: center;
  margin-top: 10px;
}
.bodycolor .area_grade .sec_grade .link_grade .btn_grade > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .link_grade .btn_grade > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 40px 10px 10px;
  }
}
.bodycolor .area_grade .sec_grade .link_grade .btn_grade > a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .bodycolor .area_grade .sec_grade .link_grade .btn_grade > a::after {
    width: 20px;
    height: 20px;
  }
}
.bodycolor .area_grade .sec_cv .list_cv > li > a {
  border-color: #fff;
}
.bodycolor .area_grade .sec_cv .link_cv > p > a {
  border-color: #fff;
}

.price .area_price {
  padding: 140px 0;
  background: #e3e3e3;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .area_price {
    padding: 70px 0;
  }
}
.price .area_price .bg_price01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
@media all and (max-width: 1367px) {
  .price .area_price .bg_price01 {
    width: 12%;
  }
}
.price .area_price .bg_price02 {
  position: absolute;
  top: 3%;
  right: 0;
  width: 9%;
}
@media all and (max-width: 1367px) {
  .price .area_price .bg_price02 {
    width: 7%;
  }
}
.price .area_price .bg_price03 {
  position: absolute;
  right: 0;
  top: 15%;
  width: 11%;
}
@media all and (max-width: 1367px) {
  .price .area_price .bg_price03 {
    width: 8%;
  }
}
@media all and (max-width: 480px) {
  .price .area_price .bg_price03 {
    display: none;
  }
}
.price .area_price .bg_price04 {
  position: absolute;
  left: 0;
  top: 30%;
  width: 9%;
}
.price .area_price .bg_price05 {
  position: absolute;
  right: 0;
  top: 40%;
  width: 9%;
}
@media all and (max-width: 896px) {
  .price .area_price .bg_price05 {
    display: none;
  }
}
.price .area_price .bg_price06 {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 11%;
}
@media all and (max-width: 1367px) {
  .price .area_price .bg_price06 {
    width: 8%;
  }
}
@media all and (max-width: 896px) {
  .price .area_price .bg_price06 {
    display: none;
  }
}
.price .area_price .bg_price07 {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 9%;
}
@media all and (max-width: 1367px) {
  .price .area_price .bg_price07 {
    width: 6%;
  }
}
@media all and (max-width: 896px) {
  .price .area_price .bg_price07 {
    display: none;
  }
}
.price .sec_price {
  position: relative;
  z-index: 20;
}
.price .ttl_price {
  position: relative;
  z-index: 50;
}
.price .ttl_price::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -20;
}
.price .ttl_price > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 260px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  background: #e3e3e3;
}
@media all and (max-width: 896px) {
  .price .ttl_price > span {
    max-width: 210px;
  }
}
.price .subttl_price {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .price .subttl_price {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 20px;
  }
}
.price .subttl_price .txt_medium {
  font-size: 0.85em;
}
.price .subttl_price .txt_sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.price .img_graph {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .price .img_graph {
    margin-top: 40px;
  }
}
.price .sec_norikae {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .price .sec_norikae {
    margin-top: 40px;
  }
}
.price .sec_norikae .area_cache {
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache {
    margin-bottom: 30px;
  }
}
.price .sec_norikae .area_cache dl dd {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache dl dd {
    margin-top: 20px;
  }
}
.price .sec_norikae .area_cache .txt_small {
  text-align: center;
  margin: 1em auto;
}
.price .sec_norikae .area_cache .box_cache {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache .box_cache {
    margin-top: 20px;
  }
}
.price .sec_norikae .area_cache .box_cache .title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache .box_cache .title {
    font-size: 1.1em;
  }
}
.price .sec_norikae .area_cache .box_cache .text {
  margin: 10px 0;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache .box_cache .text {
    font-size: 1.2em;
    text-align: left;
  }
}
.price .sec_norikae .area_cache .box_cache .text .br {
  display: block;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache .box_cache .text .br {
    display: none;
  }
}
.price .sec_norikae .area_cache .box_cache ul {
  margin: auto;
  text-align: center;
}
.price .sec_norikae .area_cache .box_cache ul li {
  display: inline-block;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .area_cache .box_cache ul li {
    text-align: left;
  }
}
.price .sec_norikae .copy_norikae {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .copy_norikae {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
.price .sec_norikae .copy_norikae .txt_blue {
  color: #b347d1;
}
.price .sec_norikae .copy_norikae .txt_pink {
  color: #ffd046;
}
.price .sec_norikae .copy_norikae .txt_sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.price .sec_norikae .list_norikae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .price .sec_norikae .list_norikae {
    margin-top: 30px;
  }
}
.price .sec_norikae .list_norikae > li:nth-of-type(1) {
  width: 46%;
}
@media all and (max-width: 480px) {
  .price .sec_norikae .list_norikae > li:nth-of-type(1) {
    width: 100%;
  }
}
.price .sec_norikae .list_norikae > li:nth-of-type(2) {
  width: 50%;
}
@media all and (max-width: 480px) {
  .price .sec_norikae .list_norikae > li:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.price .sec_norikae .txt04_norikae {
  max-width: 360px;
  margin: 30px auto 0 0;
}
@media all and (max-width: 480px) {
  .price .sec_norikae .txt04_norikae {
    max-width: 280px;
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}
.price .sec_norikae .txt04_norikae .txt_note {
  display: block;
  margin-top: 10px;
}
.price .sec_structure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  margin-top: 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .sec_structure {
    padding: 20px;
    margin-top: 40px;
  }
}
.price .sec_structure::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: url("../img/arrow_border.svg") center center/contain no-repeat;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.price .sec_structure .block_structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price .sec_structure .block_structure .box_txt {
  width: 49%;
}
@media all and (max-width: 896px) {
  .price .sec_structure .block_structure .box_txt {
    width: 100%;
  }
}
.price .sec_structure .block_structure .box_img {
  width: 49%;
}
@media all and (max-width: 896px) {
  .price .sec_structure .block_structure .box_img {
    width: 100%;
    margin-top: 10px;
  }
}
.price .sec_structure .ttl_structure {
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .price .sec_structure .ttl_structure {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price .sec_structure .txt_structure {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_structure .txt_structure {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.price .sec_structure .txt_structure .txt_sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
.price .sec_structure .copy_structure {
  margin-top: 20px;
}
.price .sec_structure .txt_example {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_structure .txt_example {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.price .sec_structure .txt_bgb {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 5px 5px 5px;
  background: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_structure .txt_bgb {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.price .sec_structure .txt_bgb .txt_large {
  font-size: 1.8em;
}
.price .sec_value {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .price .sec_value {
    padding-top: 50px;
  }
}
.price .sec_value .copy_value {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .price .sec_value .copy_value {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.price .sec_value .copy_value::after {
  content: "";
  display: block;
  width: 32px;
  height: 28px;
  background: url("../img/arrow_bb.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.price .sec_value .block_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
@media all and (max-width: 896px) {
  .price .sec_value .block_value {
    display: block;
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  .price .sec_value .block_value {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.price .sec_value .ttl_value {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_value .ttl_value {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.price .sec_value .box_value {
  width: 520px;
}
@media all and (max-width: 896px) {
  .price .sec_value .box_value {
    width: 100%;
  }
}
.price .sec_value .box_value .price_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .price .sec_value .box_value .price_value {
    display: block;
  }
}
.price .sec_value .box_value .price_value .subttl_value {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 1em;
}
@media all and (max-width: 896px) {
  .price .sec_value .box_value .price_value .subttl_value {
    font-size: 16px;
    font-size: 1rem;
  }
}
.price .sec_value .box_value .price_value .txt_value {
  width: 100%;
  max-width: 360px;
}
@media all and (max-width: 896px) {
  .price .sec_value .box_value .price_value .txt_value {
    max-width: 252px;
    margin-top: 10px;
  }
}
.price .sec_value .box_value .txt_note {
  text-align: right;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_value .box_value .txt_note {
    text-align: left;
  }
}
.price .sec_value .list_value > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .price .sec_value .list_value > li {
    margin-top: 30px;
  }
}
.price .sec_value .list_value > li .box_img {
  width: 42%;
}
@media all and (max-width: 480px) {
  .price .sec_value .list_value > li .box_img {
    width: 100%;
  }
}
.price .sec_value .list_value > li .box_txt {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 480px) {
  .price .sec_value .list_value > li .box_txt {
    width: 100%;
    margin-top: 20px;
  }
}
.price .sec_value .list_value > li .box_txt .popup-btn {
  cursor: pointer;
}
.price .sec_value .list_value > li .popup {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 15px;
  z-index: 1000;
}
.price .sec_value .list_value > li .popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .sec_value .list_value > li .popup > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 200;
  background: #fff;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  max-height: 400px;
  max-width: 360px;
  -webkit-box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.35);
          box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 896px) {
  .price .sec_value .list_value > li .popup > div {
    padding: 20px;
    max-height: 300px;
    max-width: 280px;
  }
}
.price .sec_value .list_value > li .popup > div img {
  width: auto;
  height: 100%;
}
.price .sec_value .list_value > li .popup > div .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #ffd046;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.price .sec_value .list_value > li .popup > div .close:hover {
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .price .sec_value .list_value > li .popup > div .close {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    top: -20px;
    right: -20px;
  }
}
.price .sec_value .list_value > li .popup .bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.price .sec_value .list_value > li .popup .popup-close {
  cursor: pointer;
}
.price .sec_value .list_value .txt_note {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.price .sec_value .btn_value {
  margin-top: 10px;
}
.price .sec_value .btn_value > a {
  display: block;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .sec_value .btn_value > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.price .sec_value .btn_value > a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price .sec_simulation {
  padding-top: 140px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation {
    padding-top: 70px;
  }
}
.price .sec_simulation .ttl_simulation {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  z-index: 50;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .ttl_simulation {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.price .sec_simulation .link_simulation {
  text-align: center;
  margin-top: 40px;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .link_simulation {
    margin-top: 20px;
  }
}
.price .sec_simulation .link_simulation > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px 50px 10px 10px;
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 1px solid #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .link_simulation > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price .sec_simulation .link_simulation > a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_top.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price .sec_simulation .block_simulation {
  margin-top: 60px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation {
    margin-top: 30px;
  }
}
.price .sec_simulation .block_simulation > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px 20px 50px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation > dt {
    padding: 20px 40px 20px 20px;
  }
}
.price .sec_simulation .block_simulation > dt::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation > dt::after {
    right: 10px;
  }
}
.price .sec_simulation .block_simulation > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_simulation > dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px 50px;
  display: none;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation > dd {
    padding: 15px 20px 25px;
  }
}
.price .sec_simulation .block_simulation.block_simulation01 {
  border-top: 2px solid #ffd046;
  border-bottom: 2px solid #ffd046;
  -webkit-box-shadow: 10px 10px 18px #ffd046;
          box-shadow: 10px 10px 18px #ffd046;
}
.price .sec_simulation .block_simulation.block_simulation01 .ttl_simulation01 {
  max-width: 440px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation.block_simulation01 .ttl_simulation01 {
    max-width: 308px;
  }
}
.price .sec_simulation .block_simulation.block_simulation02 {
  border-top: 2px solid #b347d1;
  border-bottom: 2px solid #b347d1;
  -webkit-box-shadow: 10px 10px 18px #b347d1;
          box-shadow: 10px 10px 18px #b347d1;
}
.price .sec_simulation .block_simulation.block_simulation02 > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.price .sec_simulation .block_simulation.block_simulation02 > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_simulation.block_simulation02 .ttl_simulation02 {
  max-width: 700px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation.block_simulation02 .ttl_simulation02 {
    max-width: 490px;
  }
}
.price .sec_simulation .block_simulation.block_simulation02 .block_price .btn_value > a::after {
  background-image: url("../img/arrow_right.svg");
}
.price .sec_simulation .block_simulation.block_simulation02 .block_eplan {
  border-color: #b347d1;
}
.price .sec_simulation .block_simulation.block_simulation02 .block_eplan > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.price .sec_simulation .block_simulation.block_simulation02 .block_eplan > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_simulation.block_simulation03 {
  border-top: 2px solid #b347d1;
  border-bottom: 2px solid #b347d1;
  -webkit-box-shadow: 10px 10px 18px #b347d1;
          box-shadow: 10px 10px 18px #b347d1;
}
.price .sec_simulation .block_simulation.block_simulation03 > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.price .sec_simulation .block_simulation.block_simulation03 > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_simulation.block_simulation03 .ttl_simulation03 {
  max-width: 540px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_simulation.block_simulation03 .ttl_simulation03 {
    max-width: 378px;
  }
}
.price .sec_simulation .block_simulation.block_simulation03 .block_price .btn_value > a::after {
  background-image: url("../img/arrow_right.svg");
}
.price .sec_simulation .block_simulation.block_simulation03 .block_eplan {
  border-color: #b347d1;
}
.price .sec_simulation .block_simulation.block_simulation03 .block_eplan > dt::after {
  background-image: url("../img/arrow_bottom.svg");
}
.price .sec_simulation .block_simulation.block_simulation03 .block_eplan > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_ttl {
    display: block;
  }
}
.price .sec_simulation .block_ttl .name_simulation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 20px;
  border-left: 8px solid #000;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_ttl .name_simulation {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.price .sec_simulation .block_ttl .name_simulation .txt_small {
  font-size: 0.7em;
}
.price .sec_simulation .block_ttl .box_body {
  max-width: 420px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_ttl .box_body {
    margin-top: 10px;
  }
}
.price .sec_simulation .block_ttl .box_body .box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_ttl .box_body .box_ttl {
    display: block;
  }
}
.price .sec_simulation .block_ttl .box_body .ttl_body {
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: 0.5em;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_ttl .box_body .ttl_body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.price .sec_simulation .block_ttl .box_body .txt_body {
  width: 200px;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_ttl .box_body .txt_body {
    width: 100%;
    margin-top: 10px;
  }
}
.price .sec_simulation .block_ttl .box_body .txt_note {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.price .sec_simulation .block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price .sec_simulation .block_img .img_car {
  width: calc(100% - 220px);
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_img .img_car {
    width: 100%;
  }
}
.price .sec_simulation .block_img .img_car img {
  width: 100%;
}
.price .sec_simulation .block_img .img_price {
  width: 200px;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_img .img_price {
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0;
  }
}
.price .sec_simulation .block_price {
  margin-top: 20px;
}
.price .sec_simulation .block_price .block_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .block_value {
    display: block;
    margin-top: 0;
  }
}
.price .sec_simulation .block_price .ttl_value {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .ttl_value {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.price .sec_simulation .block_price .box_value {
  width: 60%;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .box_value {
    width: 100%;
  }
}
.price .sec_simulation .block_price .box_value .price_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .box_value .price_value {
    display: block;
    text-align: center;
  }
}
.price .sec_simulation .block_price .box_value .price_value .subttl_value {
  font-size: 20px;
  font-size: 1.25rem;
  white-space: nowrap;
  margin-right: 1em;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .box_value .price_value .subttl_value {
    font-size: 16px;
    font-size: 1rem;
  }
}
.price .sec_simulation .block_price .box_value .price_value .txt_value {
  width: 100%;
  max-width: 360px;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .box_value .price_value .txt_value {
    margin: auto;
    max-width: 252px;
  }
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .box_value .price_value .txt_value {
    margin-top: 10px;
  }
}
.price .sec_simulation .block_price .box_value .txt_note {
  text-align: right;
  margin-top: 10px;
  margin-right: -1em;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .box_value .txt_note {
    text-align: left;
    margin-right: auto;
  }
}
.price .sec_simulation .block_price .list_value > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .list_value > li {
    margin-top: 30px;
  }
}
.price .sec_simulation .block_price .list_value > li .box_img {
  width: 42%;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .list_value > li .box_img {
    width: 100%;
  }
}
.price .sec_simulation .block_price .list_value > li .box_txt {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 480px) {
  .price .sec_simulation .block_price .list_value > li .box_txt {
    width: 100%;
    margin-top: 20px;
  }
}
.price .sec_simulation .block_price .list_value > li .popup-btn {
  cursor: pointer;
}
.price .sec_simulation .block_price .list_value .popup {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 15px;
  z-index: 1000;
}
.price .sec_simulation .block_price .list_value .popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .sec_simulation .block_price .list_value .popup > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 200;
  background: #fff;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  max-height: 400px;
  max-width: 360px;
  -webkit-box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.35);
          box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .list_value .popup > div {
    padding: 20px;
    max-height: 300px;
    max-width: 280px;
  }
}
.price .sec_simulation .block_price .list_value .popup > div img {
  width: auto;
  height: 100%;
}
.price .sec_simulation .block_price .list_value .popup > div .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #ffd046;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.price .sec_simulation .block_price .list_value .popup > div .close:hover {
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .list_value .popup > div .close {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    top: -20px;
    right: -20px;
  }
}
.price .sec_simulation .block_price .list_value .popup .bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.price .sec_simulation .block_price .list_value .popup .popup-close {
  cursor: pointer;
}
.price .sec_simulation .block_price .list_value .txt_note {
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-right: -1em;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .list_value .txt_note {
    margin-right: auto;
  }
}
.price .sec_simulation .block_price .btn_value > a {
  display: block;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_price .btn_value > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.price .sec_simulation .block_price .btn_value > a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price .sec_simulation .block_eplan {
  border-top: 1px solid #ffd046;
  border-bottom: 1px solid #ffd046;
  margin-top: 40px;
}
.price .sec_simulation .block_eplan > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px 20px 0;
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_eplan > dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.price .sec_simulation .block_eplan > dt::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price .sec_simulation .block_eplan > dt.open::after {
  background-image: url("../img/arrow_top.svg");
}
.price .sec_simulation .block_eplan > dd {
  display: none;
  padding-bottom: 30px;
}
.price .sec_simulation .block_eplan > dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price .sec_simulation .block_eplan > dd .box_img {
  width: 56%;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_eplan > dd .box_img {
    width: 100%;
  }
}
.price .sec_simulation .block_eplan > dd .box_txt {
  width: 42%;
}
@media all and (max-width: 896px) {
  .price .sec_simulation .block_eplan > dd .box_txt {
    width: 100%;
    margin-top: 20px;
  }
}
.price .sec_simulation .block_eplan > dd .txt_note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.list .area_list {
  background: #e3e3e3;
  padding: 140px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .list .area_list {
    padding: 70px 0;
  }
}
.list .area_list .bg_list01 {
  position: absolute;
  top: 20em;
  right: 0;
  width: 7%;
}
@media all and (max-width: 896px) {
  .list .area_list .bg_list01 {
    top: 15em;
  }
}
.list .area_list .wrapper_list {
  position: relative;
  z-index: 20;
}
.list .area_list .ttl_list {
  text-align: center;
  position: relative;
  z-index: 50;
}
.list .area_list .ttl_list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -20;
}
.list .area_list .ttl_list > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 25px;
  background: #e3e3e3;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .list .area_list .ttl_list > span {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 15px;
  }
}
.list .area_list .txt_list {
  color: #ff414d;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .list .area_list .txt_list {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
.list .area_list .link_list {
  text-align: center;
  max-width: 240px;
  margin: 60px auto 0;
}
@media all and (max-width: 896px) {
  .list .area_list .link_list {
    margin-top: 30px;
    max-width: 200px;
  }
}
.list .area_list .link_list.soon {
  position: relative;
}
.list .area_list .link_list.soon::before {
  text-align: center;
  content: "Coming Soon";
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  top: -11px;
  left: 40%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
@media all and (max-width: 896px) {
  .list .area_list .link_list.soon::before {
    font-size: 12px;
    font-size: 0.75rem;
    left: 42%;
    top: -8px;
  }
}
.list .area_list .link_list.soon > a {
  pointer-events: none;
  opacity: 0.7;
}
.list .area_list .link_list > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 50px 10px 10px;
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 1px solid #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .list .area_list .link_list > a {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 40px;
  }
}
.list .area_list .link_list > a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .list .area_list .link_list > a::after {
    width: 30px;
    height: 30px;
  }
}
.list .area_list .sec_list {
  border-top: 2px solid #b347d1;
  -webkit-box-shadow: 10px 10px 18px rgba(179, 71, 209, 0.5);
          box-shadow: 10px 10px 18px rgba(179, 71, 209, 0.5);
  margin-top: 60px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .list .area_list .sec_list {
    margin-top: 30px;
  }
}
.list .area_list .sec_list > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px 20px 20px;
  font-size: 30px;
  font-size: 1.875rem;
  background: #b347d1;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.list .area_list .sec_list > dt::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/arrow_w_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .list .area_list .sec_list > dt {
    padding: 20px 55px 20px 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.list .area_list .sec_list > dt.open::after {
  background-image: url("../img/arrow_w_top.svg");
}
.list .area_list .sec_list > dd {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px 60px;
}
@media all and (max-width: 896px) {
  .list .area_list .sec_list > dd {
    padding: 20px 15px 30px;
  }
}
.list .area_list label {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.list .area_list label input {
  display: none;
}
.list .area_list label input:checked + span::before {
  background: #3fa6f2;
}
.list .area_list label input:checked + span::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
@media all and (max-width: 896px) {
  .list .area_list label input:checked + span::after {
    top: 5px;
    width: 8px;
    height: 12px;
  }
}
.list .area_list label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.list .area_list label span::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}
@media all and (max-width: 896px) {
  .list .area_list label span::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
}
.list .area_list .all-type {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .list .area_list .all-type {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.list .area_list .situation-type {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
  .list .area_list .situation-type {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.list .area_list .car-type {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .list .area_list .car-type {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.list .area_list .car-type label {
  margin-top: 10px;
}
.list .area_list .car-type .ttl_car-type {
  text-align: center;
}
.list .area_list .car-type .wrapper_type {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 0;
}
.list .area_list .list_car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.list .area_list .list_car > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  border: 1px solid #c9c9c9;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .list .area_list .list_car > li {
    width: 100%;
    margin-top: 20px;
  }
}
.list .area_list .list_car > li.test .info::after {
  content: "試乗車";
}
.list .area_list .list_car > li.exivision .info::after {
  content: "展示車";
  background: #b347d1;
  color: #fff;
}
.list .area_list .list_car .shop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 10px;
  background: #464646;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .shop {
    font-size: 16px;
    font-size: 1rem;
  }
}
.list .area_list .list_car .info {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.list .area_list .list_car .info::after {
  content: "";
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  font-weight: bold;
  background: #ffd046;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .info::after {
    width: 56px;
    height: 56px;
  }
}
.list .area_list .list_car .txt_schedule {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px;
  background: #FFD65D;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
.list .area_list .list_car .image {
  position: relative;
  padding-bottom: 10px;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .image {
    padding-bottom: 20px;
  }
}
.list .area_list .list_car .image img {
  width: 100%;
}
.list .area_list .list_car .image .txt_note {
  text-align: left;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.list .area_list .list_car .name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px;
}
.list .area_list .list_car .color {
  margin-top: 5px;
}
.list .area_list .list_car .schedule {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.list .area_list .list_car .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .btn-box {
    margin-top: 0;
    gap: 0;
  }
}
.list .area_list .list_car .btn-box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 32px 8px 10px;
  width: 48%;
  border-radius: 20px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .btn-box a {
    width: 100%;
    margin-top: 10px;
  }
}
.list .area_list .list_car .btn-box a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list .area_list .list_car .btn-box a.option-btn {
  cursor: pointer;
}
.list .area_list .list_car .option {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 15px;
  z-index: 1000;
}
.list .area_list .list_car .option.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .area_list .list_car .option > div {
  position: relative;
  z-index: 200;
  background: #fff;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  max-height: 400px;
  max-width: 500px;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .option > div {
    max-height: 300px;
  }
}
.list .area_list .list_car .option > div .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #464646;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .option > div .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.list .area_list .list_car .option > div ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  overflow-y: auto;
}
.list .area_list .list_car .option > div ul li {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .option > div ul li {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.list .area_list .list_car .option > div ul li:first-child {
  margin-top: 0;
}
.list .area_list .list_car .option > div ul li::before {
  content: "・";
}
.list .area_list .list_car .option > div .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #b347d1;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.list .area_list .list_car .option > div .close:hover {
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .list .area_list .list_car .option > div .close {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    top: -20px;
    right: -20px;
  }
}
.list .area_list .list_car .option .bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.list .area_list .list_car .option .option-close {
  cursor: pointer;
}

.service .area_service {
  padding: 140px 0;
  background: #4d4d4d;
  position: relative;
}
@media all and (max-width: 896px) {
  .service .area_service {
    padding: 70px 0;
  }
}
.service .area_service .bg_service01 {
  position: absolute;
  top: 5%;
  right: 0;
  width: 12%;
}
@media all and (max-width: 1367px) {
  .service .area_service .bg_service01 {
    width: 8%;
  }
}
@media all and (max-width: 1025px) {
  .service .area_service .bg_service01 {
    display: none;
  }
}
.service .area_service .bg_service02 {
  position: absolute;
  right: 3%;
  top: 44%;
  width: 12%;
}
@media all and (max-width: 1367px) {
  .service .area_service .bg_service02 {
    width: 6%;
  }
}
@media all and (max-width: 1025px) {
  .service .area_service .bg_service02 {
    display: none;
  }
}
.service .area_service .bg_service03 {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 9%;
}
@media all and (max-width: 1367px) {
  .service .area_service .bg_service03 {
    width: 6%;
  }
}
@media all and (max-width: 1025px) {
  .service .area_service .bg_service03 {
    display: none;
  }
}
.service .area_service .sec_ttl {
  text-align: center;
}
.service .area_service .sec_ttl .copy_service {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_ttl .copy_service {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .area_service .sec_ttl .ttl_service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 5px 5px;
  background: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_ttl .ttl_service {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .area_service .sec_ttl .ttl_service .txt_large {
  display: inline-block;
  font-size: 1.8em;
}
.service .area_service .sec_ttl .subttl_service {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_ttl .subttl_service {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .area_service .sec_coating {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  background: #808080;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating {
    padding: 20px;
    margin-top: 30px;
  }
}
.service .area_service .sec_coating .ttl_coating {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .ttl_coating {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.service .area_service .sec_coating .ttl_coating::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.5em;
}
.service .area_service .sec_coating .ttl_coating::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.5em;
}
.service .area_service .sec_coating .subttl_coating {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .subttl_coating {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .subttl_coating {
    text-align: left;
  }
}
.service .area_service .sec_coating .tab_wrap {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .tab_wrap {
    margin-top: 20px;
  }
}
.service .area_service .sec_coating .tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .area_service .sec_coating .tab > li {
  width: calc((100% - 20px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .tab > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .tab > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.service .area_service .sec_coating .tab > li:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, from(#693B28), color-stop(46%, #B59782), to(#693B28));
  background: linear-gradient(to right, #693B28 0%, #B59782 46%, #693B28 100%);
}
.service .area_service .sec_coating .tab > li:nth-of-type(2) {
  background: linear-gradient(60deg, #730000 0%, #ED795C 54%, #730000 100%);
}
.service .area_service .sec_coating .tab > li:nth-of-type(3) {
  background: linear-gradient(60deg, #620037 0%, #90496C 58%, #620037 100%);
}
.service .area_service .sec_coating .panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  display: none;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .panel {
    padding: 20px;
  }
}
.service .area_service .sec_coating .panel.panel01 {
  background: linear-gradient(20deg, #693B28 0%, #B59782 46%, #693B28 100%);
}
.service .area_service .sec_coating .panel.panel02 {
  background: linear-gradient(27deg, #730000 0%, #ED795C 54%, #730000 100%);
}
.service .area_service .sec_coating .panel.panel02 .type_coating > span {
  color: #8A4421;
}
.service .area_service .sec_coating .panel.panel03 {
  background: linear-gradient(26deg, #620037 0%, #90496C 58%, #620037 100%);
}
.service .area_service .sec_coating .panel.panel03 .type_coating > span {
  color: #620037;
}
.service .area_service .sec_coating .panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service .area_service .sec_coating .panel .block_txt {
  width: 46%;
  color: #fff;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .panel .block_txt {
    width: 100%;
  }
}
.service .area_service .sec_coating .panel .type_coating {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25em 1.25em 0.1em;
  background: #fff;
}
.service .area_service .sec_coating .panel .type_coating > span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #693B28;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .panel .type_coating > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .area_service .sec_coating .panel .subname_coating {
  margin-top: 20px;
}
.service .area_service .sec_coating .panel .name_coating {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .panel .name_coating {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.service .area_service .sec_coating .panel .copy_coating {
  font-weight: bold;
  margin-top: 5px;
}
.service .area_service .sec_coating .panel .txt_coating {
  margin-top: 10px;
}
.service .area_service .sec_coating .panel .block_img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .panel .block_img {
    width: 100%;
    margin-top: 10px;
  }
}
.service .area_service .sec_coating .panel .graph_coating {
  width: 66%;
}
.service .area_service .sec_coating .panel .list_img {
  width: 32%;
}
.service .area_service .sec_coating .panel .list_img img {
  width: 100%;
}
.service .area_service .sec_coating .panel .list_img > li {
  margin-top: 20px;
}
.service .area_service .sec_coating .panel .list_img > li:first-of-type {
  margin-top: 0;
}
.service .area_service .sec_coating .feature_coating {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .feature_coating {
    padding: 20px;
  }
}
.service .area_service .sec_coating .feature_coating .ttl_feature {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .feature_coating .ttl_feature {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .area_service .sec_coating .feature_coating .block_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.service .area_service .sec_coating .feature_coating .block_feature .box_img {
  width: 36%;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .feature_coating .block_feature .box_img {
    width: 100%;
  }
}
.service .area_service .sec_coating .feature_coating .block_feature .box_img img {
  width: 100%;
  max-width: none;
  border: 1px solid #fff;
}
.service .area_service .sec_coating .feature_coating .block_feature .box_txt {
  width: 62%;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .feature_coating .block_feature .box_txt {
    width: 100%;
    margin-top: 10px;
  }
}
.service .area_service .sec_coating .feature_coating .block_feature .list_feature {
  line-height: 1.6;
}
.service .area_service .sec_coating .feature_coating .block_feature .list_feature > li {
  padding-left: 1.2em;
  position: relative;
}
.service .area_service .sec_coating .feature_coating .block_feature .list_feature > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.service .area_service .sec_coating .feature_coating .block_feature .txt_strong {
  line-height: 1.6;
  font-weight: bold;
}
.service .area_service .sec_coating .feature_coating .copy_feature {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2em 0.4em;
  color: #000;
  background: #ffd046;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .feature_coating .copy_feature {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .area_service .sec_coating .feature_coating .txt_feature {
  line-height: 1.6;
  margin-top: 10px;
}
.service .area_service .sec_coating .glass_coating {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating {
    padding: 20px;
    margin-top: 20px;
  }
}
.service .area_service .sec_coating .glass_coating .block_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service .area_service .sec_coating .glass_coating .block_ttl .box_ttl {
  width: calc(100% - 240px);
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating .block_ttl .box_ttl {
    width: 100%;
  }
}
.service .area_service .sec_coating .glass_coating .block_ttl .box_img {
  width: 230px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating .block_ttl .box_img {
    width: 100%;
    margin-top: 10px;
  }
}
.service .area_service .sec_coating .glass_coating .ttl_glass {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating .ttl_glass {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .area_service .sec_coating .glass_coating .txt_glass {
  margin-top: 5px;
}
.service .area_service .sec_coating .glass_coating .block_glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.service .area_service .sec_coating .glass_coating .block_glass .box_txt {
  text-align: center;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #b347d1;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .glass_coating .block_glass .box_txt {
    width: 100%;
  }
}
.service .area_service .sec_coating .glass_coating .block_glass .box_img {
  width: 48%;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_coating .glass_coating .block_glass .box_img {
    width: 100%;
    margin-top: 10px;
  }
}
.service .area_service .sec_coating .glass_coating .name_glass {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating .name_glass {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .area_service .sec_coating .glass_coating .list_glass {
  margin-top: 5px;
}
.service .area_service .sec_coating .glass_coating .list_glass > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_coating .glass_coating .list_glass > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .area_service .sec_coating .glass_coating .txt_note {
  margin-top: 20px;
}
.service .area_service .sec_passport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  background: #808080;
  color: #fff;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport {
    padding: 20px;
    margin-top: 30px;
  }
}
.service .area_service .sec_passport .ttl_passport {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .ttl_passport {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.service .area_service .sec_passport .ttl_passport::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.5em;
}
.service .area_service .sec_passport .ttl_passport::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.5em;
}
.service .area_service .sec_passport .subttl_passport {
  text-align: center;
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 5px auto 0;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .subttl_passport {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 480px) {
  .service .area_service .sec_passport .subttl_passport {
    text-align: left;
  }
}
.service .area_service .sec_passport .img_passport {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .img_passport {
    margin-top: 20px;
  }
}
.service .area_service .sec_passport .block_merit {
  max-width: 600px;
  margin: 50px auto 0;
}
.service .area_service .sec_passport .block_merit .ttl_merit {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .block_merit .ttl_merit {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .area_service .sec_passport .block_merit .list_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_passport .block_merit .list_merit {
    margin-top: 0;
  }
}
.service .area_service .sec_passport .block_merit .list_merit > li {
  width: 32%;
}
@media all and (max-width: 480px) {
  .service .area_service .sec_passport .block_merit .list_merit > li {
    width: 100%;
    margin-top: 20px;
  }
}
.service .area_service .sec_passport .block_merit .img_merit {
  text-align: center;
}
.service .area_service .sec_passport .block_merit .name_merit {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .block_merit .name_merit {
    font-size: 16px;
    font-size: 1rem;
    height: 45px;
  }
}
.service .area_service .sec_passport .block_merit .txt_merit {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .area_service .sec_passport .block_merit .txt_merit {
    margin-top: 5px;
  }
}
.service .sec_customize {
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .service .sec_customize {
    margin-top: 40px;
  }
}
.service .sec_customize .copy_customize {
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .service .sec_customize .copy_customize {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .sec_customize .ttl_customize {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .sec_customize .ttl_customize {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service .sec_customize .subttl_customize {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .service .sec_customize .subttl_customize {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .sec_customize .block_parts {
  max-width: 800px;
  margin: 30px auto 0;
}
@media all and (max-width: 896px) {
  .service .sec_customize .block_parts {
    margin-top: 20px;
  }
}
.service .sec_customize .block_parts img {
  width: 100%;
}
.service .sec_customize .block_parts .ttl_parts {
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .service .sec_customize .block_parts .ttl_parts {
    font-size: 16px;
    font-size: 1rem;
  }
}
.service .sec_customize .block_parts .img_parts {
  margin-top: 20px;
}
.service .sec_customize .block_parts .img_customize {
  margin-top: 10px;
}
.service .sec_cv a {
  color: #fff;
}
.service .sec_cv .list_cv > li::before {
  color: #fff;
}
.service .sec_cv .list_cv > li > a {
  border-color: #fff;
}
.service .sec_cv .link_cv > p > a {
  border-color: #fff;
}

.footer {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}
@media all and (max-width: 896px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer .ttl_footer {
  max-width: 380px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .footer .ttl_footer {
    max-width: 266px;
  }
}
.footer .pagetop {
  width: 60px;
  position: fixed;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .footer .pagetop {
    width: 40px;
    right: 10px;
  }
}

input,
textarea,
select {
  outline: none;
}

button,
input {
  overflow: visible;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}