/* common */
:root {
  --bg-manyo: #fbeff3;
  --bg-manyo-btn: #f9e7ed;
  --txt-manyo: #d66187;
}

#mvWrap .in .txtWrap h2 {
  font-size: 52px;
  line-height: 1.19;
}
#mvWrap .in .txtWrap sup {
  font-size: 10px;
  color: #000;
}
#mvWrap .in .txtWrap p small {
  font-size: 10px;
}
#mvWrap .in .txtWrap h2 span {
  border-color: var(--txt-manyo);
}
#productWrap .noteWrap li table {
  width: 100%;
}
#productWrap .noteWrap li table th {
  width: 186px;
}
#productWrap .noteWrap li p {
  margin: 36px 0 0 -1em;
}
#worriesWrap .in .flex .left li span {
  color: var(--txt-manyo);
  border-color: var(--txt-manyo);
}
#productWrap h2 span {
  border-color: var(--txt-manyo);
}
#improveWrap h2 span span,
#worriesWrap .in .flex p span,
#aboutWrap .box h3 span,
#productWrap .item .toggleWrap dt,
#mvWrap .in .txtWrap h2 small,
#productWrap .item .ttlWrap h3 span {
  color: var(--txt-manyo);
}
#aboutWrap h2::after {
  border-color: var(--txt-manyo) transparent transparent transparent;
}
#improveWrap h2 span::before,
#improveWrap h2 span::after,
#aboutWrap h2 {
  background: var(--txt-manyo);
}
#aboutWrap {
  background: var(--bg-manyo);
}
.btnWrap {
  background: var(--bg-manyo-btn);
}
#worriesWrap {
  background-image: url(/-/Media/com/wakansen/2302/manryo/worriesWrap_bg.jpg);
}
#worriesWrap .arrow {
  background-image: url(/-/Media/com/wakansen/2302/manryo/worriesWrap_arrow.png);
}
#worriesWrap .in .flex .left li {
  background-image: url(/-/Media/com/wakansen/2302/manryo/worriesWrap_check.png);
}
#worriesWrap .in .flex p span {
  background-image: url(/-/Media/com/wakansen/2302/manryo/worriesWrap_line2.png);
}
@media screen and (min-width: 769px) {
  #worriesWrap .in .flex {
    position: relative;
  }
  #worriesWrap .in .flex .left {
    position: absolute;
    left: 0;
    width: 70%;
  }
  #improveWrap img {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #productWrap .noteWrap li table th {
    width: 108px;
  }
  #mvWrap .in .txtWrap p small {
    margin-top: 15px;
    display: inline-block;
  }
  #aboutWrap .box:first-of-type {
    padding-top: 30px;
  }
  #aboutWrap .box:last-of-type {
    padding: 34px 19px 50px;
  }
  #aboutWrap .box .right {
    margin-top: 13px;
  }
  #productWrap .item .ttlWrap h3 {
    letter-spacing: 0.04em;
  }
  #productWrap .item .ttlWrap h3 span {
    letter-spacing: 0.02em;
  }
  #productWrap .noteWrap li p {
    margin: 25px 0 0;
  }
  #worriesWrap .in .flex .left {
    max-width: 260px;
  }
  #productWrap h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #mvWrap .in .txtWrap h2,
  #mvWrap .in .txtWrap p {
    width: auto;
    margin-left: 25px;
  }
  #mvWrap .in .txtWrap h2 {
    font-size: 26px;
  }
}
.txt.note {
  margin-top: 10px;
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}



/* linkBtnWrap */
.linkBtnWrap {
  padding: 85px 0;
  background: #f1f1f1;
}
.linkBtnWrap .in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 745px;
  margin: 0 auto;
}
.linkBtnWrap a {
  position: relative;
  display: block;
  width: calc(50% - 14px);
  height: 97px;
  margin: 0 0 25px;
  border-radius: 10px;
  line-height: 97px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  transition: .3s;
}
.linkBtnWrap a span {
  font-size: 24px;
}
.linkBtnWrap a.checkBtn {
  background: #d75123;
  color: #fff;
  border: 2px solid #ffe600;
  font-weight: 600;
}
.linkBtnWrap a:hover {
  opacity: 0.4;
  transition: .3s;
}
.linkBtnWrap a.checkBtn::before {
  position: absolute;
  left: 40px;
  bottom: -2px;
  content: "";
  width: 70px;
  height: 107px;
  background: url(/-/Media/com/wakansen/2302/manryo/checkBtn_img1.png) center/contain no-repeat;
}
.linkBtnWrap a.checkBtn::after {
  background-image: url(/-/Media/com/wakansen/2302/manryo/actuallyBtn_arrow_2.png);
}
.linkBtnWrap a.checkBtn span {
  font-weight: 500;
  color: #ffe600;
  padding-left: 50px;
}
.linkBtnWrap a.actuallyBtn {
  margin-bottom: 0;
  border: 2px solid #d75123;
  color: #000;
  background-color: #fff;
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, var(--bg-manyo) 5px, var(--bg-manyo) 6px );
}
.linkBtnWrap a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "";
  width: 12px;
  height: 22px;
  background: url(/-/Media/com/wakansen/2302/manryo/actuallyBtn_arrow.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.linkBtnWrap a.actuallyBtn span {
  color: #d75123;
}
.linkBtnWrap p {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 300 !important;
}
@media screen and (min-width: 767px) {
  #pageContainer .linkBtnWrap a .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .linkBtnWrap {
    padding: 36px 20px 30px;
  }
  .linkBtnWrap .in {
    justify-content: center;
  }
  .linkBtnWrap a {
    max-width: 16rem;
    width: calc(50% - 7px);
    margin-bottom: 30px;
    height: 72px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.1;
  }
  .linkBtnWrap a span {
    font-size: 20px;
  }
  .linkBtnWrap a.checkBtn {
    padding: 12px 0 12px 60px;
  }
  .linkBtnWrap a.checkBtn span {
    padding: 0;
  }
  .linkBtnWrap a.checkBtn::before {
    width: 48px;
    height: 76px;
    left: 5px;
  }
  .linkBtnWrap a::after {
    right: 8px;
    width: 9px;
    height: 16px;
  }
  .linkBtnWrap a.actuallyBtn {
    font-size: 17px;
    padding: 12px 0 12px 15px;
    margin-left: 14px;
  }
}