@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Sans+KR:wght@300;500;700&family=Roboto:wght@500&display=swap");

/* common */
:root {
  --bg-tsuraresu: #ffecee;
  --txt-tsuraresu: #ed606d;
  --txt-note: #e40015;
  --color-gray: #424242;
}
#wrapper {
  width: auto;
}
#contentsWrap {
  padding-top: 0 !important;
}
#mvWrap *,
#worriesWrap *,
#improveWrap *,
#aboutWrap *,
#linkWrap *,
#productWrap *,
#telWrap * {
  font-family: "Noto Sans JP", "Noto Sans KR", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}
#mvWrap a,
#worriesWrap a,
#improveWrap a,
#aboutWrap a,
#linkWrap a,
#productWrap a,
#telWrap a {
  transition: 0.3s;
}
#mvWrap a:hover,
#worriesWrap a:hover,
#improveWrap a:hover,
#aboutWrap a:hover,
#linkWrap a:hover,
#productWrap a:hover,
#telWrap a:hover {
  opacity: 0.4;
  transition: 0.3s;
}
.btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0 24px;
  background: var(--bg-tsuraresu);
}
.btnWrap a {
  position: relative;
  display: block;
  width: 336px;
  height: 50px;
  margin: 0 7.5px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
  letter-spacing: 0.28em;
  text-align: center;
  color: #fff;
}
.btnWrap a span {
  position: relative;
  padding-left: 25px;
}
.btnWrap a span::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
}
.byBtn {
  background: var(--txt-tsuraresu);
}
.byBtn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.byBtn span::after {
  width: 19px;
  height: 19px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/icon_cart.png)
    center/contain no-repeat;
}
.searchBtn {
  background: var(--color-gray);
}
.searchBtn span::after {
  width: 17px;
  height: 21px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/icon_map.png)
    center/contain no-repeat;
}

/* mvWrap */
#mvWrap .in {
  position: relative;
}
#mvWrap .in .imgWrap {
  position: relative;
  height: 485px;
  overflow: hidden;
}
#mvWrap .in .imgWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mvWrap .in .txtWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 940px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#mvWrap .in .txtWrap h2,
#mvWrap .in .txtWrap p {
  width: 368px;
  margin-left: auto;
}
#mvWrap .in .txtWrap h2 {
  font-size: 57px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
#mvWrap .in .txtWrap h2 small {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--txt-tsuraresu);
}
#mvWrap .in .txtWrap h2 span {
  display: block;
  width: 95px;
  padding: 5px;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
#mvWrap .in .txtWrap p {
  margin-top: 26px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mvWrap .in {
    width: auto;
  }
  #mvWrap .in .imgWrap {
    height: 360px;
  }
  #mvWrap .in .txtWrap {
    width: 100%;
  }
  #mvWrap .in .txtWrap h2,
  #mvWrap .in .txtWrap p {
    width: 40%;
  }
  #mvWrap .in .txtWrap h2 {
    font-size: 35px;
  }
  #mvWrap .in .txtWrap h2 small {
    margin-bottom: 9px;
    font-size: 14px;
  }
  #mvWrap .in .txtWrap h2 span {
    width: 66px;
    margin-top: 8px;
    padding: 2px;
    font-size: 10px;
  }
  #mvWrap .in .txtWrap p {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #mvWrap .in .imgWrap {
    height: 260px;
  }
  #mvWrap .in .txtWrap h2,
  #mvWrap .in .txtWrap p {
    width: 49%;
  }
}

/* worriesWrap */
#worriesWrap {
  position: relative;
  padding: 77px 0 102px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_bg.jpg)
    center/cover no-repeat;
}
#worriesWrap .in {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
#worriesWrap .in .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}
#worriesWrap .in .flex p {
  width: 100%;
  margin-bottom: 38px;
  font-size: 39px;
  letter-spacing: 0.1em;
  text-align: center;
}
#worriesWrap .in .flex p span {
  font-size: 54px;
  font-weight: 500;
  color: var(--txt-tsuraresu);
  background: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_line2.png)
    bottom left/15px repeat-x;
}
#worriesWrap .in .flex .left {
  width: 52.8%;
}
#worriesWrap .in .flex .left li {
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 0.04em;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_check.png)
    center left/33px no-repeat;
}
#worriesWrap .in .flex .left li:last-of-type {
  margin-bottom: 0;
}
#worriesWrap .in .flex .left li span {
  border-bottom: 1px solid var(--txt-tsuraresu);
  font-weight: 500;
  color: var(--txt-tsuraresu);
}
#worriesWrap .in .flex .right {
  width: 47.2%;
}
#worriesWrap .in .box {
  width: 100%;
  margin-top: 66px;
  padding: 50px 0 33px;
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    140deg,
    transparent,
    transparent 5px,
    var(--bg-tsuraresu) 5px,
    var(--bg-tsuraresu) 6px
  );
  text-align: center;
}
#worriesWrap .in .box dt {
  display: inline-block;
  padding-bottom: 16px;
  font-size: 32px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_line.png)
    bottom center/100% no-repeat;
}
#worriesWrap .in .box dt span {
  font-size: 40px;
  font-weight: 500;
  color: var(--txt-tsuraresu);
}
#worriesWrap .in .box dd img {
  width: 741px;
  margin: 3px auto 26px;
}
#worriesWrap .in .box dd p {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#worriesWrap .in .box dd p span {
  font-weight: 700;
  color: var(--txt-tsuraresu);
}
#worriesWrap .arrow {
  position: absolute;
  left: 50%;
  bottom: -53px;
  width: 100%;
  padding: 28px 0 61px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_arrow.png)
    center/auto 100% no-repeat;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateX(-50%);
}
#worriesWrap .arrow span {
  font-size: 24px;
  color: #fff000;
}
@media screen and (max-width: 768px) {
  #worriesWrap {
    padding: 42px 0 58px;
  }
  #worriesWrap .in .flex {
    display: block;
  }
  #worriesWrap .in .flex p {
    margin-bottom: 25px;
    font-size: 25px;
  }
  #worriesWrap .in .flex p span {
    padding-bottom: 5px;
    background-size: 10px;
    font-size: 35px;
  }
  #worriesWrap .in .flex .right {
    width: auto;
    margin: 0 19px 0 0;
  }
  #worriesWrap .in .flex .left {
    width: auto;
    max-width: 336px;
    padding: 0 19px;
    margin: 19px auto 0;
  }
  #worriesWrap .in .flex .left li {
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
    background-size: 21px;
  }
  #worriesWrap .in .box {
    width: auto;
    margin: 46px 19px 0;
    padding: 35px 17px 25px 20px;
  }
  #worriesWrap .in .box dt {
    max-width: 300px;
    font-size: 16px;
    background-image: url(/-/Media/com/wakansen/2302/tsuraresu/worriesWrap_line_sp.png);
  }
  #worriesWrap .in .box dt span {
    font-size: 28px;
  }
  #worriesWrap .in .box dd img {
    width: 100%;
    max-width: 306px;
    margin: 14px auto 15px;
  }
  #worriesWrap .in .box dd p {
    margin: 0;
    font-size: 14px;
    line-height: 1.64;
  }
  #worriesWrap .arrow {
    bottom: -43px;
    padding: 20px 0 43px;
    font-size: 16px;
  }
  #worriesWrap .arrow span {
    font-size: 19px;
  }
}

/* improveWrap */
#improveWrap {
  padding: 112px 0 83px;
}
#improveWrap h2 {
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
}
#improveWrap h2 span {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
#improveWrap h2 span span {
  padding: 0;
  font-size: 48px;
  font-weight: 500;
  color: var(--txt-tsuraresu);
}
#improveWrap h2 span span::before,
#improveWrap h2 span span::after {
  content: none;
}
#improveWrap h2 span::before,
#improveWrap h2 span::after {
  position: absolute;
  top: 65%;
  content: "";
  width: 1px;
  height: 73px;
  background: var(--txt-tsuraresu);
  transform: translateY(-50%);
}
#improveWrap h2 span::before {
  transform: rotate(-30deg) translateY(-50%);
}
#improveWrap h2 span::after {
  transform: rotate(30deg) translateY(-50%);
}
#improveWrap img {
  display: block;
  width: 555px;
  margin: 58px auto 0;
}
#improveWrap .btnWrap {
  margin-top: 18px;
  background: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #improveWrap {
    padding: 83px 0 55px;
  }
  #improveWrap h2 {
    font-size: 20px;
  }
  #improveWrap h2 span {
    padding: 0 28px;
  }
  #improveWrap h2 span span {
    font-size: 35px;
    padding: 0;
  }
  #improveWrap h2 span::before,
  #improveWrap h2 span::after {
    height: 50px;
  }
  #improveWrap img {
    width: 100%;
    max-width: 500px;
    margin-top: 29px;
  }
  #improveWrap .btnWrap {
    margin-top: 15px;
  }
}

/* aboutWrap */
#aboutWrap {
  background: var(--bg-tsuraresu);
}
#aboutWrap h2 {
  position: relative;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: var(--txt-tsuraresu);
}
#aboutWrap h2::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14.5px 0 14.5px;
  border-color: var(--txt-tsuraresu) transparent transparent transparent;
  transform: translateX(-50%);
}
#aboutWrap h2 span {
  position: relative;
  display: inline-block;
  padding: 51px 0 48px 150px;
  font-weight: 700;
  line-height: 1;
}
#aboutWrap h2 span::before {
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  display: block;
  width: 156px;
  height: 153px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/aboutWrap_ttl1.png)
    center/contain no-repeat;
}
#aboutWrap .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 63px 0 43px;
}
#aboutWrap .box.row-rv {
  flex-direction: row-reverse;
}
#aboutWrap .box:first-of-type {
  padding-bottom: 0;
}
#aboutWrap .box:last-of-type {
  padding-top: 52px;
}
#aboutWrap .box h3 {
  position: relative;
  width: 100%;
  padding: 19px 0;
  margin-bottom: 43px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}
#aboutWrap .box h3 span {
  color: var(--txt-tsuraresu);
}
#aboutWrap .box h3 small {
  font-size: 14px;
}
#aboutWrap .box h3::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14.5px 0 14.5px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
#aboutWrap .box .left {
  width: calc(50% - 17.5px);
}
#aboutWrap .box .left .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.64;
}
#aboutWrap .box .left .balloon {
  position: relative;
  margin: 10px 113px 0 0;
  padding: 20px 17px;
  border: 1px solid var(--txt-tsuraresu);
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#aboutWrap .box .left .balloon::before {
  position: absolute;
  top: 18px;
  right: -16.5px;
  content: "";
  display: block;
  width: 17.5px;
  height: 16.5px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/aboutWrap_ballown.png)
    center/contain no-repeat;
}
#aboutWrap .box .left .balloon::after {
  position: absolute;
  top: -4px;
  right: -145px;
  content: "";
  display: block;
  width: 133.5px;
  height: 101px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/aboutWrap_ttl2.png)
    center/contain no-repeat;
}
#aboutWrap .box .left .balloon span span {
  color: var(--txt-tsuraresu);
}
#aboutWrap .box .right {
  width: calc(50% - 17.5px);
}
#aboutWrap .box .right dl {
  margin-bottom: 22px;
}
#aboutWrap .box .right dl:last-of-type {
  margin-bottom: 0;
}
#aboutWrap .box .right dt {
  padding-bottom: 7px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--txt-tsuraresu);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--txt-tsuraresu);
}
#aboutWrap .box .right dd {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #aboutWrap h2 {
    padding: 0 15px;
    font-size: 23px;
  }
  #aboutWrap h2 span {
    padding: 19px 0 19px 110px;
    text-align: left;
    line-height: 1.2;
  }
  #aboutWrap h2 span::before {
    bottom: 5px;
    left: -10px;
    width: 120px;
    height: 110px;
    background-image: url(/-/Media/com/wakansen/2302/tsuraresu/aboutWrap_ttl1_sp.png);
  }
  #aboutWrap .box {
    display: block;
    width: auto;
    padding: 50px 19px 40px;
  }
  #aboutWrap .box:last-of-type {
    padding-top: 40px;
  }
  #aboutWrap .box h3 {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.5;
  }
  #aboutWrap .box h3 small {
    font-size: 12px;
  }
  #aboutWrap .box .left,
  #aboutWrap .box .right {
    width: auto;
  }
  #aboutWrap .box .left .txt {
    margin-top: 17px;
    font-size: 14px;
  }
  #aboutWrap .box .left .balloon {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 9px 117px 0 0;
    padding: 19px 26px;
  }
  #aboutWrap .box .left .balloon::after {
    top: auto;
    bottom: -17px;
    right: -122px;
    width: 115px;
    height: 108px;
    background-image: url(/-/Media/com/wakansen/2302/tsuraresu/aboutWrap_ttl2_sp.png);
  }
  #aboutWrap .box .right img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #aboutWrap .box .right dl {
    margin: 19px 0 0;
  }
  #aboutWrap .box .right dt {
    position: relative;
    margin-bottom: 14px;
    text-align: center;
    border: none;
  }
  #aboutWrap .box .right dt span {
    position: relative;
    padding: 0 9px;
    background: var(--bg-tsuraresu);
    z-index: 1;
  }
  #aboutWrap .box .right dt::after {
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--txt-tsuraresu);
    transform: translate(-50%, -50%);
  }
  #aboutWrap .box .right dd {
    font-size: 14px;
  }
}

/* linkWrap */
#linkWrap {
  padding: 80px 0 74px;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/linkWrap_bg_pc.jpg)
    center/cover no-repeat;
  text-align: center;
}
#linkWrap h2 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#linkWrap p {
  margin: 25px 0 22px;
  font-size: 15px;
  line-height: 1.86;
  font-weight: 300;
}
#linkWrap img {
  width: 88px;
}
#linkWrap a {
  display: block;
  width: 251px;
  margin: 54px auto 0;
  padding: 12px 13px 11px 15px;
  background: var(--txt-note)
    url(/-/Media/com/wakansen/2302/tsuraresu/linkWrap_arrow.png) center right
    13px/26px no-repeat;
  border: 2px solid #000;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
#linkWrap a span {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #linkWrap {
    padding: 63px 0 57px;
    background-image: url(/-/Media/com/wakansen/2302/tsuraresu/linkWrap_bg_sp.jpg);
  }
  #linkWrap a {
    width: 260px;
    padding: 15px 20px;
    border-width: 3px;
    margin-top: 47px;
  }
  #linkWrap h2 {
    font-size: 16.5px;
  }
  #linkWrap p {
    margin: 18px 0 15px;
    font-size: 15px;
  }
}

/* productWrap */
#productWrap {
  padding-top: 90px;
}
#productWrap h2 {
  margin-bottom: 10px;
  text-align: center;
}
#productWrap h2 span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--txt-tsuraresu);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
}
#productWrap .item {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 62px 0;
  border-bottom: 1px solid #b3b3b3;
}
#productWrap .item:nth-last-of-type(2) {
  border: none;
}
#productWrap .item .ttlWrap {
  margin-bottom: 41px;
  text-align: center;
}
#productWrap .item .ttlWrap h3 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#productWrap .item .ttlWrap h3 span {
  display: block;
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--txt-tsuraresu);
}
#productWrap .item .ttlWrap img {
  width: 700px;
}
#productWrap .item .ttlWrap p {
  margin-top: 27px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
#productWrap .item .ttlWrap p span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 4px 5px;
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
}
#productWrap .item .toggleWrap {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
#productWrap .item .toggleWrap dl {
  margin-bottom: 10px;
  padding: 25px 23px 25px 24px;
  border-radius: 5px;
  background: #f1f1f1;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#productWrap .item .toggleWrap dt {
  position: relative;
  color: var(--txt-tsuraresu);
}
#productWrap .item .toggleWrap dl:hover {
  cursor: pointer;
}
#productWrap .item .toggleWrap dd {
  width: 100% !important;
  padding-top: 25px;
  line-height: 1.64;
  display: none;
}
#productWrap .item .toggleWrap dd small {
  font-size: 10px;
}
#productWrap .item .toggleWrap dd p {
  margin-top: 20px;
}
#productWrap .item .toggleWrap dd div {
  display: flex;
}
#productWrap .item .toggleWrap dd div span {
  width: 370px;
  margin-right: 18px;
}
#productWrap .item .toggleWrap dt::before,
#productWrap .item .toggleWrap dt::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #787878;
  transform: translateY(-50%);
  transition: 0.5s;
}
#productWrap .item .toggleWrap dt::after {
  opacity: 1;
  transform: rotate(90deg) translateY(-50%);
}
#productWrap .item .toggleWrap dt.open::after {
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
#productWrap .noteWrap {
  width: 940px;
  max-width: 100%;
  margin: 40px auto 0;
}
#productWrap .noteWrap h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid #fc9fa2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--txt-note);
}
#productWrap .noteWrap dl {
  margin-top: 17px;
}
#productWrap .noteWrap dt {
  margin-bottom: 11px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--txt-note);
}
#productWrap .noteWrap ol {
  counter-reset: wraps;
}
#productWrap .noteWrap li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.64;
  letter-spacing: 0.04em;
  counter-increment: wraps;
}
#productWrap .noteWrap li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  content: counter(wraps) ".";
}
#productWrap .noteWrap li ol {
  padding-left: 0;
  margin-bottom: 20px;
  counter-reset: sections;
}
#productWrap .noteWrap li li {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
  letter-spacing: 0;
  list-style: none;
  counter-increment: sections;
}
#productWrap .noteWrap li li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  content: "(" counter(sections) ")";
}
#productWrap .noteWrap li table {
  margin: 14px 0 16px;
}
#productWrap .noteWrap li table th,
#productWrap .noteWrap li table td {
  padding: 15px 11px;
  border-top: 1px solid #fc9fa2;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 0;
}
#productWrap .noteWrap li table th {
  min-width: 164px;
  border-right: 1px solid #fc9fa2;
  color: var(--txt-note);
}
#productWrap .noteWrap li table td {
  background: #f1f1f1;
}
#productWrap .noteWrap li thead th,
#productWrap .noteWrap li thead td {
  background: var(--bg-tsuraresu);
}
#productWrap .noteWrap li tbody tr:last-of-type th,
#productWrap .noteWrap li tbody tr:last-of-type td {
  border-bottom: 1px solid #fc9fa2;
}
#productWrap .item .toggleWrap dd div img {
  max-width: 286px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #productWrap {
    width: auto;
    padding: 71px 15px 0;
  }
  #productWrap h2 {
    margin-bottom: 45px;
  }
  #productWrap h2 span {
    font-size: 25px;
  }
  #productWrap .item {
    width: auto;
    padding: 25px 0;
  }
  #productWrap .item .ttlWrap {
    margin-bottom: 32px;
  }
  #productWrap .item .ttlWrap h3 {
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 27px;
  }
  #productWrap .item .ttlWrap h3 span {
    margin-bottom: 11px;
    font-size: 14px;
  }
  #productWrap .item .ttlWrap p {
    margin-top: 10px;
    font-size: 14px;
  }
  #productWrap .item .ttlWrap p span {
    margin-bottom: 10px;
    font-size: 10px;
    padding: 3px 4px;
  }
  #productWrap .item .toggleWrap dl {
    padding: 15px 18px;
    margin-bottom: 18px;
  }
  #productWrap .item .toggleWrap dd {
    padding-top: 15px;
  }
  #productWrap .item .toggleWrap dt::before,
  #productWrap .item .toggleWrap dt::after {
    width: 15px;
  }
  #productWrap .noteWrap {
    width: auto;
    margin-top: 34px;
  }
  #productWrap .noteWrap h3 {
    padding-bottom: 8px;
    font-size: 17px;
  }
  #productWrap .noteWrap li ol {
    margin-bottom: 10px;
  }
  #productWrap .noteWrap li table th {
    min-width: 108px;
  }
  #productWrap .noteWrap li table th,
  #productWrap .noteWrap li table td {
    vertical-align: baseline;
  }
  #productWrap .item .toggleWrap dd p {
    margin-top: 15px;
  }
  #productWrap .item .toggleWrap dd div {
    display: block;
  }
  #productWrap .item .toggleWrap dd div span {
    display: block;
    width: auto;
  }
  #productWrap .item .toggleWrap dd div img {
    max-width: 316px;
    margin-top: 10px;
  }
  #productWrap .btnWrap {
    margin: 0 -15px;
  }
  #productWrap .item .ttlWrap img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}

/* telWrap */
#telWrap {
  padding: 50px 0 53px;
  background: #f1f1f1;
  text-align: center;
}
#telWrap h2 span {
  padding-bottom: 3px;
  border-bottom: 1px solid #787878;
  font-size: 1.8rem;
}
#telWrap div {
  margin-top: 30px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
#telWrap div span {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--color-gray);
}
#telWrap p {
  margin-top: 12px;
  text-align: center;
}
#telWrap p span {
  display: inline-block;
  padding: 13px 23px;
  font-size: 14px;
  border-radius: 10px;
  background: #fff;
  line-height: 1.64;
  letter-spacing: 0.04em;
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  #telWrap {
    padding: 50px 0 45px;
  }
  #telWrap div {
    font-size: 34px;
  }
  #telWrap p {
    margin: 15px 19px 0;
  }
  #telWrap p span {
    padding: 17px 10px;
  }
}

.renewWrap {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.renewWrap h3 {
  font-weight: 500;
  font-size: 2.8rem;
  color: var(--txt-tsuraresu);
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.renewWrap h3 span {
  display: inline-block;
  text-align: left;
}
.renewWrap p {
  font-size: 1.6rem;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
  margin-bottom: 1em;
}
.renewWrap figure {
  display: flex;
  gap: 20px;
}
.renewWrap figure img {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .renewWrap {
    padding: 2.5vw 19px 4vw 19px;
    text-align: center;
  }
  .renewWrap h3 {
    font-size: 2.4rem;
  }
  .renewWrap p {
    font-size: 1.4rem;
    line-height: 1.64;
  }
  .renewWrap figure {
    display: flex;
    gap: 10px;
  }
  .renewWrap figure img {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .renewWrap {
    padding-top: 5vw;
    padding-bottom: 7.5vw;
  }
  .renewWrap h3 {
    font-size: 2.1rem;
  }
  .renewWrap figure {
    flex-direction: column;
  }
  .renewWrap figure img {
    width: 100%;
  }
}
