@charset "UTF-8";
/*------------------------------------
	CSS Information

	Site URL: /rev/toukou_202511.html
	File name: shushu-toukou.css (/excludes/css/p/rev/shushu-toukou.css)
	Summary: ホコリ退治の達人 投稿キャンペーン　レイアウト
	Created: 2025-10-30
	Last update: 2025-10-30
	Author: BASE_C

	Order of description
------------------------------------*/

:where(.shushu-main) {
  figure {
    margin: 0;
  }
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.shushu-main {
  padding-bottom: 100px;
}

.shushu-mv {
  width: 100%;
  position: relative;
  background-image: url(/excludes/images/p/rev/toukou_202511/bg_shushu-mv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
}

.shushu-mv__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 411px;
}

.shushu-detail {
  position: relative;
  padding: 90px 0 120px;
  max-width: 980px;
  margin: auto;
}

.shushu-detail__inner {
  max-width: 600px;
  margin-left: auto;
}

.shushu-detail__title {
  font-size: 30px;
  font-weight: bold;
  color: #e53977;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.shushu-detail__title img {
  width: 140px;
  flex-shrink: 0;
}

.shushu-detail__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 553px;
  /* pointer-events: none; */
  z-index: -1;
}

.post-term {
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #e53977;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  margin-bottom: 20px;
}

.post-term__title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #e53977;
  line-height: 1;
  border-radius: 9px 0 0 9px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.post-term__text {
  font-size: 22px;
  color: #e53977;
  font-weight: bold;
  line-height: 1;
  margin-left: 16px;
}

.post-term__text span {
  font-size: 28px;
}

.shushu-detail__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.shushu-detail__text .shushu-marker {
  font-size: 24px;
  color: #e53977;
  background: linear-gradient(transparent 60%, #ffee88 60%);
  display: inline;
}

.shushu-voice {
  position: relative;
}

.shushu-voice__inner {
  max-width: 980px;
  margin: auto;
  padding: 78px 60px 60px;
  background-color: #fffde9;
  border-radius: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 38px;
}

.shushu-voice__inner::before,
.shushu-voice__inner::after {
  content: '';
  background-image: url(/excludes/images/p/rev/toukou_202511/image_shushu-voice_treat.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 102px;
  left: 0;
  z-index: -1;
}

.shushu-voice__inner::before {
  top: 1px;
}

.shushu-voice__inner::after {
  bottom: -1px;
  transform: scaleY(-1);
}

.shushu-voice__title {
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translateX(-50%);
  width: 606px;
}

.shushu-voice__image {
  width: 320px;
  flex-shrink: 0;
}

.shushu-voice__image img {
  width: 100%;
}

.shushu-voice__text {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.shushu-voice__text strong {
  font-size: 18px;
  font-weight: bold;
  color: #e53977;
}
