@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%; }

/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  color: #707070;
  font-size: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  background: #F9F9F6; }
  @media screen and (max-width: 768px) {
    body {
      height: auto; } }

a {
  color: #4F3224; }

sup {
  font-size: 50%;
  vertical-align: super; }

sub {
  font-size: 50%;
  vertical-align: bottom; }

.center-ph {
  text-align: center; }

.is-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .is-sp {
      display: block; } }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.inview {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s, opacity 2s; }

.inview.show {
  transform: translateY(0);
  opacity: 1; }

.inner-content {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1232px) {
    .inner-content {
      max-width: 100%;
      padding: 0 16px; } }
  @media screen and (max-width: 768px) {
    .inner-content {
      padding: 0 calc(4.2666666667vw); } }

.mid-content {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1032px) {
    .mid-content {
      max-width: 100%;
      padding: 0 16px; } }

.ttl01 {
  font-size: calc(3.4285714286vw);
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .ttl01 {
      font-size: calc(6.4vw); } }
  @media screen and (min-width: 1200px) {
    .ttl01 {
      font-size: 4.8rem; } }

.ttl02 {
  font-size: calc(2.7142857143vw);
  font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .ttl02 {
      font-size: 3.8rem; } }
  @media screen and (max-width: 768px) {
    .ttl02 {
      font-size: calc(5.3333333333vw); } }

.ttl03 {
  font-size: calc(1.5714285714vw);
  font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .ttl03 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 768px) {
    .ttl03 {
      font-size: calc(4.8vw); } }

.ttl04 {
  font-size: calc(1.8571428571vw);
  color: #4F3224;
  font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .ttl04 {
      font-size: 2.6rem; } }
  @media screen and (max-width: 768px) {
    .ttl04 {
      font-size: calc(4.8vw); } }

.ttl05 {
  font-size: calc(1vw);
  font-weight: 500;
  color: #4F3224;
  background: rgba(79, 50, 36, 0.1);
  padding: 8px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .ttl05 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .ttl05 {
      font-size: calc(3.7333333333vw); } }

.ttl06 {
  font-size: calc(1.4285714286vw);
  font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .ttl06 {
      font-size: 2rem; } }
  @media screen and (max-width: 768px) {
    .ttl06 {
      font-size: calc(4.8vw); } }

.ttl07 {
  font-size: calc(1.4285714286vw);
  font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .ttl07 {
      font-size: 2rem; } }
  @media screen and (max-width: 768px) {
    .ttl07 {
      font-size: calc(4.8vw); } }

.ttl08 {
  font-size: calc(1.2857142857vw);
  font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .ttl08 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .ttl08 {
      font-size: calc(4.2666666667vw); } }

.ttl09 {
  font-size: calc(1.1428571429vw);
  font-weight: 700; }
  .ttl09 a {
    font-size: calc(1.1428571429vw); }
  @media screen and (min-width: 1200px) {
    .ttl09 {
      font-size: 1.6rem; }
      .ttl09 a {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .ttl09 {
      font-size: calc(3.7333333333vw); }
      .ttl09 a {
        font-size: calc(3.7333333333vw); } }

.lead01 {
  font-size: calc(1.1428571429vw);
  font-weight: 400;
  line-height: 1.75; }
  .lead01 a {
    font-size: calc(1.1428571429vw);
    color: #4F3224;
    text-decoration: underline; }
  @media screen and (min-width: 1200px) {
    .lead01 {
      font-size: 1.6rem; }
      .lead01 a {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .lead01 {
      font-size: calc(3.7333333333vw); }
      .lead01 a {
        font-size: calc(3.7333333333vw); } }

.lead02 {
  font-size: calc(1vw);
  font-weight: 400; }
  .lead02 a {
    color: #4F3224;
    text-decoration: underline;
    font-size: calc(1vw); }
  @media screen and (min-width: 1200px) {
    .lead02 {
      font-size: 1.4rem; }
      .lead02 a {
        font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .lead02 {
      font-size: calc(3.2vw); }
      .lead02 a {
        font-size: calc(3.2vw); } }
  @media screen and (min-width: 1200px) {
    .lead02 {
      font-size: 1.4rem; } }

.lead03 {
  font-size: calc(0.9285714286vw);
  font-weight: 400; }
  .lead03 a {
    font-size: calc(0.9285714286vw); }
  @media screen and (min-width: 1200px) {
    .lead03 {
      font-size: 1.3rem; }
      .lead03 a {
        font-size: 1.3rem; } }
  @media screen and (max-width: 1000px) {
    .lead03 {
      font-size: calc(1.2vw); } }
  @media screen and (max-width: 768px) {
    .lead03 {
      font-size: calc(3.2vw); }
      .lead03 a {
        font-size: calc(3.2vw); } }

.lead04 {
  font-size: calc(1.2857142857vw);
  font-weight: 500;
  line-height: 2; }
  @media screen and (min-width: 1200px) {
    .lead04 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .lead04 {
      font-size: calc(4.2666666667vw); } }

.lead05 {
  font-size: calc(1.2857142857vw);
  font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .lead05 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .lead05 {
      font-size: calc(4.2666666667vw); } }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-red {
  color: #b2182a; }

.txt-brown {
  color: #4F3224; }

.txt-black {
  color: #000; }

.txt-white {
  color: #fff; }

.txt-bold {
  font-weight: 700; }

.txt-caution {
  font-size: calc(0.8571428571vw);
  font-weight: 400;
  display: inline-block;
  line-height: 1.2; }
  .txt-caution a {
    font-size: calc(0.8571428571vw);
    color: #4F3224;
    text-decoration: underline; }
  @media screen and (min-width: 1200px) {
    .txt-caution {
      font-size: 1.2rem; }
      .txt-caution a {
        font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .txt-caution {
      font-size: calc(2.9333333333vw);
      line-height: 1.4; }
      .txt-caution a {
        font-size: calc(2.9333333333vw); } }

.btn {
  background: #fff;
  border: 1px solid #4F3224;
  padding: calc(1.7142857143vw);
  color: #4F3224;
  font-size: calc(1.2857142857vw);
  font-weight: 500;
  display: block;
  position: relative;
  transition: 0.3s;
  text-align: center;
  border-radius: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none; }
  .btn:hover {
    border: 1px solid #fff;
    background-color: #4F3224;
    color: #fff;
    transition: 0.3s; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: calc(4.2666666667vw);
      padding: calc(4.2666666667vw) calc(2.1333333333vw); }
      .btn.btn__sm {
        padding: calc(4.2666666667vw) calc(4.2666666667vw);
        font-size: calc(3.7333333333vw); }
      .btn.btn__md {
        padding: calc(6.4vw) calc(4.2666666667vw);
        font-size: calc(4.8vw); }
      .btn.btn__lg {
        padding: calc(8.5333333333vw) calc(8.5333333333vw);
        font-size: calc(5.3333333333vw); } }

.box01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px; }
  .box01__item {
    width: calc((100% - 60px) / 4);
    background: #fff;
    padding: 16px 16px 32px;
    border-radius: 22px;
    box-sizing: border-box; }
  .box01__ttl {
    background: #4F3224;
    color: #fff;
    border-radius: 12px;
    padding: 8px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .box01__img {
    height: calc(10.3571428571vw);
    width: auto;
    padding: 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .box01__img img {
      display: block;
      height: 100%;
      width: auto;
      object-fit: contain; }
  @media only screen and (max-width: 768px) {
    .box01 {
      flex-wrap: wrap;
      gap: 24px 20px; }
      .box01__item {
        width: calc((100% - 20px) / 2);
        padding: 8px 0 24px; }
      .box01__ttl {
        border-radius: 8px;
        height: calc(18.6666666667vw); }
      .box01__img {
        height: calc(24vw);
        width: auto;
        padding: 8px 0; } }

.box-logo a {
  text-decoration: none; }
  .box-logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7; }
  .box-logo a .lead02 {
    color: #707070; }
.box-logo__en {
  width: calc(23.5416666667vw); }
.box-logo__jp {
  width: calc(19.21875vw); }
@media only screen and (max-width: 768px) {
  .box-logo__en {
    width: 60%; }
  .box-logo__jp {
    width: 60%; } }

@media screen and (min-width: 769px) {
  .header {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
    .header__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      height: 100%; }
    .header__logo {
      padding-left: calc(1.4583333333vw); }
      .header__logo a {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: calc(4.6875vw); }
        .header__logo a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
        .header__logo a img {
          width: calc(13.90625vw); }
    .header__gnavi {
      display: block; }
      .header__gnavi .gnavi__contents ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px; }
        .header__gnavi .gnavi__contents ul li a {
          width: calc(9.8958333333vw);
          height: 70px;
          box-sizing: border-box;
          color: #707070;
          text-decoration: none;
          display: block;
          padding: 16px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .header__gnavi .gnavi__contents ul li a:hover {
            background: #4F3224;
            color: #fff; }
        .header__gnavi .gnavi__contents ul li .current {
          background: #4F3224;
          pointer-events: none;
          color: #fff; }
    .header__gc {
      padding-right: calc(3.3854166667vw); }
      .header__gc a {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header__gc a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
        .header__gc a img {
          width: calc(6.1979166667vw); } }
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100px; }
    .header__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .header__logo {
      padding-left: 10px;
      order: 2;
      width: 50%; }
      .header__logo a {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 60px;
        padding: 0 10px; }
        .header__logo a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
    .header__gnavi {
      order: 3;
      width: 100%; }
      .header__gnavi .gnavi {
        background: #fff; }
        .header__gnavi .gnavi__contents ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          .header__gnavi .gnavi__contents ul li {
            width: 20%; }
            .header__gnavi .gnavi__contents ul li a {
              color: #707070;
              text-decoration: none;
              display: block;
              padding: 10px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-align-items: center;
              align-items: center;
              -moz-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
              text-align: center;
              font-size: calc(3.2vw); }
            .header__gnavi .gnavi__contents ul li .current {
              background: #4F3224;
              color: #fff;
              pointer-events: none; }
    .header__gc {
      order: 1;
      width: 35%; }
      .header__gc a {
        padding: 10px;
        display: block;
        box-sizing: border-box;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header__gc a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
        .header__gc a img {
          height: 100%;
          width: auto; } }
    @media screen and (max-width: 768px) and (max-width: 545px) {
      .header__gc a img {
        width: 100%;
        height: auto; } }

.footer {
  background: #fff;
  padding: calc(3.3333333333vw) 0 calc(1.25vw); }
  .footer-copy {
    text-align: right; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 32px 0 24px; }
      .footer-copy {
        text-align: center; } }

.pageTopBtn {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 57px; }
  @media screen and (max-width: 768px) {
    .pageTopBtn {
      width: calc(8vw);
      height: calc(8vw);
      bottom: calc(9.8666666667vw); } }

.mt_xxl {
  margin-top: 80px !important; }
  @media screen and (max-width: 768px) {
    .mt_xxl {
      margin-top: 48px !important; } }

.mt_xl {
  margin-top: 64px !important; }
  @media screen and (max-width: 768px) {
    .mt_xl {
      margin-top: 40px !important; } }

.mt_x {
  margin-top: 40px !important; }
  @media screen and (max-width: 768px) {
    .mt_x {
      margin-top: 32px !important; } }

.mt_l {
  margin-top: 32px !important; }
  @media screen and (max-width: 768px) {
    .mt_l {
      margin-top: 24px !important; } }

.mt_m {
  margin-top: 24px !important; }
  @media screen and (max-width: 768px) {
    .mt_m {
      margin-top: 16px !important; } }

.mt_s {
  margin-top: 16px !important; }
  @media screen and (max-width: 768px) {
    .mt_s {
      margin-top: 8px !important; } }

.mt_xs {
  margin-top: 8px !important; }
  @media screen and (max-width: 768px) {
    .mt_xs {
      margin-top: 8px !important; } }

.mb_xxl {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 768px) {
    .mb_xxl {
      margin-bottom: 48px !important; } }

.mb_xl {
  margin-bottom: 64px !important; }
  @media screen and (max-width: 768px) {
    .mb_xl {
      margin-bottom: 40px !important; } }

.mb_x {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 768px) {
    .mb_x {
      margin-bottom: 32px !important; } }

.mb_l {
  margin-bottom: 32px !important; }
  @media screen and (max-width: 768px) {
    .mb_l {
      margin-bottom: 24px !important; } }

.mb_m {
  margin-bottom: 24px !important; }
  @media screen and (max-width: 768px) {
    .mb_m {
      margin-bottom: 16px !important; } }

.mb_s {
  margin-bottom: 16px !important; }
  @media screen and (max-width: 768px) {
    .mb_s {
      margin-bottom: 8px !important; } }

.mb_xs {
  margin-bottom: 8px !important; }
  @media screen and (max-width: 768px) {
    .mb_xs {
      margin-bottom: 8px !important; } }

.top {
  padding-top: 70px; }
  @media only screen and (max-width: 768px) {
    .top {
      padding-top: 100px; } }
  .top .kv {
    position: fixed;
    top: 70px;
    /* ヘッダー分 */
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: -1;
    background: url(../img/top/img_kv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .top .kv__ttl {
      position: absolute;
      top: calc(6.9791666667vw);
      left: calc(10.5208333333vw); }
    .top .kv__logo {
      position: absolute;
      right: calc(9.5833333333vw);
      bottom: calc(7.9166666667vw); }
      .top .kv__logo-ttl {
        width: calc(25vw); }
    .top .kv__scroll {
      position: absolute;
      bottom: calc(1.1979166667vw);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .top .kv {
        top: 100px;
        background: none;
        height: auto; }
        .top .kv__img {
          width: 100%;
          height: 0;
          /* (画像の高さ / 画像の横幅) × 100 */
          padding-top: 66.67%;
          background: url(../img/top/img_kv-sp.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; } }
  .top .movie {
    margin-top: 100vh;
    background: #4F3224;
    padding: 120px 0 144px; }
    .top .movie__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      border: 1px solid #fff;
      border-radius: 8px; }
      .top .movie__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 768px) {
      .top .movie {
        padding: 40px 0 88px;
        margin-top: 66.67%; } }
  .top .purpose {
    background: #fff;
    padding: 120px 0 96px; }
    .top .purpose__btn {
      width: 400px;
      margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .top .purpose {
        padding: 40px 0 64px; }
        .top .purpose__btn {
          width: 100%; } }
  .top .kv-bottom {
    background: #fff; }

.scroll {
  width: calc(4.3229166667vw);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .scroll {
      width: calc(12.8vw); } }

.case {
  padding-top: 70px; }
  .case .main {
    padding: calc(8.3333333333vw) 0 calc(7.0833333333vw); }
  .case__top {
    margin-bottom: calc(8.3333333333vw); }
  .case__movie-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 56px; }
    .case__movie-box .movie-block {
      width: calc((100% - 112px) / 3); }
  @media only screen and (max-width: 768px) {
    .case {
      padding-top: 100px; }
      .case .main {
        padding: calc(10.6666666667vw) 0 calc(10.6666666667vw); }
      .case__movie-box {
        gap: 32px 16px; }
        .case__movie-box .movie-block {
          width: calc((100% - 16px) / 2); } }

.spec {
  background: #fff;
  padding-top: 70px; }
  .spec .main {
    padding: calc(8.3333333333vw) 0 calc(7.0833333333vw); }
  .spec__box01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 32px; }
    .spec__box01-item {
      width: calc((100% - 96px) / 4); }
  .spec__box02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 16px; }
    .spec__box02 .one {
      width: calc(33.3333333333vw); }
    .spec__box02 .two {
      width: calc(20.5833333333vw); }
    .spec__box02 .three, .spec__box02 .six {
      width: calc(59.75vw); }
    .spec__box02 .four {
      width: calc(40.9166666667vw); }
    .spec__box02 .five {
      width: calc(13vw); }
  .spec__box03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .spec__box03-item {
      width: calc((100% - 96px) / 5); }
      .spec__box03-item .ttl09 {
        line-height: 1.4; }
  .spec__list-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 16px; }
  .spec__table table {
    width: 100%; }
  .spec__table table, .spec__table td, .spec__table th {
    border-collapse: collapse; }
  .spec__table td, .spec__table th {
    padding: 8px 0;
    vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .spec {
      padding-top: 100px; }
      .spec .main {
        padding: calc(10.6666666667vw) 0 calc(10.6666666667vw); }
      .spec__table {
        overflow: scroll; }
        .spec__table td, .spec__table th {
          white-space: nowrap; }
      .spec__box02 {
        flex-direction: column;
        gap: 32x; }
        .spec__box02 .one, .spec__box02 .three, .spec__box02 .four, .spec__box02 .six {
          width: 100%; }
        .spec__box02 .two, .spec__box02 .five {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          gap: 8px; }
          .spec__box02 .two img, .spec__box02 .five img {
            width: 45%; }
      .spec__box03 {
        gap: 32px 16px; }
        .spec__box03-item {
          width: calc((100% - 16px) / 2); } }

.feature {
  padding-top: 70px; }
  .feature .main {
    padding: 0 0 calc(7.0833333333vw); }
  .feature #handpiece {
    padding-top: 180px;
    margin-top: -100px; }
  .feature #design {
    padding-top: 180px;
    margin-top: -100px; }
  .feature #refine {
    padding-top: 180px;
    margin-top: -100px; }
  .feature__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    gap: 40px; }
  .feature__btn {
    max-width: calc(46.875vw);
    margin: 0 auto; }
    .feature__btn a {
      background: #fff;
      border-radius: 14px;
      padding: 16px;
      display: block;
      text-align: center;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
      color: #707070;
      text-decoration: none;
      transition: 0.2s; }
      .feature__btn a:hover {
        opacity: 0.7;
        transition: 0.2s; }
    .feature__btn a + a {
      margin-top: calc(1.6666666667vw); }
  .feature__left {
    width: calc(28.5714285714vw);
    height: 100vh;
    position: fixed;
    padding: 20px 30px 0 16px;
    box-sizing: border-box;
    top: 80px;
    left: 3%; }
    .feature__left-img {
      height: 60vh;
      margin: 0 auto 16px; }
      .feature__left-img img {
        height: 100%;
        width: auto;
        display: block;
        margin: 0 auto; }
    .feature__left-menu .feature__btn a {
      padding: 8px; }
    .feature__left-menu .feature__btn a + a {
      margin-top: calc(0.4166666667vw); }
    @media screen and (max-width: 1000px) {
      .feature__left {
        padding: 20px 16px 0 8px; } }
  .feature__right {
    width: calc(71.4285714286vw);
    padding: 0 30px;
    box-sizing: border-box;
    margin-left: calc(28.5714285714vw); }
  .feature__top {
    padding-top: 80px;
    height: calc(100vh - 70px - 80px);
    position: relative; }
  .feature__scroll {
    position: absolute;
    left: 25%;
    bottom: 20px; }
  .feature__content, .feature__content02, .feature__content03 {
    background: #fff;
    border-radius: 10px;
    padding: calc(2.5vw) calc(3.6458333333vw) calc(3.6458333333vw); }
  .feature__content02 {
    background-image: url("../img/feature/img_feature_05.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right;
    padding-bottom: 20%; }
  .feature__content03 {
    position: relative; }
  .feature__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline; }
    .feature__text-01 {
      height: calc(2.6041666667vw);
      width: auto;
      display: block;
      margin-right: 8px; }
  .feature__text02 {
    width: calc(60% - 40px); }
  .feature__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 40px; }
  .feature__box01 {
    width: 60%; }
  .feature__box02 {
    background: #F7F8F8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .feature__box02-img {
      width: 40%; }
    .feature__box02-text {
      width: 60%;
      padding: 24px; }
  .feature__box03 {
    position: absolute;
    width: 30%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .feature__box03-img {
      padding: 0 16px; }
  .feature__box04 {
    width: 70%; }
  .feature__box05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    gap: 40px; }
    .feature__box05-img01 {
      width: 40%; }
    .feature__box05-img02 {
      max-width: 340px; }
    .feature__box05-right {
      width: 60%; }
  .feature__box06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 40px; }
    .feature__box06-text {
      width: 50%; }
    .feature__box06-img {
      width: 50%; }
  .feature__box07 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    .feature__box07-left {
      width: 45%; }
    .feature__box07-right {
      width: 55%; }
  .feature__box08 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    .feature__box08-left {
      width: 45%; }
    .feature__box08-right {
      width: 55%; }
    .feature__box08-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 8px; }
  .feature__box09 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    gap: 16px; }
  .feature__img01 {
    width: 40%; }
  .feature__img02 {
    width: calc(20.8333333333vw); }
  .feature__img03 {
    width: 40%; }
  .feature__caution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .feature__caution span {
      display: block;
      width: 18%; }
  .feature__color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(2.8571428571vw); }
    .feature__color-item figure {
      width: calc(10.7142857143vw); }
    .feature__color-item.is-active figure img {
      border: 4px solid #FFC400;
      box-sizing: border-box; }
  .feature__video video:hover {
    cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .feature {
      padding-top: 100px; }
      .feature .main {
        padding: calc(10.6666666667vw) 0 calc(10.6666666667vw); }
      .feature #handpiece {
        padding-top: 140px;
        margin-top: -70px; }
      .feature #design {
        padding-top: 140px;
        margin-top: -70px; }
      .feature #refine {
        padding-top: 140px;
        margin-top: -70px; }
      .feature__top {
        padding: 0 0 calc(13.3333333333vw);
        height: auto; }
        .feature__top-img {
          width: calc(26.6666666667vw);
          margin: 0 auto; }
      .feature__right {
        max-width: 100%;
        width: 100%;
        padding: 0 calc(4.2666666667vw);
        margin-left: 0; }
      .feature__btn {
        max-width: 100%; }
        .feature__btn a {
          border-radius: 12px;
          padding: 16px; }
        .feature__btn a + a {
          margin-top: calc(4.2666666667vw); }
      .feature__content, .feature__content02, .feature__content03 {
        padding: calc(8.5333333333vw) calc(4.2666666667vw) calc(10.6666666667vw); }
      .feature__content02 {
        background-size: 60%;
        background-position: right bottom;
        padding-bottom: 40%; }
      .feature__scroll {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
      .feature__row {
        flex-direction: column;
        gap: 32px; }
      .feature__box01 {
        width: 100%; }
      .feature__box02 {
        flex-direction: column; }
        .feature__box02-img {
          width: 100%; }
        .feature__box02-text {
          width: 100%;
          padding: 16px;
          box-sizing: border-box; }
      .feature__box03 {
        position: static;
        width: 80%;
        right: 0;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto; }
        .feature__box03-img {
          padding: 0 16px; }
      .feature__box04 {
        width: 100%; }
      .feature__box05 {
        flex-direction: column;
        gap: 24px; }
        .feature__box05-img01 {
          width: 100%; }
        .feature__box05-img02 {
          max-width: 100%; }
        .feature__box05-right {
          width: 100%; }
      .feature__box06 {
        flex-direction: column;
        gap: 24px; }
        .feature__box06-text {
          width: 100%; }
        .feature__box06-img {
          width: 100%; }
      .feature__box07 {
        flex-direction: column;
        gap: 24px; }
        .feature__box07-left {
          width: 100%; }
        .feature__box07-right {
          width: 100%; }
      .feature__box08 {
        flex-direction: column;
        gap: 24px; }
        .feature__box08-left {
          width: 100%; }
        .feature__box08-right {
          width: 100%; }
          .feature__box08-right .feature__box02 {
            margin-bottom: 16px; }
      .feature__box09 {
        flex-direction: column;
        gap: 8px; }
      .feature__img01 {
        width: 90%; }
      .feature__img02 {
        width: 100%; }
      .feature__img03 {
        width: 100%; }
      .feature__text-01 {
        height: calc(8vw); }
      .feature__text02 {
        width: 100%; }
      .feature__caution span {
        width: calc(10.6666666667vw); }
      .feature__color {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        gap: calc(2.1333333333vw); }
        .feature__color-item figure {
          width: calc(20vw); }
      .feature__video video {
        width: 100%; } }

#floating-btn {
  position: fixed;
  bottom: 30px;
  left: 5%;
  color: white;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease; }
  @media screen and (max-width: 1000px) {
    #floating-btn {
      padding: 8px;
      left: 2%; } }

#floating-btn.show {
  opacity: 1;
  pointer-events: auto; }
