@charset "UTF-8";
/* ==================================
   全ページ共通
================================== */
.index{
    overflow-x: hidden;
}
#loading {
  position: fixed;
  z-index: 9999;
  background-color: #000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.loading_bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; /* 縦並び */
  justify-content: center;
  align-items: center;
  background-color: #000;
}

#fountainTextG {
  display: flex; /* 横並びに変更 */
  gap: 3px;
  margin-top: 20px;
}

.fountainTextG {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  animation: bounce_fountainTextG 2s infinite;
  transform: scale(0.5);
}

.fountainTextG:nth-child(1) { animation-delay: 0.1s; }
.fountainTextG:nth-child(2) { animation-delay: 0.2s; }
.fountainTextG:nth-child(3) { animation-delay: 0.3s; }
.fountainTextG:nth-child(4) { animation-delay: 0.4s; }
.fountainTextG:nth-child(5) { animation-delay: 0.5s; }
.fountainTextG:nth-child(6) { animation-delay: 0.6s; }
.fountainTextG:nth-child(7) { animation-delay: 0.7s; }
.fountainTextG:nth-child(8) { animation-delay: 0.8s; }
.fountainTextG:nth-child(9) { animation-delay: 0.9s; }
.fountainTextG:nth-child(10) { animation-delay: 1s; }

@keyframes bounce_fountainTextG {
  0% { transform: scale(1); color: #000; }
  100% { transform: scale(0.5); color: #aaa; }
}

/* ==================================
   タイポグラフィー
================================== */
html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}
h1, h2, h3, h4{
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
}
p, span, a{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a p:hover{
    text-decoration: unset!important;
}
img {
    object-fit: contain;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.nav-sp{
    display: none!important;
}
.mb--40{
    margin-bottom: 40px!important;
}
@media screen and (max-width: 900px) {
    .nav-pc{
        display: none!important;
    }
    .nav-sp{
        display: block!important;
    }
}
@media screen and (max-width: 550px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}
/* ==================================
   ヘッダー
================================== */
.header_pc {
    display: block;
}
.header_sp {
    display: none;
}
.header_container {
    position: fixed;
    z-index: 50;
    display: flex;
    width: 100%;
    height: 89px;
    transition: background-color .60s ease;
  }
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1067px;
    width: 100%;
    padding: 0px 85px;
    margin: 0px auto;
}
.header_logo a {
    display: block;
    width: 275px;
}
.header_logo img {
    width: 100%;
    height: auto;
}
.header_logo .header_black {
    display: none;
}
.header_logo .header_white {
    display: block;
}
.header_memu-container {
    max-width: 675px;
    width: 75%;
}
.header_icon-box {
    display: flex;
    width: 8%;
}
.header_member-btn, .header_cart-btn {
    width: 24px;
    height: 22px;
    transition: .3s;
}
.header_member-btn {
    margin-left: 15px;
    margin-right: 10px;
}
.header_member-btn .header_white {
    display: block;
}
.header_member-btn .header_black {
    display: none;
}
.header_member-btn:hover, .header_cart-btn:hover {
    opacity: 0.7;
    transition: .3s;
}
.header_cart-btn .header_white {
    display: block;
}
.header_cart-btn .header_black {
    display: none;
}
.header_memu-wrapper {
    display: flex;
    justify-content: flex-end;
}
.header_memu-wrapper .header_memu-wrapper-item {
    padding: 0px 25px;
    height: 89px;
    display: flex;
    align-items: center;
}
.header_memu-title {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1rem;
}
.header_memu-title::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.header_memu-title:hover::after {
    transform: scale(1, 1);
}
@media screen and (min-width: 900px) {
  .header_top .header_memu-title.line-black::after {
    background: #fff;
  }
  .header_memu-title.line-black::after {
    background: #000;
  }
}


.brand_header p,
.other_header .header_memu-head-txt{
     color: #000;
}
.other_header{
     background-color: rgb(255, 255, 255)!important;
}
.other_header p{    
     color: #000!important;
}
.brand_header .header_memu-head-txt,
.brand_header .header_memu-head-btn,
.brand_header .header_memu-e-Bike-title,
.brand_header .header_memu-other-title,
.other_header .header_memu-head-txt,
.other_header .header_memu-head-btn,
.other_header .header_memu-e-Bike-title,
.other_header .header_memu-other-title{
    color: #fff!important;
}


@media screen and (max-width: 900px) {
    .other_header .header_container{
         background-color: none;
    }
    .brand_header p,
    .other_header p{
         color: #fff!important;
    } 
    .brand_header .header_hamburger span,
    .other_header .header_hamburger span{
        background-color: #000!important;
    }
}

@media screen and (min-width: 899px) {
.header_memu-second-wrapper {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100vw;
    height: 0px;
    background-color: #000;
    overflow: hidden;
    transition: 0.2s;
    box-sizing: border-box;
}

.sub_open .header_memu-second-wrapper {
    height: auto;
    transition: 0.2s;
    padding-bottom: 55px;
	}
}

.header_memu-second-box {
    max-width: 1067px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 55px;
    margin: 0px auto;
}
.header_memu-head-box {
    width: 30%;
}
.header_memu-head-txt {
    font-family: "Oswald", sans-serif;
    font-size: 10.0rem;
    font-weight: 500;
    color: #fff!important;
    line-height: 0.8;
    letter-spacing: 0.1rem;
    margin-bottom: 45px;
}
.header_memu-head-btn {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05rem;
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
}
.header_memu-head-btn::after {
    content: "";
    background-image: url("../images/icon_btn_w_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 10px;
}
.header_memu-sub-box {
    width: 60%;
}
.header_memu-e-Bike-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_memu-e-Bike-list a {
    position: relative;
    width: 47%;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.header_memu-e-Bike-list img {
    transition: filter 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}
.header_memu-e-Bike-list a:hover img {
    filter: brightness(1.8);
}
.header_memu-e-Bike-title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #fff;
    z-index: 2;
}
.header_memu-e-Bike-img {
    width: 100%;
}
.header_memu-items-list {
    display: flex;
}
.header_memu-items-list a {
    padding: 15px;
    background-color: #fff;
    margin-right: 30px;
}
.header_memu-items-title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 10px;
}
.header_memu-items-img {
    width: 100%;
}
.header_memu-other-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}
.header_memu-other-border{
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
    margin-left: 70px;
    margin-right: -80px;
}
.header_memu-other-title {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #fff;
    margin-left: 70px;
    padding-right: 25px;
    padding-bottom: 25px;
}
.header_memu-other-title::after {
    content: "";
    background-image: url("../images/icon_btn_w_arrow_2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
}
.header_memu-close {
    width: 5%;
    display: inline-block;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.header_memu-close::before, .header_memu-close::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
}
.header_memu-close::before {
    transform: rotate(-45deg);
}
.header_memu-close::after {
    transform: rotate(45deg);
}
.header_hamburger {
    display: none;
}
@media screen and (max-width: 1250px) {
    .header_memu-second-box {
        max-width: none;
    }
    .header_memu-head-box {
        margin-left: 85px;
    }
    .header_memu-close {
        margin-right: 85px;
    }
}
@media screen and (max-width: 1100px) {
    .header_logo a {
        width: 80%;
    }
    .header_memu-head-txt {
        font-size: 9.0rem;
    }
}
@media screen and (max-width: 958px) {
    .header_memu-wrapper .header_memu-wrapper-item {
        padding: 0px 17px;
    }
    .header_memu-head-txt {
        font-size: 8.0rem;
    }
}
@media screen and (max-width: 900px) {
    .header_container {
        height: 80px;
    }
	.promotion .header_container{
		background-color: rgb(255, 255, 255);/*sp時 プロモーションのみ*/
	}
    .header_wrapper.main_open::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 55;
    }
    .header_wrapper {
        padding: 0px 45px;
    }
    .header_logo a {
        display: block;
        width: 100%;
    }
    .header_logo .header_black {
        width: 200px;
    }
    .header_logo .header_white {
        width: 200px;
    }
    .main_open .header_logo .header_black {
        display: block;
    }
    .main_open .header_logo .header_white {
        display: none;
    }
    .header_memu-wrapper {
        display: none;
        position: fixed;
    }
    .header_memu-wrapper.open {
        display: block;
    }
    .header_logo {
        position: relative;
        z-index: 60;
    }
    .header_icon-box {
        position: relative;
        z-index: 60;
        width: auto;
    }
    .main_open .header_member-btn .header_white {
        display: none;
    }
    .main_open .header_member-btn .header_black {
        display: block;
    }
    .main_open .header_cart-btn .header_white {
        display: none;
    }
    .main_open .header_cart-btn .header_black {
        display: block;
    }
    .header_hamburger {
        position: relative;
        display: block;
        margin-left: 20px;
        width: 25px;
        height: 25px;
        z-index: 60;
    }
    .header_hamburger span {
        position: absolute;
        display: block;
        width: 25px;
        height: 2px;
        background-color: #fff;
    }
    .header_hamburger span:nth-last-child(1) {
        top: 0;
        transition: .5s ease-in-out;
    }
    .header_hamburger span:nth-last-child(2) {
        top: 10px;
        transition: .5s ease-in-out;
    }
    .header_hamburger span:nth-last-child(3) {
        top: 20px;
        transition: .5s ease-in-out;
    }
    .main_open .header_hamburger span:nth-child(1) {
        top: 11px;
        background-color: #000;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
        transition: .5s ease-in-out;
    }
    .main_open .header_hamburger span:nth-child(2) {
        width: 0;
        left: 50%;
        font-family: 'Jost', sans-serif;
        font-weight: bold;
    }
    .main_open .header_hamburger span:nth-child(3) {
        top: 11px;
        background-color: #000;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
        transition: .5s ease-in-out;
    }
    .main_open .header_memu-wrapper {
        -moz-transform: translateY(100dvh);
        -webkit-transform: translateY(100dvh);
        transform: translateY(100dvh);
    }
    .header_memu-container {
        max-width: none;
        width: 45%;
    }
    .header_memu-wrapper {
        position: absolute;
        display: block;
        height: 100dvh;
        top: -100dvh;
        left: 0;
        right: 0;
        z-index: 50;
        padding: 0px 45px 20px;
        margin: 0px auto;
        background-color: #000;
        opacity: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        overflow-y: scroll;
    }
    .main_open .header_memu-wrapper {
        opacity: 1;
    }
    .header_memu-wrapper .header_memu-wrapper-item {
        position: relative;
        display: block;
        height: auto;
        padding: 0px 0px 20px;
        border-bottom: 1px solid #555;
        margin-bottom: 27px;
    }
    .header_memu-wrapper .header_memu-wrapper-item:first-child {
        margin-top: 100px;
    }
    .header_memu-wrapper .header_memu-wrapper-item.sub_open:last-child {
        border-bottom: 0px solid #555;
    }
    .header_memu-arrow::after {
        content: "";
        background-image: url("../images/icon_btn_w_arrow_2.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 12px;
        bottom: 0;
        right: 0;
        width: 15px;
        height: 15px;
    }
    .header_memu-hierarchy::before, .header_memu-hierarchy::after {
        display: block;
        content: "";
        position: absolute;
        background: #fff;
    }
    .header_memu-hierarchy::before {
        width: 14px;
        height: 1.5px;
        top: 19px;
        right: 0%;
    }
    .header_memu-hierarchy::after {
        width: 1.5px;
        height: 14px;
        top: 13px;
        right: 6px;
        transition: .5s ease-in-out;
    }
    .sub_open.header_memu-hierarchy::after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: .5s ease-in-out;
    }
    .header_memu-title {
        font-size: 2.2rem;
    }
    .header_memu-title::after {
        content: none;
    }
    .header_memu-second-wrapper {
		display: none;
        width: 100%;
    }
    .sub_open .header_memu-second-wrapper {
        position: static;
        padding-bottom: 0px;
    }
    .header_memu-second-box {
        display: block;
        padding: 20px 0px 25px;
    }
    .header_memu-head-box {
        width: 100%;
        display: none;
    }
    .header_memu-close {
        display: none;
    }
    .header_memu-sub-box {
        width: 100%;
    }
    .header_memu-e-Bike-title {
        font-size: 1.6rem;
    }
    .header_memu-items-list a {
        width: 35%;
        padding: 0px;
        background-color: #fff0;
    }
    .header_memu-items-title {
        font-size: 1.6rem;
        color: #fff;
    }
    .header_memu-other-list {
        display: block;
        margin-top: 0px;
        border-top: 1px solid #fff;
    }
    .header_memu-other-list a {
        margin-top: 15px;
        padding-left: 23px;
    }
    .header_memu-other-title {
        position: relative;
        margin-left: 0px;
        padding-left: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .header_memu-other-title::before {
        display: block;
        content: "";
        background: #fff;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        width: 5px;
        height: 3px;
    }
    .header_memu-other-border{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .header_wrapper {
        padding: 0px 15px;
    }
    .header_memu-container {
        width: 5%;
    }
    .header_logo .header_black {
        width: 180px;
    }
    .header_logo .header_white {
        width: 180px;
    }
    .header_memu-wrapper {
        padding: 0px 15px 20px;
    }
}

/* ==================================
  フッター
================================== */
.footer__container{
    background-color: #000;
}
.footer__container p,
.footer__container span,
.footer__container a{
    color: #fff;
}
.footer__section{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer__wrapper--flex{
	display: flex;
    justify-content: center;
	padding: 50px 0 44px;
}
.footer__wrapper--top{
	width: 47%;
    display: flex;
    justify-content: center;
	align-items: center;
}
.footer__wrapper--top:first-child{
	padding-right: 29px;
	border-right: 1px solid #707070;
}
.footer__wrapper--top:last-child{
	padding-left: 30px;
}
.footer__heading, .footer__heading02{
    font-family: "Oswald", sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
	color: #989898;
	letter-spacing: 0.1rem;
}
.footer__heading02{
    font-size: 2rem;
}
.footer__list--top{
    display: flex;
    flex-direction: column;
    margin-left: 52px;
}
.footer__list--top p{
	font-size: 1.3rem;
    min-height: 60px;
}
.footer__list--shop,
.footer__list--tel{
    font-weight: 300;
}
.footer__list--tel{
    font-size: 1.3rem;
}
.footer__link-ps-img{
	width: 98px;
}
.footer__link-ps-img img{
	width: 100%;
}
.footer__link{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer__link span{
	font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}
.footer__link img{
    width: 10px;
    margin-left: 8px;
}

.footer__wrapper--bottom{
    display: flex;
    flex-direction: column;
}
.footer__list--bottom{
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}
.footer__list--bottom a{
    width: 24px;
    margin: 0 7px;
}
.footer__list--bottom a img{
    width: 100%;
}
.footer--policy__container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.footer--policy__container a{
    margin: 0 25px;
}
.footer__copyright{
    font-size: 1rem;
    text-align: center;
    margin: 0 20px 20px;
}
@media screen and (max-width: 1140px) {
    .footer__wrapper--top {
        padding: 50px 0 44px;
        flex-direction: column;
        align-items: center;
    }
	.footer__wrapper--top:first-child{
		padding-right: 0px;
	}
	.footer__wrapper--top:last-child{
		padding-left: 0px;
	}
    .footer__heading{
        font-size: 5rem;
        margin: 0 auto 52px;
    }
    .footer__heading02{
        font-size: 3rem;
        margin: 0 auto 52px;
    }
    .footer__list--top{
        min-width: 488px;
        margin: 0 0 52px;
    }
	.footer__link-ps-img {
  width: 98px;
  margin: 0px auto;
}
}
@media screen and (max-width: 969px) {
    .footer__wrapper--top:first-child{
        border-right: unset;
        border-bottom: 1px solid #707070;
        margin: 0 20px;
        margin-bottom: 44px;
    }
    .footer__wrapper--top:last-child {
        padding-bottom: 0;
      }
	.footer__wrapper--flex{
		flex-wrap: wrap;
	}
	.footer__wrapper--top{
        justify-content: flex-start;
		width: 100%;
		padding: 20px 0 44px;
	}
	 .footer__list--top {
        margin: 0px;
    }
}
@media screen and (max-width: 550px) {
    .footer--policy__container a {
        margin: 0 10px;
        font-size: 1.2rem;
    }
    .footer__wrapper--top {
        align-items: flex-start;
        padding: 0 20px 44px;
    }
	.footer__wrapper--top:first-child{
		padding-right: 20px;
	}
	.footer__wrapper--top:last-child{
		padding-left: 20px;
	}
    .footer__list--top{
		width: 100%;
        min-width: fit-content;
    }
    .footer__heading{
        font-size: 3rem;
        margin: 0 auto 36px;
    }
    .footer__heading02 {
        font-size: 2.6rem;
        margin: 0 auto 36px;
    }
    .footer__heading02{
        font-size: 2.6rem;
        margin: 0 auto 36px;
    }
    .footer__list--shop{
        font-size: 1.6rem;
    }
    .footer__list--tel {
        font-size: 3rem;
    }
}