@charset "UTF-8";

/* CSS Document */

body {
    background: #f0f0eb;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic,
        "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

img {
    display: block;
    width: 100%;
}

/* SP */

.pc {
    display: none;
}

@media screen and (min-width: 1025px) {
    .u-hidden-sp {
        display: initial !important;
    }

    .u-hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .u-hidden-sp {
        display: none !important;
    }

    .u-hidden-pc {
        display: initial !important;
    }

    .l-footer {
        margin-bottom: 60px !important;
    }
}

/*-------------------
header
-----------------------*/

.header-wrap {
    margin-top: 0;
    width: 100%;
}

.header-wrap .header-bg {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    width: 100%;
}

.header-wrap .header-bg img {
    width: 100%;
}

.header-wrap .h1wrap {
    padding: 10px 0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.header-wrap .h1wrap.motocross {
    background: #0000004a;
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

.header-wrap h1 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 10px;
    width: calc(100% - 10px);
}

.header-wrap h2 {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 10px;
    width: calc(100% - 10px);
}

/*-------------------
mobile menu
-----------------------*/

.pp-header-nav-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    border-top: solid 1px #ccc;
    height: 60px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.pp-header-nav-inner-title {
    font-size: 16px;
    line-height: normal;
    margin-right: 80px;
}

.hamburger {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 10px;
    width: 42px;
    z-index: 3;
}

.hamburger span {
    background: #000;
    display: block;
    height: 1px;
    left: 6px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 30px;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    font-size: 14px;
    left: 0;
    position: absolute;
    bottom: 58px;
    text-align: left;
    text-indent: 0.5rem;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 2;
}

nav.globalMenuSp ul {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li span,
nav.globalMenuSp ul li a {
    background: #f1f1f1;
    border-bottom: solid 1px #ccc;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    height: 60px;
    list-style-type: none;
    padding: 0;
    transition: 0.4s all;
    width: 100%;
}

nav.globalMenuSp.active ul li span,
nav.globalMenuSp.active ul li a {
    border-bottom: solid 1px #ccc;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li span,
nav.globalMenuSp ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #000;
    padding: 0;
    position: relative;
    text-decoration: none;
}

nav.globalMenuSp ul li span:before,
nav.globalMenuSp ul li a:before {
    display: inline-block;
    content: "\000BB";
    padding: 0;
}

nav.globalMenuSp ul li span[target="_blank"]:after,
nav.globalMenuSp ul li a[target="_blank"]:after {
    content: url(/powerproducts-brand/powerproducts-history/images/open_in_new_000000.svg);
    display: block;
    width: 17px;
    height: 17px;
}

nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}

.header-wrap .navi {
    display: none;
}

nav.globalMenuSp a.active {
    font-weight: 700;
    height: 60px;
}

nav.globalMenuSp span.active:after,
nav.globalMenuSp a.active:after {
    border-left: solid 3px #000;
    bottom: 0;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100px;
}

/*-------------------
page top button
-----------------------*/

.pagetopbtn {
    display: none;
    bottom: 10px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 20px;
    transition: opacity 0.3s;
}

.pagetopbtn img {
    opacity: 0.5;
}

.pagetopbtn img:hover {
    opacity: 1;
}

/*-------------------
top page
-----------------------*/

.history-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 90%;
}

.history-menu-wrap .history-menu {
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    margin-bottom: 100px;
    width: 100%;
}

.history-menu-wrap .history-menu a {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.history-menu-wrap .history-menu h2 {
    font-size: 18px;
    margin: 6px 0;
    width: 100%;
}

.history-menu-wrap .history-menu .image {
    order: 1;
    width: 100%;
}

.history-menu-wrap .history-menu .text {
    order: 2;
    width: 100%
}

.history-menu-wrap .history-menu .more {
    background: #000;
    color: #fff;
    margin: 10px 0 20px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    transition: all 0.7s;
    width: 60%;
}

.history-menu-wrap .history-menu .more:after {
    content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow-white.png);
    display: inline-block;
    position: absolute;
    right: 21px;
    transform: scale(0.5);
    transition: all 0.7s;
    vertical-align: middle;
    width: 20px;
}

/*-------------------
footer menu
-----------------------*/

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto 0;
    width: 100%;
}

.footer-wrap .menu {
    height: 80vw;
    margin: 0 auto 20px;
    width: 80%;
}

.footer-wrap .menu a {
    color: #fff;
    display: block;
    position: relative;
}

.footer-wrap .menu a .image {
    position: absolute;
}

.footer-wrap .menu a .text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 15px;
    height: 80vw;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.footer-wrap .menu a .text-wrap.case-studies {
    color: #444;
    height: 40vw;
}

.footer-wrap .menu a .text-wrap .more {
    border: 1px solid #fff;
    font-weight: 700;
    margin: 20px auto;
    padding: 5px 0;
    position: relative;
    text-align: center;
    transition: all 0.7s;
    width: 90%;
}

.footer-wrap .menu a .text-wrap.case-studies .more {
    border: 1px solid #444;
    color: #444;
    margin: 20px auto 5px;
}

.footer-wrap .menu a .text-wrap .text {
    transition: all 0.7s;
    width: 90%;
}

.footer-wrap .menu a .text-wrap .more:after {
    content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow-white.png);
    display: inline-block;
    position: absolute;
    right: 21px;
    transform: scale(0.5);
    transition: all 0.7s;
    vertical-align: middle;
    width: 20px;
}

.footer-wrap .menu a .text-wrap.case-studies .more:after {
    content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow.png);
}

/*-------------------
content format
-----------------------*/

.potager_contents h1 {
    font-feature-settings: "palt";
    font-size: 18px;
    line-height: 1.5;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.potager_contents h1 span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.hello_catch {
    font-size: 18px;
    line-height: 1.6;
    margin: 35px auto;
    width: 70%;
}

.hello_heading {
    flex-wrap: nowrap;
    margin: 80px 0 -50px;
}

.hello_heading h2 {
    font-size: 30px;
    margin: 0 30px 0 0;
    text-align: left;
    width: 20em;
}

.hello_heading div {
    margin: 0;
    width: inherit;
}

h2.hello_content_title {
    font-size: 24px !important;
    line-height: 1.3;
    margin: 60px auto 0;
    padding-bottom: 7px;
    text-align: center;
    width: 90%;
}

h3.hello_content_title {
    border-bottom: solid 1px #cad3d7;
    font-size: 20px !important;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 60px auto 0;
    padding-bottom: 7px;
    text-align: center;
    width: 90%;
}

.hello_content_text {
    line-height: 1.5;
    margin: 20px auto;
    width: 80%;
}

.hello_content_text ol li {
    padding-left: 0.5em;
}

.hello_content_text ol li img {
    height: auto;
    width: 100%;
}

.hello_content_image {
    margin: 0 auto;
    width: 90%;
}

.hello_content_image img {
    height: auto;
    margin-bottom: 5px;
    width: 100%;
}

.hello_content_image_sub {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px auto;
    width: 90%;
}

.hello_content_image_sub .img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

.hello_content_image_sub .img img {
    height: auto;
    width: 100%;
}

.hello_content_image_sub .text {
    width: calc(100% - 157px);
}

.hello_content_image_sub .text2 {
    line-height: 1.5;
    margin: 0 0 0 10px;
    width: calc(100% - 167px);
}

.hello_content_image_sub_wrap_vertical {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}

.hello_content_image_sub_wrap_vertical .img {
    margin-right: 10px;
    max-width: 348px;
    width: 60%;
}

.hello_content_image_sub_wrap_vertical img {
    height: auto;
    width: 100%;
}

.hello_content_image_sub_wrap_vertical .text {
    display: block;
    max-width: 445px;
}

.hello_title {
    color: #29a4e3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 30px;
    text-align: center;
    width: 94%;
}

.hello_title span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

/*-------------------------------------------------------------------------------------
youtube
--------------------------------------------------------------------------------------*/

.youtubeWrap {
    margin: 60px auto !important;
    padding-bottom: 56.25%;
    position: relative;
    width: 90% !important;
}

.youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
}

/*　movie　*/

.movie {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.movie_desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 70px;
    padding: 13px;
    width: 980px;
}

.bc-player-4k5Jg43ag_default {
    height: 56%;
    width: 100%;
}

/*




PC




*/

@media screen and (min-width: 1025px) {
    .pc {
        display: inherit;
    }

    .sp {
        display: none;
    }

    /*-------------------
header
-----------------------*/
    .header-wrap {
        height: auto;
    }

    .header-wrap .h1wrap {
        position: absolute;
        top: 40%;
        width: 100%;
    }

    .header-wrap h1 {
        font-size: 34px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .header-wrap h1 span {
        display: block;
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .header-wrap h2 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    /*-------------------
PC navi menu 2025-03~
-----------------------*/

    .pp-header-nav {
        border-bottom: solid 1px #ccc;
    }

    .pp-header-nav a {
        text-decoration: none;
    }

    .pp-header-nav-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: center;
        border-bottom: solid 1px #ccc;
        border-top: none;
        bottom: auto;
        height: auto;
        position: relative;
    }

    .pp-header-nav-inner .pp-header-nav-content {
        color: #2e2e2e;
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 30px 40px;
        text-align: center;
        transition: all 0.8s;
        width: auto;
    }

    @media screen and (max-width: 1288px) {
        .pp-header-nav-inner .pp-header-nav-content {
            font-size: 13px;
            padding: 15px;
        }
    }

    .pp-header-nav-inner .pp-header-nav-content[target="_blank"]:after {
        content: url(/powerproducts-brand/powerproducts-history/images/open_in_new_000000.svg);
        display: block;
        height: 17px;
        margin-left: 3px;
        width: 17px;
    }

    .pp-header-nav-inner .pp-header-nav-content:hover {
        background-color: #f1f1f1;
        color: #000;
    }

    .pp-header-nav-inner .pp-header-nav-active {
        border-bottom: solid 3px #000;
    }

    .pp-header-nav-inner .pp-header-nav-active:hover {
        background-color: transparent;
    }

    /*-------------------
top page
-----------------------*/
    .history-menu-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 100px auto;
        max-width: 1200px;
        width: 100%;
    }

    .history-menu-wrap .history-menu {
        line-height: 1.5;
        max-width: 1200px;
        transition: all 0.7s;
        width: 100%;
    }

    .history-menu-wrap .history-menu a {
        color: #000;
        text-decoration: none;
        width: 100%;
    }

    .history-menu-wrap .history-menu:hover {
        cursor: pointer;
        filter: brightness(0.6);
    }

    .history-menu-wrap .history-menu .image {
        order: inherit;
        width: 40%;
    }

    .history-menu-wrap .history-menu .text {
        order: inherit;
        margin-left: 1rem;
        width: calc(60% - 1rem);
    }

    .history-menu-wrap .history-menu h2 {
        font-size: 20px;
        width: 100%;
    }

    .history-menu-wrap .history-menu .more {
        background: #000;
        color: #fff;
        margin: 10px 0 20px;
        padding: 5px 0;
        position: relative;
        text-align: center;
        transition: all 0.7s;
        width: 40%;
    }

    .history-menu-wrap .history-menu .more:after {
        content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow-white.png);
        display: inline-block;
        position: absolute;
        right: 21px;
        transform: scale(0.5);
        transition: all 0.7s;
        vertical-align: middle;
        width: 20px;
    }

    /*-------------------
footer menu
-----------------------*/
    .footer-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 160px auto 0;
        max-width: 1200px;
        width: 100%;
    }

    .footer-wrap .menu {
        height: 400px;
        overflow: hidden;
        width: calc(100% / 3.001);
    }

    .footer-wrap .menu a {
        color: #fff;
        display: block;
        position: relative;
    }

    .footer-wrap .menu a .image {
        position: absolute;
        transition: all 0.7s;
    }

    .footer-wrap .menu a .text-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        font-size: 15px;
        height: 400px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }

    .footer-wrap .menu a .text-wrap.case-studies {
        color: #444;
        height: 150px;
    }

    .footer-wrap .menu a .text-wrap .more {
        border: 1px solid #fff;
        font-weight: 700;
        margin: 20px auto;
        padding: 5px 0;
        position: relative;
        text-align: center;
        transition: all 0.7s;
        width: 90%;
    }

    .footer-wrap .menu a .text-wrap.case-studies .more {
        border: 1px solid #444;
        color: #444;
        margin: 20px auto 5px;
    }

    .footer-wrap .menu a .text-wrap .text {
        transition: all 0.7s;
        width: 90%;
    }

    .footer-wrap .menu a .text-wrap .more:after {
        content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow-white.png);
        display: inline-block;
        position: absolute;
        right: 21px;
        transform: scale(0.5);
        transition: all 0.7s;
        vertical-align: middle;
        width: 20px;
    }

    .footer-wrap .menu a:hover .text-wrap.case-studies {
        color: #fff;
    }

    .footer-wrap .menu a .text-wrap.case-studies .more:after {
        content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow.png);
    }

    .footer-wrap .menu a:hover .text-wrap.case-studies .more:after {
        content: url(/powerproducts-brand/powerproducts-history/images/menu-arrow-white.png);
    }

    .footer-wrap .menu a:hover .text-wrap .more {
        background: #ffffff4a;
        border: 1px solid #fff;
        color: #fff;
    }

    .footer-wrap .menu a:hover .image {
        filter: brightness(0.6);
    }

    /*-------------------
content format
-----------------------*/
    .potager_contents h1 {
        font-feature-settings: "palt";
        font-size: 40px;
        line-height: 1.5;
        margin: 50px auto;
        text-align: center;
        width: 980px;
    }

    .potager_contents h1 span.small {
        display: block;
        font-size: 26px;
        line-height: 1.5;
    }

    .potager_contents h1 span {
        display: block;
        font-size: 32px;
        line-height: 1.5;
    }

    .hello_catch {
        font-size: 18px;
        line-height: 1.6;
        margin: 35px auto;
        width: 700px;
    }

    h2.hello_content_title {
        margin: 110px auto 10px;
        text-align: left;
        width: 800px;
    }

    h3.hello_content_title {
        font-weight: normal;
        margin: 150px auto 20px;
        width: 840px;
    }

    .hello_content_image {
        width: 840px;
    }

    .hello_content_text {
        font-size: 18px;
        margin: 20px auto 50px;
        width: 640px;
    }

    .hello_content_image_sub_wrap {
        margin: 0 auto 30px;
        width: 840px;
    }

    .hello_content_image_sub {
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .hello_content_image_sub .img {
        max-width: 100%;
        width: 390px;
    }

    .hello_content_image_sub .text {
        margin: 8px 0 0 20px;
        width: calc(100% - 410px);
    }

    .hello_content_image_sub .text2 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0 0 0 20px;
        width: calc(100% - 410px);
    }

    .hello_title {
        color: #29a4e3;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.3;
        margin: 30px auto;
        text-align: center;
    }

    .hello_title span {
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

    .hello_menu_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .hello_menu_block {
        border-bottom: 1px solid #c2c0c0;
        margin: 30px 0;
        padding-bottom: 20px;
        width: 48%;
    }

    .hello_menu_block a .interview_image {
        height: 210px;
        margin-bottom: 10px;
        transition: all 0.6s;
        width: 320px;
    }

    .hello_menu_block a:hover .interview_image {
        opacity: 0.7;
    }

    .hello_menu_block a {
        color: #777075;
        display: block;
        font-size: 16px;
        line-height: 1.3;
        text-decoration: none;
    }

    .hello_menu_block a .text {
        font-size: 18px;
        font-weight: 700;
        margin: 0 auto;
        width: 90%;
    }

    /*-------------------------------------------------------------------------------------
youtube
--------------------------------------------------------------------------------------*/
    .youtubeWrap {
        aspect-ratio: 16/9;
        height: auto;
        margin: 60px auto !important;
        padding-bottom: 0;
        width: 100%;
    }

    .youtubeWrap iframe {
        box-shadow: rgba(0, 0, 0, 0.360784) 0px 0px 10px 0px;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}
