@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700&display=swap');
html, body {
  margin: 0;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  html, body {
    font-size: calc((var(--width) / 1300) * 10px);
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: calc((var(--width) / 375) * 10px);
  }
  .pc {
    display: none !important;
  }
}
/*------------
  common
------------*/
.container {
  position: relative;
  width: min(95.0rem, 950px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
/*------------
  header
------------*/
/*.header {
  padding: min(2.5rem, 25px);
}
.header .header-logo img {
  width: min(9.5rem, 95px);
  height: min(4.5rem, 45px);
}*/
/*@media screen and (max-width: 768px) {
    .header {
    padding: min(2.5rem, 25px) min(2.0rem, 20px);
  }
}*/
/*------------
  footer
------------*/
.footer {
  padding: min(13.0rem, 130px) 0 min(2.5rem, 25px);
  text-align: center;
  font-size: min(1.2rem, 12px);
  line-height: 1.66;
}
.footer .footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: min(4.5rem, 45px);
}
.footer .footer-nav a {
  margin: 0 min(2.0rem, 20px);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: min(5.5rem, 55px) 0 min(2.5rem, 25px);
    font-size: min(1.2rem, 12px);
    line-height: 1.66;
  }
  .footer .footer-nav {
    display: block;
    margin-bottom: min(4.5rem, 45px);
  }
  .footer .footer-nav a {
    display: block;
    margin: 0;
  }
  .footer .footer-nav a + a {
    margin-top: min(2.5rem, 25px);
  }
}
/*------------
  index
------------*/
/*
  kv
------------*/
#kv {
  padding: min(8.5rem, 85px) 0 0;
  text-align: center;
}
#kv h1 {
  margin-bottom: min(8.5rem, 85px);
  font-size: min(3.0rem, 30px);
  font-weight: 700;
  line-height: 1.13;
}
#kv .kv-message {
  font-size: min(1.6rem, 16px);
  line-height: 2.43;
}
#kv .kv-message p {
  font-weight: 500;
}
#kv .kv-caution {
  margin-top: min(4.0rem, 40px);
  font-size: min(1.2rem, 12px);
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #kv {
    padding: min(9.5rem, 95px) min(2.0rem, 20px) 0;
  }
  #kv .kv-caution {
    margin-top: min(8.0rem, 80px);
    font-weight: 500;
  }
}
/*
  repair
------------*/
.repair .repair-ttl {
  margin-bottom: min(8.0rem, 80px);
  text-align: center;
  font-size: min(2.2rem, 22px);
  line-height: 1.36;
}
.repair .repair-ttl span {
  position: relative;
  font-weight: 700;
}
.repair .repair-ttl span::before {
  content: '';
  position: absolute;
  bottom: max(-1.5rem, -15px);
  left: 0;
  width: 100%;
  height: 3px;
  background: #DEDEDE;
}
.repair .repair-ttl span::after {
  content: '';
  position: absolute;
  bottom: max(-1.5rem, -15px);
  left: 0;
  width: min(3.6rem, 36px);
  height: 3px;
  background: #707070;
}
.repair .repair-btn {
  width: min(40.0rem, 400px);
  margin: min(5.0rem, 50px) auto 0;
}
.repair .repair-btn a {
  display: block;
  padding: min(2.5rem, 25px) 0;
  text-align: center;
  font-size: min(1.6rem, 16px);
  font-weight: 700;
  color: #FFFFFF;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .repair .repair-ttl {
    margin-bottom: min(7.5rem, 75px);
  }
  .repair .repair-btn {
    width: 100%;
    margin: min(4.0rem, 40px) auto 0;
  }
}
/*
  howto
------------*/
#howto {
  padding: min(10.0rem, 100px) 0 0;
}
#howto .howto-flex {
  display: flex;
  justify-content: center;
}
#howto .howto-box {
  display: flex;
  align-items: center;
  position: relative;
  width: min(45.0rem, 450px);
  padding: min(4.0rem, 40px) min(1.0rem, 10px);
  border: 8px solid #ADADAD;
}
#howto .howto-box + .howto-box {
  margin-left: min(3.0rem, 30px);
}
#howto .howto-icon {
  width: min(7.6rem, 76px);
}
#howto .howto-text {
  margin-left: min(2.0rem, 20px);
  font-size: min(1.4rem, 14px);
  line-height: 1.35;
}
#howto .howto-ttl {
  margin-bottom: min(1.0rem, 10px);
  font-size: min(1.8rem, 18px);
  font-weight: 700;
  line-height: 1.33;
}
#howto .howto-caution {
  margin-top: min(1.5rem, 15px);
  color: #FF0000;
}
#howto .howto-arrow {
  position: absolute;
  bottom: min(1.0rem, 10px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1.4rem, 14px);
}
@media screen and (max-width: 768px) {
  #howto {
    padding: min(8.5rem, 85px) min(2.0rem, 20px) 0;
  }
  #howto .howto-flex {
    display: block;
  }
  #howto .howto-box {
    display: block;
    width: 100%;
    padding: min(2.0rem, 20px) min(1.0rem, 10px);
    text-align: center;
  }
  #howto .howto-box + .howto-box {
    margin: min(4.5rem, 45px) auto 0;
  }
  #howto .howto-icon {
    margin: 0 auto min(2.0rem, 20px);
  }
  #howto .howto-text {
    margin: 0 auto;
  }
  #howto .howto-small {
    font-size: min(1.2rem, 12px);
  }
  #howto .howto-arrow {
    position: relative;
    left: 0;
    bottom: 0;
    fransform: none;
    margin: min(2.0rem, 20px) auto 0;
  }
}
/*
  flow
------------*/
#flow {
  padding: min(14.0rem, 140px) 0 0;
}
#flow .flow-head {
  text-align: center;
  font-size: min(1.8rem, 18px);
  font-weight: 700;
}
#flow .flow-caution {
  margin-top: min(2.0rem, 20px);
  text-align: center;
  font-size: min(1.4rem, 14px);
  line-height: 1.57;
  color: #FF0000;
}
#flow .flow-inner {
  width: min(100.0rem, 1000px);
  margin: min(7.0rem, 70px) auto 0;
  padding: min(8.5rem, 85px) min(9.0rem, 90px);
  background: #F0F0F0;
  border-radius: min(4.9rem, 49px);
}
#flow .flow-row {
  display: flex;
  align-items: center;
  text-align: left;
}
#flow .flow-row + .flow-row {
  margin-top: min(5.0rem, 50px);
}
#flow .flow-num {
  flex-shrink: 0;
  margin: auto 0;
  font-size: min(3.1rem, 31px);
}
#flow .flow-num p {
  font-weight: 700;
}
#flow .flow-icon {
  flex-shrink: 0;
  width: min(8.7rem, 87px);
  margin: 0 min(6.0rem, 60px) 0 min(4.0rem, 40px);
  text-align: center;
  font-size: min(1.2rem, 12px);
  line-height: 1.33;
}
#flow .flow-icon p {
  font-weight: 700;
}
#flow .flow-icon img {
  display: block;
  width: min(6.7rem, 67px);
  margin: 0 auto;
}
#flow .flow-icon p {
  margin-top: min(1.0rem, 10px);
}
#flow .flow-text {
  font-size: min(1.4rem, 14px);
  line-height: 1.35;
}
#flow .flow-ttl {
  margin-bottom: min(1.0rem, 10px);
  font-size: min(1.8rem, 18px);
  font-weight: 700;
  line-height: 1.33;
}
#flow .flow-small {
  font-size: min(1.2rem, 12px);
}
@media screen and (max-width: 768px) {
  #flow {
    padding: min(7.0rem, 70px) min(2.0rem, 20px) 0;
  }
  #flow .flow-caution {
    margin-top: min(4.5rem, 45px);
    font-size: min(1.2rem, 12px);
    line-height: 1.66;
  }
  #flow .flow-inner {
    width: 100%;
    margin-top: min(6.5rem, 65px);
    padding: min(4.5rem, 45px) min(2.0rem, 20px);
  }
  #flow .flow-row {
    display: block;
    text-align: center;
  }
  #flow .flow-row + .flow-row {
    margin-top: min(4.5rem, 45px);
  }
  #flow .flow-ttl._center {
    text-align: center;
  }
  #flow .flow-icon {
    margin: min(2.0rem, 20px) auto;
  }
  #flow .flow-text {
    text-align: left;
  }
}
/*
  shop
------------*/
#shop {
  padding: min(11.5rem, 115px) 0 0;
  text-align: center;
}
#shop .shop-ttl {
  margin-bottom: min(6.0rem, 60px);
  font-size: min(1.8rem, 18px);
  font-weight: 700;
  line-height: 1.35;
}
#shop .shop-text {
  display: inline-block;
  margin-bottom: min(9.5rem, 95px);
  text-align: left;
  font-size: min(1.4rem, 14px);
  line-height: 1.42;
}
#shop .shop-small {
  font-size: min(1.2rem, 12px);
}
@media screen and (max-width: 768px) {
  #shop {
    padding: min(8.0rem, 80px) min(2.0rem, 20px) 0;
  }
}
/*
  caution
------------*/
#caution {
  width: min(107.5rem, 1075px);
  margin: 0 auto;
  padding: min(16.0rem, 160px) 0 0;
}
#caution h1 {
  margin-bottom: min(3.5rem, 35px);
  text-align: center;
  font-size: min(1.8rem, 18px);
  font-weight: 700;
  line-height: 1.35;
}
#caution .caution-text {
  font-size: min(1.4rem, 14px);
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #caution {
    width: 100%;
    padding: min(4.5rem, 45px) min(2.0rem, 20px) 0;
  }
}
/*
  contact
------------*/
#contact {
  width: min(107.5rem, 1075px);
  margin: 0 auto;
  padding: min(11.0rem, 110px) 0 min(13.0rem, 130px);
  font-size: min(1.4rem, 14px);
  line-height: 1.42;
}
#contact .contact-border {
  margin-top: min(2.5rem, 25px);
  padding: min(2.0rem, 20px);
  border: 1px solid #707070;
}
#contact .contact-border p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contact {
    width: 100%;
    padding: min(4.5rem, 45px) min(2.0rem, 20px) min(5.0rem, 50px);
  }
}