@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/high-rim-diameter/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-top: 38px;*/
    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 {
  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;*/
    width: 80%;
    height: auto;
    margin: auto;
  }
}

#custom .p-brand-sizes .nav-tabs--lineup {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  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;
    margin-bottom: 0px;
  }
}

#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;

        height: 71px;
  }
}

#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-sections .nav-tabs .nav-link.is-active .logo--color {
  display: none  !important;
}

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

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

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

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

#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--chronicle .nav-link.is-active {
  border-color: #141414;
  background-color: #141414;
}

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

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

#custom .p-brand-sizes--playz .nav-link.is-active {
  border-color: #00A1DE;
  background-color: #00A1DE;
}

#custom .p-brand-sizes--playz .nav-tabs--lineup {
  border-color: #00A1DE;
  color: #00A1DE;
}

#custom .p-brand-sizes--playz .nav-tabs--lineup::after {
  border-color: #00A1DE;
}

#custom .p-brand-sizes--regno .nav-link.is-active {
  border-color: #09234E;
  background-color: #09234E;
}

#custom .p-brand-sizes--regno .nav-tabs--lineup {
  border-color: #09234E;
  color: #09234E;
}

#custom .p-brand-sizes--regno .nav-tabs--lineup::after {
  border-color: #09234E;
}

#custom .p-brand-sizes--ecopia .nav-link.is-active {
  border-color: #6BB42A;
  background-color: #6BB42A;
}

#custom .p-brand-sizes--ecopia .nav-tabs--lineup {
  border-color: #6BB42A;
  color: #6BB42A;
}

#custom .p-brand-sizes--ecopia .nav-tabs--lineup::after {
  border-color: #6BB42A;
}

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

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

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

#custom .p-brand-sizes--alenza .nav-link.is-active {
  border-color: #462D25;
  background-color: #462D25;
}

#custom .p-brand-sizes--alenza .nav-tabs--lineup {
  border-color: #462D25;
  color: #462D25;
}

#custom .p-brand-sizes--alenza .nav-tabs--lineup::after {
  border-color: #462D25;
}

#custom .p-brand-sizes--dueler .nav-link.is-active {
  border-color: #008F8C;
  background-color: #008F8C;
}

#custom .p-brand-sizes--dueler .nav-tabs--lineup {
  border-color: #008F8C;
  color: #008F8C;
}

#custom .p-brand-sizes--dueler .nav-tabs--lineup::after {
  border-color: #008F8C;
}

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

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

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

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

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

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


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

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

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



#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 .nav-tabs--lineup .nav-link {
  height: 95px;
}

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

  #custom .p-brand-sizes .nav-tabs--lineup .nav-link {
    height: 100%;
  }

}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--regno .img-title img {

}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--regno.is-active {
  border-color: #09234E;
  background-color: #09234E;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--playz.is-active {
  border-color: #00A1DE;
  background-color: #00A1DE;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--newno.is-active {
  border-color: #A73762;
  background-color: #A73762;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--seiberling.is-active {
  border-color: #163063;
  background-color: #163063;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--alenza.is-active {
  border-color: #462D25;
  background-color: #462D25;
}

#custom .p-brand-sizes .nav-tabs--lineup .nav-link.p-brand-sizes-tab--potenza.is-active {
  border-color: #000;
  background-color: #000;
}



#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: 186px;
}

@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/high-rim-diameter/ico/ico-help.svg");
  width: 20px;
  height: 20px;
}


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


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


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




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





/*------------------------------------------------
  BTOS > HRD高インチタイヤラインアップ
------------------------------------------------*/


/* リード文 */
#custom .page-lead {
  font-weight: bold;
  margin-top: 40px;
}

#custom .page-lead h1 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  /*border-bottom: 4px solid #555d68;*/
}

#custom .page-lead h1 span {
  font-size: 0.64em;
}

#custom .page-lead p {
  text-align: center;
  margin-top: 20px;
}

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

  #custom .page-lead h1 {
    font-size: 21px;
  }

    #custom .page-lead p {
      font-size: 14px;
    }

}



/* タブ切り替え関連 */
#custom .category-tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 80px;
}

#custom .category-tabs .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: #007bff;
  transition: left 0.3s ease;
}

#custom .category-tabs button {
  position: relative;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 16px;
  cursor: pointer;
}

#custom .category-tabs button::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#custom .category-tabs button::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #ff0000;
  transition: width 0.3s ease;
}

#custom .category-tabs button.active::after {
  width: 80%;
}


#custom .category-tabs button.passenger::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_passenger.svg");
  width: 46.2px;
  height: 14.4px;
}

#custom .category-tabs button.suv::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_suv.svg");
  width: 51px;
  height: 19.9px;
}

#custom .category-tabs button.sports::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_sports.svg");
  width: 46.2px;
  height: 11.9px;
}

#custom .category-tabs button.passenger.active::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_passenger_active.svg");
}

#custom .category-tabs button.suv.active::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_suv_active.svg");
}

#custom .category-tabs button.sports.active::before {
  background-image: url("../../../images/asset/lp/high-rim-diameter/icon_sports_active.svg");
}


/*
.category-content {
  display: none;
}
.category-content.active {
  display: block;
}
*/

#custom .category-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  height: 0;
  overflow: hidden;
}

#custom .category-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible; /*これがないとstickyが効かない！*/
}

#custom .category-content .tire-lineup {
  margin: 70px auto;
}

#custom .category-content .tire-lineup img {
  display: block;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  
  #custom .category-tabs {
    justify-content: space-around;
    gap: 0;
  }

  #custom .category-tabs button::before {
    display: block;
    margin: 0 auto 5px auto;
  }


  #custom .category-tabs button.active::after {
    width: 100%;
  }

}


/* 性能比較スライダー */
#custom .swiper-wrapper {
  /*
  width: 100%;
  height: 640px;
  */
  padding-bottom: 50px;
}

#custom .swiper-slide {
  /*
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 840px;
  */
}

#custom .swiper-slide img {
  width: 344px;
  height: auto;
}

#custom .swiper-slide:nth-child(3n + 1) {
  /*1、4、7、3n+1枚目の背景色 */
  /*background-color: #de4439;*/
}

#custom .swiper-slide:nth-child(3n + 2) {
  /*2、5、8、3n+2枚目の背景色 */
  /*background-color: #fcd500;*/
}

#custom .swiper-slide:nth-child(3n + 3) {
  /*3、6、9、3n+3枚目の背景色 */
  /*background-color: #53c638;*/
}


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


  #custom .swiper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  #custom .swiper-slide img {
    width: 100%;
    height: auto;
  }

}



/*サイズ表*/

/*
#custom #high-rim-diameter .p-brand-sizes .m-table-wrapper {
  clear: both;
  position: relative;
}

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


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


    #custom #high-rim-diameter .p-brand-sizes-table {
      width: max-content;
    }

}
*/


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

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

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

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

  #custom #high-rim-diameter .p-brand-sizes .scroll-icon img {
  }

}










/* REGNOから持ってきた*/
#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: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

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

@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: rgb(255, 0, 0);
    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;
    }
}

#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: 0px;
    padding-top: 0px;
}

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

#custom .p-brand-sizes .m-tab-content > header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0px 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: 0px 2px;
}

#custom .p-brand-sizes .m-table-wrapper {
    clear: both;
}

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

#custom .p-brand-sizes-table {
    clear: both;
    width: 100%;
    background: rgb(255, 255, 255);
}

@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: 0px;
    }
}

#custom .p-brand-sizes-table thead th {
    padding: 13px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: none;
    border-width: 0px 1px;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    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: rgb(245, 245, 245);
}

#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 5px;
    }
}

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

@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 rgb(255, 0, 0);
    background: url("../../../images/asset/common/ico/ico-cart-white.svg") center center / 28px 28px no-repeat rgb(255, 0, 0);
    vertical-align: middle;
}

#custom .p-brand-sizes-table .to-buy.ui-state-disabled {
    border-color: rgb(153, 153, 153);
    background-color: rgb(153, 153, 153);
    opacity: 1;
}

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

@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: 0px;
    padding: 14px 23px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px 0px;
    text-align: left;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, z-index, visibility;
}

@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: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 0px 11px;
}

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

#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;
}

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

#custom .p-brand-sizes .m-tab-content > header {
    position: sticky;
    z-index: 2;
    /*top: 110px;*/
    top: 104px;
    background: rgb(255, 255, 255);
    margin-top: -24px;
    padding-top: 24px;
}

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

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

#custom .p-brand-sizes-help {
    position: sticky;
    z-index: 3;
    /*top: 134px;*/http://localhost:3000/36dfb5b0/images/asset/lp/high-rim-diameter/sizechart_brandlogo_regno-gr-x3_sub.svg
    top: 128px;
}

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

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

#custom .p-brand-sizes-table thead {
    position: sticky;
    z-index: 4;
    /*top: 186px;*/
    top: 184px;
}

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

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

#custom .p-brand-sizes-subtabs .nav-link {
  width: auto;
  height: 48px;
}


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


/* サブタブ下の details の余白を固定 */
@media (max-width: 1024px) {

  #custom .p-brand-sizes .p-brand-sizes-details .tab-content > .p-brand-sizes-details:nth-of-type(2) .nav-tabs {
    margin-top: 0px;
  }

  #custom .p-brand-sizes-sections {
    margin-top: 38px;
  }

}

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

  #custom .p-brand-sizes--regno .p-brand-sizes-subtabs .nav-item:nth-of-type(1) .nav-link img.logo {
    width: 90px;
    height: auto;
  }

  #custom .p-brand-sizes--regno .p-brand-sizes-subtabs .nav-item:nth-of-type(2) .nav-link img.logo {
    width: 168px;
    height: auto;
  }


  #custom .p-brand-sizes--playz .p-brand-sizes-subtabs .nav-item:nth-of-type(1) .nav-link img.logo {
    width: 90px;
    height: auto;
  }

  #custom .p-brand-sizes--playz .p-brand-sizes-subtabs .nav-item:nth-of-type(2) .nav-link img.logo {
    width: 146px;
    height: auto;
  }

}



