@charset "UTF-8";
body {
  color: #333333;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}

.iw-global-nav-right:hover {
  color: #fff;
  text-decoration: none;
}

.iw-global-nav-btn {
  border-radius: 100px;
  background-color: var(--b4-main-color);
  padding: 15px 30px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  width: 180px;
  max-width: 100%;
}

.iw-global-nav-btn-icon-wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.iw-global-nav-btn-icon {
  background-color: #fff;
  padding: 2px;
  border-radius: 100px;
}

#contents .iw-body p {
  margin: 0;
}
#contents .iw-body .iw-ttl {
  background-color: #0087C7;
}
#contents .iw-body .iw-ttl .iw-ttl-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #contents .iw-body .iw-ttl .iw-ttl-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
#contents .iw-body .iw-ttl .iw-search-b4-2508-form input {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
#contents .iw-body .iw-ttl h2 {
  color: #ffffff !important;
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem) !important;
}
#contents .iw-body .iw-img img {
  max-width: clamp(70px, 60px + 3vw, 90px);
}
#contents .iw-body .iw-about-sale {
  box-sizing: border-box;
}
#contents .iw-body .iw-about-sale .iw-about-sale-0 .iw-about-sale-ttl {
  background-color: #0087C7;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
}
#contents .iw-body .iw-about-sale .iw-about-sale-0 .iw-about-sale-inner {
  background-color: rgba(0, 135, 199, 0.1);
  padding: 15px;
  border-radius: 0 0 6px 6px;
}
#contents .iw-body .iw-about-sale .iw-about-sale-1 .iw-about-sale-ttl {
  background-color: #0087C7;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
}
#contents .iw-body .iw-about-sale .iw-about-sale-1 .iw-about-sale-inner {
  background-color: rgba(0, 135, 199, 0.1);
  padding: 15px;
  border-radius: 0 0 6px 6px;
}
#contents .iw-body .iw-about-sale img {
  width: 100px;
  max-width: 100px;
}
#contents .iw-body .iw-about-sale .uk-text-small {
  font-size: 0.8rem;
}
#contents .iw-body .iw-about-sale .iw-about-sale-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .iw-body .iw-about-sale .iw-about-sale-btn a {
  background: #0087C7;
  background: linear-gradient(149deg, rgb(29, 159, 219) 0%, rgb(0, 135, 199) 54%);
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  max-width: 300px;
  width: 100%;
  border-bottom: solid 5px #006494;
  font-weight: 600;
}
#contents .iw-body .iw-about-sale .iw-about-sale-btn a:hover {
  background: #0076ae;
}
#contents .iw-body .iw-notice-danger {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.3rem) !important;
}
#contents .iw-body .iw-switcher-nav {
  margin-bottom: 30px;
}
#contents .iw-body .iw-switcher-nav a {
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-0 {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.3rem) !important;
  background: linear-gradient(180deg, rgba(0, 135, 199, 0.9) 0%, #0072a8);
  border-radius: 10px;
  padding: 20px 10px 40px;
  font-weight: 600;
  border-bottom: solid 8px #004261;
}
@media (max-width: 640px) {
  #contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-0 {
    padding: 15px 15px 30px 15px;
    line-height: 1.2;
  }
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-0 .iw-switcher-nav-inner-box {
  display: inline-block;
  position: relative;
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-0 .iw-switcher-nav-inner-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -16px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateX(-50%) rotate(45deg);
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-1 {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.3rem) !important;
  background: linear-gradient(180deg, rgba(241, 161, 76, 0.9) 0%, #ef9230);
  border-radius: 10px;
  padding: 20px 10px 40px;
  font-weight: 600;
  border-bottom: solid 8px #c76e10;
}
@media (max-width: 640px) {
  #contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-1 {
    padding: 15px 15px 30px 15px;
    line-height: 1.2;
  }
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-1 .iw-switcher-nav-inner-box {
  display: inline-block;
  position: relative;
}
#contents .iw-body .iw-switcher-nav a .iw-switcher-nav-inner-1 .iw-switcher-nav-inner-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -16px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 640px) {
  #contents .iw-body .iw-switcher-nav .uk-text-small {
    font-size: 0.8rem;
  }
}
#contents .iw-body .iw-ankr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#contents .iw-body .iw-ankr a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  font-weight: 600;
}
#contents .iw-body .iw-ankr a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
@media (max-width: 640px) {
  #contents .iw-body .iw-ankr {
    flex-direction: column;
    align-items: stretch;
  }
  #contents .iw-body .iw-ankr a {
    padding: 10px 15px;
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  #contents .iw-body .iw-ankr a::after {
    margin-left: 5px;
    width: 4px;
    height: 4px;
  }
}
#contents .iw-body .iw-switcher-inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 640px) {
  #contents .iw-body .iw-switcher-inner {
    padding: 15px;
  }
}
#contents .iw-body .iw-switcher-0 {
  background-color: #0087C7;
  padding-top: 60px;
}
#contents .iw-body .iw-switcher-0 h2 {
  color: #ffffff;
}
#contents .iw-body .iw-switcher-0 h3 {
  padding: 0.5em 0.6em;
  border-left: 4px solid #0087C7;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.7rem) !important;
  font-weight: 600 !important;
}
#contents .iw-body .iw-switcher-0 .iw-category-header {
  font-weight: 600;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=栄養補助食品] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=栄養補助食品] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=医薬品] {
  background-color: #c1bfd5;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=医薬品] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=［ヒフミド］] {
  background-color: #abdcec;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=［ヒフミド］] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=アロウェル] {
  background-color: #b1d8b7;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=アロウェル] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=杜仲茶] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=杜仲茶] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category="EDICARE EX〈エディケアEX〉"] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category="EDICARE EX〈エディケアEX〉"] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=PycnoRacer〈ピクノレーサー〉] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-0 .iw-category-header[iw-category=PycnoRacer〈ピクノレーサー〉] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-nowrap-header {
  white-space: nowrap;
}
#contents .iw-body .iw-switcher-0 span.iw-note {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-0 .iw-note-text-sp {
  font-size: 0.8rem;
}
#contents .iw-body .iw-switcher-1 {
  background-color: #f1a14c;
  padding-top: 60px;
}
#contents .iw-body .iw-switcher-1 h2 {
  color: #ffffff;
}
#contents .iw-body .iw-switcher-1 h3 {
  padding: 0.5em 0.6em;
  border-left: 4px solid #f1a14c;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.7rem) !important;
  font-weight: 600 !important;
}
#contents .iw-body .iw-switcher-1 .iw-category-header {
  font-weight: 600;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=栄養補助食品] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=栄養補助食品] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=医薬品] {
  background-color: #c1bfd5;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=医薬品] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=［ヒフミド］] {
  background-color: #abdcec;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=［ヒフミド］] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=アロウェル] {
  background-color: #b1d8b7;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=アロウェル] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=杜仲茶] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=杜仲茶] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category="EDICARE EX〈エディケアEX〉"] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category="EDICARE EX〈エディケアEX〉"] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=PycnoRacer〈ピクノレーサー〉] {
  background-color: #feeaad;
}
#contents .iw-body .iw-switcher-1 .iw-category-header[iw-category=PycnoRacer〈ピクノレーサー〉] span {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-nowrap-header {
  white-space: nowrap;
}
#contents .iw-body .iw-switcher-1 span.iw-note {
  font-size: 0.8rem;
  display: block;
}
#contents .iw-body .iw-switcher-1 .iw-note-text-sp {
  font-size: 0.8rem;
}
#contents .iw-body .iw-buttons {
  margin-top: 0.6rem;
  margin-left: 0rem;
}
@media (max-width: 640px) {
  #contents .iw-body .iw-buttons {
    margin-bottom: 0.6rem;
  }
}
#contents .iw-body .iw-buttons .iw-button-shop {
  background: #0087C7;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  max-width: 100px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: drop-shadow(0 2px 2px #d9d6d6);
  margin-right: 1rem;
}
#contents .iw-body .iw-buttons .iw-button-shop:hover {
  background-color: #006494;
  filter: drop-shadow(0 1px 1px #d9d6d6);
}
@media (max-width: 640px) {
  #contents .iw-body .iw-buttons .iw-button-shop {
    margin-right: 0.6rem;
  }
}
#contents .iw-body .iw-buttons .iw-button-amazon {
  background: #f1a14c;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  max-width: 100px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: drop-shadow(0 2px 2px #d9d6d6);
}
#contents .iw-body .iw-buttons .iw-button-amazon:hover {
  background-color: #ed881d;
  filter: drop-shadow(0 1px 1px #d9d6d6);
}
#contents .iw-body .iw-buttons a.iw-button-amazon[href="#"] {
  background-color: #cccccc;
  color: #ffffff;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: none;
}
#contents .iw-body .uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
@media (max-width: 640px) {
  #contents .iw-body .uk-table-small td, #contents .iw-body .uk-table-small th {
    padding: 6px;
  }
}

.scroll-hint-icon {
  top: 20px !important;
  bottom: auto !important;
  transform: translateY(0) !important;
}