/*=============================================================
product top
=============================================================*/
.product-title{
    font-size: clamp(28px, calc(28px + 1.5625vw - 12px), 32px);
    font-weight: 400;
    text-align: center;
    padding-bottom: clamp(32px, calc(32px + 3.125vw - 24px), 40px);
}
.box-color--searchbox{
    padding: 18px clamp(11px, calc(11px + 34.7656vw - 267px), 100px);
}
#contents .gsc-control-searchbox-only.gsc-control-searchbox-only-ja{
    width: 100%;
    margin: 0 auto;
}
/* .box-color--searchbox .product-search-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    border: 1px solid #A3BDDC;
    background-color: var(--colorWhite);
    border-radius: 50px;
    overflow: hidden;
}
.box-color--searchbox .product-search-box input[type="text"] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    font-size: 14px;
    outline: none;
}

.box-color--searchbox .product-search-box input::placeholder{color: var(--colorGray01);}

.box-color--searchbox .product-search-box button {
    width: 40px;
    height: 45px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box-color--searchbox .product-search-box button img {
    width: 16px;
    height: 16px;
    display: block;
    pointer-events: none;
} */

/* link-btn--center-- */
.link-btn--center--235{margin-top: 40px;}
.link-btn--center--235 div{
    min-width: 235px;
}

/* product-search-result */
.product-search-result{margin-top: 40px;}
.product-search-result .result-text{
    text-align: center;
    margin-bottom: 72px;
}

/* product-search-result */
.product-search-result .col--clm2--1>figure{text-align: center;}
.product-search-result .col--clm2--1>figure img{width: 90%;}
.product-search-result .box-color-- .name{
    font-size: 20px;
}
.product-search-result .box-color-- .telLink{
    font-size: 20px;
    margin-top: 0!important;
    color: var(--colorBlack);
    text-decoration: none!important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1080px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1079px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print {}