@charset "utf-8";


/* 背景 */
body.asw {
    background-color: #ffffff;
}


/* 共通 */
@media screen and (min-width:769px) {
    .sp {
        display: none!important;
    }
}
@media screen and (max-width:768px) {
    .pc {
        display: none!important;
    }
}
body.asw section {
    margin-bottom: 3rem;
    font-weight: bold;
    text-align: center;
}

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

body.asw section p {
    font-size:   min(1.4rem, 2.8vw);
    line-height: min(2.2rem, 4.4vw);
    word-break: keep-all;
    word-wrap: break-word;
}
body.asw section p.break {
    word-break: break-all;
}
body.asw section p.nobreak {
    word-break: keep-all;
    display: inline-block;
}

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

body.asw .flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

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

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

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

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

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

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

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


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

/* 商品 */
body.asw .product {
    padding-bottom: 0;
    background-color: #ffffff;
}
body.asw .product .info {
    color: white;
    font-weight: bold;
    text-align: center;
}

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


/* 取り付け */
body.asw .install {
    background-color: #ffffff;
}

body.asw .install p.attention {
    line-height: 1.4;
    font-size: min(20px, 2.6vw);
    color: #444444;
}
body.asw .install p.attention span {
    text-decoration:underline;
}
body.asw .install p a {
    color: #2846ff;
    text-decoration: underline;
}
body.asw .install div.warn {
    border: 3px solid #ff3434;
    padding: 20px;
    text-align: left;
}
body.asw .install div.warn p {
    color: #ff3434;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left:1em;
    text-indent:-1em;
}
@media screen and (max-width:768px) {
    body.asw .install div.warn p {
        font-size: 2.66vw;
    }
}

/* 取り付け動画 */
body.asw .movie {
    background-color: #c3c3c3;
    padding: 1rem;
}
body.asw .movie iframe {
    width: 520px;
    height: 294px;
}
@media screen and (max-width:768px) {
    body.asw .movie iframe {
        width: 90vw;
        height: 50.88vw;
    }
}

/* 選ばれる理由 */
body.asw .reason .title {
    background-color: #000000;
    max-width: none;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

body.asw .reason .title img {
    max-width: 960px;
}


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

body.asw .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.asw .communication p.alexa_attention {
        margin-left: 7.5vw;
        margin-bottom: 20px;
    }
}

/* 問合せボタン */
body.asw .wrap_contact {
    background-color: #333333;
}
body.asw .contact {
    background-color: initial;
    position: relative;
}
@media screen and (min-width:769px) {
    body.asw .contact .button {
        position: absolute;
        top: 46%;
        left: 27%;
    }
    body.asw .contact .button img {
        width: 46.666vw;
        max-width: 450px;
    }
}
@media screen and (max-width:768px) {
    body.asw .contact .button {
        position: absolute;
        top: 18vw;
        left: 5vw;
    }
    body.asw .contact .button img {
        width: 60vw;
    }
}


/* 製品内容 */
body.asw .item h2 {
    font-size: min(2.6rem, 10.0vw);
    margin-block-start: 0;
    margin-block-end: 1.0rem;
}
body.asw .item h3 {
    background-color: #484848;
    padding: 15px;
    line-height: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
body.asw .item p {
    font-size: min(1.0rem, 3.4vw);
    font-weight: bold;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
body.asw .item p.text {
    text-align: left;
}
body.asw .item .price,
body.asw .item .price em {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #ff4242;
    line-height: 1.0;
}
body.asw .item table {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    font-size: 20px;
    width: 100%;
}
body.asw .item table tr {
    border-collapse: collapse;
    background-color: #d8d8d8;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 60px;
}
body.asw .item table th {
    border-collapse: collapse;
    background-color: #d8d8d8;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}
body.asw .item table td {
    border-collapse: collapse;
    background-color: #ffffff;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    body.asw .item p.image {
        text-align: center;
    }
    body.asw .item table,
    body.asw .item .price_with_tax.small em {
        font-size: 4vw;
    }
    body.asw .item table th {
        display: table-cell;
    }
    body.asw .item table td {
        display: table-cell;
    }
}
body.asw .item .link p {
    text-align: center;
}
body.asw .item section.attention {
    background-color: #d10000;
    margin: 25px auto 0;
    max-width: 830px;
    color: #ffffff;
    padding: 1rem;
}
body.asw .item section.attention p {
    font-size: min(1.5rem, 5.0vw);
    font-weight: bold;
    line-height: 1.8;
}
body.asw .item section.attention .text {
    text-align: left;
    font-weight: normal;
}

/* 技適 */
body.asw .tsc {
    margin-bottom: 0;
}
body.asw .tsc .inner {
    margin-bottom: 0;
}
body.asw .tsc .wrap_contact {
    background-color: #333333;
    margin-bottom: 0;
}
body.asw .tsc p {
    color: #ffffff;
    font-size: min(1.0rem, 3.4vw);
    font-weight: bold;
    line-height: 1.8;
    padding: 0;
    margin: 5px;
    margin-bottom: 10px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (max-width:768px) {
    body.asw .tsc .flex_pc {
        display: flex;
        flex-direction: column;
    }
    body.asw .tsc .p45_pc {
        order: 1;
    }
    body.asw .tsc .p55_pc {
        order: 0;
    }
}

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

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

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


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

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