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

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*----------------------------------------
初期設定
-----------------------------------------*/
.mincho {
  font-family: "Shippori Mincho", serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1330px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1630px) {
  .fullWidth {
    width: 1630px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1330px) and (max-width: 1630px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1330px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1630px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1330px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP";
  color: #232323;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
@media (min-width: 769px) {
  body {
    min-width: 1330px;
  }
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

body .fadeInUpTrigger,
body .fadeInDownTrigger,
body .fadeInLeftTrigger,
body .fadeInRightTrigger {
  opacity: 0;
}

@media print, screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 2rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a.underbar_animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  a.underbar_animate--wh::after {
    background: #fff !important;
  }
  a.underbar_animate::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  a.underbar_animate:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
/*===========
inview
===========*/
/* ふわっと */
.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/* 下から */
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeInUp.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.combtn {
  background: #232323;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 80px;
  position: relative;
  letter-spacing: 0;
  padding: 0 50px;
  line-height: 1.2;
  border: 2px solid #232323;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.combtn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 35px;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.combtn.--grn {
  background: #9AD3D8;
  border-color: #9AD3D8;
}
.combtn.--pink {
  background: #E6ADD1;
  border-color: #E6ADD1;
}
@media (min-width: 769px) {
  .combtn:hover {
    background: #fff;
    color: #232323;
  }
  .combtn:hover::after {
    border-color: #232323;
  }
  .combtn:hover.--grn {
    color: #9AD3D8;
  }
  .combtn:hover.--grn::after {
    border-color: #9AD3D8;
  }
  .combtn:hover.--pink {
    color: #E6ADD1;
  }
  .combtn:hover.--pink::after {
    border-color: #E6ADD1;
  }
}

@media screen and (max-width: 768px) {
  .combtn {
    height: 50px;
    font-size: 1.4rem;
    border-radius: 50px;
    padding: 0 30px;
    max-width: 280px;
    margin: 0 auto;
  }
  .combtn::after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
  }
  .combtn.--grn {
    background: #9AD3D8;
  }
  .combtn.--pink {
    background: #E6ADD1;
  }
}
.totop {
  position: sticky;
  bottom: 20px;
  right: 20px;
  width: 75px;
  margin: 0 20px 20px auto;
}
.totop a {
  display: block;
}
.totop img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .totop {
    bottom: 10px;
    right: 10px;
    width: 42px;
    margin: 0 10px 10px auto;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
.hd {
  height: 120px;
  background: #FFF;
}
.hd__inr {
  padding: 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.hd__logo {
  width: 203px;
}
.hd__logo img {
  width: 100%;
  height: auto;
}
.hd__rgt {
  max-width: 1300px;
  width: calc(100% - 210px);
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd__links {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hd__links a {
  color: #9AD3D8;
}
.hd__links a:not(:first-of-type) {
  margin-left: 4%;
}
.hd__icons {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd__icons a,
.hd__icons button {
  display: block;
  width: 25%;
  margin-left: 5%;
}
.hd__icons a img,
.hd__icons button img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hd__icons a:nth-of-type(1) img,
.hd__icons button:nth-of-type(1) img {
  height: 48px;
}
.hd__icons a:nth-of-type(3) img,
.hd__icons button:nth-of-type(3) img {
  height: 43px;
}

.nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .hd {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 65px;
    z-index: 10;
  }
  .hd__inr {
    padding: 0 5%;
    height: 65px;
  }
  .hd__logo {
    width: 100px;
  }
  .hd__rgt {
    width: calc(100% - 110px);
    max-width: 230px;
  }
  .hd__links {
    display: none;
  }
  .hd__icons {
    width: 80%;
  }
  .hd__icons a img,
  .hd__icons button img {
    height: 38px;
  }
  .hd__icons a:nth-of-type(1) img,
  .hd__icons button:nth-of-type(1) img {
    height: 35px;
  }
  .hd__icons a:nth-of-type(3) img,
  .hd__icons button:nth-of-type(3) img {
    height: 31px;
  }
  .hd-togglenav {
    height: 40px;
    position: relative;
    z-index: 101;
  }
  .hd-togglenav div {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .hd-togglenav div::after {
    content: "MENU";
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 0;
  }
  .hd-togglenav div span {
    display: block;
    width: 80%;
    height: 1px;
    background: #232323;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hd-togglenav div span:first-of-type {
    top: 0;
  }
  .hd-togglenav div span:nth-of-type(2) {
    top: 28%;
  }
  .hd-togglenav div span:nth-of-type(3) {
    top: 55%;
  }
  .hd-togglenav.--close div::after {
    content: "CLOSE";
  }
  .hd-togglenav.--close div span:first-of-type {
    top: 40%;
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
  }
  .hd-togglenav.--close div span:nth-of-type(2) {
    opacity: 0;
  }
  .hd-togglenav.--close div span:nth-of-type(3) {
    top: 40%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: #9AD3D8;
    z-index: 100;
    padding: 120px 20px 100px;
    overflow-y: scroll;
  }
  .nav__links a {
    color: #fff;
    display: block;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .nav ul {
    max-width: 250px;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav ul li {
    width: 28%;
  }
}
/*----------------------------------------
FOOTER
-----------------------------------------*/
.ft {
  background: #9AD3D8;
  width: 100%;
  padding: 60px 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .ft {
    padding: 30px 0;
    font-size: 1rem;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
#TOP section h2 {
  font-size: 5.6rem;
}
#TOP .mv img {
  width: 100%;
}
#TOP .items {
  padding: 75px 0;
}
#TOP .items__inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#TOP .items__inr a {
  display: block;
}
#TOP .items__inr .-txt {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0;
}
#TOP .hane {
  background: -webkit-gradient(linear, left top, right top, from(#9AD3D8), color-stop(50%, #9AD3D8), color-stop(50%, #E6ADD1), to(#E6ADD1));
  background: linear-gradient(90deg, #9AD3D8 0%, #9AD3D8 50%, #E6ADD1 50%, #E6ADD1 100%);
  padding: 150px 0 140px;
}
@media (max-width: 1500px) {
  #TOP .hane {
    padding-top: 200px;
  }
}
#TOP .hane__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#TOP .hane__blk {
  width: 40%;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#TOP .hane__blk h2 {
  position: relative;
  display: inline-block;
  font-size: 6rem;
  margin-bottom: 40px;
}
#TOP .hane__blk h2 small {
  font-size: 3rem;
  display: block;
}
#TOP .hane__blk h2 .-circle {
  font-size: 2.3rem;
  font-weight: bold;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  position: absolute;
  top: calc(50% - 87px);
  right: 105%;
}
@media (max-width: 1500px) {
  #TOP .hane__blk h2 .-circle {
    top: auto;
    bottom: 105%;
    right: auto;
    left: 0;
  }
}
#TOP .hane__blk .-img {
  max-width: 330px;
  margin: 0 auto;
}
#TOP .hane__blk .-txt {
  margin: 35px auto 65px;
  max-width: 340px;
  font-size: 2.5rem;
}
#TOP .hane__blk .-txt .-length {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#TOP .hane__blk .-price {
  margin-bottom: 70px;
}
#TOP .hane__blk .-price img {
  max-height: 190px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
#TOP .hane__blk.--2nd h2 .-circle {
  right: auto;
  left: 105%;
}
@media (max-width: 1500px) {
  #TOP .hane__blk.--2nd h2 .-circle {
    right: 0;
    left: auto;
  }
}
#TOP .hane__decoTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#TOP .great {
  padding: 120px 0 100px;
}
#TOP .great__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#TOP .great__txtarea {
  width: 44%;
  padding-left: 60px;
  padding-bottom: 60px;
}
#TOP .great__txtarea h2 {
  font-size: 4.8rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
  margin-top: 40px;
  margin-left: -20px;
}
#TOP .great__txtarea p {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.5;
}
#TOP .great__graph {
  width: 55%;
}
#TOP .salon {
  background: #FCFBE8;
  padding: 30px 0;
}
#TOP .salon__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#TOP .salon__txtarea {
  width: 50%;
  padding-left: 80px;
  padding-right: 5%;
}
#TOP .salon__txtarea .-subttl {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 90px;
}
#TOP .salon__txtarea .-subttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(/img/top/sample_ttl_deco.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
}
#TOP .salon__txtarea .-ttl {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 50px;
}
#TOP .salon__txtarea .-btn {
  max-width: 500px;
}
#TOP .salon__img {
  width: 50%;
}
#TOP .merit__top {
  background: url(/img/top/merit_bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0 30px;
  position: relative;
}
#TOP .merit__top::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#fff));
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #fff 100%);
}
#TOP .merit__top h2 {
  max-width: 740px;
  margin: 0 auto 90px;
}
#TOP .merit__top p {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#TOP .merit__btm {
  padding: 150px 0 0;
}
#TOP .merit__blk {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#TOP .merit__blk .-img {
  width: 45%;
}
#TOP .merit__blk .-txtarea {
  width: 45%;
  padding-left: 14%;
  padding-bottom: 65px;
  position: relative;
  height: 100%;
}
#TOP .merit__blk .-txtarea .-num {
  position: absolute;
  top: -40px;
  left: 0;
}
#TOP .merit__blk .-txtarea .-num img {
  height: 150px;
  width: auto;
}
#TOP .merit__blk .-txtarea .-ttl {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
#TOP .merit__blk .-txtarea .-ttl small {
  font-size: 3.2rem;
  display: block;
  margin-bottom: 20px;
}
#TOP .merit__blk .-txtarea p {
  font-weight: 500;
}
#TOP .merit__blk .-txtarea .-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 88%;
}
#TOP .merit__blk:not(:first-of-type) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TOP .merit__blk:not(:first-of-type) .-num {
  top: -120px;
}
#TOP .merit__blk:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#TOP .merit__blk:nth-of-type(2n) .-txtarea {
  padding-left: 30px;
}
#TOP .merit__blk:nth-of-type(2n) .-txtarea .-num {
  top: -120px;
  left: auto;
  right: -20px;
}
#TOP .merit__blk:nth-of-type(2n) .-txtarea .-num img {
  height: 150px;
  width: auto;
}
#TOP .merit__blk:nth-of-type(2n) .-txtarea .-deco {
  right: auto;
  left: 0;
}
#TOP .witem {
  padding: 200px 0;
}
#TOP .witem__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#TOP .witem__blk {
  width: 50%;
}
#TOP .witem__blk h2 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
}
#TOP .witem__blk h2 small {
  display: block;
  font-size: 3.2rem;
}
#TOP .witem__blk h2 span {
  font-size: 4.8rem;
  font-weight: 500;
}
#TOP .witem__blk h2.--grn {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #9AD3D8), to(#9AD3D8));
  background: linear-gradient(90deg, transparent 0%, #9AD3D8 30%, #9AD3D8 100%);
}
#TOP .witem__blk h2.--pink {
  background: -webkit-gradient(linear, left top, right top, from(#E6ADD1), color-stop(70%, #E6ADD1), to(transparent));
  background: linear-gradient(90deg, #E6ADD1 0%, #E6ADD1 70%, transparent 100%);
}
#TOP .witem__blkInr {
  width: 72%;
  margin: 45px auto 0;
}
#TOP .witem__blkInr .-img {
  margin-bottom: 40px;
}
#TOP .witem__blkInr .-txtarea {
  margin-bottom: 50px;
}
#TOP .witem__blkInr .-txtarea p {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #232323;
  padding: 10px 0;
  font-size: 2.8rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#TOP .product {
  padding: 200px 0;
  background: url(/img/top/product_bgmain.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
#TOP .product__inr {
  position: relative;
}
#TOP .product__decotxt {
  position: absolute;
  top: 70px;
  right: -140px;
  width: 55px;
}
#TOP .product__blk {
  padding: 90px 100px 100px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#TOP .product__blk .-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#TOP .product__blk .-top__txtblk {
  width: 65%;
}
#TOP .product__blk .-top__subttl {
  background: #232323;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
}
#TOP .product__blk .-top__subttl small {
  font-size: 3.2rem;
}
#TOP .product__blk .-top__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TOP .product__blk .-top__ttl h2 {
  empty-cells: 40%;
  font-size: 5.6rem;
  font-weight: 500;
}
#TOP .product__blk .-top__ttl .-sub {
  width: 55%;
}
#TOP .product__blk .-top__ttl .-sub .-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#TOP .product__blk .-top__ttl .-sub .-star span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 2.2rem;
}
#TOP .product__blk .-top__ttl .-sub .-star img {
  width: 120px;
  margin-left: 10px;
}
#TOP .product__blk .-top__ttl .-sub .-material {
  text-align: right;
  font-size: 2.8rem;
  letter-spacing: 0;
}
#TOP .product__blk .-top__ttl .-sub .-material::before {
  content: "▶︎";
  margin-right: 10px;
  color: #9AD3D8;
}
#TOP .product__blk .-top__ttl .-sub .-material.--pink::before {
  color: #E6ADD1;
}
#TOP .product__blk .-top__txt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #232323;
  font-size: 2.2rem;
}
#TOP .product__blk .-top__imgblk {
  width: 31%;
}
#TOP .product__blk .-btm {
  margin-top: 25px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding: 50px 50px 50px 65px;
}
#TOP .product__blk.--grn {
  background: url(/img/top/product_bgtop.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#TOP .product__blk.--pink {
  margin-top: 190px;
  background: url(/img/top/product_bgbtm.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#TOP .product__blk.--pink .-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#TOP .accesory {
  padding: 180px 0;
  background: url(/img/top/accesory_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#TOP .accesory ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
#TOP .accesory ul li {
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#TOP .accesory ul li .-img {
  margin-bottom: -15px;
}
#TOP .accesory ul li .-ttl {
  font-weight: 500;
  font-size: 4.4rem;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#TOP .accesory ul li .-ttl small {
  font-size: 2.8rem;
  margin-right: 10px;
}
#TOP .accesory ul li .-txt {
  font-size: 2rem;
  margin-bottom: 25px;
  min-height: 110px;
}
#TOP .accesory ul li .-txt small {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
#TOP .accesory ul li .-price {
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#TOP .use {
  padding: 180px 0 90px;
}
#TOP .use h2 {
  text-align: center;
  margin-bottom: 70px;
}
#TOP .use .-lead {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
}
#TOP .use__blk {
  margin-top: 80px;
}
#TOP .use__blk h3 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #9AD3D8), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #9AD3D8 50%, transparent 100%);
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 80px;
}
#TOP .use__setup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto;
}
#TOP .use__setup li {
  width: 30%;
}
#TOP .use__setup li .-img {
  text-align: center;
}
#TOP .use__setup li .-txt {
  margin-top: 35px;
  text-align: center;
  font-size: 2.5rem;
}
#TOP .use__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
  max-width: 1050px;
  margin: 0 auto;
}
#TOP .use__step li .-txt {
  font-size: 2rem;
  margin-top: 15px;
  text-align: justify;
}
#TOP .use__lists {
  max-width: 1050px;
  margin: 0 auto;
}
#TOP .use__lists li {
  padding-left: 40px;
  position: relative;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#TOP .use__lists li span {
  display: block;
  font-size: 2rem;
}
#TOP .use__lists li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #9AD3D8;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}
#TOP .use__attn {
  border: 1px solid #232323;
  padding: 80px 40px;
  overflow-y: scroll;
  height: 1100px;
  max-width: 1050px;
  margin: 80px auto 0;
}
#TOP .use__attn dl {
  line-height: 2;
  letter-spacing: 0;
}
#TOP .use__attn dl:not(:first-of-type) {
  margin-top: 60px;
}
#TOP .use__attn dl dt {
  margin-bottom: 5px;
}
#TOP .qa {
  padding: 90px 0;
  letter-spacing: 0;
}
#TOP .qa h2 {
  text-align: center;
  margin-bottom: 70px;
}
#TOP .qa details {
  margin-top: 60px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#TOP .qa details summary,
#TOP .qa details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
}
#TOP .qa details summary .-sub,
#TOP .qa details div .-sub {
  width: 60px;
  font-size: 3.6rem;
  font-weight: 500;
}
#TOP .qa details summary .-main,
#TOP .qa details div .-main {
  width: calc(100% - 60px);
}
#TOP .qa details summary .-grn,
#TOP .qa details div .-grn {
  color: #9AD3D8;
}
#TOP .qa details summary {
  background: #9AD3D8;
  color: #fff;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 3.6rem;
  position: relative;
  cursor: pointer;
}
#TOP .qa details summary::-webkit-details-marker {
  display: none;
}
#TOP .qa details summary::before, #TOP .qa details summary::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 30px;
}
#TOP .qa details summary::after {
  width: 3px;
  height: 30px;
  top: calc(50% - 15px);
  right: 43.5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#TOP .qa details[open] summary::after {
  opacity: 0;
}
#TOP .qa details div .-sub {
  color: #9AD3D8;
}
#TOP .qa details div .-main {
  font-size: 2.5rem;
  margin-top: 5px;
  line-height: 2;
}
#TOP .qa details div .-main a {
  color: #9AD3D8;
  text-decoration: underline;
}
#TOP .oem {
  padding: 180px 0;
}
#TOP .oem h2 {
  text-align: center;
  margin-bottom: 80px;
}
#TOP .oem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#TOP .oem ul li:first-of-type {
  width: 45%;
}
#TOP .oem ul li:last-of-type {
  width: 50%;
  font-size: 2.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #TOP {
    margin-top: 65px;
  }
  #TOP section h2 {
    font-size: 2.1rem;
  }
  #TOP .items {
    padding: 25px 0;
  }
  #TOP .items__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #TOP .items__inr .-txt {
    margin-top: 10px;
  }
  #TOP .items .slick-slide {
    margin: 0 10px;
  }
  #TOP .hane {
    background: none;
    padding: 0;
  }
  #TOP .hane__inr {
    display: block;
  }
  #TOP .hane__blk {
    background: #9AD3D8;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #TOP .hane__blk h2 {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  #TOP .hane__blk h2 small {
    font-size: 1.4rem;
    display: block;
  }
  #TOP .hane__blk h2 .-circle {
    display: none;
  }
  #TOP .hane__blk .-img {
    max-width: 150px;
  }
  #TOP .hane__blk .-txt {
    margin: 25px auto 30px;
    max-width: 230px;
    font-size: 1.2rem;
  }
  #TOP .hane__blk .-txt .-length {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #TOP .hane__blk .-price {
    max-width: 230px;
    margin: 0 auto 40px;
  }
  #TOP .hane__blk .-price img {
    max-height: auto;
    width: 100%;
    margin-left: 0;
  }
  #TOP .hane__blk.--2nd {
    background: #E6ADD1;
  }
  #TOP .hane__decoTxt {
    display: none;
  }
  #TOP .great {
    padding: 60px 0 40px;
  }
  #TOP .great__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .great__txtarea {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  #TOP .great__txtarea h2 {
    font-size: 2.1rem;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
  }
  #TOP .great__txtarea p {
    font-size: 1rem;
    text-align: center;
  }
  #TOP .great__graph {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
  #TOP .salon {
    background: #FCFBE8;
    padding: 50px 0 40px;
  }
  #TOP .salon__inr {
    display: block;
  }
  #TOP .salon__txtarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #TOP .salon__txtarea .-subttl {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  #TOP .salon__txtarea .-subttl::after {
    content: "";
    height: 15px;
    background: url(/img/top/sample_ttl_deco_sp.svg) no-repeat;
    top: calc(100% + 5px);
  }
  #TOP .salon__txtarea .-ttl {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  #TOP .salon__txtarea .-btn {
    max-width: unset;
    margin-top: 30px;
  }
  #TOP .salon__img {
    width: 90%;
  }
  #TOP .salon__img img {
    width: 100%;
  }
  #TOP .merit__top {
    background: url(/img/top/merit_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 35px 0 10px;
    position: relative;
  }
  #TOP .merit__top::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#fff));
    background: linear-gradient(180deg, transparent 0%, transparent 80%, #fff 100%);
  }
  #TOP .merit__top h2 {
    max-width: 260px;
    margin: 0 auto 25px;
  }
  #TOP .merit__top p {
    max-width: 300px;
  }
  #TOP .merit__btm {
    padding: 50px 0 0;
  }
  #TOP .merit__blk {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
    max-width: 400px;
  }
  #TOP .merit__blk .-img {
    width: 100%;
  }
  #TOP .merit__blk .-txtarea {
    width: 100%;
    padding: 25px 0 40px 0;
    text-align: center;
  }
  #TOP .merit__blk .-txtarea .-num {
    position: absolute;
    top: -20px;
    left: -5%;
  }
  #TOP .merit__blk .-txtarea .-num img {
    height: 60px;
    width: auto;
  }
  #TOP .merit__blk .-txtarea .-ttl {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  #TOP .merit__blk .-txtarea .-ttl small {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #TOP .merit__blk .-txtarea p {
    font-size: 1.1rem;
  }
  #TOP .merit__blk .-txtarea .-deco {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 88%;
  }
  #TOP .merit__blk:not(:first-of-type) .-num {
    top: -20px;
  }
  #TOP .merit__blk:nth-of-type(2n) .-txtarea {
    padding-left: 0;
  }
  #TOP .merit__blk:nth-of-type(2n) .-txtarea .-num {
    top: -20px;
    left: auto;
    right: -5%;
  }
  #TOP .merit__blk:nth-of-type(2n) .-txtarea .-num img {
    height: 60px;
    width: auto;
  }
  #TOP .merit__blk:nth-of-type(2n) .-txtarea .-deco {
    right: auto;
    left: 50%;
  }
  #TOP #SEC06 {
    margin-bottom: -40px;
  }
  #TOP .witem {
    padding: 50px 0;
  }
  #TOP .witem:first-of-type {
    padding-top: 0;
  }
  #TOP .witem__inr {
    display: block;
  }
  #TOP .witem__blk {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  #TOP .witem__blk:last-of-type {
    margin-top: 60px;
  }
  #TOP .witem__blk h2 {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 15px 0;
  }
  #TOP .witem__blk h2 small {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #TOP .witem__blk h2 span {
    font-size: 2.1rem;
  }
  #TOP .witem__blkInr {
    width: 100%;
    margin: 20px auto 0;
  }
  #TOP .witem__blkInr .-img {
    width: 65%;
    margin: 0 auto 20px;
  }
  #TOP .witem__blkInr .-txtarea {
    width: 65%;
    margin: 0 auto 25px;
  }
  #TOP .witem__blkInr .-txtarea p {
    padding: 5px 0;
    font-size: 1.2rem;
  }
  #TOP .witem__blkInr .-btn a {
    max-width: 300px;
  }
  #TOP .product {
    padding: 40px 0;
    background: url(/img/top/product_bgmain_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #TOP .product__inr {
    position: unset;
  }
  #TOP .product__decotxt {
    position: absolute;
    top: 45%;
    right: 0;
    width: 4%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #TOP .product__blk {
    padding: 35px 20px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    max-width: 400px;
    margin: 0 auto;
  }
  #TOP .product__blk .-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .product__blk .-top__txtblk {
    width: 100%;
  }
  #TOP .product__blk .-top__subttl {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
  #TOP .product__blk .-top__subttl small {
    font-size: 1.1rem;
  }
  #TOP .product__blk .-top__ttl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #TOP .product__blk .-top__ttl h2 {
    empty-cells: 40%;
    font-size: 2.2rem;
  }
  #TOP .product__blk .-top__ttl .-sub {
    width: 55%;
  }
  #TOP .product__blk .-top__ttl .-sub .-star {
    margin-bottom: 5px;
  }
  #TOP .product__blk .-top__ttl .-sub .-star span {
    font-size: 1rem;
  }
  #TOP .product__blk .-top__ttl .-sub .-star img {
    width: 45px;
    margin-left: 5px;
  }
  #TOP .product__blk .-top__ttl .-sub .-material {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  #TOP .product__blk .-top__ttl .-sub .-material::before {
    margin-right: 5px;
  }
  #TOP .product__blk .-top__txt {
    margin-top: 25px;
    padding-top: 0;
    border-top: none;
    font-size: 1rem;
  }
  #TOP .product__blk .-top__imgblk {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #232323;
    width: 100%;
    position: relative;
  }
  #TOP .product__blk .-top__imgblk.--1st::after {
    content: "";
    display: block;
    width: 130px;
    height: 30px;
    position: absolute;
    top: 94%;
    right: -2%;
    background: url(/img/top/product01_sptxt.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #TOP .product__blk .-top__imgblk.--2nd::after {
    content: "";
    display: block;
    width: 55px;
    height: 20px;
    position: absolute;
    top: 98%;
    right: 0%;
    background: url(/img/top/product02_sptxt.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #TOP .product__blk .-btm {
    margin-top: 25px;
    padding: 15px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #TOP .product__blk .-btm img {
    width: 100%;
  }
  #TOP .product__blk.--pink {
    margin-top: 45px;
  }
  #TOP .accesory {
    padding: 60px 0;
    background: url(/img/top/accesory_bg_sp.jpg) no-repeat;
  }
  #TOP .accesory ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #TOP .accesory ul li .-img {
    max-width: 180px;
    margin: 0 auto;
  }
  #TOP .accesory ul li .-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #TOP .accesory ul li .-ttl small {
    font-size: 1.4rem;
    margin-right: 5px;
  }
  #TOP .accesory ul li .-txt {
    font-size: 1rem;
    margin-bottom: 15px;
    min-height: unset;
  }
  #TOP .accesory ul li .-txt small {
    font-size: 90%;
    margin-top: 5px;
  }
  #TOP .accesory ul li .-price {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #TOP .accesory ul li .-btn {
    max-width: 200px;
    margin: 0 auto;
  }
  #TOP .use {
    padding: 60px 0;
  }
  #TOP .use h2 {
    margin-bottom: 30px;
  }
  #TOP .use .-lead {
    font-size: 1rem;
  }
  #TOP .use__blk {
    max-width: 400px;
    margin: 40px auto 0;
  }
  #TOP .use__blk:last-of-type {
    margin-top: 65px;
  }
  #TOP .use__blk h3 {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #9AD3D8), color-stop(70%, #9AD3D8), to(transparent));
    background: linear-gradient(90deg, transparent 0%, #9AD3D8 30%, #9AD3D8 70%, transparent 100%);
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #TOP .use__setup li {
    width: 30%;
  }
  #TOP .use__setup li .-img {
    text-align: center;
  }
  #TOP .use__setup li .-txt {
    margin-top: 10px;
    font-size: 1rem;
  }
  #TOP .use__step {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  #TOP .use__step li {
    position: relative;
  }
  #TOP .use__step li:nth-of-type(2n+1)::after {
    content: "";
    width: 11px;
    height: 23px;
    display: block;
    background: url(/img/top/use_arw.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 6px;
    left: calc(100% + 10px);
  }
  #TOP .use__step li .-txt {
    font-size: 1rem;
    margin-top: 10px;
    text-align: justify;
  }
  #TOP .use__lists li {
    padding-left: 20px;
    position: relative;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  #TOP .use__lists li span {
    font-size: 1rem;
  }
  #TOP .use__lists li::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  #TOP .use__attn {
    padding: 25px 15px;
    height: 1000px;
    margin-top: 25px;
  }
  #TOP .use__attn dl {
    line-height: 2;
    letter-spacing: 0;
  }
  #TOP .use__attn dl:not(:first-of-type) {
    margin-top: 20px;
  }
  #TOP .use__attn dl dt {
    margin-bottom: 5px;
  }
  #TOP .qa {
    padding: 50px 0;
  }
  #TOP .qa h2 {
    margin-bottom: 25px;
  }
  #TOP .qa details {
    max-width: 400px;
    margin: 20px auto 0;
  }
  #TOP .qa details summary,
  #TOP .qa details div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
  }
  #TOP .qa details summary .-sub,
  #TOP .qa details div .-sub {
    width: 25px;
    font-size: 1.6rem;
  }
  #TOP .qa details summary .-main,
  #TOP .qa details div .-main {
    width: calc(100% - 25px);
  }
  #TOP .qa details summary {
    font-size: 1.5rem;
  }
  #TOP .qa details summary::before, #TOP .qa details summary::after {
    width: 12px;
    height: 2px;
    top: calc(50% - 1px);
    right: 15px;
  }
  #TOP .qa details summary::after {
    width: 2px;
    height: 12px;
    top: calc(50% - 6px);
    right: 20px;
  }
  #TOP .qa details div .-sub {
    color: #9AD3D8;
  }
  #TOP .qa details div .-main {
    font-size: 1rem;
    margin-top: 3px;
    line-height: 2;
  }
  #TOP .oem {
    padding: 50px 0 20px;
  }
  #TOP .oem h2 {
    margin-bottom: 25px;
  }
  #TOP .oem ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
    width: 90%;
  }
  #TOP .oem ul li:first-of-type {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  #TOP .oem ul li:last-of-type {
    margin-top: 20px;
    width: 100%;
    font-size: 1rem;
    text-align: justify;
  }
}
form#mailformpro input[type=text],
form#mailformpro input[type=email],
form#mailformpro input[type=tel],
form#mailformpro textarea {
  width: 80% !important;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #232323;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  font-size: 1.6rem;
}
form#mailformpro textarea {
  height: 200px;
  resize: none;
}
form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #232323;
}
form#mailformpro dl:last-of-type {
  border-bottom: solid 1px #232323;
}
form#mailformpro dl dt {
  width: 380px;
  float: unset;
  text-align: left;
  padding: 20px 0 20px 85px;
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
}
form#mailformpro dl dd {
  width: calc(100% - 380px);
  padding: 20px 0 20px 0;
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
}
form#mailformpro dl .-checkbox label {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro dl .-checkbox input {
  margin-right: 20px;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
form#mailformpro dl .-name {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form#mailformpro dl .-name__blk {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form#mailformpro dl .-name__blk span {
  width: 50px;
}
form#mailformpro dl .-name__blk input {
  width: calc(100% - 50px);
}
form#mailformpro dl .-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form#mailformpro dl .-mail__blk {
  width: 45%;
}
form#mailformpro dl .-mail__blk input {
  width: 100% !important;
}
form#mailformpro dl .-mail__txt {
  width: 52%;
  line-height: 1.2;
}
form#mailformpro .-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
form#mailformpro .-textarea dt {
  margin-top: 10px;
}
form#mailformpro .-btn button {
  width: 220px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background: #232323;
  border-radius: 10px;
  cursor: pointer;
  margin: 45px auto 0;
  border: 2px solid #232323;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro .-btn button:hover {
  background: #fff;
  color: #232323;
}

@media screen and (max-width: 768px) {
  form#mailformpro input[type=text],
  form#mailformpro input[type=email],
  form#mailformpro input[type=tel],
  form#mailformpro textarea {
    width: 100% !important;
    padding: 5px 10px;
    font-size: 1rem;
  }
  form#mailformpro textarea {
    height: 150px;
  }
  form#mailformpro dl.--sptop {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  form#mailformpro dl.--sptop dt {
    margin-top: 5px;
  }
  form#mailformpro dl dt {
    width: 120px;
    padding: 10px 0;
    font-size: 1rem;
  }
  form#mailformpro dl dd {
    width: calc(100% - 120px);
    padding: 10px 0;
    font-size: 1rem;
  }
  form#mailformpro dl .-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  form#mailformpro dl .-checkbox input {
    margin: 0 10px 0 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  form#mailformpro dl .-name {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form#mailformpro dl .-name__blk {
    width: 100%;
  }
  form#mailformpro dl .-name__blk:first-of-type {
    margin-bottom: 10px;
  }
  form#mailformpro dl .-name__blk span {
    width: 30px;
  }
  form#mailformpro dl .-name__blk input {
    width: calc(100% - 35px) !important;
  }
  form#mailformpro dl.-mail-wrap {
    position: relative;
    padding-bottom: 40px;
  }
  form#mailformpro dl .-mail__blk {
    width: 100%;
  }
  form#mailformpro dl .-mail__txt {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
  }
  form#mailformpro .-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  form#mailformpro .-textarea dt {
    margin-top: 5px;
  }
  form#mailformpro .-btn button {
    width: 150px;
    height: 45px;
    font-size: 1.3rem;
    border-radius: 5px;
    margin: 30px auto 0;
    border: 1px solid #232323;
  }
}
#CONTACT sup {
  vertical-align: text-top;
  color: #E61922;
  font-size: 1.2rem;
}
#CONTACT .inr {
  padding: 100px 0;
}
#CONTACT h1 {
  font-size: 5.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
#CONTACT .lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
#CONTACT .company {
  margin-top: 140px;
  font-size: 2rem;
  text-align: center;
}
#CONTACT .company h2 {
  font-size: 3.6rem;
  font-weight: 500;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}
#CONTACT .company .-name {
  margin: 70px 0 30px;
}
#CONTACT .company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
#CONTACT .company ul a:not([href^="tel:"]) {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #CONTACT sup {
    font-size: 1rem;
  }
  #CONTACT .inr {
    padding: 100px 0 50px;
  }
  #CONTACT h1 {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  #CONTACT .lead {
    font-size: 1rem;
    margin-bottom: 25px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #CONTACT .company {
    margin-top: 70px;
    font-size: 1rem;
  }
  #CONTACT .company h2 {
    font-size: 1.8rem;
    width: 250px;
    padding-bottom: 10px;
  }
  #CONTACT .company .-name {
    margin: 25px 0 15px;
  }
  #CONTACT .company ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  #CONTACT .company ul a[href^="tel:"] {
    text-decoration: underline;
  }
}