@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Shippori Mincho', serif;
    color: black;
}
.red {
    color: red;
}
.blue {
    color: #1a1c85;
}
.flex {
    display: flex;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.mt-3 {
    margin-top: 1rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mw-1000 {
    max-width: 1000px;
}
.base-radius {
    border-radius: 20px;
}
.mb-br {
    display: none;
}
.p-30px {
    padding: 30px;
}
.bg-white {
    background-color: #fff;
}
.mw-1000 {
    max-width: 1000px;
    
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.supplement {
    color: darkgray;
    padding: 3px;
}
.ec-itemNav__title {
    padding: 10px;
}
/*===カテゴリPCブロック===*/
.ec-itemNav__title--custom {
    font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (min-width: 768px) {
    .ec-footerRole .ec-footerRole__inner img.logo {
        width: 150px;
    }
    .ec-headerNav {
        background-color: #F8F8F8;
        padding: 2px 0;
        border-radius: 20px 0 0 20px;
    }
    /*=====既存上書き=====*/
    .ec-cartNavi {
        border-radius: 0 20px 20px 0;
        
    }
    .ec-newItemRole {
        padding: 40px 0;
    }
    .ec-itemNav__nav li a {
        background: transparent;
    }
    .ec-select__time {
        display: block;
    }
    /*=====既存上書きここまで=====*/
    .ec-newItemRole .ec-newItemRole__list {
        justify-content: center;
    }
    .ec-newItemRole .ec-newItemRole__listItem{
        padding: 0px 10px;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
        margin-right: 0px;
    }
    .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
        margin-right: 0px;
    }
    .ec-footerRole .ec-footerRole__inner {
        max-width: 100%;
        padding: 0;
    }
    .ec-newsRole .ec-newsRole__news {
        border-color: #fff;
        background-color: #fff;
    }
    .ec-newsRole .ec-newsRole__newsTitle {
        color: #525263;
    }
}
.category-link {
    padding-top: 30px;
}
/*=====既存上書き=====*/

.ec-layoutRole {
    background: #f1f9ff;
}
.ec-layoutRole .ec-layoutRole__contents,
.ec-role {
    max-width: 100%;
}
.ec-role.news-block {
    max-width: 1000px;
}
.ec-categoryNaviRole{
    padding-bottom: 30px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10;
}
.ec-itemNav__nav li a {
    font-weight: normal;
}
.ec-itemNav__nav li ul li a {
    color: #333233;
    background-color: #fff;
    font-weight: normal;
}
.ec-itemNav__nav > li:hover li:hover > a {
    background-color: #f1fdfe;
}
.ec-productRole {
    margin-top: 40px;
}
.ec-blockBtn--action {
    /*
    background-color: #DE5D50;
    border-color: #DE5D50;
    */
    background-color: #1a1c85;
    border-color: #1a1c85;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
    background-color: #efefef;
}
.ec-productRole .ec-productRole__description {
    color: #000;
}
/*=====hamburger=====*/
.ec-headerNavSP,.ec-drawerRoleClose {
    border-radius: 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    color: #1a1c85;
    background: #fff;
}
/*=====slider=====*/
.slick-slide:focus {
    outline:none;
}
.slick-slide a {
    outline:none;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
/*=====header=====*/
.ec-headerTitle img.logo--header {
    width: 240px;
}
.ec-headerTitle__title {
    display: flex;
    justify-content: center;
}
.ec-headerTitle__title h2 {
    margin: auto 30px;
}
.ec-layoutRole__header {
    background: url(/online-shop/html/user_data/assets/img/common/top-hero.jpeg) center/cover;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
.logo-title {
    height: 50vh;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    padding-bottom: 100px;
}
/*=====エアコン専用フォームへボタンカスタマイズ=====*/
.ec-blockBtn--action.ec-blockBtn--action--aircon {
    cursor: pointer;
    opacity: 1.0;
    -webkit-appearance: inherit;
}
/*=====トップページコンテンツカテゴリ=====*/
.ec-role--custom {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
}
.ec-newItemRole .ec-newItemRole__listItem.ec-newItemRole__listItem--categoryTitle {
    width: 100%;
}
.ec-newItemRole__categoryHeading {
    margin-bottom: 50px;
}
.ec-secHeading--tandem .ec-secHeading__ja.ec-secHeading__ja--custom {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}
.ec-secHeading--tandem .ec-secHeading__en.ec-secHeading__en--custom {
    font-size: 16px;
}
.ec-newItemRole .ec-newItemRole__listItem{
    padding: 0px 10px;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 0px;
}
.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 0px;
}
.ec-newItemRole .ec-newItemRole__listItemTitle,
.price02-default {
    color: black;
}
/*=====カスタムブロック共通=====*/
.custom-block {
    margin-top: 70px;
    padding: 30px;
}
@media only screen and (max-width: 767px) {
    .custom-block {
        padding-right: 10px;
        padding-left:10px;
    }
}
@media only screen and (max-width: 480px) {
    .custom-block {
        padding: 10px;
    }
}
/*=====バナーブロック=====*/
.custom-block.custom-block--banners {
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
    .custom-block.custom-block--banners {
        padding-right: 10px;
    }
}
/*=====上部イントロダクションブロック=====*/
.custom-block--top-intro {
    /*
    background: url(/online-shop/html/user_data/assets/img/common/ligihten-scale.jpg) center/cover;
    */
    background: url(/online-shop/html/user_data/assets/img/common/1046405-background2.jpg) repeat center/contain;
}
.top-intro {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,.4);
}
.top-intro_image {
    width: 50%;
    padding: 30px;
}
.top-intro_sentence {
    padding: 30px;
    color: black;
    font-weight: 500;
}

.top-intro_sentence .sentence-main {
    font-family: 'Shippori Mincho', serif;
    color: black;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
/*=====ご確認ブロック=====*/
.custom-block--confirm {
}
.custom-block--confirm h3 {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    text-align: center;
    padding: 40px 0;
    background-color: white;
}
.check-confirm {
    width: 80%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
/*=====footer=====*/
.ec-footerRole {
    border-top: none;
    background-color: #fff;
    padding-top: 0;
}
.ec-footerNavi {
    margin-bottom: 0;
    padding: 40px 0;
    background-color: #1a1c85;
}
.ec-footerTitle,
.footer-custom {
    width: 50%;
    background-color: #fff;
    padding: 50px 30px 80px;
}
.footer-custom {
}
.ec-footerTitle__logo {
    text-align:right;
}
.ec-footerRole .ec-footerRole__inner img.logo {
    width: 150px;
}
.twitter {
    padding-bottom: 15px;
}
.fa-twitter-square {
    font-size: 20px;
}
.ec-footerTitle__copyright {
    text-align: center;
    padding-bottom: 15px;
}
/*=====カテゴリー商品一覧=====*/
.category-page .item_name {
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding-top: 0;
}
.category-page .price02-default {
    padding-bottom: 5px;
}
.category-page .item_desc {
    padding-bottom: 5px;
}
.ec-blockBtn--action.ec-blockBtn--action--aircon {
    color: #fff;
}
.not-found {
    font-size: 24px;
    padding: 50px 0;
    display: inline-block;
}
/*=====おすすめ商品管理プラグイン=====*/
.recommend {
    padding-top: 50px;
    background-color: #fefaf1;
    border-top: 1px solid #e9e9e7;
    border-bottom: 1px solid #e9e9e7;
}
.recommend-title {
    text-align: center;padding-bottom: 30px;
}
.item_name {
    padding: 10px 0;
    font-family: 'Shippori Mincho', serif;
}
.recommend-slider .slick-dots {
    bottom: 0;
}
/*=====商品詳細ページ=====*/
.detail-customize-sentence {
    color: #d03138;
    font-size: 14px;
}
/*=====工事依頼カテゴリの商品詳細ページなら「本体のみの金額です。別途...」を出さない=====*/
.hasCategory20 .detail-customize-sentence {
    display: none;
    
}
.hasCategory21 form[name="form1"] .ec-productRole__actions {
    display: none;
}
/*=====エアコン工事の商品詳細ページなら規格と数量を見せない=====*/
.hasCategory21 form[name="form1"] .ec-productRole__actions {
    display: none;
}
/*=====注文項目追加プラグイン=====*/
.before-order-customize {
    padding: 10px 3px; background-color: #fff;
}
.before-order-customize__item {
    padding: 3px;
}
.before-order-customize__item__block {
    padding: 10px 0;
    margin-bottom: 10px;
}
.plugin-form label {
    font-weight: normal;
}
/*特商法改正の対応*/
.tradelow-sentence {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
    color: #000;
}
.tradelow-sentence p {
    font-size: 16px;}
/*=====ラジオボタンの回り込みをふせぐ=====*/
/*
.ec-radio .form-check {
    display: flex;
}
.form-check input[type="radio"] {
    width: 5%;
}
*/
@media only screen and (max-width: 830px) {
    .ec-headerRole__title {
        margin: auto;
    }
    .ec-headerTitle__title {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 767px) {
    .ec-newItemRole .ec-newItemRole__listItem {
        width: 50%;
    }
    .ec-footerNavi {
        padding-bottom: 0;
    }
    .top-intro_image {
        display: none;
    }
    .ec-newItemRole .ec-newItemRole__listItem {
        margin-bottom: 1%;
    }
    .recommend .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd){
        padding: 10px;
    }
    .recommend .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 10px;
    }
    .ec-footerNavi {
        padding-top: 0;
    }
}
@media only screen and (max-width: 520px) {
    .custom-block--confirm h3 {
        width: 100%;
    }
    .check-confirm {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .mb-br {
        display: block;
    }
    .ec-headerTitle img.logo--header {
        width: 180px;
    }
    .ec-footerRole .flex {
        flex-direction: column-reverse;
        padding-bottom: 30px;
    }
    .ec-footerTitle,
    .footer-custom {
        width: 100%;
        padding: 20px;
    }
    .ec-footerTitle__logo {
        text-align: center;
    }
}