@charset "utf-8";

/* 背景 */
body.kit {
    background-color: #f3f3f3;
}

/* 共通 */
body.kit section {
    margin-bottom: 3rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:768px) {
    body.kit section {
        margin-bottom: 1rem;
    }
}
body.kit section p {
    line-height: min(2.2rem, 4.4vw);
}
body.kit section em {
    color: #f80012;
    font-style: normal;
}
body.kit .flex {
    display: flex;
    justify-content: center;
}
body.kit .p33 {
    width: 33.3333%;
}
body.kit .p40 {
    width: 40%;
}
body.kit .p50 {
    width: 50%;
}
body.kit .p60 {
    width: 60%;
}
body.kit .p66 {
    width: 66.6666%;
}
@media screen and (min-width:769px) {
    body.kit .flex_pc {
        display: flex;
    }
    body.kit .p50_pc {
        width: 50%;
    }
}
body.kit .frame {
    margin: 0.5rem;
}
body.kit .inner2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow-x: hidden;
    max-width: 1480px;
}
body.kit img.button {
    max-width: min(100%, 80vw);
}

body.kit .wbr {
    word-break: keep-all;
    word-wrap: break-word;
}
body.kit span.wbr::after {
    content: "\0200B";
}

/* トップ画像 */
body.kit .top {
    background-size: contain;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width:769px) {
    body.kit .top {
        background-image: url("image2/KIT_manevisual5_bg.webp");
    }
}
@media screen and (max-width:768px) {
    body.kit .top {
        background-image: url("image2/KIT_manevisual_s5_bg.webp");
    }
}
body.kit .top .front {
    position: relative;
}

body.kit .top .shutter {
    position: absolute;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@media screen and (min-width:769px) {
    body.kit .top .shutter {
        top: 0.1vw;
        animation-name: shutter_pc;
    }
}
@media screen and (max-width:768px) {
    body.kit .top .shutter {
        top: 5.6vw;
        animation-name: shutter_sp;
    }
}
@keyframes shutter_pc {
    0% {
        top: 0.1vw;
    }
    100% {
        top: -13.9vw;
    }
}
@keyframes shutter_sp {
    0% {
        top: 5.6vw;
    }
    100% {
        top: -16.4vw;
    }
}

/* 商品 */
body.kit .product {
    padding-bottom: 0;
}
body.kit .product .title {
    background-color: #001f7a;
    max-width: none;
    color: white;
    padding: 1.2rem;
    text-align: center;
}
body.kit .product .title H1 {
    font-size: min(2.0rem, 6.0vw);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.kit .product .title p {
    font-size: min(1.1rem, 3.0vw);
    line-height: 2.0rem;
}

body.kit .product .info {
    background-color: #2b7cc0;
    max-width: min(620px, 98vw);
    color: white;
    padding: 1.1rem 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
body.kit .product .info p {
    font-size: min(1.1rem, 2.8vw);
    line-height: 2.0rem;
}
body.kit .product H2 {
    color: black;
    font-size: min(2.7rem, 4.4vw);
    font-weight: bold;
}
body.kit .product H2 .em1 {
    color: red;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
body.kit .product H2 .em2 {
    color: red;
}

/* 選ばれる理由 */
body.kit .reason .success h2 {
    font-size: min(2.2rem, 4.4vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.kit .reason .success .video  {
    background-color: white;
    margin: 0.5rem;
    text-align: center;
}
body.kit .reason .success .video h3 {
    font-size: min(1.3rem, 6.2vw);
    text-align: center;
    color: white;
    background-color: #00b494;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 1.5rem 0;
}

/* 実績 */
body.kit .achievement {
    background-color: #001f7a;
}

/* 取り付け */
body.kit .install h2 {
    font-size: min(3.5rem, 6.0vw);
    text-decoration: underline;
    text-decoration-color: #001f7a;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    margin-bottom: 0.5rem;
    font-style: italic;
}
body.kit .install h3 {
    font-size: min(2.5rem, 6.0vw);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    margin-bottom: 0.5rem;
}
body.kit .install p.em {
    margin-bottom: 0.2rem;
}
body.kit .install em {
    font-size: min(1.5rem, 2.6vw);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}
body.kit .install .upper H2 {
    color: black;
    font-size: min(2.4rem, 3.9vw);
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}
body.kit .install .process H2 {
    color: black;
    font-size: min(2.4rem, 3.9vw);
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0;
}
body.kit .install .process P {
    text-align: right;
}

/* 取付動画 */
body.kit .movie {
    background-color: #c3c3c3;
    padding-bottom: 2.0rem;
}
body.kit .movie .inner {
    margin: 0 auto;
}
body.kit .movie h2 {
    font-size: min(2.5rem, 6.0vw);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    margin-bottom: 0.5rem;
}
body.kit .movie h3 {
    font-size: min(1.8rem, 3.6vw);
    text-align: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 1.5rem;
}

/* 代行 */
body.kit .represent .inner {
    background-color: #efe4b0;
    padding: 20px;
}
body.kit .represent h2 {
    font-size: min(2.0rem, 4.0vw);
}
body.kit .represent .inner p {
    font-size: min(1.2rem, 2.2vw);
    line-height: 1.5;
}
body.kit .represent a,
body.kit .represent a:visited {
    color:#007dff;
    text-decoration:underline;
}

/* サポート */
body.kit .support .support_sub {
    background-color: white;
    margin-bottom: 0;
}
body.kit .support h2 {
    font-size: min(3.3rem, 5.3vw);
    text-decoration: underline;
    text-decoration-color: #001f7a;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    margin-bottom: 0.5rem;
    font-style: italic;
}
body.kit .support .quality h3 {
    font-size: min(2.0rem, 4.0vw);
    text-decoration: underline;
    text-decoration-color: #0008b0;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    margin-bottom: 0.5rem;
    font-style: italic;
    color: #0008b0;
}
body.kit .support section p {
    font-size: min(1.4rem, 2.5vw);
    line-height: min(2.2rem, 4.6vw);
}
body.kit .support .quality .image {
    padding: 1.0rem;
}
body.kit .support .quality img {
    width: 100%;
}
body.kit .support .security .p50 {
    margin: 10px;
}
body.kit .support .security h3 {
    font-size: min(2.0rem, 3.5vw);
    background-color: #147cd5;
    margin-bottom: 0.5rem;
    color: white;
    padding: 15px 0;
}
.support a {
    color: #0073cb;
    text-decoration: underline;
}
/* 対応シャッター */
body.kit .apply section {
    margin-bottom: 1rem;
}
body.kit .apply .ok p {
    font-size: min(1.1rem, 2.4vw);
    line-height: 2.0;
}
body.kit .apply .ok p em {
    text-decoration: underline;
}

/* 問合せボタン */
body.kit .wrap_contact {
    background-color: #001f7a;
}
body.kit .contact {
    background-color: initial;
    position: relative;
}
@media screen and (min-width:769px) {
    body.kit .contact .button {
        position: absolute;
        top: 44%;
        left: 27%;
    }
    body.kit .contact .button img {
        width: 46.666vw;
        max-width: 450px;
    }
}
@media screen and (max-width:768px) {
    body.kit .contact .button {
        position: absolute;
        top: 18vw;
        left: 5vw;
    }
    body.kit .contact .button img {
        width: 60vw;
    }
}
/* チェック表 */
body.kit .check {
    background-color: initial;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
body.kit .check .button {
    position: absolute;
    top: 0;
    left: 0;
}
body.kit .check .btn_01 {
    top: 39.5%;
    left: 81%;
}
body.kit .check .btn_01 img {
    width: 16.667vw;
    max-width: 161px;
}
body.kit .check .btn_02 {
    top: 70.5%;
    left: 65%;
}
body.kit .check .btn_02 img {
    width: 27.19vw;
    max-width: 261px;
}
body.kit .check .btn_03 {
    top: 84.5%;
    left: 65%;
}
body.kit .check .btn_03 img {
    width: 27.19vw;
    max-width: 261px;
}
body.kit .check .btn_04 {
    top: 91%;
    left: 51%;
}
body.kit .check .btn_04 img {
    width: 48.96vw;
    max-width: 470px;
}
body.kit .check .btn_05 {
    top: 96.3%;
    left: 51%;
}
body.kit .check .btn_05 img {
    width: 48.96vw;
    max-width: 470px;
}

/* 注意事項 */
body.kit .notice .important {
    background-image: url("image2/KIT_important_bg.png");
    background-size: contain;
    margin-bottom: 1rem;
}
body.kit .notice .important .inner {
    margin-bottom: 1rem;
}
body.kit .notice h2 {
    color: #ef0027;
    font-size: min(2.6rem, 4.2vw);
    text-decoration: underline;
    text-decoration-color: #ef0027;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    margin-bottom: 0.5rem;
}
body.kit .notice em {
    text-decoration: underline;
    text-decoration-color: #ef0027;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    margin-bottom: 0.5rem;
}

/* メディア */
body.kit .media h2 {
    font-size: min(2.6rem, 6.0vw);
}
body.kit .media .p33_pc {
    margin: 15px 10px;
}

/* 特許 */
body.kit .patent h2 {
    font-size: min(2.6rem, 6.0vw);
}

/* 評価 */
body.kit .review h2 {
    font-size: min(2.6rem, 5.0vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.kit .review p {
    margin-bottom: 0;
}
body.kit .review p.review_link {
    margin-top: 0;
    margin-bottom: 1.0rem;
    text-align: right;
    margin-right: 1.2rem;
}
body.kit .review .review_link a {
    color: #0073cb;
    text-decoration: underline;
}

/* ブログ */
body.kit .blog {
    background-color: #0073cb;
    color: white;
    padding-bottom: 10px;
}
body.kit .blog p.image {
    padding: 5px;
}
body.kit .blog .list {
    width: 80%;
    overflow-x: auto;
    overflow-y: scroll;
    height: 340px;
    background-color: white;
    color: #0073cb;
    padding: min(20px, 1vw);
    margin: 10px auto;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
body.kit .blog .list p {
    color: #0073cb;
    font-size: 1.0rem;
    line-height: 1.0rem;
    margin: 10px 0;
    text-align: left;
}
body.kit .blog .list a {
    color: #0073cb;
    text-decoration: underline;
}
@media screen and (max-width:768px) {
    body.kit .blog .list {
        width: 90%;
        background-color: transparent;
        height: auto;
        overflow-x: auto;
        overflow-y: auto;
        color: white;
        padding: min(20px, 1vw);
        margin: 10px auto;
        text-align: left;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    body.kit .blog .list a {
        display: block;
        background-color: #9f9993;
        padding: 15px 10px;
        color: white;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        text-decoration: none;
    }
}
/* 製品内容 */
body.kit .item h2 {
    font-size: min(2.6rem, 10.0vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.kit .item .price {
    background-color: #001f7a;
}
body.kit .item .wraper_diy {
    color: white;
    padding: 1px;
    border: 2px solid #d10000;
    max-width: min(650px, 98vw);
    margin-bottom: 3rem;
}
body.kit .item .diy {
    background-color: #d10000;
    color: white;
    padding: 1.1rem 0.9rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border: 2px solid white;
}
body.kit .item .diy p {
    font-size: min(1.1rem, 2.8vw);
    line-height: 2.0rem;
    padding: 0;
    margin: 0;
}

/* オプション */
body.kit .option h2 {
    font-size: min(2.6rem, 8.0vw);
    color: #001b5e;
}
body.kit .option h3 {
    font-size: min(2.0rem, 7.5vw);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: black;
}
body.kit .option .p50_pc {
    margin: 20px 20px;
}
body.kit .option .p50_pc .info {
    font-size: min(1.0rem, 3.2vw);
    line-height: 1.4;
    color: black;
}
body.kit .option .wrap_type {
    text-align: left;
}
@media screen and (max-width:768px) {
    body.kit .option .wrap_type {
        text-align: center;
    }
}
body.kit .option .wrap_type div,
body.kit .option .wrap_type p {
    display: inline-block;
    font-size: min(1.0rem, 5.0vw);
    margin: 0.0em;
    color: black;
}
body.kit .option .wrap_type .price,
body.kit .option .wrap_type .price_with_tax,
body.kit .option .wrap_type .price p,
body.kit .option .wrap_type .price_with_tax p,
body.kit .option .wrap_type .price em,
body.kit .option .wrap_type .price_with_tax em {
    display: inline-block;
    font-size: min(2.8rem, 5.0vw);
    margin-right: 0.0em;
}
body.kit .option .wrap_type .price {
    color: #f80012;
    font-size: 1.0rem;
}
body.kit .option .wrap_type .price_with_tax em,
body.kit .option .wrap_type .price_with_tax {
    font-weight: bold;
    color: black;
    font-size: 1.0rem;;
}
body.kit .option .wrap_type .right {
    width: 100%;
    max-width: 330px;
    text-align: right;
}
@media screen and (max-width:768px) {
    body.kit .option .wrap_type .right {
        text-align: center;
    }
}
body.kit .option {
    text-align: left;
}
body.kit .option div,
body.kit .option p,
body.kit .option .price,
body.kit .option .price_with_tax,
body.kit .option .price p,
body.kit .option .price_with_tax p,
body.kit .option .price em,
body.kit .option .price_with_tax em {
    font-size: min(2.8rem, 5.0vw);
    margin: 0.0em;
}
body.kit .option .price {
    display: inline-block;
    color: #f80012;
    font-size: 1.0rem;;
    margin-top: 0;
    margin-bottom: 0;
}
body.kit .option .price_with_tax em,
body.kit .option .price_with_tax {
    display: inline-block;
    font-weight: bold;
    color: black;
    font-size: 1.0rem;;
}

body.kit .option p.link {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

body.kit .option .link a {
    font-size: min(1.4rem, 3.4vw);
    line-height: min(2.2rem, 3.4vw);
    background-color: #001f7a;
    width: 80%;
    max-width: 380px;
    display: block;
    padding: 15px 10px;
    color: white;
    margin: 0 auto;
}

/* FAQ/保証 */
body.kit .warranty section {
    margin-bottom: 3rem;
}

/* アプリ */
body.kit .app h2 {
    font-size: min(2.6rem, 10.0vw);
}
@media screen and (max-width:768px) {
    body.kit .app h2 {
        margin-bottom: 0;
    }
}
body.kit .app .app-privacy {
    display: none;
}
body.kit .app .button a {
    font-size: min(1.4rem, 3.4vw);
    line-height: min(2.2rem, 3.4vw);
    background-color: #0073cb;
    width: 67%;
    max-width: 505px;
    display: block;
    padding: 15px 10px;
    color: white;
    margin: 0 auto;
    border-radius: 10px;
}

/* 困ったときは */
body.kit .trouble {
    background-color: #d5d5d5;
    margin-bottom: 0;
}
body.kit .trouble h2 {
    font-size: min(2.6rem, 10.0vw);
}
body.kit .trouble .inner {
    overflow-y: hidden;
    margin-bottom: 0;
}
body.kit .trouble .button a {
    font-size: min(1.4rem, 4.4vw);
    line-height: min(2.2rem, 4.4vw);
    background-color: #0073cb;
    width: 85%;
    display: block;
    padding: 15px 10px;
    color: white;
    margin: 0 auto;
    border-radius: 10px;
}

/* ボタンアニメーション */
body.kit .btn_order {
}
body.kit .btn_order .button {
    background-color: #00cb22;
    border-radius: min(13px, 2.5vw);
}
@keyframes plnpln {
      0% { transform: skewX(9deg); }
     10% { transform: skewX(-8deg); }
     20% { transform: skewX(7deg); }
     30% { transform: skewX(-6deg); }
     40% { transform: skewX(5deg); }
     50% { transform: skewX(-4deg); }
     60% { transform: skewX(3deg); }
     70% { transform: skewX(-2deg); }
     80% { transform: skewX(1deg); }
     90% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
}

/* アコーディオン処理 */
body.kit .more_button a {
    font-size: min(1.4rem, 3.4vw);
    line-height: min(2.2rem, 3.4vw);
    background-color: #0073cb;
    width: 67%;
    max-width: 505px;
    display: block;
    padding: 15px 10px;
    color: white;
    margin: 0 auto;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
body.kit .acd_check {
    display: none;
}
body.kit .acd_content {
    display: none;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
body.kit .acd_check:checked + .acd_label.click_hide {
    display: none;
}
body.kit .acd_check:checked + .acd_label + .acd_content {
    display: initial;
    height: auto;
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width:769px) {
    body.kit .acd_content.acd_sp {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width:768px) {
    body.kit .acd_content.acd_pc {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

/* 下部注文ボタン */
#kit_order {
    display: none;
    position: fixed;
    bottom: 5px;
    left: 5px;
}
#kit_order ul {
    margin: 0;
    padding: 0;
}
@media screen and (min-width:769px) {
    #kit_order sp {
        display: none;
    }
}
@media screen and (max-width:768px) {
    #kit_order pc {
        display: none;
    }
    #kit_order li.order p {
        margin-right: 70px;
    }
    #kit_order li.order p {
        text-align: left;
    }
    #kit_order li.order img {
        width: inherit;
        height: auto;
        max-height: 48px;
    }
    #sns #facebook,
    #sns #twitter,
    #sns #line {
        display: none;
    }
}