@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*�x�X�p*/
/*-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

img, a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

body {
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
    /*background-color: #f49b4d; �H�~�J���[ */
    background-color: #d1f0ff;
}

a{
	color:#222222;
    text-decoration: none;
}

#aircon .no,
#aircon .pc_none{
    display: none !important;
}

/* ��������ǉ�
================================ */
/*-----------------------------------------------*/
/*�x�[�X*/
/*-----------------------------------------------*/
#aircon{
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	color:#222;
    /*background-color: #fffcf6; �H�~�J���[ */
    background-color: #f8fdff;
}

#aircon img{
    width: 100%
}
#aircon a{
    display: block;
    position: relative;
}  
#aircon a:hover{
    opacity: 0.8;
    color:#9c9c9c !important;
} 
#aircon h2,
#aircon h3,#aircon h4,#aircon h5,#aircon h6,#aircon ul,#aircon ol,#aircon dl,#aircon li,#aircon dt,#aircon dd,#aircon p,#aircon div,#aircon span,#aircon img,#aircon a,#aircon table,#aircon tr,#aircon th,#aircon td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
}

#aircon header,
#aircon footer,
#aircon nav,
#aircon section,
#aircon article,
#aircon main,
#aircon aside,
#aircon figure,
#aircon figcaption {
    display: block;
}

.menu-box,
.shop_base .content > .test_list{
    display:none;
}

.menu-box.current,
.menu-box.current .test_list.current{
    display:block;
}

.shop_base .content > ul > li a:hover img {
    transform: initial;
}
.shop_base .tab-container > li.tab span {
    /* background: #a35230; �H�~�J���[ */
    background: #555;
    margin: 0 6px;
    padding: 0 7px;
    color: #fff;
}

.shop_base .content > ul > li a:hover {
    opacity: 0.8;
}

/* ==================================================
�Ŕ�
================================================== */
#aircon .title {
width: 1200px;
margin: 0 auto;
}


/* ==================================================
�����V���b�v�T�[�r�X
================================================== */
#aircon .service {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    }

#aircon .service_bn {
    width: 100%;
    margin: 20px auto 0;
    }


/* ==================================================
�N�[�|��
================================================== */
#aircon .coupon {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    }

#aircon .coupon h2 {
    font-size: 40px;
    text-align: center;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    padding: 2% 0 0 0;
    margin: 0 auto;
    /* border-bottom: dotted 3px #a35230; �H�~�J���[ */
    border-bottom: dotted 3px #2c427e;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

#aircon .coupon ul {
    margin: 0 auto 0 auto;
}

#aircon .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    gap: 11px 1%;
}

#aircon .coupon ul.col_2 > li {
    width: calc(calc(100% - 1%) / 2);
}

#aircon .coupon ul li a {
    transition: 0.2s;
}


/* ==================================================
�i�r�Q�[�V����
================================================== */
#aircon .nav_fadein {
    opacity: 0;
}
#aircon .nav_fadein.is-animated {
    animation: nav_fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 normal forwards;
}
@keyframes nav_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#aircon .navi {
    margin: 0 auto 4% auto;
    max-width: 900px;
    margin: 22px auto 4% auto;
    
}

#aircon .navi ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    /* grid-template-columns: repeat(4, 1fr); ���[�J�[����I�Ԃ��������ꍇ */
    gap: 10px;
    margin: 20px auto;
}

#aircon .navi ul li a{
    display: flex;
    padding: 14px 0 32px 0;
    color: #fff;
    position: relative;
    font-size: 19px;
    /* background: #a35230; �H�~�J���[ */
    background: #555;
    height: 86px;
    justify-content: center;
    align-items: center;
}

#aircon .navi ul li{
    text-align: center;
    margin: 0 0.5% 0 0;
    box-sizing: border-box;
}

#aircon .navi ul li a:hover{
    color:#fff !important;
    /*background: #d1a66d; �H�~�J���[ */
    background: #2b6f96;
}

#aircon .navi ul li:nth-child(4n){margin-right:0;}

#aircon .navi ul li a:after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom:2%;
    right:0;
    left:0;
    color: #fff;
    transition: all 0.3s;
}


#aircon .navi ul a:hover:after{
    color:#fff;
    bottom:-2%;
}

/* ���t�g�i�r*/
#aircon  .nav_fixed {
    /*display: none!important;*/
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 200;
    background-color: #ffffffd6;
}

#aircon  .nav_fixed ul {
    width: 200px;
    display: flex;
    flex-direction: column;
}

#aircon  .nav_fixed ul li {
    border-top: dotted 1px #ccc;
}

#aircon  .nav_fixed ul li.osusume {
    border-top: dotted 1px #ccc;
    background-color: #fff7d4;
}

#aircon  .nav_fixed ul li:last-child {
    border-bottom: dotted 1px #ccc;   
}

#aircon  .nav_fixed ul li a {
    position: relative;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 25px 0;
    transition: all 0.3s;
    height: 75px;
    justify-content: center;
    align-items: center;
}

#aircon  .nav_fixed ul li a img {
    display: none;
}

#aircon  .nav_fixed ul li a:hover {
    background-color: #e6edf629;
    color: #a35230 !important;
}


/*===========================
    �t�B���^�[�@�\
===========================*/
/*�{�^��*/
#aircon .filter_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

#aircon .filter_btn li{        
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    color: gray;
    background-color: #eee;
    border: 1px solid #dcdcdc;
    transition: all .2s ease;
    margin: 7px 3px;
}

#aircon .filter_btn li:hover{
    background-color: #fff;
    /* border: 1px solid #a35230;
    color: #a35230; �H�~�J���[ */
    border: 1px solid #555;
    color: #555;
}

#aircon #filterBtnList.filter_btn li{
    width: calc(94%/8);
}

#aircon #filterBtnList2.filter_btn li{
    width: calc(95%/2);
}

#aircon .filter_btn li.current{
    /* background: #a35230;
    border: 1px solid #a35230; �H�~�J���[ */
    background: #555;
    border: 1px solid #555;
    color: #fff;
}


/*-----------------------------------------------*/
/*���i�v��*/
/*-----------------------------------------------*/
#aircon div.value {
    font-size: 20px;
    color: #464646;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;

}

#aircon .price-tax-txt{/*�ō��폜*/
    display: none;
}

/*1�J����*/
#aircon ul.col_1 li dl>div dd.price {
    display: block;
    /* margin-left: 20px; */
}


/*===================================
    ��������I��
===================================*/

#aircon .jyosu{
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 2%;
}

#aircon .jyosu h1{
    font-size: 32px;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

#aircon .jyosu_btn ul{
    display: flex;
    margin: 15px 10px;
}

#aircon .jyosu_btn ul li{        
    position: relative;
    margin: auto 3px auto 3px;
    width: 100%;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0 10px 0;
}

#aircon .jyosu_btn ul li:nth-child(2){background-color:rgb(222 133 129);}

#aircon .jyosu_btn ul li a{
    font-size: 16px;
    color:#fff;
}

#aircon #filterBtnList.jyosu_btn li{
    width: calc(94%/8);
}

#aircon #filterBtnList2.jyosu_btn li{
    width: calc(95%/2);
}

#aircon .jyosu li.current{
    /* background: #a35230; �H�~�J���[ */
    background: #555;
    color: #fff;
}

#aircon .jyosu_btn ul li a::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 8%;
    color: #fff;
    transition: all 0.3s;
}

#aircon .jyosu_btn ul :hover{
    opacity: 0.6;
    color:#fff !important;
    transition: all 0.3s;
} 

#aircon .jyosu .cate {
    width: 700px;
    margin: 3% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    /* background-color: #a35230; �H�~�J���[ */
    background-color: #2c427e;
    transition: 0.2s;
}
#aircon .jyosu .cate::after {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

/*===========================
���i���e
===========================*/
#aircon .test_list{
    text-align: center;
    margin-top: 10px;
}

#aircon .test_list > li{
    display: inline-block;
    width: calc(94%/2);
    text-align: center;
    padding: 6px;
    color: #858585;
    margin: 0 8px 10px 0;
    vertical-align: top;
    background-color: #fff;
}


/* ==================================================
�T�[�L�����[�^�[
================================================== */

#aircon .circulator{
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}

#aircon .circulator .circulatoritem {
    margin: 0 auto;
    padding: 20px;

}

#aircon .circulator .circulatoritem h1 {
    font-size: 32px;
    font-weight: 900;
    color: #a35230;
    text-align: center;
    /* margin-bottom: 15px; */
    padding-top: 20px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

#aircon .circulator .circulatoritem h2 {
    display: block;
    padding: 35px 0 0px;
    font-size: 25px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 8px;
    /* margin-top: 33px; */
    line-height: 2;
    text-align: center;
}

/*�X���C�_�[����==========*/
#aircon .circulator .circulatoritem .swiper {
    margin: 0 auto 0 auto;
    padding: 10px 20px;
}

/* #aircon .circulator .circulatoritem .swiper li {
    border: solid 1px #e0e0e0;
} */


/*���*/
#aircon .circulator .swiper-button-prev,
#aircon .circulator .swiper-button-next{
    top:40% !important;
}

#aircon .circulator .swiper-button-prev:after,
#aircon .circulator .swiper-button-next:after {
    color: #000;
    font-size: 25px;
}

#aircon .circulator .circulatoritem .swiper .ranking-icon {
    width: 25%;
    margin: 0 auto 2% auto;
}

#aircon .circulator .cate {
    width: 700px;
    margin: 3% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #a35230;
    transition: 0.2s;
}

#aircon .circulator .cate::after {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

/* ==================================================
�|�[�^�u���N�[���[
================================================== */

#aircon .portable_cooler{
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}

#aircon .portable_cooler .portable_cooleritem {
    margin: 0 auto;
    padding: 20px;

}

#aircon .portable_cooler .portable_cooleritem h1 {
    font-size: 32px;
    font-weight: 900;
    color: #a35230;
    text-align: center;
    /* margin-bottom: 15px; */
    padding-top: 20px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

#aircon .portable_cooler .portable_cooleritem h2 {
    display: block;
    padding: 35px 0 0px;
    font-size: 25px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 8px;
    /* margin-top: 33px; */
    line-height: 2;
    text-align: center;
}

#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] {
    text-align: center;
    margin-bottom: 2%;
    display: flex;
}

/*1�J����*/
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li{
    width: 100%;
    margin: 0;
}

#aircon .portable_cooler .portable_cooleritem .col_1 > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    /* padding: 0 0 17px 0px; */
}

#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl{
    display: flex;
    align-items: center;
}
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl dt{
    max-width: 480px;
}
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl div{
    margin: 0 auto;
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
    /* padding: 0 0 17px 0px; */
    flex-direction: column;
}

/*���w���͂�����*/   
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li dd.bt{
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    width: 80%;
    margin: 0px auto 3px auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 15px;
    position: relative;
    color: #fff;
    transition: all 0.3s;
}
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li a:hover dd.bt{
    background: #a19a9a;
    color:#fff;
    box-shadow: none;
    top:0;
} 
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li dd.bt::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:24%;
    right:5%;
    color: #fff;
    transition: all 0.3s;
}
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li a:hover dd.bt::after{
    color:#fff;
    right:3%;
}

#aircon .portable_cooler .cate {
    width: 700px;
    margin: 3% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    /* background-color: #a35230; �H�~�J���[ */
    background-color: #2c427e;
    transition: 0.2s;
}

#aircon .portable_cooler .cate::after {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

#aircon .portable_cooler div.prices span {
    font-size: 27px;
    color: #464646;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}


/*===========================
    ���i
===========================*/
#aircon  .price_01 {
    text-align: center;
    margin: 6px 0;
    position: relative;
    font-size: 22px;
    color: #464646;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}

#aircon  .price_01::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 53%;
    right: 31%;
    border-top: solid 1px #676767;
    border-right: solid 1px #676767;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: all 0.3s;
}

#aircon  a:hover .price_01::after {
    right: 29%;
}

#aircon  .price_01 li.price {
    font-size:25px;
    color:#515358 !important;
}

#aircon li.motoprice,
#aircon li.intax,
#aircon span.spesicalprice {
	display: none;
}


/* ==================================================
���N�ՃG�A�R���ǉ�
================================================== */

#aircon h4{
    font-size: 42px;
    padding: 0px 0 10px 0;
    color: #99884d;
    margin: 0;
    position: relative;
    line-height: 1em;
    text-align: center;
}

#aircon h4 span{
    display: block;
    font-size: 22px;
    margin-top: -13px;
}

#aircon h4 .txt_point{
    display: inline-block;
    font-size: 40px;
    color: #cc0001;
}

#aircon h4 .txt_point span{
    font-size: 48px;
    display: inline-block;
    font-family: 'Lato';
    margin: 0;
}

/*����*/
#aircon .item_lineup  {
    margin:0 auto 0 auto;
}

/*�������ߗp�w�i*/
#aircon .osusume_bg{
    background:#f8e3df;
    padding:1% 2% 0.1% 2%;
    margin-top:3%;
}

/*���̑��p�w�i*/
#aircon .sonota_bg{
    background:#f2f3d5;
    padding:1% 2% 1% 2%;
    margin-top: 0;
    margin-bottom: 2%;
}

#aircon .item_lineup ul[class^="col_"] {
    text-align: center;
    margin-bottom:2%;
    display: flex;
}

#aircon .item_lineup ul[class^="col_"]  > li a{
    display: block;
    /* padding:8px; */
}

#aircon .item_lineup ul[class^="col_"] > li{
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 0;
}

/*���i��*/
#aircon .item_lineup ul[class^="col_"] > li dd.txt{
    font-size:19px;
    margin:10px 0;
    line-height: 1.3em;
    color: #020202;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;    
}

/*���i�� �G�A�R���H�����݃A�C�R��*/
#aircon .item_lineup ul[class^="col_"] > li dl dd.price .price_icon {
    display: flex;
    color: #ffffff;
    line-height: 1.3em;
    width: auto;
    margin: 0 2% 0 2%;
    background: #d73930;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    height: 75px;
}


/*�A�C�R��*/
#aircon .item_lineup ul[class^="col_"] > li dd.icon ul > li{
    display: inline-block;
    color: #cc0001;
    font-size: 15px;
    padding:  3px 8px 4px 8px;
    width: auto;
    margin: 0 0 3px 0;
    background: #faffb1;
    border: 1px solid;
    line-height: 1.3em;
}

#aircon .item_lineup ul[class^="col_"] > li dd.icon ul > li span{
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 800;
}

#aircon .item_lineup ul[class^="col_"]  > li:hover{
    opacity: 0.9;
}

/*�A�C�R������*/
#aircon .item_lineup ul[class^="col_"] > li .no{
    height:31px;
    
}

/*1�J����*/
#aircon .item_lineup ul.col_1 > li{
    width: 100%;
    margin: 0;
}

#aircon .item_lineup ul.col_1 > li a dl{
    display: flex;
    align-items: center;
}
#aircon .item_lineup ul.col_1 > li a dl dt{
    max-width: 480px;
}
#aircon .item_lineup ul.col_1 > li a dl div{
    /* width: 43%; */
    width: 52%;
}

/*2�J����*/
#aircon .item_lineup ul.col_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


/*�|�C���g*/ 
#aircon .item_lineup ul.col_1 > li .point{
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}



/*=================================
        �{�H�����Ώۏ��i
================================-*/

/*�w�i*/
#aircon .zoro{
    max-width: 900px;
    background: #ff5114;
    padding: 1% 2% 1% 2%;
    margin-top: 0;
}

#aircon .zoro ul[class^="col_"] li{
    padding: 15px;
}

/******** �T�C�Y�E���i �{�^�� *********/
#aircon .zoro ul[class^="col_"] dl dd.size, #aircon .zoro .test_list dl dd.size {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0 auto;
}

#aircon .zoro div.prices span {
    font-size: 27px;
    color: #cc0304;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}

/*title*/
#aircon h5{
    font-size: 28px;
    padding: 10px 0 10px 0;
    color: #e23d3b;
    margin: 0;
    position: relative;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#aircon h5 > span{
    display: block;
    font-size: 22px;
    margin-top: -13px;
}

#aircon h5 > .pickup_point{
    display: inline-block;
    font-size: 40px;
    color: #fffc4c;
    background-color: #ed7483;
    margin: 10px 5px;
    padding: 0 10px 0 15px;
}

#aircon h5 > .txt_point{
    display: inline-block;
    font-size: 40px;
    color: #fffc4c;
}

#aircon h5 > .txt_point span{
    font-size: 48px;
    display: inline-block;
    font-family: 'Lato';
    margin: 0;
}


/*=================================
    �P�i�E�H����݃{�^�� 
================================-*/

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul{
    display: flex;
    margin: 15px 10px;
}

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li{
    position: relative;
    margin: auto 3px auto 3px;
    width: 100%;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    text-align: center;
    border-radius: 5px;
}

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li:nth-child(2){background-color:rgb(222 133 129);}


#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li a{
    font-size: 16px;
    color:#fff;
}

#aircon .item_lineup ul[class^="col_"] > li a:hover dd.bt{
    background: #000;
    color:#fff;
    box-shadow: none;
    top:0;
} 

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li a::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    /* bottom:24%; */
    right:5%;
    color: #fff;
    transition: all 0.3s;
    right:3%;
}

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul :hover{
    opacity: 0.6;
    color:#fff !important;
    transition: all 0.3s;
} 

.shop_base .tab-container {
    border-bottom: 0px solid #222;
}

#aircon  #section02{
    background-color: #f5f8fb;
}

.shop_base .menu-container > .menu-box.current {
    border: 0px;
}

.shop_base .menu-box {
    padding: 0px 20px 20px;
}

.shop_base #itemzone {
    margin: 20px auto 0;
}


/*=================================
        �V���[�Y����I��
================================-*/

#aircon .series{
    max-width: 900px;
    margin: 0 auto;
    padding-top: 20px;	
    /*background-color: #f9f1e3; �H�~�J���[ */
    background-color: #ecf9ff;
}

#aircon .itawariplus, #aircon .itawari, #aircon .wifi,#aircon .voice, #aircon .flter, #aircon .standard {
    /*background-color: #f9f1e3; �H�~�J���[ */
    background-color: #ecf9ff;
    padding: 20px;
}

#aircon .series h1{
    font-size: 32px;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

#aircon .series .nav_fadein {
    opacity: 0;
}

#aircon .series .nav_fadein.is-animated {
    animation: nav_fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 normal forwards;
}
@keyframes nav_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#aircon .series .navi {
    margin: 0 auto 4% auto;
    max-width: 900px;
    padding: 0 20px;
}

#aircon .series .navi ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px auto;
}

#aircon .series .navi ul li a{
    display: block;
    padding: 14px 0 32px 0;
    color: #a35230;
    position: relative;
    font-size: 19px;
    background: #fff;
    border: solid 1px #a35230;
    
}

#aircon .series .navi ul li{
    text-align: center;
    margin: 0 0.5% 0 0;
    box-sizing: border-box;
}

#aircon .series .navi ul li a:hover{
    color:#fff !important;
    background: #d1a66d;
}

#aircon .series .navi ul li:nth-child(4n){margin-right:0;}


#aircon .series .navi ul li a:after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom:2%;
    right:0;
    left:0;
    color: #a35230;
    transition: all 0.3s;
    margin: 0 auto;
}

#aircon .series .navi ul a:hover:after{
    color:#fff;
    bottom:-2%;
}

#aircon .series h2 {
    display: block;
    padding: 35px 0 0px;
    font-size: 25px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 8px;
    line-height: 2;
    text-align: center;
}

/******** 1�E2�J���� flex ********/
#aircon .series .col_1 li dl>div, #aircon .series .col_2 li dl>div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    /* padding: 0 0 17px 0px; */
}


#aircon .test_list li dl>div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    padding: 0 0 17px 0px;
}

/******** �A�C�R�� ********/
#aircon .series ul[class^="col_"] dl dd.icon ul>li {
    display: inline-block;
    color: #76aec2;
    font-size: 13px;
    padding: 1px 8px 2px 8px;
    width: auto;
    margin: 0 0 3px 0;
    background: #fff;
    border: 1px solid;
}

#aircon .series .col_1 dl dd.icon {
    /*1�J����*/
    margin-left: 15px;
}


/******** ���i�� ********/
#aircon ul[class^="col_"] li dd.txt {
    font-size: 18px;
    margin: 15px 0;
    color: #706a56;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#aircon ul[class^="col_"] li dd.txt.kouji {
    font-size: 23px;
    font-weight: 600;
    margin: 10px auto;
    /* color: #cb1d15; �H�~�J���[ */
    color: #be3a47;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#aircon ul[class^="col_"] li dd.txt.tan {
    font-size: 23px;
    font-weight: 600;
    margin: 10px auto;
    /* color: #c98244; �H�~�J���[*/
    color: #4c66b4;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    }

/******** �T�C�Y�E���i �{�^�� *********/
#aircon ul[class^="col_"] dl dd.size, #aircon .test_list dl dd.size {
    display: block;
    position: relative;
    padding: 5px;
}

/*1�J����*/
#aircon .col_1 dl dd.size {
    margin: 0;
    width: 20% !important;
}

/*2�J����*/
#aircon .col_2 dl dd.size, #aircon .test_list dl dd.size {
    width: calc(100% / 2);
}

/******** �T�C�Y�� ********/
#aircon ul[class^="col_"] dl dd.size p, 
#aircon .test_list dl dd.size p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 3px 0;
}

#aircon ul[class^="col_"] dl dd.size p.kouji, 
#aircon .test_list dl dd.size p.kouji {
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    padding: 3px;
}

/******** �T�C�Y��  hover *********/
#aircon ul[class^="col_"] dl dd.size a:hover p, 
#aircon .test_list dl dd.size a:hover p {
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    padding: 3px;
}

#aircon ul[class^="col_"] dl dd.size a:hover p.kouji, 
#aircon .test_list dl dd.size a:hover p.kouji {
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    padding: 3px;
}

/******** ��� *********/
/* #aircon ul[class^="col_"] dl dd.size::after, 
#aircon .test_list dl dd.size::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 11%;
    right: 1%;
    color: #9b9b9b;
    transition: all 0.3s;
} */


/******** ��� hover *********/
#aircon ul[class^="col_"] dl dd.size:hover::after, 
#aircon .test_list dl dd.size:hover::after {
    right: -1%;
    color: #9b9b9b;
}

/*dl��a�^�O�����Ă�ꍇ*/
#aircon ul[class^="col_"] a:hover dl dd.size::after, 
#aircon .test_list a:hover dl dd.size::after {
    right: 1%;
    color: #ffffff;
}




/*=================================
    2026.5.7�ǉ�  ���̂����ɒm�肽���d�v�Ȃ��m�点
================================-*/
#aircon .air2027 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto 4% auto;
}
#aircon .air2027 h2 {
    font-size: 32px;
    font-weight: 900;
    color: #2c427e;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}

/* �A�R�[�f�B�I���p */
#aircon #text_btn  {
    display: block;
    position: relative;
    margin: 10px auto;
    width: 40%;
}
#aircon #text_btn .open_btn {
    text-align: center;
    font-size: 1rem;
    color: #555;
    background-color: #fff;
    border: solid 1px #555;
    padding: 8px;
    border-radius: 7px;
    margin: 0 0 2rem;
    cursor: pointer;
}
#aircon #text_btn .open_btn:hover {
    color: #fff;
    background-color: #555;
    border: solid 1px #555;
}
#aircon .event_col {
    height: 320px;
    max-width: 750px;
    margin: 2% auto 0;
    position: relative;
    z-index: -1;
}
#aircon .event_col li {
    position: relative;
}
#aircon .event_col li::before {
    position: absolute;
    content: "" ;
    background: linear-gradient(rgba(255,255,255,0) 19%, #fff 30%, #fff 100%);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#aircon .event_col.command_open  {
    height: auto !important;
}
#aircon .event_col.command_open li::before {
    display: none;
}
#aircon .open_btn {
    display: none;
}
#aircon .open_btn.show {
    display: block;
}
@keyframes fadein_anime{
    0% { opacity: 0; }
    100% { opacity: 1; }
}



/*=================================
    2026.5.7�ǉ�  ���[�J�[����I��
================================-*/

#aircon .manufacturer {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 4% auto;
    background-color: #fff;
    padding-bottom: 2%;
}
#aircon .manufacturer h1 {
    font-size: 32px;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}
#aircon .manufacturer ul {
    position: relative;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 2% auto 4%;
}
#aircon .manufacturer ul li {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
#aircon .manufacturer ul li a {
    border: 1px solid #222222;
    color: #222;
    border-radius: 5px;
    padding: 7px 1px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 37px;
    position: relative;
}
#aircon .manufacturer ul li a img {
    width: 75%;
    height: auto;
}
#aircon .manufacturer ul li a::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 43%;
    right: 7%;
    border-top: solid 2px #222222;
    border-right: solid 2px #222222;
    transform: rotate(45deg);
    transition: 0.2s;
}



/*=================================
    2026.5.7�ǉ�  �������ߐ�@
================================-*/

#aircon .electric_fan {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}
#aircon .electric_fan .electric_fanitem {
    margin: 0 auto;
    padding: 20px;
}

#aircon .electric_fan .electric_fanitem ul[class^="col_"] {
    text-align: center;
    margin-bottom: 2%;
    display: flex;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li {
    width: 100%;
    margin: 0;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl {
    display: flex;
    align-items: center;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl dt {
    max-width: 480px;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl div {
    margin: 0 auto;
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
    /* padding: 0 0 17px 0px; */
    flex-direction: column;
}
#aircon .electric_fan .electric_fanitem ul[class^="col_"] > li dd.bt {
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    width: 80%;
    margin: 0px auto 3px auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 15px;
    position: relative;
    color: #fff;
    transition: all 0.3s;
}
#aircon .electric_fan .electric_fanitem ul[class^="col_"] > li dd.bt::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 24%;
    right: 5%;
    color: #fff;
    transition: all 0.3s;
}

#aircon .electric_fan .cate {
    width: 700px;
    margin: 3% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #2c427e;
    transition: 0.2s;
}
#aircon .electric_fan .cate::after {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

/*=================================
    �t�b�^�[
================================-*/

#aircon .footer {
    font-size: 15px;
    padding: 0;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    color: #263640;
}

#aircon .footer a {
    color: #263640;
    display: inline-block;
}

#aircon .footer a:hover {
    opacity: 0.8;
}
