@charset "UTF-8";
/*================================================

夏ギフト・お中元特集2026 共通

=================================================*/
/*
 ochugen2026-top-kanban
=================================================*/
.ochugen2026-top-kanban{
  position: relative;
  height: 400px;
  overflow:hidden;
}

.ochugen2026-top-kanban .scm-kanban-image{
  flex-shrink: 0;
    max-width: 1920px;
    width: 1920px;
    overflow: hidden;
}
.kanban_bg{
  position: relative;
  overflow: hidden;
  margin-bottom: -70px;
}
.scm-kanban-view .imgwrap{
  /* position: relative; */
}
.scm-kanban-view .imgwrap > img{
  position: absolute;
  display: block;
  /* width:100%; */
  height: auto;
  top: 0;
  right: calc(50% - 480px);
  animation: image-switch-animation 8s 0s infinite;
  opacity: 0;
}
.scm-kanban-view .imgwrap > .img._01{
  height: 369px;
  animation-delay: 0s;
}
.scm-kanban-view .imgwrap > .img._02{
  height: 371px;
  animation-delay: 4s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.h1__image {
  height: 0;
  overflow: hidden;
}

/*
 top_mv_banner
=================================================*/
.ecm-slider.-ochugen2026 {
  background-color: transparent;
  filter:drop-shadow(0 0 5px rgba(0,0,0,.3));
}
.ecm-slider.-ochugen2026 .ecm-slider-slide:hover{opacity:1!important;}
.ecm-slider.-ochugen2026 .ecm-slider-slide img:hover{opacity:.8!important;}

/*
 top_mv_banner_modal
=================================================*/
.scm-modal-trigger.scm-modal-trigger-static.-ochugen2026 {
  background: inherit!important;
  font-size: 16px!important;
}
.ecm-modal-content.-ochugen2026 {
  border-radius: 8px;
}

/*
-ochugen2026-guide-list
=================================================*/
.-ochugen2026-guide-list .scm-content-card-guide-header{
  background: #43a398;
}
.-ochugen2026-guide-list .scm-content-card-image-ratio-3x1{
  aspect-ratio:468/157;
}
.-ochugen2026-guide-list .scm-content-card-triangle{
  border-color: transparent transparent #ff9600 transparent;
}

/*
 article_footer
=================================================*/

.-ochugen2026_pagelistttl{
  color:#357e97;
}

.guidelist-ochugen2026 .scm-commentary-title{color:#3e95a2;}
.guidelist-ochugen2026 .scm-commentary-text{
  color: #333333;
  line-height: 1.5;
}
.guidelist-ochugen2026 .scm-commentary:not(:last-child){
  border-bottom-color: #333333;
}
.guidelist-ochugen2026 .ecm-button{
  background-color: #ffffff;
  color:#333!important;
  border:solid 1px #999999!important;
}
.guidelist-ochugen2026 .ecm-button:hover,
.guidelist-ochugen2026 .ecm-button:visited{
  background-color: #ffffff;
  color:#333!important;
}
.guidelist-ochugen2026 .ecm-button i{
  color:#333333!important;
  margin-right: 0!important;
}
.guidelist-ochugen2026 .ecm-view-more-button{
  border:none!important;
  color:#333333;
}
.guidelist-ochugen2026 .ecm-view-more-button i{
  color:#333333;
}