@charset "UTF-8";

/* --------------------P40 2025/11/06------------------------ */
/* -------------　ここから4ページ共通 -------------*/
/* フォント */
body.ft01,
body.ft01 #setting_modal .heading_design *,
body.ft01 .h,
body.ft01 .block_header_1 p {
    font-family: "Poppins", "Noto Sans", 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
/* ヘッダー */
@media screen and (min-width: 901px) {
    body:not(.scrolled) header {
        background: var(--i_bg_color);
        transition: 0.2s ease-in-out;
    }
    header h1,
    header nav * {
        color: var(--i_txt_color) !important;
    }
}
/* LV表示 */
#lv_outer {
    display: block;
    padding-bottom: 0;
}
#lv_outer::before {
    display: none;
}
#lv {
    background: var(--i_sub2_color);
}
#lv p span {
    color: var(--i_txt_color);
}
header.over + #lv_outer #lv {
    min-height: 300px !important;
}
@media screen and (max-width: 900px) {
    header.over + #lv_outer #lv {
        min-height: 200px !important;
    }
}
/* パンくず */
#pan {
    background: var(--i_sub2_color);
    padding-top: 0;
}
#pan li a {
    color: var(--i_txt_color);
}
#pan li::before {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

/* 見出し装飾 */

.heading.block_header_1,
.heading.block_header_6 {
    padding-top: 0;
}
.heading.block_header_1::before,
.heading.block_header_6::before,
.heading.block_header_2 .h::before {
    display: none;
}

.heading.block_header_2 .h {
    font-size: clamp(3rem, 4vw, 4.5rem) !important;
    border-left: 10px solid var(--i_main_color);
    padding-left: 20px;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.2;
}
.heading.block_header_2 p {
    font-size: 1.6rem;
}

.heading.block_header_4 .h {
    font-size: clamp(1.8rem, 1.0vw, 2.5rem) !important;
    color: var(--i_txt_color);
}

.heading.block_header_5 .h {
    font-size: clamp(2.0rem, 3vw, 3.5rem);
}
.heading.block_header_5 p {
    font-size: 1.5rem;
}

.heading.block_header_7 .h {
    font-size: clamp(3rem, 4vw, 4.5rem);
    font-weight: 600;
}
.heading.block_header_7 p {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}

/* 画像 */
.composite_box01:not(#accessories+div) .inner_item_img img {
    /* object-fit: contain; */
}

/* 見出し */
article .entry_header .heading .h {
    text-align: center;
    display: none;
}

article .entry_header .heading.block_header_2 {
    margin-bottom: 0;
}

main > section:first-child:not([class*="pt"]) {
    padding-top: 0px;
}

@media screen and (max-width: 900px) {
    main {
        padding-top: 0;
    }
}

/* -------------　ここまで4ページ共通 -------------*/

/* 横幅調整 */
@media screen and (min-width: 851px) {
    .width_fixed:has(a[id^="bg"] + section) > .content_wrapper {
        max-width: none !important;
        padding: 0;
    }
    #primary section > .content_wrapper {
        padding: 0 20px !important;
    }
}

/* 全面背景 */

a[id^="bg"] + section > .content_wrapper,
a[id^="bg"] + div > .content_wrapper {
    max-width: 1900px !important;
    padding: 0 20px !important;
}

a[id^="bg"] + section .heading.block_header_6 .h {
    font-size: clamp(3rem, 4vw, 4.5rem) !important;
    border-left: 10px solid var(--i_main_color);
    padding-left: 20px;
}

a[id^="bg"] + section .heading.block_header_1 .h,
a[id^="bg"] + section .heading.block_header_6 p {
    padding-left: 30px;
}

/* SuperX4 インテリジェント制御システム */

#c2_1 + div {
    display: flex;
    align-items: center;
    background-position: 45% 50% !important;
}

a[id^="c2"] + div > .content_wrapper {
    max-width: 1700px !important;
    padding: 0 20px !important;
}

#c2_1 + div .inner_item_txt ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-weight: bold;
    font-size: clamp(2.3rem, 3vw, 3rem);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}
#c2_1 + div .inner_item_txt ul li:before {
    position: absolute;
    left: 0px;
    top: calc(1em*1.5 / 2);
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background: var(--i_main_color);
}
#c2_1 + div .inner_item_txt p {
    padding-left: 20px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}
#c2_1 + div.composite_box01.block_images_7 .inner_item_txt {
    align-content: flex-start;
    background: none;
    padding: 0;
}

#c2_1 + div:before,
#bg3 + section:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 901px) {
    #c2_1 + div .wrapper_item {
        display: flex;
        justify-content: space-between;
        align-self: center;
        width: 100%;
    }

    #c2_1 + div .inner_item {
        width: calc(50% - 20%);
    }
}

/*  */
a[id^="hd_li"] + section > .content_wrapper {
    max-width: 1900px !important;
}
a[id^="hd_li"] + section .inner_item_txt ul li {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 1vw 10px 20px;
    background: var(--i_bg_color);
    list-style: none;
    position: relative;
}

#hd_li2 + section .inner_item_txt ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 10px 0 0;
    top: 0;
    left: 0px;
    pointer-events: none;
    background: var(--i_main_color);
    clip-path: polygon(0px 100%, 100% 0px, 0% 0%, 0% 100%);
}

#hd_li2 + section .inner_item_txt ul li {
    font-size: clamp(1.9rem, 2.6vw, 2.4rem);
    font-weight: 600;
    line-height: 1.5;
}

a[id^="hd_li"] + section .inner_item_txt ul li span.i {
    display: block;
    font-size: 1.5rem;
}

.point1::before,
/* #hd_li2 + section:after, */
#bg3 + section:before,
#bg3 + section:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: var(--i_bg_color);
    height: auto;
    aspect-ratio: 100 / 5;
}
.point1{
	position: relative;
}
.point1::before {
	background: var(--i_sub2_color);
	height: 100%;
    clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
}
/* #hd_li2 + section:after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    top: auto;
    bottom: -1px;
} */
#bg3 + section:before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    /* clip-path: polygon(0 0, 0% 100%, 100% 0); */
}
#bg3 + section:after {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    top: auto;
    bottom: -1px;
}


@media screen and (min-width: 769px) {
    #hd_li2 + section .inner_item_txt ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }
    #hd_li2 + section .inner_item_img img {
        max-height: 480px;
        aspect-ratio: 640/480;
        object-fit: contain;
    }
}

/* 高効率モーター搭載、ハイパワー */
#bg_c3+div{
	padding-bottom: 100px;
}

/* 頑固な造り */

#bg3 + section {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
#bg3+section > .content_wrapper{
	margin-bottom: 80px;
}

@media screen and (min-width: 901px) {
    #c2_1 + div,
    #bg3 + section {
        min-height: 500px;
    }
}
@media screen and (max-width: 900px) {
    #c2_1 + div {
        background-size: cover !important;
        background-position: 30% 50% !important;
    }
    #c2_1 + div:before {
        background: rgba(0, 0, 0, 0.5);
    }
    #bg3 + section {
        background-size: cover !important;
        background-position: 30% 50% !important;
    }
	#bg3+section .heading.block_header_6.active .h,
	#bg3+section .heading.block_header_6.active p{
		text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
	}
}
@media screen and (max-width: 700px) {
    #c2_1 + div.composite_box01.block_images_7 .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 10px !important;
    }
}

/*------------------流れるテキスト / #crawl ------------------*/
a[id^="crawl"] + div {
    z-index: -1;
    overflow: visible !important;
}
a[id^="crawl"] + div > .content_wrapper {
    padding: 0 !important;
    max-width: none !important;
    margin-top: -8vh;
}
a[id^="crawl"] + div .heading.block_header_4 .h {
    font-size: clamp(5rem, 11vw, 14rem) !important;
    white-space: nowrap;
    letter-spacing: 0rem;
    padding: 0 30px;
    line-height: 1;
    margin-bottom: 30px;
    color: #ddd;
    opacity: .7;
}
a[id^="crawl"] + div .wrapper_item {
    flex-wrap: nowrap;
}
a[id^="crawl"] + div .inner_item {
    margin: 0 !important;
    flex: 0 0 auto;
    overflow: hidden;
}
a[id^="crawl"] + div .inner_item:nth-of-type(odd) .heading.block_header_4 .h {
    /* color: #ccc; */
}
a[id^="crawl"] + .composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
    margin-bottom: 0 !important;
}
a[id^="crawl"] + div .inner_item:nth-of-type(odd) {
    animation: loop 80s -40s linear infinite;
}
#crawl2 + div .inner_item:nth-of-type(odd) {
    animation: loop 80s -40s linear reverse infinite;
}
a[id^="crawl"] + div .inner_item:nth-of-type(even) {
    animation: loop2 80s linear infinite;
}
#crawl2 + div .inner_item:nth-of-type(even) {
    animation: loop2 80s linear reverse infinite;
}
a[id^="crawl"] + .composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item {
    width: auto !important;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
@media screen and (max-width: 768px) {
    a[id^="crawl"] + div > .content_wrapper {
        margin-top: -5vh;
    }
}

/* --------------------タブcontent------------------------ */

/* 最初は非表示 */
#tab_content {
    display: none;
}

/* 選択中だけ表示 */
#tab_content.active {
    display: block;
}

ul.tab {
    display: flex;
    /* 横並び */
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}

ul.tab li {
    padding: 10px 8px;
    text-align: center;
    background: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 3px;
    transition: 0.3s ease-in-out;
}

.tab li:hover {
    background: var(--i_main_color);
    color: #fff;
    opacity: 0.8;
}

ul.tab li.active {
    background: var(--i_btn_color);
    color: var(--i_btn_txt_color);
}

/* txt */
.dec2_1:not(.composite_box01):not(.block_text_6) .wrapper_item {
    background: var(--i_sub2_color);
}

@media screen and (min-width: 1201px) {
    #tab_content + div.block_table_1 {
        border: 1px solid var(--i_border_color);
        padding: 30px;
    }
    ul.tab li {
        border-bottom: none;
    }
}

@media screen and (max-width: 900px) {
    #tab_content + div.block_table_1 {
        padding-top: 20px;
    }

    ul.tab {
        padding: 0 var(--i_padding, 20px);
        max-width: 1200px;
        flex-wrap: wrap;
    }

    ul.tab li {
        width: calc(100% / 2);
        margin-right: 0px;
        font-size: 90%;
    }

    ul.tab li:nth-child(2n) {
        border-left: 0;
    }
    ul.tab li:nth-last-of-type(n+3) {
        border-bottom: none;
    }
}

/*2025/10/15*/
#tab_content + .block_table_1 {
    max-width: 1200px;
    margin: 0 auto;
}

ul.tab {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 var(--i_padding, 20px);
}

@media screen and (min-width: 901px) {
    .entry_body .widget_youtube .wrapper_item {
        width: calc(100% / 2.5);
        min-width: 250px;
        margin-left: 0;
    }
}

@media screen and (min-width: 851px) {
    article .entry_meta,
    .pager2 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 var(--i_padding, 20px);
    }
}

@media screen and (max-width: 1200px) {
    #primary article .content_wrapper {
        padding: 0 var(--i_padding, 20px);
    }
}


#video + section .videos {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
#video + section .videos .box {
    max-width: calc(33.3333% - 2rem * 2 / 3);
    width: 100%;
}
@media screen and (max-width: 768px) {
    #video + section .videos .box {
        max-width: 100%;
    }
}

[id^=accessories] + div .heading.block_header_4 .h {
    text-align: center;
    color: var(--i_txt_color);
    border-bottom: 1px dotted var(--i_txt_color);
}

/*---------------動き　2025/11/10---------------------------*/
/* 見出し */
.heading.block_header_6,
.heading.block_header_2{
	overflow: hidden;
}

.heading.block_header_6 .h,
.heading.block_header_6 p,
.heading.block_header_2 .h,
.heading.block_header_2 p {
	position: relative;
	overflow: hidden;
	color: transparent;
	transition: color 0ms 450ms;
	-webkit-transition: color 0ms 450ms;
}

a[id^="bg"]+section .heading.block_header_6 .h,
a[id^="bg"]+section .heading.block_header_6 p {
	color: transparent !important;
}

.heading.block_header_6 .h::after,
.heading.block_header_6 p::after,
.heading.block_header_2 .h:after,
.heading.block_header_2 p:after{
	position: absolute;
	content: '';
	display: block;
	background: var(--i_main_color);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translate(0, 101%);
	transform: translate(0, 101%);
}

.heading.block_header_6.active .h::after,
.heading.block_header_6.active p::after,
.heading.block_header_2.active .h:after,
.heading.block_header_2.active p:after {
	-webkit-animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
	animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.heading.block_header_6.active .h,
.heading.block_header_6.active p,
.heading.block_header_2.active .h,
.heading.block_header_2.active p{
	color: var(--i_txt_color);
}

a[id^="bg"]+section .heading.block_header_6.active .h,
a[id^="bg"]+section .heading.block_header_6.active p {
	color: var(--i_txt_color) !important;
}
#bg3+section .heading.block_header_6.active .h,
#bg3+section .heading.block_header_6.active p {
	color: #fff!important;
}


@-webkit-keyframes masking {
	0% {
		transform: translate(0, 101%)
	}

	42%,
	58% {
		transform: translate(0, 0%)
	}

	100% {
		transform: translate(0, -101%)
	}
}

@keyframes masking {
	0% {
		transform: translate(0, 101%)
	}

	42%,
	58% {
		transform: translate(0, 0%)
	}

	100% {
		transform: translate(0, -101%)
	}
}

/* コンテンツ */

.point1::before,
.point1 #bg1+section > .content_wrapper,
.point1 #hd_li2+section > .content_wrapper .inner_item_img,
.point1 #hd_li2+section > .content_wrapper .inner_item_txt,
.point2 #bg_c3+div .inner_item,
.point2,
.point3,
.point3 #bg3+section > .content_wrapper{
	opacity: 0;
}
.point1::before{
	transform: scale(0, 1);
	transform-origin: left center;
}
.point1 #hd_li2+section > .content_wrapper .inner_item_img{
	transform: translate(-101%, 0);
}
.point1 #hd_li2+section > .content_wrapper .inner_item_txt{
	transform: translate(101%, 0);
}
.point_wrap.displayActive .point1::before{
	opacity: 1;
	animation: bg 0.5s linear forwards;
}
@keyframes bg {
	0% {
		transform: scale(0, 1);
	}
	100% {
		transform:scale(1,1);
	}
}
.point1 .heading.block_header_6.active .h::after,
.point1 .heading.block_header_6.active p::after,
.point2 .heading.block_header_6.active .h::after,
.point2 .heading.block_header_6.active p::after,
.point3 .heading.block_header_6.active .h::after,
.point3 .heading.block_header_6.active p::after{
	animation-delay: 0.5;
}
.point_wrap.displayActive .point1 #bg1+section > .content_wrapper,
.point2.displayActive,
.point3.displayActive #bg3+section > .content_wrapper{
	animation: opacity 0.5s 0.7s linear forwards;
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.point_wrap.displayActive .point1 #hd_li2+section > .content_wrapper .inner_item_img{
	opacity: 1;
	animation: toRight 0.8s 1.9s cubic-bezier(0.175, 0.885, 0.32, 1.15) forwards;
}
@keyframes toRight {
	0% {
		opacity: 0;
		transform: translate(-101%, 0);
	}
	50%{
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
.point_wrap.displayActive .point1 #hd_li2+section > .content_wrapper .inner_item_txt{
	opacity: 1;
	animation:toLeft 0.8s 1.9s cubic-bezier(0.175, 0.885, 0.32, 1.15) forwards;
}
@keyframes toLeft {
	0% {
		transform: translate(101%, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}
.point2 #bg_c3+div .inner_item{
	transform: scale(0,1);
	transform-origin: left center;
}
.point2.displayActive #bg_c3+div .inner_item{
	animation: revealLeft 0.8s 2.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes revealLeft {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scaleX(1);
		opacity: 1;
	}
}

.point3.displayActive {
	transform: translate(-90%, 0);
}
.point3.displayActive{
	animation: toRight2 0.5s linear forwards;
}
@keyframes toRight2 {
	0% {
		opacity: 0;
		transform: translate(-90%, 0);
	}
	50%{
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
