@charset "UTF-8";

/* --------------------P100 pro 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(#top_h + section) > .content_wrapper,
    .width_fixed:has(a[id^="bg"] + section) > .content_wrapper {
        max-width: none !important;
        padding: 0;
    }
    #top_h + section > .content_wrapper {
        max-width: 1400px !important;
    }
    a[id^="bg"] + section > .content_wrapper {
        max-width: 1900px !important;
    }
    #primary section > .content_wrapper {
        padding: 0 20px !important;
    }
}

/* LV */
#top_h + section {
    min-height: 500px;
}

#top_h + section .heading.block_header_6 .h,
#bg1 + section .heading.block_header_2 {
    background: url("/common/upload_data/infinitycrestcojp/image/deco3.png") no-repeat top left / 35%;
    padding-top: clamp(5rem, 5.5vw, 7rem);
    font-size: clamp(5rem, 5.5vw, 7rem) !important;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}

/* Pro in every flight */

#bg1 + section:before,
#bg1 + section:after {
    position: absolute;
    display: block;
    content: "";
    width: 45%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background: url("/common/upload_data/infinitycrestcojp/image/p100_top1.png") no-repeat top right / cover;
    top: 0;
    right: 0;
}
#bg1 + section:after {
    background: #c00;
    opacity: .9;
}

#bg1 + section .heading.block_header_2 .h {
    font-size: clamp(5rem, 5.5vw, 9.5rem) !important;
    padding-left: 0px;
    border-left: none;
    line-height: 1.2;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

/* 2カラム */

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

#c2_1 + div .inner_item:nth-of-type(2) img {
    max-width: 80%;
    object-position: 50% 90%;
}

#c2_1 + div .inner_item:nth-of-type(2) {
    position: relative;
}

#c2_1 + div .inner_item:nth-of-type(2):before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
    background: url("/common/upload_data/infinitycrestcojp/image/deco2.png") no-repeat left / 70px;
    z-index: -1;
}

#c2_1 + div .heading.block_header_4 .h {
    text-align: center;
    color: #fff;
    background: var(--i_main_color);
    width: 40%;
    padding: 5px 0;
    border-radius: 50px;
    margin: 0 auto;
}
#c2_1 + div .heading.block_header_4 p {
    text-align: center;
    padding-top: 7px;
}

#c2_2 + section .heading.block_header_2 {
    background: url("/common/upload_data/infinitycrestcojp/image/deco1.png") no-repeat top left / 250px;
    padding-top: 90px;
}

#c2_3 + div .inner_item {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: var(--i_sub2_color);
    border-radius: 10px;
}
#c2_3 + div .inner_item .heading {
    margin-bottom: 10px;
    width: 48%;
}

#c2_3 + div .heading.block_header_4 .h {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
#c2_3 + div .inner_item > a {
    width: 48%;
}

#c2_3 + div .inner_item_img img {
    object-fit: contain;
    height: auto !important;
    max-height: 450px;
}

#c2_4 + div .inner_item:nth-of-type(1) img {
    max-width: 360px;
}

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

#txt + div .inner_item_txt {
    background: var(--i_sub2_color);
    border-radius: 10px;
    padding: 5%;
    flex-grow: 1;
}
@media screen and (min-width: 901px) {
    #txt + div {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 60px;
        background-position: 50% 42% !important;
    }
}

@media screen and (max-width: 768px) {
    #c2_1 + div .inner_item:nth-of-type(2)::before {
        background-size: 50px;
    }
    #c2_1 + div .inner_item:nth-of-type(2) img {
        max-width: 210px;
    }
}

#c2_revo + div:before,
#c2_revo + div:after,
#c2_4 + div:before,
#c2_4 + div:after,
#txt + div: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 / 7;
}
#c2_revo + div:before {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#c2_revo + div:after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0px);
    top: auto;
    bottom: -1px;
}
#c2_revo + div .heading.block_header_4 .h {
    font-size: clamp(2.5rem, 2.6vw, 3.5rem) !important;
}
#c2_4 + div:before {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
#c2_4 + div:after {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    top: auto;
    bottom: -1px;
}
#txt + div:after {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    aspect-ratio: 100 / 4;
}

/* Product features */
#prod + div .heading.block_header_4 .h {
    border-top: 1px solid var(--i_border_color);
    padding-top: 15px;
}

/*------------------流れるテキスト / #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: -10vh;
}
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: -6vh;
    }
}
/* --------------------タブ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: 30px auto 0;
    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);
    }
}


/* ---アニメーション--- */
/* 見出し */
a[id^="bg"] + section .heading.block_header_6,
#txt + section .heading.block_header_6,
#bg1 + section .heading.block_header_2 + p,
#c2_1 + div .heading.block_header_4,
#bg1 + section .heading.block_header_2 {
    overflow: hidden;
}

a[id^="bg"] + section .heading.block_header_6 .h,
a[id^="bg"] + section .heading.block_header_6 p,
#txt + section .heading.block_header_6 .h,
#txt + section .heading.block_header_6 p,
#bg1 + section .heading.block_header_2 + p,
#c2_1 + div .heading.block_header_4 .h,
#c2_1 + div .heading.block_header_4 p,
#c2_2 + section .heading.block_header_2 .h,
#c2_revo + div .heading.block_header_4 .h,
#c2_4 + div .heading.block_header_2 .h,
#bg1 + section .heading.block_header_2 .h {
    position: relative;
    overflow: hidden;
    color: transparent;
    transition: color 0ms;
    -webkit-transition: color 0ms;
}

a[id^="bg"] + section .heading.block_header_6 .h,
a[id^="bg"] + section .heading.block_header_6 p,
#bg1 + section .heading.block_header_2 .h,
#c2_2 + section .heading.block_header_2 .h,
#c2_revo + div .heading.block_header_4 .h,
#c2_4 + div .heading.block_header_2 .h {
    color: transparent !important;
}

a[id^="bg"] + section .heading.block_header_6 .h::after,
a[id^="bg"] + section .heading.block_header_6 p::after,
#txt + section .heading.block_header_6 .h::after,
#txt + section .heading.block_header_6 p::after,
#bg1 + section .heading.block_header_2 + p:after,
#c2_1 + div .heading.block_header_4 .h:after,
#c2_1 + div .heading.block_header_4 p:after,
#c2_2 + section .heading.block_header_2 .h:after,
#c2_revo + div .heading.block_header_4 .h:after,
#bg1 + section .heading.block_header_2 .h:after,
#c2_4 + div .heading.block_header_2 .h: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%);
}

a[id^="bg"] + section .heading.block_header_6.active .h::after,
a[id^="bg"] + section .heading.block_header_6.active p::after,
#txt + section .heading.block_header_6.active .h::after,
#txt + section .heading.block_header_6.active p::after,
#bg1 + section .heading.block_header_2.active + p:after,
#c2_1 + div .heading.block_header_4.active .h:after,
#c2_1 + div .heading.block_header_4.active p:after,
#c2_2 + section .heading.block_header_2.active .h:after,
#c2_revo + div .heading.block_header_4.active .h:after,
#bg1 + section .heading.block_header_2.active .h:after,
#c2_4 + div .heading.block_header_2.active .h:after {
    -webkit-animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
    animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

a[id^="bg"] + section .heading.block_header_6.active .h,
a[id^="bg"] + section .heading.block_header_6.active p,
#txt + section .heading.block_header_6.active .h,
#txt + section .heading.block_header_6.active p,
#bg1 + section .heading.block_header_2.active + p,
#c2_1 + div .heading.block_header_4.active .h,
#c2_1 + div .heading.block_header_4.active p,
#c2_2 + section .heading.block_header_2.active .h,
#c2_revo + div .heading.block_header_4.active .h,
#bg1 + section .heading.block_header_2.active .h,
#c2_4 + div .heading.block_header_2.active .h {
    transition: color 0ms 500ms;
    color: var(--i_txt_color) !important;
}

a[id^="bg"] + section .heading.block_header_6.active .h,
a[id^="bg"] + section .heading.block_header_6.active p,
#c2_1 + div .heading.block_header_4.active .h{
    color: var(--i_bg_color) !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%)
    }
}


/* 画像 */
#bg1 + section {
    overflow: hidden;
}

#bg1 + section::after {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
}

#bg1 + section.act::after {
    -webkit-animation: masking2 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
    animation: masking2 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

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

    100% {
        transform: translate(0, 0);
    }
}

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

    100% {
        transform: translate(0, 0);
    }
}

#c2_1 + div .inner_item > a,
#c2_revo + div .inner_item > a {
    position: relative;
    overflow: hidden;
}

#c2_1 + div .inner_item > a::after,
#c2_revo + div .inner_item > a::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 5;
}

#c2_1 + div.act .inner_item > a::after,
#c2_revo + div.act .inner_item > a::after {
    -webkit-animation: masking3 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
    animation: masking3 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

@-webkit-keyframes masking3 {
    0% {
        transform: translate(0, 0);
    }

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

@keyframes masking3 {
    0% {
        transform: translate(0, 0);
    }

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