:root {
  --base-width-sp: 390;
  --base-width-pc: 1920;
  --f-review-navy: #0f1e6e;
  --f-review-navy-dark: #0b1655;
  --f-review-orange: #f2711d;
  --f-review-orange-light: #f9a028;
  --f-review-yellow: #ffd83d;
  --f-review-star: #f5b729;
  --f-review-cream: #fffbeb;
  --f-review-cream-deep: #ffeaab;
  --f-review-lightblue: #d7e6f4;
  --f-review-paleblue: #f4f8fc;
  --f-review-white: #fff;
}

.cpn-review .f-review-mv,
.cpn-review .f-review-intro,
.cpn-review .f-review-prize,
.cpn-review .f-review-voices,
.cpn-review .f-review-detail,
.cpn-review .f-review-step,
.cpn-review .f-review-entry,
.cpn-review .f-review-notes,
.cpn-review .f-review-banner,
.cpn-review .f-review-contact,
.cpn-review .f-review-float {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--f-review-navy);
  line-height: 1.6;
}

.cpn-review .f-review-mv img,
.cpn-review .f-review-intro img,
.cpn-review .f-review-prize img,
.cpn-review .f-review-voices img,
.cpn-review .f-review-detail img,
.cpn-review .f-review-step img,
.cpn-review .f-review-entry img,
.cpn-review .f-review-notes img,
.cpn-review .f-review-banner img,
.cpn-review .f-review-contact img,
.cpn-review .f-review-float img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cpn-review .f-review-mv :where(a),
.cpn-review .f-review-intro :where(a),
.cpn-review .f-review-prize :where(a),
.cpn-review .f-review-voices :where(a),
.cpn-review .f-review-detail :where(a),
.cpn-review .f-review-step :where(a),
.cpn-review .f-review-entry :where(a),
.cpn-review .f-review-notes :where(a),
.cpn-review .f-review-banner :where(a),
.cpn-review .f-review-contact :where(a),
.cpn-review .f-review-float :where(a) {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.cpn-review .f-review-mv :where(a):hover,
.cpn-review .f-review-intro :where(a):hover,
.cpn-review .f-review-prize :where(a):hover,
.cpn-review .f-review-voices :where(a):hover,
.cpn-review .f-review-detail :where(a):hover,
.cpn-review .f-review-step :where(a):hover,
.cpn-review .f-review-entry :where(a):hover,
.cpn-review .f-review-notes :where(a):hover,
.cpn-review .f-review-banner :where(a):hover,
.cpn-review .f-review-contact :where(a):hover,
.cpn-review .f-review-float :where(a):hover {
  opacity: 0.75;
}

.cpn-review .forcms-block-inner {
  overflow-x: hidden;
}

.cpn-review .f-review-mv {
  position: relative;
  z-index: 2;
}

.cpn-review .f-review-mv--img {
  margin: 0;
  font-size: 0;
}

.cpn-review .f-review-mv--img img {
  width: 100%;
}

.cpn-review .f-review-intro {
  position: relative;
  background: var(--f-review-white);
  padding: 70px 0 77px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro {
    padding: 60px 0 62px;
  }
}

.cpn-review .f-review-intro::before,
.cpn-review .f-review-intro::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  pointer-events: none;
}

.cpn-review .f-review-intro::before {
  width: 511px;
  height: 345px;
  top: 60px;
  left: 0;
  background-image: url(../img/bg_intro01.png);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro::before {
    width: 270px;
    top: auto;
    bottom: -41px;
    left: -18px;
  }
}

.cpn-review .f-review-intro::after {
  width: 412px;
  height: 294px;
  right: -10px;
  bottom: 34px;
  background-image: url(../img/bg_intro02.png);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro::after {
    width: 232px;
    top: -197px;
    right: -46px;
    bottom: auto;
  }
}

.cpn-review .f-review-intro--inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-intro--inner {
  position: relative;
  z-index: 2;
}

.cpn-review .f-review-intro--inner::before,
.cpn-review .f-review-intro--inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cpn-review .f-review-intro--inner::before {
  width: 86px;
  height: 86px;
  background: url(../img/icon_dots01.png) no-repeat center center/contain;
  top: -6px;
  right: -91px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--inner::before {
    width: 75px;
    height: 75px;
    top: -46px;
    right: auto;
    left: -12px;
    background-image: url(../img/icon_dots01_sp.png);
  }
}

.cpn-review .f-review-intro--inner::after {
  width: 160px;
  height: 160px;
  background: url(../img/icon_dots01_02.png) no-repeat center center/contain;
  bottom: -124px;
  left: -98px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--inner::after {
    width: 54px;
    height: 54px;
    bottom: -77px;
    left: auto;
    right: 36px;
    background-image: url(../img/icon_dots01_02_sp.png);
  }
}

.cpn-review .f-review-intro--lead {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.95;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--lead {
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
    text-align: center;
    line-height: 2;
  }
}

.cpn-review .f-review-intro--cta {
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--cta {
    margin-top: 11px;
    flex-direction: column;
    align-items: center;
  }
}

.cpn-review .f-review-intro--ctaMain {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.cpn-review .f-review-intro--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  background: var(--f-review-white);
  border: 3px solid var(--f-review-orange);
  border-radius: 60px;
  box-shadow: 0 3px 3px rgba(8, 21, 112, 0.2);
  padding: 10px 60px;
  min-height: 90px;
  font-size: 30px;
  font-weight: 900;
  color: var(--f-review-navy);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--btn {
    gap: 8px;
    border-width: 2px;
    padding: 5px min(38 * 100vw / var(--base-width-sp), 38px) 5px min(15 * 100vw / var(--base-width-sp), 15px);
    font-size: min(22 * 100vw / var(--base-width-sp), 22px);
    min-height: 70px;
    margin-top: -36px;
  }
}

.cpn-review .f-review-intro--btnIcon {
  width: 40px;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--btnIcon {
    width: 37px;
  }
}

.cpn-review .f-review-intro--btnArrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 32px;
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--btnArrow {
    right: 3-px;
    width: 10px;
  }
}

.cpn-review .f-review-intro--btnArrow img {
  width: 100%;
  vertical-align: middle;
}

.cpn-review .f-review-intro--note {
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--note {
    margin-top: 18px;
    font-size: min(12 * 100vw / var(--base-width-sp), 12px);
  }
}

.cpn-review .f-review-intro--navigator {
  position: absolute;
  right: -105px;
  top: -70px;
  width: 423px;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .cpn-review .f-review-intro--navigator {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--navigator {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}

.cpn-review .f-review-intro--navigatorImg {
  width: 100%;
}

.cpn-review .f-review-intro--balloon {
  position: absolute;
  left: -150px;
  top: -20px;
  background: var(--f-review-lightblue);
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-intro--balloon {
    left: auto;
    right: 90px;
    top: -16px;
    padding: 6px 12px;
    font-size: min(11 * 100vw / var(--base-width-sp), 11px);
  }
}

.cpn-review .f-review-intro--balloon::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 8px;
  border: 8px solid transparent;
  border-left-color: var(--f-review-lightblue);
}

.cpn-review .f-review-prize {
  background: var(--f-review-cream);
  padding: 85px 0 75px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize {
    padding: 0;
    position: relative;
  }
}

.cpn-review .f-review-prize--inner {
  width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--inner {
    width: auto;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--inner {
    padding: 0;
  }
}

.cpn-review .f-review-prize--columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--columns {
    flex-direction: column;
    gap: 32px;
  }
}

.cpn-review .f-review-prize--appeal {
  text-align: center;
  max-width: 560px;
}

.cpn-review .f-review-prize--catch {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--catch {
    font-size: min(20 * 100vw / var(--base-width-sp), 20px);
  }
}

.cpn-review .f-review-prize--catch em {
  font-style: normal;
  background: linear-gradient(transparent 60%, var(--f-review-yellow) 60%);
  padding: 0 2px;
}

.cpn-review .f-review-prize--catchStrong {
  margin-top: 4px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--f-review-orange);
  -webkit-text-stroke: 2px var(--f-review-navy);
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 var(--f-review-navy);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--catchStrong {
    font-size: min(38 * 100vw / var(--base-width-sp), 38px);
    text-shadow: 2px 2px 0 var(--f-review-navy);
  }
}

.cpn-review .f-review-prize--catchNote {
  margin-top: 8px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--catchNote {
    font-size: min(11 * 100vw / var(--base-width-sp), 11px);
  }
}

.cpn-review .f-review-prize--graph {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--graph {
    margin-top: 16px;
  }

  .cpn-review .f-review-prize--graph img {
    width: 280px;
  }
}

.cpn-review .f-review-prize--panel {
  position: relative;
  flex: 0 0 auto;
  width: 660px;
  max-width: 100%;
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 16px;
  padding: 56px 48px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--panel {
    width: 100%;
    border-radius: 12px;
    padding: 40px 16px 24px;
  }
}

.cpn-review .f-review-prize--panelTitle {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background: var(--f-review-yellow);
  padding: 8px 48px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--f-review-navy);
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%, 14px 50%);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--panelTitle {
    top: -16px;
    padding: 6px 32px;
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
  }
}

.cpn-review .f-review-prize--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cpn-review .f-review-prize--item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--item {
    gap: 12px;
    padding: 12px 0;
  }
}

.cpn-review .f-review-prize--item+.cpn-review .f-review-prize--item {
  border-top: 1px dashed rgba(15, 30, 110, 0.3);
}

.cpn-review .f-review-prize--rank {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 900;
  color: var(--f-review-navy);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--rank {
    width: 56px;
    height: 56px;
    font-size: min(24 * 100vw / var(--base-width-sp), 24px);
  }
}

.cpn-review .f-review-prize--rank small {
  font-size: 20px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--rank small {
    font-size: min(13 * 100vw / var(--base-width-sp), 13px);
  }
}

.cpn-review .f-review-prize--rank.-rank1 {
  background: var(--f-review-yellow);
}

.cpn-review .f-review-prize--rank.-rank2 {
  background: #ccd6e4;
}

.cpn-review .f-review-prize--rank.-rank3 {
  background: #dbc39e;
}

.cpn-review .f-review-prize--desc {
  flex: 1 1 auto;
}

.cpn-review .f-review-prize--gift {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--gift {
    font-size: min(12 * 100vw / var(--base-width-sp), 12px);
  }
}

.cpn-review .f-review-prize--amount {
  display: block;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--f-review-orange);
  -webkit-text-stroke: 1px var(--f-review-navy);
  paint-order: stroke fill;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--amount {
    font-size: min(34 * 100vw / var(--base-width-sp), 34px);
  }
}

.cpn-review .f-review-prize--amount small {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--amount small {
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
  }
}

.cpn-review .f-review-prize--winners {
  flex: 0 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: var(--f-review-navy);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--winners {
    font-size: min(24 * 100vw / var(--base-width-sp), 24px);
  }
}

.cpn-review .f-review-prize--winners small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--winners small {
    font-size: min(13 * 100vw / var(--base-width-sp), 13px);
  }
}

.cpn-review .f-review-prize--item:nth-child(2) .f-review-prize--amount,
.cpn-review .f-review-prize--item:nth-child(3) .f-review-prize--amount {
  font-size: 48px;
}

@media screen and (max-width: 767px) {

  .cpn-review .f-review-prize--item:nth-child(2) .f-review-prize--amount,
  .cpn-review .f-review-prize--item:nth-child(3) .f-review-prize--amount {
    font-size: min(30 * 100vw / var(--base-width-sp), 30px);
  }
}

.cpn-review .f-review-prize--announce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 1240px;
  margin: 56px auto 0;
  background: var(--f-review-cream-deep);
  border-radius: 16px;
  padding: 28px 40px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announce {
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 32px;
    border-radius: 12px;
    padding: 16px;
  }
}

.cpn-review .f-review-prize--announceLabel {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announceLabel {
    gap: 8px;
    font-size: min(17 * 100vw / var(--base-width-sp), 17px);
  }
}

.cpn-review .f-review-prize--announceIcon {
  width: 48px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announceIcon {
    width: 30px;
  }
}

.cpn-review .f-review-prize--announceDate {
  position: relative;
  padding-left: 28px;
  font-size: 34px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announceDate {
    padding-left: 16px;
    font-size: min(22 * 100vw / var(--base-width-sp), 22px);
  }
}

.cpn-review .f-review-prize--announceDate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--f-review-navy);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announceDate::before {
    height: 24px;
  }
}

.cpn-review .f-review-prize--announceText {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-prize--announceText {
    width: 100%;
    font-size: min(12 * 100vw / var(--base-width-sp), 12px);
    text-align: center;
  }
}

.cpn-review .f-review-voices {
  background: var(--f-review-white);
  padding: 56px 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices {
    padding: 33px 0 55px;
  }
}

.cpn-review .f-review-voices--inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-voices--inner {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--inner {
    padding-left: 0;
    padding-right: 0;
    z-index: 4;
  }
}

.cpn-review .f-review-voices--inner::before,
.cpn-review .f-review-voices--inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cpn-review .f-review-voices--inner::before {
  width: 86px;
  height: 86px;
  background: url(../img/icon_dots02.png) no-repeat center center/contain;
  top: 33px;
  left: -75px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--inner::before {
    width: 46px;
    height: 46px;
    top: -90px;
    left: auto;
    right: 137px;
    background-image: url(../img/icon_dots02_sp.png);
  }
}

.cpn-review .f-review-voices--inner::after {
  width: 149px;
  height: 149px;
  background: url(../img/icon_dots02_02.png) no-repeat center center/contain;
  bottom: -70px;
  right: -236px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--inner::after {
    width: 72px;
    height: 72px;
    top: -69px;
    bottom: auto;
    right: auto;
    left: 22px;
    background-image: url(../img/icon_dots02_02_sp.png);
  }
}

.cpn-review .f-review-voices--heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--f-review-navy);
}

.cpn-review .f-review-voices--heading::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--heading {
    font-size: min(28 * 100vw / var(--base-width-sp), 28px);
  }
}

.cpn-review .f-review-voices--heading {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--heading {
    margin-bottom: 24px;
  }
}

.cpn-review .f-review-voices--slider {
  position: relative;
}

.cpn-review .f-review-voices--arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cpn-review .f-review-voices--arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.cpn-review .f-review-voices--arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--f-review-navy);
  border-right: 3px solid var(--f-review-navy);
}

.cpn-review .f-review-voices--arrow.-prev {
  left: -40px;
}

.cpn-review .f-review-voices--arrow.-prev::before {
  transform: rotate(-135deg);
}

.cpn-review .f-review-voices--arrow.-next {
  right: -40px;
}

.cpn-review .f-review-voices--arrow.-next::before {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices--arrow {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .cpn-review .f-review-voices--arrow.-prev,
  .cpn-review .f-review-voices--arrow.-next {
    display: none;
  }

  .cpn-review .f-review-voices--arrow::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .cpn-review .f-review-voices--arrow.-prev {
    left: -28px;
  }

  .cpn-review .f-review-voices--arrow.-next {
    right: -28px;
  }
}

.cpn-review .f-review-voices--dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.cpn-review .f-review-voices--dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.2s;
  cursor: pointer;
}

.cpn-review .f-review-voices--dots span.-active {
  background: var(--f-review-navy);
}

.cpn-review .revico-common-background-style {
  background: none !important;
}

.cpn-review .revico-comment-main.revico-widget {
  display: flex;
  gap: 32px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  padding: 0 0 5px;
}

.cpn-review .revico-comment-main.revico-widget::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-comment-main.revico-widget {
    gap: 20px;
  }
}

.cpn-review .revico-comment-main.revico-widget {
  max-width: 100%;
  padding: 0;
}

.cpn-review .revico-comment-main.revico-widget li {
  width: 100%;
  flex-shrink: 0;
}

.cpn-review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 1072px !important;
}

.cpn-review .revico-multicomment-top .revico-logo {
  position: absolute !important;
  right: 68px;
  bottom: -20px;
  height: 20px;
  top: auto;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-logo {
    right: 10px;
    bottom: -30px;
  }
}

.cpn-review .revico-comment-header,
.cpn-review .revico-comment-footer,
.cpn-review .revico-review-comment-detail--action,
.cpn-review .revico-review-comment-detail--addition,
.cpn-review .revico-review-comment-detail--reply {
  display: none !important;
}

.cpn-review .f-review-voices .revico-review-comment-row-wrapper {
  flex: 0 0 auto;
  width: 520px !important;
  box-sizing: border-box;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-voices .revico-review-comment-row-wrapper {
    width: 280px !important;
  }
}

.cpn-review .revico-review-comment-row {
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-review-comment-row {
    padding: 0;
  }
}

.cpn-review .revico-review-comment-detail--product-name-image {
  flex-shrink: 0;
  width: 220px;
  height: 153px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-review-comment-detail--product-name-image {
    width: 100%;
    height: 165px;
  }
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name {
  gap: 15px;
  border: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name {
    flex-direction: column;
  }
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-txtWrap {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-image {
    order: 2;
  }
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail a {
  width: 100%;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition>div:not(.revico-review-comment-detail--addition-image) {
  display: none;
}

.cpn-review .revico-review-comment-detail--addition-image {
  display: block !important;
  width: 220px !important;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box .revico-picture-slide-img-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  height: 153px !important;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box .revico-picture-slide-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-comment-main.revico-widget {
    padding: 0 16px 20px;
  }
}

.cpn-review .revico-multicomment-top .revico-starability-result {
  background-image: url(https://show.revico.jp/img/star_yellow.png);
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  font-size: 14px;
  line-height: 1.47;
  color: #1d1d1d;
  max-height: 7em;
}

.cpn-review .revico-review-comment-detail--comment--more {
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span {
  position: relative;
  padding: 15px 10px 0;
  text-align: right;
  text-decoration: underline;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg) translateY(12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #081570;
  border-bottom: 1px solid #081570;
  background: none;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  height: 100%;
  padding: 15px 25px 5px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
    padding: 15px 20px 5px;
  }
}

.cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  position: relative;
  margin: 0 0 -5px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star+p {
    font-size: 16px;
  }
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  width: 150px;
  flex-shrink: 0;
}

.cpn-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  position: absolute;
  top: 2px;
  right: 0;
  color: #1d1d1d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-txtWrap {
  width: 100%;
  min-height: 153px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-txtWrap {
    min-height: auto;
  }
}

.cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail {
  padding: 15px 25px 5px;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-multicomment-top .revico-widget .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail {
    padding: 15px 20px 5px;
  }
}

.cpn-review .revico-widget p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .cpn-review .revico-widget p {
    font-size: 14px;
  }
}

.cpn-review .f-review-detail {
  background: none;
  padding: 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail {
    padding: 0;
  }
}

.cpn-review .f-review-detail--inner {
  width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--inner {
    width: auto;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--inner {
    padding: 0 20px;
  }
}

.cpn-review .f-review-detail--inner {
  position: relative;
}

.cpn-review .f-review-detail--inner::before,
.cpn-review .f-review-detail--inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cpn-review .f-review-detail--inner::before {
  width: 235px;
  height: 235px;
  background: url(../img/icon_dots03.png) no-repeat center center/contain;
  top: 46px;
  left: -187px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--inner::before {
    width: 50px;
    height: 50px;
    top: -79px;
    left: 74px;
    background-image: url(../img/icon_dots03_sp.png);
  }
}

.cpn-review .f-review-detail--inner::after {
  width: 122px;
  height: 122px;
  background: url(../img/icon_dots03_02.png) no-repeat center center/contain;
  bottom: 316px;
  right: -147px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--inner::after {
    width: 93px;
    height: 93px;
    top: -57px;
    bottom: atuo;
    right: 12px;
    background-image: url(../img/icon_dots03_02_sp.png);
  }
}

.cpn-review .f-review-detail--heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--f-review-navy);
}

.cpn-review .f-review-detail--heading::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--heading {
    font-size: min(28 * 100vw / var(--base-width-sp), 28px);
  }
}

.cpn-review .f-review-detail--heading {
  background: var(--f-review-cream-deep);
  border-radius: 16px 16px 0 0;
  padding: 24px 0;
  margin: 0;
  border: 2px solid var(--f-review-navy);
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--heading {
    border-radius: 15px 15px 0 0;
    padding: 14px 0;
  }
}

.cpn-review .f-review-detail--body {
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding: 38px 124px 52px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--body {
    border-radius: 0 0 15px 15px;
    padding: 20px 13px 19px;
  }
}

.cpn-review .f-review-detail--title {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--title {
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
    margin-bottom: 24px;
  }
}

.cpn-review .f-review-detail--table {
  margin: 0;
}

.cpn-review .f-review-detail--row {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 9px 0;
  border-top: 1px dashed rgba(15, 30, 110, 0.35);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--row {
    gap: 10px;
    padding: 10px 0;
  }
}

.cpn-review .f-review-detail--row:last-child {
  border-bottom: 1px dashed rgba(15, 30, 110, 0.35);
}

.cpn-review .f-review-detail--label {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: var(--f-review-cream-deep);
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--label {
    flex: 0 0 70px;
    min-height: 30px;
    font-size: min(13 * 100vw / var(--base-width-sp), 13px);
  }
}

.cpn-review .f-review-detail--data {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--data {
    padding-top: 0;
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
  }
}

.cpn-review .f-review-detail--data>.noteTxt {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-detail--data>.noteTxt {
    font-size: min(11 * 100vw / var(--base-width-sp), 11px);
  }
}

.cpn-review .f-review-step {
  position: relative;
  padding: 55px 0 90px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step {
    padding: 34px 0;
  }
}

.cpn-review .f-review-step::before,
.cpn-review .f-review-step::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  pointer-events: none;
}

.cpn-review .f-review-step::before {
  background: url(../img/bg_cp_detail.jpg) no-repeat center top/contain;
  height: calc(1115 * 100vw / var(--base-width-pc));
  top: calc(-680 * 100vw / var(--base-width-pc));
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step::before {
    background: url(../img/bg_cp_detail.jpg) no-repeat center top/contain;
    height: calc(225 * 100vw / var(--base-width-sp));
    top: calc(-132 * 100vw / var(--base-width-sp));
  }
}

.cpn-review .f-review-step::after {
  background: #f6fafd;
  width: 100vw;
  height: 200%;
  top: calc(-4 * 100vw / var(--base-width-pc));
  z-index: -1;
}

.cpn-review .f-review-step--inner {
  width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-step--inner {
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .cpn-review .f-review-step--inner {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--inner {
    padding: 0;
  }
}

.cpn-review .f-review-step--heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--f-review-navy);
}

.cpn-review .f-review-step--heading::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--heading {
    font-size: min(28 * 100vw / var(--base-width-sp), 28px);
  }
}

.cpn-review .f-review-step--heading {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--heading {
    margin-bottom: 22px;
  }
}

.cpn-review .f-review-step--slider {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding-top: 30px;
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slider {
    display: block;
    gap: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .cpn-review .f-review-step--slider.slick-initialized {
    padding-bottom: 0;
  }

  .cpn-review .f-review-step--slider.slick-slider {
    position: relative;
    display: block;
  }

  .cpn-review .f-review-step--slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cpn-review .f-review-step--slider .slick-list {
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slider .slick-track {
    position: relative;
    display: flex;
    padding-top: 30px;
  }

  .cpn-review .f-review-step--slider .slick-slide {
    height: auto !important;
  }

  .cpn-review .f-review-step--slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 15px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cpn-review .f-review-step--slider .slick-dots {
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slider .slick-dots li {
    width: 15px;
    height: 15px;
  }

  .cpn-review .f-review-step--slider .slick-dots button {
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: #bed2dc;
    opacity: 1 !important;
    cursor: pointer;
  }

  .cpn-review .f-review-step--slider .slick-dots .slick-active button {
    background: #081570;
  }
}

.cpn-review .f-review-step--slide {
  position: relative;
  width: 200px;
  flex-shrink: 0;
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(8, 21, 112, 0.08);
  padding: 36px 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  min-height: 380px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide {
    width: 100%;
    margin: 0 10px;
    cursor: default;
    border-radius: 10px;
    padding: 28px 16px 20px;
  }
}

.cpn-review .f-review-step--slide .f-review-step--slideImg {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide .f-review-step--slideImg {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}

.cpn-review .f-review-step--slide.active {
  width: calc(100% - 636px);
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide.active {
    width: 100%;
    display: block;
  }
}

.cpn-review .f-review-step--slide.active .f-review-step--slideImg {
  width: 100%;
  max-width: 330px;
  height: auto;
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide.active .f-review-step--slideImg {
    max-width: none;
  }
}

.cpn-review .f-review-step--slide.active .f-review-step--slideTxt {
  max-width: 213px;
  min-width: 180px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide.active .f-review-step--slideTxt {
    max-width: none;
    min-width: 0;
  }
}

.cpn-review .f-review-step--num {
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--f-review-yellow);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 900;
  color: var(--f-review-navy);
}

.cpn-review .f-review-step--slideImg {
  border-radius: 12px;
  overflow: hidden;
  max-width: 330px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideImg {
    max-width: 100%;
  }
}

.cpn-review .f-review-step--slideImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.cpn-review .f-review-step--slide.active .f-review-step--slideImg {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slide.active .f-review-step--slideImg {
    margin-bottom: 12px;
  }
}

.cpn-review .f-review-step--slideTxt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideTxt {
    height: auto;
  }
}

.cpn-review .f-review-step--slideTitle {
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideTitle {
    font-size: min(18 * 100vw / var(--base-width-sp), 18px);
    margin-bottom: 4px;
  }
}

.cpn-review .f-review-step--slideDesc {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideDesc {
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
    line-height: 1.8;
  }
}

.cpn-review .f-review-step--slideAction {
  margin: auto 0 0;
  padding-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideAction {
    padding-top: 19px;
  }
}

.cpn-review .f-review-step--slideBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  background: var(--f-review-navy);
  border-radius: 22px;
  padding: 5px 5px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: var(--f-review-white);
  box-sizing: border-box;
  min-height: 44px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--slideBtn {
    max-width: none;
    font-size: min(20 * 100vw / var(--base-width-sp), 20px);
    min-height: 50px;
  }
}

.cpn-review .f-review-step--pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--pagination {
    display: none;
  }
}

.cpn-review .f-review-step--pagination span {
  display: block;
  width: 15px;
  height: 15px;
  background: #bed2dc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.cpn-review .f-review-step--pagination span.active {
  background: #081570;
}

.cpn-review .f-review-step--caution {
  max-width: 740px;
  margin: 42px auto 0;
  background: var(--f-review-cream);
  border: 2px dashed var(--f-review-orange);
  border-radius: 19px;
  padding: 18px 30px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--caution {
    margin-top: 40px;
    margin-inline: 20px;
    padding: 20px 16px;
  }
}

.cpn-review .f-review-step--cautionTitle {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--cautionTitle {
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
    margin-bottom: 14px;
    padding-left: 2px;
  }
}

.cpn-review .f-review-step--cautionTitle::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-right: 10px;
  background: url(../img/icon_notice.png) no-repeat center/contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--cautionTitle::before {
    width: 24px;
    height: 21px;
    margin-right: 6px;
  }
}

.cpn-review .f-review-step--cautionBody {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--cautionBody {
    flex-direction: column;
    gap: 10px;
  }
}

.cpn-review .f-review-step--cautionImg {
  flex: 0 0 230px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--cautionImg {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.cpn-review .f-review-step--cautionText {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-step--cautionText {
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
    line-height: 1.8;
  }

  .cpn-review .f-review-step--cautionText br {
    display: none;
  }
}

.cpn-review .f-review-step--cautionText strong {
  font-weight: 900;
}

.cpn-review .f-review-entry {
  background: #f6fafd;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry {
    padding: 24px 0 0;
  }
}

.cpn-review .f-review-entry--inner {
  width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-entry--inner {
  background: var(--f-review-lightblue);
  border-radius: 24px;
  padding: 62px 125px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--inner {
    border-radius: 0;
    padding: 32px 16px 40px;
  }
}

.cpn-review .f-review-entry--code {
  display: flex;
  align-items: stretch;
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--code {
    flex-direction: column;
    border-width: 1px;
    padding-bottom: 10px;
  }
}

.cpn-review .f-review-entry--codeLabel {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--f-review-navy);
  padding: 22px 20px;
  border-radius: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--f-review-white);
  width: 100%;
  max-width: 375px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--codeLabel {
    padding: 13px 10px;
    font-size: min(16 * 100vw / var(--base-width-sp), 16px);
  }
}

.cpn-review .f-review-entry--codeValue {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--f-review-navy);
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--codeValue {
    padding: 14px 0 4px;
    font-size: min(30 * 100vw / var(--base-width-sp), 30px);
    letter-spacing: 0;
  }
}

.cpn-review .f-review-entry--codeCopy {
  width: 100%;
  max-width: 260px;
  flex: 0 0 auto;
  align-self: center;
  margin-right: 17px;
  background: var(--f-review-yellow);
  border: 0;
  border-radius: 40px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 900;
  color: var(--f-review-navy);
  cursor: pointer;
  transition: opacity 0.2s;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--codeCopy {
    max-width: 220px;
    margin: 10px auto 14px;
    padding: 10px 32px;
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
  }
}

.cpn-review .f-review-entry--codeCopy:hover {
  opacity: 0.75;
}

.cpn-review .f-review-entry--codeCopy.-copied {
  background: var(--f-review-navy);
  color: var(--f-review-white);
}

.cpn-review .f-review-entry--action {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--action {
    margin-top: 31px;
  }
}

.cpn-review .f-review-entry--btn {
  position: relative;
  display: inline-block;
  min-width: 800px;
  background: var(--f-review-navy);
  border-radius: 60px;
  padding: 22px 60px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--f-review-white);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    padding: 10px 40px;
    font-size: min(22 * 100vw / var(--base-width-sp), 22px);
    min-height: 70px;
  }
}

.cpn-review .f-review-entry--btnArrow {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  background: #3a4894;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-entry--btnArrow {
    right: 23px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.cpn-review .f-review-entry--btnArrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--f-review-white);
  border-right: 2px solid var(--f-review-white);
  transform: translate(-60%, -50%) rotate(45deg);
}

.cpn-review .f-review-notes {
  background: #f6fafd;
  padding: 0 0 90px;
  margin-block: 72px 0;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes {
    padding: 0 0 48px;
    margin-block: 40px 0;
  }
}

.cpn-review .f-review-notes--inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-notes--heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--f-review-navy);
}

.cpn-review .f-review-notes--heading::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--heading {
    font-size: min(28 * 100vw / var(--base-width-sp), 28px);
  }
}

.cpn-review .f-review-notes--heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--heading {
    margin-bottom: 20px;
  }
}

.cpn-review .f-review-notes--box {
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 20px;
  padding: 30px 20px 23px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--box {
    margin: 0 auto;
    border-radius: 12px;
    padding: 15px 15px 15px 24px;
  }
}

.cpn-review .f-review-notes--boxInner {
  max-height: 610px;
  overflow-y: auto;
  padding: 35px;
}

.cpn-review .f-review-notes--boxInner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cpn-review .f-review-notes--boxInner::-webkit-scrollbar-thumb {
  background: #1d2953;
  border-radius: 10px;
}

.cpn-review .f-review-notes--boxInner::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--boxInner {
    max-height: 456px;
    padding: 0 15px 0 0;
  }

  .cpn-review .f-review-notes--boxInner::-webkit-scrollbar {
    width: 6px;
  }

  .cpn-review .f-review-notes--boxInner::-webkit-scrollbar-thumb {
    border-radius: 6px;
  }

  .cpn-review .f-review-notes--boxInner::-webkit-scrollbar-track {
    border-radius: 6px;
  }
}

.cpn-review .f-review-notes--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-notes--text {
    font-size: 14px;
    line-height: 1.75;
  }
}

.cpn-review .f-review-notes--text+.cpn-review .f-review-notes--text {
  margin-top: 1.6em;
}

.cpn-review .f-review-banner {
  background: var(--f-review-paleblue);
  padding: 0 0 64px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-banner {
    padding: 0 0 32px;
  }
}

.cpn-review .f-review-banner--inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-banner--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-banner--list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-banner--list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.cpn-review .f-review-banner--item {
  width: 486px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-banner--item {
    width: 100%;
  }
}

.cpn-review .f-review-contact {
  background: var(--f-review-paleblue);
  padding: 0 0 90px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact {
    padding: 0 20px 48px;
    width: 100%;
    margin-inline: auto;
  }
}

.cpn-review .f-review-contact--inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--inner {
    width: auto;
    padding: 0 16px;
  }
}

.cpn-review .f-review-contact--inner {
  background: var(--f-review-lightblue);
  border-radius: 24px;
  padding: 44px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--inner {
    border-radius: 16px;
    padding: 22px 16px 22px;
  }
}

.cpn-review .f-review-contact--heading {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.cpn-review .f-review-contact--heading::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--heading {
    font-size: min(18 * 100vw / var(--base-width-sp), 18px);
  }
}

.cpn-review .f-review-contact--action {
  margin-top: 31px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--action {
    margin-top: 20px;
  }
}

.cpn-review .f-review-contact--btn {
  max-width: 400px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--f-review-white);
  border: 2px solid var(--f-review-navy);
  border-radius: 26px;
  padding: 5px 15px;
  width: 100%;
  min-height: 52px;
  font-size: 17px;
  font-weight: 700;
  color: var(--f-review-navy);
  letter-spacing: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--btn {
    gap: 8px;
    border-width: 1px;
    padding: 12px 24px;
    font-size: min(13 * 100vw / var(--base-width-sp), 13px);
  }
}

.cpn-review .f-review-contact--btnIcon {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--btnIcon {
    position: static;
    transform: none;
    width: 12px;
    right: 10px;
  }
}

.cpn-review .f-review-contact--note {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-contact--note {
    margin-top: 14px;
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
  }
}

.cpn-review .f-review-float {
  position: fixed;
  right: 25px;
  bottom: 70px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-float {
    right: 10px;
    top: auto;
    bottom: 80px;
    display: none;
  }
}

.cpn-review .f-review-float.-hidden {
  display: none;
}

.cpn-review .f-review-float--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--f-review-white);
  border: 2px solid var(--f-review-orange);
  border-radius: 12px;
  padding: 12px 28px 12px 16px;
  font-size: 22px;
  font-weight: 900;
  color: var(--f-review-navy);
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  min-height: 71px;
  min-width: 265px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-float--btn {
    gap: 6px;
    padding: 8px 18px 8px 10px;
    font-size: min(12 * 100vw / var(--base-width-sp), 12px);
  }
}

.cpn-review .f-review-float--icon {
  width: 28px;
}

@media screen and (max-width: 767px) {
  .cpn-review .f-review-float--icon {
    width: 20px;
  }
}

.cpn-review .f-review-float--icon img {
  width: 100%;
  vertical-align: bottom;
}

.cpn-review .f-review-float--arrow {
  position: relative;
  width: 8px;
  height: 8px;
}

.cpn-review .f-review-float--arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--f-review-navy);
  border-right: 2px solid var(--f-review-navy);
  transform: rotate(45deg);
}

.cpn-review .f-review-float--close {
  position: absolute;
  right: 0px;
  top: -35px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.cpn-review .f-review-float--close img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
