@charset "utf-8";
/* CSS Document */
* {
  min-height: 0vw;
}
/* ==============================================
  チラつき防止用ユーティリティクラス
   ============================================== */

.js-waiting {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease; /* JSでクラスを外した時にフワッと出す */
}
/*===============================================
●共通
===============================================*/
/* prettier-ignore */
#kotterichuka_2601 h1,h2,h3,h4,h5,p,figure {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#kotterichuka_2601 ul,li,dl,dt,dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#kotterichuka_2601 a:link,a:visited,a:hover,a:active,a:focus {
    text-decoration: none;
  }

#kotterichuka_2601 img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
#kotterichuka_2601 {
  font-family: 'Noto Serif JP', serif;
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 0.7%);
  padding: 0;
  position: relative;
  color: #313131;
  box-sizing: border-box;
  overflow: hidden;
}
/*===== main-area ======*/
#kotterichuka_2601 main {
  width: 100%;
  height: auto;
  background: #c11b08;
  padding: 0 0 3rem;
}
#kotterichuka_2601 .bg {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
#kotterichuka_2601 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#kotterichuka_2601 .imgbox {
  position: relative;
}
#kotterichuka_2601 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* filter: drop-shadow(0px 0px 110px rgba(254, 233, 180, 0.8)); */
}
#kotterichuka_2601 .text-area {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}

#kotterichuka_2601 .lead-area {
  position: relative;
  padding: 2.5rem 2rem;
  background: #fefefe;
}

#kotterichuka_2601 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.9vw, 1.7rem);
  position: relative;
  margin: 3rem auto;
  color: #fff;
  width: fit-content;
  padding: 0.3em 1em 0.4em;
  text-align: center;
  position: relative;
}
#kotterichuka_2601 .ttl_h2::before,
#kotterichuka_2601 .ttl_h2::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}

#kotterichuka_2601 .ttl_h2::before {
  top: 0;
  background: linear-gradient(to right, #ffe101 50%, #fff 50%);
}

#kotterichuka_2601 .ttl_h2::after {
  bottom: 0;
  background: linear-gradient(to right, #fff 50%, #ffe101 50%);
}
#kotterichuka_2601 .line {
  background: url(../images/line.webp) repeat-x;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: 1;
}

#kotterichuka_2601 .line.top {
  top: 4%;
}
#kotterichuka_2601 .line.bottom {
  bottom: 4%;
}

#kotterichuka_2601 .item-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(100%, 1100px);
  margin: 0 auto;
  gap: 1rem;
}
#kotterichuka_2601 .item-area li {
  background: #fff;
  position: relative;
  z-index: 0;
}
#kotterichuka_2601 .item-area li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 3px solid #e70013;
  pointer-events: none;
  z-index: 10;
}

#kotterichuka_2601 .item-area li::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-size: auto;
  background: url('../images/deco_tl.webp'), url('../images/deco_tr.webp'), url('../images/deco_bl.webp'), url('../images/deco_br.webp');
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 5%;
  pointer-events: none;
}
#kotterichuka_2601 .item-area .hot-item {
  background: #241608;
  padding: 3rem 2rem 1rem;
  position: relative;
  overflow: hidden;
}
#kotterichuka_2601 .item-area .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 2rem 2rem;
}

/* ================= text関連 ================ */
#kotterichuka_2601 .lead-area .leadB {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  margin: 0 0 1.5rem;
  text-shadow: 0 1px 0 #fff5f5, 0 3px 0 rgba(176, 174, 169, 0.8), 0 4px 10px rgba(127, 120, 120, 0.3);
  color: #d0111b;
}
#kotterichuka_2601 .lead-area .leadB span {
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  margin: 0 0 0.5rem;
  display: block;
  text-shadow: 0 1px 0 #fff5f5, 0 2px 0 rgba(176, 174, 169, 0.8), 0 4px 10px rgba(127, 120, 120, 0.3);
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.03em;
}
#kotterichuka_2601 .lead-area .leadT {
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: #d0111b;
}

#kotterichuka_2601 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  color: #d0111b;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
#kotterichuka_2601 .item-area .text .date {
  text-align: left;
  border: 1px solid #241608;
  padding: 2px 8px;
  box-sizing: border-box;
  max-width: 150px;
  font-size: clamp(0.8rem, 4vw, 1rem);
}
#kotterichuka_2601 .item-area .text .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
}

#kotterichuka_2601 .item-area .text .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#kotterichuka_2601 .item-area .text .price {
  text-align: left;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  font-weight: 700;
}
#kotterichuka_2601 .item-area .text .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#kotterichuka_2601 .item-area .text .txt {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#kotterichuka_2601 .item-area .text .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0;
}

/*===== animation-area ======*/
#kotterichuka_2601 .noren-container {
  position: absolute;
  top: -4.5%;
  right: 0;
  left: -35%;
  width: 65%;
  margin: auto;
  max-width: 1200px;
  aspect-ratio: 2.6 / 1;
}

#kotterichuka_2601 .noren-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#kotterichuka_2601 .noren-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* === マスク処理 === */
/* 奥（静止画）：棒の部分だけを見せたい */
#kotterichuka_2601 .static-layer {
  z-index: 1;
  /* 下半分を消す */
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 60%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 60%);
}

/* 手前（揺れ）：布の部分を見せたい */
#kotterichuka_2601 .wave-layer {
  z-index: 2;
  /* transform: translate3d(0, 0, 0);
  width: 100%;
  left: -1px; */
  filter: url(#windFilter);
  /* 上半分を消す */
  -webkit-mask-image: linear-gradient(to bottom, transparent 23%, black 30%);
  mask-image: linear-gradient(to bottom, transparent 23%, black 30%);
  transform: translateX(-4px);
}

/* === 文字レイアウト === */
#kotterichuka_2601 .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
  z-index: 10;
}

#kotterichuka_2601 .group-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 2% 0 0 24%;
}

#kotterichuka_2601 .group-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 3% 0 0;
}

#kotterichuka_2601 .title-img {
  display: block;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
#kotterichuka_2601 .ttl01 {
  width: 85%;
}
#kotterichuka_2601 .ttl02 {
  width: 84%;
}
#kotterichuka_2601 .ttl03 {
  width: 74%;
}

#kotterichuka_2601 .c-pic-item {
  position: relative;
  z-index: -1;
}
#kotterichuka_2601 .c-ams {
  width: 100%;
  position: relative;
}
#kotterichuka_2601 .c-pic {
  position: relative;
  z-index: 0;
}
#kotterichuka_2601 .c-mv-pic {
  position: absolute;
  top: 30%;
  width: 100%;
  left: 0;
}
#kotterichuka_2601 .c-mv-pic img {
  height: auto;
  width: 98%;
  margin: 0 auto;
}
#kotterichuka_2601 .c-mv-ttl {
  position: absolute;
  top: -0.2vw;
  left: 0;
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #kotterichuka_2601 .pc-none {
    display: none;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #kotterichuka_2601 .sp-none {
    display: none;
  }
  #kotterichuka_2601 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #kotterichuka_2601 main {
    padding: 0 0 1.5rem;
  }
  #kotterichuka_2601 .line {
    height: 8px;
  }
  #kotterichuka_2601 .lead-area {
    padding: 2rem 0.5rem;
  }
  #kotterichuka_2601 .lead-area .leadB {
    margin: 0 0 1rem;
  }
  #kotterichuka_2601 .lead-area .leadT {
    text-align: left;
  }

  #kotterichuka_2601 .ttl_h2 {
    margin: 2rem auto;
  }
  #kotterichuka_2601 .item-area {
    grid-template-columns: 1fr;
    width: 92%;
  }
  #kotterichuka_2601 .item-area li::before {
    border: 2px solid #e70013;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
  #kotterichuka_2601 .item-area li::after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  /*===== animation-area ======*/
  #kotterichuka_2601 .noren-container {
    position: absolute;
    top: -3.5%;
    right: 0;
    left: 0;
    width: 115%;
    height: 162px;
    margin-left: -7%;
    max-width: 424px;
    aspect-ratio: 2.6 / 1;
  }
  #kotterichuka_2601 .static-layer {
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 60%);
    mask-image: linear-gradient(to bottom, black 40%, transparent 60%);
  }
  #kotterichuka_2601 .wave-layer {
    -webkit-mask-image: linear-gradient(to bottom, transparent 28%, black 10%);
    mask-image: linear-gradient(to bottom, transparent 28%, black 10%);
    transform: translateX(-7px);
  }

  #kotterichuka_2601 .text-overlay {
    grid-template-columns: 2.5fr 3.5fr;
  }
  #kotterichuka_2601 .group-left {
    margin: 5% 0 0 11%;
  }
  #kotterichuka_2601 .group-right {
    margin: -7%;
  }
  #kotterichuka_2601 .ttl01 {
    width: 60%;
    margin: 0 auto;
  }
  #kotterichuka_2601 .ttl02 {
    width: 67%;
    margin: 0 auto;
  }
  #kotterichuka_2601 .ttl03 {
    width: 85%;
    margin: 0 auto;
  }
  .others {
    padding: 0 0.8rem;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #kotterichuka_2601 .wave-layer {
    -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 30%);
    mask-image: linear-gradient(to bottom, transparent 25%, black 30%);
  }
  #kotterichuka_2601 .item-area {
    width: min(95%, 1100px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
  #kotterichuka_2601 .wave-layer {
    -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 30%);
    mask-image: linear-gradient(to bottom, transparent 25%, black 30%);
  }
  #kotterichuka_2601 .item-area {
    width: min(95%, 1100px);
    margin: 0 auto;
  }
}
