@charset "UTF-8";

/*==================================================================================
 00 reset
==================================================================================*/
html {
  scroll-behavior: smooth;
}
body {
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
}
.ui-icon-back {
  background-position: -354px 50%;
}
.ui-icon-home {
  background-position: -515px 50%;
}
.ui-li-static {
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

/*==================================================================================
 01 base
==================================================================================*/
p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

@media (min-width: 1000px) {
  #main {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  #main a:hover,
  .hidden-box label:hover {
    opacity: 0.7;
    transition: all 300ms ease;
  }
}

/*==================================================================================
 02 headline
==================================================================================*/

.heading-primary {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.heading-secondary {
  background: #eee;
  border-top: 1px solid #6699ff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 10px;
}
.heading-tertiary {
  background-color: #edf3ff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5em 10px;
  margin: 1em 0 0.5em;
}
.heading-quaternary {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 1em 0 0.652em;
  border-bottom: 2px solid #7ea6f5;
}

@media (min-width: 1000px) {
  .heading-primary {
    font-size: 2.4rem;
    border-bottom: 2px solid #999;
    padding: 0 10px 5px;
    line-height: 1.3;
  }
  .heading-secondary {
    font-size: 2.2rem;
    border-top: none;
    padding: 6px 20px;
    line-height: 1.6;
  }
  .heading-tertiary {
    clear: both;
    font-size: 1.6rem;
    margin: 30px 0 15px;
  }
  .heading-quaternary {
    margin: 20px 0 15px;
    padding: 0 0 5px 2px;
    font-size: 1.4rem;
  }
}

/*==================================================================================
 02 page-anchor
==================================================================================*/

.page-anchor {
  padding: 1em 0 0.5em;
}
.page-anchor > * + * {
  margin-top: 4px;
}
.page-anchor__item {
  font-size: 1.4rem;
  list-style: none;
  vertical-align: top;
}
.page-anchor__item:before {
  content: '';
  background: url(/img/original-svg/arrow-u-white.svg) no-repeat center;
  background-color: #6699ff;
  background-size: 8px 8px;
  border-radius: 20px;
  display: inline-block;
  margin: 3px 5px 0 0;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
.page-anchor__item a {
  font-weight: bold !important;
  text-decoration: none;
  vertical-align: top;
}

@media (min-width: 1000px) {
  .page-anchor {
    padding: 30px 10px 0;
  }
  .page-anchor__item {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 0.65em 0;
  }
  .page-anchor__item:before {
    background-color: #437ff5;
    margin: 1px 5px 0 0;
  }
  .page-anchor__item a {
    color: #0066ff;
    font-weight: bold !important;
  }
}

/*------------------------------------
!product-list
-------------------------------------*/
.product-list {
  list-style: none;
  padding: 0;
}
.product-item {
  border-bottom: 1px solid #ccc;
}
.product-item:last-child {
  border-bottom: none;
}
.product-item__inner {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding: 1em 10px;
}
.product-item__left {
  flex-basis: 35%;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
.product-item__link{
  display: block;
  position: relative;
}
.product-item__img {
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.product-item__new{
  position: absolute;
  top: 0;
  left: 0;
}
.product-item__rating {
  margin: 0.25em 0 0;
  font-size: 1.2rem;
}
.product-item__right {
  flex: 1;
}
.product-item__icons{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.product-item__labels {
  display: flex;
  gap: 5px;
}
.product-item__badge{
  align-items: flex-start;
  display: flex;
  gap: 5px;
}
.product-item__badge img{
  margin-bottom: 7px;
}
.product-item__label {
  text-align: center;
  font-size: 1rem;
  padding: 0.1em 0.3em;
}
.product-item__label--men,
.product-item__label--unisex {
  color: #004be4;
  border: 1px solid #004be4;
}
.product-item__label--women {
  color: #ff0040;
  border: 1px solid #ff0040;
}
.product-item__label--medicine {
  color: #333;
  border: 1px solid #333;
}
.product-item__name {
  white-space: initial;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
}
.product-item__name a {
  text-decoration: none;
  color: #333;
}
.product-item__description {
  font-size: 1.2rem;
  margin-top: 2px;
}
.product-item__price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e60000;
  text-align: right;
}

@media (min-width: 1000px) {
  .product-item__inner {
  gap: 15px;
  }
  .product-item__left {
    flex-basis: 15%;
  }
  .product-item__rating {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
  .product-item__icon {
    font-size: 1.2rem;
  }
  .product-item__name {
    clear: both;
    font-size: 1.4rem;
    text-decoration: underline;
    margin: 0;
  }
  .product-item__description {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .product-item__price {
    font-size: 2rem;
    text-align: right;
    margin-top: 5px;
  }
}

/*------------------------------------
load-more-button
-------------------------------------*/

.load-more-button {
  align-items: center;
  background-color: #437ff5 !important;
  border: 0;
  border-radius: 8px;
  color: white !important;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 7px;
  justify-content: center;
  margin: 15px auto 20px;
  max-width: calc(100% - 30px);
  padding: 10px;
  width: 100%;
}
.load-more-button:hover {
  opacity: 0.7;
}
.load-more-button__caret {
  display: grid;
  height: 20px;
  place-items: center;
  width: 20px;
}
.load-more-button__caret img{
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .load-more-button {
    font-size: 2rem;
    max-width: 300px;
    margin: 20px auto 30px;
    padding: 15px 20px;
  }
}

/*==================================================================================
 02 contents
==================================================================================*/

.intro {
  padding: 10px;
}
.intro__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.about__detail {
  padding: 0 10px 10px;
}
.about__detail--two-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about__img {
  aspect-ratio: 4/3;
  margin-inline: auto;
  max-width: 80%;
}
.about__text > * + * {
  margin-top: 20px;
}
.about__text b {
  background-color: #ffff9d;
}
.about__usage {
  background-color: #fff1f1;
  border: solid 1px #ff0000;
  font-size: 1.3rem;
  padding: 0.75em 0.5em;
  margin: 0.65em 0;
}
.about__usage > * + * {
  margin-top: 0.5em;
}
.about__usage li {
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.about__description {
  font-size: 1.3rem;
  margin: 13px 0;
}
.about__description > * + * {
  margin-top: 0.9em;
}
.about__description dt {
  font-weight: bold;
  display: inline-block;
  border: 1px solid #5a5a5a;
  padding: 0 0.25em;
  border-radius: 0.2em;
  margin: 0 0 0.25em 0;
}
.about__caption {
  color: #cc0000;
  font-size: 1.4rem;
  margin-top: 1em;
}

@media (min-width: 1000px) {
  .intro__text {
    padding: 0 10px;
  }
  .about__detail--two-column {
    flex-direction: row;
  }
  .about__img {
    padding: 0 1em;
    width: 30%;
    max-width: 100%;
  }
}


/*==================================================================================
 00 review
==================================================================================*/

.review__lead {
  font-size: 1.3rem;
  padding: 10px;
}
/* sm_commonの指定に負けるためHTMLタグで指定 */
ul.review__list{
  margin: 0;
}
/* 各レビュー要素はCSSクラスごとデータが返ってくるため、渡ってくるクラス名に合わせてスタイルを当てる */
.review__list > li {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.review__list > li:last-child {
  border-bottom: none;
}

.review__list .reviewInfo {
  align-items: baseline;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  font-size: 1.4rem;
  gap: 5px;
}
.review__list .reviewInfo::before{
  content: none;
}
.review__list .reviewInfo .float-r{
  margin-left: auto;
}
.review__list .review-photos img {
  aspect-ratio: 1;
  max-height: 200px;
  object-fit: contain;
}
.review__list .review-item {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 8px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.review__list .review-item a {
  color: #333;
  text-decoration: none;
}
.review__list .review-comment{
  font-size: 1.4rem;
}
.review__list .review-helpful {
  align-items: center;
  color: #06f;
  display: flex;
  font-size: 1.3rem;
  gap: 5px;
  justify-content: space-between;
  margin-top: 10px;
}
.review__list .review-helpful a {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
  padding: 3px 10px;
}
.review-item__loading{
  font-size: 1.4rem;
  padding: 10px;
}
.review-item__error{
  color: #f00;
  font-size: 1.4rem;
  padding: 10px;
}

@media (min-width: 1000px) {
  .review__list .reviewInfo {
   font-size: 1.2rem;
  }
}
