@charset "UTF-8";
/*================================================

夏ギフト・お中元特集2026 共通

=================================================*/
/*
 keirou2026-top-kanban
=================================================*/
.keirou2026-top-kanban{
  position: relative;
  height: 400px;
  overflow:hidden;
}

.keirou2026-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.-keirou2026 {
  background-color: transparent;
  filter:drop-shadow(0 0 5px rgba(0,0,0,.3));
}
.ecm-slider.-keirou2026 .ecm-slider-slide:hover{opacity:1!important;}
.ecm-slider.-keirou2026 .ecm-slider-slide img:hover{opacity:.8!important;}

/*
 top_mv_banner_modal
=================================================*/
.scm-modal-trigger.scm-modal-trigger-static.-keirou2026 {
  background: inherit!important;
  font-size: 16px!important;
}
.ecm-modal-content.-keirou2026 {
  border-radius: 8px;
}

/*
-keirou2026-guide-list
=================================================*/
.-keirou2026-guide-list .scm-content-card-guide-header{
  background: #83603A;
}
.-keirou2026-guide-list .scm-content-card-image-ratio-3x1{
  aspect-ratio:468/157;
}
.-keirou2026-guide-list .scm-content-card-triangle{
  border-color: transparent transparent #ff9600 transparent;
}

/*
 article_footer
=================================================*/

.-keirou2026_pagelistttl{
  color:#544b41;
}

.guidelist-keirou2026 .scm-commentary-title{color:#544b41;}
.guidelist-keirou2026 .scm-commentary-text{
  color: #333333;
  line-height: 1.5;
}
.guidelist-keirou2026 .scm-commentary:not(:last-child){
  border-bottom-color: #333333;
}
.guidelist-keirou2026 .ecm-button{
  background-color: #f8f3e0;
  color:#544b41!important;
  border:solid 1px #83603a!important;
}
.guidelist-keirou2026 .ecm-button:hover,
.guidelist-keirou2026 .ecm-button:visited{
  background-color: #f8f3e0;
  color:#544b41!important;
}
.guidelist-keirou2026 .ecm-button i{
  color:#333333!important;
  margin-right: 0!important;
}
.guidelist-keirou2026 .ecm-view-more-button{
  border:none!important;
  color:#333333;
}
.guidelist-keirou2026 .ecm-view-more-button i{
  color:#333333;
}

/*
-keirou2026-beginner-modal
=================================================*/

.keirou-beginner-modal-close {
  right: -14px !important;
  top: 34px !important;
}

/* 2026 keirou slider banner
=================================================*/

.keirou-ad-medama-title {
  position: relative;
  margin-top: 34px;
  color: #544B41;
  text-align: center;
  font-size: 24px;
  font-style: normal;
}

.keirou-ad-medama-title::after {
  position: relative;
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 70px;
  height: 3px;
  border-radius: 2px;
  background-color: #158D75;
}

.keirou-ad-medama-title--first {
  margin-top: 40px;
}

.keirou-slider {
  width: calc(100% + 24px);
  margin-left: -12px;
  padding: 0 12px;
}

.keirou-slider-slide {
  display: flex;
  height: auto;
}

.keirou-ad-medama {
  padding: 12px;
  border-radius: 8px;
  background-color: var(--White, #FFF);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.20);
}

.keirou-slider-prev,
.keirou-slider-next {
  top: 44%;
}

.keirou-ad-medama-more {
  display: flex;
  width: 220px;
  height: 40px;
  padding: 0 14px;
  margin: 16px auto 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #158D75 !important;
  border: 1px solid #158D75;
  background: var(--White, #FFF);
}

.keirou-ad-medama-more:hover {
  color: #158D75 !important;
  text-decoration: none;
}

.keirou-ad-medama-more-text {
  color: #158D75;
  font-size: 13px;
  font-style: normal;
  margin-top: 1px;
  margin-right: 1px;
}

.keirou-ad-medama-border {
  width: 100%;
  height: 1px;
  background: rgba(84, 75, 65, 0.20);
}