@charset "utf-8";


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


/* 共通 */
body.msk section {
    margin-bottom: 3rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:768px) {
    body.msk section { margin-bottom: 1rem; }
    body.msk h2 img { max-height: 30px; }
    body.msk h3 img { max-height: 20px; }
}

body.msk section p {
    line-height: min(2.2rem, 4.4vw);
}

body.msk section em {
    color: #f80012;
    font-style: normal;
}

body.msk .flex {
    display: flex;
    justify-content: center;
}

body.msk .p25 { width: 25%; }
body.msk .p33 { width: 33.3333%; }
body.msk .p40 { width: 40%; }
body.msk .p50 { width: 50%; }
body.msk .p60 { width: 60%; }
body.msk .p66 { width: 66.6666%; }
body.msk .p75 { width: 75%; }

@media screen and (min-width:769px) {
    body.msk .flex_pc { display: flex; }
    body.msk .p25_pc { width: 25%; }
    body.msk .p40_pc { width: 40%; }
    body.msk .p45_pc { width: 45%; }
    body.msk .p50_pc { width: 50%; }
    body.msk .p55_pc { width: 55%; }
    body.msk .p60_pc { width: 60%; }
    body.msk .p75_pc { width: 75%; }
}

@media screen and (max-width:768px) {
    body.msk .p50_pc p { margin-bottom: 20px; }
}

body.msk .frame {
    margin: 0.5rem;
}

body.msk .inner2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow-x: hidden;
}

body.msk img.button {
    max-width: min(100%, 80vw);
}

/* トップ画像 */
body.msk .top {
    background-size: contain;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* 商品 */
body.msk .product {
    padding-bottom: 0;
}

body.msk .product .title {
    background-color: #e19400;
    max-width: none;
    color: white;
    text-align: center;
}

body.msk .product .title img {
    max-width: 960px;
}

body.msk .product .info {
    color: white;
    font-weight: bold;
    text-align: center;
}

body.msk .product .info p {
    font-size: min(1.1rem, 2.8vw);
    line-height: 2.0rem;
}


/* 選ばれる理由 */
body.msk .reason .success h2 {
    font-size: min(2.2rem, 4.4vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}

body.msk .reason .before_after p.image  {
    margin: 9.5px 0;
}


/* 実績 */
body.msk .install0 {
    background-color: #6c6c6c;
}

/* 取り付け */

/* 取付動画 */
body.msk .movie {
    background-color: #c3c3c3;
    padding-bottom: 2.0rem;
}
body.msk .movie .inner {
    margin: 0 auto;
}
body.msk .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.msk .movie h3 {
    font-size: min(1.8rem, 3.6vw);
    text-align: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 1.5rem;
}

/* 通信 */
body.msk .communication h2.sp img {
    max-height: none;
}

body.msk .communication p.alexa_attention {
    text-align: left;
    margin-left: 250px;
    font-size: min(1.2rem, 2.8vw);
    line-height: min(2.0rem, 4.4vw);
    margin-bottom: 40px;
}
@media screen and (max-width:768px) {
    body.msk .communication p.alexa_attention {
        margin-left: 17vw;
    }
}


/* サポート */
body.msk .support .quality p {
    font-size: min(1.3rem, 2.5vw);
    line-height: min(2.2rem, 4.6vw);
}

body.msk .support .quality .image {
    padding: 0.5rem 0;
}

body.msk .support .quality p img {
    width: 100%;
}

body.msk .support .security .p50 {
    margin: 10px;
}


/* 対応 */
body.msk .compatible section {
    margin-bottom: 1rem;
}

/* 製品内容 */
body.msk .item h2 {
    font-size: min(2.6rem, 10.0vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.msk .item h3 {
    padding: 15px;
    line-height: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
body.msk .item p {
    font-size: min(1.1rem, 3.4vw);
    font-weight: bold;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
body.msk .item .item_image p {
    text-align: left;
}

body.msk .item table {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    font-size: 20px;
    line-height: 1;
}
body.msk .item table tr {
    border-collapse: collapse;
    background-color: #d8d8d8;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 60px;
}
body.msk .item table th {
    border-collapse: collapse;
    background-color: #d8d8d8;
    padding: 10px 40px;
    font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}
body.msk .item table td {
    border-collapse: collapse;
    background-color: #ffffff;
    padding: 10px 40px;
    font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    body.msk .item table {
        font-size: 4vw;
        line-height: 1.2;
    }
    body.msk .item table th {
        display: table-cell;
        padding: 10px 10px;
    }
    body.msk .item table td {
        display: table-cell;
        padding: 10px 10px;
    }
    body.msk .item span.to {
        transform: rotate(-90deg);
        display:inline-block;
        line-height: 1.4;
    }
}


/* 困ったときは */
body.msk .trouble {
    background-color: #d5d5d5;
    margin-bottom: 0;
}

body.msk .trouble .inner {
    overflow-y: hidden;
    margin-bottom: 0;
}

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

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

body.msk .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;
}


/* ボタンアニメーション */
body.msk .btn_order {
    animation-duration:2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-name: plnpln;
}
body.msk .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.msk .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.msk .acd_check {
    display: none;
}
body.msk .acd_content {
    display: none;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
body.msk .acd_check:checked + .acd_label.click_hide {
    display: none;
}
body.msk .acd_check:checked + .acd_label + .acd_content {
    display: initial;
    height: auto;
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width:769px) {
    body.msk .acd_content.acd_sp {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width:768px) {
    body.msk .acd_content.acd_pc {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}


/* ボタンアニメーション */
body.msk .btn_order {
    animation-duration:2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-name: plnpln;
}
body.msk .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.msk .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.msk .acd_check {
    display: none;
}
body.msk .acd_content {
    display: none;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
body.msk .acd_check:checked + .acd_label.click_hide {
    display: none;
}
body.msk .acd_check:checked + .acd_label + .acd_content {
    display: initial;
    height: auto;
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width:769px) {
    body.msk .acd_content.acd_sp {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width:768px) {
    body.msk .acd_content.acd_pc {
        display: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

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