@charset "UTF-8";

/*** リニューアル_2024.10 ***/

/*** 一旦コメントアウトします。必要なものはご連絡ください。 ***/


/*** header Start ***/
/*
.btn-category {
    font-weight: 600;
    border: solid 1px #ccc !important;
    padding: 1.0em 0.5em;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
}
.btn-category img {
    padding-right: 0.5em;
}
.btn-category span {
    position: absolute;
    right: 2.5em;
    top: 1.5em;
}
.dropdown-category {
    position: static !important;
    border: none;
    line-height: 1.8em;
}
.dropdown-category li a {
    font-weight: 600;
    font-size: 0.9em;
}
.header-btn_linkto-top {
    font-size: 1.0em;
    align-items: center;
    justify-content: center;
    padding: 0.75em;
    color: #333;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    margin: 0.25em 1.0em;
    font-weight: 700;  
}
.header-btn_linkto-top:hover {
    background-color: #0073e6;
    color: #fff;
}
    */
/* .header-nav-link-campaign-title {
    font-size: 1.0em;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #333;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    margin: 0.25em 1.0em;
    font-weight: 700;
} */
 /*
.header-nav-link-campaign-title a {
    text-decoration: none;
    color: #333;
}
.header-nav-link-campaign-category {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #333;
}
.header-nav-link-campaign-category p {
    padding: 0.5em;
}
.header-nav-link-campaign-category a {
    text-decoration: none !important;
    color: #333;
}
*/
  
/*** プルダウン（特集コンテンツ） ***/
/*
.card-title {
    font-weight: 700;
    // font-size: 1.15rem !important; 
    color: #000;
    // color: #004d99; 
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; // 行数 
}
.card-text {
    font-weight: normal;
    font-size: 0.875rem !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; // 行数 
}




.campaign-box {
    position: relative;
    margin: 1.0em 0.5em;
}
.campaign-box a {
    text-decoration: none;
    color: #333;
}
.campaign-box a:hover {
    animation: anima-button-kanren 1s;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    opacity: 0.8;
}

.campaing-product-name {
    font-size: 0.875rem !important;
    font-weight: 800;
    line-height: 1.5 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 0.5em;
    margin-bottom: 0 !important;
}
.campaign-label-ureteru {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFC107;
    padding: 5px 8px;
    font-size: 100%;
    color: #000;
    font-weight: 600;
}
.campaign-label-nyuuka {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DC3545;
    padding: 5px 8px;
    font-size: 100%;
    color: #fff;
    font-weight: 600;
}
*/

/*** header End ***/
/*
.footer-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0 20px 0;
    width:100%;
    height: 72px;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
}
.footer-contact-btn:hover {
    background-color: #0073e6;
    color: #fff;
}
.footer-contact-btn-icon {
    position: relative;
    margin-right: 15px;
}
.footer-contact-btn-txt {
    position: relative;
}
.footer-contact-btn-sub {
    font-weight: 500;
    font-size: 0.7em;
    text-align: left;
    padding-left: 0.25em;
}
.footer-maplink {
    color: #fff;
    border-radius: 0;
    width: 100%;
    padding: 0.5em;
    border: 1px solid #fff;
    display: block;
    text-align: center;
}
.footer-maplink:hover {
    opacity: 0.75;
}
*/
