/* カスタマイズ用CSS */
/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none; /* 1150px; */
}

.ec-searchnavRole {
    padding-top: 100px;
}

.ec-mypageRole {
    padding-top: 0px;
    padding-bottom: 60px;
}


.ec-role {
    padding: 100px;
    width: 100%;
}
#page_mypage_login .ec-errorMessage{
    font-size: 14px;
    font-weight: bold;
    color: #DE5D50;
  }


.ec-withdrawRole {
    padding-bottom: 100px;
}

.ec-pageHeader {
    padding-top: 0px;
}

/* CONTACTフォーム */
.ec-contactRole {
    padding-top: 100px;
}

.ec-off4Grid {
    padding-bottom: 100px;
}

/* サイト背景 */
div.ec-layoutRole {
    background: none !important;
}

@media (max-width:767px) {
    #marquee-section{
        overflow-x: hidden;
    }
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: none; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}

/* dateil css */
.ec-productRole {
 padding-top: 150px;   
}

.header-menu__item {
    text-align: center;
}

.ec-layoutRole__mainBottom {
    margin-bottom: 100px;
}
.ec-blockTopBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ec-blockTopBtn .arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    margin-bottom: -2px;
    margin-top: 4px;
}

.ec-blockTopBtn .text {
    font-size: 16px;
    font-weight: bold;
    transform: scale(0.8);
    letter-spacing: 1px;
}

.ec-blockTopBtn:hover {
    background: #000; 
    transform: translateY(-5px); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
}


@media (max-width: 768px) {
    .ec-blockTopBtn {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
    }
    .ec-blockTopBtn .text {
        font-size: 14px;
    }
    .ec-mypageRole {
        padding-bottom: 50px;
    }
}

@media screen and (min-width:768px),
print {
.section__button {
        margin-top: 120px;
    }

.ec-role {
    padding: 0px;
}
}
@media screen and (max-width:767px),
print {
.ec-role {
    padding: 0 20px;
}
}
@media screen and (max-width:575px) {
    .info__link {
        padding-right: 3rem;
    }
}

header .static-nav nav a.current {
  color: #fff!important;
}

.text-primary {
    --bs-text-opacity: 1;
    /* color: rgb(31 41 55 / var(--tw-text-opacity, 1)); */
}
.ec-blockBtn--cancel {
    background-color: #fff;
}
@media (min-width: 768px) {
    #page_news_detail .text-2xl{
        line-height: 1.3 !important;
    }
    #RelatedProduct-product_area .swiper-slide {
        width: 33.3333% !important; 
    }
}
#RelatedProduct-product_area  .swiper-nav-wrapper{
    position: absolute;
}
h6,h5,h4,h3,h2,h1{
    font-weight: 600 !important;
  }

#page_mypage_login .form-check-label{
    margin-left: 0.5rem;
    margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
    #page_mypage_login .form-check{
        margin-bottom: 1em;
    }
}
.product-card .mb-1 span,#product-grid .thumbnails{
    display: none;
}
.ec-drawerRoleClose{
    display: none;
}

.category_active .flex-shrink-0{
    border-color: #000;
    background: #000;
    transform: scale(1.05);
}

.category_active .flex-shrink-0 svg {
    opacity: 1;
    transform: scale(1);
}
  
.category_active .text-gray-600 {
    font-weight: 700;
    color: #000;
}
/* devモードの追加 */
.ec-debugModeAlert {
  background: red;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  z-index: 9999;
  display: flex;
  font-weight: bold;
}
.ec-debugModeAlert > * {
  margin: auto;
}
.ec-debugModeAlert .ec-debugModeAlert__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}
.ec-debugModeAlert + * {
  margin-top: 50px;
}
.ec-twoModeAlert + * {
  margin-top: 100px;
}