@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body #main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-text-size-adjust: 100%;
}
body #main .en {
  font-family: "EB Garamond", serif;
}
body #main a, body #main button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body #main a, body #main button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main a:hover, body #main button:hover {
    opacity: 0.6;
  }
}
body #main a:hover, body #main button:hover {
  text-decoration: none;
}
body #main img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body #main sup, body #main sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body #main sup {
  bottom: 1ex;
}
body #main sub {
  top: 0.5ex;
}
body #main input, body #main textarea, body #main select, body #main button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #main input::-ms-expand, body #main textarea::-ms-expand, body #main select::-ms-expand, body #main button::-ms-expand {
  display: none;
}
body #main .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body #main * {
  outline: none;
}
body #main *:hover, body #main *:active, body #main *:focus {
  outline: none;
}

.mv .image .text {
  position: relative;
}
.mv .image .text span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body #main {
    min-width: 1280px;
  }
  body #main .inner {
    width: 1200px;
    margin: auto;
  }
  body #main .inner h3 {
    font-size: 70px;
    line-height: 100px;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: fit-content;
  }
  body #main .inner h3 span.text-animate {
    display: block;
  }
  body #main .inner p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
  }
  body #main .inner .voice h4 {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  body #main .inner .voice h4 span {
    display: block;
  }
  body #main .inner .voice h4 span.en {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(128, 150, 163), rgb(220, 216, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .inner .voice h4 span.jp {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #8096A3;
    margin-top: 20px;
  }
  body #main .inner .voice .sets {
    width: 100%;
    padding-top: 30px;
    position: relative;
  }
  body #main .inner .voice .sets::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(128, 150, 163, 0.3), rgba(220, 216, 210, 0.3));
    position: absolute;
    top: 0;
    left: 0;
  }
  body #main .inner .voice .sets .set {
    display: flex;
    align-items: start;
    gap: 50px;
    width: 100%;
    text-align: left;
  }
  body #main .inner .voice .sets .set .image {
    display: block;
    width: 150px;
    height: auto;
    aspect-ratio: 1/1;
  }
  body #main .inner .voice .sets .set .texts {
    width: calc(100% - 200px);
  }
  body #main .inner .voice .sets .set .texts h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-top: 20px;
  }
  body #main .inner .voice .sets .set .texts h5 sup {
    vertical-align: super;
  }
  body #main .inner .voice .sets .set .texts p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
  }
  body #main .inner .voice .sets .set .texts p small {
    font-size: 12px;
    margin-top: 10px;
  }
  body #main .inner .voice .sets .set .texts p.name {
    margin-top: 0;
  }
  body #main .inner .voice .sets .set .texts .btn {
    margin: 20px 0 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
  }
  body #main .inner .voice .sets .set .texts .btn .text {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #B9B4AF;
  }
  body #main .inner .voice .sets .set .texts .btn .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main .inner .voice .sets .set .texts .btn .icon::before, body #main .inner .voice .sets .set .texts .btn .icon::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .inner .voice .sets .set .texts .btn .icon::after {
    transform: rotate(90deg);
  }
  body #main .inner .voice .sets .set:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body #main .inner .voice p.ev_charge_btn {
    padding-top: 48px;
  }
  body #main .inner .voice p.ev_charge_btn a {
    margin: 0 auto;
    width: 320px;
    height: 64px;
    display: block;
    background: #333333;
    position: relative;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
  }
  body #main .inner .voice p.ev_charge_btn a:after {
    content: "";
    width: 32px;
    height: 8px;
    border-bottom: 1px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    transform: skew(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
  }
  body #main .mv {
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }
  body #main .mv .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1080;
    background: url("../img/mv.jpg") no-repeat center/100%;
    position: relative;
  }
  body #main .mv .image button {
    width: 240px;
    height: 70px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 7.4%;
    left: 50%;
    margin-left: 360px;
  }
  body #main .mv .image button .btn-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
  }
  body #main .mv .image button .btn-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../img/mv-icon.png") no-repeat center/100%;
  }
  body #main .mv .cap {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-align: right;
    color: #B9B4AF;
    width: 1200px;
    margin: 10px auto 0;
  }
  body #main .nav {
    width: 400px;
    height: 100%;
  }
  body #main .nav .menu-open {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 170px;
    right: 40px;
  }
  body #main .nav .menu-open .text {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .nav .menu-open .icon {
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .nav .menu-open .icon::before, body #main .nav .menu-open .icon::after {
    height: 2px;
  }
  body #main .nav .menu {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }
  body #main .nav .menu ul {
    width: 100px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
  body #main .nav .menu ul li {
    color: #000;
  }
  body #main .nav .menu ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body #main .nav .menu ul li.now {
    color: #517BC9;
  }
  body #main .nav .menu ul li a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    pointer-events: fill;
  }
  body #main section {
    padding: 150px 0;
    position: relative;
    z-index: 10;
  }
  body #main section#concept .title {
    width: 95%;
    max-width: 1720px;
    margin: auto;
  }
  body #main section#concept .title h2 {
    width: fit-content;
    font-size: 70px;
    line-height: 140px;
    font-weight: 600;
    color: rgba(185, 180, 175, 0.5);
  }
  body #main section#concept .menu-list {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    width: 95%;
    max-width: 1720px;
    margin: auto;
    pointer-events: none;
  }
  body #main section#concept .menu-list ul {
    width: 100px;
    margin: 0 0 0 auto;
  }
  body #main section#concept .menu-list ul li {
    color: #B9B4AF;
  }
  body #main section#concept .menu-list ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body #main section#concept .menu-list ul li.now {
    color: #8096A3;
  }
  body #main section#concept .menu-list ul li a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    pointer-events: fill;
  }
  body #main section#concept .inner {
    margin-top: 84px;
  }
  body #main section#concept .inner h3 {
    margin-bottom: 150px;
  }
  body #main section#concept .inner .voice {
    margin-top: 200px;
  }
  body #main section.view {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 3330px;
    background-position: top left;
  }
  body #main section.view .view-image {
    display: block;
    position: absolute;
    z-index: 0;
  }
  body #main section.view .view-image img {
    width: 100%;
  }
  body #main section.view .view-image.view-image1 {
    width: 1725px;
    top: 0;
  }
  body #main section.view .view-image.view-image2 {
    width: 800px;
    top: 870px;
  }
  body #main section.view .view-image p.cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #B9B4AF;
    width: 440px;
  }
  body #main section.view h2 {
    font-size: 150px;
    line-height: 1.4;
    color: #fff;
    mix-blend-mode: difference;
    display: block;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 1000px;
    margin: auto;
    z-index: 1;
  }
  body #main section.view .inner {
    margin-top: 1130px;
    position: relative;
    z-index: 1;
  }
  body #main section.view .inner .inner-text {
    width: 655px;
    margin-top: 110px;
  }
  body #main section.view .inner .inner-text h3 {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 0;
    margin-bottom: 100px;
  }
  body #main section.view .inner .voice {
    margin-top: 150px;
  }
  body #main section.view.view-p1 .view-image.view-image1 {
    left: 50%;
    margin-left: -795px;
  }
  body #main section.view.view-p1 .view-image.view-image2 {
    right: 50%;
    margin-right: 160px;
  }
  body #main section.view.view-p1 .view-image p.cap {
    text-align: left;
    margin: 10px 0 0 auto;
  }
  body #main section.view.view-p1 .inner .inner-text {
    margin-left: auto;
    margin-right: 0;
  }
  body #main section.view.view-p2 .view-image.view-image1 {
    right: 50%;
    margin-right: -795px;
  }
  body #main section.view.view-p2 .view-image.view-image2 {
    left: 50%;
    margin-left: 160px;
  }
  body #main section.view.view-p2 .view-image p.cap {
    text-align: right;
    margin: 10px auto 0 0;
  }
  body #main section.view.view-p2 .inner .inner-text {
    margin-left: 0;
    margin-right: auto;
  }
  body #main section#charge {
    background-position: top center;
  }
  body #main section#model {
    padding-bottom: 150px;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 3330px;
    background-position: top center;
  }
  body #main section#model .model-content {
    position: relative;
    padding-top: 40px;
  }
  body #main section#model .model-content h2 {
    font-size: 150px;
    line-height: 110px;
    font-weight: 600;
    color: #fff;
    mix-blend-mode: difference;
    display: block;
    width: fit-content;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  body #main section#model .model-content .image {
    width: 100%;
    margin: auto;
    position: relative;
  }
  body #main section#model .model-content .image img {
    width: 100%;
  }
  body #main section#model .model-content .image p.cap {
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #B9B4AF;
    text-align: right;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner {
    margin-top: 45px;
  }
  body #main section#model .model-content .model-inner h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0;
  }
  body #main section#model .model-content .model-inner .table {
    width: 1000px;
    margin: 90px auto 0;
  }
  body #main section#model .model-content .model-inner .table .line-text {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  body #main section#model .model-content .model-inner .table .line-text .line {
    width: calc(100% - (4em + 10px));
    height: 1px;
    background-color: #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }
  body #main section#model .model-content .model-inner .table .data-table {
    display: grid;
    grid-template-columns: repeat(5, auto);
    border: 1px solid #B9B4AF;
    margin-top: 15px;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr, body #main section#model .model-content .model-inner .table .data-table .tbody, body #main section#model .model-content .model-inner .table .data-table .thead {
    display: contents;
  }
  body #main section#model .model-content .model-inner .table .data-table .th, body #main section#model .model-content .model-inner .table .data-table .td {
    padding: 13px 20px 12px;
    display: grid;
    place-items: center;
  }
  body #main section#model .model-content .model-inner .table .data-table .th p, body #main section#model .model-content .model-inner .table .data-table .td p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  body #main section#model .model-content .model-inner .table .data-table .th:nth-of-type(n+2) p, body #main section#model .model-content .model-inner .table .data-table .td:nth-of-type(n+2) p {
    text-align: center;
  }
  body #main section#model .model-content .model-inner .table .data-table .th.col2, body #main section#model .model-content .model-inner .table .data-table .td.col2 {
    grid-column: auto/span 2;
  }
  body #main section#model .model-content .model-inner .table .data-table .th.col3, body #main section#model .model-content .model-inner .table .data-table .td.col3 {
    grid-column: auto/span 3;
  }
  body #main section#model .model-content .model-inner .table .data-table .th sup, body #main section#model .model-content .model-inner .table .data-table .td sup {
    font-size: 0.5em;
  }
  body #main section#model .model-content .model-inner .table .data-table .thead .th:nth-of-type(n+2) {
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th, body #main section#model .model-content .model-inner .table .data-table .tr .td {
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th:nth-of-type(n+2), body #main section#model .model-content .model-inner .table .data-table .tr .td:nth-of-type(n+2) {
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #main section#model .model-content .model-inner .table .cap {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 10px;
  }
  body #main section#model .model-content .model-inner .table .cap li {
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main section#model .model-content .model-inner .table .text {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
  }
  body #main section#model .model-content .model-inner .tumbnails {
    margin: 48px auto;
    width: 1000px;
    display: flex;
    justify-content: center;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb {
    display: block;
    width: 640px;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb p {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb img {
    width: 100%;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb p.cap {
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #B9B4AF;
    text-align: right;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner .touring {
    width: 100%;
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .touring .image {
    width: 640px;
    position: relative;
  }
  body #main section#model .model-content .model-inner .touring .image img {
    width: 100%;
  }
  body #main section#model .model-content .model-inner .touring .image p.cap {
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #B9B4AF;
    text-align: right;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner .touring h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    width: 640px;
    margin: 25px auto 0;
  }
  body #main section#model .model-content .model-inner .box {
    width: 462px;
    height: 110px;
    background-color: #DCD8D2;
    margin: 150px auto 0;
    display: grid;
    place-items: center;
  }
  body #main section#model .model-content .model-inner .box p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
  body #main section#model .info {
    margin-top: 300px;
  }
  body #main section#model .info h3 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
  }
  body #main section#model .info .info-inner {
    width: 100%;
    border: 1px solid #B9B4AF;
    margin-top: 20px;
    padding-bottom: 100px;
  }
  body #main section#model .info .info-inner .set1 {
    width: 100%;
    background-color: #F9F8F7;
    padding: 70px 100px;
    position: relative;
  }
  body #main section#model .info .info-inner .set1 h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
  }
  body #main section#model .info .info-inner .set1 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }
  body #main section#model .info .info-inner .set1 .cards {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 70px;
  }
  body #main section#model .info .info-inner .set1 .cards .card {
    width: 475px;
  }
  body #main section#model .info .info-inner .set1 .cards .card h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner {
    display: flex;
    gap: 20px;
    margin-top: 6px;
    padding-top: 20px;
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner img {
    display: block;
    width: 120px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text {
    width: calc(100% - 140px);
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag {
    display: flex;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag p {
    padding: 8px 10px;
    background-color: #41C3E1;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag p.tag2 {
    background-color: #517BC9;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .card-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    margin-top: 16px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set {
    width: 100%;
    margin-top: 15px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .blue {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #517BC9;
    text-align: left;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .box {
    width: 100%;
    padding: 11px 0;
    border: 1px solid #517BC9;
    margin-top: 3px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .cap {
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-align: right;
  }
  body #main section#model .info .info-inner .set1 .table .check {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-align: left;
  }
  body #main section#model .info .info-inner .set1 .table .check .icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../img/icon-check-blue.png") no-repeat center/100%;
    vertical-align: text-top;
  }
  body #main section#model .info .info-inner .set1 .table .data-table {
    display: grid;
    grid-template-columns: 100px 200px auto;
    margin-top: 10px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr, body #main section#model .info .info-inner .set1 .table .data-table .tbody, body #main section#model .info .info-inner .set1 .table .data-table .thead {
    display: contents;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .th p, body #main section#model .info .info-inner .set1 .table .data-table .td p {
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th, body #main section#model .info .info-inner .set1 .table .data-table .thead .td {
    padding: 4px 0;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th p, body #main section#model .info .info-inner .set1 .table .data-table .thead .td p {
    font-size: 12px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th:nth-of-type(n+2) {
    border-top: 1px solid #B9B4AF;
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th:last-of-type {
    border-right: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th, body #main section#model .info .info-inner .set1 .table .data-table .tr .td {
    padding: 8px 0 7px;
    border-top: 1px solid #B9B4AF;
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th:last-of-type, body #main section#model .info .info-inner .set1 .table .data-table .tr .td:last-of-type {
    border-right: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th p, body #main section#model .info .info-inner .set1 .table .data-table .tr .td p {
    font-size: 15px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th {
    color: #fff;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:nth-of-type(1) .th {
    background-color: #41C3E1;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:nth-of-type(2) .th {
    background-color: #517BC9;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:last-of-type .th, body #main section#model .info .info-inner .set1 .table .data-table .tr:last-of-type .td {
    border-bottom: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .cap {
    font-size: 12px;
    line-height: 30px;
    text-align: right;
  }
  body #main section#model .info .info-inner .set1::after {
    content: "";
    display: block;
    width: 200px;
    height: 40px;
    background-color: #F9F8F7;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 {
    width: 1060px;
    margin: 90px auto 0;
  }
  body #main section#model .info .info-inner .set2 .box {
    display: block;
    width: fit-content;
    margin: auto;
    border: 1px solid #000;
    padding: 9px 12px 7px;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set2 h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
  }
  body #main section#model .info .info-inner .set2 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 19px;
  }
  body #main section#model .info .info-inner .set2 .flex {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set {
    width: 502px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set {
    margin-bottom: 30px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .check {
    display: block;
    width: 20px;
    height: 16px;
    background: url("../img/icon-check-red.png") no-repeat center/100%;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .tag {
    display: block;
    padding: 6px 14px 4px;
    background-color: #DCD8D2;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: -0.05em;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set p {
    text-align: left;
    margin-top: 13px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set p .border {
    border-bottom: 4px double #D77373;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 500/375;
    border: 1px solid #DCD8D2;
    box-sizing: content-box;
    background-color: #fff;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image img {
    display: block;
    width: 100%;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .logo {
    width: 340px;
    height: 80px;
    margin: 30px auto 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label {
    width: 230px;
    margin: 20px auto;
    position: relative;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::before, body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #D77373;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::before {
    left: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::after {
    right: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label p {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #D77373;
    text-align: center;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox {
    width: 440px;
    padding: 18px 0;
    background-color: #D77373;
    display: grid;
    place-items: center;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox p small {
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-top: 5px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner {
    width: fit-content;
    height: fit-content;
    margin: 10px 30px 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner p {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner .icon::before, body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner .icon::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-inner .icon::before {
    transform: rotate(90deg);
  }
  body #main section#model .info .info-inner .voice {
    width: 1100px;
    margin: 100px auto 0;
  }
  body #main section#model .foot-cap {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-top: 200px;
  }
  body #main .bnr-area {
    width: 1000px;
    margin: 0 auto 150px;
    display: flex;
    justify-content: space-between;
  }
  body #main .bnr-area .bnr {
    display: block;
    width: 488px;
  }
  body #main .bnr-area .bnr img {
    width: 100%;
  }
  body #main .modal .modal-con {
    width: 1000px;
  }
  body #main .modal .modal-con .modal-close {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    top: -50px;
    right: -50px;
  }
  body #main .modal .modal-con .modal-close .text {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
  body #main .modal .modal-con .modal-close .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main .modal .modal-con .modal-close .icon::before, body #main .modal .modal-con .modal-close .icon::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal .modal-con .modal-close .icon::before {
    transform: rotate(45deg);
  }
  body #main .modal .modal-con .modal-close .icon::after {
    transform: rotate(-45deg);
  }
  body #main .modal.modal-m p {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 30px;
  }
  body #main .modal.modal-m .movie {
    width: 960px;
    height: 540px;
    margin: auto;
  }
  body #main .modal.modal-v .modal-con {
    height: 80%;
    max-height: 750px;
  }
  body #main .modal.modal-v h3 {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
  }
  body #main .modal.modal-v h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(128, 150, 163, 0.3), rgba(220, 216, 210, 0.3));
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body #main .modal.modal-v h3 span {
    display: block;
    width: fit-content;
  }
  body #main .modal.modal-v h3 span.en {
    font-size: 50px;
    line-height: 1.4;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(128, 150, 163), rgb(220, 216, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .modal.modal-v h3 span.jp {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #8096A3;
    margin-top: 10px;
  }
  body #main .modal.modal-v .v-content {
    height: 50vh;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  body #main .modal.modal-v .v-content .profile {
    width: 360px;
    height: auto !important;
    padding-left: 0 !important;
  }
  body #main .modal.modal-v .v-content .profile h4 {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    color: rgba(185, 180, 175, 0.6);
  }
  body #main .modal.modal-v .v-content .profile .image {
    width: auto;
    height: calc(100% - 190px);
    max-height: 360px;
    aspect-ratio: 1/1;
    margin-top: 45px;
    position: relative;
  }
  body #main .modal.modal-v .v-content .profile .image img {
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
  }
  body #main .modal.modal-v .v-content .profile .name {
    font-weight: 500;
    margin-top: 20px;
  }
  body #main .modal.modal-v .v-content .profile .name small {
    display: block;
    font-size: 15px;
    line-height: 1.2;
  }
  body #main .modal.modal-v .v-content .profile .name span {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-top: 15px;
  }
  body #main .modal.modal-v .v-content .text-frame {
    width: calc(100% - 410px);
    overflow-y: auto;
  }
  body #main .modal.modal-v .v-content .text-frame .text {
    height: fit-content;
    padding-right: 15px;
  }
  body #main .modal.modal-v .v-content .text-frame .text h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  body #main .modal.modal-v .v-content .text-frame .text h4.sec2 {
    margin-top: 50px;
  }
  body #main .modal.modal-v .v-content .text-frame .text p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }
  body #main .modal.modal-v .v-content .text-frame .text p.cap {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main .modal.modal-v .v-content .text-frame .text p.cap:nth-of-type(n+3) {
    margin-top: 0;
  }
  body #main .modal.modal-g .modal-con {
    width: 1200px;
    height: 100%;
    max-height: none;
  }
  body #main .modal.modal-g .modal-con .modal-close {
    top: 50px;
    right: 10px;
  }
  body #main .modal.modal-g h3 {
    width: fit-content;
    font-size: 130px;
    line-height: 1.4;
    font-weight: 400;
    background: linear-gradient(90deg, #8096A3, #DCD8D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .modal.modal-g .image-set {
    height: calc(100% - 320px);
    max-height: 730px;
  }
  body #main .modal.modal-g .image-set .slider-frame {
    width: auto;
    height: calc(100% - 111px);
    max-height: 619px;
    aspect-ratio: 16/9;
    margin: auto;
  }
  body #main .modal.modal-g .image-set .slider-frame .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slider-frame .slider .slide {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal.modal-g .image-set .slide-dot-area {
    width: 1100px;
    height: 80px;
    margin: 30px auto 0;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow {
    width: 50px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.off {
    pointer-events: none;
    opacity: 0;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-prev {
    left: -50px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-prev::after {
    transform: rotate(-225deg);
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-next {
    right: -50px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-next::after {
    transform: rotate(-45deg);
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame {
    width: 1100px;
    height: 80px;
    overflow: hidden;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame.left .slide-dots {
    left: 0;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame.right .slide-dots {
    left: -1100px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots {
    width: fit-content;
    display: flex;
    position: absolute;
    top: 0;
    transition: left 0.4s ease-out;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set {
    width: 1100px;
    display: flex;
    justify-content: space-between;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot {
    display: block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot1 {
    background-image: url("../img/gallery-dot-01.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot2 {
    background-image: url("../img/gallery-dot-02.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot3 {
    background-image: url("../img/gallery-dot-03.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot4 {
    background-image: url("../img/gallery-dot-04.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot5 {
    background-image: url("../img/gallery-dot-05.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot6 {
    background-image: url("../img/gallery-dot-06.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot7 {
    background-image: url("../img/gallery-dot-07.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot8 {
    background-image: url("../img/gallery-dot-08.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot9 {
    background-image: url("../img/gallery-dot-09.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot10 {
    background-image: url("../img/gallery-dot-10.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot11 {
    background-image: url("../img/gallery-dot-11.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot12 {
    background-image: url("../img/gallery-dot-12.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot13 {
    background-image: url("../img/gallery-dot-13.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot14 {
    background-image: url("../img/gallery-dot-14.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot15 {
    background-image: url("../img/gallery-dot-15.jpg");
  }
  body #main .modal.modal-g .cap {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    margin-top: 70px;
  }
  body #main .modal.modal-t .modal-con {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  body #main .modal.modal-t .modal-close {
    top: 20px;
    right: auto;
    left: calc(50% + 470px);
  }
  body #main .modal.modal-t .modal-frame {
    width: 100%;
    height: 80%;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal.modal-t .modal-inner {
    width: 1000px;
    height: fit-content;
    margin: auto;
    padding: 10px 0;
  }
  body #main .modal.modal-t .logo p {
    font-size: 22px;
    line-height: 1;
    text-align: center;
  }
  body #main .modal.modal-t .logo img {
    display: block;
    width: 340px;
    height: auto;
    margin: 15px auto 0;
  }
  body #main .modal.modal-t .label {
    width: 290px;
    margin: 40px auto 10px;
    position: relative;
  }
  body #main .modal.modal-t .label::before, body #main .modal.modal-t .label::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #D77373;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #main .modal.modal-t .label::before {
    left: 0;
  }
  body #main .modal.modal-t .label::after {
    right: 0;
  }
  body #main .modal.modal-t .label p {
    font-size: 20px;
    line-height: 1;
    color: #D77373;
    text-align: center;
  }
  body #main .modal.modal-t .bgbox {
    width: 100%;
    padding: 24px 0;
    background-color: #D77373;
    display: grid;
    place-items: center;
    margin: auto;
  }
  body #main .modal.modal-t .bgbox p {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  body #main .modal.modal-t .bgbox p small {
    font-size: 30px;
    margin-left: 10px;
  }
  body #main .modal.modal-t .text1 {
    font-size: 18px;
    line-height: 30px;
    margin: 45px 0;
  }
  body #main .modal.modal-t .text2-set {
    margin-top: 30px;
  }
  body #main .modal.modal-t .text2-set .flex {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  body #main .modal.modal-t .text2-set .flex p {
    font-size: 22px;
    line-height: 30px;
  }
  body #main .modal.modal-t .text2-set .flex p.tag {
    display: block;
    width: 120px;
    background-color: #DCD8D2;
    font-size: 18px;
    text-align: center;
  }
  body #main .modal.modal-t .text2-set ul {
    margin-top: 15px;
  }
  body #main .modal.modal-t .text2-set ul li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main .modal.modal-t .text2-set ul li a {
    text-decoration: underline;
    color: #0059FF;
  }
  body #main .modal.modal-t .borderbox {
    width: 700px;
    height: 60px;
    border: 1px solid #D77373;
    margin: 50px auto 0;
    display: grid;
    place-items: center;
  }
  body #main .modal.modal-t .borderbox p {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #D77373;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body #main {
    min-width: 320px;
  }
  body #main .inner {
    width: 86.6666666667%;
    margin: auto;
  }
  body #main .inner h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
  }
  body #main .inner h3 span.text-animate {
    display: block;
  }
  body #main .inner p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  body #main .inner .voice {
    width: 100%;
  }
  body #main .inner .voice h4 {
    padding-bottom: 10px;
    position: relative;
  }
  body #main .inner .voice h4 span {
    display: block;
  }
  body #main .inner .voice h4 span.en {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(128, 150, 163), rgb(220, 216, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .inner .voice h4 span.jp {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #8096A3;
    margin-top: 18px;
  }
  body #main .inner .voice h4 .images {
    display: flex;
    justify-content: end;
    gap: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  body #main .inner .voice h4 .images img {
    display: block;
    width: 45px;
  }
  body #main .inner .voice .sets {
    width: 100%;
    padding-top: 24px;
    position: relative;
  }
  body #main .inner .voice .sets::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(128, 150, 163, 0.3), rgba(220, 216, 210, 0.3));
    position: absolute;
    top: 0;
    left: 0;
  }
  body #main .inner .voice .sets .set {
    text-align: left;
  }
  body #main .inner .voice .sets .set .flex-sp {
    display: flex;
    align-items: start;
    gap: 25px;
    margin-bottom: 20px;
  }
  body #main .inner .voice .sets .set .flex-sp img {
    width: 90px;
  }
  body #main .inner .voice .sets .set .flex-sp .right {
    width: calc(100% - 115px);
  }
  body #main .inner .voice .sets .set .flex-sp .right p.name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  body #main .inner .voice .sets .set .flex-sp .right h5 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 15px;
  }
  body #main .inner .voice .sets .set .flex-sp.long {
    gap: 20px;
  }
  body #main .inner .voice .sets .set .flex-sp.long .right {
    width: calc(100% - 110px);
  }
  body #main .inner .voice .sets .set p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
  }
  body #main .inner .voice .sets .set p small {
    font-size: 10px;
    line-height: 15px;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 15px;
  }
  body #main .inner .voice .sets .set .btn {
    margin: 17px 0 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  body #main .inner .voice .sets .set .btn .text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #B9B4AF;
  }
  body #main .inner .voice .sets .set .btn .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main .inner .voice .sets .set .btn .icon::before, body #main .inner .voice .sets .set .btn .icon::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .inner .voice .sets .set .btn .icon::after {
    transform: rotate(90deg);
  }
  body #main .inner .voice .sets .set:nth-of-type(n+2) {
    margin-top: 35px;
  }
  body #main .inner .voice p.ev_charge_btn {
    padding-top: 48px;
  }
  body #main .inner .voice p.ev_charge_btn a {
    margin: 0 auto;
    width: 240px;
    height: 48px;
    display: block;
    background: #333333;
    position: relative;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }
  body #main .inner .voice p.ev_charge_btn a:after {
    content: "";
    width: 24px;
    height: 6px;
    border-bottom: 1px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    transform: skew(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 14px;
  }
  body #main .mv {
    width: 100%;
    height: auto;
    aspect-ratio: 750/850;
  }
  body #main .mv .image {
    width: 100%;
    height: 100%;
    background: url("../img/mv-sp.jpg") no-repeat center/100% auto;
    position: relative;
  }
  body #main .mv .image button {
    width: fit-content;
    height: 35px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  body #main .mv .image button .btn-text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
  }
  body #main .mv .image button .btn-icon {
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/mv-icon.png") no-repeat center/100%;
  }
  body #main .mv .cap {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-align: right;
    color: #B9B4AF;
    margin-top: 5px;
    margin-right: 5px;
  }
  body #main .nav {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  body #main .nav .menu-open {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 95px;
    right: 10px;
    pointer-events: fill;
  }
  body #main .nav .menu-open .text {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .nav .menu-open .icon {
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .nav .menu-open .icon::before, body #main .nav .menu-open .icon::after {
    height: 1px;
  }
  body #main .nav .menu {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }
  body #main .nav .menu ul {
    width: 100px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
  body #main .nav .menu ul li {
    color: #000;
    text-align: center;
  }
  body #main .nav .menu ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body #main .nav .menu ul li.now {
    color: #517BC9;
  }
  body #main .nav .menu ul li a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    pointer-events: fill;
  }
  body #main .animate:has(.voice) {
    overflow: hidden;
  }
  body #main section {
    padding: 75px 0 150px;
    position: relative;
    z-index: 10;
  }
  body #main section#concept h2 {
    width: 86.6666666667%;
    margin: auto;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #B9B4AF;
    opacity: 0.5;
  }
  body #main section#concept .menu-list {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: relative;
    z-index: -1;
    pointer-events: none;
  }
  body #main section#concept .inner {
    width: 86.6666666667%;
    margin: 42px auto 0;
  }
  body #main section#concept .inner h3 {
    margin-bottom: 53px;
  }
  body #main section#concept .inner .voice {
    margin-top: 63px;
  }
  body #main section.view {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-image: url("../img/bg-sp.png");
    background-repeat: no-repeat;
    background-size: 195.2vw;
    background-position: top left;
  }
  body #main section.view::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 0;
  }
  body #main section.view .view-images {
    width: 100%;
  }
  body #main section.view .view-images .view-image {
    display: block;
    position: absolute;
    z-index: 0;
  }
  body #main section.view .view-images .view-image img {
    width: 100%;
  }
  body #main section.view .view-images .view-image.view-image1 {
    width: 93.3333333333%;
    top: 120px;
  }
  body #main section.view .view-images .view-image.view-image2 {
    width: 80%;
    top: calc(120px + 48vw);
  }
  body #main section.view .view-images .view-image p.cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    text-align: left;
    color: #B9B4AF;
    margin-top: 5px;
    margin-left: 5px;
  }
  body #main section.view h2 {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    mix-blend-mode: difference;
    display: block;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
  }
  body #main section.view .inner {
    padding-top: 166.6666666667vw;
    position: relative;
    z-index: 1;
  }
  body #main section.view .inner .inner-text {
    width: 100%;
    margin-top: 32px;
  }
  body #main section.view .inner .inner-text h3 {
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
  body #main section.view .inner .voice {
    margin-top: 62px;
  }
  body #main section.view.view-p1 .view-image.view-image1 {
    right: 0;
  }
  body #main section.view.view-p1 .view-image.view-image2 {
    left: 0;
  }
  body #main section.view.view-p2 .view-image.view-image1 {
    left: 0;
  }
  body #main section.view.view-p2 .view-image.view-image2 {
    right: 0;
  }
  body #main section#charge .inner {
    width: 89.3333333333%;
  }
  body #main section#model {
    padding-bottom: 0;
    background-image: url("../img/bg-sp.png");
    background-repeat: no-repeat;
    background-size: 3330px;
    background-position: top left;
  }
  body #main section#model .model-content {
    width: 100%;
    padding-top: 18px;
    position: relative;
  }
  body #main section#model .model-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
    mix-blend-mode: difference;
    display: block;
    width: fit-content;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  body #main section#model .model-content .image {
    display: block;
    width: 96%;
    margin: auto;
    position: relative;
  }
  body #main section#model .model-content .image img {
    width: 100%;
  }
  body #main section#model .model-content .image p.cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #B9B4AF;
    text-align: right;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner {
    margin-top: 25px;
  }
  body #main section#model .model-content .model-inner h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0;
    width: 86.6666666667%;
    margin: auto;
  }
  body #main section#model .model-content .model-inner .table {
    width: 86.6666666667%;
    margin: 25px auto 0;
  }
  body #main section#model .model-content .model-inner .table .line-text {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
  }
  body #main section#model .model-content .model-inner .table .line-text .line {
    width: calc(100% - (4em + 15px));
    height: 1px;
    background-color: #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table h4 {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
  }
  body #main section#model .model-content .model-inner .table .data-table {
    display: grid;
    grid-template-columns: repeat(5, auto);
    border: 1px solid #B9B4AF;
    margin-top: 6px;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr, body #main section#model .model-content .model-inner .table .data-table .tbody, body #main section#model .model-content .model-inner .table .data-table .thead {
    display: contents;
  }
  body #main section#model .model-content .model-inner .table .data-table .th, body #main section#model .model-content .model-inner .table .data-table .td {
    padding: 5px;
    display: grid;
    place-items: center;
  }
  body #main section#model .model-content .model-inner .table .data-table .th p, body #main section#model .model-content .model-inner .table .data-table .td p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  body #main section#model .model-content .model-inner .table .data-table .th:nth-of-type(n+2) p, body #main section#model .model-content .model-inner .table .data-table .td:nth-of-type(n+2) p {
    text-align: center;
  }
  body #main section#model .model-content .model-inner .table .data-table .th.col2, body #main section#model .model-content .model-inner .table .data-table .td.col2 {
    grid-column: auto/span 2;
  }
  body #main section#model .model-content .model-inner .table .data-table .th.col3, body #main section#model .model-content .model-inner .table .data-table .td.col3 {
    grid-column: auto/span 3;
  }
  body #main section#model .model-content .model-inner .table .data-table .th sup, body #main section#model .model-content .model-inner .table .data-table .td sup {
    font-size: 0.5em;
  }
  body #main section#model .model-content .model-inner .table .data-table .thead .th:nth-of-type(n+2) {
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th, body #main section#model .model-content .model-inner .table .data-table .tr .td {
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th:nth-of-type(n+2), body #main section#model .model-content .model-inner .table .data-table .tr .td:nth-of-type(n+2) {
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .table .data-table .tr .th p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  body #main section#model .model-content .model-inner .table .cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner .table .cap li {
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main section#model .model-content .model-inner .table .text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 10px;
  }
  body #main section#model .model-content .model-inner .tumbnails {
    margin: 25px auto;
    width: 86.6666666667%;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb {
    display: block;
    width: 61.5384615385%;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb img {
    width: 100%;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
  }
  body #main section#model .model-content .model-inner .tumbnails .thumb p.cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #B9B4AF;
    text-align: right;
    margin-top: 5px;
  }
  body #main section#model .model-content .model-inner .touring {
    width: 86.6666666667%;
    padding-top: 50px;
    margin: 50px auto 0;
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .model-content .model-inner .touring img {
    display: block;
    width: 100%;
    margin: auto;
  }
  body #main section#model .model-content .model-inner .touring h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 25px;
  }
  body #main section#model .model-content .model-inner .box {
    width: 290px;
    height: 60px;
    background-color: #DCD8D2;
    margin: 75px auto 0;
    display: grid;
    place-items: center;
  }
  body #main section#model .model-content .model-inner .box p {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info {
    width: 100%;
    margin-top: 100px;
  }
  body #main section#model .info h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    padding-left: 25px;
  }
  body #main section#model .info .info-inner {
    width: 93.3333333333%;
    border: 1px solid #B9B4AF;
    margin: 25px auto 0;
    padding-bottom: 35px;
  }
  body #main section#model .info .info-inner .set1 {
    width: 100%;
    background-color: #F9F8F7;
    padding: 35px 6.6666666667% 50px;
    position: relative;
  }
  body #main section#model .info .info-inner .set1 h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
  }
  body #main section#model .info .info-inner .set1 p {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
  }
  body #main section#model .info .info-inner .set1 .cards {
    margin: 50px auto;
    width: 100%;
  }
  body #main section#model .info .info-inner .set1 .cards .card {
    width: 100%;
  }
  body #main section#model .info .info-inner .set1 .cards .card h5 {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner img {
    display: block;
    width: 120px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text {
    width: calc(100% - 135px);
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag {
    display: flex;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag p {
    padding: 5px 7px;
    background-color: #41C3E1;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .tag p.tag2 {
    background-color: #517BC9;
  }
  body #main section#model .info .info-inner .set1 .cards .card .card-inner .text .card-text {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    margin-top: 11px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set {
    width: 100%;
    margin-top: 10px;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .blue {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    color: #517BC9;
    text-align: left;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .box {
    width: 100%;
    padding: 8px 6px;
    border: 1px solid #517BC9;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set1 .cards .card .box-set .cap {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-align: right;
  }
  body #main section#model .info .info-inner .set1 .cards .card:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body #main section#model .info .info-inner .set1 .table .check {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    text-align: left;
  }
  body #main section#model .info .info-inner .set1 .table .check .icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../img/icon-check-blue.png") no-repeat center/100%;
    vertical-align: text-top;
  }
  body #main section#model .info .info-inner .set1 .table .data-table {
    display: grid;
    grid-template-columns: 16% 34% 50%;
    margin-top: 10px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr, body #main section#model .info .info-inner .set1 .table .data-table .tbody, body #main section#model .info .info-inner .set1 .table .data-table .thead {
    display: contents;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .th p, body #main section#model .info .info-inner .set1 .table .data-table .td p {
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th, body #main section#model .info .info-inner .set1 .table .data-table .thead .td {
    padding: 5px 0;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th p, body #main section#model .info .info-inner .set1 .table .data-table .thead .td p {
    font-size: 10px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th:nth-of-type(n+2) {
    border-top: 1px solid #B9B4AF;
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .thead .th:last-of-type {
    border-right: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th, body #main section#model .info .info-inner .set1 .table .data-table .tr .td {
    display: grid;
    padding: 14px 8px 13px;
    border-top: 1px solid #B9B4AF;
    border-left: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th:last-of-type, body #main section#model .info .info-inner .set1 .table .data-table .tr .td:last-of-type {
    border-right: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th p, body #main section#model .info .info-inner .set1 .table .data-table .tr .td p {
    align-self: center;
    font-size: 13px;
    line-height: 18px;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr .th {
    color: #fff;
    letter-spacing: -0.02em;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:nth-of-type(1) .th {
    background-color: #41C3E1;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:nth-of-type(2) .th {
    background-color: #517BC9;
  }
  body #main section#model .info .info-inner .set1 .table .data-table .tr:last-of-type .th, body #main section#model .info .info-inner .set1 .table .data-table .tr:last-of-type .td {
    border-bottom: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set1 .table .cap {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    margin-top: 5px;
  }
  body #main section#model .info .info-inner .set1::after {
    content: "";
    display: block;
    width: 100px;
    height: 20px;
    background-color: #F9F8F7;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 {
    width: 85.7142857143%;
    margin: 45px auto 0;
  }
  body #main section#model .info .info-inner .set2 .box {
    display: block;
    width: fit-content;
    margin: auto;
    border: 1px solid #000;
    padding: 7px 7px 6px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set2 h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
  }
  body #main section#model .info .info-inner .set2 p {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 11px;
  }
  body #main section#model .info .info-inner .set2 p .border {
    border-bottom: 4px double #D77373;
  }
  body #main section#model .info .info-inner .set2 .flex {
    margin-top: 35px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set {
    margin-bottom: 20px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B9B4AF;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .check {
    display: block;
    width: 20px;
    height: 16px;
    background: url("../img/icon-check-red.png") no-repeat center/100%;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .tag {
    display: block;
    padding: 3px 12px 2px;
    background-color: #DCD8D2;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set h5 .title {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set p {
    margin-top: 14px;
    text-align: left;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .text-set:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 600/450;
    max-width: 300px;
    border: 1px solid #DCD8D2;
    box-sizing: content-box;
    margin: auto;
    background-color: #fff;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image img {
    display: block;
    width: 100%;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .logo {
    width: 170px;
    height: auto;
    margin: 15px auto 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label {
    width: 215px;
    margin: 10px auto 5px;
    position: relative;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::before, body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #D77373;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::before {
    left: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label::after {
    right: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .label p {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #D77373;
    text-align: center;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox {
    width: 90%;
    max-width: 280px;
    padding: 10px 0;
    background-color: #D77373;
    display: grid;
    place-items: center;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .bgbox p small {
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area {
    width: 90%;
    max-width: 280px;
    margin: 10px auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner {
    width: fit-content;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner p {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner .icon::before, body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner .icon::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main section#model .info .info-inner .set2 .flex .flex-set .image .btn-area .btn-inner .icon::before {
    transform: rotate(90deg);
  }
  body #main section#model .info .info-inner .set2 .flex .texts {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
  }
  body #main section#model .info .info-inner .set2 .flex .texts .cap {
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    margin-top: 35px;
  }
  body #main section#model .info .info-inner .voice {
    width: 92.8571428571%;
    margin: 50px auto 0;
  }
  body #main section#model .foot-cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
    width: 86.6666666667%;
    margin: 100px auto 0;
  }
  body #main .bnr-area {
    width: 86.6666666667%;
    margin: 50px auto;
  }
  body #main .bnr-area .bnr {
    display: block;
    width: 100%;
  }
  body #main .bnr-area .bnr img {
    width: 100%;
  }
  body #main .bnr-area .bnr:nth-of-type(n+2) {
    margin-top: 20px;
  }
  body #main .modal .modal-con {
    width: 100%;
    padding: 0 6.6666666667%;
  }
  body #main .modal .modal-con::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -5vh;
    left: 0;
    z-index: 1;
  }
  body #main .modal .modal-con .modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  body #main .modal .modal-con .modal-close .text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
  }
  body #main .modal .modal-con .modal-close .icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #000;
    position: relative;
  }
  body #main .modal .modal-con .modal-close .icon::before, body #main .modal .modal-con .modal-close .icon::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal .modal-con .modal-close .icon::before {
    transform: rotate(45deg);
  }
  body #main .modal .modal-con .modal-close .icon::after {
    transform: rotate(-45deg);
  }
  body #main .modal.modal-m .modal-con {
    padding: 40px 0;
  }
  body #main .modal.modal-m .modal-con::after {
    display: none;
  }
  body #main .modal.modal-m p {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 25px;
  }
  body #main .modal.modal-m .movie {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  body #main .modal.modal-v .modal-con {
    height: 100%;
    max-height: none;
    overflow-y: auto;
  }
  body #main .modal.modal-v .modal-con::after {
    position: fixed;
    bottom: 0;
  }
  body #main .modal.modal-v .modal-con .modal-close {
    position: fixed;
    bottom: 10px;
  }
  body #main .modal.modal-v h3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
  }
  body #main .modal.modal-v h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(128, 150, 163, 0.3), rgba(220, 216, 210, 0.3));
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body #main .modal.modal-v h3 span {
    display: block;
    width: fit-content;
  }
  body #main .modal.modal-v h3 span.en {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(128, 150, 163), rgb(220, 216, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .modal.modal-v h3 span.jp {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    color: #8096A3;
    margin-top: 10px;
  }
  body #main .modal.modal-v .v-content {
    height: fit-content;
  }
  body #main .modal.modal-v .v-content .profile {
    width: 100%;
    height: 270px;
    padding: 15px 0 15px 200px;
    background-color: #fff;
    display: grid;
    position: sticky;
    top: 0;
  }
  body #main .modal.modal-v .v-content .profile h4 {
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    color: rgba(185, 180, 175, 0.6);
  }
  body #main .modal.modal-v .v-content .profile .image {
    display: block;
    width: auto;
    height: calc(100% - 30px);
    aspect-ratio: 180/240;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 0;
  }
  body #main .modal.modal-v .v-content .profile .image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body #main .modal.modal-v .v-content .profile .name {
    font-weight: 500;
  }
  body #main .modal.modal-v .v-content .profile .name small {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }
  body #main .modal.modal-v .v-content .profile .name span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  body #main .modal.modal-v .v-content .text-frame {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
  }
  body #main .modal.modal-v .v-content .text-frame .text {
    height: fit-content;
  }
  body #main .modal.modal-v .v-content .text-frame .text h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  body #main .modal.modal-v .v-content .text-frame .text h4.sec2 {
    margin-top: 30px;
  }
  body #main .modal.modal-v .v-content .text-frame .text p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }
  body #main .modal.modal-v .v-content .text-frame .text p.cap {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main .modal.modal-v .v-content .text-frame .text p.cap:nth-of-type(n+3) {
    margin-top: 0;
  }
  body #main .modal.modal-g .modal-con {
    width: 100%;
    max-height: none;
    padding-bottom: 20px;
  }
  body #main .modal.modal-g h3 {
    width: fit-content;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 400;
    background: linear-gradient(90deg, #8096A3, #DCD8D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #main .modal.modal-g .image-set .slider-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  body #main .modal.modal-g .image-set .slider-frame .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slider-frame .slider .slide {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal.modal-g .image-set .slide-dot-area {
    width: 270px;
    height: 90px;
    margin: 60px auto 0;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow {
    width: 25px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: opacity 0.2s linear;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.off {
    pointer-events: none;
    opacity: 0;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-prev {
    left: -25px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-prev::after {
    transform: rotate(-225deg);
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-next {
    right: -25px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .arrow.arrow-next::after {
    transform: rotate(-45deg);
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame.left .slide-dots {
    left: 0;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame.right .slide-dots {
    left: -270px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots {
    width: fit-content;
    display: flex;
    position: absolute;
    top: 0;
    transition: left 0.4s ease-out;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set {
    width: 270px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot {
    display: block;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot1 {
    background-image: url("../img/gallery-dot-01.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot2 {
    background-image: url("../img/gallery-dot-02.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot3 {
    background-image: url("../img/gallery-dot-03.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot4 {
    background-image: url("../img/gallery-dot-04.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot5 {
    background-image: url("../img/gallery-dot-05.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot6 {
    background-image: url("../img/gallery-dot-06.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot7 {
    background-image: url("../img/gallery-dot-07.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot8 {
    background-image: url("../img/gallery-dot-08.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot9 {
    background-image: url("../img/gallery-dot-09.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot10 {
    background-image: url("../img/gallery-dot-10.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot11 {
    background-image: url("../img/gallery-dot-11.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot12 {
    background-image: url("../img/gallery-dot-12.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot13 {
    background-image: url("../img/gallery-dot-13.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot14 {
    background-image: url("../img/gallery-dot-14.jpg");
  }
  body #main .modal.modal-g .image-set .slide-dot-area .slide-dots-frame .slide-dots .slide-dot-set .slide-dot.dot15 {
    background-image: url("../img/gallery-dot-15.jpg");
  }
  body #main .modal.modal-g .cap {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    margin-top: 70px;
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main .modal.modal-t .modal-con {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  body #main .modal.modal-t .modal-close {
    bottom: 10px;
  }
  body #main .modal.modal-t .modal-frame {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #main .modal.modal-t .modal-inner {
    width: calc(100% - 50px);
    height: fit-content;
    margin: auto;
    padding: 50px 0;
  }
  body #main .modal.modal-t .logo p {
    font-size: 17px;
    line-height: 1;
    text-align: center;
  }
  body #main .modal.modal-t .logo img {
    display: block;
    width: 170px;
    height: auto;
    margin: 10px auto 0;
  }
  body #main .modal.modal-t .label {
    width: 215px;
    margin: 35px auto 10px;
    position: relative;
  }
  body #main .modal.modal-t .label::before, body #main .modal.modal-t .label::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #D77373;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #main .modal.modal-t .label::before {
    left: 0;
  }
  body #main .modal.modal-t .label::after {
    right: 0;
  }
  body #main .modal.modal-t .label p {
    font-size: 13px;
    line-height: 1;
    color: #D77373;
    text-align: center;
  }
  body #main .modal.modal-t .bgbox {
    width: fit-content;
    max-width: 100%;
    padding: 15px;
    background-color: #D77373;
    display: grid;
    place-items: center;
    margin: auto;
  }
  body #main .modal.modal-t .bgbox p {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  body #main .modal.modal-t .bgbox p small {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 8px;
  }
  body #main .modal.modal-t .text1 {
    font-size: 13px;
    line-height: 22px;
    margin: 35px 0;
  }
  body #main .modal.modal-t .text2-set {
    margin-top: 20px;
  }
  body #main .modal.modal-t .text2-set .flex p {
    font-size: 15px;
    line-height: 1;
  }
  body #main .modal.modal-t .text2-set .flex p.tag {
    display: block;
    width: 90px;
    background-color: #DCD8D2;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  body #main .modal.modal-t .text2-set ul {
    margin-top: 10px;
  }
  body #main .modal.modal-t .text2-set ul li {
    font-size: 10px;
    line-height: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  body #main .modal.modal-t .text2-set ul li a {
    text-decoration: underline;
    color: #0059FF;
  }
  body #main .modal.modal-t .borderbox {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #D77373;
    margin: 35px auto 0;
  }
  body #main .modal.modal-t .borderbox p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #D77373;
  }
  .sp_none {
    display: none !important;
  }
}
.animate .slide-b,
.animate .slide-l,
.animate .slide-r, .animate-b .slide-b,
.animate-b .slide-l,
.animate-b .slide-r {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.animate .slide-b, .animate-b .slide-b {
  transform: translateY(30px);
}
.animate .slide-l, .animate-b .slide-l {
  transform: translateX(-40px);
}
.animate .slide-r, .animate-b .slide-r {
  transform: translateX(40px);
}
.animate .ani-title, .animate-b .ani-title {
  width: 100%;
  overflow: hidden;
}
.animate .ani-title span, .animate-b .ani-title span {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}
.animate .ani-title2, .animate-b .ani-title2 {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 800;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate .ani-text, .animate-b .ani-text {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #000, #000 45%, #ccc 55%, #ccc);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  transition-property: background-position;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.animate .ani-text.on, .animate-b .ani-text.on {
  background-position: 0 0;
}
.animate .view-title, .animate-b .view-title {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transition-property: letter-spacing, font-variation-settings, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate.on .slide-b,
.animate.on .slide-l,
.animate.on .slide-r, .animate-b.on .slide-b,
.animate-b.on .slide-l,
.animate-b.on .slide-r {
  opacity: 1;
  transform: translate(0);
}
.animate.on .ani-title span, .animate-b.on .ani-title span {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 800;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .ani-title2, .animate-b.on .ani-title2 {
  letter-spacing: 0;
  font-variation-settings: "wght" 400;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .view-title, .animate-b.on .view-title {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 600;
  opacity: 1;
}
.animate .d1, .animate-b .d1 {
  transition-delay: 0.1s;
}
.animate .d2, .animate-b .d2 {
  transition-delay: 0.2s;
}
.animate .d3, .animate-b .d3 {
  transition-delay: 0.3s;
}
.animate .d4, .animate-b .d4 {
  transition-delay: 0.4s;
}
.animate .d5, .animate-b .d5 {
  transition-delay: 0.5s;
}
.animate .d6, .animate-b .d6 {
  transition-delay: 0.6s;
}
.animate .d7, .animate-b .d7 {
  transition-delay: 0.7s;
}
.animate .d8, .animate-b .d8 {
  transition-delay: 0.8s;
}
.animate .d9, .animate-b .d9 {
  transition-delay: 0.9s;
}
.animate .d10, .animate-b .d10 {
  transition-delay: 1s;
}
.animate .d11, .animate-b .d11 {
  transition-delay: 1.1s;
}
.animate .d12, .animate-b .d12 {
  transition-delay: 1.2s;
}
.animate .d13, .animate-b .d13 {
  transition-delay: 1.3s;
}
.animate .d14, .animate-b .d14 {
  transition-delay: 1.4s;
}
.animate .d15, .animate-b .d15 {
  transition-delay: 1.5s;
}
.animate .d16, .animate-b .d16 {
  transition-delay: 1.6s;
}
.animate .d17, .animate-b .d17 {
  transition-delay: 1.7s;
}
.animate .d18, .animate-b .d18 {
  transition-delay: 1.8s;
}
.animate .d19, .animate-b .d19 {
  transition-delay: 1.9s;
}
.animate .d20, .animate-b .d20 {
  transition-delay: 2s;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
  backdrop-filter: blur(10px);
}
.modal.open {
  opacity: 1;
  z-index: 100;
  animation: modalOpen 0.5s linear;
}
.modal.close {
  opacity: 0;
  z-index: -1;
  animation: modalClose 0.5s linear;
}
.modal .modal-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  filter: blur(10px);
}
.modal .modal-con {
  width: 50%;
  height: fit-content;
  max-height: 80%;
  box-sizing: border-box;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal .modal-con .modal-close {
  position: absolute;
}
.modal.modal-v1 .profile .image img {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.modal.modal-v1 .profile .image img.now {
  opacity: 1;
}
.modal.modal-g .slider-frame .slider .slide {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.modal.modal-g .slider-frame .slider .slide.now {
  opacity: 1;
}

@keyframes modalOpen {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: 100;
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    z-index: 100;
    opacity: 1;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
body #main .nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  transition: opacity 0.4s linear;
  opacity: 0;
  pointer-events: none;
}
body #main .nav .menu-open {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #B9B4AF;
  position: absolute;
  z-index: 1;
  pointer-events: fill;
}
body #main .nav .menu-open .icon::before, body #main .nav .menu-open .icon::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s linear;
}
body #main .nav .menu-open .icon::before {
  transform: translateY(-200%);
}
body #main .nav .menu-open .icon::after {
  transform: translateY(200%);
}
body #main .nav .menu {
  transform: translateX(100%);
  transition: transform 0.5s ease-out;
}
body #main .nav.on .menu-open span::before, body #main .nav.on .menu-open span::after {
  top: 0;
  bottom: 0;
}
body #main .nav.on .menu-open span::before {
  transform: translateY(0) rotate(10deg);
}
body #main .nav.on .menu-open span::after {
  transform: translateY(0) rotate(-10deg);
}
body #main .nav.on .menu {
  transform: translateX(0);
}
body #main .nav.view {
  opacity: 1;
}