@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}

.inter {
  position: relative;
  transition: opacity 0.3s ease-in, top 0.3s ease;
  top: 10px;
  opacity: 0;
}
.inter.active {
  opacity: 1;
  top: 0;
}
.inter--show {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}
.inter--show.is--active {
  opacity: 1;
  transform: translateY(0);
}

.main {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  img.lazyload {
    width: 100%;
    height: auto;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    transition: background ease 0.4s;
  }
  .header.active {
    background: #ffffff;
  }
  .header-inner {
    width: 100%;
    padding: 35px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .header .tepra-logo {
    width: 112px;
    transition: transform 0.4s ease;
  }
  .header .tepra-logo img {
    width: 100%;
  }
  .header .kingjim-logo {
    width: 145px;
  }
  .header .kingjim-logo img {
    width: 100%;
  }
  .header .inner-link {
    display: flex;
    justify-content: center;
    padding: 0 25px;
    transition: background 0.4s ease;
  }
  .header .inner-link.active a {
    transform: translateY(0) !important;
  }
  .header .inner-link a {
    transition: transform 0.4s ease;
    display: inline-block;
    margin-right: 2em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    padding: 10px 25px 12px;
    background: #ffffff;
    border-radius: 50px;
  }
  .header .inner-link a:last-child {
    margin-right: 0;
  }
  .header .inner-link a:nth-child(2) {
    transition-delay: 0.1s;
  }
  .header .inner-link a:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header .inner-link a span {
    display: inline-block;
    position: relative;
    top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
  }
  .header .inner-link a span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: -100%;
    transition: left 0.4s ease-out;
  }
  .header .inner-link a:hover span::after {
    left: 0;
  }
  .header .purchase {
    width: 100px;
    height: 40px;
    margin-right: 58px;
  }
  .header .purchase a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #30bbf2;
    border: 4px solid #30bbf2;
    position: relative;
    transition: background 0.4s ease;
  }
  .header .purchase a:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
  .header .purchase a:hover span {
    color: #30bbf2;
  }
  .header .purchase a:hover i {
    border-color: #ffffff;
  }
  .header .purchase a i {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 4px solid #30bbf2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2013.78%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2330bbf2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22header%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C.81a.81.81%2C0%2C0%2C0%2C.81.82H3L5%2C9.26H15.29L17%2C2.75H5L4.27%2C0H.81A.81.81%2C0%2C0%2C0%2C0%2C.81ZM6.28%2C7.63%2C5.42%2C4.37h9.47L14%2C7.63Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.73%2C12.07a1.71%2C1.71%2C0%2C1%2C0%2C1.71-1.71A1.71%2C1.71%2C0%2C0%2C0%2C11.73%2C12.07Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.48%2C12.07a1.71%2C1.71%2C0%2C1%2C0%2C1.71-1.71A1.72%2C1.72%2C0%2C0%2C0%2C5.48%2C12.07Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 19px 16px;
    background-position: 49% center;
  }
  .header .purchase a span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: absolute;
    width: 2.4em;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .menu-open {
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: 22;
    cursor: pointer;
  }
  .header .menu-open .block {
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header .menu-open .line {
    width: 17px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    transition: background-color 0.3s, height 0.3s, top 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .header .menu-open .line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.3s, top 0.3s, left 0.3s;
    top: -7px;
    transform-origin: center;
  }
  .header .menu-open .line::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.3s, top 0.3s, left 0.3s;
    top: 7px;
    transform-origin: center;
  }
  .header .menu-open.active .line {
    height: 0px;
    top: 45%;
  }
  .header .menu-open.active .line::before {
    transform: rotate(45deg);
    width: 110%;
    top: 1px;
    left: -1px;
  }
  .header .menu-open.active .line::after {
    transform: rotate(-45deg);
    width: 110%;
    top: 1px;
    left: -1px;
  }
  .header.compact .tepra-logo {
    transform: translateY(-200%);
  }
  .header.compact .inner-link {
    background: transparent;
  }
  .header.compact .inner-link a {
    transform: translateY(-200%);
  }
  .header.compact .menu-open {
    opacity: 1;
  }
  .main {
    width: 100%;
    overflow: hidden;
  }
  .content {
    width: 100%;
  }
  .section-title {
    text-align: center;
  }
  .section-title i {
    display: block;
    margin: 0 auto 25px;
  }
  .section-title h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section-desc {
    text-align: center;
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  .module--product-link {
    width: 150px;
    height: 36px;
  }
  .module--product-link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.1em;
    border-radius: 30px;
    transition: color 0.2s ease, background 0.2s ease-in;
  }
  .module--product-link a:hover {
    background: #ffffff;
    color: #000;
  }
  .product-item__link {
    width: 377px;
    height: 53px;
    margin: 0 auto;
  }
  .product-item__link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 700;
    background: #dcdde0;
    border-radius: 30px;
  }
  .product-item__link a:hover {
    background: #000;
    color: #ffffff;
  }
  .footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #cccccc;
  }
  .footer-inner {
    text-align: center;
  }
  .footer a {
    display: inline-block;
  }
  .footer__logo {
    width: 110px;
    margin: 8px auto 8px;
  }
  .footer .copy {
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .btn-top {
    position: fixed;
    right: 50px;
    bottom: 25px;
    width: 50px;
    z-index: -1;
    transition: transform 0.4s ease, opacity 0.4s ease-in;
    opacity: 0;
  }
  .btn-top a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-top:hover {
    transform: scale(1.2);
  }
  .btn-top svg {
    width: 100%;
  }
  .btn-top.active {
    opacity: 1;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .main {
    letter-spacing: 0.1em;
  }
  .header {
    width: 100%;
    height: 16.9333333333vw;
    z-index: 20;
    position: fixed;
    background: #fff;
  }
  .header-inner {
    width: 100%;
    height: 100%;
    padding: 0 4vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .header .tepra-logo {
    width: 20.9333333333vw;
    margin-right: 4vw;
  }
  .header .tepra-logo img {
    width: 100%;
  }
  .header .kingjim-logo {
    width: 16.8vw;
  }
  .header .kingjim-logo img {
    width: 100%;
  }
  .header .inner-link {
    width: 100%;
    padding: 6.8vw 5.3333333333vw 12.4vw;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    top: -400%;
    left: 0;
    transition: top 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 21;
  }
  .header .inner-link.active {
    top: 16.8vw;
  }
  .header .inner-link a {
    display: block;
    padding: 4.8vw 0 4.8vw 5.3333333333vw;
    font-size: 3.6vw;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .header .inner-link a:last-child {
    border-bottom: none;
  }
  .header .inner-link a span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .inner-link a span:after {
    content: "";
    display: block;
    width: 4vw;
    height: 2.1333333333vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.74%2016.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22menu_open%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2229.04%200.71%2014.87%2014.71%200.7%200.71%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    position: absolute;
    right: 7.6vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .purchase {
    width: 22.2666666667vw;
    height: 8.2666666667vw;
    margin-left: 33vw;
  }
  .header .purchase a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8vw;
    background: #30bbf2;
    border: 0.8vw solid #30bbf2;
    position: relative;
  }
  .header .purchase a i {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0vw;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2013.78%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2330bbf2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22header%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C.81a.81.81%2C0%2C0%2C0%2C.81.82H3L5%2C9.26H15.29L17%2C2.75H5L4.27%2C0H.81A.81.81%2C0%2C0%2C0%2C0%2C.81ZM6.28%2C7.63%2C5.42%2C4.37h9.47L14%2C7.63Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.73%2C12.07a1.71%2C1.71%2C0%2C1%2C0%2C1.71-1.71A1.71%2C1.71%2C0%2C0%2C0%2C11.73%2C12.07Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.48%2C12.07a1.71%2C1.71%2C0%2C1%2C0%2C1.71-1.71A1.72%2C1.72%2C0%2C0%2C0%2C5.48%2C12.07Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 4vw 3.2vw;
    background-position: 49% center;
  }
  .header .purchase a span {
    display: inline-block;
    font-size: 3.0666666667vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: absolute;
    width: 2.5em;
    right: 3.2vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .menu-open {
    width: 8.8vw;
    height: 8.8vw;
    margin-left: 2.8vw;
    position: relative;
    z-index: 22;
  }
  .header .menu-open .block {
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 0.9333333333vw;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header .menu-open .line {
    width: 37.8787%;
    height: 0.4vw;
    border-radius: 0.8vw;
    background: #ffffff;
    transition: background-color 0.3s, height 0.3s, top 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .header .menu-open .line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4vw;
    background: #ffffff;
    border-radius: 0.8vw;
    transition: background-color 0.3s, transform 0.3s;
    top: -1.6vw;
    transform-origin: -15% 150%;
  }
  .header .menu-open .line::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4vw;
    background: #ffffff;
    border-radius: 0.8vw;
    transition: background-color 0.3s, transform 0.3s;
    top: 1.6vw;
    transform-origin: 0% 10%;
  }
  .header .menu-open.active .block {
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  }
  .header .menu-open.active .line {
    height: 0px;
    top: 45%;
  }
  .header .menu-open.active .line::before {
    transform: rotate(45deg);
    width: 110%;
  }
  .header .menu-open.active .line::after {
    transform: rotate(-45deg);
    width: 110%;
  }
  .main {
    padding-top: 16.9333333333vw;
    width: 100%;
    overflow: hidden;
  }
  .content {
    width: 100%;
  }
  .section-title {
    text-align: center;
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.15vw;
    line-height: 1.75;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .section-title i {
    display: block;
    margin: 0 auto 4vw;
  }
  .section-title h2 {
    font-size: 5.8666666667vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
  }
  .section-desc {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 3.15vw;
    line-height: 1.75;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .module--product-link {
    width: 150px;
    height: 9.3333333333vw;
  }
  .module--product-link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    color: #ffffff;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 9.3333333333vw;
    border-radius: 5vw;
    transition: color 0.2s ease, background 0.2s ease-in;
  }
  .module--product-link a:hover {
    background: #ffffff;
    color: #000;
  }
  .product-item__link {
    width: 100%;
    height: 9.3333333333vw;
    margin: 0 auto;
  }
  .product-item__link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 9.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    background: #dcdde0;
    border-radius: 5vw;
  }
  .product-item__link a:hover {
    background: #000;
    color: #ffffff;
  }
  .footer {
    width: 100%;
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
    border-top: 1px solid #cccccc;
  }
  .footer-inner {
    text-align: center;
  }
  .footer a {
    display: inline-block;
  }
  .footer__logo {
    width: 21.2vw;
    margin: 0 auto 2.4vw;
  }
  .footer .copy {
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.6666666667vw;
    letter-spacing: 0.04em;
  }
  .btn-top {
    position: fixed;
    right: 4.6666666667vw;
    bottom: 4vw;
    width: 10.6666666667vw;
    z-index: 10;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .btn-top svg {
    width: 100%;
  }
  .btn-top.active {
    opacity: 1;
    z-index: 10;
  }
  img.lazyload {
    width: 100%;
    height: auto;
  }
}
@-webkit-keyframes fukidashi {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fukidashi {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .kv {
    width: 100%;
    position: relative;
  }
  .kv__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/kv_bg_01@2x.jpg) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
  }
  .kv__bg--b {
    background: url(../images/kv_bg_02@2x.jpg) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
  }
  .kv__bg--c {
    background: url(../images/kv_bg_03@2x.jpg) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
  }
  .kv__bg--d {
    background: url(../images/kv_bg_04@2x.jpg) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
  }
  .kv-title {
    width: 100%;
    position: absolute;
    top: 25.7%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv-box {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .kv__subtitle {
    opacity: 0;
    width: 32.25%;
    margin: 2.2% auto 0;
    transform: translateX(5%);
  }
  .kv__subtitle img {
    width: 100%;
  }
  .kv__title {
    opacity: 0;
    width: 43.084%;
    margin: 0 auto;
    transform: translate(4.8%, 0%);
  }
  .kv__title img {
    width: 100%;
  }
  .kv-caption {
    position: absolute;
    text-align: left;
  }
  .kv-caption--b {
    top: 126px;
    right: 2%;
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1240px) {
  .kv-caption--b {
    top: 13%;
  }
}
@media screen and (min-width: 769px) {
  .kv-caption--c {
    bottom: 4%;
    left: 2%;
  }
}
@media screen and (min-width: 769px) {
  .kv-caption--d {
    top: 145px;
    left: 2%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1240px) {
  .kv-caption--d {
    top: 15%;
  }
}
@media screen and (min-width: 769px) {
  .kv-caption span {
    display: inline-block;
    padding: 0.34vw 0.83vw;
    background: #ffffff;
    color: #000;
    font-size: 1.67vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 769px) {
  .kv .swiper-pagination {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .swiper-pagination-bullet {
    margin-right: 8px;
    width: 6px;
    height: 6px;
  }
  .kv .swiper-pagination-bullet-active {
    transform: scale(1.4);
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  .kv .scroll-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    transition: opacity 1.4s ease, right 1.4s ease;
    opacity: 1;
  }
  .kv .scroll-nav.hide {
    opacity: 0;
    right: -15%;
  }
  .kv .scroll-nav-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    border-radius: 40px;
    background: #ffffff;
  }
  .kv .scroll-nav-box p {
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
  }
  .kv .scroll-nav-box .ico {
    width: 17px;
    height: 18px;
    position: relative;
  }
  .kv .scroll-nav-box .ico .arrow {
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: scroll-arrow infinite 1.2s ease;
            animation: scroll-arrow infinite 1.2s ease;
  }
  .kv .scroll-nav-box .ico .arrow span {
    display: inline-block;
  }
  .kv .scroll-nav-box .ico .arrow span:nth-child(1) {
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .scroll-nav-box .ico .arrow span:nth-child(2) {
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  @-webkit-keyframes scroll-arrow {
    0% {
      height: 30%;
    }
    100% {
      height: 90%;
    }
  }
  @keyframes scroll-arrow {
    0% {
      height: 30%;
    }
    100% {
      height: 90%;
    }
  }
}
@media screen and (min-width: 769px) {
  .maindesc {
    width: 100%;
    margin-top: 80px;
  }
  .maindesc .introtext {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
  }
  .maindesc .nav__head {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 1.75;
    position: relative;
    font-weight: 600;
  }
  .maindesc .nav__head b {
    font-size: 24px;
  }
  .maindesc .nav__head::before, .maindesc .nav__head::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 3px;
  }
  .maindesc .nav__head::before {
    left: calc(50% - 80px);
    transform: rotate(-30deg);
  }
  .maindesc .nav__head::after {
    right: calc(50% - 80px);
    transform: rotate(30deg);
  }
  .maindesc .nav-list {
    max-width: 1100px;
    width: auto;
    margin: 45px auto 0;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
  }
  .maindesc .nav__item {
    width: 30.4762%;
  }
  .maindesc .nav__item:nth-child(1) .nav__link:hover {
    background: #b8b8b8;
  }
  .maindesc .nav__item:nth-child(1) .nav__link:hover .nav__link-text {
    color: #ffffff;
  }
  .maindesc .nav__item:nth-child(2) .nav__link:hover {
    background: #efdfc1;
  }
  .maindesc .nav__item:nth-child(3) .nav__link:hover {
    background: #f1c5c6;
  }
  .maindesc .nav__title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .maindesc .nav__link {
    width: 100%;
    background: #eff2f4;
    border-radius: 30px;
    display: block;
    position: relative;
    transition: background 0.5s ease-out;
  }
  .maindesc .nav__link:hover {
    background: #b8b8b8;
  }
  .maindesc .nav__link:hover .nav__bg img {
    transform: scale(1.2);
  }
  .maindesc .nav__bg {
    width: 100%;
    padding-top: 66.5625%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .maindesc .nav__bg img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease-in;
  }
  .maindesc .nav__link-text {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    transition: color 0.3s ease;
  }
  .maindesc .nav__ttl {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .maindesc .nav__desc {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .maindesc .basic {
    padding-top: 80px;
  }
  .maindesc .basic__title {
    margin-bottom: 20px;
  }
  .maindesc .basic__title i {
    width: 54px;
  }
  .maindesc .basic__description {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .maindesc .basic-box {
    max-width: 1114px;
    margin: 0 auto;
    border-radius: 60px;
    background: #eff2f4;
    margin-bottom: 90px;
  }
  .maindesc .basic-box-inner {
    padding: 60px 70px;
  }
  .maindesc .basic-box-2col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
  }
  .maindesc .basic-box-1col {
    width: 100%;
  }
  .maindesc .basic-box__left {
    width: 34.51%;
    padding-right: 2em;
  }
  .maindesc .basic-box__right {
    width: 68.49%;
  }
  .maindesc .basic-box__right p {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 2px;
  }
  .maindesc .basic-box__right--short {
    margin-left: -12%;
  }
  .maindesc .basic-box-panel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .maindesc .basic-box-panel__item {
    width: 47.14%;
    margin-right: 5.72%;
    margin-bottom: 50px;
  }
  .maindesc .basic-box-panel__item:nth-child(2n) {
    margin-right: 0;
  }
  .maindesc .basic-box-panel__item:nth-child(1) .panel__figure {
    width: 95.86%;
    margin-top: 50px;
  }
  .maindesc .basic-box-panel__item:nth-child(2) .panel__figure {
    width: 93.19%;
  }
  .maindesc .basic-box-panel__item:nth-child(3) .panel__figure {
    width: 70.56%;
    margin-top: 17px;
  }
  .maindesc .basic-box-panel__item:nth-child(4) .panel__figure {
    width: 80.945%;
  }
  .maindesc .basic-box-panel__item .panel-container {
    width: 100%;
    padding-top: 91%;
    padding-top: 73%;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 1.3s ease-out;
  }
  .maindesc .basic-box-panel__item .panel-container:hover .panel__front {
    transform: rotateY(180deg);
  }
  .maindesc .basic-box-panel__item .panel-container:hover .panel__rear {
    transform: rotateY(0);
  }
  .maindesc .basic-box-panel__item .panel__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 27px 9.1% 27px 9.1%;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 1.3s ease-out;
  }
  .maindesc .basic-box-panel__item .panel__front {
    transform: rotateY(0);
    background: #ffffff;
  }
  .maindesc .basic-box-panel__item .panel__front::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box-panel__item .panel__rear {
    transform: rotateY(180deg);
    background: #efdfc1;
    padding: 70px 9.1% 27px 9.1%;
  }
  .maindesc .basic-box-panel__item .panel__rear--point2 {
    background: #f1c5c6;
  }
  .maindesc .basic-box-panel__item .panel__rear--point2::after {
    border-color: #f1c5c6 transparent transparent transparent !important;
  }
  .maindesc .basic-box-panel__item .panel__rear::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #efdfc1 transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box-panel__item .panel__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
  }
  .maindesc .basic-box-panel__item .panel__desc b {
    font-weight: 600;
    color: #30bbf2;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .maindesc .basic-box-panel__item .panel__point {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 28px;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 22px;
    font-weight: 600;
  }
  .maindesc .basic-box-panel__item .panel__point p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.5px;
    margin-left: 0.1em;
  }
  .maindesc .basic-box-panel__item .panel__point p b {
    font-size: 24px;
    font-weight: 600;
  }
  .maindesc .basic-box-panel__item .panel__figure {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .maindesc .basic-box-panel__item .panel__figure img {
    width: 100%;
  }
  .maindesc .basic-box-panel__item .panel__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.72;
  }
  .maindesc .basic-box-panel__item .panel__title .under {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .maindesc .basic-box .data {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .maindesc .basic-box .data__item {
    width: calc(25% - 24px);
  }
  .maindesc .basic-box .data__item--panel {
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .maindesc .basic-box .data__item--panel:hover .data__fukidashi {
    animation: fukidashi alternate-reverse 1.2s ease-in-out infinite;
  }
  .maindesc .basic-box .data__fukidashi {
    width: 186px;
    height: 186px;
    margin: 0 auto 7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    transform: translateY(0);
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
  .maindesc .basic-box .data__fukidashi::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 6.5px 0 6.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box .data__fukidashi--pink {
    background: #eb8cac;
  }
  .maindesc .basic-box .data__fukidashi--pink::before {
    border-color: #eb8cac transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--blue {
    background: #83c3db;
  }
  .maindesc .basic-box .data__fukidashi--blue::before {
    border-color: #83c3db transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--green {
    background: #84cc7b;
  }
  .maindesc .basic-box .data__fukidashi--green::before {
    border-color: #84cc7b transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--purple {
    background: #a893e6;
  }
  .maindesc .basic-box .data__fukidashi--purple::before {
    border-color: #a893e6 transparent transparent transparent;
  }
  .maindesc .basic-box .data__number {
    width: 100%;
    height: 184px;
    background: #ffffff;
    border-radius: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .maindesc .basic-box .data__number .num {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .maindesc .basic-box .data__number .num img {
    width: 100%;
  }
  .maindesc .basic-box .data__number .num--01 {
    max-width: 139px;
    width: 139px;
  }
  .maindesc .basic-box .data__number .num--02 {
    max-width: 84px;
    width: 84px;
  }
  .maindesc .basic-box .data__number .num--03 {
    max-width: 111px;
    width: 111px;
  }
  .maindesc .basic-box .data__number .num--04 {
    max-width: 165px;
    width: 165px;
  }
  .maindesc .basic-box--02 .basic-box-inner {
    padding-left: 68px;
    padding-right: 55px;
  }
  .maindesc .basic-box .ex {
    padding-top: 27px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
  }
  .maindesc .basic__boxttl {
    font-size: 30px;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  .maindesc .basic__boxdesc {
    font-size: 19px;
    line-height: 2;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .remodal {
    max-width: 620px;
    padding: 0;
    border-radius: 60px;
  }
  .remodal-overlay {
    background: rgba(237, 224, 205, 0.8);
  }
  .remodal-close {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    top: -75px;
    left: auto;
    right: -100px;
    top: -100px;
    right: -120px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101.01%20101.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23505050%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3.01px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22hover-popup%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2234.61%22%20y1%3D%2234.61%22%20x2%3D%2266.4%22%20y2%3D%2266.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.4%22%20y1%3D%2234.61%22%20x2%3D%2234.61%22%20y2%3D%2266.4%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2250.5%22%20cy%3D%2250.5%22%20r%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .remodal-close::before {
    width: 35px;
    height: 3px;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
    display: none;
  }
  .remodal-close::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-5%, -50%) rotate(-45deg);
    background: #000;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modal {
    width: 100%;
  }
  .modal-box {
    width: 100%;
  }
  .modal-box--fig {
    max-width: 900px;
  }
  .modal-box--fig .remodal-close {
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101.01%20101.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23505050%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3.01px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22hover-popup%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2234.61%22%20y1%3D%2234.61%22%20x2%3D%2266.4%22%20y2%3D%2266.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.4%22%20y1%3D%2234.61%22%20x2%3D%2234.61%22%20y2%3D%2266.4%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2250.5%22%20cy%3D%2250.5%22%20r%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    top: -100px;
    right: -120px;
  }
  .modal-inner {
    width: 100%;
    padding: 90px 35px 85px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-desc {
    width: 66.1%;
    text-align: left;
    font-size: 17px;
    padding-right: 35px;
    font-weight: 500;
    line-height: 2.1;
  }
  .modal-figure {
    width: 33.9%;
  }
}
@media screen and (min-width: 769px) {
  .point__title {
    margin-bottom: 30px;
  }
  .point__title i {
    width: 97px;
  }
  .point__description {
    margin-bottom: 58px;
    line-height: 2;
    letter-spacing: 1.5px;
  }
  .point-nav {
    width: 100%;
    margin-bottom: 85px;
  }
  .point-nav-list {
    display: flex;
    justify-content: center;
  }
  .point-nav__item {
    padding-right: 40px;
    margin-right: 50px;
    border-right: 1px solid #000;
  }
  .point-nav__item .point__head {
    width: 72px;
    height: 72px;
    padding-top: 10px;
  }
  .point-nav__item .point__head p {
    font-size: 13px;
  }
  .point-nav__item .point__head p b {
    font-size: 22px;
  }
  .point-nav__item:nth-child(1) .point__head {
    background: #efdfc1;
  }
  .point-nav__item:nth-child(2) .point__head {
    background: #efb8b9;
  }
  .point-nav__item:nth-child(3) .point__head {
    background: #dcdde0;
  }
  .point-nav__item:last-child {
    border-right: none;
  }
  .point-nav__link {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .point__head {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-right: 15px;
    padding-top: 18px;
    letter-spacing: 1.5px;
  }
  .point__head p span {
    display: inline-block;
    margin-left: 0.1em;
  }
  .point__head b {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
  }
  .point__navtitle {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .point-item-box.point-01 {
    background: #efdfc1;
  }
  .point-item-box.point-02 {
    background: #f1c5c6;
  }
  .point-item-box.point-02 .recommend {
    background: #f8efe6;
  }
  .point-item-intro {
    max-width: 1086px;
    padding: 50px 25px 120px;
    margin: 0 auto 0;
    display: flex;
    align-items: flex-start;
  }
  .point-item-intro .titlebox {
    width: 57.43%;
    padding-right: 65px;
    display: flex;
    flex-wrap: wrap;
  }
  .point-item-intro .titlebox__head {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-right: 35px;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    padding-top: 18px;
  }
  .point-item-intro .titlebox__head p span {
    display: inline-block;
    margin-left: 0.1em;
  }
  .point-item-intro .titlebox__head b {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
  }
  .point-item-intro .titlebox__title {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 25px;
    letter-spacing: 0.1em;
  }
  .point-item-intro .titlebox__desc {
    width: 100%;
    display: flex;
    margin: 20px auto 30px;
  }
  .point-item-intro .titlebox__desc p {
    width: 58.5%;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    margin-right: 20px;
    letter-spacing: 0.1em;
  }
  .point-item-intro .titlebox__desc figure {
    width: 41.5%;
  }
  .point-item-intro .titlebox__desc figure img {
    width: 100%;
  }
  .point-item-intro .case-index {
    width: 42.57%;
    padding-top: 32px;
  }
  .point-item-intro .case-index .case-item {
    width: 100%;
    padding-bottom: 26px;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
  }
  .point-item-intro .case-index .case-item dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .point-item-intro .case-index .case-item dl dt {
    width: 176px;
    padding-left: 1em;
    font-size: 15px;
    font-weight: 600;
    margin-right: 50px;
    letter-spacing: 0.04em;
  }
  .point-item-intro .case-index .case-item dl dd {
    width: calc(100% - 176px);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .point-contents {
    background: #fff;
    position: relative;
  }
  .point-contents__title {
    font-size: 22px;
    max-width: 1066px;
    padding: 0 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 auto 15px;
  }
  .point-contents__subttl {
    max-width: 1066px;
    padding: 0 25px;
    margin: 0 auto 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .point-tab {
    max-width: 1015px;
    position: relative;
    padding: 0 20px;
    top: -105px;
    z-index: 15;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .point-tab.behind {
    z-index: 1;
  }
  .point-tab .tab-item {
    width: 225px;
    height: 42px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding-top: 13px;
    margin-right: 25px;
    letter-spacing: 0.1em;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    opacity: 0.7;
    transition: opacity 0.4s ease-in;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .point-tab .tab-item.active {
    height: 106px;
    opacity: 1;
  }
  .point-tab .tab-item.active[data-tab="1-1"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050.91%2032.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%2215.54%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%2215.54%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M34.08.8c5.22%2C0%2C16%2C3%2C16%2C16.19s-10.22%2C15.19-14%2C15.19H15.74C13.17%2C32.18%2C4.47%2C30.6%2C2%2C22A29.41%2C29.41%2C0%2C0%2C1%2C.8%2C13.9h11v1.28c0%2C1.74.34%2C6.51%2C6.35%2C6.51%2C6.35%2C0%2C6.94-5.09%2C6.94-6.51V3.83A16.71%2C16.71%2C0%2C0%2C1%2C34.08.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M34.08.8c5.22%2C0%2C16%2C3%2C16%2C16.19s-10.22%2C15.19-14%2C15.19H15.74C13.17%2C32.18%2C4.47%2C30.6%2C2%2C22A29.41%2C29.41%2C0%2C0%2C1%2C.8%2C13.9h11v1.28c0%2C1.74.34%2C6.51%2C6.35%2C6.51%2C6.35%2C0%2C6.94-5.09%2C6.94-6.51V3.83A16.71%2C16.71%2C0%2C0%2C1%2C34.08.8Z%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2211.85%22%20y1%3D%2213.9%22%20x2%3D%2218.82%22%20y2%3D%2216.34%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%224%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 49px 31px;
    background-position: center 51px;
  }
  .point-tab .tab-item.active[data-tab="1-2"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.84%2039.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.02%22%20cy%3D%2211.75%22%20r%3D%225.61%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2212.02%22%20cy%3D%2211.75%22%20r%3D%225.61%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2240.82%22%20cy%3D%2227.35%22%20r%3D%225.61%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2240.82%22%20cy%3D%2227.35%22%20r%3D%225.61%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 51px 37px;
    background-position: center 51px;
  }
  .point-tab .tab-item.active[data-tab="1-3"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2053.54%2040.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.61%2C7.39a1.29%2C1.29%2C0%2C0%2C1%2C.9-.18l25.71%2C5.34a.65.65%2C0%2C0%2C1%2C.49.61v5.67a1.46%2C1.46%2C0%2C0%2C1-.35.86l-19%2C19.56a.9.9%2C0%2C0%2C1-.83.22L2.31%2C31a.69.69%2C0%2C0%2C1-.48-.64V23.59a1.06%2C1.06%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M24.61%2C7.39a1.29%2C1.29%2C0%2C0%2C1%2C.9-.18l25.71%2C5.34a.65.65%2C0%2C0%2C1%2C.49.61v5.67a1.46%2C1.46%2C0%2C0%2C1-.35.86l-19%2C19.56a.9.9%2C0%2C0%2C1-.83.22L2.31%2C31a.69.69%2C0%2C0%2C1-.48-.64V23.59a1.06%2C1.06%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cline%20class%3D%22cls-3%22%20x1%3D%2232.35%22%20y1%3D%2231.09%22%20x2%3D%2232.02%22%20y2%3D%2239.61%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.53%2C1a1.32%2C1.32%2C0%2C0%2C1%2C.91-.18L52.25%2C6.39a.65.65%2C0%2C0%2C1%2C.49.6v5.95a1.43%2C1.43%2C0%2C0%2C1-.35.86L32.59%2C34.2a.91.91%2C0%2C0%2C1-.83.22L1.28%2C25.55a.7.7%2C0%2C0%2C1-.48-.64v-7a1.1%2C1.1%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M24.53%2C1a1.32%2C1.32%2C0%2C0%2C1%2C.91-.18L52.25%2C6.39a.65.65%2C0%2C0%2C1%2C.49.6v5.95a1.43%2C1.43%2C0%2C0%2C1-.35.86L32.59%2C34.2a.91.91%2C0%2C0%2C1-.83.22L1.28%2C25.55a.7.7%2C0%2C0%2C1-.48-.64v-7a1.1%2C1.1%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1.85%2C17.64%2C32.1%2C25.56a1%2C1%2C0%2C0%2C0%2C.84-.22L52%2C7.17%22%2F%3E%3Cline%20class%3D%22cls-3%22%20x1%3D%2232.58%22%20y1%3D%2225.69%22%20x2%3D%2232.24%22%20y2%3D%2234.56%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.49%2C24.3A1.72%2C1.72%2C0%2C0%2C1%2C16.86%2C26a.79.79%2C0%2C0%2C1-.78.91%2C1.42%2C1.42%2C0%2C0%2C1-1-.32%2C1.76%2C1.76%2C0%2C0%2C1-.71-1.39A.88.88%2C0%2C0%2C1%2C15.49%2C24.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 48px 35px;
    background-position: center 51px;
  }
  .point-tab .tab-item.active[data-tab="2-1"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.89%2031.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20d%3D%22M26.41%2C4.79a25.29%2C25.29%2C0%2C0%2C0-2.2-2.17A25.53%2C25.53%2C0%2C0%2C0%2C21.69.83a.28.28%2C0%2C0%2C0-.35.08L2.45%2C23.42a2.48%2C2.48%2C0%2C0%2C0-.33.51L.85%2C29.43a.67.67%2C0%2C0%2C0%2C.94.8l5.27-2.15a3.05%2C3.05%2C0%2C0%2C0%2C.45-.43L26.39%2C5.15A.29.29%2C0%2C0%2C0%2C26.41%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M26.41%2C4.79a25.29%2C25.29%2C0%2C0%2C0-2.2-2.17A25.53%2C25.53%2C0%2C0%2C0%2C21.69.83a.28.28%2C0%2C0%2C0-.35.08L2.45%2C23.42a2.48%2C2.48%2C0%2C0%2C0-.33.51L.85%2C29.43a.67.67%2C0%2C0%2C0%2C.94.8l5.27-2.15a3.05%2C3.05%2C0%2C0%2C0%2C.45-.43L26.39%2C5.15A.29.29%2C0%2C0%2C0%2C26.41%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M48%2C4.79a22.67%2C22.67%2C0%2C0%2C0-2.2-2.17A23.34%2C23.34%2C0%2C0%2C0%2C43.31.83.28.28%2C0%2C0%2C0%2C43%2C.91L24.08%2C23.42a2.16%2C2.16%2C0%2C0%2C0-.34.51l-1.27%2C5.5c-.23.51.48%2C1.12.94.8l5.27-2.15a3.12%2C3.12%2C0%2C0%2C0%2C.46-.43L48%2C5.15A.29.29%2C0%2C0%2C0%2C48%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48%2C4.79a22.67%2C22.67%2C0%2C0%2C0-2.2-2.17A23.34%2C23.34%2C0%2C0%2C0%2C43.31.83.28.28%2C0%2C0%2C0%2C43%2C.91L24.08%2C23.42a2.16%2C2.16%2C0%2C0%2C0-.34.51l-1.27%2C5.5c-.23.51.48%2C1.12.94.8l5.27-2.15a3.12%2C3.12%2C0%2C0%2C0%2C.46-.43L48%2C5.15A.29.29%2C0%2C0%2C0%2C48%2C4.79Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 47px 29px;
    background-position: center 51px;
  }
  .point-tab .tab-item.active[data-tab="2-2"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043.87%2035.85%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.07%2C24.82s-1%2C1.75-8%2C1.7c-3.37%2C3.56-5.41%2C6.74-18.32%2C8.45-3.8.38-13.57-.52-15.66-4.65-1.14-2.7.95-4.41%2C3.51-5.79C4.63%2C19.31%2C7.53.8%2C22.86.8S43.07%2C10.06%2C43.07%2C24.82Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.07%2C24.82s-1%2C1.75-8%2C1.7c-3.37%2C3.56-5.41%2C6.74-18.32%2C8.45-3.8.38-13.57-.52-15.66-4.65-1.14-2.7.95-4.41%2C3.51-5.79C4.63%2C19.31%2C7.53.8%2C22.86.8S43.07%2C10.06%2C43.07%2C24.82Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4.63%2C24.53s5.13%2C8.4%2C30.47%2C2%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M4.63%2C24.53s5.13%2C8.4%2C30.47%2C2%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.52%2C28.23S9.14%2C8.2%2C22.86.8%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.52%2C28.23S9.14%2C8.2%2C22.86.8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.53%2C26.51S37.38%2C5.25%2C26.75%2C1%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M36.53%2C26.51S37.38%2C5.25%2C26.75%2C1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 42px 34px;
    background-position: center 49px;
  }
  .point-tab .tab-item.active[data-tab="2-3"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.47%2044.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D.cls-3%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.39.8h-4A1.87%2C1.87%2C0%2C0%2C0%2C8.59%2C2.72%2C39.78%2C39.78%2C0%2C0%2C0%2C10.5%2C14.49h5.77%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M10.11%2C1.82c2.17-.38%2C0%2C15.49%2C0%2C15.49h5.54C18.49%2C2.18%2C16.41.8%2C14.39.8h-4A1.87%2C1.87%2C0%2C0%2C0%2C8.59%2C2.72%2C39.78%2C39.78%2C0%2C0%2C0%2C10.5%2C14.49%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.11%2C1.82c-.43.08-.61.55-.68%2C1%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M25%2C44H1.48a.63.63%2C0%2C0%2C1-.68-.56V17.66a.63.63%2C0%2C0%2C1%2C.68-.56h8.78a13.12%2C13.12%2C0%2C0%2C1%2C5.26%2C0h0l.19%2C0H25a.63.63%2C0%2C0%2C1%2C.68.56V43.39A.63.63%2C0%2C0%2C1%2C25%2C44Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 25px 43px;
    background-position: center 47px;
  }
  .point-tab .tab-item.active[data-tab="2-4"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.56%2031.43%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M33.63%2C1.26A8.14%2C8.14%2C0%2C1%2C0%2C41.76%2C9.4%2C8.13%2C8.13%2C0%2C0%2C0%2C33.63%2C1.26Zm0%2C12.32A4.18%2C4.18%2C0%2C1%2C1%2C37.81%2C9.4%2C4.18%2C4.18%2C0%2C0%2C1%2C33.63%2C13.58Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.63%2C1.26A8.14%2C8.14%2C0%2C1%2C0%2C41.76%2C9.4%2C8.13%2C8.13%2C0%2C0%2C0%2C33.63%2C1.26Zm0%2C12.32A4.18%2C4.18%2C0%2C1%2C1%2C37.81%2C9.4%2C4.18%2C4.18%2C0%2C0%2C1%2C33.63%2C13.58Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M28.81%2C16.3s.23%2C9.54-3.09%2C12.25c-1.58%2C1.27-1.3%2C2.08-10.3%2C2.08s-8.72-.81-10.3-2.08C1.8%2C25.84%2C2%2C16.3%2C2%2C16.3%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.42%2C16.72c4.36%2C0%2C10.71-.29%2C13.19-.41a1.13%2C1.13%2C0%2C0%2C0%2C1.08-1.1L30%2C1.5a.68.68%2C0%2C0%2C0-.68-.7H1.48a.69.69%2C0%2C0%2C0-.68.7l.34%2C13.71a1.14%2C1.14%2C0%2C0%2C0%2C1.08%2C1.1C4.71%2C16.43%2C11.06%2C16.72%2C15.42%2C16.72Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 41px 30px;
    background-position: center 51px;
  }
  .point-tab .tab-item:hover {
    opacity: 1;
  }
  .point .tab-box {
    background: #fff;
    padding: 0 25px 85px;
    position: relative;
    margin-top: -30px;
    display: none;
  }
  .point .tab-box.active {
    display: block;
  }
  .point .tab-box__tape {
    display: block;
    width: 266px;
    height: 266px;
    background: url(../images/tape_L.svg) no-repeat;
    position: absolute;
    top: -42px;
    right: 0;
  }
  .point .guide {
    max-width: 1066px;
    padding: 0 25px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
  }
  .point .guide-box {
    width: 490px;
    margin-right: 33px;
  }
  .point .guide-box:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .point .guide-box {
    width: 48.2%;
  }
}
@media screen and (min-width: 769px) {
  .point .guide-box__img {
    width: 100%;
  }
  .point .guide-box__img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .point .guide-box__ttl {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    display: block;
    position: relative;
    width: 81.6%;
  }
  .point .guide-box__ttl::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .point .guide-box__desc {
    width: 81.6%;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
    position: relative;
    margin-top: 20px;
    text-align: justify;
  }
  .point .guide-box__desc--flex {
    display: flex;
  }
  .point .guide-box__desc .iconfig {
    display: inline-block;
    width: 120px;
    width: 342px;
    margin-left: 15px;
  }
  .point .guide-box__desc .iconfig img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .point .guide-box-modal {
    display: block;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 1;
  }
  .point .guide-box-modal:hover {
    opacity: 0.6;
  }
  .point .guide-box-modal i {
    display: block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: #505050;
    border-radius: 6px;
    margin: 10px 0 5px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%224.18%22%20y1%3D%226.62%22%20x2%3D%229.07%22%20y2%3D%226.62%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%226.62%22%20y1%3D%224.18%22%20x2%3D%226.62%22%20y2%3D%229.07%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%226.62%22%20cy%3D%226.62%22%20r%3D%225.92%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2210.81%22%20y1%3D%2210.81%22%20x2%3D%2214.7%22%20y2%3D%2214.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: center;
  }
}
@media screen and (min-width: 769px) {
  .point .single-text {
    max-width: 1066px;
    padding: 0 25px;
    margin: 0 auto 25px;
  }
  .point .single-text .guide-box__desc {
    padding-right: 125px;
  }
  .point .single-text .guide-box__desc::before {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend {
    max-width: 1024px;
    margin: 40px auto 0;
    padding: 50px 0 70px;
    background: rgba(194, 224, 240, 0.5);
    border-radius: 30px;
    position: relative;
  }
  .point .recommend__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .point .recommend__title i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin-right: 15px;
  }
  .point .recommend__title i img {
    width: 100%;
  }
  .point .recommend__title::after {
    content: "";
    display: inline-block;
    width: 43.7%;
    height: 2px;
    background: url(../images/dot_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .point .recommend a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0 70px;
    transition: opacity 0.4s ease;
    opacity: 1;
  }
  .point .recommend a:hover {
    opacity: 0.7;
  }
  .point .recommend-box {
    width: 86.33%;
    margin: 0 auto;
  }
  .point .recommend-box--2col {
    display: flex;
    justify-content: space-between;
  }
  .point .recommend-box--2col .recommend__text {
    width: 65.8%;
    margin-right: 5.92%;
  }
  .point .recommend-box--2col .recommend__figure {
    width: 28.28%;
    width: 250px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .point .recommend-box--2col .recommend__figure {
    width: 28.28%;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend-box--2col .recommend__figure img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend-box .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
    text-align: center;
    padding-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend-box--single .recommend__text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend .desc {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.94;
    margin-bottom: 15px;
  }
  .point .recommend .desc b {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-top: 0.025em;
  }
  .point .recommend .desc_sub {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend .recommend-box__guide {
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend--type-fig .obj span {
    display: inline-block;
    position: absolute;
  }
  .point .recommend--type-fig .obj span:nth-child(1) {
    width: 71px;
    height: 224px;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: -12px;
    left: -40px;
  }
  .point .recommend--type-fig .obj span:nth-child(2) {
    width: 71px;
    height: 224px;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: 0;
    right: -40px;
  }
  .point .recommend--type-fig .obj span:nth-child(3) {
    width: 71px;
    height: 224px;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    bottom: 40px;
    right: -22px;
  }
  .point .recommend--type-fig .obj span:nth-child(4) {
    height: 71px;
    width: 224px;
    background: url(../images/tape_w.svg) no-repeat;
    background-size: contain;
    bottom: -20px;
    left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .point .recommend--type-txt {
    padding: 0;
    position: relative;
  }
  .point .recommend--type-txt .obj span {
    display: inline-block;
    position: absolute;
  }
  .point .recommend--type-txt .obj span:nth-child(1) {
    width: 71px;
    height: 224px;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    left: -40px;
  }
  .point .recommend--type-txt .obj span:nth-child(2) {
    height: 71px;
    width: 224px;
    background: url(../images/tape_w.svg) no-repeat;
    background-size: contain;
    bottom: -20px;
    left: 15px;
  }
  .point .recommend--type-txt .obj span:nth-child(3) {
    width: 71px;
    height: 224px;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: -100px;
    right: 90px;
    transform: rotate(90deg);
  }
  .point .recommend--type-txt .obj span:nth-child(4) {
    display: none;
  }
  .point .recommend--type-txt::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.74%2016.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22menu_open%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2229.04%200.71%2014.87%2014.71%200.7%200.71%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 52px;
    transform: translateX(-50%);
  }
  .point .recommend--type-txt:hover::after {
    -webkit-animation: recommend-arrow 0.9s ease infinite;
            animation: recommend-arrow 0.9s ease infinite;
  }
}
@media screen and (min-width: 769px) {
  @-webkit-keyframes recommend-arrow {
    0% {
      bottom: 52px;
      opacity: 1;
    }
    75% {
      bottom: 48px;
      opacity: 0.6;
    }
    85% {
      bottom: 48px;
      opacity: 0.4;
    }
    100% {
      bottom: 48px;
      opacity: 0;
    }
  }
  @keyframes recommend-arrow {
    0% {
      bottom: 52px;
      opacity: 1;
    }
    75% {
      bottom: 48px;
      opacity: 0.6;
    }
    85% {
      bottom: 48px;
      opacity: 0.4;
    }
    100% {
      bottom: 48px;
      opacity: 0;
    }
  }
}
@media screen and (min-width: 769px) {
  .point-option {
    padding-top: 90px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
  }
  .point-option__description {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 769px) {
  .point .option__title {
    margin-bottom: 20px;
    position: relative;
    max-width: 1137px;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .point .option__title i {
    width: 102px;
  }
  .point .option__title i img {
    width: 100%;
  }
  .point .option__title .point__head {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    background: #dcdde0;
  }
  .point .option-list {
    max-width: 1138px;
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .point .option-list .option__link {
    margin-right: auto;
    margin-left: auto;
  }
  .point .option-item {
    width: 31.89%;
    margin-right: 23px;
    position: relative;
    border-radius: 30px;
    background: #eff2f4;
  }
  .point .option-item:last-child {
    margin-right: 0;
  }
  .point .option-inner {
    position: relative;
    width: 100%;
    padding: 43px 0 0;
  }
  .point .option__sub {
    width: 100%;
    padding: 0 0 0 16px;
    position: relative;
    margin-bottom: 34px;
  }
  .point .option__sub .num {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .point .option__sub .num b {
    font-size: 29px;
    font-weight: 600;
  }
  .point .option-ico {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  .point .option__ttl {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
  }
  .point .option__ttl::after {
    display: inline-block;
    width: 79%;
    height: 10px;
    background: url(../images/wave_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .point .option__fig {
    width: 70%;
    margin: 0 auto 36px;
  }
  .point .option__fig img {
    width: 100%;
  }
  .point .option__desc {
    width: 78.96%;
    margin: 0 auto 12px;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-bottom: 80px;
  }
  .point .option__desc b {
    display: block;
    margin-bottom: 0.5em;
  }
  .point .option-btnarea {
    width: 78.96%;
    margin: 0 auto 0;
    position: absolute;
    left: 10.52%;
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .product {
    width: 100%;
    padding-top: 90px;
  }
  .product .maintitle_box {
    max-width: 888px;
    height: 395px;
    margin: 0 auto 90px;
    background: url(../images/product_frame.svg) no-repeat;
    background-size: contain;
  }
  .product .title-sub {
    padding-top: 68px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 63px;
    position: relative;
  }
  .product .title-sub i.megaphone {
    display: inline-block;
    width: 42px;
    vertical-align: middle;
    margin-right: 14px;
  }
  .product .title-sub i.megaphone img {
    width: 100%;
  }
  .product .title-sub::after {
    content: "";
    display: inline-block;
    width: 35%;
    height: 10px;
    background: url(../images/wave_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-maintitle {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
  .product .sub-desc {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
  }
  .product .sub-desc::after {
    display: inline-block;
    width: 178px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20178.5%2026.08%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23faa5be%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.4%2C24.49C-1.93%2C15.42%2C6.2%2C0%2C18.56%2C1.42c3.56%2C4.52-1.5%2C10.52-1.5%2C10.52s6.72-2.12%2C11.26%2C2.9C20.3%2C31.86.4%2C24.49.4%2C24.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M75.49%2C23.17C73.16%2C14.09%2C81.29-1.35%2C93.65.09c3.56%2C4.53-1.5%2C10.53-1.5%2C10.53s6.72-2.12%2C11.26%2C2.9C95.39%2C30.54%2C75.49%2C23.17%2C75.49%2C23.17Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M150.58%2C23.17c-2.33-9.08%2C5.8-24.52%2C18.16-23.08%2C3.56%2C4.53-1.5%2C10.53-1.5%2C10.53S174%2C8.5%2C178.5%2C13.52C170.48%2C30.54%2C150.58%2C23.17%2C150.58%2C23.17Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product__title {
    margin-bottom: 20px;
  }
  .product__title i {
    width: 80px;
  }
  .product .section-desc {
    margin-bottom: 50px;
  }
  .product .main-product {
    width: 100%;
    padding: 80px 0 73px;
    background: #eff2f4;
  }
  .product .main-product .option__link {
    margin-right: auto;
    margin-left: auto;
  }
  .product .main-product-box {
    max-width: 1066px;
    padding: 0 25px;
    margin: 0 auto 68px;
    display: flex;
    justify-content: flex-start;
  }
  .product .main-product__photo {
    width: 58.56%;
    margin-right: 80px;
  }
  .product .main-product__photo img {
    width: 100%;
  }
  .product .main-product-info {
    width: 49.32%;
  }
  .product .main-product__caption {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .product .main-product__name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .product .main-product__desc {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .product .main-product .app-link {
    max-width: 750px;
    margin: 0 auto;
    border-radius: 30px;
    background: #ffffff;
    padding: 38px 0 26px 0;
  }
  .product .main-product .app-link__head {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .product .main-product .app-link-wrapper {
    width: 88%;
    margin: 0 auto;
    padding: 0;
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
  .product .main-product .app-link__item {
    width: 46.875%;
  }
  .product .main-product .app-link .icon {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product .main-product .app-link .icon .ico {
    width: 80px;
    display: block;
  }
  .product .main-product .app-link .icon .ico img {
    width: 100%;
  }
  .product .main-product .app-link .icon p {
    margin-left: 12px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .product .main-product .app-link .links {
    display: flex;
    padding-top: 12px;
  }
  .product .main-product .app-link .links p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .product .main-product .app-link .links a {
    display: inline-block;
    opacity: 1;
  }
  .product .main-product .app-link .links a:hover {
    opacity: 0.7;
  }
  .product .main-product .app-link .links a.apple {
    width: 161px;
    margin-right: 14px;
  }
  .product .main-product .app-link .links a.google {
    width: 182px;
  }
  .product .main-product .app-link .links a img {
    width: 100%;
  }
  .product .main-product .app-link .app-caution {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding-top: 26px;
  }
  .product-tepra-lists {
    width: 100%;
    padding: 85px 0 100px;
  }
  .product-tepra ul {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-tepra-item {
    width: calc(50% - 50px);
    margin-right: 90px;
    margin-bottom: 80px;
  }
  .product-tepra-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-tepra .tepra__photo {
    max-width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px;
    min-height: 295px;
  }
  .product-tepra .tepra__photo img {
    width: 100%;
  }
  .product-tepra .tepra__photo--01 {
    max-width: 230px;
  }
  .product-tepra .tepra__photo--02 {
    max-width: 390px;
  }
  .product-tepra .tepra__photo--03 {
    max-width: 333px;
  }
  .product-tepra .tepra__photo--04 {
    max-width: 319px;
  }
  .product-tepra .tepra__photo--05 {
    max-width: 210px;
  }
  .product-tepra .tepra__caption {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .product-tepra .tepra__name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
  .product-tepra .tepra__desc {
    font-size: 15px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 20px;
    min-height: 8.35em;
  }
  .product-tepra .tepra__link {
    margin-left: auto;
    margin-right: auto;
  }
  .product-tepra .caution {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 20px;
  }
  .product-label {
    width: 100%;
    padding: 80px 0 80px;
    background: #eff2f4;
  }
  .product-label .product-item__link {
    width: 620px;
  }
  .product-label .label__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 55px;
  }
  .product-label .label-box {
    max-width: 1150px;
    margin: 0 auto 15px;
    padding: 0 25px;
  }
  .product-label .label-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product-label .label-item {
    width: calc(25% - 23px);
    margin-right: 30px;
    margin-bottom: 75px;
  }
  .product-label .label-item:nth-child(4n) {
    margin-right: 0;
  }
  .product-label .label__photo {
    max-width: 228px;
    margin: 0 auto 25px;
  }
  .product-label .label__photo img {
    width: 100%;
  }
  .product-label .label__name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .product-label .label__desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 120px;
  }
  .product-label .label__link {
    margin: 0 auto;
  }
  .product-other {
    width: 100%;
    padding: 70px 0 60px;
  }
  .product-other-inner {
    max-width: 1130px;
    padding: 0 25px 0;
    margin: 0 auto;
    background: #f8e7e6;
    border-radius: 60px;
    position: relative;
    border: 16px solid #efcac9;
  }
  .product-other-container {
    width: 100%;
    padding: 58px 30px 60px;
    display: flex;
    justify-content: space-between;
  }
  .product-other__caption {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 27px;
  }
  .product-other__caption::before, .product-other__caption::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 40px;
    background: #000;
    position: absolute;
    top: -5px;
  }
  .product-other__caption::before {
    left: calc(50% - 165px);
    transform: rotate(-30deg);
  }
  .product-other__caption::after {
    right: calc(50% - 165px);
    transform: rotate(30deg);
  }
  .product-other-names {
    padding-right: 30px;
    width: 50%;
  }
  .product-other__title {
    margin-bottom: 19px;
    font-size: 32px;
    letter-spacing: 0.1em !important;
    white-space: nowrap;
  }
  .product-other__title i {
    display: inline-block;
    width: 56px;
    margin: 0 auto 16px;
  }
  .product-other__title h2 {
    letter-spacing: 0.09em;
  }
  .product-other__desc {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 500;
  }
  .product-other__photo {
    max-width: 50%;
    overflow: hidden;
  }
  .product-other__photo a {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: transform 0.4s ease;
  }
  .product-other__photo a:hover {
    transform: scale(1.04);
  }
  .product-other__photo a img {
    width: 100%;
  }
  .product-movie {
    width: 100%;
    padding: 80px 0 75px;
  }
  .product-movie__title {
    margin-bottom: 33px;
  }
  .product-movie__title i {
    width: 87px;
  }
  .product-movie-inner {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .kv {
    width: 100%;
    position: relative;
  }
  .kv__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/kv_bg_01_sp@2x.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .kv__bg--b {
    background: url(../images/kv_bg_02_sp@2x.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .kv__bg--c {
    background: url(../images/kv_bg_03_sp@2x.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .kv__bg--d {
    background: url(../images/kv_bg_04_sp@2x.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .kv-title {
    width: 100%;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv-box {
    position: relative;
    width: 100%;
    padding-top: 108.13%;
  }
  .kv__subtitle {
    width: 63.3333333333vw;
    margin: 4vw auto 0;
    transform: translateX(0);
    opacity: 0;
  }
  .kv__subtitle img {
    width: 100%;
  }
  .kv__title {
    opacity: 0;
    width: 68.9333333333vw;
    margin: 0 auto;
  }
  .kv__title img {
    width: 100%;
  }
  .kv-caption {
    position: absolute;
    text-align: left;
  }
  .kv-caption--b {
    top: 1.8vw;
    right: 2%;
    text-align: right;
  }
  .kv-caption--c {
    bottom: 4%;
    left: 2%;
  }
  .kv-caption--d {
    top: 1.8vw;
    left: 2%;
  }
  .kv-caption span {
    display: inline-block;
    padding: 1.3333333333vw 2.4vw;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 3.3866666667vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 0.25em;
  }
  .kv .swiper-pagination {
    position: absolute;
    bottom: -6.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .swiper-pagination-bullet {
    margin-right: 8px;
    width: 6px;
    height: 6px;
  }
  .kv .swiper-pagination-bullet-active {
    transform: scale(1.4);
    background: #000;
  }
  .kv .scroll-nav {
    display: none;
  }
  .maindesc {
    width: 100%;
    margin-top: 14vw;
  }
  .maindesc .introtext {
    text-align: left;
    font-size: 3.63vw;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
    width: 92vw;
    margin: 0 auto 7vw;
    padding: 0 7.5vw;
  }
  .maindesc .nav {
    margin: 0 auto 8vw;
  }
  .maindesc .nav-container {
    width: calc(64vw * 1.5);
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .maindesc .nav .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2061.2%2061.2%22%20style%3D%22enable-background%3Anew%200%200%2061.2%2061.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EFDFC1%3Bstroke%3A%23EFDFC1%3Bstroke-width%3A1.2%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A1.2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2_00000163056863904223378620000015059204538148844469_%22%3E%20%3Cg%20id%3D%22contents%22%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2230.6%22%20cy%3D%2230.6%22%20r%3D%2230%22%2F%3E%20%3Cpolyline%20class%3D%22st1%22%20points%3D%2226.6%2C20.5%2036.6%2C30.6%2026.6%2C40.7%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    top: 8vw;
    right: 14vw;
    left: auto;
    transform: translateX(-50%) scale(-1, 1);
    top: auto;
    bottom: -12vw;
    right: auto;
    left: calc(50% - 4.8vw);
  }
  .maindesc .nav .swiper-button-next {
    width: 8vw;
    height: 8vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2061.2%2061.2%22%20style%3D%22enable-background%3Anew%200%200%2061.2%2061.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EFDFC1%3Bstroke%3A%23EFDFC1%3Bstroke-width%3A1.2%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A1.2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2_00000163056863904223378620000015059204538148844469_%22%3E%20%3Cg%20id%3D%22contents%22%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2230.6%22%20cy%3D%2230.6%22%20r%3D%2230%22%2F%3E%20%3Cpolyline%20class%3D%22st1%22%20points%3D%2226.6%2C20.5%2036.6%2C30.6%2026.6%2C40.7%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    top: 8vw;
    right: 4vw;
    left: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: -12vw;
    right: auto;
    left: calc(50% + 4.8vw);
  }
  .maindesc .nav__head {
    text-align: center;
    font-size: 2.6666666667vw;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 1.75;
    position: relative;
    font-weight: 600;
  }
  .maindesc .nav__head b {
    font-size: 4vw;
  }
  .maindesc .nav__head::before, .maindesc .nav__head::after {
    content: "";
    display: inline-block;
    width: 0.32vw;
    height: 8vw;
    background: #000;
    position: absolute;
    top: 1.4vw;
  }
  .maindesc .nav__head::before {
    left: calc(50% - 12vw);
    transform: rotate(-30deg);
  }
  .maindesc .nav__head::after {
    right: calc(50% - 12vw);
    transform: rotate(30deg);
  }
  .maindesc .nav-list {
    width: 64vw;
    width: calc((64vw * 1.5) + 15px);
    margin: 4.8vw auto 0;
    display: flex;
    justify-content: space-between;
  }
  .maindesc .nav__item {
    width: 30.4762%;
    width: 100%;
  }
  .maindesc .nav__title {
    text-align: center;
    font-size: 3.0666666667vw;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .maindesc .nav__link {
    width: 100%;
    background: #eff2f4;
    border-radius: 4vw;
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    display: block;
    position: relative;
  }
  .maindesc .nav__bg {
    width: 100%;
    padding-top: 66.5625%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
  }
  .maindesc .nav__bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
  }
  .maindesc .nav__link-text {
    margin-top: 6vw;
    text-align: center;
    padding-bottom: 6vw;
  }
  .maindesc .nav__ttl {
    font-size: 3.6vw;
    line-height: 1.65;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-bottom: 2vw;
  }
  .maindesc .nav__desc {
    font-size: 3.0666666667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .maindesc .basic {
    padding-top: 11.4666666667vw;
  }
  .maindesc .basic__title {
    margin-bottom: 4.4vw;
  }
  .maindesc .basic__title i {
    width: 7.2vw;
  }
  .maindesc .basic__description {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.15vw;
    line-height: 1.75;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 6.4vw;
  }
  .maindesc .basic-box {
    width: 92vw;
    margin: 0 auto;
    border-radius: 8vw;
    background: #eff2f4;
    margin-bottom: 8vw;
  }
  .maindesc .basic-box-inner {
    padding: 7.2vw 0 16vw 0;
  }
  .maindesc .basic-box-2col {
    width: 100%;
    display: block;
    margin-bottom: 5.6vw;
  }
  .maindesc .basic-box-1col {
    width: 100%;
  }
  .maindesc .basic-box__left {
    width: 100%;
  }
  .maindesc .basic-box__right {
    width: 100%;
  }
  .maindesc .basic-box__right p {
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .maindesc .basic-box-panel {
    width: 100%;
  }
  .maindesc .basic-box-panel__item {
    width: 65.3333333333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10.5333333333vw;
  }
  .maindesc .basic-box-panel__item:last-child {
    margin-bottom: 0;
  }
  .maindesc .basic-box-panel__item:nth-child(1) .panel__figure {
    width: 55.4666666667vw;
    padding-top: 6vw;
  }
  .maindesc .basic-box-panel__item:nth-child(2) .panel__figure {
    width: 55.7333333333vw;
    padding-top: 0.8vw;
  }
  .maindesc .basic-box-panel__item:nth-child(3) .panel__figure {
    width: 44vw;
    padding-top: 4vw;
  }
  .maindesc .basic-box-panel__item:nth-child(4) .panel__figure {
    width: 51.3333333333vw;
    margin-top: -1vw;
  }
  .maindesc .basic-box-panel__item .panel-container {
    width: 100%;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 1.3s ease-out;
  }
  .maindesc .basic-box-panel__item .panel-container.open .panel__front {
    transform: rotateY(180deg);
  }
  .maindesc .basic-box-panel__item .panel-container.open .panel__rear {
    transform: rotateY(0);
  }
  .maindesc .basic-box-panel__item .panel__content {
    width: 100%;
    height: 59.3333333333vw;
    padding: 4.4vw 4.8vw 4.4vw;
    border-radius: 4vw;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 1.3s ease-out;
  }
  .maindesc .basic-box-panel__item .panel__front {
    transform: rotateY(0);
    background: #ffffff;
  }
  .maindesc .basic-box-panel__item .panel__front::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box-panel__item .panel__rear {
    transform: rotateY(180deg);
    background: #efdfc1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .maindesc .basic-box-panel__item .panel__rear--point2 {
    background: #f1c5c6;
  }
  .maindesc .basic-box-panel__item .panel__rear--point2::after {
    border-color: #f1c5c6 transparent transparent transparent !important;
  }
  .maindesc .basic-box-panel__item .panel__rear::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #efdfc1 transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box-panel__item .panel__desc {
    font-size: 3.0666666667vw;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
  }
  .maindesc .basic-box-panel__item .panel__desc b {
    font-weight: 700;
    color: #30bbf2;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .maindesc .basic-box-panel__item .panel__point {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7vw auto 3.2vw;
  }
  .maindesc .basic-box-panel__item .panel__point p {
    font-size: 2.8vw;
    text-align: center;
    font-weight: 600;
    line-height: 1.25;
    padding-top: 1.8vw;
  }
  .maindesc .basic-box-panel__item .panel__point p b {
    font-size: 4.8vw;
    font-weight: 600;
  }
  .maindesc .basic-box-panel__item .panel__figure {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .maindesc .basic-box-panel__item .panel__figure img {
    width: 100%;
  }
  .maindesc .basic-box-panel__item .panel__title {
    text-align: center;
    font-size: 3.4666666667vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.72;
  }
  .maindesc .basic-box-panel__item .panel__title .under {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .maindesc .basic-box .data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .maindesc .basic-box .data__item {
    width: calc(50% - 2.8vw);
    margin-right: 5.6vw;
    margin-bottom: 4.4vw;
  }
  .maindesc .basic-box .data__item:nth-child(2n) {
    margin-right: 0;
  }
  .maindesc .basic-box .data__item--panel {
    display: block;
    width: 100%;
  }
  .maindesc .basic-box .data__fukidashi {
    width: 31.4666666667vw;
    height: 31.4666666667vw;
    margin: 0 auto 1.2vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3.0666666667vw;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
  }
  .maindesc .basic-box .data__fukidashi::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.4666666667vw 1.7333333333vw 0 1.7333333333vw;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -3.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .maindesc .basic-box .data__fukidashi--pink {
    background: #eb8cac;
  }
  .maindesc .basic-box .data__fukidashi--pink::before {
    border-color: #eb8cac transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--blue {
    background: #83c3db;
  }
  .maindesc .basic-box .data__fukidashi--blue::before {
    border-color: #83c3db transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--green {
    background: #84cc7b;
  }
  .maindesc .basic-box .data__fukidashi--green::before {
    border-color: #84cc7b transparent transparent transparent;
  }
  .maindesc .basic-box .data__fukidashi--purple {
    background: #a893e6;
  }
  .maindesc .basic-box .data__fukidashi--purple::before {
    border-color: #a893e6 transparent transparent transparent;
  }
  .maindesc .basic-box .data__number {
    width: 100%;
    height: 31.0666666667vw;
    background: #ffffff;
    border-radius: 7.0666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .maindesc .basic-box .data__number .num {
    display: inline-block;
  }
  .maindesc .basic-box .data__number .num img {
    width: 100%;
  }
  .maindesc .basic-box .data__number .num--01 {
    max-width: 23.4666666667vw;
  }
  .maindesc .basic-box .data__number .num--02 {
    max-width: 14vw;
  }
  .maindesc .basic-box .data__number .num--03 {
    max-width: 18.5333333333vw;
  }
  .maindesc .basic-box .data__number .num--04 {
    max-width: 27.7333333333vw;
  }
  .maindesc .basic-box--02 .basic-box-inner {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
  .maindesc .basic-box .ex {
    padding-top: 4vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1.58;
  }
  .maindesc .basic__boxttl {
    font-size: 4.9333333333vw;
    text-align: center;
    line-height: 1.75;
    font-weight: 600;
    margin-bottom: 4vw;
  }
  .maindesc .basic__boxdesc {
    font-size: 3.2vw;
    line-height: 2;
    font-weight: 600;
    width: 76vw;
    margin-right: auto;
    margin-left: auto;
  }
  .remodal {
    max-width: 76vw;
    height: auto;
    padding: 0;
    border-radius: 60px;
  }
  .remodal-overlay {
    background: rgba(237, 224, 205, 0.8);
  }
  .remodal-close {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    border-radius: 50%;
    bottom: -16vw;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101.01%20101.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23505050%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3.01px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22hover-popup%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2234.61%22%20y1%3D%2234.61%22%20x2%3D%2266.4%22%20y2%3D%2266.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.4%22%20y1%3D%2234.61%22%20x2%3D%2234.61%22%20y2%3D%2266.4%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2250.5%22%20cy%3D%2250.5%22%20r%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .remodal-close::before {
    width: 6vw;
    height: 0.4vw;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    display: none;
  }
  .remodal-close::after {
    content: "";
    display: inline-block;
    height: 6vw;
    width: 0.4vw;
    top: 50%;
    left: 50%;
    transform: translate(-24%, 12%);
    background: #000;
    display: none;
  }
  .modal {
    width: 100%;
  }
  .modal-box {
    width: 100%;
  }
  .modal-box[data-remodal-id=modal-01] .modal-figure {
    width: 31.0666666667vw;
  }
  .modal-box[data-remodal-id=modal-02] .modal-figure {
    width: 33.3333333333vw;
  }
  .modal-box[data-remodal-id=modal-03] .modal-figure {
    width: 28.1333333333vw;
  }
  .modal-box[data-remodal-id=modal-04] .modal-figure {
    width: 32.1333333333vw;
  }
  .modal-box--fig {
    max-width: 92vw;
  }
  .modal-box--fig .remodal-close {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101.01%20101.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23505050%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3.01px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22hover-popup%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2234.61%22%20y1%3D%2234.61%22%20x2%3D%2266.4%22%20y2%3D%2266.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.4%22%20y1%3D%2234.61%22%20x2%3D%2234.61%22%20y2%3D%2266.4%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2250.5%22%20cy%3D%2250.5%22%20r%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .modal-inner {
    width: 100%;
    padding: 4.8vw 8.8vw 10vw 8.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .modal-desc {
    order: 2;
    width: 100%;
    text-align: left;
    font-size: 3.0666666667vw;
    font-weight: 500;
    line-height: 2.1;
  }
  .modal-figure {
    order: 1;
    width: 100%;
    margin: 0 auto 5.2vw;
  }
  .panel-guide {
    text-align: center;
    position: relative;
    font-size: 2.65vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 4.8vw;
  }
  .panel-guide::before, .panel-guide::after {
    content: "";
    display: inline-block;
    width: 0.32vw;
    height: 4.2vw;
    background: #000;
    position: absolute;
    top: 0;
  }
  .panel-guide::before {
    left: calc(50% - 10.8ch);
    transform: rotate(-30deg);
  }
  .panel-guide::after {
    right: calc(50% - 10.8ch);
    transform: rotate(30deg);
  }
  .point__title {
    margin-bottom: 4vw;
  }
  .point__title i {
    width: 12.8vw;
  }
  .point__description {
    margin-bottom: 5.3333333333vw;
  }
  .point-nav {
    width: 100%;
    margin-bottom: 85px;
  }
  .point-nav-list {
    display: flex;
    justify-content: center;
  }
  .point-nav__item {
    padding-right: 40px;
    margin-right: 50px;
    border-right: 1px solid #000;
  }
  .point-nav__item:nth-child(1) .point__head {
    background: #efdfc1;
  }
  .point-nav__item:nth-child(2) .point__head {
    background: #efb8b9;
  }
  .point-nav__item:nth-child(3) .point__head {
    background: #dcdde0;
  }
  .point-nav__item:last-child {
    border-right: none;
  }
  .point-nav__link {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .point__head {
    width: 19.2vw;
    height: 19.2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-right: 4vw;
    padding: 3vw 0 0;
  }
  .point__head b {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  .point__navtitle {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .point-item {
    border-bottom: 1px solid #000;
    margin-bottom: 4.6vw;
  }
  .point-item .acc-btn {
    width: 85.6vw;
    margin: 0 auto 0;
    padding-bottom: 4.6vw;
  }
  .point-item .acc-btn--01 .point__head {
    background: #efdfc1;
  }
  .point-item .acc-btn--02 .point__head {
    background: #efb8b9;
  }
  .point-item .acc-btn--03 .point__head {
    background: #dcdde0;
  }
  .point-item .acc-btn dl {
    display: flex;
    align-items: center;
  }
  .point-item .acc-btn dt {
    width: 25.39%;
  }
  .point-item .acc-btn dd {
    width: 74.61%;
    position: relative;
  }
  .point-item .acc-btn dd::after {
    content: "＋";
    display: inline-block;
    font-size: 8vw;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .point-item .acc-btn.close dd::after {
    content: "－";
  }
  .point-item-box {
    display: none;
    padding-bottom: 20.8vw;
  }
  .point-item-box.point-01 {
    background: #efdfc1;
  }
  .point-item-box.point-02 {
    background: #f1c5c6;
  }
  .point-item-box.point-02 .recommend {
    background: #f8efe6;
  }
  .point-item-intro {
    width: 89.3333333333vw;
    padding: 7.2vw 0 20vw;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .point-item-intro .titlebox {
    width: 100%;
    order: 2;
  }
  .point-item-intro .titlebox__head {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-right: 35px;
    margin-bottom: 15px;
  }
  .point-item-intro .titlebox__head b {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
  }
  .point-item-intro .titlebox__title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 3.6vw;
    text-align: center;
  }
  .point-item-intro .titlebox__desc {
    width: 100%;
    display: flex;
  }
  .point-item-intro .titlebox__desc p {
    width: 45.3333333333vw;
    width: 100%;
    font-size: 3.15vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.01em;
    text-align: justify;
  }
  .point-item-intro .titlebox__desc figure {
    width: calc(100% - 45.3333333333vw);
  }
  .point-item-intro .titlebox__desc figure img {
    width: 100%;
  }
  .point-item-intro .case-index {
    width: 100%;
    margin-bottom: 6.4vw;
    order: 1;
  }
  .point-item-intro .case-index .case-list {
    width: 100%;
    display: flex;
  }
  .point-item-intro .case-index .case-list--quad {
    flex-wrap: wrap;
  }
  .point-item-intro .case-index .case-list--quad .case-item {
    width: 50%;
    padding: 0.8vw 0;
  }
  .point-item-intro .case-index .case-list--quad .case-item:nth-child(2n) {
    border-right: none;
  }
  .point-item-intro .case-index .case-list--quad .case-item:nth-child(-n+2) {
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  .point-item-intro .case-index .case-list--quad .case-item:nth-child(-n+2)::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2.6666666667vw;
  }
  .point-item-intro .case-index .case-list--quad .case-item:nth-child(1)::after {
    width: 101%;
  }
  .point-item-intro .case-index .case-list--quad .case-item:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
  .point-item-intro .case-index .case-item {
    width: 33.3333333333%;
    border-right: 1px solid #000;
  }
  .point-item-intro .case-index .case-item:last-child {
    margin-right: 0;
    border-right: none;
  }
  .point-item-intro .case-index .case-item dl {
    width: 100%;
  }
  .point-item-intro .case-index .case-item dl dt {
    width: 100%;
    font-size: 2.6666666667vw;
    font-weight: 600;
    margin-bottom: 2vw;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .point-item-intro .case-index .case-item dl dd {
    text-align: center;
    width: 100%;
    font-size: 2.8vw;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .point-contents {
    background: #fff;
    position: relative;
  }
  .point-contents__title {
    font-size: 4.9333333333vw;
    width: 84vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 auto 2.8vw;
  }
  .point-contents__subttl {
    width: 84vw;
    margin: 0 auto 6vw;
    font-size: 3.0666666667vw;
    font-weight: 600;
    line-height: 1.6;
  }
  .point-tab {
    width: 84.6666666667vw;
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
  .point-tab .tab-item {
    display: block;
    width: 26.4vw;
    height: 8vw;
    background: #fff;
    text-align: center;
    font-size: 2.6666666667vw;
    font-weight: 600;
    padding-top: 1vw;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    opacity: 0.7;
  }
  .point-tab .tab-item.active {
    opacity: 1;
    padding-bottom: 14vw;
    transform: translateY(-6vw);
    padding-top: 1.4vw;
  }
  .point-tab .tab-item.active[data-tab="1-1"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050.91%2032.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%2215.54%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%2215.54%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M34.08.8c5.22%2C0%2C16%2C3%2C16%2C16.19s-10.22%2C15.19-14%2C15.19H15.74C13.17%2C32.18%2C4.47%2C30.6%2C2%2C22A29.41%2C29.41%2C0%2C0%2C1%2C.8%2C13.9h11v1.28c0%2C1.74.34%2C6.51%2C6.35%2C6.51%2C6.35%2C0%2C6.94-5.09%2C6.94-6.51V3.83A16.71%2C16.71%2C0%2C0%2C1%2C34.08.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M34.08.8c5.22%2C0%2C16%2C3%2C16%2C16.19s-10.22%2C15.19-14%2C15.19H15.74C13.17%2C32.18%2C4.47%2C30.6%2C2%2C22A29.41%2C29.41%2C0%2C0%2C1%2C.8%2C13.9h11v1.28c0%2C1.74.34%2C6.51%2C6.35%2C6.51%2C6.35%2C0%2C6.94-5.09%2C6.94-6.51V3.83A16.71%2C16.71%2C0%2C0%2C1%2C34.08.8Z%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2211.85%22%20y1%3D%2213.9%22%20x2%3D%2218.82%22%20y2%3D%2216.34%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%224%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2234.37%22%20cy%3D%2216.34%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 5.8666666667vw 3.7333333333vw;
    background-position: center 7vw;
  }
  .point-tab .tab-item.active[data-tab="1-2"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.84%2039.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M21%2C11.34A5.56%2C5.56%2C0%2C0%2C0%2C14.5%2C3a5.6%2C5.6%2C0%2C0%2C0-10%2C3.62%2C5.59%2C5.59%2C0%2C0%2C0%2C.37%2C10.63A5.6%2C5.6%2C0%2C0%2C0%2C15.1%2C20.14a5.56%2C5.56%2C0%2C0%2C0%2C5.9-8.8Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.02%22%20cy%3D%2211.75%22%20r%3D%225.61%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2212.02%22%20cy%3D%2211.75%22%20r%3D%225.61%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M52%2C27.65a5.59%2C5.59%2C0%2C0%2C0-3.68-5.45%2C5.59%2C5.59%2C0%2C0%2C0-10-3.62A5.56%2C5.56%2C0%2C0%2C0%2C31.84%2C27a5.55%2C5.55%2C0%2C0%2C0%2C5.91%2C8.79A5.59%2C5.59%2C0%2C0%2C0%2C48%2C32.83%2C5.59%2C5.59%2C0%2C0%2C0%2C52%2C27.65Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2240.82%22%20cy%3D%2227.35%22%20r%3D%225.61%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2240.82%22%20cy%3D%2227.35%22%20r%3D%225.61%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 6.1333333333vw 4.4vw;
    background-position: center 6.8vw;
  }
  .point-tab .tab-item.active[data-tab="1-3"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2053.54%2040.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.61%2C7.39a1.29%2C1.29%2C0%2C0%2C1%2C.9-.18l25.71%2C5.34a.65.65%2C0%2C0%2C1%2C.49.61v5.67a1.46%2C1.46%2C0%2C0%2C1-.35.86l-19%2C19.56a.9.9%2C0%2C0%2C1-.83.22L2.31%2C31a.69.69%2C0%2C0%2C1-.48-.64V23.59a1.06%2C1.06%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M24.61%2C7.39a1.29%2C1.29%2C0%2C0%2C1%2C.9-.18l25.71%2C5.34a.65.65%2C0%2C0%2C1%2C.49.61v5.67a1.46%2C1.46%2C0%2C0%2C1-.35.86l-19%2C19.56a.9.9%2C0%2C0%2C1-.83.22L2.31%2C31a.69.69%2C0%2C0%2C1-.48-.64V23.59a1.06%2C1.06%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cline%20class%3D%22cls-3%22%20x1%3D%2232.35%22%20y1%3D%2231.09%22%20x2%3D%2232.02%22%20y2%3D%2239.61%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.53%2C1a1.32%2C1.32%2C0%2C0%2C1%2C.91-.18L52.25%2C6.39a.65.65%2C0%2C0%2C1%2C.49.6v5.95a1.43%2C1.43%2C0%2C0%2C1-.35.86L32.59%2C34.2a.91.91%2C0%2C0%2C1-.83.22L1.28%2C25.55a.7.7%2C0%2C0%2C1-.48-.64v-7a1.1%2C1.1%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M24.53%2C1a1.32%2C1.32%2C0%2C0%2C1%2C.91-.18L52.25%2C6.39a.65.65%2C0%2C0%2C1%2C.49.6v5.95a1.43%2C1.43%2C0%2C0%2C1-.35.86L32.59%2C34.2a.91.91%2C0%2C0%2C1-.83.22L1.28%2C25.55a.7.7%2C0%2C0%2C1-.48-.64v-7a1.1%2C1.1%2C0%2C0%2C1%2C.41-.78Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1.85%2C17.64%2C32.1%2C25.56a1%2C1%2C0%2C0%2C0%2C.84-.22L52%2C7.17%22%2F%3E%3Cline%20class%3D%22cls-3%22%20x1%3D%2232.58%22%20y1%3D%2225.69%22%20x2%3D%2232.24%22%20y2%3D%2234.56%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.49%2C24.3A1.72%2C1.72%2C0%2C0%2C1%2C16.86%2C26a.79.79%2C0%2C0%2C1-.78.91%2C1.42%2C1.42%2C0%2C0%2C1-1-.32%2C1.76%2C1.76%2C0%2C0%2C1-.71-1.39A.88.88%2C0%2C0%2C1%2C15.49%2C24.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 6.2666666667vw 4.6666666667vw;
    background-position: center 6.8vw;
  }
  .point-tab .tab-item.active[data-tab="2-1"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.89%2031.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20d%3D%22M26.41%2C4.79a25.29%2C25.29%2C0%2C0%2C0-2.2-2.17A25.53%2C25.53%2C0%2C0%2C0%2C21.69.83a.28.28%2C0%2C0%2C0-.35.08L2.45%2C23.42a2.48%2C2.48%2C0%2C0%2C0-.33.51L.85%2C29.43a.67.67%2C0%2C0%2C0%2C.94.8l5.27-2.15a3.05%2C3.05%2C0%2C0%2C0%2C.45-.43L26.39%2C5.15A.29.29%2C0%2C0%2C0%2C26.41%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M26.41%2C4.79a25.29%2C25.29%2C0%2C0%2C0-2.2-2.17A25.53%2C25.53%2C0%2C0%2C0%2C21.69.83a.28.28%2C0%2C0%2C0-.35.08L2.45%2C23.42a2.48%2C2.48%2C0%2C0%2C0-.33.51L.85%2C29.43a.67.67%2C0%2C0%2C0%2C.94.8l5.27-2.15a3.05%2C3.05%2C0%2C0%2C0%2C.45-.43L26.39%2C5.15A.29.29%2C0%2C0%2C0%2C26.41%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M48%2C4.79a22.67%2C22.67%2C0%2C0%2C0-2.2-2.17A23.34%2C23.34%2C0%2C0%2C0%2C43.31.83.28.28%2C0%2C0%2C0%2C43%2C.91L24.08%2C23.42a2.16%2C2.16%2C0%2C0%2C0-.34.51l-1.27%2C5.5c-.23.51.48%2C1.12.94.8l5.27-2.15a3.12%2C3.12%2C0%2C0%2C0%2C.46-.43L48%2C5.15A.29.29%2C0%2C0%2C0%2C48%2C4.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48%2C4.79a22.67%2C22.67%2C0%2C0%2C0-2.2-2.17A23.34%2C23.34%2C0%2C0%2C0%2C43.31.83.28.28%2C0%2C0%2C0%2C43%2C.91L24.08%2C23.42a2.16%2C2.16%2C0%2C0%2C0-.34.51l-1.27%2C5.5c-.23.51.48%2C1.12.94.8l5.27-2.15a3.12%2C3.12%2C0%2C0%2C0%2C.46-.43L48%2C5.15A.29.29%2C0%2C0%2C0%2C48%2C4.79Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 5.7333333333vw 3.6vw;
    background-position: center 7.6vw;
  }
  .point-tab .tab-item.active[data-tab="2-2"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043.87%2035.85%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.07%2C24.82s-1%2C1.75-8%2C1.7c-3.37%2C3.56-5.41%2C6.74-18.32%2C8.45-3.8.38-13.57-.52-15.66-4.65-1.14-2.7.95-4.41%2C3.51-5.79C4.63%2C19.31%2C7.53.8%2C22.86.8S43.07%2C10.06%2C43.07%2C24.82Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.07%2C24.82s-1%2C1.75-8%2C1.7c-3.37%2C3.56-5.41%2C6.74-18.32%2C8.45-3.8.38-13.57-.52-15.66-4.65-1.14-2.7.95-4.41%2C3.51-5.79C4.63%2C19.31%2C7.53.8%2C22.86.8S43.07%2C10.06%2C43.07%2C24.82Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4.63%2C24.53s5.13%2C8.4%2C30.47%2C2%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M4.63%2C24.53s5.13%2C8.4%2C30.47%2C2%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.52%2C28.23S9.14%2C8.2%2C22.86.8%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.52%2C28.23S9.14%2C8.2%2C22.86.8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.53%2C26.51S37.38%2C5.25%2C26.75%2C1%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M36.53%2C26.51S37.38%2C5.25%2C26.75%2C1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 5.0666666667vw 4vw;
    background-position: center 7.6vw;
  }
  .point-tab .tab-item.active[data-tab="2-3"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.47%2044.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D.cls-3%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.39.8h-4A1.87%2C1.87%2C0%2C0%2C0%2C8.59%2C2.72%2C39.78%2C39.78%2C0%2C0%2C0%2C10.5%2C14.49h5.77%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M10.11%2C1.82c2.17-.38%2C0%2C15.49%2C0%2C15.49h5.54C18.49%2C2.18%2C16.41.8%2C14.39.8h-4A1.87%2C1.87%2C0%2C0%2C0%2C8.59%2C2.72%2C39.78%2C39.78%2C0%2C0%2C0%2C10.5%2C14.49%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.11%2C1.82c-.43.08-.61.55-.68%2C1%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M25%2C44H1.48a.63.63%2C0%2C0%2C1-.68-.56V17.66a.63.63%2C0%2C0%2C1%2C.68-.56h8.78a13.12%2C13.12%2C0%2C0%2C1%2C5.26%2C0h0l.19%2C0H25a.63.63%2C0%2C0%2C1%2C.68.56V43.39A.63.63%2C0%2C0%2C1%2C25%2C44Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 2.9333333333vw 5.2vw;
    background-position: center 6.8vw;
  }
  .point-tab .tab-item.active[data-tab="2-4"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.56%2031.43%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%23000%3Bstroke-width%3A1.6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M33.63%2C1.26A8.14%2C8.14%2C0%2C1%2C0%2C41.76%2C9.4%2C8.13%2C8.13%2C0%2C0%2C0%2C33.63%2C1.26Zm0%2C12.32A4.18%2C4.18%2C0%2C1%2C1%2C37.81%2C9.4%2C4.18%2C4.18%2C0%2C0%2C1%2C33.63%2C13.58Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.63%2C1.26A8.14%2C8.14%2C0%2C1%2C0%2C41.76%2C9.4%2C8.13%2C8.13%2C0%2C0%2C0%2C33.63%2C1.26Zm0%2C12.32A4.18%2C4.18%2C0%2C1%2C1%2C37.81%2C9.4%2C4.18%2C4.18%2C0%2C0%2C1%2C33.63%2C13.58Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M28.81%2C16.3s.23%2C9.54-3.09%2C12.25c-1.58%2C1.27-1.3%2C2.08-10.3%2C2.08s-8.72-.81-10.3-2.08C1.8%2C25.84%2C2%2C16.3%2C2%2C16.3%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.42%2C16.72c4.36%2C0%2C10.71-.29%2C13.19-.41a1.13%2C1.13%2C0%2C0%2C0%2C1.08-1.1L30%2C1.5a.68.68%2C0%2C0%2C0-.68-.7H1.48a.69.69%2C0%2C0%2C0-.68.7l.34%2C13.71a1.14%2C1.14%2C0%2C0%2C0%2C1.08%2C1.1C4.71%2C16.43%2C11.06%2C16.72%2C15.42%2C16.72Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 4.9333333333vw 3.6vw;
    background-position: center 7.6vw;
  }
  .point-tab--quad .tab-item {
    text-align: center;
    width: 19.8vw;
    height: 9.2vw;
    padding-top: 0.6vw;
  }
  .point-tab--quad .tab-item.active {
    padding-top: 2.4vw;
    transform: translateY(-5vw);
  }
  .point-tab--bottom {
    top: auto;
    bottom: -14.5vw;
  }
  .point-tab--bottom .tab-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    padding-top: 0;
  }
  .point-tab--bottom .tab-item.active {
    height: auto;
    padding-bottom: 2vw;
    padding-top: 8vw;
    transform: translateY(0);
    padding-top: 10vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="1-1"] {
    background-position: center 4vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="1-2"] {
    background-position: center 4vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="1-3"] {
    background-position: center 4vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="2-1"] {
    background-position: center 2vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="2-2"] {
    background-position: center 2vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="2-3"] {
    background-position: center 1.2vw;
  }
  .point-tab--bottom .tab-item.active[data-tab="2-4"] {
    background-position: center 2vw;
  }
  .point-tab--bottom.point-tab--quad {
    bottom: -11.8vw;
  }
  .point-tab--bottom.point-tab--quad .tab-item.active {
    padding-top: 7vw;
  }
  .point .tab-box {
    background: #fff;
    padding: 6.6666666667vw 0 8vw;
    position: relative;
    display: none;
  }
  .point .tab-box.active {
    display: block;
  }
  .point .tab-box__tape {
    display: block;
    width: 40vw;
    height: 40vw;
    background: url(../images/tape_L.svg) no-repeat;
    position: absolute;
    top: 2vw;
    right: -5vw;
  }
  .point .guide {
    width: 84vw;
    margin: 0 auto 0;
  }
  .point .guide-box {
    width: 100%;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .point .guide-box__img {
    width: 100%;
    margin-bottom: 6vw;
  }
  .point .guide-box__img img {
    width: 100%;
  }
  .point .guide-box__ttl {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-bottom: 3.2vw;
  }
  .point .guide-box__desc {
    width: 100%;
    font-size: 3.0666666667vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: justify;
    position: relative;
    margin-top: 5.2vw;
  }
  .point .guide-box__desc--flex {
    display: flex;
  }
  .point .guide-box__desc .iconfig {
    display: inline-block;
    width: 120px;
    width: 62.17vw;
    margin-left: 4vw;
  }
  .point .guide-box__desc .iconfig img {
    width: 100%;
  }
  .point .guide-box__desc::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_shape.svg) repeat-x;
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: -5.2vw;
    left: 0;
  }
  .point .guide-box-modal {
    display: block;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 1;
    position: relative;
  }
  .point .guide-box-modal:hover {
    opacity: 0.6;
  }
  .point .guide-box-modal i {
    display: block;
    margin-top: 10px;
    width: 8vw;
    height: 8vw;
    background: #505050;
    border-radius: 1.6vw;
    position: absolute;
    right: 0;
    bottom: -10vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%224.18%22%20y1%3D%226.62%22%20x2%3D%229.07%22%20y2%3D%226.62%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%226.62%22%20y1%3D%224.18%22%20x2%3D%226.62%22%20y2%3D%229.07%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%226.62%22%20cy%3D%226.62%22%20r%3D%225.92%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2210.81%22%20y1%3D%2210.81%22%20x2%3D%2214.7%22%20y2%3D%2214.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 4vw 4vw;
    background-position: center;
  }
  .point .single-text {
    max-width: 1066px;
    padding: 0 25px;
    margin: 0 auto 25px;
  }
  .point .single-text .guide-box__desc {
    padding-right: 125px;
  }
  .point .single-text .guide-box__desc::before {
    width: 30%;
  }
  .point .recommend {
    width: 84vw;
    margin: 0 auto 0;
    padding: 0;
    padding: 6.6666666667vw 0 12vw;
    background: rgba(194, 224, 240, 0.5);
    border-radius: 4vw;
    position: relative;
  }
  .point .recommend__title {
    text-align: center;
    font-size: Vw(30);
    font-weight: 600;
    margin-bottom: 14vw;
    position: relative;
  }
  .point .recommend__title i {
    display: inline-block;
    vertical-align: middle;
    width: 10.1333333333vw;
    margin-right: 3.2vw;
  }
  .point .recommend__title i img {
    width: 100%;
  }
  .point .recommend__title::after {
    content: "";
    display: inline-block;
    width: 68vw;
    height: 2px;
    background: url(../images/dot_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .point .recommend a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6.6666666667vw 0 12vw;
    transition: opacity 0.4s ease;
  }
  .point .recommend-box {
    width: 68vw;
    margin: 0 auto;
  }
  .point .recommend-box--2col .recommend__text {
    width: 100%;
    margin-bottom: 7.6vw;
  }
  .point .recommend-box--2col .recommend__figure {
    width: 56vw;
    margin: 0 auto;
  }
  .point .recommend-box--2col .recommend__figure img {
    width: 100%;
  }
  .point .recommend-box .title {
    font-size: 4.6vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3.2vw;
    text-align: center;
    line-height: 1.5;
  }
  .point .recommend-box--single .recommend__text {
    width: 100%;
    text-align: center;
  }
  .point .recommend-box--single .desc {
    text-align: center;
  }
  .point .recommend .desc {
    width: 100%;
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.94;
    text-align: left;
  }
  .point .recommend .desc b {
    font-weight: 600;
    font-size: 4.6vw;
    display: block;
    text-align: center;
    margin-bottom: 0.96em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .point .recommend .desc_sub {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
  }
  .point .recommend .recommend-box__guide {
    margin-top: 3.6vw;
    text-align: center;
    font-weight: 600;
    font-size: 2.9333333333vw;
  }
  .point .recommend--type-fig .obj span {
    display: inline-block;
    position: absolute;
  }
  .point .recommend--type-fig .obj span:nth-child(1) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: -0.8vw;
    left: -5.6vw;
  }
  .point .recommend--type-fig .obj span:nth-child(2) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: 0.8vw;
    right: -5.6vw;
  }
  .point .recommend--type-fig .obj span:nth-child(3) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: 26.6666666667vw;
    right: -2.9333333333vw;
  }
  .point .recommend--type-fig .obj span:nth-child(4) {
    height: 9.4666666667vw;
    width: 29.8666666667vw;
    background: url(../images/tape_w.svg) no-repeat;
    background-size: contain;
    bottom: -2.8vw;
    left: -10.8vw;
  }
  .point .recommend--type-txt {
    position: relative;
    padding: 0;
  }
  .point .recommend--type-txt .obj span {
    display: inline-block;
    position: absolute;
  }
  .point .recommend--type-txt .obj span:nth-child(1) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: -0.8vw;
    left: -5.6vw;
  }
  .point .recommend--type-txt .obj span:nth-child(2) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: 0.8vw;
    right: -5.6vw;
  }
  .point .recommend--type-txt .obj span:nth-child(3) {
    width: 9.4666666667vw;
    height: 29.8666666667vw;
    background: url(../images/tape.svg) no-repeat;
    background-size: contain;
    top: 26.6666666667vw;
    right: -2.9333333333vw;
  }
  .point .recommend--type-txt .obj span:nth-child(4) {
    height: 9.4666666667vw;
    width: 29.8666666667vw;
    background: url(../images/tape_w.svg) no-repeat;
    background-size: contain;
    bottom: -2.8vw;
    left: -10.8vw;
  }
  .point .recommend--type-txt::after {
    content: "";
    display: inline-block;
    width: 5.6vw;
    height: 2.8vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.74%2016.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22menu_open%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2229.04%200.71%2014.87%2014.71%200.7%200.71%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 6.4vw;
    transform: translateX(-50%);
  }
  .point-option {
    padding-top: 23.3333333333vw;
    width: 100%;
    background: #dcdde0;
  }
  .point .option__title {
    margin-bottom: 8vw;
  }
  .point .option__title i {
    width: 102px;
  }
  .point .option__title i img {
    width: 100%;
  }
  .point .option-list {
    width: 100%;
    margin: 0 auto;
    padding: 6.4vw 0 6.8vw;
    background: #ffffff;
    position: relative;
  }
  .point .option-list .option__link {
    margin-right: auto;
    margin-left: auto;
  }
  .point .option-list .tab-item.active {
    padding-top: 6vw;
  }
  .point .option-list .point-tab--bottom {
    bottom: -11.5vw;
  }
  .point .option-list .point-tab--bottom .active {
    padding-top: 5vw;
    padding-bottom: 4vw;
  }
  .point .option-item {
    width: 92vw;
    position: relative;
    border-radius: 4vw;
    background: #eff2f4;
    margin: 0 auto;
    padding-bottom: 11vw;
    display: none;
  }
  .point .option-item.active {
    display: block;
  }
  .point .option-inner {
    position: relative;
    width: 100%;
    padding: 11vw 0 0;
  }
  .point .option__sub {
    width: 100%;
    position: relative;
    margin-bottom: 6vw;
  }
  .point .option__sub .num {
    text-align: center;
    font-size: 5.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .point .option__sub .num b {
    font-size: 7.0666666667vw;
    font-weight: 600;
  }
  .point .option-ico {
    width: 17.4666666667vw;
    height: 17.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3.6vw;
    transform: translateY(-50%);
  }
  .point .option__ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 6vw;
    position: relative;
  }
  .point .option__ttl::after {
    display: inline-block;
    width: 70%;
    height: 1.6vw;
    background: url(../images/wave_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .point .option__fig {
    width: 70.6666666667vw;
    margin: 0 auto 5vw;
  }
  .point .option__fig img {
    width: 100%;
  }
  .point .option__desc {
    width: 74.6666666667vw;
    margin: 0 auto 8vw;
    font-size: 3.0666666667vw;
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .point .option__desc b {
    display: block;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6vw;
  }
  .point .option-btnarea {
    width: 36.2666666667vw;
    margin: 0 0 0 8.6666666667vw;
    margin: 0 auto;
  }
  .product {
    width: 100%;
    padding-top: 6.8vw;
  }
  .product .maintitle_box {
    width: 92vw;
    height: 67vw;
    margin: 0 auto 12vw;
    background: url(../images/product_frame_sp.svg) no-repeat;
    background-size: contain;
  }
  .product .title-sub {
    padding-top: 11.2vw;
    text-align: center;
    font-size: 3.0666666667vw;
    font-weight: 600;
    margin-bottom: 10.4vw;
    position: relative;
  }
  .product .title-sub i.megaphone {
    display: inline-block;
    width: 6.8vw;
    vertical-align: middle;
    margin-right: 2.8vw;
  }
  .product .title-sub i.megaphone img {
    width: 100%;
  }
  .product .title-sub::after {
    content: "";
    display: inline-block;
    width: 65.65%;
    height: 1.6vw;
    background: url(../images/wave_shape.svg) repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -5.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-maintitle {
    text-align: center;
    font-size: 5.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 4.4vw;
  }
  .product .sub-desc {
    width: 73.4666666667vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
  }
  .product .sub-desc::after {
    display: inline-block;
    width: 27.2vw;
    height: 4vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20178.5%2026.08%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23faa5be%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.4%2C24.49C-1.93%2C15.42%2C6.2%2C0%2C18.56%2C1.42c3.56%2C4.52-1.5%2C10.52-1.5%2C10.52s6.72-2.12%2C11.26%2C2.9C20.3%2C31.86.4%2C24.49.4%2C24.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M75.49%2C23.17C73.16%2C14.09%2C81.29-1.35%2C93.65.09c3.56%2C4.53-1.5%2C10.53-1.5%2C10.53s6.72-2.12%2C11.26%2C2.9C95.39%2C30.54%2C75.49%2C23.17%2C75.49%2C23.17Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M150.58%2C23.17c-2.33-9.08%2C5.8-24.52%2C18.16-23.08%2C3.56%2C4.53-1.5%2C10.53-1.5%2C10.53S174%2C8.5%2C178.5%2C13.52C170.48%2C30.54%2C150.58%2C23.17%2C150.58%2C23.17Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    position: absolute;
    bottom: -10.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .product__title {
    margin-bottom: 3.2vw;
  }
  .product__title i {
    width: 16.2666666667vw;
    margin-bottom: 5.2vw;
  }
  .product .section-desc {
    text-align: center;
    margin-bottom: 6.9333333333vw;
  }
  .product .main-product {
    width: 100%;
    padding: 8vw 0 8vw;
    background: #eff2f4;
  }
  .product .main-product-box {
    width: 84vw;
    margin: 0 auto 8vw;
  }
  .product .main-product__photo {
    width: 69.56%;
    margin: 0 auto 5.6vw;
  }
  .product .main-product__photo img {
    width: 100%;
  }
  .product .main-product-info {
    width: 74.6666666667vw;
    margin: 0 auto 4vw;
  }
  .product .main-product__caption {
    font-size: 4vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 3.6vw;
  }
  .product .main-product__name {
    font-size: 3.4666666667vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3.6vw;
  }
  .product .main-product__desc {
    font-size: 3.0666666667vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 4.4vw;
  }
  .product .main-product .option__link {
    margin: 0 auto;
  }
  .product .main-product .app-link {
    width: 84vw;
    margin: 0 auto;
    border-radius: 4vw;
    background: #ffffff;
    padding: 6.6666666667vw 8.8vw 6.6666666667vw 8.8vw;
  }
  .product .main-product .app-link__head {
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 6vw;
  }
  .product .main-product .app-link .icon {
    width: 53.3333333333vw;
    display: flex;
    align-items: center;
    margin: 0 0 5.0666666667vw 2.8vw;
  }
  .product .main-product .app-link .icon .ico {
    width: 16.2666666667vw;
    display: block;
    margin-right: 4vw;
  }
  .product .main-product .app-link .icon .ico img {
    width: 100%;
  }
  .product .main-product .app-link .icon p {
    text-align: left;
    font-size: 3.0666666667vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 600;
    white-space: nowrap;
  }
  .product .main-product .app-link__item:nth-child(2) {
    margin-top: 6.4vw;
  }
  .product .main-product .app-link .links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product .main-product .app-link .links p {
    width: 100%;
    text-align: left;
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2.8vw;
  }
  .product .main-product .app-link .links a {
    display: inline-block;
    opacity: 1;
  }
  .product .main-product .app-link .links a.apple {
    width: 29.7333333333vw;
    margin-right: 2vw;
  }
  .product .main-product .app-link .links a.google {
    width: 33.3333333333vw;
  }
  .product .main-product .app-link .links a img {
    width: 100%;
  }
  .product .main-product .app-link .app-caution {
    width: 100%;
    text-align: left;
    font-size: 2.9333333333vw;
    font-weight: 500;
    padding-top: 2.8vw;
    margin-bottom: 0;
  }
  .product-tepra-lists {
    width: 100%;
    padding: 10vw 0 12vw;
  }
  .product-tepra ul {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .product-tepra-item {
    width: 100%;
    margin-bottom: 16vw;
  }
  .product-tepra-item:last-child {
    margin-bottom: 8vw;
  }
  .product-tepra-item:nth-child(1) .tepra__photo {
    width: 41vw;
  }
  .product-tepra-item:nth-child(2) .tepra__photo {
    width: 44.5333333333vw;
  }
  .product-tepra-item:nth-child(3) .tepra__photo {
    width: 64vw;
  }
  .product-tepra-item:nth-child(4) .tepra__photo {
    width: 64.2666666667vw;
  }
  .product-tepra-item:nth-child(5) .tepra__photo {
    width: 60.8vw;
  }
  .product-tepra .tepra__photo {
    width: 100%;
    text-align: center;
    margin: 0 auto 6.6666666667vw;
  }
  .product-tepra .tepra__photo img {
    width: 100%;
  }
  .product-tepra .tepra__caption {
    font-size: 4.5333333333vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.75;
    margin-bottom: 3.6vw;
  }
  .product-tepra .tepra__name {
    font-size: 3.4666666667vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3.6vw;
  }
  .product-tepra .tepra__desc {
    font-size: 3.0666666667vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 4vw;
  }
  .product-tepra .tepra__link {
    margin-right: auto;
    margin-left: auto;
  }
  .product-tepra .caution {
    text-align: center;
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 1.65;
    margin-top: 4.4vw;
  }
  .product-tepra .product-item__link {
    width: 66.5333333333vw;
  }
  .product-label {
    width: 100%;
    padding: 12vw 0 9.3333333333vw;
    background: #eff2f4;
  }
  .product-label .label__title {
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 9.2vw;
  }
  .product-label .label-box {
    width: 86.6666666667vw;
    margin: 0 auto 0;
  }
  .product-label .label-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product-label .label-item {
    width: calc((100% / 2) - 2.8vw);
    margin-right: 5.2vw;
    margin-bottom: 10vw;
  }
  .product-label .label-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-label .label__photo {
    width: 38vw;
    margin: 0 auto 4.4vw;
  }
  .product-label .label__photo img {
    width: 100%;
  }
  .product-label .label__name {
    font-size: 3.4666666667vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3.2vw;
  }
  .product-label .label__desc {
    font-size: 3.0666666667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2em;
  }
  .product-label .label__link {
    margin: 0 auto;
  }
  .product-label .product-item__link {
    width: 72.6666666667vw;
    height: auto;
  }
  .product-label .product-item__link a {
    line-height: 1.5;
    border-radius: 10vw;
    padding: 2vw 0 2vw;
  }
  .product-other {
    width: 100%;
    padding: 10.6666666667vw 0 10.4vw;
  }
  .product-other-inner {
    width: 89.3333333333vw;
    margin: 0 auto;
    background: #f8e7e6;
    border-radius: 8vw;
    position: relative;
    border: 2.1333333333vw solid #efcac9;
  }
  .product-other-container {
    width: 100%;
    padding: 8.4vw 6vw 8.8vw;
  }
  .product-other__caption {
    position: relative;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 4.5vw;
  }
  .product-other__caption::before, .product-other__caption::after {
    content: "";
    display: inline-block;
    width: 0.32vw;
    height: 8vw;
    background: #000;
    position: absolute;
    top: -1.3333333333vw;
  }
  .product-other__caption::before {
    left: calc(50% - 28vw);
    transform: rotate(-30deg);
  }
  .product-other__caption::after {
    right: calc(50% - 28vw);
    transform: rotate(30deg);
  }
  .product-other-names {
    width: 100%;
    margin-bottom: 5.6vw;
  }
  .product-other__title {
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
  }
  .product-other__title i {
    width: 10.2666666667vw;
    display: inline-block;
    margin: 0 auto 2vw;
  }
  .product-other__desc {
    font-size: 3.0666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.75;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.1em;
  }
  .product-other__photo {
    max-width: 100%;
    overflow: hidden;
  }
  .product-other__photo a {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .product-other__photo a img {
    width: 100%;
  }
  .product-movie {
    width: 100%;
    padding: 12.8vw 0 12vw;
  }
  .product-movie__title {
    margin-bottom: 4.8vw;
  }
  .product-movie__title i {
    width: 14vw;
  }
  .product-movie-inner {
    text-align: center;
  }
  .product-movie-inner .iframe {
    width: 89.3333333333vw;
    padding-top: 50.1194%;
    margin: 0 auto;
    position: relative;
  }
  .product-movie-inner .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item__link {
    width: 96vw;
  }
}