@charset "UTF-8";
/* ==================================
   MV
================================== */
.mv__container{
    position: relative;
    background-image: url("../images/mv__img.webp");
    background-size: cover;
    background-position: bottom;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}
.mv__title{
    font-family: "Oswald", sans-serif;
    font-size: 17rem;
    font-weight: 500;
    color: #fff;
	opacity: 0;
    animation: fadeIn 2s ease-in-out 1s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1080px) {
    .mv__title {
        font-size: 12rem;
    }
}
@media screen and (max-width: 550px) {
    .mv__container {
        background-image: url("../images/sp__mv__img.jpg?250926");
        height: 700px;
    }
    .mv__title{
        font-size: 6rem;
    }
}


/* ==================================
  コンテンツ共通
================================== */
.contents__container{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.contents__container--type01{
    width: 100%;
    max-width: 1080px;
    margin: 100px auto 0;
}
.contents__container--type02{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.contents__container--type03{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.contents__container--type04{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.contents__container--type05{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.contents__container--type06{
    width: 100%;
    max-width: 1080px;
    margin: 100px auto 0;
}
@media screen and (max-width: 1120px) {
    .contents__container {
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 0 20px;
    }
    .contents__container--type01 {
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 50px 20px 0;
    }
    .contents__container--type04{
        width: fit-content;
        margin: 0 20px;
    }
    .contents__container--type05 {
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 0 20px 0;
    }
    .contents__container--type06 {
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 50px 20px 0;
    }
}
@media screen and (max-width: 860px) {
    .contents__container--type02 {
        width: auto;
        margin: 0 20px;
    }
}
@media screen and (max-width: 740px) {
    .contents__container--type03 {
        width: auto;
        margin: 0 20px;
    }
}
@media screen and (max-width: 550px) {
    .contents__container {
        overflow: hidden;
        width: auto;
    }
    .contents__container--type01 {
        margin: 50px 20px 0;
    }
    .contents__container--type02 {
        margin: 0 20px 0;
    }
    .contents__container--type06 {
        margin: 50px 0 0;
    }
}
/* ==================================
  TOPページ ABOUT US
================================== */
.contents__about-copy{
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    max-width: 42%;
    margin: -48px 0 88px;
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
.contents__about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contents__about-img01{
    width: 720px;
    object-fit: contain;
}

.contents__about--list{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    min-width: 262px;
    background-color: #fff;
    margin: 128px 0 0 -80px;
    padding-top: 40px;
    padding-left: 60px;
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
.contents__about--heading{
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 38px;
}
.contents__about--link{
    display: flex;
    align-items: center;
    margin-top: 54px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contents__about--link span{
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 10px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contents__about--link img{
    width: 9px;
    object-fit: contain;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contents__about--link:hover span{
	color: #7b7b7b;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contents__about--link:hover img{
	filter: invert(60%);
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1120px) {
    .contents__about--list {
        margin: 200px 0 0 -160px;
    }
    .contents__about-img01{
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    .contents__about--list {
        background-color: #fff;
        margin: 350px 0 0 -400px;
        padding-top: 50px;
        padding-left: 34px;
    }
    .contents__about--heading {
        font-size: 6rem;
    }
    .contents__about-copy{
        max-width: 60%;
    }
}
@media screen and (max-width: 700px) {
    .contents__about-copy{
        margin: -48px 20px 88px;
    }
    .contents__about--list {
        margin: 320px 0 0 -500px;
    }
}
@media screen and (max-width: 600px) {
    .contents__about--list {
        margin: 280px 0 0 -475px;
    }
}
@media screen and (max-width: 550px) {
	.contents__about-copy{
		text-align: left;
		line-height: 1.8;
	}
    .contents__about-wrapper{
        overflow-x: hidden;
        flex-direction: column;
    }
    .contents__about--list {
        margin: -50px -1px 50px 20px;
        padding-right: 20px;
    }
    .contents__about-wrapper picture{
        width: 100vw;
    }
    .contents__about--heading{
        font-size: 4rem;
    }
    .contents__about--link{
        margin-top: 30px;
    }
}
/* ==================================
  TOPページ TOKYO ROCKA FLAMES
================================== */
.top--tokyo-rocka--container{
    margin-bottom: 244px;
}
.top--tokyo-rocka--heading{
    position: relative;
    z-index: 1;
    font-family: "Oswald", sans-serif;
    font-size: 14.8rem;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.7;
    color: #BABABA;
    margin: -100px 0 70px;
}
.top--tokyo-rocka--wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -128px;
}
.top--tokyo-rocka--wrapper img{
    width: 100%;
    max-width: 482px;

}
.top--tokyo-rocka--img01{
    margin-top: 88px;
}
.top--tokyo-rocka--img01,
.top--tokyo-rocka--img02{
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
@media screen and (max-width: 1120px) {
    .top--tokyo-rocka--list{
        max-width: 47%;
    }
    .top--tokyo-rocka--wrapper img {
        max-width: 100%;
    }
    .top--tokyo-rocka--heading{
        margin: 50px 0 70px;
    }
}
@media screen and (max-width: 900px) {
    .top--tokyo-rocka--heading{
        font-size: 10rem;
    }
}
@media screen and (max-width: 800px) {
    .top--tokyo-rocka--wrapper {
        flex-direction: column-reverse;
    }
    .top--tokyo-rocka--list--type01,
    .top--tokyo-rocka--list--type02{
        max-width: 100%;
    }
    .top--tokyo-rocka--list--type01{
        display: flex;
    }
    .top--tokyo-rocka--list--type02{
        display: flex;
        justify-content: flex-end;
    }
    .top--tokyo-rocka--wrapper img {
        max-width: 70%;
    }
    .top--tokyo-rocka--heading{
        font-size: 10rem;
    }
}
@media screen and (max-width: 550px) {
    .top--tokyo-rocka--container{
        margin-bottom: 100px;
    }
    .top--tokyo-rocka--wrapper {
        margin-top: -62px;
    }
    .top--tokyo-rocka--wrapper img {
        margin: 0 20px;
    }
    .top--tokyo-rocka--heading{
        font-size: 6rem;
        margin: 30px 20px 39px 20px;
    }
    .top--tokyo-rocka--list--type02{
        margin-bottom: 40px;
    }
}
/* ==================================
  TOPページ Eバイク一覧
================================== */
.top--eBike__container{
    display: flex;
    flex-direction: column;
    margin-bottom: 148px;
}
.top--eBike__section01{
    background-image: url(../images/top--eBike__section01--img.webp);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: 514px;
}
.top--eBike__section02{
    background-image: url(../images/top--eBike__section02--img.webp);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 100%;
    height: 514px;
}
.top--eBike__section03{
    background-image: url(../images/top--eBike__section03--img.webp);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: 514px;
}
.top--eBike__section04{
    background-image: url(../images/top--eBike__section04--img.webp);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 100%;
    height: 514px;
}
.top--eBike__wrapper--type01{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.top--eBike__wrapper--type02{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.top--eBike__list{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
.top--eBike__list h3,
.top--eBike__list p, 
.top--eBike__list a{
    color: #fff;
}
.top--eBike__wrapper--name{
    font-family: "Oswald", sans-serif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 34px;
}
.top--eBike__wrapper--br{
    display: block;
}
.top--eBike__wrapper--txt{
    font-size: 1.4rem;
    line-height: 2;
    max-width: 378px;
    margin-bottom: 34px;
}
.top--eBike__wrapper--link{
    display: flex;
    align-items: center;
    color: #fff;
}
.top--eBike__wrapper--link span{
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--eBike__wrapper--link:hover span{
	color: #7b7b7b;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--eBike__wrapper--link img{
    width: 10px;
    margin-left: 10px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--eBike__wrapper--link:hover img{
	filter: invert(60%);
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1120px) {
    .top--eBike__section01 {
        background-image: url(../images/sp__top--eBike__section01--img.webp);
        background-position: top;
        width: 100%;
        height: 700px;
    }
    .top--eBike__section02 {
        background-image: url(../images/sp__top--eBike__section02--img.webp);
        background-position: top;
        width: 100%;
        height: 700px;
    }
    .top--eBike__section03 {
        background-image: url(../images/sp__top--eBike__section03--img.webp);
        background-position: top;
        width: 100%;
        height: 700px;
    }
    .top--eBike__section04 {
        background-image: url(../images/sp__top--eBike__section04--img.webp);
        background-position: top;
        width: 100%;
        height: 700px;
    }
    .top--eBike__wrapper--type02{
        align-items: flex-start;
    }
    .top--eBike__wrapper--br{
        display: none;
    }
    .top--eBike__wrapper--txt {
        max-width: 525px;
        margin-bottom: 20px;
    }
    .top--eBike__list {
        margin: 0 40px 60px;
    }
}
@media screen and (max-width: 900px) {
    .top--eBike__wrapper--name {
        font-size: 7rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 550px) {
    .top--eBike__container{
        margin-bottom: 70px;
    }
    .top--eBike__section01,
    .top--eBike__section02,
    .top--eBike__section03,
    .top--eBike__section04{
        background-size: contain;
        height: 520px;
    }
    .top--eBike__wrapper--name {
        font-size: 4.5rem;
        margin-bottom: 20px;
    }
}
/* ==================================
  TOPページ PRODUCTS/ ITEMS
================================== */
.top--products__container{
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.top--products__title {
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 54px;
}
.top--products__section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.top--products__wrapper {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-bottom: 80px;
    text-decoration: none; /* リンクの下線を消す */
    color: inherit; /* テキスト色の継承 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px);
    transition: all 1s;
}
.top--products__wrapper.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top--products__wrapper:hover {
    cursor: pointer;
}
a.top--products__wrapper {
    display: flex;
}
.top--products__list{
    display: flex;
    flex-direction: column;
}
.top--products__name--eng{
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.top--products__name--jpn{
    margin-bottom: 20px;
    font-size: 1.2rem;
    margin: 0 0 20px;
}
.top--products__link{
    display: flex;
    align-items: center;
    margin: 0 !important;
    background-color: #000;
    width: fit-content;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0!important;
    padding: 4px 8px;
    border-radius: 8px;
}
.top--products__link span{
    font-size: 1rem;
    font-weight: 600;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--products__link img{
    width: 8px;
    margin-left: 8px;
    margin-top: 2px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--products__link:hover span{
	color: #7b7b7b;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--products__link:hover img{
	filter: invert(60%);
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}


.top--item__link{
    display: flex;
    align-items: center;
    margin: 0 !important;
    background-color: #000;
    width: 240px!important;
    max-width: fit-content!important;
    color: #fff;
    display: flex!important;
    justify-content: center;
    align-content: center;
    margin: 0!important;
    padding: 4px 8px;
    border-radius: 8px;
}
.top--item__link span{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--item__link img{
    width: 8px;
    margin-left: 8px;
    margin-top: 2px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--item__link:hover span{
	color: #7b7b7b;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--item__link:hover img{
	filter: invert(60%);
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}


.items__tab--btn:hover{
    text-decoration: none;
}
.top--items__box {
    max-height: 200px;
}
.top--products__icon {
    width: 10px!important;
}
.item-list li{
    margin-bottom: 60px;
}
.item-icon {
    top: -30px;
    left: -5px;
    width: fit-content;
}
.top--products__img{
    width: 80%;
	margin: -60px 40px 32px;
    position: relative;
    z-index: -1;
}
.top--products__more--container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border: solid #707070 1px;
    background-color:#fff;
    border-radius: 0;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--products__more--container span{
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.top--products__more--container img{
    width: 18px;
    margin-left: 18px;
}
.top--products__more--container:hover{
	background-color:#000;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.top--products__more--container:hover span{
	color: #fff;
}
.top--products__more--container:hover img{
	filter: invert(100%);
}
.top--items__container{
    margin-bottom: 240px;
}
.top--items__section {
    display: grid;    
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.top--items__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;

    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
.top--items__box{
    display: flex;
    justify-content: center;
    width: 100%;
}
.top--items__img{
    width: 76%;
    margin: 10px 0 32px;
    position: relative;
    z-index: -1;
}
.top--products__hidden {
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    pointer-events: none;
}
.sp__top--products__hidden{
    display: block;
}
.top--products__hidden.visible {
  opacity: 1;
  max-height: 1000px; /* 十分大きく設定 */
  pointer-events: auto;
}


@media screen and (max-width: 900px) {
    .top--products__title{
        font-size: 6rem;
    }
}
@media screen and (max-width: 700px) {
    .top--products__wrapper {
        width: 100%;
    }
    .top--items__section {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .top--items__box {
        justify-content: center;
    }
    .sp__top--products__hidden{
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .top--products__container{
        margin: 60px 20px 100px;
    }
    .top--products__more--container{
        height: 55px;
    }
    .top--products__title{
        font-size: 4rem;
    }
    .top--products__img {
        margin: 0px auto 32px;
        width: 90%;
    }
    .top--items__wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .top--items__img{
        width: 50%;
    }
}


/* ==================================
  TOPページ CONTENTS、ACCESS
================================== */
.top--contents__container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 80px 0 138px;
}
.top--contents__img{
    width: 100%;
    max-width: 600px;
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);  
}
.top--contents__section{
    margin-left: 54px;
}
.top--contents__section h4{
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.top--contents__section p{
    line-height: 2;
}
.top--access__container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 80px 0 114px;
}
.top--access__section{
    margin-right: 54px;
}
.top--access__section h4{
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 38px;
}
.top--access__section p{
    line-height: 2;
}
.top--access__img{
    width: 100%;
    max-width: 600px;
    
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
@media screen and (max-width: 1120px) {
    .top--contents__container {
        margin-bottom: 138px;
        flex-direction: column;
    }
    .top--contents__section {
        margin: 40px 0 0;
    }
    .top--contents__img{
        max-width: fit-content
    }
    .top--access__container {
        flex-direction: column-reverse;
    }
    .top--access__img{
        max-width: fit-content
    }
    .top--contents__section, .top--access__section {
        margin: 40px 20px 0;
    }
}
@media screen and (max-width: 900px) {
    .top--contents__section h4{
        font-size: 6rem;
    }
}
@media screen and (max-width: 550px) {
    .top--contents__container{
        margin: 0 0 60px;
    }
    .top--contents__section h4,
    .top--access__section h4{
        font-size: 4rem;
        margin-bottom: 20px;
    }
    .top--access__container{
        margin: 60px 0;
    }
}
/* ==================================
  BRAND STORYページ
================================== */
.brand01{
    background-image: url("../images/brand__bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: #E5DED2;
    width: 100%;
    padding-top: 80px;
}
.brand02{
    background-color: #E5DED2;
    width: 100%;
}
.brand-story__z-index{

    position: relative;
    z-index: 1;
}
.brand__container{
    display: flex;
    flex-direction: column;
}
.brand--story__container{
    display: flex;
    flex-direction: column;
}
.brand--story__container h1{
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 80px;
}
.brand--story__section01{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brand--story__wrapper{
    display: flex;
    flex-direction: column;
}
.brand--story__wrapper h2{
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 45px;
}
.brand--story__wrapper p{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 100px;
}
.brand--story__border{
    display: block;
    width: 100%;
    max-width: 720px;
    height: 1px;
    border-bottom: solid 1px #707070;
    margin-bottom: 100px;
}
.brand--story__section02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.brand__owner--container{
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
}
.brand__owner--container h2{
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}
.brand__owner--section{
    display: flex;
    justify-content: center;
}
.brand__owner--wrapper{
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
}
.brand__owner--wrapper h3{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.brand__owner--bg {
    display: flex;
    flex-direction: column;
}
.sp__brand__owner--bg{
    display: none;
}
.brand__owner--img {
    height: 464px;
    background-image: url(../images/brand__owner--img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}
.brand__owner--inner-pc {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 2;
}
.brand__owner--inner-pc h2 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
}
.brand__owner--inner-sp {
    display: none;
}

@media screen and (max-width: 1080px) {
    .brand__owner--inner-pc{
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 0 40px;
    }
}

@media screen and (max-width: 700px) {
    .brand--story__section01 {
        flex-direction: column;
    }
    .brand--story__section02 {
        flex-direction: column-reverse;
    }
    .brand--story__wrapper {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .brand__img02 {
        width: 100%;
         margin-left: 0; 
    }
    .brand__img01{
        width: 100%;
         margin-right: 0; 
    }
    .brand--story__section03 {
        flex-direction: column-reverse;
    }
    .brand__img__container01{
        display: flex;
        width: 60%;
        margin-bottom: 58px;
        margin: 0 0 58px auto;
    }
    .brand__img__container02{
        width: 48%;
        margin-bottom: 58px;
    }
    .brand__owner--section{
        flex-direction: column;
    }
    .brand__owner--wrapper01,
    .brand__owner--wrapper02{
        width: 100%;
        margin-bottom: 100px;
    }
    .brand__owner--wrapper02{
        flex-direction: column-reverse;
    }
    .brand__owner--list{
        display: flex;
        flex-direction: column;
    }
    .brand__owner--img02{
        margin: 0 0 40px;
    }
    .brand__owner--bg {
        display: none;
    }
    .sp__brand__owner--bg {
        display: block;
        height: 400px;
        position: relative;
    }
    .sp__brand__owner--bg::before {
      display: block;
      background-image: url("../images/sp__brand__owner--img.png");
      background-position: top 50px center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: -1;
    }
    .brand--story__wrapper p{
        font-size: 1.8rem;
        margin-bottom: 50px;
    }
    .brand--story__border{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 550px) {
    .brand--story__container{
        margin-bottom: 60px;
    }
    .brand--story__container h1,
    .brand__owner--container h2{
        font-size: 4rem;
    }
    .brand--story__wrapper{
        margin: 0;
    }
	.brand--story__wrapper h2{
		font-size: 3.0rem;
		letter-spacing: -0.1rem;
	}
    .brand__owner--list h3{
        margin: 0 20px 30px;
    }
    .brand__owner--list p{
        margin: 0 20px;
    }
}
@media screen and (max-width: 400px) {
    .brand__owner--inner-sp h2 {
        font-size: 4rem;
    }
}
/* ==================================
  商品紹介ページ
================================== */
.ebike--detail__mv--type01{
    position: relative;
    background-image: url("../images/ebike--detail__basara--mv.jpg?250926");
    background-size: cover;
    background-position: center 27px;
    width: 100%;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.ebike--detail__mv--type02{
    position: relative;
    background-image: url(../images/ebike--detail__new-makami--mv.jpg?250926);
    background-size: cover;
    background-position: top -70px center;
    width: 100%;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.ebike--detail__mv--type03{
    position: relative;
    background-image: url("../images/ebike--detail__hayate--mv.jpg?250926");
    background-size: cover;
    background-position: top 85px center;
    width: 100%;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.ebike--detail__mv--type04{
    position: relative;
    background-image: url("../images/ebike--detail__new-fuma--mv.jpg?250926");
    background-size: cover;
    background-position: top 60px center;
    width: 100%;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.ebike--detail__mv--type01,
.ebike--detail__mv--type02,
.ebike--detail__mv--type03,
.ebike--detail__mv--type04{
    background-repeat: no-repeat;
}
.ebike--detail__mv--type01 h1,
.ebike--detail__mv--type02 h1,
.ebike--detail__mv--type03 h1,
.ebike--detail__mv--type04 h1{
    font-family: "Oswald", sans-serif;
    font-size: 12rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.ebike--detail__basara--title{
    margin-bottom: 200px;
}
.ebike--detail__new-makami--title{
    margin-bottom: 200px;
}
.ebike--detail__new-fuma--title{
    margin-bottom: 250px;
}
.ebike--detail__copy--container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 0 120px;
}
.ebike--detail__copy--container h2{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 60px;
}
.ebike--detail__copy--container p{
    width: 100%;
    max-width: 660px;
    line-height: 2;
}
.ebike--detail__list--container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}
.ebike--detail__list--eng--heading{
    font-family: "Oswald", sans-serif;
    font-size: 5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}
.ebike--detail__list--jpn--heading{
    margin-bottom: 60px;
}
.ebike--detail__list--section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}
.ebike--detail__list--wrapper{
    display: flex;
    flex-direction: column;
}
.ebike--detail__list--img{
    width: 100%;
    margin-bottom: 40px;
}
.ebike--detail__list--wrapper h4{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.ebike--detail__list--txt{
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.ebike--detail__list--price{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.ebike--detail__info--container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.ebike--detail__info--eng--heading{
    font-family: "Oswald", sans-serif;
    font-size: 5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}
.ebike--detail__info--jpn--heading{
    margin-bottom: 60px;
}
.ebike-detail__info-section--type01{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 120px;
}
.ebike-detail__info-section--type02{
    display: flex;
    width: 100%;
    margin-bottom: 120px;
}
.ebike-detail__info-wrapper--type01,
.ebike-detail__info-wrapper--type02{
    display: flex;
    align-items: center;
}
.ebike-detail__info--img--main,
.ebike-detail__info--img--type01{
    width: 100%;
    max-width: 500px;
    margin-right: 58px;
}
.ebike-detail__info--img--type02{
    width: 100%;
    max-width: 500px;
    margin-left: 58px;
}
.ebike-detail__info-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 425px;
}
.ebike-detail__info-list h4{
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px;
}
.ebike-detail__custom--container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 120px;
}
.ebike-detail__custom--container img{
    width: 100%;
    margin-bottom: 48px;
}

@media screen and (max-width: 900px) {
    .ebike--detail__mv--type01,
    .ebike--detail__mv--type02,
    .ebike--detail__mv--type03,
    .ebike--detail__mv--type04{
        height: 480px;
        justify-content: center;
        align-items: center;
    }
    .ebike--detail__mv--type01 h1,
    .ebike--detail__mv--type02 h1,
    .ebike--detail__mv--type03 h1,
    .ebike--detail__mv--type04 h1{
        font-size: 9rem;
    }
    .ebike-detail__info-section--type01 {
        justify-content: center;
    }
    .ebike-detail__info-section--type02 {
        justify-content: center;
    }
    .ebike-detail__info-wrapper--type01{
        align-items: center;
        flex-direction: column;
    }
    .ebike-detail__info-wrapper--type02{
        align-items: center;
        flex-direction: column-reverse;
    }
    .ebike-detail__info--img--main{
        width: 70%;
        margin: 0 0 60px;
    }
    .ebike-detail__info--img--type01,
    .ebike-detail__info--img--type02{
        width: 70%;
        margin: 0 0 60px;
    }
    .ebike-detail__info-list {
        width: 70%;
        max-width: fit-content;
    }

}
@media screen and (max-width: 700px) {
    .ebike--detail__list--section {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 550px) {
    .ebike--detail__mv--type01, .ebike--detail__mv--type02, .ebike--detail__mv--type03, .ebike--detail__mv--type04 {
        height: 480px;
    }
	.ebike--detail__mv--type01{
        background-image: url("../images/sp__ebike--detail__basara--mv.jpg?250926");
		background-position: center;
	}
	.ebike--detail__mv--type02{
        background-image: url("../images/sp__ebike--detail__new-makami--mv.jpg?250926");
		background-position: center;
	}
	.ebike--detail__mv--type03{
        background-image: url("../images/sp__ebike--detail__hayate--mv.jpg?250926");
		background-position: top 55px center;
	}
	.ebike--detail__mv--type04{
        background-image: url("../images/sp__ebike--detail__new-fuma--mv.jpg?250926?250918");
        background-position: top 38px left -51px;
	}
    .ebike--detail__mv--type01 h1,
    .ebike--detail__mv--type02 h1,
    .ebike--detail__mv--type03 h1,
    .ebike--detail__mv--type04 h1{
        font-size: 6rem;
        margin-bottom: 100px;
    }
    .ebike--detail__copy--container{
        margin: 80px 0;
    }
    .ebike--detail__copy--container h2{
        text-align: center;
    }
    .ebike--detail__list--section {
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
    }
    .ebike--detail__list--container {
        margin: 0 0 120px;
    }
    .ebike-detail__info-section--type01,
    .ebike-detail__info-section--type02{
        margin: 0 0 60px;
    }
    .ebike-detail__info--img--main{
        width: 100%;
        margin: 0 20px 58px;
    }
    .ebike-detail__info--img--type01,
    .ebike-detail__info--img--type02{
        width: 80%;
    }
    .ebike-detail__info--img--type01{
            margin: 0 auto 60px 0;
    }
    .ebike-detail__info--img--type02{
            margin: 0 0 60px auto;
    }
    .ebike-detail__info-list {
        width: 100%;
        margin: 0;
    }
    .ebike--detail__info--eng--heading{
        margin-bottom: 0;
    }
    .ebike-detail__custom--container{
        display: flex;
        flex-direction: column;
    }
    .ebike-detail__custom--container img{
        width: 100%;
    }
}


/* ==================================
  PRODUCTS一覧ページ
================================== */
.products__title {
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    text-align: center;
    margin: 120px 0 60px;
}
@media screen and (max-width: 900px) {
    .products__title {
        font-size: 6rem;
    }
}
/* ==================================
  ITEMS一覧ページ
================================== */
.items__tab--container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}
.items__tab--btn{
    display: flex;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
}
.items__tab--active{
    opacity: 0.4; 
}
.items__tab--btn span{
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-right: 15px;
}
.items__tab--btn img{
    width: 12px;
}
@media screen and (max-width: 550px) {
    .items__tab--container {
        flex-direction: column;
    }
    .items__tab--btn {
        margin: 0 0 20px;
    }
    .items__tab--container{
        margin-bottom: 60px;
    }
    .top--items__section {
        margin-bottom: 60px;
    }
}
/* ==================================
  FAQページ 
================================== */
.faq--mv__container{
    position: relative;
    background-image: url("../images/faq--mv__img.png");
    background-size: cover;
    background-position: bottom;
    width: -webkit-fill-availabl;
    width: -moz-available;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.faq--mv__container h1{
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.faq--mv__container span{
    font-size: 1.4rem;
    margin-bottom: 80px;
}
.faq--mv__section{
    display: flex;
    justify-content: space-between;
}
.faq--mv__section a{
    font-weight: 600;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin: 0 15px;
}
.faq__container{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.faq__container:first-child{
    margin-top: 60px;
}
.faq__container h2{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.faq__section{
    margin-bottom: 60px;
}
.faq--q__container{
    display: flex;
    padding: 16px 0 16px 32px;
    background-color: #EFEFEF;
}
.faq--q__container span,
.faq--a__section span{
    font-size: 2rem;
    font-weight: 600;
    margin-right: 16px;
}
.faq--q__container p{
    line-height: 1.5;
    margin: 4px 50px 0 0;
}
.faq--a__section{
    display: flex;
    padding: 16px 0 16px 32px;
}

.faq--a__container {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}
.faq--a__container.open {
    max-height: 500px; /* 中身に合わせて適宜調整 */
}

.faq--q__container {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
}
.faq--q__container::before,
.faq--q__container::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: center;
}
.faq--q__container::before {
    transform: translateY(-50%);
}

.faq--q__container::after {
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
}
.faq--q__container.active::after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 0;
}
.faq--other__container{
    margin: 40px 0 150px;
}

@media screen and (max-width: 860px) {
    .faq--mv__section {
        justify-content: center;
        flex-wrap: wrap;
    }
    .faq--mv__section a{
        margin: 0 10px 40px;
    }
}
@media screen and (max-width: 550px) {
    .faq--mv__container {
        width: auto;
        height: 500px;
        padding: 85px 20px 0;
    }
    .faq--mv__container span{
        margin-bottom: 40px;
    }
    .faq--other__container {
        margin: 0 0 60px;
    }
}


/* ==================================
  AFTER SUPPORTページ 
================================== */
.after--mv__container{
    position: relative;
    background-image: url("../images/faq--mv__img.png");
    background-size: cover;
    background-position: bottom;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}
.after--mv__container h1{
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.after--mv__container span{
    font-size: 1.4rem;
    margin-bottom: 50px;
}
.after--mv__txt{
    text-align: center;
}
.after--intro__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 120px 0;
}
.after--intro__container h2{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px;
}
.after--intro__container p{
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
.after--contents__container{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 672px;
}
.after--contents__section{
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #707070;
    flex-direction: column;
}
.after--contents__section:last-child{
    border-bottom: none;
}
.after--contents__num{
    width: 56px;
    margin-right: 64px;
}
.after--contents__wrapper{
    display: flex;
}
.after--contents__wrapper h3{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.after--contents__txt{
    font-weight: 600;
    margin: -33px 0 0 120px;
}
.after--contact__container{
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.after--contact__container a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 138px;
    color: #fff;
    background-color: #000;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 16px;
}
@media screen and (max-width: 550px) {
    .after--mv__container {
        line-height: 1.2;
        padding: 85px 20px 40px;
    }
    .after--intro__container{
        margin: 60px 0;
    }
    .after--contents__wrapper {
        align-items: center;
    }
    .after--contents__num {
        margin-right: 40px;
    }
    .after--contents__wrapper h3{
        margin: 0;
    }
    .after--contents__txt {
        margin: 30px 0 0;
    }
    .after--contents__section:last-child{
        margin-bottom: 0;
    }
    .after--contact__container{
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .after--contact__container a {
        margin-bottom: 60px;
    }
    
}




/* ==================================
  ご利用ガイドページ 
================================== */
.guide__container{
    display: flex;
    flex-direction: column;
    margin: 0 0 90px;
    padding-top: 120px;
}
.guide__title{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 60px;
}
.guide--intro__container{
    margin-bottom: 50px;
}
.guide--intro__section{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.guide--intro__wrapper{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.guide--intro__list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.guide--intro__list span{
    margin-right: 5px;
}
.guide--detail__wrapper{
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
}
.guide--detail__list{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.guide--detail__wrapper span,
.guide--detail__wrapper p{
    line-height: 2;
}
@media screen and (max-width: 550px) {
    .guide__container{
        margin: 0 0 30px;
    }
}
/* ==================================
  SHOPページ 
================================== */
.shop__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop__eng--title{
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.3;
    padding-top: 120px;
}
.shop__jpn--title{
    font-size: 1.4rem;
    margin-bottom: 80px;
}
.shop--intro__container{
    display: flex;
    flex-direction: column;
}
.shop--intro__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop--intro__container h2,
.shop--list__container h2{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 60px;
}
.shop--intro__section{
    margin-bottom: 60px;
}
.shop--intro__wrapper{
    display: flex;
}
.shop--intro__wrapper{
    margin-bottom: 60px;
}
.shop--intro__wrapper iframe {
    width: 100%;
    max-width: 400px;
    height: 275px;
    border: 0;
    margin-right: 58px;
}
.shop--intro__list{
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-direction: column;
}
.shop--intro__list h4{
    width: max-content;
    font-size: 2rem;
    margin-bottom: 32px;
}
.shop--intro__list p{
    margin-bottom: 40px;
}

.shop--intro__list a{
    display: flex;
    align-items: center;
}
.shop--intro__list a span{
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 10px;
}
.shop--intro__list a img {
    width: 9px;
    object-fit: contain;
}
.shop--list__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop--list__section{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.shop--list__btn--container{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.shop--list__btn--container a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 25px;
    background-color: #000;
    color: #fff;
    margin: 0 7px;
}
.shop--list__wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: solid 1px #2B2B2B;
}
.shop--list__border{
    border-top: solid 1px #2B2B2B;
}
.shop--list__area{
    font-size: 2.8rem;
    font-weight: 600;
    margin: 40px 0 50px;
}
.shop--list__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop--list__box{
    width: 42%;
}
.shop--list__box h4{
    font-size: 2rem;
    margin-bottom: 15px;
}
.shop--list__retailer{
    font-size: 1.2rem;
    color: #fff;
    background-color: #7E7E7E;
    padding: 4px 5px;
}
.shop--list__repair{
    font-size: 1.2rem;
    color: #2B2B2B;
    background-color: #E2E2E2;
    padding: 4px 5px;
}
.shop--list__box p{
    margin-top: 25px;
}
.shop--list__box a{
    display: block;
    font-weight: 600;
    margin: 15px 0 68px;
    word-break: break-all;
}
.shop--list__note{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 150px;
}
.shop--list__note a{
    font-size: 2rem;
    font-weight: 600;
    border-bottom: solid 1px #000;
    padding-bottom: 4px;
}
@media screen and (max-width: 860px) {
    .shop--intro__wrapper {
        flex-direction: column-reverse;
    }
    .shop--intro__list{
        margin-bottom: 40px;
    }
    .shop--list__btn--container {
        flex-wrap: wrap;
    }
    .shop--list__btn--container a {
        margin: 0 7px 14px;
    }
}
@media screen and (max-width: 700px) {
    .shop--list__box {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .shop__jpn--title{
        margin-bottom: 60px;
    }
    .shop--intro__container h2,
    .shop--list__container h2{
        margin-bottom: 40px;
    }
    .shop--list__section{
        margin-bottom: 60px;
    }
    .shop--list__note {
        text-align: left;
        margin-bottom: 60px;
    }
}
/* ==================================
  NEWS一覧ページ・詳細ページ
================================== */
.news__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 150px;
    padding-top: 120px;
}
.news__eng--title {
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    margin-bottom: 20px;
}
.news__jpn--title{
    font-size: 1.4rem;
    margin-bottom: 80px;
}
.news__section{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.news__wrapper{
    display: flex;
    margin-bottom: 25px;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.news__wrapper:hover{
	opacity: 0.5;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.news__wrapper span{
    margin-right: 30px;
}
.news__wrapper a {
  display: flex;
}
.news__wrapper p{
    text-align: left;
}
.news--page__container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news--page__icon{
    width: 16px;
    margin: 0 15px;
}
.news--page__icon img{
    width: fit-content;
}
.news--page__border{
    display: block;
    width: 14px;
    border-bottom: solid 2px #2B2B2B;
    margin: 0 20px;
}
.news--page__disabled{
    color: #A0A0A0;
}
.news--page__container a{
    font-size: 2rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.news--detail__container{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.news--detail__heading{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.news--detail__heading h2{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.news--detail__contents{
    display: flex;
    flex-direction: column;
    font-size: 1.7rem!important;
    line-height: 2!important;
    margin-bottom: 50px!important;
}
.news--detail__contents h4{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 48px;
}
.news--detail__contents p{
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 50px;
}
.news--detail__contents img{
    width: 60%;
    margin: 50px 0;
}
.news--detail__page--container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news--detail__page--section{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.news--detail__page--section a{
	display: flex;
    align-items: center;
}
.news--detail__page--section img{
	width: 13px;
	margin: 2px 5px 0px;
}
.news--detail__page--link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    background-color: #000;
}
.news--detail__page--link span{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 10px;
}
.news-list-pager{
    display: flex;
    align-items: center;
}
.news-num span{
    margin: 0 10px;
}
.news-num .current{
    font-weight: 600;
}
@media screen and (max-width: 550px) {
    .news__container{
        margin: 0 0 60px;
    }
    .news__jpn--title{
        margin-bottom: 40px;
    }
    .news__section{
        margin-bottom: 35px;
    }
    .news--detail__container{
        width: 100%;
        }
    .news--detail__contents img {
        width: 100%;
    }
}
/* ==================================
  CONTENTS一覧ページ・詳細ページ
================================== */
.article__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 150px;
    padding-top: 120px;
}
.article__eng--title{
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 100px;
}
.article--list__section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 100%;
    margin-bottom: 50px;
}
.article--list__wrapper{
    display: flex;
    flex-direction: column;
}
.article--list__wrapper img{
    width: 100%;
}
.article--list__wrapper h2{
    font-weight: 600;
}
.article--detail__container{
    display: flex;
    padding-top: 120px;
    margin: 0 0 150px;
}
.article--detail__section{
    display: flex;
    flex-direction: column;
}
.article--list__img{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.article--list__img img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.article--list__img:hover img {
    transform: scale(1.1);
}
.article--detail__title{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.article--detail__date{
    margin-bottom: 60px;
}
.article--detail__img{
    width: 100%;
    margin-bottom: 60px;
}
.article--profile__container{
    display: flex;
    background-color: #F0F0F0;
    margin-bottom: 40px;
    padding: 30px;
}
.article--profile__container img{
    width: 100px;
    margin-right: 30px;
}
.article--profile__section{
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    width: -moz-available;
}
.article--profile__wrapper{
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.article--profile__wrapper h3{
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 14px;
}
.article--profile__wrapper span{
    font-size: 1.4rem;
}
.article--profile__border{
    border-bottom: solid 1px #2B2B2B;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 20px;
}

.article--detail__heading{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.article--detail__txt{
    font-size: 1.7rem;
    margin-bottom: 90px;
}
.article--detail__sidebar--container{
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 260px;
    margin-left: 90px;
}
.article--detail__sidebar--heading{
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
}
.article--detail__sidebar--section{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.article--detail__sidebar--wrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.article--detail__sidebar--list{
  height: 150px;
  overflow: hidden;
  position: relative;
    margin-bottom: 20px;
}
.article--detail__sidebar--list img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
.article--detail__sidebar--wrapper span{
    margin-bottom: 10px;
}
@media screen and (max-width: 1120px) {
    .article--detail__sidebar--container{
        margin-left: 75px;
    }
}
@media screen and (max-width: 900px) {
    .article--profile__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
    .article--profile__wrapper h3{
        margin: 0 0 14px;
    }
}
@media screen and (max-width: 800px) {
    .article--detail__sidebar--container{
        margin: 0;
		padding-top: 30px;
		border-top: 1px solid #000;
    }
    .article--detail__container {
        flex-direction: column;
    }
  .article--detail__sidebar--section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .article--detail__sidebar--wrapper {
    width: 100%;
    min-width: 0;
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
    .article--list__section {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 550px) {
    .article--list__section {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 60px;
    }
    .article--detail__title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .article--detail__date {
        margin-bottom: 30px;
    }
    .article--detail__img{
        height: 340px;
        object-fit: cover;
        margin-bottom: 30px;
    }
    .article--detail__heading{
        margin-bottom: 20px;
    }
    .article--detail__txt{
        margin-bottom: 45px;
    }
    .article--profile__container {
        flex-direction: column;
    }
    .article--profile__container img {
        margin: 0 0 30px;
    }
    .article--detail__sidebar--heading{
        margin-bottom: 20px;
    }
    .article--detail__container{
        margin: 0 0 60px;
    }
    .article--detail__sidebar--section{
        margin-bottom: 0;
    }
}


/* ==================================
  プライバシーポリシーページ
================================== */
.policy--intro__container{
    margin-bottom: 50px;
}
.policy--intro__section{
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.policy--intro__wrapper{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.policy--intro__list{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.policy--intro__list span{
    margin-right: 5px;
}
.policy--intro__box{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin: 10px 0 0 20px;
}
.policy--intro__item{
    display: flex;
    margin-bottom: 10px;
}
.policy--intro__item:last-child{
    margin-bottom: 0;
}
.policy--intro__heading{
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.policy--intro__sub_heading{
    font-size: 2rem;
    margin-bottom: 20px;
}
.contract--intro__list{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.contract--intro__list:first-child{
    margin-top: 0;
}
.contract--intro__list span{
    font-weight: 600;
    margin-bottom: 10px;
}



.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


  