﻿html {
  font-family:
    YakuHanJP,
    Noto Sans JP,
    YuGothic,
    游ゴシック Medium,
    Yu Gothic Medium,
    游ゴシック,
    Yu Gothic,
    メイリオ,
    sans-serif;
  font-feature-settings: "palt" 1;
}
_:lang(x)::-ms-backdrop {
  font-family: メイリオ, Meiryo, sans-serif;
}
html {
  font-family: メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
a,
body {
  color: #000;
}
svg,
video {
  height: auto;
  max-width: 100%;
}
html {
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
html {
  height: 100%;
  position: relative;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.footer,
.header {
  flex: 0 0 auto;
}
.content {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
}
.content-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
a {
  transition: 0.3s ease-in-out;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.none {
  display: none !important;
}
.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s;
  transform: traslate(0, 100px);
}
.fadeIn.scrolled {
  opacity: 1;
  transform: translate(0);
}
.cta,
.fixed {
  position: fixed;
}
.cta {
  bottom: -7px;
  transition: 0.8s;
  width: 100%;
  z-index: 998;
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.header .header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.header__container {
  background-color: #fffbc7;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.4s ease-in-out;
  width: 100%;
  z-index: 100;
}
.header__container .navigation {
  padding: 60px 0 0;
}
.header__container .navigation .global-navigation {
  margin: 0 auto;
  padding: 0 3.2552083333vw 0 4.296875vw;
  width: 100%;
}
.header__container .navigation .global-navigation .label-btn-panel {
  cursor: pointer;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header__container .navigation .global-navigation .label-btn-panel:hover {
  opacity: 0.8;
}
.header__container .navigation .global-navigation .label-btn-panel img {
  margin: 0;
}
.header__container .navigation .global-navigation .label-btn-panel span {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 6.5104166667vw;
  justify-content: center;
  position: absolute;
  right: 5.2083333333vw;
  top: 0;
  width: 6.5104166667vw;
}
.header__container .navigation .global-navigation .label-btn-panel span svg {
  width: 4.5572916667vw;
  fill: #fff;
}
.header__container .navigation .global-navigation .label-btn-panel span svg:first-child {
  position: absolute;
  transform: rotate(90deg);
  transition: 0.5s;
}
.header__container .navigation .global-navigation .btn-panel {
  display: none;
}
.header__container .navigation .global-navigation .btn-panel:checked + .label-btn-panel span svg:first-child {
  transform: rotate(1turn);
}
.header__container .navigation .global-navigation .panel-container,
.header__container .navigation .global-navigation .panel-container > * {
  height: 0;
  opacity: 0;
  transition: 0.8s ease-out;
  visibility: hidden;
}
.header__container .navigation .global-navigation .btn-panel:checked + .label-btn-panel + .panel-container,
.header__container .navigation .global-navigation .btn-panel:checked + .label-btn-panel + .panel-container > * {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header__container .navigation .global-navigation > li {
  border-top: 2px dashed #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 22px 0 22px 5.2083333333vw;
  position: relative;
}
.header__container .navigation .global-navigation > li img {
  margin: 0;
}
.header__container .navigation .global-navigation > li:first-child label img {
  width: 67.1875vw;
}
.header__container .navigation .global-navigation > li:nth-child(2) label img {
  width: 63.9322916667vw;
}
.header__container .navigation .global-navigation > li:nth-child(3) img {
  width: 71.6145833333vw;
}
.header__container .navigation .global-navigation > li:nth-child(4) img {
  width: 51.8229166667vw;
}
.header__container .navigation .global-navigation > li .panel-container ul {
  padding: 1.953125vw 1.3020833333vw 0;
}
.header__container .navigation .global-navigation > li .panel-container ul li {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  line-height: 1;
  margin: 10px 0 0;
  position: relative;
}
.header__container .navigation .global-navigation > li .panel-container ul li a {
  display: block;
  padding: 2.6041666667vw 0 2.6041666667vw 6.5104166667vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:before {
  background-image: url(../img/icn-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 2.34375vw;
  margin: auto;
  position: absolute;
  right: 0;
  right: 6.5104166667vw;
  top: 0;
  width: 6.25vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:first-child img {
  width: 46.3541666667vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(2) img {
  width: 36.9791666667vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(3) img {
  width: 41.5364583333vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(4) img {
  width: 41.796875vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(5) img,
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(6) img {
  width: 41.6666666667vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(7) img,
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(8) img {
  width: 41.9270833333vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(9) img {
  width: 41.796875vw;
}
.header__container .navigation .global-navigation > li .panel-container ul li:nth-child(10) img {
  width: 46.2239583333vw;
}
.header__container .header-content {
  height: 530px;
  margin: 10px auto 0;
  position: relative;
  width: 100%;
}
.header__container .header-content .header-image .header-image__character {
  bottom: 0;
  position: absolute;
  right: 0;
}
.header__container .header-content .header-image .header-image__character img {
  width: 33.69140625vw;
}
.header__container .header-content .header-copy {
  margin: 10.4166666667vw 0;
  padding: 0 0 0 5.2083333333vw;
}
.header__container .header-content .header-copy img {
  margin: 0;
  width: 64.84375vw;
}
.menu-state {
  display: none;
}
.menu {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 7.8125vw;
  position: fixed;
  right: calc(50% - 46.875vw);
  top: 18px;
  transition: 0.6s ease-in-out;
  width: 9.765625vw;
  z-index: 1000;
}
.menu:hover {
  opacity: 0.8;
}
.menu .menu__line {
  background-color: #000;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.5s ease-in-out;
  width: 3.90625vw;
}
.menu .menu__line:first-child {
  top: 1.7578125vw;
}
.menu .menu__line:nth-child(2) {
  top: 3.515625vw;
}
.menu .menu__line:nth-child(3) {
  top: 5.2734375vw;
}
.menu-state:checked ~ .menu .menu__line:first-child {
  top: 50%;
  transform: rotate(225deg);
}
.menu-state:checked ~ .menu .menu__line:nth-child(2) {
  opacity: 0;
}
.menu-state:checked ~ .menu .menu__line:nth-child(3) {
  top: 50%;
  transform: rotate(-225deg);
}
.menu-state:checked ~ .header__container {
  opacity: 1;
  pointer-events: all;
}
.menu-state:checked ~ .header__container .header-content .header-image__character {
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: character-animation;
}
@keyframes character-animation {
  0% {
    transform: translateX(100px) rotate(45deg);
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}
.btn-panel {
  display: none;
}
.btn-panel:checked + .label-btn-panel span svg:first-child {
  transform: rotate(1turn);
}
.panel-container,
.panel-container > * {
  height: 0;
  opacity: 0;
  transition: 0.8s ease-in-out;
  visibility: hidden;
}
.panel-container .shop-list {
  margin: 0 auto;
}
.btn-panel:checked + .label-btn-panel + .panel-container {
  height: auto;
  opacity: 1;
  padding-top: 3.2552083333vw;
  visibility: visible;
}
.btn-panel:checked + .label-btn-panel + .panel-container > * {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.shop-list {
  margin: 3.2552083333vw auto 0;
}
.shop-list .shop-list__detail {
  background-color: #fff;
  border-radius: 10px;
  margin: 1.953125vw auto 0;
  padding: 2.6041666667vw;
}
.shop-list .shop-list__detail:first-child {
  margin-top: 0;
}
.shop-list .shop-list__detail .shop-image {
  margin: 0 auto;
  text-align: center;
}
.shop-list .shop-list__detail .shop-address {
  margin: 2.6041666667vw auto;
  /* padding: 0 0 0 5.2083333333vw; */
}
.shop-list .shop-list__detail .shop-address img {
  margin: 0;
}
.shop-list .shop-list__detail .contact,
.shop-list .shop-list__detail .map {
  display: block;
  margin: 1.953125vw auto 0;
}
.icon {
  justify-self: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.icn-studless {
  background-image: url(../img/icn-studless.svg);
  width: 60px;
  aspect-ratio: 18.12/10.79;
}
.icn-alumiset {
  background-image: url(../img/icn-alumiset.svg);
  width: 60px;
  aspect-ratio: 16.53/11.9;
}
.icn-coupon {
  width: 50px;
  height: 22px;
  background-image: url(../img/icn-02.svg);
}
.icn-new {
  width: 70px;
  aspect-ratio: 23.11/11.99;
  background-image: url(../img/icn-new.svg);
}
.icn-tire {
  width: 42px;
  height: 42px;
  background-image: url(../img/icn-03.svg);
}
.icn-summer {
  width: 56px;
  aspect-ratio: 15.97/11.57;
  background-image: url(../img/icn-summer.svg);
}
.icn-calendar {
  width: 48px;
  height: 41px;
  background-image: url(../img/icn-08.svg);
}
.icn-shop {
  width: 67px;
  height: 37px;
  background-image: url(../img/icn-06.svg);
}
.icn-service {
  width: 51px;
  height: 45px;
  background-image: url(../img/icn-05.svg);
}
.label-btn-panel {
  cursor: pointer;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.label-btn-panel:hover {
  opacity: 0.8;
}
.label-btn-panel span {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 7.8125vw;
  justify-content: center;
  position: absolute;
  right: 1.3020833333vw;
  top: 3.90625vw;
  width: 7.8125vw;
}
.label-btn-panel span svg {
  width: 4.5572916667vw;
  fill: #fff;
}
.label-btn-panel span svg:first-child {
  position: absolute;
  transform: rotate(90deg);
  transition: 0.5s;
}
.page-top {
  background-color: #000;
  border-radius: 5%;
  bottom: 20px;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  height: 32px;
  opacity: 0.5;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 32px;
  z-index: 9999;
}
.page-top:after {
  aspect-ratio: 1;
  background-color: #fff;
  background-position: 50%;
  bottom: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.modal-open {
  cursor: pointer;
}
.modal-content {
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  text-align: center;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.modal-content.active {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.modal-content .modal-body {
  background-color: #fff;
  border-radius: 10px;
  max-height: 90vh;
  max-width: 765px;
  padding: 10px 10px 20px;
  position: relative;
  vertical-align: middle;
}
.modal-content .modal-body img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.modal-content .modal-body .modal-body__inner {
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px 10px 0;
  width: 100%;
}
.modal-content .modal-close {
  background: #000;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px #000;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: -20px;
  text-decoration: none;
  top: -20px;
  width: 40px;
  z-index: 999;
}
.modal-content .modal-close:before {
  transform: rotate(-45deg);
}
.modal-content .modal-close:after,
.modal-content .modal-close:before {
  background: #fff;
  content: "";
  display: block;
  height: 4%;
  left: 50%;
  margin: -3% 0 0 -24%;
  position: absolute;
  top: 50%;
  width: 50%;
}
.modal-content .modal-close:after {
  transform: rotate(45deg);
}
.select-dropdown .dropdown-header {
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-dropdown .dropdown-header:focus {
  outline: none;
}
.select-dropdown .dropdown-header .arrow {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
  height: 0;
  transition: transform 0.3s ease;
  width: 0;
}
.select-dropdown .dropdown-list {
  border: 1px solid #000;
  border-top: none;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.select-dropdown .dropdown-list li {
  cursor: pointer;
  padding: 1.3020833333vw 1.953125vw;
  transition: background-color 0.2s ease;
}
.select-dropdown .dropdown-list li:hover {
  filter: brightness(1.1);
}
.select-dropdown .dropdown-list li.selected {
  font-weight: 700;
}
.select-dropdown.dropdown-open .arrow {
  transform: rotate(180deg);
}
.select-dropdown.dropdown-open .dropdown-list {
  display: block;
}
.select-dropdown.dropdown-open .dropdown-list li:first-child {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.95;
}
img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
body {
  font-feature-settings: "palt" 1;
}
.wrapper {
  background-attachment: fixed;
  background-color: #f4ede3;
  background-image: url(../img/bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
}
.wrapper .tire-garden__logo {
  display: none;
}
.wrapper aside {
  color: #00583b;
  display: none;
}
.wrapper aside a {
  color: inherit;
  text-decoration: none;
}
.wrapper aside .aside-inner {
  position: relative;
}
.wrapper aside .aside-inner h2 {
  background: none;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
}
.wrapper aside .aside-inner h2 span {
  font-family: Murecho, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 30px;
  vertical-align: top;
}
.wrapper aside .aside-inner .aside-shopsite {
  font-family: Murecho, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: fixed;
  right: calc(50% - 46.875vw + 100px);
  top: 40px;
}
.wrapper aside .aside-inner .aside-navigation {
  height: 100%;
  position: absolute;
  top: 140px;
  width: 100%;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li {
  border-bottom: 1px solid #00583b;
  height: 70px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li a {
  align-items: center;
  display: grid;
  grid-template-columns: 85px auto;
  grid-template-rows: 70px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li a span:first-child {
  justify-self: center;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li a span:last-child {
  font-family: Murecho, sans-serif;
  font-size: 16px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:first-child img {
  width: 34px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:nth-child(2) img {
  width: 51px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:nth-child(3) img {
  width: 42px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:nth-child(4) img {
  width: 68px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:nth-child(5) img {
  width: 51px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__top li:nth-child(6) img {
  width: 67px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom {
  margin: 45px 0 0;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom li a {
  font-family: Murecho, sans-serif;
  margin: 0;
  padding: 0;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom li a:first-child {
  font-size: 18px;
  font-weight: 700;
  text-justify: inter-character;
  width: 120px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom li a:nth-child(2) {
  font-size: 14px;
  letter-spacing: -0.1rem;
  margin-left: 30px;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom li:first-child a:first-child {
  letter-spacing: 0.05rem;
  text-justify: auto;
}
.wrapper aside .aside-inner .aside-navigation .aside-navigation__bottom li:nth-child(2) a:first-child {
  font-size: 17px;
  letter-spacing: -0.11rem;
}
.wrapper main {
  width: 100%;
  container-type: inline-size;
}
.september-2025 .section-0 .section-0-content__link {
  background-color: #fffbc6;
  padding: 20px 4.4270833333vw;
}
.september-2025 .section-0 .section-0-content__text {
  background-color: #000;
  padding: 14px 4.8828125vw;
}
.september-2025 .section-1 {
  background-color: #fffbc7;
  padding: 0 0 calc(31 / 340 * 100cqw);
}
.september-2025 .section-1 .section-box {
  display: flow-root;
}
.september-2025 .section-1 .section-heading {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  margin: 3.2352941176cqw auto 0;
  padding: 0 2.6666666667%;
}
.september-2025 .section-1 .section-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.7647058824cqw;
  column-gap: 3.5882352941cqw;
  margin-top: 3.4411764706cqw;
  padding: 0 4.9cqw;
}
.september-2025 .section-1 .section-menu li img {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
}
.september-2025 .section-2 .section-box {
  background-color: #e60012;
  padding: 0 2.6666666667%;
}
.september-2025 .section-2 .section-box:last-child {
  padding-bottom: 11.1764705882cqw;
}
.september-2025 .section-2 .section-box .select-box {
  background-color: #fff100;
  border: 4px solid #000;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 4.1666666667vw 0;
}
.september-2025 .section-2 .section-box .select-box select {
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: all;
  -moz-text-align-last: center;
  text-align-last: center;
  width: 100%;
}
.september-2025 .section-3 .section-box {
  background-color: #bae3f9;
  padding: calc(6 / 340 * 100cqw) 2.6666666667% 6.6666666667%;
}
.september-2025 .section-3 .section-box .image-sample {
  margin-inline: calc(50% - 50cqw);
  img {
    width: calc(322.5 / 340 * 100cqw);
    margin-inline: auto;
  }
}
.september-2025 .section-3 .section-box .section-heading {
  margin: 3.3333333333% auto 2.2222222222%;
}
.september-2025 .section-3 .section-box .size-list {
  display: flex;
  column-gap: 1.7647058824cqw;
  margin: 0 auto 4.1176470588cqw;
}
.september-2025 .section-3 .section-box .size-list dt {
  width: 18.2352941176cqw;
}
.september-2025 .section-3 .section-box .size-list dd {
  margin-top: 4.7058823529cqw;
  width: 72.9411764706cqw;
}
.september-2025 .section-3 .section-box .size-list dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.3529411765cqw;
  column-gap: 1.1764705882cqw;
  width: 100%;
}
.september-2025 .section-9 .box-coupon {
  padding-block: 4.1176470588cqw 2.6470588235cqw;
  padding-inline: 2.5cqw;
  background: url(../img/202510_09_02.webp) no-repeat center center/cover;
}
.september-2025 .section-9 .box-coupon .select-box {
  display: flex;
  justify-content: center;
  height: calc(50 / 340 * 100cqw);
  margin-top: 1.7647058824cqw;
  border: calc(2.8472 / 340 * 100cqw) solid #000;
  border-radius: calc(16.4611 / 340 * 100cqw);
  /* padding-block: 4.1176470588cqw; */
  background-color: #fff100;
}
.september-2025 .section-9 .box-coupon .select-box select {
  width: 100%;
  font-weight: 700;
  cursor: pointer;
  color: inherit;
  font-size: 2.2rem;
  line-height: 1.2;
  pointer-events: all;
  -moz-text-align-last: center;
  text-align-last: center;
}
.september-2025 .section-9 .box-blue {
  padding: 4.1176470588cqw;
  background-color: #bae3f9;
}
.september-2025 .section-9 .box-blue__youtube {
  display: block;
  margin-top: 3.8235294118cqw;
}
.september-2025 .section-9 .box-blue__img {
  margin-inline: calc(50% - 50cqw);
}
.september-2025 .section-9 .box-blue .section-heading {
  margin-block: 6.1764705882cqw 2.9411764706cqw;
}
.september-2025 .section-9 .box-blue .size-list {
  display: flex;
  column-gap: 1.7647058824cqw;
  margin: 0 auto 4.1176470588cqw;
}
.september-2025 .section-9 .box-blue .size-list dt {
  width: 18.2352941176cqw;
}
.september-2025 .section-9 .box-blue .size-list dd {
  margin-top: 4.7058823529cqw;
  width: 72.9411764706cqw;
}
.september-2025 .section-9 .box-blue .size-list dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.3529411765cqw;
  column-gap: 1.1764705882cqw;
  width: 100%;
}
.september-2025 .section-4 {
  background-color: #000;
  position: relative;
}
.september-2025 .section-4 .section-heading {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  padding: 4.1666666667vw 0;
  text-align: center;
}
.september-2025 .section-4 .section-box {
  background-color: #00583b;
  padding: 1.3020833333vw 0 0;
}
.september-2025 .section-4 .section-box h4 {
  padding: 0 1.3020833333vw;
}
.september-2025 .section-4 .section-box h4 + img {
  margin: 0.6510416667vw auto 1.3020833333vw;
  padding: 0 2.6041666667vw;
}
.september-2025 .section-4 .section-box .shop-select {
  align-items: center;
  background-color: #e60012;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 63.3333333333px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  width: 87.9069767442%;
}
.september-2025 .section-4 .section-box .shop-select .dropdown-header {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.september-2025 .section-4 .section-box .shop-select .dropdown-header .selected-value {
  letter-spacing: 0.1em;
  text-align: center;
}
.september-2025 .section-4 .section-box .shop-select .dropdown-header .arrow {
  border-left-width: 1.4516129032rem;
  border-right-width: 1.4516129032rem;
  border-top-color: #fff;
  border-top-width: 1.8rem;
  left: 1rem;
  position: relative;
}
.september-2025 .section-4 .section-box .shop-select .dropdown-list {
  background-color: #e60012;
  max-height: none;
  padding: 0 0 5.2083333333vw;
}
.september-2025 .section-4 .section-box .shop-select .dropdown-list li {
  margin: 2.6041666667vw auto 0;
}
.september-2025 .section-4 .section-box .shop-select + .section-box__image {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  margin: 5.2083333333vw auto 0;
  padding: 0 2.34375vw;
}
.september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  margin: 2.6041666667vw auto 0;
  padding: 0 5.7291666667vw;
  position: relative;
}
.september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image + .section-box__image {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  margin: -1.3020833333vw auto 0;
  padding: 0 5.7291666667vw;
  position: relative;
  z-index: 1;
}
.september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image + .section-box__image + .section-box__image {
  margin: -9.1145833333vw auto 0;
  padding: 0 5.7291666667vw;
  position: relative;
}
.september-2025 .section-10 .section-box {
  padding-block: 7.9411764706cqw 4.1176470588cqw;
  padding-inline: 4.5588235294cqw;
  background-color: #fff100;
}
.september-2025 .section-10 .section-box__img01 {
  width: 87.7941176471cqw;
  margin-inline: auto;
}
.september-2025 .section-10 .section-box__img02 {
  margin-top: 5.8823529412cqw;
  position: relative;
}
.september-2025 .section-10 .section-box__img02 a {
  height: 98px;
  position: absolute;
  left: 6.7647058824cqw;
  right: 8.5294117647cqw;
  bottom: 6.4705882353cqw;
}
.september-2025 .section-10 .section-box__img03 {
  margin-top: 3.8235294118cqw;
}
.september-2025 .section-10 .section-box__img04 {
  margin-top: 3.8235294118cqw;
}
.september-2025 .section-5 .section-box {
  background-color: #d3edfb;
  margin: 0 auto;
  padding: 7.8125cqw 3.125cqw 3.90625cqw;
}
.september-2025 .section-5 .section-box .section-heading {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
}
.september-2025 .section-5 .section-box .section-heading + p {
  margin: 3.125vw auto 2.6041666667vw;
  padding: 0 2.6041666667vw;
}
.september-2025 .section-5 .section-box .label-btn-panel {
  margin: 0 0.78125vw;
}
.september-2025 .section-5 .section-box .panel-container {
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}
.september-2025 .section-highinch {
  .section-box {
    background-color: #e60012;
    padding: 1.1111111111% 2.6666666667% 6.6666666667%;
    .size-list {
      display: flex;
      margin: 0 auto 3.90625vw;
      dt {
        width: 21.875vw;
      }
      dd {
        margin-left: 2.0833333333vw;
        padding-top: 2.0833333333vw;
        width: 78.125vw;
        ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          li {
            margin-top: 3.125vw;
            width: 35.15625vw;
          }
        }
      }
    }
  }
}
.september-2025 .section-11 .section-box {
  padding-block: 5cqw 10.5882352941cqw;
  padding-inline: 4.7058823529cqw;
  background-color: #0090da;
}
.september-2025 .section-11 .section-box__img01 {
  display: block;
  position: relative;
  z-index: 1;
}
.september-2025 .section-11 .section-box__img02 {
  display: block;
  margin-top: -4.1176470588cqw;
  margin-inline: -2.9411764706cqw;
  filter: drop-shadow(0.5882352941cqw 0.5882352941cqw 0.5882352941cqw rgba(0, 0, 0, 0.75));
}
.september-2025 .section-11 .section-box__img03 {
  margin-top: 1.4705882353cqw;
  margin-left: -0.8823529412cqw;
}
.september-2025 .section-11 .section-box__img04 {
  margin-top: 4.1176470588cqw;
  filter: drop-shadow(0.5882352941cqw 0.5882352941cqw 0.5882352941cqw rgba(0, 0, 0, 0.75));
}
.september-2025 .section-chance02 {
  .select-wrapper {
    position: relative;
    .select-box {
      width: fit-content;
      height: fit-content;
      margin-inline: auto;
      position: absolute;
      inset-inline: 0;
      bottom: calc(19 / 340 * 100cqw);
      select {
        width: calc(276 / 340 * 100cqw);
        height: calc(42 / 340 * 100cqw);
      }
    }
  }
}
.september-2025 .section-clearance {
  background-color: #e60012;
  padding-bottom: calc(27 / 340 * 100cqw);
  .select-box {
    display: flex;
    align-items: center;
    width: calc(317 / 340 * 100cqw);
    height: calc(50 / 340 * 100cqw);
    margin-inline: auto;
    border: calc(2.835 / 340 * 100cqw) solid #000;
    border-radius: calc(17 / 340 * 100cqw);
    background-color: #fff100;
    select {
      width: 100%;
      font-weight: 700;
      color: inherit;
      line-height: 1.2;
      font-size: 2.2rem;
      pointer-events: all;
      cursor: pointer;
      -moz-text-align-last: center;
      text-align-last: center;
    }
  }
}
.september-2025 .section-standard {
  .section-box {
    padding-block: calc(32 / 340 * 100cqw);
    padding-inline: calc(16 / 340 * 100cqw);
    background-color: #a1cd5d;
    .section-heading {
      /* margin: 3.3333333333% auto 2.2222222222%; */
      margin-inline: auto;
    }
    .size-list {
      display: flex;
      column-gap: calc(6 / 340 * 100cqw);
      /* margin: 0 auto 4.1176470588cqw; */
      margin-top: calc(7 / 340 * 100cqw);
      margin-inline: auto;
      dt {
        width: calc(62 / 340 * 100cqw);
      }
      dd {
        margin-top: calc(16 / 340 * 100cqw);
        width: calc(248 / 340 * 100cqw);
        ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          row-gap: calc(8 / 340 * 100cqw);
          column-gap: calc(4 / 340 * 100cqw);
          width: 100%;
        }
      }
    }
  }
}
.september-2025 .footer {
  background-color: #000;
}
.september-2025 .footer .shop-list {
  width: 92.1875vw;
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 2.66667vw;
  }
  .pc {
    display: none !important;
  }
  .header__container .header-content .header-image .header-image__character {
    opacity: 0;
  }
  .modal-content .modal-body {
    height: auto;
    max-width: 90%;
    padding: 10px 10px 20px;
  }
  .modal-content .modal-body img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  .cta {
    width: 768px;
  }
  .header__container .navigation {
    padding: 60px 0 0;
  }
  .header__container .navigation .global-navigation {
    padding: 0 25px 0 33px;
    width: 768px;
  }
  .header__container .navigation .global-navigation .label-btn-panel span {
    height: 50px;
    right: 40px;
    top: 0;
    width: 50px;
  }
  .header__container .navigation .global-navigation .label-btn-panel span svg {
    width: 35px;
  }
  .header__container .navigation .global-navigation > li {
    font-size: 50px;
    font-size: 5rem;
    padding: 22px 0 22px 40px;
  }
  .header__container .navigation .global-navigation > li:first-child label img {
    width: 516px;
  }
  .header__container .navigation .global-navigation > li:nth-child(2) label img {
    width: 491px;
  }
  .header__container .navigation .global-navigation > li:nth-child(3) img {
    width: 550px;
  }
  .header__container .navigation .global-navigation > li:nth-child(4) img {
    width: 398px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul {
    padding: 15px 10px 0;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li a {
    padding: 20px 0 20px 50px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:before {
    height: 18px;
    right: 50px;
    width: 48px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:first-child img {
    width: 356px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(2) img {
    width: 284px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(3) img {
    width: 319px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(4) img {
    width: 321px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(5) img,
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(6) img {
    width: 320px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(7) img,
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(8) img {
    width: 322px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(9) img {
    width: 321px;
  }
  .header__container .navigation .global-navigation > li .panel-container ul li:nth-child(10) img {
    width: 355px;
  }
  .header__container .header-content {
    width: 768px;
  }
  .header__container .header-content .header-image .header-image__character img {
    width: 207px;
  }
  .header__container .header-content .header-copy {
    margin: 80px 0;
    padding: 0 0 0 40px;
  }
  .header__container .header-content .header-copy img {
    width: 498px;
  }
  .menu {
    height: 40px;
    width: 50px;
  }
  .menu .menu__line {
    width: 30px;
  }
  .menu .menu__line:first-child {
    top: 9px;
  }
  .menu .menu__line:nth-child(2) {
    top: 18px;
  }
  .menu .menu__line:nth-child(3) {
    top: 27px;
  }
  .menu-state:checked ~ .header__container .header-content .header-image__character {
    animation: none;
  }
  .btn-panel:checked + .label-btn-panel + .panel-container {
    padding-top: 25px;
  }
  .shop-list {
    margin: 25px;
  }
  .shop-list .shop-list__detail {
    margin: 15px auto 0;
    padding: 20px;
  }
  .shop-list .shop-list__detail .shop-address {
    margin: 20px auto;
    /* padding: 0; */
  }
  .shop-list .shop-list__detail .shop-address img {
    height: 90px;
    width: auto;
  }
  .shop-list .shop-list__detail .contact,
  .shop-list .shop-list__detail .map {
    margin: 6px auto 0;
  }
  .label-btn-panel span {
    aspect-ratio: 1/1;
    height: auto;
    right: 10px;
    top: 30%;
    width: 8.2051282051%;
  }
  .label-btn-panel span svg {
    width: 71.875%;
  }
  .select-dropdown .dropdown-list li {
    padding: 10px 15px;
  }
  .wrapper {
    background-size: 100% auto;
  }
  .wrapper .tire-garden__logo {
    display: block;
    left: 3.7037037037%;
    max-width: 170px;
    position: fixed;
    top: 30px;
    width: 12.5925925926%;
  }
  .wrapper aside {
    display: block;
    left: calc(17.05% + 519.5px);
    position: fixed;
    top: 0;
    width: 27.96486%;
  }
  .wrapper aside a:hover {
    opacity: 0.6;
  }
  .wrapper main {
    margin-left: 17.0571%;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    width: 32.9429%;
  }
  .september-2025 .section-2 .section-box:last-child {
    padding-bottom: 25px;
  }
  .september-2025 .section-2 .section-box .select-box {
    line-height: 1;
    padding: 16px 0;
  }
  .september-2025 .section-4 .section-heading {
    font-size: 24px;
    padding: 15px 0;
  }
  .september-2025 .section-4 .section-box .shop-select .dropdown-list {
    max-height: 60vh;
    padding: 0 0 20px;
  }
  .september-2025 .section-4 .section-box .shop-select .dropdown-list li {
    margin: 10px auto 0;
  }
  .september-2025 .section-4 .section-box .shop-select + .section-box__image {
    margin: 2.6041666667vw auto 0;
    padding: 0 0.78125vw;
  }
  .september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image {
    margin: 1.3020833333vw auto 0;
    padding: 0 1.8229166667vw;
  }
  .september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image + .section-box__image {
    margin: -1.3020833333vw auto 0;
    padding: 0 1.8229166667vw;
  }
  .september-2025 .section-4 .section-box .shop-select + .section-box__image + .section-box__image + .section-box__image + .section-box__image {
    margin: -4.5572916667vw auto 0;
    padding: 0 1.8229166667vw;
  }
  .september-2025 .section-5 .section-box .section-heading + p {
    margin: 1.5625vw auto 1.3020833333vw;
    padding: 0 1.3020833333vw;
  }
  .september-2025 .section-5 .section-box .label-btn-panel {
    margin: 0 0.390625vw;
  }
  .september-2025 .section-5 .section-box .panel-container {
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
  }
  .september-2025 .section-6 .section-box .select-box {
    padding: 13px 0;
  }
  .september-2025 .section-6 .section-box .select-box select {
    font-size: 28px;
  }
  .september-2025 .section-6 .section-box .select-box.select-box__2 {
    margin: 15px auto 0;
  }
  .september-2025 .section-6 .section-box .select-box.select-box__2 select {
    font-size: 2.2rem;
  }
  .september-2025 .section-6 .section-box .section-box__inner {
    padding-bottom: 75px;
  }
  .september-2025 .section-6 .section-box .section-box__inner .tire-list {
    margin: 5px auto 0;
  }
  .september-2025 .section-6 .section-box .movie {
    margin: 10px auto 0;
  }
  .september-2025 .section-6 .section-box .movie .heading-movie {
    width: 378px;
  }
  .september-2025 .section-6 .section-box .movie .movie-wrapper {
    width: 100%;
  }
  .september-2025 .section-highinch {
    .section-box {
      .size-list {
        margin: 0 auto 15px;
        dt {
          width: 84px;
        }
        dd {
          margin-left: 8px;
          padding-top: 8px;
          width: calc(100% - 84px);
          ul {
            li {
              margin-top: 12px;
              width: 140px;
            }
          }
        }
      }
    }
  }
  .september-2025 .footer .shop-list {
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper aside {
    left: 55.92972%;
  }
}
