@charset "utf-8" ;

/*
    ページ全体
*/
html *,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    color: #f1f1f1;
    scroll-behavior: smooth;
}

body {
    margin: 0 1rem;
    padding: 0;
    font-family: 'Biiter', 'noto serif jp', sans-serif;
    background-color: #1a1a1a;
}

section :not() {
    padding-bottom: 80px;
    padding: 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #f1f1f1;
    text-align: center;
    font-weight: bold;
}

h2 {
    font-size: 4rem;
}
h3 {
    font-size: 2rem;
}

p {
    line-height: 1.75rem;
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 30px;
    background-color: #f93822;
    color: #f1f1f1;
    font-weight: 600;
    font-size: 1em;
}

.button-1:hover {
    cursor: pointer;
    background-color: #f93822b2;
}


@media (min-width:768px) {
    html {
        font-size: 20px;
    }

    section {
        padding: 0 0;
    }
}

/*
    メインヴィジュアルエリア
*/
.page-mv {
    padding: auto 0;
}


.mv-container {
    max-width: 100vw;
    height: 100%;
    position:relative ;
    background-color: #f1f1f1;
}

.mv-container .mvslider {
    margin: 0;
    padding: 0;
}

.mv-container .mvslider .slick-slider {
    height: auto;
    overflow: hidden;
}

.mv-container .mvslider .slick-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.mv-dots .slick-dots {
    text-align: center;
}

.mv-dots ul {
    padding-left: 0;
}

.mv-dots .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    margin: 4px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.mv-dots .slick-dots button {
    display: block;
    width: 0;
    height: 6px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    outline: none;
    background: #f93822;
    cursor: pointer;

}

.mv-dots .slick-dots .slick-active button {
    background: #f93822;
    opacity: 1;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .mv-container .mvslider .slick-slide img {
        height: 700px;
    }
}

@media (min-width: 1921px) {
    .mv-container .mvslider .slick-slide img {
        height: 1080px;
    }
}

/*
    概要テキスト エリア
*/

.products-title h2, .products-option h2, .products-spec h2 {
    font-size: 4rem;
    font-style: italic;
    color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    background-image: url(../images/gold.webp);
    background-size:contain;
}

.title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.title .licence-img {
    height: 100px;
    margin-bottom: 40px;
}

.title p {
    text-align: left;
}

.title button {
    margin: 60px auto 180px auto;
}
/*
    ファイティングモジュール エリア
*/

.products-option {
    width: calc(100% - 6%);
    margin: 0 auto;
    text-align: center;
    background-color: #f93822;
    border-radius: 60px;
    margin-bottom: 180px;
}

.products-option .option-container {
    padding: 60px 0;
}

.products-option .option-container h2 {
    margin: 0 auto 60px 0;
    padding: 0;
}

.products-option .option-container h4 {
    padding: auto auto 0 auto
}

.products-option .option-container p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.products-option .option-container img {
    width: calc(100% - 50%);
    margin: 60px 0;
}

.products-option .option-container button {
    background-color: #f1f1f1;
    color: #f93822;
    font-weight:900 ;
}

.products-option .option-container button:hover {
    background-color: #1a1a1a;
}

@media (min-width:768px) {
    .products-option {
        width: 100%;
        max-width: 1000px;
        border-radius: 100px;
    }

    .products-option .option-container img {
        width: calc(100% - 60%);
    }
}

/*
    製品特徴リンク エリア
*/

.products-spec {
    width: calc(100% - 2%);
    margin: auto;
    text-align: center;
    margin-bottom: 180px;
}

.products-spec .spec-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    padding: 0 auto;
}

.products-spec .spec-container .spec-grid {
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}


.products-spec .spec-container .spec-grid img {
    filter: brightness(60%);
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform .6s ease;
}

.products-spec .spec-container .spec-grid img:hover {
    transform: scale(1.1);
    filter: brightness(100%);
}

.spec-grid .spec-text {
    z-index: 1000;
    position: absolute;
    top: 40%;
    bottom: 40%;
    left: 15%;
    right: 15%;
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .products-spec {
        width: 100%;
        max-width: 1000px;
    }

    .products-spec .spec-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}
/*
    製品特徴 詳細 エリア
*/

.products-spec .spec-detail {
    max-width: 1000px;
    margin: 0;
    padding-top: 120px;
}

.products-spec .spec-detail p {
    text-align: left;
}

.products-spec .spec-list li{
    text-align: left;
    line-height: 2rem;
    list-style:disc;
    
}

.products-spec .spec-list .annotation {
    font-size: 0.75rem;
    list-style: none;
}

/*
    販売店リンク エリア
*/

.shop-link {
    text-align: center;
    background-color: #f1f1f1;
    color: #1a1a1a;
    padding-bottom: 200px;
    padding-top: 60px;
}

.shop-link .link-title {
    color: #f93822;
    font-weight: bolder;
}

.shop-link .link-container {
    margin: 0 auto;
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin-top: 30px;
    margin-bottom: 120px;
    padding-left: 0;
}

.shop-link .link-container .button-1 {
    padding: 1rem;
    background-color: #1a1a1a;    
}

.shop-link .link-container .button-1:hover {
    opacity: 0.8;
}

.shop-link .fadeIn_up h3{
    margin-top: 0;
}

.shop-link .fadeIn_up p{
    margin-bottom: 0;
}

.shop-link .licence-text {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0 5rem;
}

@media (min-width: 768px) {
    .shop-link .link-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-link .licence-text {
        font-size: 10px;
    }
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, -5%);
    transition: 1.25s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}