@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: url('/2026/top/assets/font/DINAlternate-Bold.woff') format('woff');
}

@font-face {
  font-family: 'BStyle-Regular';
  src: url('/2026/top/assets/font/BStyle-Regular.ttf.woff') format('woff'),
    url('/2026/top/assets/font/BStyle-Regular.ttf.svg#BStyle-Regular') format('svg'),
    url('/2026/top/assets/font/BStyle-Regular.ttf.eot'),
    url('/2026/top/assets/font/BStyle-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BStyle-R';
  src: url('/2026/top/assets/font/BStyle_R.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

body {
  position: relative;
  font-feature-settings: "pwid";
}

body *,
.notoSans,
span.notoSans,
.notoSans * {
  font-family: "Noto Sans", "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

.bebasFont,
.bebasFont * {
  font-family: "Bebas Neue", "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.dinFont,
.dinFont * {
  font-family: "DIN Alternate Bold", "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.DBStyleFont,
.DBStyleFont * {
  font-family: 'BStyle', "BStyle-Regular", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.RokkittFont,
.RokkittFont * {
  font-family: 'Rokkitt', sans-serif;
}

.spOnly,
.pcHide,
section.loaded.spOnly,
footer.loaded.spOnly,
#topfloatingMenu.spOnly,
.controllScrollButtonPrev.spOnly,
#topfloatingSns.spOnly {
  display: block;
}

.pcOnly,
.spHide,
section.loaded.pcOnly,
footer.loaded.pcOnly,
#floatingMenu.pcOnly,
#topfloatingMenu.pcOnly,
.controllScrollButtonPrev.pcOnly {
  display: none;
}

img {
  max-width: 100%;
}

.br.marginB_5vw {
  margin-bottom: .5vw;
}

.br.marginB_75vw {
  margin-bottom: .75vw;
}

.br.marginB1vw {
  margin-bottom: 1vw;
}

.br.marginB2vw {
  margin-bottom: 2vw;
}

.br.marginB3vw {
  margin-bottom: 3vw;
}

.br.marginB4vw {
  margin-bottom: 4vw;
}

.bold{
  font-weight: 600;
}

.controllScrollOver {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.controllScrollOver .controllScrollOver {
  z-index: 2;
}

.controllScrollOver.spOnlyScroll .controllScrollItemWrap {
  min-width: initial;
}

.controllScrollOver.spOnlyScroll::before,
.controllScrollOver.spOnlyScroll::after {
  background-image: none;
}

.controllScrollWrap {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.controllScrollWrap.scroll{
  cursor: grab;
}
.controllScrollWrap.scroll:active{
  cursor: grabbing;
}

.controllScrollOver[data-type="auto"] {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.controllScrollOver[data-type="auto"] .controllScrollWrap {
  overflow: hidden;
}

.controllScrollOver[data-type="auto"] .controllScrollItemWrap {
  width: 100%;
}

.controllScrollOver[data-type="auto"] .controllScrollItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .4s;
  transform: translateX(100%);
}

.controllScrollOver[data-type="auto"] .controllScrollItem.done {
  z-index: 2;
}

.controllScrollOver[data-type="auto"] .controllScrollItem.active {
  z-index: 3;
}

.controllScrollOver[data-type="auto"] .controllScrollItem.done,
.controllScrollOver[data-type="auto"] .controllScrollItem.active {
  transform: translateX(0);
}

.controllScrollOver[data-type="auto"] .controllScrollItem.next {
  transform: translateX(100%);
  z-index: 4;
}

.controllScrollOver[data-type="auto"].prevBeforeAndNext .controllScrollItem.done {
  transform: translateX(0);
  z-index: 2;
}



.controllScrollOver[data-type="auto"].prev .controllScrollItem {
  z-index: 1;
  transform: translateX(100%);
}

.controllScrollOver[data-type="auto"].prev .controllScrollItem.next {
  z-index: 2;
  transform: translateX(0);

}

.controllScrollOver[data-type="auto"].prev .controllScrollItem.active {
  z-index: 3;
  transform: translateX(0);

}

.controllScrollOver[data-type="auto"].prev .controllScrollItem.done {
  transform: translateX(100%);
  z-index: 4;
}

.controllScrollOver[data-type="auto"].prev.prevBefore .controllScrollItem.next {
  z-index: 2;
  transform: translateX(100%);
}

.controllScrollWrap::-webkit-scrollbar {
  display: none;
}

.controllScrollWrap .controllScrollItemWrap {
  display: flex;
  height: 100%;
  position: initial;
  /* cursor: pointer; */
  width: fit-content;
}

.controllScrollOver.spOnlyScroll .controllScrollWrap {
  overflow-x: initial;
}

.controllScrollOver.spOnlyScroll .controllScrollWrap .controllScrollItemWrap {
  cursor: initial;
  /* pointer-events: none; */
}

.controllScrollWrap .controllScrollItemWrap li {
  height: 100%;
  padding: 0;
  position: relative;
}

.controllScrollButtonWrap {
  display: flex;
  justify-content: space-between;
}

.controllScrollButtonWrap b {
  display: flex;
  justify-content: center;
  align-items: center;
}

.controllScrollBarOver {
  height: 5vw;
  width: 100%;
  margin: 2vw auto 0;
}

.controllScrollBarWrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.controllScrollBar {
  width: 100%;
  height: 1px;
  background: #8D8D8D;
}

.controllScrollBarActive {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5vw;
  height: 3px;
  background: #FFF;
}

.controllScrollButtonWrap {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
  pointer-events: none;
}

.controllScrollButtonWrap .controllScrollButtonPrev,
.controllScrollButtonWrap .controllScrollButtonNext {
  pointer-events: auto;
  transition: all .2s;
  position: absolute;
}

.controllScrollButtonNext {
  left: initial;
  right: 0;
}

.controllScrollButtonWrap .controllScrollButtonPrev:active {
  transform: translateX(-5%);
}

.controllScrollButtonWrap .controllScrollButtonNext:active {
  transform: translateX(5%);
}

.videoWrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.videoWrap .thumbnail,
.videoWrap video {
  position: absolute;
  left: 0;
  z-index: 1;
}

/* .videoWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(/jp/recruitment/assets/img/common/playButton.svg) no-repeat center;
  background-size: 20%;
} */

.videoWrap video {
  max-width: 100%;
  z-index: 0;
}

.videoWrap.played .thumbnail,
.videoWrap.played::after {
  display: none;
}


/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.26vw;
  z-index: 122;
  background: #fff;
}

header a {
  pointer-events: none;
}

header h1 {
  margin: 0 6.92vw 0 0;
}

header section {
  display: flex;
}

header .header {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 4.1vw 7.4vw 4.1vw 7.69vw;
  width: 100%;
}

header .header>div,
header h1,
header h1 img {
  transition: all 1s;
}

header .header>div {
  width: 57.863vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 img {
  width: 20.26vw;
  height: auto;
}

header a {
  pointer-events: initial;
}

header h1 img {
  position: relative;
  width: 20.26vw;
  top: 0;
  left: 0;
}

header h2 {
  width: 46.92vw;
  font-size: 3.08vw;
  line-height: 4.36vw;
  font-weight: 600;
}

/* header section>div {
  opacity: 0;
} */

header.loaded section>div {
  opacity: 1;
  position: relative;
}


/* header */

header section nav {
  width: 5.5vw;
  height: 4vw;
  right: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 6;
  opacity: 1;
  cursor: pointer;
  transition: transform .2s;
}

header section nav.fixed {
  display: none;
  position: fixed;
}

header.menuActive section nav {
  position: relative;
  z-index: 10;
  opacity: 1;
  top: -1vw;
  right: -2vw;
}

header.menuActive section nav.fixed {
  z-index: 5;
  opacity: 1;
  right: 7.69vw;
}

header section nav i,
header section nav b,
header section nav p {
  width: 100%;
  height: 2px;
  background: #000;
  display: inline-block;
  transform: rotate(0);
  transition: all .4s;
}

header section nav b {
  top: 1.79vw;
}

header section nav p {
  top: 3.58vw;
}

header section nav i {
  left: 0;
}

/* header.menuActive nav{
  padding: 3vw 0 0;
} */
header.menuActive section nav i {
  width: 9vw;
  left: 0;
}

header.menuActive {
  background-color: #FFF;
}

section nav.fixed i,
section nav.fixed b {
  background: #333;
}

header.menuActive section nav i,
header.menuActive section nav b {
  position: relative;
  background: #000;
  left: 0;
  width: 7vw;
}

header.menuActive section nav i {
  transform: rotate(405deg);
  top: 0;
}

header.menuActive section nav b {
  transform: rotate(-405deg);
  top: -3.2vw;
  top: calc(-3.2vw - 1px);
}

header.menuActive section nav p {
  display: none;
}

header>nav {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 0;
  background: #FFF;
  left: 100%;
  top: 20vw;
  height: 100vh;
  width: 100%;
  transition: left .6s;
  overflow-y: scroll;
}

header.menuActive>nav {
  left: 0;
}

.ytMovieWrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

iframe{
  border: none;
}
.ytMovieWrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 16 / 9;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.ytMovieWrap iframe.wide {
  width: 100%;
  height: auto;
}

#menuWrap {
  padding: 0 5.38vw;

}

#menuWrap>ul {
  display: flex;
  width: 100vw;
  margin-top: 6vw;
  flex-flow: column;
  justify-content: flex-start;
}

#menuWrap>ul li {
  height: auto;
  color: #000;
  width: 100%;
  margin: 0;
  font-size: 4.13vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

#menuWrap>ul li::after {
  content: "";
  background: url(/2026/top/assets/img/common/arrow.svg) no-repeat center center;
  display: inline-block;
  width: 2.3vw;
  height: 3.25vw;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  right: 3vw;
}

#menuWrap>ul li ul li::after {
  right: 3vw;
}
#menuWrap>ul li ul li.new::after {
  right: 8vw;
}
#menuWrap>ul li.new {
  background-color: #FFFAD6;
  padding-left: 2.03vw;
  padding-left: 0;
  width: 92.3vw;
}

#menuWrap>ul li.new::before {
  content: "";
  display: block;
  background-image: url(/2026/top/assets/img/common/iconEventNew.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.97vw;
  height: 10vw;
  margin-right: 1vw;

}

#menuWrap>ul>li.jsAddRemoveActive {
  flex-flow: column;
}

#menuWrap>ul>li.jsAddRemoveActive::after {
  content: none;
}

#menuWrap>ul>li.noBorder::after {
  content: none;
}

#menuWrap>ul>li.jsAddRemoveActive>ul {
  display: none;
  transition: all .2s;
}

#menuWrap>ul>li.jsAddRemoveActive.beforeActive>ul,
#menuWrap>ul>li.jsAddRemoveActive.beforeNonActive>ul {
  display: flex;
  flex-flow: column;
  opacity: 0;
  width: 100vw;
  overflow-x: hidden;
}

#menuWrap>ul>li.jsAddRemoveActive.active {
  border-bottom: none;
}

#menuWrap>ul>li.jsAddRemoveActive.active>ul {
  display: flex;
  width: 92.31vw;
  flex-flow: column;
  background: #EBEBEB;
  opacity: 1;
  padding: 0 4.8vw 0 0;
  margin: -1.5vw 0 0 6.8vw;
}

#menuWrap>ul>li.jsAddRemoveActive>ul * {
  border-top: 1px solid transparent;
  transition: all .2s;
}

#menuWrap>ul>li.jsAddRemoveActive.active>ul * {
  transition: all .2s;
  padding-left: 3.1%;
}
#menuWrap>ul>li.jsAddRemoveActive.active>ul a:active,
#menuWrap>ul>li.jsAddRemoveActive.active>ul li.new a:active {
  padding-left: 6%;
}
#menuWrap>ul>li.jsAddRemoveActive.active>ul li.new {
  padding-left: 0;
}
#menuWrap>ul>li.jsAddRemoveActive.active>ul li.new a{
  padding-left: .2%;
}
#menuWrap>ul>li.jsAddRemoveActive.active>ul li:first-of-type {
  border-top: 1px solid #FFF;
}

#menuWrap>ul>li.jsAddRemoveActive.beforeActive>ul *,
#menuWrap>ul>li.jsAddRemoveActive.beforeNonActive>ul * {
  opacity: 0;
  border: none;
  height: 7vw;
  font-size: 4vw;
  overflow: hidden;
}

#menuWrap>ul>li.jsAddRemoveActive.beforeNonActive>ul * {
  height: 0;
  font-size: .5vw;
  margin: 0;
}

#menuWrap>ul>li a {
  width: 65vw;
  height: 12.9vw;
  display: flex;
  align-items: center;
  transition: all .4s;
}

#menuWrap>ul>li.jsAddRemoveActive.active>ul li a {
  width: 100%;
  height: 10.26vw;
}

#menuWrap>ul>li>a:active {
  width: 75vw;
  padding-left: 5vw;
}

#menuWrap>ul>li.noBorder a {
  height: auto;
  width: auto;
}

#menuWrap>ul>li.noBorder a:active {
  opacity: .7;
}

#menuWrap>ul>li i {
  font-style: normal;
  font-size: 2.9vw;
}

#menuWrap>ul>li>ul li a {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}

#menuWrap>ul>li p {
  position: relative;
}

#menuWrap>ul>li p span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

#menuWrap>ul>li p b,
#menuWrap>ul>li p i {
  display: flex;
  width: 4vw;
  height: 2px;
  background: #000;
  border-radius: 20%;
}

#menuWrap>ul>li p i {
  transform: rotateZ(270deg);
  transition: all .6s;
}

#menuWrap>ul>li.active p i {
  transform: rotateZ(0);
}

#menuWrap>ul#menuTextWrap {
  width: 100%;
  margin: 6.69vw auto 0;
  font-weight: 600;
}

#menuWrap>ul#menuTextWrap>li a {
  width: 85vw;
  margin: auto;
}


/* ファーストビュー共通 */
#topContent {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* margin-top: 20.26vw; */
}

#topContent>img {
  max-width: initial;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

#topContentMsg {
  position: absolute;
  width: 100vw;
  height: 33vh;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #FFF;
}

#topContentMsg>h2 {
  text-align: center;
  font-size: 19.57vw;
  font-family: 'BStyle', "BStyle-Regular", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0;
  font-weight: 400;
}

#topContentMsg>p {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
}

/* ファーストビュー共通 */
/* スクロール効果 */
#scrollEffectOver {
  position: absolute;
  z-index: 6;
  top: 100vh;
  top: 100svh;
  left: 45vw;
}

#scrollEffectWrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
}

#scrollEffectWrap i {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 3.8vw;
  font-weight: 100;
  color: #FFF;
}

#scrollEffectWrap img {
  width: 3.4vw;
  animation: scrollEffectAnime .8s linear infinite;
  margin: 0;
}

@keyframes scrollEffectAnime {

  0%,
  100% {
    margin: 0;
  }

  25% {
    margin: 1.93vw 0 1.77vw;
  }

  50% {
    margin: 2.9vw 0 2.66vw;
  }

  70% {
    margin: 1.93vw 0 1.77vw;
  }

  90% {
    margin: .96vw 0 .89vw;
  }
}

/* スクロール効果 */


.menuBikersLogoWrap {
  margin-left: 10.8vw;
}

.menuBikersLogoWrap img {
  width: 46vw;
}

.menuLeftLinks,
.menuImgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  height: 100%;
}

/* #menuWrap .menuImgWrap:last-child {
  margin: 7vw 0 0;
} */
/* #menuWrap .menuImgWrap li {
  width: 50vw;
  margin: -1px 0;
  position: relative;
  border: none;
  padding: 0;
} */
#menuWrap .menuImgWrap li .menuImgTxt {
  position: absolute;
  top: 5.13vw;
  left: 8.72vw;
  /* text-shadow: #000 0 0.72vw 1.45vw; */
  display: flex;
  justify-content: start;
  align-items: start;
  height: 100%;
  width: auto;
  flex-flow: column;
  z-index: 2;
}

#menuWrap .menuImgWrap li img {
  width: 100%;
}

#menuWrap .menuImgWrap li::after {
  content: none;
}

#menuWrap .menuImgWrap li a::before {
  content: "";
  background: url(/2026/top/assets/img/common/menuArrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 4.8vw;
  right: 6vw;
  width: 3.75vw;
  height: 3.45vw;
  z-index: 2;
}

#menuWrap .menuImgWrap li.MenuAppSp a::before {
  top: 6.3vw;
}

#menuWrap .menuImgWrap li.sidemenuArrow2 a::before {
  top: 6.4vw;
}

#menuWrap .menuImgWrap p {
  font-size: 5.2vw;
  line-height: 6.41vw;
  font-weight: 500;
}

#menuWrap .menuImgWrap .menuPresentWrapSp p {
  padding-bottom: 2vw;
}

#menuWrap .menuImgWrap h3,
.menuImgWrap h4 {
  font-family: "Rokkitt", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 4.5vw;
  line-height: 6.41vw;
  font-weight: 500;
  margin-bottom: .8vw;
}

.menuImgWrap.photo h4 {
  font-size: 6.13vw;
  font-weight: 600;
  letter-spacing: .1vw;
}

#menuWrap .menuImgWideWrap {
  margin: 0 0 4vw;
}

#menuWrap .menuImgWideWrap li {
  width: 100vw;
  margin: 0;
  position: relative;
}

#menuWrap .menuImgWideWrap li.accessWrapSp p,
#menuWrap .menuImgWideWrap li.accessRentalBikeSp p {
  margin-bottom: 0;
}

#menuWrap .menuImgWideWrap li.accessWrapSp .menuImgTxt {
  top: 3.13vw;
}

#menuWrap .menuImgWideWrap li.accessRentalBikeSp .menuImgTxt {
  top: 5.13vw;
}

#menuWrap .menuImgWideWrap li img {
  width: 100vw;
}

header .shimanoLogo {
  width: 100vw;
}

.menuImgWideWrap li .menuImgTxt {
  justify-content: flex-start;
  align-items: flex-start;
  /* padding: 4vw; */
}

.menuImgWideWrap p {
  font-size: 4.83vw;
  margin-bottom: 2.5vw;
}

.menuImgWideWrap h3 {
  font-size: 3.86vw;
}

.menuImgWideWrap li::before {
  bottom: 2.5vw;
  right: initial;
  left: 4vw;
}

#menuFooterWrap {
  padding: 0 7.69vw 40vw;
  width: 100vw;
  display: flex;
  flex-flow: column;
  justify-content: left;
  background: #FFF;
  align-items: start;
}

#menuFooterWrap .logo img {
  margin: 22.51vw 0 0;
  width: 27.37vw;
}

.menuFooterTopLink,
.footerTopLink {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 11.25vw 9.5vw 13vw;
}

.footerTopLink {
  background-color: #EEF0F3;
}

.menuFooterTopLink li,
.footerTopLink li {
  width: 36.3vw;
  padding-bottom: 2vw;
  border-bottom: 1.5px solid #000;
  font-size: 3.3vw;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuFooterTopLink li::after,
.footerTopLink li::after {
  content: "";
  display: block;
  background: url(/2026/top/assets/img/common/arrowRightBlack.svg) no-repeat 100%;
  width: 3.75vw;
  height: 5.59vw;
  background-size: 4vw;
}

#menuFooterWrap section:first-child {
  margin-bottom: 13vw;
}

#menuFooterWrap .shimanoLogo,
#menuFooterWrap #menuFooterSns>div {
  width: 49.58vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuActive #menuFooterSns {
  height: 20.26vw;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, transparent 5.5%, rgba(0, 0, 0, 1) 5.5%, rgba(0, 0, 0, 1) 94.5%, transparent 94.5%);
  border-image-slice: 1;
  padding: 0 10.38vw;
  position: fixed;
  z-index: 20;
}

#menuFooterSns>div {
  width: 49.5vw;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menuFooterSns a:nth-child(3) img {
  height: 4.9vw;
  width: auto;
}


#menuFooterSns img {
  width: auto;
  height: 6.8vw;
  margin: 6.67vw 7.95vw 0 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(28%) hue-rotate(111deg) brightness(101%) contrast(106%);

}

/* #menuFooterSns svg * {
  fill: #000;
} */

.menuFooter {
  margin: 10vw 0 1.5vw;
  width: 87vw;

  font-size: 3vw;
}

.menuFooter li {
  color: #000;
  border: none;
  width: auto;
  margin: 0 0 8.7vw;
  font-size: 3.6vw;
  padding: 0;
  font-weight: 500;
}

/* タブ */
main .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10vw;
  margin-top: 10vw;
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}

main .tab li {
  font-size: 7vw;
  font-weight: bold;
  line-height: 2rem;
  background-color: #fff;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, transparent 40%, #000 40% 60%, transparent 60%);
  border-image-slice: 2;
  cursor: pointer;
}

main .tab li:first-of-type {
  border: none;
}

main .tab li.active {
  background: #000;
  color: #fff;
}

main .tab span {
  display: inline-block;
  width: 100%;
  font-size: 3vw;
  font-weight: normal;
}

body .nonActive4tab {
  display: none;
}


/* content */
#contentMsg {
  width: 78.5vw;
  display: block;
  margin: 10vw auto 9vw;
  font-size: 4.59vw;
  line-height: 9.66vw;
}

.innerContent {
  width: 100%;
  margin: 0;
  padding: 0;
}

.innerContent.gray,
section.gray {
  background-color: #f1f1f1;
}

.innerContent h2 {
  margin-left: 10.87vw;
  margin-bottom: 3vw;
  font-size: 5vw;
  font-weight: bold;
}

.iconTtl img {
  width: 9vw;
}

.innerContent p {
  font-size: 3.62vw;
  line-height: 7.25vw;
}

/* content */
/* スライダー */
.swiperWrap {
  position: relative;
}

.swiperWrap .swiper {
  position: initial;
}

.linerSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-next,
.swiper-prev {
  background: url(/2026/top/assets/img/common/arrowRight4slider.svg) 25% center no-repeat;
  width: 16.2vw;
  height: 50.24vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.swiper-prev {
  left: 0;
  right: initial;
  transform: rotate(180deg);
}

/* スライダー */
/* YouTube動画 */
.ytMovieWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56.2vw;
  width: 100vw;
  position: relative;
}

.ytMovie {
  display: block;
  width: 100%;
  height: 100%;

}

.ytMovieWrap iframe {
  width: 100%;
}

.ytMovieWrap h2 {
  writing-mode: vertical-lr;
  position: absolute;
  z-index: 1;
  left: 2.75vw;
  bottom: 49.2vh;
  color: #fff;
}

.ytMovieWrap .top_movie_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_movie_over {
  width: 5vw;
  z-index: 9;
  position: absolute;
  bottom: 4.9vw;
  left: 49.7vw;
}

.top_movie_over img {
  transform: scale(1);
  transition: all .3s;
}

.top_movie_over img:hover,
.top_movie_over img:active {
  transform: scale(2);
}

/* YouTube動画 */
/* footer */
/* 
#bottomLink {
  background-color: #fff;
  color: #000;

  width: 100%;
  height: auto;
  padding: 14.62vw 7.69vw;
}

#bottomLink li {
  height: 10.26vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4.1vw;
  font-weight: 600;
}

#bottomLink li svg * {
  fill: #fff;
} */
#FootMenuTextWrap{
  margin-bottom: 0;
}
footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20vw;
  overflow-x: hidden;
  /* position: relative;
  z-index: 1; */
}

#articleBody footer {
  background: #FFF;
}

footer ul {
  display: flex;
  /* width: 87%; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10vw;
  pointer-events: initial;
}

.snsCrWrap {
  order: 2;
  margin: auto;
  width: 90vw;
}

footer .logo {
  display: block;
  margin: 16vw auto 11vw;
  width: 51.39vw;
  text-align: center;
}

footer .logo img {
  width: 100%;
  height: auto;
}

body.bikersStyle footer .logo {
  margin-top: 13vw;
}

footer .sns_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50.93vw;
  /* padding: 0 13vw; */
}

body.bikersStyle footer .sns_icon {
  width: 87%;
  align-items: center;
}

footer .sns_icon img {
  width: auto;
  height: 6.8vw;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(4039%) hue-rotate(333deg) brightness(85%) contrast(89%);
}

footer .sns_icon #iconYt {
  width: 6.77vw;
}

footer .sns_icon:nth-of-type(3) img {
  height: 4.9vw;
}


footer .foot_menu {
  display: flex;
  justify-content: space-between;
  padding: 4vw 0;
  width: 80.68vw;
  font-weight: 400;
  margin: auto;
  order: 3;
}

footer .foot_menu li {
  padding-bottom: 10vw;
  font-size: 3.38vw;
  color: #5F5F5F;
}

.copyright {
  text-align: center;
  margin-bottom: 10vw;
  width: 100%;
  color: #000;
  font-size: 2.9vw;
  font-weight: 200;
  order: 4;
}

.menuActive .copyright {
  text-align: left;
}

.entryBtnWrap {
  /* width: 40.58vw; */
  width: 28.26vw;
  height: 9.66vw;
  background-color: #FFF;
  position: fixed;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.entryBtnWrap a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "DIN Alternate Bold", "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 3vw;
  letter-spacing: -.1vw;
  font-size: 3.3vw;
}

.entryBtnWrap img {
  margin-left: 2vw;
  width: 3.3vw;
  object-fit: cover;
}

/* 追従メニュー */
.forTop {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: right;
  margin: auto 5vw 5vw 0;
}
.forTop a{
  pointer-events: initial;
}

.forTop img {
  width: 10.77vw;
  height: auto;
}

#floatingMenu {
  position: fixed;
  bottom: -1px;
  z-index: 12;
  width: 100%;
  height: 33.95vw;
  font-size: 3.33vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
}

#floatingMenu #spBtmEntry {
  height: 17.95vw;
  width: 41.79vw;
  background-color: #000;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 4.36vw 4.36vw 0 0;
  text-align: right;
}

#floatingMenu #spBtm1stBks {
  background: #1A946F;
  color: #fff;
  border-top-left-radius: 10px;
  height: 17.95vw;
  /* width: 58.21vw; */
  width: calc(100% - 41.79vw);
  text-align: left;
  padding: 4.36vw 0 0 4.36vw;
}

#floatingMenu>li a {
  display: block;
  width: 100%;
  height: 100%;
}

#floatingMenu li a img {
  display: none;
}

#floatingMenu>li i.active {
  display: flex;
}


#bottomLink {
  padding: 15vw 0 0;
}

#bottomLink ul {
  display: flex;
  width: 100vw;
  padding: 0 0 0 7.69vw;
  flex-flow: column;
  justify-content: flex-start;
}

#bottomLink ul li {
  height: auto;
  color: #000;
  width: 100%;
  margin: 0;
  font-size: 4.13vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  /* padding: 0 0 0 4.62vw; */
}

#bottomLink ul li::after {
  content: "";
  background: url(/2026/top/assets/img/common/arrow.svg) no-repeat center center;
  display: inline-block;
  width: 2vw;
  height: 3.25vw;
  background-size: cover;
  transform: rotate(0deg);
  position: absolute;
  right: 7.5vw;
}

#bottomLink ul li ul li::after {
  right: 7.8vw;
}

#bottomLink ul li.new {
  background-color: #FFFAD6;
  padding-left: 2.03vw;
  padding-left: 0;
}

#bottomLink ul li.new::before {
  content: "";
  display: block;
  background-image: url(/2026/top/assets/img/common/iconEventNew.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 10vw;
  margin-right: 1vw;

}

#bottomLink ul>li.jsAddRemoveActive.active>ul li.new a {
  padding-left: 0;
}

#bottomLink ul>li.jsAddRemoveActive {
  flex-direction: column;
}

#bottomLink ul>li.jsAddRemoveActive::after {
  content: none;
}

#bottomLink ul>li.noBorder::after {
  content: none;
}

#bottomLink ul>li.jsAddRemoveActive>ul {
  display: none;
  transition: all .2s;
}

#bottomLink ul>li.jsAddRemoveActive.beforeActive>ul,
#bottomLink ul>li.jsAddRemoveActive.beforeNonActive>ul {
  display: flex;
  flex-flow: column;
  opacity: 0;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
}

#bottomLink ul>li.jsAddRemoveActive.active {
  border-bottom: none;
}

#bottomLink ul>li.jsAddRemoveActive.active>ul {
  display: flex;
  width: 92.31vw;
  flex-flow: column;
  background: #EBEBEB;
  opacity: 1;
  padding: 0 0 0 0;
  margin: -1.5vw 0 0;
}

#bottomLink ul>li.jsAddRemoveActive>ul * {
  border-top: 1px solid transparent;
  transition: all .2s;
}

#bottomLink ul>li.jsAddRemoveActive.active>ul * {
  transition: all .2s;
}

#bottomLink ul>li.jsAddRemoveActive.active>ul li:first-of-type {
  border-top: 1px solid #FFF;
}

#bottomLink ul>li.jsAddRemoveActive.beforeActive>ul *,
#bottomLink ul>li.jsAddRemoveActive.beforeNonActive>ul * {
  opacity: 0;
  border: none;
  height: 7vw;
  font-size: 4vw;
  overflow: hidden;
}

#bottomLink ul>li.jsAddRemoveActive.beforeNonActive>ul * {
  height: 0;
  font-size: .5vw;
  margin: 0;
}

#bottomLink ul>li a {
  /* width: 65vw; */
  width: 100%;
  height: 12.9vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s;
}

#bottomLink ul>li.jsAddRemoveActive.active>ul li a {
  width: 100%;
  height: 10.26vw;
  padding-left: 5vw;
  transition: all .4s;

}
#bottomLink ul>li.jsAddRemoveActive.active>ul li a:active {
  padding-left: 10vw;
}

#bottomLink ul>li>a:active {
  width: 75vw;
  padding-left: 5vw;
}

#bottomLink ul>li.noBorder a {
  height: auto;
  width: auto;
}

#bottomLink ul>li.noBorder a:active {
  opacity: .7;
}

#bottomLink ul>li i {
  font-style: normal;
  font-size: 2.9vw;
}

#bottomLink ul>li>ul li a {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}

#bottomLink ul>li p {
  position: relative;
  width: 100%;
}

#bottomLink ul>li p span {
  display: block;
  position: absolute;
  top: 50%;
  right: 6.5vw;
}

#bottomLink ul>li p b,
#bottomLink ul>li p i {
  display: flex;
  width: 4.1vw;
  height: 2px;
  background: #000;
  border-radius: 1px;
}

#bottomLink ul>li p i {
  transform: rotateZ(270deg);
  transition: all .6s;
}

#bottomLink ul>li.active p i {
  transform: rotateZ(0);
}

#bottomLink ul#menuTextWrap {
  width: 100%;
  margin: 5.69vw auto 0;
  font-weight: 600;
}

#bottomLink ul#menuTextWrap>li a {
  width: 85vw;
  margin: auto;
  letter-spacing: .2vw;
}

.footerBottom {
  margin: auto;
}