body {
  min-width: 1000px;
  -webkit-print-color-adjust: exact;
}
.product img {
  display: inline-block;
}
.product a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #pageContainer {
    padding-top: 71px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
  }
}

/* #lineupWrap2 */
#lineupWrap2 {
  padding-top: 68px;
  background: none;
}
#lineupWrap2 h3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #lineupWrap2 {
    padding-top: 47px;
  }
}

/* seriesWrap */
#seriesWrap {
  padding: 29px 0 22px;
  background: url(/-/Media/com/wakansen/2302/manryo/bg_gold.jpg) center/cover no-repeat;
}
#seriesWrap * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
}
#seriesWrap dt {
  text-align: center;
  line-height: 1;
}
#seriesWrap dt span {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  padding: 0 26px;
  color: var(--txt-note);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#seriesWrap dt span sup {
  font-size: 10px;
}
#seriesWrap dt span::before,
#seriesWrap dt span::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: var(--txt-note);
  bottom: -2px;
}
#seriesWrap dt span::before {
  transform: rotate(-40deg);
  left: 0;
}
#seriesWrap dt span::after {
  transform: rotate(40deg);
  right: 5px;
}
#seriesWrap dt small {
  padding-right: 7px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#seriesWrap dt strong {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
}
#seriesWrap dd .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 944px;
  margin: 14px auto 0;
}
#seriesWrap dd .list li a {
  display: flex;
  align-items: center;
  width: 306px;
  height: 74px;
  padding: 0 35px 0 11px;
  background: #f1f1f1 url(/-/Media/com/wakansen/2302/top/products_icon.png) right 13px center/8px no-repeat;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.3s;
}
#seriesWrap dd .list li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#seriesWrap dd .list li a img {
  width: 45px;
  margin-right: 8px;
}
#seriesWrap dd .list li a p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
}
#seriesWrap dd .list li a p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
#seriesWrap p.note {
  max-width: 944px;
  margin: 10px auto 0;
  padding: 0 13px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #seriesWrap {
    padding: 24px 0;
  }
  #seriesWrap dt span {
    font-size: 18px;
    margin-bottom: 11px;
    padding: 0 20px;
  }
  #seriesWrap dt span::before,
  #seriesWrap dt span::after {
    height: 20px;
  }
  #seriesWrap dt small {
    display: block;
    padding: 0 0 8px;
    font-size: 12px;
  }
  #seriesWrap dt strong {
    position: relative;
    font-size: 25px;
    padding: 0 45px;
  }
  #seriesWrap dt strong::before,
  #seriesWrap dt strong::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
  }
  #seriesWrap dt strong::before {
    left: 0;
  }
  #seriesWrap dt strong::after {
    right: 0;
  }
  #seriesWrap dd .list {
    width: auto;
    margin: 11px 13px 0;
  }
  #seriesWrap dd .list li {
    width: 100%;
  }
  #seriesWrap dd .list li a {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 6px;
    height: 69px;
  }
  #seriesWrap dd .list a img {
    width: 42px;
  }
  #seriesWrap dd .list a p {
    font-size: 17px;
  }
  #seriesWrap dd .list li a p span {
    display: block;
    font-size: 12px;
    font-weight: 300;
  }
}

#linkWrap.leadTxtWrap {
  background: #fff;
  padding: 0;
}
#linkWrap.leadTxtWrap p {
  padding: 63px 0 0;
  margin: 0;
  height: auto;
  background: none;
  text-align: center;
}
#linkWrap.leadTxtWrap p span {
  padding: 0 0 17px;
  font-size: 18px;
  letter-spacing: 0.18em;
}
#linkWrap.leadTxtWrap p img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #linkWrap.leadTxtWrap p {
    padding: 70px 0 0;
    font-size: 17px;
  }
  #linkWrap.leadTxtWrap p span {
    padding-bottom: 11px;
  }
}

/* 202409追加 */
.ankermargin {
  padding-top: 20px;
  margin-top: -20px;
}
#anzenWrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}
body #anzenWrap * {
  font-weight: 500;
}
.bn_anzen {
  width: 312px;
  display: block;
  border: 1px solid #105952;
  border-top: 0;
  background: #eff7f4;
  color: #222;
  text-align: center;
  font-weight: 300;
}
.bn_anzen:visited {
  color: #222;
}
.bn_anzen .az_head {
  font-size: 1.6rem;
  color: #fff;
  background: #105952;
  padding: 0.2em;
}
.bn_anzen .az_body {
  padding: 0.5em;
  position: relative;
}
.bn_anzen .az_body::before {
  content: "";
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  background: url(./icon/pic_pdf.svg) no-repeat center center;
  background-size: contain;
}
.bn_anzen .az_txt01 {
  font-size: 2rem;
  color: #105952;
  line-height: 1.4;
}
.bn_anzen .az_txt02 {
  font-size: 2.8rem;
  color: #105952;
  line-height: 1.4;
}
.bn_anzen .az_txt03 {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 0.4em;
}

body #anzenWrap .az_txt01,
body #anzenWrap .az_txt02 {
  font-weight: 700;
}

.bn_linklist {
  width: calc(100% - 340px);
  display: flex;
  gap: 12px;
}
.bn_linklist li {
  width: calc((100% - 24px) / 3);
}
.bn_linklist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  width: 100%;
  background: #d75123;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0.6em 0.1em;
  border-radius: 0.3em;
}
.bn_linklist li a::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bn_prod::before {
  background-image: url(./icon/pic_note.svg);
}
.bn_info::before {
  background-image: url(./icon/pic_attention.svg);
}
.bn_faq::before {
  background-image: url(./icon/pic_faq.svg);
}

.link_product {
  margin-top: 10px;
}
.link_product a {
  position: relative;
  display: block;
  max-width: 336px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 50px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffe600;
  background: #d75123;
}
.link_product a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.2em solid #ffe600;
  border-right: 0.2em solid #ffe600;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.7em;
}

.txtAttention {
  text-align: center;
  border: 1px solid #fc9fa2;
  background: var(--bg-tsuraresu);
  color: var(--txt-note);
  font-size: 1.6rem;
  margin-top: 40px;
  padding: 1.2em 2em;
}
.txtAttention p {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ankermargin {
    padding-top: 70px;
    margin-top: -70px;
  }
  #anzenWrap {
    width: auto;
    padding: 3vw 20px;
  }
  .bn_anzen {
    width: 30%;
  }

  .bn_anzen .az_head {
    font-size: 1.6vw;
  }
  .bn_anzen .az_body::before {
    width: 1.8em;
    height: 1.8em;
  }
  .bn_anzen .az_txt01 {
    font-size: 2vw;
  }
  .bn_anzen .az_txt02 {
    font-size: 2.6vw;
  }
  .bn_anzen .az_txt03 {
    font-size: 1rem;
  }
  .bn_linklist {
    width: calc(70% - 20px);
  }

  .bn_linklist li a {
    font-size: 1.8vw;
  }
  .txtAttention {
    margin-top: 4vw;
    padding: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  #anzenWrap {
    display: block;
    padding: 4vw 15px;
  }

  .bn_anzen {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
  .bn_anzen .az_head {
    font-size: 1.4rem;
  }
  .bn_anzen .az_body::before {
    width: 2.1em;
    height: 2.1em;
  }
  .bn_anzen .az_txt01 {
    font-size: 1.8rem;
  }
  .bn_anzen .az_txt02 {
    font-size: 2.5rem;
  }
  .bn_anzen .az_txt03 {
    font-size: 1rem;
  }

  .bn_linklist {
    width: auto;
    gap: 10px;
  }
  .bn_linklist li {
    width: calc((100% - 20px) / 3);
  }
  .bn_linklist li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .ankermargin {
    padding-top: 45px;
    margin-top: -45px;
  }
  .txtAttention {
    margin-top: 5vw;
    padding: 1em;
    font-size: 1.5rem;
  }
}
