@charset "UTF-8";
/*変数設定用*/
/*fontfamily-style
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html.active {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}
a:link {
  text-decoration: none;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.scroll-fade:not(.fade_on):nth-child(even) {
  transform: translateY(70px);
}

.scroll-fade2 {
  opacity: 0;
  transition: all 1.3s;
}

.scroll-fade3 {
  transition: all 1.3s;
}

.fade_on {
  opacity: 1 !important;
  transform: translateY(0);
}

.fade_on2 {
  opacity: 1 !important;
  transform: translateY(0);
}

.anime1 {
  position: relative;
  z-index: 1;
}
.anime1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 40%;
  content: "";
  transition: 0.5s;
  transition-delay: 0.4s;
  z-index: -1;
}

.anime2:before {
  transition-delay: 0.7s;
}

.fade:before {
  width: 100%;
  height: 40%;
}

.ctw-wrapper {
  width: 100%;
  color: #333;
}
.ctw-wrapper .ctw-container {
  width: 100%;
}
.ctw-wrapper .ctw-container .marker-65b8d0 {
  background: linear-gradient(transparent 60%, #65b8d0 60%);
}
.ctw-wrapper .ctw-container .marker-ffb13c {
  background: linear-gradient(transparent 60%, #ffb13c 60%);
}
.ctw-wrapper .ctw-container .ttl-border {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  padding: 10px 0;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .ctw-wrapper .ctw-container .ttl-border {
    font-size: 1.8rem;
    margin-bottom: 30px;
    border: 1px solid #fff;
  }
}
.ctw-wrapper .ctw-container .ttl-border-b {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .ctw-wrapper .ctw-container .ttl-border-b {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.ctw-wrapper .ctw-container span.txt-ffb13c:before {
  background: linear-gradient(to right, #ffb13c 0, #ffb13c 100%);
}
.ctw-wrapper .ctw-container span.txt-65b8d0:before {
  background: linear-gradient(to right, #65b8d0 0, #65b8d0 100%);
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header-box {
    padding: 15px 10px;
  }
}
.header-box.small header h1 {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .header-box.small header h1 {
    width: 74px;
  }
}
.header-box.small header nav ul li a img {
  height: 16px;
}
.header-box header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-box header {
    max-width: 100%;
  }
}
.header-box header h1 {
  width: 100px;
  transition: width 0.3s, height 0.3s;
}
@media screen and (max-width: 767px) {
  .header-box header h1 {
    width: 74px;
  }
}
.header-box header .nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-box header .nav-sp {
    display: block;
    position: relative;
    width: 28px;
    height: 18px;
    margin-top: 7px;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-box header .nav-sp.active span {
    background: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-box header .nav-sp.active span:before {
    top: 0;
    transform: rotate(-140deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-box header .nav-sp.active span:after {
    bottom: 0;
    transform: rotate(140deg);
  }
}
@media screen and (max-width: 767px) {
  .header-box header .nav-sp span {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .header-box header .nav-sp span:before, .header-box header .nav-sp span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
  }
  .header-box header .nav-sp span:before {
    top: -10px;
  }
  .header-box header .nav-sp span:after {
    bottom: -10px;
  }
}
.header-box header nav {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .header-box header nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-top: 64px;
    height: calc(100vh - 50px);
    background: black;
  }
}
.header-box header nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-box header nav ul {
    flex-wrap: wrap;
  }
}
.header-box header nav ul li {
  width: 25%;
  text-align: center;
  transition: width 0.3s, height 0.3s;
}
@media screen and (max-width: 767px) {
  .header-box header nav ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-box header nav ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.header-box header nav ul li a {
  padding: 0 24px 8px;
  border-bottom: solid 2px #fff;
}
.header-box header nav ul li a img {
  width: auto;
  height: 22px;
  transition: filter 0.1s ease;
}
.header-box header nav ul li a:hover {
  opacity: 1;
}
.header-box header nav ul li a:hover img {
  filter: brightness(5);
}
.header-box header nav ul li#nav_lineup a {
  padding-right: 0;
  padding-left: 0;
}
.header-box header nav ul li#nav_contact a {
  padding-right: 0;
  padding-left: 0;
}
.header-box header nav ul li#nav_download a {
  padding-right: 0;
  padding-left: 0;
}

.anchor {
  margin-top: -74px;
  padding-top: 74px;
}

.kv-box {
  position: relative;
  max-width: 1670px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .kv-box {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 64px;
  }
}
.kv-box .kv-ttl {
  position: absolute;
  top: 50%;
  right: 10%;
  max-width: 502px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kv-box .kv-ttl {
    display: none;
  }
}

.wrench-box {
  position: relative;
  max-width: 1670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrench-box {
    max-width: 100%;
    min-height: 750px;
  }
}
.wrench-box .wrench-txt {
  position: absolute;
  bottom: 55px;
  left: 10%;
  max-width: 847px;
  padding: 30px 60px;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .wrench-box .wrench-txt {
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 50px 5%;
    background: none;
  }
}
.wrench-box .wrench-txt .logo {
  max-width: 114px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .wrench-box .wrench-txt .logo {
    max-width: 74px;
  }
}
.wrench-box .wrench-txt h2 {
  font-family: "Noto Serif", serif;
  font-size: 3.3rem;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .wrench-box .wrench-txt h2 {
    font-size: 1.7rem;
  }
}
.wrench-box .wrench-txt p {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 16px;
}
.wrench-box .wrench-txt p.large {
  font-size: 2.5rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .wrench-box .wrench-txt p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 0;
  }
}
.wrench-box .wrench-txt p:not(:last-of-type) {
  font-size: 1.6rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .wrench-box .wrench-txt p:not(:last-of-type) {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.icon-inquiry {
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .icon-inquiry {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    z-index: 999;
  }
}
.icon-inquiry.fixed {
  position: fixed;
  right: 2%;
  bottom: 50px;
  opacity: 1;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .icon-inquiry.fixed {
    right: 0;
    bottom: 0;
  }
}
.icon-inquiry.none {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .icon-inquiry.none {
    opacity: 1;
    z-index: 999;
  }
}
.icon-inquiry .icon-inquiry-inner {
  position: absolute;
  right: 2%;
  bottom: 50px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .icon-inquiry .icon-inquiry-inner {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.workflow-box {
  padding: 100px 0;
  background: #dedede;
}
@media screen and (max-width: 767px) {
  .workflow-box {
    padding: 56px 5%;
  }
}
.workflow-box .workflow-inner {
  max-width: 1377px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner {
    max-width: 100%;
  }
}
.workflow-box .workflow-inner h2 {
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner h2 {
    margin-bottom: 50px;
  }
}
.workflow-box .workflow-inner h2.about {
  font-size: 3.6rem;
  padding: 12px;
  border: solid 3px #000;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner h2.about {
    font-size: 2rem;
  }
}
.workflow-box .workflow-inner h2 span {
  color: #333;
}
.workflow-box .workflow-inner h2 span.ttls {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner h2 span.ttls {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.workflow-box .workflow-inner h2 span.ttl {
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner h2 span.ttl {
    font-size: 2rem;
  }
}
.workflow-box .workflow-inner dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.workflow-box .workflow-inner dl.wide {
  max-width: 1156px;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl {
    flex-wrap: wrap;
  }
}
.workflow-box .workflow-inner dl:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.workflow-box .workflow-inner dl.flex-img-l dt {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl.flex-img-l dt {
    padding-right: 0;
  }
}
.workflow-box .workflow-inner dl.flex-img4 dt {
  padding: 0 15px;
}
.workflow-box .workflow-inner dl.flex-img4 dd h3 span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl.flex-img4 dd h3 span {
    font-size: 1.8rem;
  }
}
.workflow-box .workflow-inner dl.flex-img-r dt {
  order: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl.flex-img-r dt {
    order: 0;
    padding-left: 0;
  }
}
.workflow-box .workflow-inner dl.flex-img-r dd {
  order: 0;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl.flex-img-r dd {
    order: 1;
  }
}
.workflow-box .workflow-inner dl dt {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.workflow-box .workflow-inner dl dd {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dd {
    width: 100%;
  }
}
.workflow-box .workflow-inner dl dd h3 {
  margin-bottom: 15px;
}
.workflow-box .workflow-inner dl dd h3 span {
  font-size: 3.4rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dd h3 span {
    font-size: 1.8rem;
    white-space: wrap;
  }
}
.workflow-box .workflow-inner dl dd h3 span.small {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dd h3 span.small {
    font-size: 1.8rem;
  }
}
.workflow-box .workflow-inner dl dd h3 span.small span {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dd h3 span.small span {
    font-size: 1.8rem;
  }
}
.workflow-box .workflow-inner dl dd h3 small {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner dl dd h3 small {
    font-size: 1.8rem;
  }
}
.workflow-box .workflow-inner dl dd p {
  font-size: 1.6rem;
  font-weight: 500;
}
.workflow-box .workflow-inner dl dd p span.clr-65a9cd {
  color: #65a9cd;
}
.workflow-box .workflow-inner dl dd p span.clr-e3801e {
  color: #e3801e;
}
.workflow-box .workflow-inner .speech-bubble {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin: 100px auto 125px;
  padding: 50px 0;
  border: 3px solid #4d4d4d;
  border-radius: 30px;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner .speech-bubble {
    font-size: 2rem;
    margin: 50px 0 70px;
    padding: 25px 0;
  }
}
.workflow-box .workflow-inner .speech-bubble:before, .workflow-box .workflow-inner .speech-bubble:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
}
.workflow-box .workflow-inner .speech-bubble:before {
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 50px solid #dedede;
  border-bottom: 50px solid transparent;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner .speech-bubble:before {
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 25px solid #dedede;
    border-bottom: 25px solid transparent;
  }
}
.workflow-box .workflow-inner .speech-bubble:after {
  margin: 3px 0 0 -102px;
  border: 102px solid transparent;
  border-top: 50px solid #4d4d4d;
  border-bottom: 50px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner .speech-bubble:after {
    margin: 3px 0 0 -52px;
    border: 52px solid transparent;
    border-top: 25px solid #4d4d4d;
    border-bottom: 25px solid transparent;
  }
}
.workflow-box .workflow-inner .speech-bubble p {
  display: inline-block;
  position: relative;
}
.workflow-box .workflow-inner .speech-bubble p:before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 20px;
  height: 22px;
  content: "";
  background: url(../../../img/cordless-tire-wrench/icon_ditto_mark.png) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .workflow-box .workflow-inner .speech-bubble p:before {
    left: calc(50% - 2.7em);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  #inquiry1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #inquiry3 .inquiry-inner {
    padding: 0;
  }
}

.inquiry-box .inquiry-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0 120px;
}
@media screen and (max-width: 767px) {
  .inquiry-box .inquiry-inner {
    max-width: 100%;
    padding: 0 5% 80px;
  }
}
.inquiry-box .inquiry-inner a {
  display: block;
}
@media screen and (max-width: 767px) {
  .inquiry-box .inquiry-inner a.btn-inquiry {
    display: none;
  }
}
.inquiry-box .inquiry-inner a + a {
  margin-top: 30px;
}
.point-box {
  max-width: 1670px;
  margin: 0 auto 125px;
  padding: 80px 50px 100px;
  background: url(../../../img/cordless-tire-wrench/bg_point_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .point-box {
    max-width: 100%;
    margin-bottom: 0;
    padding: 50px 5%;
    background: url(../../../img/cordless-tire-wrench/bg_point_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.point-box .point-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner {
    max-width: 100%;
  }
}
.point-box .point-inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul {
    flex-wrap: wrap;
  }
}
.point-box .point-inner ul li {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li {
    width: 100%;
  }
}
.point-box .point-inner ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li:first-of-type {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li:nth-of-type(2) {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li:last-of-type {
    order: 2;
  }
}
.point-box .point-inner ul li figure img {
  width: auto;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li figure img {
    height: 140px;
  }
}
.point-box .point-inner ul li figure figcaption {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .point-box .point-inner ul li figure figcaption {
    font-weight: 500;
    margin-top: 15px;
  }
}

.feature-box {
  max-width: 1670px;
  color: #fff;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .feature-box {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner {
    padding: 0 5%;
  }
}
.feature-box .feature-inner p.ttl-border {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner p.ttl-border {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.feature-box .feature-inner dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl {
    flex-wrap: wrap;
  }
}
.feature-box .feature-inner dl:not(:last-of-type) {
  margin-bottom: 50px;
}
.feature-box .feature-inner dl:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl:last-of-type {
    margin-bottom: 50px;
  }
}
.feature-box .feature-inner dl.flex-movie-l {
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-l {
    padding-right: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-l dt {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-l dt {
    padding-right: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-l dt img.placeholder {
  padding-right: 7%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-l dt img.placeholder {
    padding-right: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-r {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-r {
    padding-left: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-r dt {
  order: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-r dt {
    order: 0;
    padding-left: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-r dt img.placeholder {
  padding-left: 7%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-r dt img.placeholder {
    padding-left: 0;
  }
}
.feature-box .feature-inner dl.flex-movie-r dd {
  order: 0;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl.flex-movie-r dd {
    order: 1;
  }
}
.feature-box .feature-inner dl dt {
  position: relative;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.feature-box .feature-inner dl dt img.hidden {
  display: none;
}
.feature-box .feature-inner dl dt img.placeholder {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-box .feature-inner dl dd {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl dd {
    width: 100%;
  }
}
.feature-box .feature-inner dl dd p.ttl-border {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner dl dd p.ttl-border {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 5px 10px;
  }
}
.feature-box .feature-inner h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 45px;
  padding-left: 90px;
}
.feature-box .feature-inner h3.feature1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-left: 45px;
  }
}
.feature-box .feature-inner h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 93px;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner h3:before {
    width: 36px;
    height: 42px;
  }
}
.feature-box .feature-inner h3.feature1:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature1.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature2:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature2.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature3:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature3.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature4:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature4.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature5:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature5.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature6:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature6.png) no-repeat left center;
  background-size: contain;
}
.feature-box .feature-inner h3.feature7:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature7.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner h3.feature7:before {
    margin-top: 0;
  }
}
.feature-box .feature-inner h3.feature8:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature8.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner h3.feature8:before {
    margin-top: 0;
  }
}
.feature-box .feature-inner h3.feature9:before {
  background: url(../../../img/cordless-tire-wrench/icon_feature9.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner h3.feature9:before {
    margin-top: 0;
  }
}
.feature-box .feature-inner h3 span {
  display: block;
  font-size: 1.2rem;
}
.feature-box .feature-inner p.txt {
  font-size: 1.4rem;
}
.feature-box .feature-inner p.txt16 {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner p.txt16 {
    font-size: 1.4rem;
  }
}
.feature-box .feature-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner ul {
    max-width: 100%;
  }
}
.feature-box .feature-inner ul li {
  width: 48%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
.feature-box .feature-inner ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner ul li:nth-last-of-type(-n+2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner ul li:last-of-type {
    margin-bottom: 0;
  }
}
.feature-box .feature-inner ul li figure {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .feature-box .feature-inner ul li figure {
    margin-bottom: 25px;
  }
}
.feature-box .feature-inner .certificate {
  max-width: 380px;
  margin-bottom: 16px;
}

.movie-box {
  overflow-x: hidden;
}
.movie-box .movie-inner {
  max-width: 1200px;
  margin: 0 auto 170px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner {
    max-width: 90%;
    margin-bottom: 50px;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 {
  position: relative;
  /*max-width: 850px;*/
  height: 478px;
  /*.swiper-slide {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  .slide-img {
  	width: auto;
  	max-width: 100%;
  	max-height: 100%;
  }*/
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 {
    max-width: 100%;
    height: 195px;
    overflow: hidden;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 video {
  height: 478px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 video {
    height: 195px;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-active .slide-img {
  text-align: center;
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-prev {
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-prev {
    transform: scale(1);
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-prev .slide-img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-prev .slide-img {
    text-align: left;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-next {
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-next {
    transform: scale(1);
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-slide-next .slide-img {
  text-align: left;
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-button-prev {
  left: 135px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-button-prev {
    left: 0;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-button-prev:after {
  font-size: 7rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-button-prev:after {
    font-size: 5rem;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-button-next {
  right: 135px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-button-next {
    right: 0;
  }
}
.movie-box .movie-inner .swiper-box .swiper1 .swiper-button-next:after {
  font-size: 7rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner .swiper-box .swiper1 .swiper-button-next:after {
    font-size: 5rem;
  }
}
.movie-box .movie-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-box .movie-inner ul li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-inner ul li {
    width: 100%;
  }
}
.movie-box .movie-inner ul li video.vertical {
  height: 324px;
}

.voice-box .voice-inner {
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner {
    max-width: 90%;
    margin-bottom: 50px;
  }
}
.voice-box .voice-inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner ul {
    flex-wrap: wrap;
  }
}
.voice-box .voice-inner ul li {
  position: relative;
  width: 31%;
  height: 374px;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner ul li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.voice-box .voice-inner ul li p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.4;
  padding: 20px 30px 60px 35px;
  background: url(../../../img/cordless-tire-wrench/item_bubble.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner ul li p {
    font-size: 1.4rem;
  }
}
.voice-box .voice-inner ul li p span {
  font-weight: 700;
  color: #bb0010;
}
.voice-box .voice-inner ul li figure {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-inner ul li figure {
    bottom: 24px;
  }
}

.lineup-box {
  padding: 110px 0 70px;
  background: #dedede;
}
@media screen and (max-width: 767px) {
  .lineup-box {
    padding: 60px 5%;
  }
}
.lineup-box .lineup-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner {
    max-width: 100%;
  }
}
.lineup-box .lineup-inner p.ttl-border {
  color: #333;
  border: 2px solid #333;
  margin-bottom: 56px;
}
.lineup-box .lineup-inner p.txt1 {
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto 60px;
}
.lineup-box .lineup-inner p.txt-center {
  width: auto;
  text-align: center;
}
.lineup-box .lineup-inner p.lineup-text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 26px;
}
.lineup-box .lineup-inner p.lineup-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-name {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.lineup-box .lineup-inner p.lineup-no {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-no {
    font-size: 1.4rem;
  }
}
.lineup-box .lineup-inner p.lineup-no span {
  font-size: 1.2rem;
}
.lineup-box .lineup-inner p.lineup-no2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-no2 {
    font-size: 1.1rem;
  }
}
.lineup-box .lineup-inner p.lineup-unit {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
  padding: 12px 20px;
  background: #000;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-unit {
    font-size: 1.4rem;
    margin: 0 auto 10px;
    padding: 10px 20px 12px;
  }
}
.lineup-box .lineup-inner p.lineup-unit.fit {
  background: #32ad3c;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-unit.fit {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-unit2 {
    font-size: 1.1rem;
  }
}
.lineup-box .lineup-inner p.lineup-description {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-description {
    font-size: 1.4rem;
  }
}
.lineup-box .lineup-inner p.lineup-size {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-size {
    font-weight: 700;
  }
}
.lineup-box .lineup-inner p.lineup-caution {
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner p.lineup-caution {
    font-size: 1.2rem;
    text-align: left;
  }
}
.lineup-box .lineup-inner .wrench-box {
  display: flex;
  justify-content: center;
  max-width: 1264px;
  margin: 0 auto 55px;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.lineup-box .lineup-inner .wrench-box dt {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box dt {
    width: 100%;
    margin-bottom: 50px;
    overflow-x: auto;
    display: contents;
  }
}
.lineup-box .lineup-inner .wrench-box dt .figure__inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box dt .figure__inner {
    display: block;
    order: 1;
    width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box dt figure {
    width: 560px;
  }
}
.lineup-box .lineup-inner .wrench-box dd {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box dd {
    width: 100%;
    display: contents;
  }
}
.lineup-box .lineup-inner .wrench-box dd .lineup-caution {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box .lineup-group {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .wrench-box .lineup-specs {
    width: 100%;
  }
}
.lineup-box .lineup-inner .wrench-box .lineup-product {
  margin-bottom: 8px;
}
.lineup-box .lineup-inner .icon-lineup {
  display: flex;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .icon-lineup {
    justify-content: center;
    width: 90%;
    margin: 0 auto 4px;
  }
}
.lineup-box .lineup-inner .icon-lineup li {
  width: 50px;
}
.lineup-box .lineup-inner .icon-lineup li.wide {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .icon-lineup li {
    width: 40px;
  }
}
.lineup-box .lineup-inner .icon-lineup li:not(:last-of-type) {
  margin-right: 15px;
}
.lineup-box .lineup-inner .plus-box {
  text-align: center;
  margin-bottom: 55px;
}
.lineup-box .lineup-inner .plus-box span {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 2px;
  line-height: 1;
  background: #333;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .plus-box span {
    width: 45px;
    height: 3px;
  }
}
.lineup-box .lineup-inner .plus-box span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  transform: rotate(90deg);
}
.lineup-box .lineup-inner .lineup-scroll {
  /*width: 95vw;
  margin: 0 0 70px -5%;*/
  width: 100%;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll {
    /*width: 100%;*/
    margin: 0 0 50px;
  }
}
.lineup-box .lineup-inner .lineup-scroll .lineup-scroll-inner {
  overflow-x: auto;
}
.lineup-box .lineup-inner .lineup-scroll table {
  width: 110%;
  max-width: 700px;
}
.lineup-box .lineup-inner .lineup-scroll table tr:nth-of-type(odd) td {
  background: #dedede;
}
.lineup-box .lineup-inner .lineup-scroll table tr:nth-of-type(even) td {
  background: #9f9f9f;
}
.lineup-box .lineup-inner .lineup-scroll table tr:first-of-type th {
  background: #dedede;
}
.lineup-box .lineup-inner .lineup-scroll table tr:first-of-type td {
  padding: 0 60px 30px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll table tr:first-of-type td {
    padding: 0 5px 30px;
  }
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th, .lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) td {
  border: 1px solid #000;
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th {
  border-right: none;
  border-left: none;
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th:before, .lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
  top: 0;
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th:before {
  left: 0;
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) th:after {
  right: 0;
}
.lineup-box .lineup-inner .lineup-scroll table tr:not(:first-of-type) td {
  border-left: none;
}
.lineup-box .lineup-inner .lineup-scroll table th {
  width: 205px;
  text-align: left;
  padding: 5px 10px 7px;
  white-space: nowrap;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll table th {
    width: auto;
    font-size: 1.1rem;
  }
}
.lineup-box .lineup-inner .lineup-scroll table td {
  width: 450px;
  text-align: center;
  padding: 5px 10px 7px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll table td {
    width: 210px;
    font-size: 1.1rem;
    white-space: nowrap;
  }
}
.lineup-box .lineup-inner .lineup-scroll .sticky {
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll .sticky {
    position: relative;
  }
}
.lineup-box .lineup-inner .lineup-scroll1 .lineup-scroll-inner table tr td {
  min-width: 450px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll1 .lineup-scroll-inner table tr td {
    min-width: 210px;
  }
}
.lineup-box .lineup-inner .lineup-scroll2 {
  width: 100%;
  margin: 0 0 70px;
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner {
  padding-right: 0;
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table {
  width: 100%;
  max-width: none;
  white-space: nowrap;
  table-layout: fixed;
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table tr {
  /*&:last-of-type {
  	td {
  		background: #dedede;
  	}
  }*/
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table tr:first-of-type td {
  padding: 0 10px 30px;
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table th {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table th {
    width: 88px;
  }
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table td {
  width: 290px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner table td {
    width: 224px;
  }
}
.lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner p.lineup-unit {
  font-size: 1.8rem;
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .lineup-scroll2 .lineup-scroll-inner p.lineup-unit {
    font-size: 1.1rem;
  }
}
.lineup-box .lineup-inner .btn {
  margin-bottom: 15px;
}
.lineup-box .lineup-inner .hexagon {
  display: inline-block;
  width: 16px;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .hexagon {
    width: 12px;
  }
}
.lineup-box .lineup-inner .hexagon img {
  vertical-align: top;
}
.lineup-box .lineup-inner .square {
  display: inline-block;
  width: 16px;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .square {
    width: 12px;
  }
}
.lineup-box .lineup-inner .square img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .square img {
    vertical-align: top;
  }
}
.lineup-box .lineup-inner .other-box {
  margin-bottom: 60px;
}
.lineup-box .lineup-inner .other-box .other-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .other-box .other-inner {
    max-width: 100%;
  }
}
.lineup-box .lineup-inner .other-box .other-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup-box .lineup-inner .other-box .other-inner ul li {
  width: 24%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .other-box .other-inner ul li {
    width: 48%;
  }
}
.lineup-box .lineup-inner .other-box .other-inner ul li figure {
  margin-bottom: 20px;
}
.lineup-box .lineup-inner .other-box .other-inner ul li figure figcaption {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .other-box .other-inner ul li figure figcaption {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.lineup-box .lineup-inner .other-box .other-inner ul li sup {
  font-size: 1.1rem;
  vertical-align: top;
}
.lineup-box .lineup-inner .other-box .other-inner ul li p {
  width: fit-content;
  font-size: 1.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .other-box .other-inner ul li p {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.lineup-box .lineup-inner .other-box .other-inner p.other-caution {
  width: fit-content;
  font-size: 1.2rem;
  margin: -70px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup-box .lineup-inner .other-box .other-inner p.other-caution {
    margin: -20px 0 0;
  }
}

.service {
  padding: 88px 5% 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 50px 5% 50px;
  }
}
.service__inner {
  max-width: 1380px;
  margin: 0 auto;
}
.service__title {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  border: solid 3px #fff;
  padding: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.service__text {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.6rem;
  }
}
.service__text strong {
  font-size: 3rem;
  color: #ffb03c;
}
@media screen and (max-width: 767px) {
  .service__text strong {
    font-size: 1.8rem;
  }
}
.service__maintenace-pack {
  margin-bottom: 16px;
}
.service__benefits {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .service__benefits {
    font-size: 2rem;
  }
}
.service__benefits span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .service__benefits span {
    text-align: center;
    font-size: 1.2rem;
  }
}
.service__column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 130px;
}
@media screen and (max-width: 767px) {
  .service__column {
    display: block;
  }
}
.service__column > li:first-child {
  margin-top: 38px;
  margin-left: 72px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .service__column > li:first-child {
    margin-left: 0;
    margin-bottom: 43px;
  }
}
.service__column > li:nth-child(2) img {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .service__column > li:nth-child(2) img {
    height: 40px;
  }
}
.service__column > li:nth-child(2) img:nth-of-type(2) {
  margin-top: 27px;
}
.service__column > li p {
  color: #fff;
  font-size: 2.7rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .service__column > li p {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
}
.service__annotation {
  margin-top: 50px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .service__annotation {
    margin-top: 30px;
  }
}
.service__annotation li {
  position: relative;
  padding-left: 1.2em;
}
.service__annotation li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service__maintenance-plus {
  margin: 60px 0 86px;
}
.service__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service__btn.btn-inquiry {
    display: none;
  }
}

.footer-box {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .footer-box {
    padding: 50px 5%;
  }
}
.footer-box footer {
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-box footer {
    max-width: 100%;
  }
}
.footer-box footer .totop {
  max-width: 425px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-box footer .totop {
    max-width: 192px;
    margin-top: 50px;
  }
}
.footer-box footer .totop a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .footer-box footer .totop a {
    padding: 10px 0;
    border-radius: 0;
  }
}/*# sourceMappingURL=index.css.map */