@charset "UTF-8";
.bottom-products {
  background-color: #f6f6f6;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-top: 24px;
}
.bottom-products + .footer-global {
  margin-top: 0;
}
.bottom-products__watched {
  margin-bottom: 24px;
}
.bottom-products__watched:not(:first-child) {
  margin-top: 24px;
}
.bottom-products .sld__wrap {
  margin-top: 16px;
}
.bottom-products .ttl-h3--icon {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 24px 0 0 16px;
  font-size: 18px;
}
.bottom-products .ttl-h3__icon {
  margin-right: 4px;
  height: 20px;
}

.button {
  display: inline-block;
  padding: 10px 8px 8px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  color: #16160e;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.button:hover {
  opacity: 0.85;
}
.button [class^=mf-]:first-child,
.button [class^=icn-]:first-child {
  margin-right: 2px;
}
.button [class^=mf-]:last-child,
.button [class^=icn-]:last-child {
  margin-left: 2px;
}
.button.-red {
  border-color: #ad0003;
  background-color: #ad0003;
  color: #ffffff;
}
.button.-black {
  background-color: #16160e;
  color: #ffffff;
  border-color: #16160e;
  font-weight: bold;
}
.button.-gray {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-weight: bold;
}
.button.-expanded {
  display: block;
}

.switch-button-list {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.switch-button-list__button {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}
.switch-button-list .is-current {
  background-color: #16160e;
  border-color: #16160e;
  color: #ffffff;
  cursor: default;
}

.button-rounded {
  border: solid 1px #c8c8c8;
  border-radius: 20px;
  text-align: center;
  padding: 7px 0;
}
.button-rounded:hover {
  opacity: 0.85;
}

.product-inner {
  padding: 24px 16px;
}

h3 {
  font-size: 18px;
}

.ttl-h3--icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.ttl-h3__icon {
  margin-right: 4px;
}

.icn-money {
  position: relative;
  width: 18px;
}

.product-category {
  background-color: #f6f6f6;
}
.product-category__title {
  font-size: 26px;
}

.product-category__banners {
  background: #ededed;
  border-radius: 4px;
  text-align: center;
  padding: 16px;
  margin-top: 18px;
}

.product-category__button {
  margin: auto;
  display: inline-block;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  text-align: center;
}

.category-buttons-lst {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.category-buttons-lst__item {
  width: calc(33.3% - 5.3px);
  padding: 0 0 8px 0;
}
.category-buttons-lst__wrap {
  position: relative;
  padding-bottom: 50px;
}
.category-buttons-lst__wrap .category-expand-bg {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 52px 0 0;
  background: linear-gradient(rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 52px);
}
.category-buttons-lst__wrap.is-open .category-buttons-lst__item:nth-child(n+9) {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  display: block;
  opacity: 1;
}
.category-buttons-lst__wrap.is-open .category-expand-bg {
  padding: 0;
  background: none;
}
.category-buttons-lst__wrap.is-open .js-more-list__button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
}

.inactive {
  opacity: 0.2;
  cursor: default;
}
.product-money .ttl-h2--icon {
  margin-bottom: 2px;
}
.product-money .grid__block {
  margin-top: 14px;
}
.choice-objective ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 0 0;
}

.nv-slide__link {
  cursor: pointer;
}

.ranking-content {
  display: none;
}
.ranking-content.is-current {
  display: inherit;
}

.ranking-accordion {
  margin: 16px 0 0;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
}
.ranking-accordion__text {
  padding: 16px;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
.ranking-accordion__text .icn-arrow2 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 13px;
}
.ranking-accordion__contents {
  padding: 16px;
  display: none;
}
.ranking-accordion__wrap:not(:last-child) .ranking-accordion__text {
  border-bottom: 1px solid #e5e5e5;
}
.ranking-accordion__wrap:not(:last-child) .ranking-accordion__contents {
  border-bottom: 1px solid #e5e5e5;
}
.ranking-accordion__wrap:last-child .ranking-accordion__contents {
  border-top: 1px solid #e5e5e5;
}
.ranking-accordion__wrap.is-open .ranking-accordion__text .icn-arrow2 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-feature {
  margin-bottom: 24px;
}
.product-feature__title {
  display: inherit;
  text-align: center;
  max-width: 758px;
  margin: 0 auto;
}
.product-feature__contents {
  position: relative;
  padding: 24px 0;
}
.product-feature__link {
  position: relative;
  bottom: 0;
  right: 0;
  color: #1e50a2;
  display: flex;
  align-content: end;
  justify-content: flex-end;
  padding-right: 16px;
  font-size: 14px;
}
.product-feature__link i::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  margin-left: 4px;
}
.product-feature__link:hover {
  text-decoration: underline;
}
.product-feature .product-inner {
  padding-top: 0;
}
.product-feature--default {
  background-color: #f6f6f6;
  border-top: 3px solid #999999;
}
.product-feature--default .product-feature__logo {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.product-feature--default .product-feature__logo svg {
  fill: #999999;
  height: 48px;
}
.product-feature--blue {
  background-color: #edf3f5;
  border-top: 3px solid #60b3cc;
}
.product-feature--blue .product-feature__logo {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.product-feature--blue .product-feature__logo svg {
  fill: #60b3cc;
  height: 48px;
}
.product-feature--red {
  background-color: #fff5f5;
  border-top: 3px solid #ef9494;
}
.product-feature--red .product-feature__logo {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.product-feature--red .product-feature__logo svg {
  fill: #ef9494;
  height: 48px;
}
.product-feature--orange {
  background-color: #fcf7f0;
  border-top: 3px solid #b9937c;
}
.product-feature--orange .product-feature__logo {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.product-feature--orange .product-feature__logo svg {
  fill: #b9937c;
  height: 48px;
}
.product-feature--green {
  background-color: #f4f5e9;
  border-top: 3px solid #87bc74;
}
.product-feature--green .product-feature__logo {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.product-feature--green .product-feature__logo svg {
  fill: #87bc74;
  height: 48px;
}

.product-recommend {
  background-color: #f6f6f6;
}
.product-recommend__inner {
  padding: 24px 0;
}
.product-recommend .sld__wrap {
  margin-top: 16px;
}
.product-recommend .ttl-h2--icon {
  margin-left: 16px;
}

.product-introduction__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-introduction__head h3 {
  font-size: 20px;
}
.product-introduction__hr {
  width: 100%;
  border-bottom: 1px solid #16160e;
  background-color: #16160e;
  position: relative;
  bottom: 1px;
  display: block;
}
.product-introduction__title {
  font-weight: bold;
  margin-top: 20px;
}
.product-introduction .h3-img {
  height: 80px;
}
.product-introduction .service-banners {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.product-introduction .service-banners__item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-introduction .service-banners__title {
  font-weight: bold;
}
.product-introduction .service-banners__link {
  display: flex;
  align-items: flex-start;
}
.product-introduction .service-banners__link:hover img {
  opacity: 0.85;
}
.product-introduction .service-banners__link:hover p,
.product-introduction .service-banners__link:hover h3 {
  color: #1e50a2;
  text-decoration: underline;
}
.product-introduction .service-banners__text {
  font-size: 12px;
}
.product-introduction .service-banners img {
  border: 1px solid #e5e5e5;
  width: calc(50% - 6px);
  margin-right: 12px;
}

/**
 * リンク
 */
.link {
  position: relative;
  color: #1e50a2;
  align-content: center;
  padding-right: 16px;
}
.link:hover {
  text-decoration: underline;
}
.link--arrow-right i::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  margin-left: 4px;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

.lst-categories__title .lst-categories__link {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .bottom-products {
    margin-top: 40px;
    border-bottom: none;
  }
  .bottom-products__watched {
    margin: 0;
  }
  .bottom-products__watched:not(:first-child) {
    margin-top: 40px;
  }
  .bottom-products .sld__wrap {
    margin-top: 24px;
  }
  .bottom-products .btn-sld {
    top: 30px;
  }
  .bottom-products__inner {
    width: 1072px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .bottom-products .ttl-h3--icon {
    font-size: 22px;
    margin: 0;
  }
  .button {
    padding: 8px 16px 6px;
  }
  .switch-button-list__button {
    margin-left: 6px;
  }
  .button-rounded.-expanded {
    display: block;
  }
  .product-inner {
    width: 1072px;
    margin: 0 auto;
    padding: 40px 0;
  }
  h3 {
    font-size: 22px;
  }
  .icn-money {
    width: 23px;
    margin: 1px 4px 1px 0;
  }
  .product-category {
    margin-top: 24px;
  }
  .product-category__banners {
    display: flex;
    justify-content: center;
  }
  .product-category__button {
    width: 400px;
    margin: 0;
  }
  .product-category__button:hover {
    opacity: 0.85;
  }
  .product-category__button + .product-category__button {
    margin: 0 0 0 20px;
  }
  .category-buttons-lst {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
  }
  .category-buttons-lst__wrap {
    padding-bottom: 0;
  }
  .category-buttons-lst__item {
    box-sizing: content-box;
    width: auto;
    padding: 0;
  }
  .category-buttons-lst__item:hover {
    cursor: pointer;
    opacity: 0.85;
  }
  .product-money {
    width: 1072px;
    margin: 40px auto 0;
  }
  .choice-objective {
    width: 1072px;
    margin: 40px auto;
  }
  .choice-objective ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .choice-objective li {
    width: 253px;
    margin-top: 24px;
    padding: 0;
  }
  .product-ranking {
    background-color: #f6f6f6;
    margin-bottom: 20px;
  }
  .product-ranking .nv-slide {
    margin-top: 24px;
    border-bottom: none;
    border-top: 2px solid #e5e5e5;
    background-color: #ffffff;
  }
  .product-ranking .nv-slide__item.is-current {
    color: #16160e;
  }
  .product-feature {
    margin-bottom: 40px;
  }
  .product-feature__link {
    font-size: 16px;
  }
  .product-feature--default .product-feature__logo {
    margin: 24px 0;
  }
  .product-feature--default .product-feature__logo svg {
    height: 80px;
  }
  .product-feature--blue .product-feature__logo {
    margin: 24px 0;
  }
  .product-feature--blue .product-feature__logo svg {
    height: 80px;
  }
  .product-feature--red .product-feature__logo {
    margin: 24px 0;
  }
  .product-feature--red .product-feature__logo svg {
    height: 80px;
  }
  .product-feature--orange .product-feature__logo {
    margin: 24px 0;
  }
  .product-feature--orange .product-feature__logo svg {
    height: 80px;
  }
  .product-feature--green .product-feature__logo {
    margin: 24px 0;
  }
  .product-feature--green .product-feature__logo svg {
    height: 80px;
  }
  .product-recommend__inner {
    width: 1072px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .product-recommend .sld__wrap {
    margin-top: 24px;
  }
  .product-recommend .ttl-h2--icon {
    margin-left: 0;
  }
  .product-introduction__head h3 {
    padding: 0 16px;
  }
  .product-introduction__title {
    text-align: center;
    margin-top: 32px;
  }
  .product-introduction .h3-img {
    height: 107px;
  }
  .product-introduction .service-banners {
    flex-direction: inherit;
    margin: 32px -20px 0 0;
  }
  .product-introduction .service-banners__item {
    margin-right: 20px;
    padding: 0;
    border: none;
  }
  .product-introduction .service-banners__title {
    margin: 16px 0 12px;
  }
  .product-introduction .service-banners__link {
    display: block;
  }
  .product-introduction .service-banners__text {
    font-size: 16px;
  }
  .product-introduction .service-banners img {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .bottom-products .sld__wrap {
    padding-right: 0;
  }
  .bottom-products .sld__list {
    padding: 0 6px 0 16px;
  }
  .button-rounded {
    font-size: 14px;
    padding: 0 16px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 24px;
  }
  .ttl-h1--icon {
    margin: 24px 16px 0;
  }
  .product-category__banners {
    padding: 12px;
  }
  .product-category__button {
    width: 100%;
    margin-bottom: 8px;
  }
  .product-category__button:last-child {
    margin-bottom: 0;
  }
  .product-category__button img {
    max-width: none;
    width: 100%;
  }
  .category-buttons-lst__item:first-child {
    padding: 0 8px 8px 0;
  }
  .category-buttons-lst__item:nth-child(3n) {
    padding: 0 0 8px 8px;
  }
  .category-buttons-lst__item:nth-child(3n+4) {
    padding: 0 8px 8px 0;
  }
  .category-buttons-lst__item:nth-child(n+10) {
    display: none;
    opacity: 0;
  }
  .product-money {
    margin: 24px 0 16px;
    overflow-x: auto;
  }
  .product-money .ttl-h2--icon {
    margin-left: 16px;
  }
  .product-money .product-money__list {
    overflow-x: auto;
    padding: 0 16px;
  }
  .product-money .grid {
    flex-wrap: nowrap;
  }
  .product-money .grid__block {
    width: auto;
    padding-right: 8px;
  }
  .product-money .grid__block:last-child {
    padding-right: 16px;
  }
  .choice-objective {
    margin: 24px 16px;
  }
  .choice-objective li {
    width: 50%;
    padding: 0 6px 6px 0;
    box-sizing: border-box;
  }
  .choice-objective li:nth-child(2n) {
    padding: 0 0 6px 6px;
  }
  .choice-objective li:last-child, .choice-objective li:nth-last-child(2) {
    padding-top: 6px;
    padding-bottom: 0;
  }
  .product-ranking {
    border-top: 1px solid #c8c8c8;
  }
  .product-feature__contents {
    padding: 16px 0 32px;
  }
  .sld__wrap {
    padding-right: 0;
  }
  .sld__list {
    padding: 0 6px 0 16px;
  }
}
