/*@font-face {
  font-family: "Aileron";
  src: url('../font/Aileron-UltraLight.woff');
}*/
.main_title.btm0 {
  margin-bottom: 0;
}

.br--tb {
  display: none;
}
@media screen and (min-width: 769px) {
  .br--tb {
    display: inline;
  }
}
.br--tb--hide {
  display: inline;
}
@media screen and (min-width: 769px) {
  .br--tb--hide {
    display: none;
  }
}

.br--in {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br--in {
    display: inline;
  }
}
.br--in--hide {
  display: inline;
}
@media screen and (min-width: 1200px) {
  .br--in--hide {
    display: none;
  }
}

.tireStorage {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: flex;
  align-items: center;
  background: url(../img/tire_storage/bg_mv@2x.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .tireStorage {
    min-height: 680px;
    background: url(../img/tire_storage/bg_mv.webp) no-repeat center center;
  }
}
.tireStorage .tireStorage__inner {
  width: min(100%, 1200px);
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .tireStorage .tireStorage__inner {
    padding: 0;
  }
}
.tireStorage .tireStorage__inner h2 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .tireStorage .tireStorage__inner h2 span {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }
}
.tireStorage .tireStorage__inner h2 img {
  width: min(90%, 300px);
}
@media screen and (min-width: 769px) {
  .tireStorage .tireStorage__inner h2 img {
    width: min(100%, 540px);
  }
}
.tireStorage .tireStorage__inner .tireStorage__label {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  color: #0F53A4;
  font-weight: bold;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}
.tireStorage .tireStorage__inner p {
  line-height: 1.8;
  font-size: clamp(1.4rem, 4vw, 2rem);
}
@media screen and (min-width: 769px) {
  .tireStorage .tireStorage__inner p {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
}

.tireStorage__features {
  background: #0F53A4;
  color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 1400px) {
  .tireStorage__features {
    padding: 50px;
  }
}
.tireStorage__features .inner_contents .features__title {
  color: #FFED91;
  font-size: 5rem;
  margin-bottom: 45px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: clamp(1.8rem, 6.4vw, 5rem);
}
@media screen and (min-width: 769px) {
  .tireStorage__features .inner_contents .features__title {
    margin-bottom: 70px;
  }
}
.tireStorage__features .inner_contents .features__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 769px) {
  .tireStorage__features .inner_contents .features__list {
    flex-direction: row;
    gap: clamp(30px, 4.5vw, 84px);
  }
}
.tireStorage__features .inner_contents .features__list > li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .tireStorage__features .inner_contents .features__list > li {
    width: calc((100% - 2vw) / 3);
    max-width: 350px;
  }
}
.tireStorage__features .inner_contents .features__list > li img {
  width: 100%;
  height: auto;
}
.tireStorage__features .inner_contents .features__list > li h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .tireStorage__features .inner_contents .features__list > li h4 {
    font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  }
}
.tireStorage__features .inner_contents .features__list > li p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .tireStorage__features .inner_contents .features__list > li p {
    font-size: 1.8rem;
  }
}
.tireStorage__features .inner_contents .features__list > li ul {
  margin-left: 1.5rem;
}
.tireStorage__features .inner_contents .features__list > li ul li {
  list-style-type: disc;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}

.sec .inner_contents h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.5;
  border-bottom: 1px solid #0F53A4;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents h3 {
    margin-bottom: 80px;
    font-size: 3.6rem;
  }
}
.sec .inner_contents .col__wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap.rev {
    flex-direction: row-reverse;
  }
}
.sec .inner_contents .col__wrap.--screen .col__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec .inner_contents .col__wrap.--screen .col__box:has(img) img {
  margin-bottom: 1.2rem;
}
.sec .inner_contents .col__wrap.--screen .col__box:has(img) h4 {
  margin-bottom: 1.8rem;
}
.sec .inner_contents .col__wrap.--screen .col__box:has(img) p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box {
    width: calc((100% - 80px) / 2);
  }
}
.sec .inner_contents .col__wrap .col__box:has(img) {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box:has(img) {
    margin-bottom: 0;
  }
}
.sec .inner_contents .col__wrap .col__box img {
  text-align: center;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box img {
    width: 100%;
  }
}
.sec .inner_contents .col__wrap .col__box h4 {
  color: #0F53A4;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box h4 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.sec .inner_contents .col__wrap .col__box h4 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box h4 span {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
.sec .inner_contents .col__wrap .col__box p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box p {
    font-size: 1.8rem;
  }
}
.sec .inner_contents .col__wrap .col__box .defaultList {
  padding-left: 3rem;
}
.sec .inner_contents .col__wrap .col__box .defaultList li {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box .defaultList li {
    font-size: 1.8rem;
  }
}
.sec .inner_contents .col__wrap .col__box .defaultList li::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0F53A4;
  vertical-align: middle;
  margin-right: 1.2rem;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .sec .inner_contents .col__wrap .col__box .defaultList li::before {
    width: 10px;
  }
}

.list_flow {
  display: flex;
  margin: 40px auto 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .list_flow {
    margin: 85px auto 70px;
    flex-direction: row;
  }
}
.list_flow > li {
  position: relative;
  width: 200px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .list_flow > li {
    width: 20vw;
    height: 20vw;
    transform: rotate(0);
  }
}
.list_flow > li:nth-of-type(n+2) {
  margin: -20px 0 0 0;
}
@media screen and (min-width: 769px) {
  .list_flow > li:nth-of-type(n+2) {
    margin: 0 0 0 -25px;
  }
}
.list_flow > li:nth-of-type(1) {
  background: url("../img/common/bg_flow01.png") no-repeat center center;
  background-size: contain;
  z-index: 4;
}
.list_flow > li:nth-of-type(1) div {
  color: #0F53A4;
}
.list_flow > li:nth-of-type(2) {
  background: url("../img/common/bg_flow02.png") no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.list_flow > li:nth-of-type(3) {
  background: url("../img/common/bg_flow03.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.list_flow > li:nth-of-type(4) {
  background: url("../img/common/bg_flow04.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.list_flow > li:nth-of-type(5) {
  background: url("../img/common/bg_flow05.png") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.list_flow > li div {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-90deg);
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .list_flow > li div {
    transform: rotate(0);
    font-size: clamp(1.8rem, 2vw, 2.2rem);
  }
}
.list_flow > li div span {
  line-height: 1;
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .list_flow > li div span {
    font-size: clamp(3.6rem, 3.6vw, 4.4rem);
  }
}
@media screen and (min-width: 769px) {
  .list_flow > li:not(:last-of-type) div {
    margin-left: -20px;
  }
}
/*# sourceMappingURL=tire_storage.css.map */