@charset "UTF-8";
/*------------------------------------------------
 ブリヂストン タイヤオンラインストアとは
------------------------------------------------*/
/*------------------------------------------------
  スクロール用
------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

/*------------------------------------------------
  BTOS > Base
------------------------------------------------*/
#maincontent {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #maincontent {
    font-size: 0.938rem;
    line-height: 1.6;
  }
}

#maincontent .container {
  overflow: visible;
}

@media (min-width: 1025px) {
  #maincontent .container {
    max-width: 1110px;
  }
}

#maincontent ::before, #maincontent ::after {
  pointer-events: none;
}

#maincontent a, #maincontent button {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-property: opacity, color, background-color, border-color, outline-color, -webkit-transform;
  transition-property: opacity, color, background-color, border-color, outline-color, -webkit-transform;
  transition-property: opacity, color, background-color, border-color, outline-color, transform;
  transition-property: opacity, color, background-color, border-color, outline-color, transform, -webkit-transform;
}

#maincontent a:hover img, #maincontent button:hover img {
  opacity: 1;
}

@media (max-width: 1199px) {
  #maincontent img, #maincontent video {
    max-width: 100%;
    height: auto;
  }
}

#maincontent em, #maincontent strong, #maincontent b {
  font-weight: bold;
  font-style: normal;
}

#maincontent small {
  font-weight: inherit;
}

#maincontent sup, #maincontent sub {
  font-size: 0.6em;
}

#maincontent sup.online, #maincontent sub.online {
  display: inline-block;
  width: 0;
  white-space: nowrap;
}

#maincontent i, #maincontent dfn {
  font-style: normal;
}

#maincontent .en {
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
}

#maincontent .en-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

#maincontent .note {
  display: block;
  margin-top: 0.3em;
}

@media only screen and (max-width: 543px) {
  #maincontent .aos-animate[data-aos-delay] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/*------------------------------------------------
  BTOS > 見出し
------------------------------------------------*/
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
  line-height: 1.6;
}

#maincontent h2 {
  font-size: 1.563rem;
  margin-bottom: 1.6em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #maincontent h2 {
    font-size: 1.313rem;
  }
}

#maincontent h2 em, #maincontent h2 strong {
  color: #f00;
}

#maincontent h2 i {
  display: inline-block;
  margin: 0 0.3em;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  color: #f00;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  #maincontent h2 i {
    font-size: 2.375rem;
  }
}

#maincontent h3 {
  font-size: 1.125rem;
  margin-bottom: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #maincontent h3 {
    font-size: 1rem;
  }
}

#maincontent h4, #maincontent h5, #maincontent h6 {
  font-size: 1rem;
  font-weight: bold;
}

/* ボタンのアニメーション */
/* 疑似要素で枠線を準備する (req: .btn > u || .btn > u > u) */
.btn {
  position: relative;
  z-index: 1;
}

.btn > u::before, .btn > u::after, .btn > u > u::before, .btn > u > u::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  background-color: #f00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* hover時、既定の枠線を透過する */
.hover-border-clear.btn:hover, .hover-border-clear .btn:hover {
  border-color: transparent !important;
}

/* 既定の hover時の透過を上書き */
#custom .anime-border-run.btn:hover, #custom .anime-border-run .btn:hover,
#custom .anime-border-run-4.btn:hover,
#custom .anime-border-run-4 .btn:hover,
#custom .anime-border-2-lane.btn:hover,
#custom .anime-border-2-lane .btn:hover,
#custom .anime-border-in.btn:hover,
#custom .anime-border-in .btn:hover,
#custom .anime-border-flashing.btn:hover,
#custom .anime-border-flashing .btn:hover {
  opacity: 1;
}

/* 上下左右で同時に枠線が走る (req: .btn > u > u) */
.anime-border-run-4.btn > u::before, .anime-border-run-4 .btn > u::before {
  top: -2px;
  left: -2px;
  height: 2px;
}

.anime-border-run-4.btn > u::after, .anime-border-run-4 .btn > u::after {
  bottom: -2px;
  right: -2px;
  height: 2px;
}

.anime-border-run-4.btn > u > u::before, .anime-border-run-4 .btn > u > u::before {
  top: -2px;
  right: -2px;
  width: 2px;
}

.anime-border-run-4.btn > u > u::after, .anime-border-run-4 .btn > u > u::after {
  bottom: -2px;
  left: -2px;
  width: 2px;
}

.anime-border-run-4.btn:hover > u::before, .anime-border-run-4 .btn:hover > u::before {
  width: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u::after, .anime-border-run-4 .btn:hover > u::after {
  width: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u > u::before, .anime-border-run-4 .btn:hover > u > u::before {
  height: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u > u::after, .anime-border-run-4 .btn:hover > u > u::after {
  height: calc(100% + 4px);
}

/* 左上から時計回りに枠線が走る (req: .btn > u > u) */
.anime-border-run.btn > u::before, .anime-border-run .btn > u::before {
  top: -2px;
  left: -2px;
  height: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime-border-run.btn > u::after, .anime-border-run .btn > u::after {
  bottom: -2px;
  right: -2px;
  height: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime-border-run.btn > u > u::before, .anime-border-run .btn > u > u::before {
  top: -2px;
  right: -2px;
  width: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime-border-run.btn > u > u::after, .anime-border-run .btn > u > u::after {
  bottom: -2px;
  left: -2px;
  width: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime-border-run.btn:hover > u::before, .anime-border-run .btn:hover > u::before {
  width: calc(100% + 4px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime-border-run.btn:hover > u::after, .anime-border-run .btn:hover > u::after {
  width: calc(100% + 4px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime-border-run.btn:hover > u > u::before, .anime-border-run .btn:hover > u > u::before {
  height: calc(100% + 4px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime-border-run.btn:hover > u > u::after, .anime-border-run .btn:hover > u > u::after {
  height: calc(100% + 4px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* 上下と左右でそれぞれ同時に枠線が走る (req: .btn > u > u) */
.anime-border-2-lane.btn > u::before, .anime-border-2-lane .btn > u::before {
  top: -2px;
  left: -2px;
  height: 2px;
}

.anime-border-2-lane.btn > u::after, .anime-border-2-lane .btn > u::after {
  bottom: -2px;
  left: -2px;
  height: 2px;
}

.anime-border-2-lane.btn > u > u::before, .anime-border-2-lane .btn > u > u::before {
  top: -2px;
  right: -2px;
  width: 2px;
}

.anime-border-2-lane.btn > u > u::after, .anime-border-2-lane .btn > u > u::after {
  top: -2px;
  left: -2px;
  width: 2px;
}

.anime-border-2-lane.btn:hover > u::before, .anime-border-2-lane .btn:hover > u::before {
  width: calc(100% + 4px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime-border-2-lane.btn:hover > u::after, .anime-border-2-lane .btn:hover > u::after {
  width: calc(100% + 4px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime-border-2-lane.btn:hover > u > u::before, .anime-border-2-lane .btn:hover > u > u::before {
  height: calc(100% + 4px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anime-border-2-lane.btn:hover > u > u::after, .anime-border-2-lane .btn:hover > u > u::after {
  height: calc(100% + 4px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* 外側から枠線をつける (req: .btn > u) */
.anime-border-in.btn > u::before, .anime-border-in .btn > u::before {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 3px solid #f00;
  background: none;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}

.anime-border-in.btn:hover > u::before, .anime-border-in .btn:hover > u::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.anime-border-in.btn > u::after, .anime-border-in.btn > u > u::before, .anime-border-in.btn > u > u::after, .anime-border-in .btn > u::after, .anime-border-in .btn > u > u::before, .anime-border-in .btn > u > u::after {
  content: none;
}

/* パッシングのように光を放つ (req: .btn > u > u) */
.anime-border-flashing.btn > u::before, .anime-border-flashing .btn > u::before {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  outline: 0 solid #f00;
  outline-offset: 2px;
}

.anime-border-flashing.btn:hover > u::before, .anime-border-flashing .btn:hover > u::before {
  outline-width: 2px;
  -webkit-animation: anime-outline-flashing 0.8s ease infinite;
          animation: anime-outline-flashing 0.8s ease infinite;
}

.anime-border-flashing.btn > u::after, .anime-border-flashing.btn > u > u::before, .anime-border-flashing.btn > u > u::after, .anime-border-flashing .btn > u::after, .anime-border-flashing .btn > u > u::before, .anime-border-flashing .btn > u > u::after {
  content: none;
}

@-webkit-keyframes anime-outline-flashing {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

@keyframes anime-outline-flashing {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}



/* ボタンのアイコン */
#maincontent .btn.icon-arrow-right.icon-arrow-white::after {
  background-image: url("../../images/asset/common/ico/ico-arrow-white.svg");
}

#maincontent .btn.icon-arrow-right.icon-arrow-gray::after {
  background-image: url("../../images/asset/common/ico/ico-arrow-gray.svg");
}

#maincontent .btn.icon-arrow-right.is-active.icon-arrow-gray::after, #maincontent .btn.icon-arrow-right:hover.icon-arrow-gray::after, #maincontent .btn.icon-arrow-right:focus.icon-arrow-gray::after {
  background-image: url("../../images/asset/common/ico/ico-arrow.svg");
}

#maincontent .btn.icon-modal-open::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  background: url("../../images/asset/lp/oetire/ico/ico-modal-open.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 14px;
}

#maincontent .btn.icon-modal-open--white::after {
  background-image: url("../../images/asset/common/ico/ico-modal-open-white.svg");
}

#maincontent .btn.icon-plus::after {
  background-image: url("../../images/asset/common/ico/ico-plus.svg");
  width: 16px;
  height: 16px;
  right: 16px;
}

#maincontent .btn.icon-help::after {
  background-image: url("../../images/asset/common/ico/ico-help.svg");
  width: 20px;
  height: 20px;
}

#maincontent .m-btnArea {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 344px;
}

#maincontent .m-btnArea .btn {
  max-width: 344px;
  font-weight: bold;
  font-size: 0.875rem;
}

#maincontent .m-btnArea:has(.anime-border-run), #maincontent .m-btnArea:has(.anime-border-run-4) {
  overflow: hidden;
  border-radius: 3px;
}




/*------------------------------------------------
  BTOS > LP > 各ブランド
------------------------------------------------*/
/* メインコンテンツ内のコンテンツ部分 */
#custom .p-brand {
  margin: 0;
  padding: 0;
}

#custom .p-brand .container > .m-note {
  display: table;
  margin: 40px auto 0;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand .container > .m-note {
    display: block;
    margin: 24px 0 0;
    text-align: center;
  }
}



/*------------------------------------------------
  BTOS > ブランド > サイズ表
------------------------------------------------*/
#custom .p-brand-sizes {
  padding: 100px 0 40px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes {
    padding: 80px 0 24px;
  }
}

#custom .p-brand-sizes h2 {
  margin-bottom: 58px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes h2 {
    margin-bottom: 40px;
  }
}

#custom .p-brand-sizes h3, #custom .p-brand-sizes h4 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes h3, #custom .p-brand-sizes h4 {
    margin-bottom: 1rem;
  }
}

#custom .p-brand-sizes article > header {
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes article > header {
    padding-bottom: 1rem;
  }
}

#custom .p-brand-sizes article > header h3, #custom .p-brand-sizes article > header h4 {
  margin-bottom: 0;
}

#custom .p-brand-sizes .nav-tabs {
  gap: 4px;
  margin-bottom: 60px;
  border: 0;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs {
    gap: 16px 10px;
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes .nav-tabs {
    gap: 9px 6px;
  }
}

#custom .p-brand-sizes .nav-link {
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  text-decoration: none;
  font-size: 0.938rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-link {
    padding: 9px 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes .nav-link {
    padding: 9px 10px;
    font-size: 0.813rem;
  }
}

#custom .p-brand-sizes .nav-link.is-active {
  border-color: #f00;
  background-color: #f00;
  color: #fff;
}

#custom .p-brand-sizes .nav-link:hover {
  opacity: 0.7;
}

#custom .p-brand-sizes .nav-link img.logo {
  width: auto;
  max-height: 91px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-link img.logo {
    max-height: 58px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup {
    gap: 0 15px;
  }
}

@media (max-width: 1024px) {
  #custom .p-brand-sizes .nav-tabs--lineup--extra {
    overflow-x: auto;
    gap: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  #custom .p-brand-sizes .nav-tabs--lineup--extra::after {
    content: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup--extra {
    gap: 0 8px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid #999;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
}

#custom .p-brand-sizes .nav-tabs--lineup--extra .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup--extra .nav-item {
    -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 20px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-radius: 4px;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup .nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 4px 10px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup--extra .nav-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup--extra .nav-link {
    
  }
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link .property {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 1024px) {
  #custom .p-brand-sizes .nav-tabs--lineup .nav-link .property {
    padding: 4px 10px;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup .nav-link .property {
    min-width: 81px;
    max-width: 40vw;
    max-width: 96%;
    padding: 4px 5px 3px;
    font-size: 0.563rem;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup .nav-link .img-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 36px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link .logo--color {
  display: block;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link .logo--white {
  display: none;
}

#custom .p-brand-sizes .nav-tabs--lineup--extra .nav-link .property {
  min-width: 46px;
  padding: 4px 9px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .nav-tabs--lineup--extra .nav-link .property {
    padding: 4px 7px 3px;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.is-active {
  color: #fff;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.is-active .property {
  border-color: #fff;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.is-active .logo--color {
  display: none  !important;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.is-active .logo--white {
  display: block !important;
}

#custom .p-brand-sizes--basic .nav-link.is-active {
  border-color: #999999;
  background-color: #999999;
}

#custom .p-brand-sizes--basic .nav-tabs--lineup {
  border-color: #999999;
  color: #999999;
}

#custom .p-brand-sizes--basic .nav-tabs--lineup::after {
  border-color: #999999;
}

#custom .p-brand-sizes--basic .nav-tabs--lineup .nav-link {
  color: #999999;
}

#custom .p-brand-sizes--basic .nav-tabs--lineup .nav-link .property {
  border-color: #999999;
}


#custom .p-brand-sizes aside.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 15px 0;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes aside.grid {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
}

#custom .p-brand-sizes aside.grid p.text {
  min-width: 344px;
  padding-right: 7px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes aside.grid p.text {
    min-width: 0;
    padding-right: 0;
    text-align: center;
  }
}

#custom .p-brand-sizes aside.grid .navi {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes aside.grid .navi {
    margin: 15px auto;
  }
}

#custom .p-brand-sizes aside.grid em {
  color: #f00;
  font-size: 0.938rem;
}

#custom .p-brand-sizes aside.grid em em {
  font-size: 1.25rem;
}

#custom .p-brand-sizes > .container > .m-note {
  margin-top: 84px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes > .container > .m-note {
    margin-top: 50px;
  }
}

/*------------------------------------------------
  BTOS > ブランド > サイズ表 > 表
------------------------------------------------*/
#custom .p-brand-sizes-section {
  position: relative;
}

#custom .p-brand-sizes-section > h3 {
  display: none;
}

#custom .p-brand-sizes-details > summary {
  display: none;
}

#custom .p-brand-sizes .m-tab-content {
  display: none;
  margin-top: 0;
  padding-top: 0;
}

#custom .p-brand-sizes .m-tab-content.is-active {
  display: block;
}

#custom .p-brand-sizes .m-tab-content > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .m-tab-content > header {
    display: block;
  }
  #custom .p-brand-sizes .m-tab-content > header p {
    position: relative;
    top: 10px;
    margin-top: 15px;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  #custom .p-brand-sizes .m-tab-content > header small {
    font-size: 100%;
  }
}

#custom .p-brand-sizes .m-tab-content > header .cmp-mark {
  padding: 0 2px;
}


#custom .p-brand-sizes .cmp-mark,
#custom .p-brand-sizes .cmp-btn {
  display: inline-block;
  font-size: 0.75rem;
  color: #f00;
  vertical-align: middle;
}

#custom .p-brand-sizes-table {
  clear: both;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes-table th {
    line-height: 1.4;
  }
  #custom .p-brand-sizes-table .t-size {
    min-width: 10em;
  }
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes-table .t-li,
  #custom .p-brand-sizes-table .t-price-4 {
    display: none;
  }
}

@media only screen and (max-width: 374px) {
  #custom .p-brand-sizes-table .t-size {
    min-width: 0;
  }
}

#custom .p-brand-sizes-table thead th {
  padding: 13px;
  border: 1px solid #fff;
  border-width: 0 1px;
  background: #333;
  color: #fff;
  font-size: 0.938em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table thead th {
    padding: 5px 10px 4px;
  }
}

#custom .p-brand-sizes-table tbody > tr:nth-child(2n) {
  background-color: #F5F5F5;
}

#custom .p-brand-sizes-table th, #custom .p-brand-sizes-table td {
  position: relative;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table th, #custom .p-brand-sizes-table td {
    padding: 10px 15px;
  }
}

#custom .p-brand-sizes-table tbody th {
  padding-left: 24px;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table tbody th {
    padding-left: 12px;
  }
  #custom .p-brand-sizes-table tbody th i {
    display: inline !important;
    font-style: normal;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table.has-cmp-price td.t-price-1,
  #custom .p-brand-sizes-table.has-cmp-price td.t-price-4 {
    padding-left: 1.5rem;
  }
}

#custom .p-brand-sizes-table .to-buy {
  display: inline-block;
  width: 44px;
  height: 36px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #f00;
  background: #f00 url("../../images/asset/common/ico/ico-cart-white.svg") no-repeat center;
  background-size: 28px 28px;
  vertical-align: middle;
}

#custom .p-brand-sizes-table .to-buy.ui-state-disabled {
  border-color: #999;
  background-color: #999;
  opacity: 1;
}

#custom .p-brand-sizes-table .cmp-mark {
  position: absolute;
  right: 50%;
  margin-right: 2.75rem;
  line-height: 2.1333333333;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table .cmp-mark {
    right: calc(50% - 0.75rem);
    margin-right: 2.625rem;
  }
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes-table .cmp-mark {
    margin-right: 2.375rem;
  }
}

#custom .p-brand-sizes-table .cmp-btn {
  position: absolute;
  right: 50%;
  margin-right: 2.75rem;
  padding: 6px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table .cmp-btn {
    right: calc(50% - 0.75rem);
    margin-right: 2.375rem;
    padding: 4px;
  }
}

@media only screen and (max-width: 543px) {
  #custom .p-brand-sizes-table .cmp-btn {
    margin-right: 2.125rem;
  }
}

#custom .p-brand-sizes-table .cmp-price {
  position: absolute;
  top: calc(100% - 15px);
  left: calc(50% - 3.5ex - 28px);
  margin: 0;
  padding: 14px 23px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
  text-align: left;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-property: opacity, z-index, visibility;
  transition-property: opacity, z-index, visibility;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@supports (transition-behavior: allow-discrete) {
  #custom .p-brand-sizes-table .cmp-price {
    transition-behavior: allow-discrete;
  }
}

#custom .p-brand-sizes-table .cmp-price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 11px;
}

#custom .p-brand-sizes-table .cmp-price dt, #custom .p-brand-sizes-table .cmp-price dd {
  display: inline-block;
  margin: 0;
}

#custom .p-brand-sizes-table tr:last-child .cmp-price {
  top: auto;
  bottom: calc(100% - 15px);
}

#custom .p-brand-sizes-table .cmp-btn:hover ~ .cmp-price, #custom .p-brand-sizes-table .cmp-btn:focus ~ .cmp-price {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

#custom .p-brand-sizes-help {
  position: relative;
  text-align: right;
}

#custom .p-brand-sizes-help > .m-textlink {
  /*
  float: right;
  position: absolute;
  z-index: 5;
  right: 0;
  margin-top: 0.188em;
  */

  font-weight: normal;
  text-decoration: underline;
}

/*
#custom .p-brand-sizes .m-tab-content > header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 110px;
  background: #fff;
  margin-top: -24px;
  padding-top: 24px;
}

@media (max-width: 1024px) {
  #custom .p-brand-sizes .m-tab-content > header {
    top: 98px;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes .m-tab-content > header {
    margin-top: 0;
    padding-top: 0;
    top: 0px;
  }
}
*/

/*
#custom .p-brand-sizes-help {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 134px;
}

@media (max-width: 1024px) {
  #custom .p-brand-sizes-help {
    top: 122px;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-help {
    position: relative;
    top: 0;
  }
}
*/

#custom .p-brand-sizes-table thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  top: 72px;
}

@media (max-width: 1024px) {
  #custom .p-brand-sizes-table thead {
    top: 61px;
  }
}

@media only screen and (max-width: 768px) {
  #custom .p-brand-sizes-table thead {
    top: 0px;
  }
}


/*------------------------------------------------
  BTOS > モーダルダイアログ (2024 style) 更新分
------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #custom .modal-2024 .modal-body {
    max-height: calc(100svh - 30px - 31px - 2.1rem);
  }
}

#custom .modal-2024 .modal-header {
  padding: 0 60px;
}

@media (max-width: 1024px) {
  #custom .modal-2024 .modal-header {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  #custom .modal-2024 .modal-header {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 543px) {
  #custom .modal-2024.with-header-semi-center .modal-header {
    padding-left: 0;
  }
}

#custom .modal-2024 .icon-modal::before,
#custom .modal-2024 .modal-section--hasicon::before {
  height: 68px;
}

@media only screen and (max-width: 768px) {
  #custom .modal-2024 .icon-modal::before,
  #custom .modal-2024 .modal-section--hasicon::before {
    height: 48px;
  }
}

#custom .modal-2024 .modal-image {
  margin: 1rem 0;
}

#custom .modal-2024 .modal-image:first-child {
  margin-top: 0;
}

#custom .modal-2024 .modal-image--center {
  text-align: center;
}

#custom .modal-2024 .modal-image--left {
  margin-top: 0;
}









#maincontent .m-textlink.icon-help::after {
	background-image: url("../../images/asset/lp/oetire/ico/ico-help.svg");
	width: 20px;
	height: 20px;
}


#custom .p-brand-sizes-table .to-buy {
	background: #f00 url("../../images/asset/lp/oetire/ico/ico-cart-white.svg") no-repeat center;
}


#custom .modal-2024 .icon-close-right::after {
    background-image: url("../../images/asset/lp/oetire/ico/ico-close.svg");
}


#maincontent .btn.icon-arrow-right::after {
	background-image: url("../../images/asset/lp/oetire/ico/ico-arrow.svg");
}







/*------------------------------------------------
  BTOS > 車種別新車装着タイヤ一覧
------------------------------------------------*/

/* h1 */
#custom #oetire h1.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* メインバナー */
#custom #oetire .header-banner {
	width: 100%;
	height: 240px;
	background-image: url("../../images/asset/lp/oetire/header-img.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  
  #custom #oetire .header-banner {
    background-image: url("../../images/asset/lp/oetire/header-img_sp.webp");
  }

}

@media only screen and (max-width: 768px) {

   #custom #oetire .header-banner {
    height: 140px
  }

}


/*導入文*/
#custom #oetire .intro-text {

}

#custom #oetire .intro-text p:first-of-type {
  text-align: center;
  margin-bottom: 20px;
}

#custom #oetire .intro-text h2 {
  width: fit-content;
  margin: 0 auto 50px auto;
  border-bottom: 4px solid #555d68;
}

#custom #oetire .intro-text h3 {
  font-size: 16px;
  margin: 0 auto 20px auto;
  text-align: center;
}


#custom #oetire .intro-text p:nth-of-type(2) {
  margin-bottom: 20px;
}

#custom #oetire .intro-text p:nth-of-type(3) {
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}


/*ブランド選択*/
#custom #oetire .p-brand-sizes .nav-tabs--lineup {
  flex-wrap: wrap;
  gap: initial;
  justify-content: space-between;
}

#custom #oetire .p-brand-sizes .nav-tabs--lineup::after {
  display: none;
}

#custom #oetire .p-brand-sizes .nav-tabs--lineup--extra .nav-item {
  width: 19.5%;
  height: 46px;
  
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {

   #custom #oetire .p-brand-sizes .nav-tabs--lineup--extra .nav-item {
      width: 49.5%;
      height: 36px;
    }

}

/*
#custom #oetire .p-brand-sizes .nav-tabs--lineup .nav-link {
  border-radius: 0;
}
*/

#custom #oetire .p-brand-sizes .nav-link.is-active {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

#custom #oetire .p-brand-sizes .nav-tabs--lineup--extra .nav-item.spacer {
  visibility: hidden;
}






/*車種選択プルダウン*/
#custom #oetire .size-select-wrapper {
  margin-bottom: 50px;
}

#custom #oetire .size-select-wrapper label {
  display: none;
}

#custom #oetire .size-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding: 8px 12px;
  
  font-size: 20px;
  font-weight: bold;

  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;

  background-image: url("../../images/asset/lp/oetire/ico/ico-arrow_vertical_open.svg") !important;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;

  width: 100%;
  height: 50px;

  text-align: center;
  text-align-last: center;

}

@media only screen and (max-width: 768px) {

  #custom #oetire .size-select-wrapper select {
    font-size: 16px;
  }

}

#custom #oetire .size-select-wrapper select:focus {
  outline: 2px solid #007bff;
  border-color: #007bff;
}








/*サイズ表*/
#custom #oetire .p-brand-sizes .m-table-wrapper {
  clear: both;
  position: relative;
}

@media only screen and (max-width: 768px) {

    #custom #oetire .p-brand-sizes .m-table-wrapper {
      overflow-x: auto;
    }

    #custom #oetire .p-brand-sizes-table {
      width: max-content;
    }

}

#custom #oetire .p-brand-sizes .scroll-icon-wrapper {
    display: none;
}

@media only screen and (max-width: 768px) {

  #custom #oetire .p-brand-sizes .scroll-icon-wrapper {
      display: block;
      position: relative;
      height: 30px;
      margin: 10px 0;
  }

  #custom #oetire .p-brand-sizes .scroll-icon-wrapper .scroll-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #custom #oetire .p-brand-sizes .scroll-icon img {
  }

}


#custom #oetire table.p-brand-sizes-table td.car-model {
	border-width: 0 1px 1px 1px; /* 上 右 下 左 の順 */
  border-style: solid;
  border-color: #ccc;
  background-color: #FFF;
}

#custom #oetire table.p-brand-sizes-table td.tire-size {
  text-align: left;
}









/* 取付工賃＋保証込み */
#custom #oetire .p-brand .container > .m-note {
    display: inherit;
}



/*商品に関する詳細はこちら*/
#custom #oetire .price-details {
	margin: 40px auto;
}

#custom #oetire .price-details.m-btnArea .btn {
  font-weight: 400;
}

#custom #oetire .price-details .btn.icon-modal-open {
	width: 344px;
	display: block;
	margin: auto;
}

/*こちらの情報は〇〇現在のものです*/
#custom #oetire .last-updated {
  text-align: center;
}



/*商品に関する詳細はこちら モーダル*/
#custom #modal-products-details .modal-header {
  height: 20px;
}

#custom #modal-products-details .modal-body {
    border-top:none;
}

#custom #modal-products-details .modal-body .notice-list {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.5;

  font-size: 14px;

  margin-bottom: 50px;
}

#custom #modal-products-details .modal-body .notice-list li {
  margin-bottom: 8px;
}

#custom #modal-products-details .modal-body .notice-list li span {
  color: #FF0000;
}

#custom #modal-products-details .modal-body .notice-list li a {
  font-weight: bold;
  text-decoration: underline;
}







/*上へ戻るボタン*/
#custom .back-to-top {
  z-index: 10;
}


