@charset "UTF-8";
/* ヘッダー */


#mainTtl {
  height: 70.77vw;
  width: 100%;
  background-color: #555;
  background: url(/2026/top/assets/img/bikersPartner/spTop.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

main h2 {
  width: 100%;
  text-align: center;
  font-size: 8.77vw;
  margin-top: 4vw;
  text-indent: -3vw;
  padding-bottom: 1.9vw;
  font-weight: bold;
  font-family: "Rokkitt", sans-serif;
  z-index: 2;
}
#mainTtl p {
  font-size: 5.13vw;
  font-weight: 600;
  z-index: 2;
}
/* ヘッダー */
/* タブ */
#dayTabWrap{
  background: #F1F1F1;
  padding-top: 5.2vw;
  position: fixed;
  left: 0;
  top: 14.5vw;
  z-index: 2;
}
#articleWrap section{
  overflow: auto;
  width: 100vw;
}
#dayTabWrap .tab,
#articleWrap section .tab{
  padding: 0;
  margin: 0;
  border: none;
}
#dayTabWrap .tab li{
  background: #7E7862;
  color: #FFF;
  width: 50vw;
  border: none;
  font-size: 4.83vw;
  line-height: 3vw;
  font-weight: bold;
  padding: 4vw 0 3vw;
}
#dayTabWrap .tab li i{
  font-size: 2.9vw;
  font-style: normal;
}
#dayTabWrap .tab li.active{
  background: #FFF;
  color: #000;
}
#articleWrap section.active{
  display: block;
}
#articleWrap section .tab{
  flex-wrap: wrap;
  margin: 10vw auto 0;
  width: 81.28vw;
  justify-content: space-between;
  position: relative;
  background: transparent;
  z-index: 1;
}
#articleWrap section .tab li{
  position: relative;
  display: inline-block;
  padding: 0;
  height: 12.08vw;
  min-width: 38.16vw;
  max-width: 100%;
  color: #555;
  font-size: 4vw;
  background: #FFF;
  border: 2px solid #000;
  color: #000;
  margin: 2.5vw 0 2vw;
  border-radius: 1vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#articleWrap section .tab li.active{
  background: #000;
  color: #FFF;
}

#articleWrap section .tab li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2vw;
  border: 2vw solid transparent;
  border-top: 2vw solid #000;
}
#articleWrap section .tab li p {
  margin: 0;
  padding: 0;
}
/* タブ */
/* 共通 */
/* #articleWrap section > div{
  width: 100vw;
  -ms-overflow-style: none;
}
#articleWrap section > div::-webkit-scrollbar{
  display: none;
}
#articleWrap section > div.active{
  display: block;
} */
/* #articleWrap section > div{
  width: 81.28vw;
  margin: auto;
} */
#articleWrap .profileImg,
#articleWrap .videoWrap{
  width: 71.79vw;
  height: 53.33vw;
  margin:12.31vw auto 0;
  position: relative;
}
.videoWrap img,
.videoWrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .4s;
}
.videoWrap video {
  z-index: 0;
}
.videoWrap.active img{
  opacity: 0;
}
#profileWrap .controllScrollItem{
  width: 100vw;
  /* min-height: 389.49vw; */
  min-height: 437.49vw;}
#profileWrap .controllScrollWrap .controllScrollItemWrap {
  margin-left: 14.1vw;
}
#profileWrap .controllScrollWrap .controllScrollItemWrap > li {
  margin: 0 10.51vw 0 0;
  width: 71.79vw;
}
#profileWrap .controllScrollWrap .controllScrollItemWrap li:last-child {
  padding-right: 0;
}
.profile{
  width: 71.44vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profileWrap .controllScrollButtonWrap {
  top: 8%;
  width: 88.28vw;
  left: 6vw;
}
#profileWrap .controllScrollButtonWrap .controllScrollButtonPrev,
#profileWrap .controllScrollButtonWrap .controllScrollButtonNext {
  padding: 0 4vw;
}
#profileWrap .controllScrollButtonWrap .controllScrollButtonPrev {
  transform: rotate(180deg);
      /* left: -79vw; */
}
#articleWrap .controllScrollButtonWrap img,
.controllScrollButtonWrap img{
  height: 3.48vw;
}
.profile dt{
  background: #000;
  color: #FFF;
  border-radius: 50%;
  width: 11.28vw;
  height: 11.28vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.3vw;
  margin: 1vw 0 .54vw;
}
.profile dt:last-child{
  font-size: 3.33vw;
}
.profile dd{
  width: 56.44vw;
  font-weight: 600;
  font-size: 3.9vw;
  line-height: 5vw;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
}
#articleWrap .sns li img{
  height: 6.15vw;
  margin-top: 3.08vw;
  margin-bottom: 6.92vw;
}
.name{
  font-size: 5.64vw;
  font-weight: 600;
  padding: 3.92vw 0 6.72vw 3vw;
  text-align: center;
}
.sns{
  display: flex;
  justify-content: center;
  gap: 0 6.8vw;
  margin-left: 2vw;
  height: 15.5vw;
}
.controllScrollWrap .controllScrollItemWrap .sns li{
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.controllScrollWrap .controllScrollItemWrap .sns li:last-child{
  padding-right: 0;
}
.controllScrollItemWrap::after{
  content: " ";
  display: block;
  width: 20vw;
  height: 1px;
  padding-right: 20vw;
}

.intro{
  font-weight: 300;
  padding: 0 0 5.69vw;
  font-size: 4.1vw;
  line-height: 5.7vw;
  letter-spacing: 0.005vw;
}
.pcRight p{
  font-weight: 300;
  font-size: 4.1vw;
  line-height: 5.7vw;
  letter-spacing: 0.005vw;
  width: 100%;
}
.pcRight p.adjust{
  letter-spacing: -0.2vw;
}
.pcRight p.adjust .inAdjust_22{
  display: inline-block;
  width: 2.2rem;
}
/* .pcRight p:last-child{
  font-weight: normal;
} */
#daySat p{
  font-weight: 300;
  font-size: 4.1vw;
  line-height: 6.1vw;
}
h3{
  text-align: center;
  font-weight: bold;
  padding: 6.72vw 0 5.13vw;
}
.indent{
  display: block;
  padding-left: 3.5em;
  text-indent: -3.5em;
}
#Rider6 .indent{
  padding-left: 3.25em;
  text-indent: -3.25em;
}
#Rider7 .indent{
  padding-left: 3.75em;
  text-indent: -3.75em;
}
.indent2{
  display: block;
  padding-left: 6em;
  text-indent: -6em;
}
