@charset "UTF-8";
/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icreo-contents-container .icreo-footer {
  background: #f0f0f0;
  border-top: solid 4px #D1D1D1;
  margin-top: 60px;
}
@media (max-width: 736px) {
  .icreo-contents-container .icreo-footer {
    margin-top: 30px;
  }
}
.icreo-contents-container .other-product {
  background-color: #F0F0F0;
  padding: 34px 0 55px;
}
.icreo-contents-container .other-product ul {
  padding: 0;
}
.icreo-contents-container .other-product ul li {
  list-style-type: none;
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product {
    padding: 20px 0;
  }
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product.open .other-product__contents {
    height: auto;
  }
}
.icreo-contents-container .other-product.open .js-accordion-open {
  display: none;
}
.icreo-contents-container .other-product__contents {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__contents {
    width: calc(100% - 32px);
    overflow: hidden;
    height: 0;
  }
}
.icreo-contents-container .other-product__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  color: #8f8f91;
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__title {
    font-size: 4.2666666667vw;
  }
}
.icreo-contents-container .other-product__list {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__list {
    width: calc(100% - 32px);
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.icreo-contents-container .other-product__item {
  border: solid 1px #D1D1D1;
  border-right: 0;
  width: 25%;
  height: 68px;
  background-color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__item {
    width: 50%;
    height: 16vw;
    background-size: auto 10.6666666667vw;
  }
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__item:nth-child(2n) {
    border-right: solid 1px #D1D1D1;
  }
}
@media (max-width: 736px) {
  .icreo-contents-container .other-product__item:nth-of-type(n+3) {
    border-top: none;
  }
}
.icreo-contents-container .other-product__item:last-child {
  border-right: solid 1px #D1D1D1;
}
.icreo-contents-container .other-product__item--p1 {
  background-image: url("../images/common/p-bitetsu.png");
  background-size: 156px auto;
}
.icreo-contents-container .other-product__item--p2 {
  background-image: url("../images/common/p-1sai.png");
  background-size: 166px auto;
}
.icreo-contents-container .other-product__item--p3 {
  background-image: url("../images/common/p-skincare.png");
  background-size: 178px auto;
}
.icreo-contents-container .other-product__item--p4 {
  background-image: url("../images/common/p-taiju.png");
  background-size: 146px auto;
}
.icreo-contents-container .other-product__link {
  display: block;
  width: 100%;
  height: 100%;
}
.icreo-contents-container .footer-btn {
  display: table;
  padding: 5px 28px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 17px;
  cursor: pointer;
}
.icreo-contents-container .footer-btn.u-only-sp {
  display: none;
}
@media (max-width: 736px) {
  .icreo-contents-container .footer-btn.u-only-sp {
    display: table;
  }
}
.icreo-contents-container .footer-btn.u-only-pc {
  display: table;
}
@media (max-width: 736px) {
  .icreo-contents-container .footer-btn.u-only-pc {
    display: none;
  }
}
.icreo-contents-container .fix-bar {
  position: fixed;
  width: 100%;
  right: 0%;
  bottom: 0;
  z-index: 100;
}
.icreo-contents-container .fix-bar .pageup {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.icreo-contents-container .fix-bar.show .pageup {
  opacity: 1;
}
.icreo-contents-container .pageup {
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  bottom: 20px;
  right: 60px;
}
@media (max-width: 736px) {
  .icreo-contents-container .pageup {
    right: 2.6666666667vw;
    width: 64px;
    height: 64px;
    bottom: 10px;
  }
}
.icreo-contents-container .pageup--a {
  background-image: url("../images/common/pageup.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.icreo-contents-container .pageup--left {
  right: initial;
  left: 30px;
}
@media (max-width: 736px) {
  .icreo-contents-container .pageup--left {
    right: initial;
    left: 2.6666666667vw;
  }
}

body.scrolled-windowheight .icreo-contents-container .fix-bar .pageup {
  opacity: 1;
}

/* フッター上: バナー・SNS */
.icreo-info__recommend .icreo-info__recommend-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend .icreo-info__recommend-row {
    margin: 0 -5px;
  }
}
.icreo-info__recommend .icreo-info__recommend-row > .icreo-info__recommend-col a {
  display: block;
  transition: opacity 0.2s linear;
}
.icreo-info__recommend .icreo-info__recommend-row > .icreo-info__recommend-col a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-info__recommend .icreo-info__recommend-row > .icreo-info__recommend-col a:hover {
    opacity: 1;
    cursor: default;
  }
}
.icreo-info__recommend .icreo-info__recommend-row > .icreo-info__recommend-col img {
  width: 100%;
  vertical-align: bottom;
}
.icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--1 {
  justify-content: center;
}
.icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--1 > .icreo-info__recommend-col {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--1 > .icreo-info__recommend-col {
    width: 100%;
    padding: 0 5px;
  }
}

/* 通常ページ用 */
.icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--2 > .icreo-info__recommend-col {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--2 > .icreo-info__recommend-col {
	  width: 100%;
    padding: 0 5px;
  }
}
@media (max-width: 736px) {
.icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--2 > .icreo-info__recommend-col:nth-child(2) {
  margin-top: 20px;
	}
}

/* 商品ページ用 */
.icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--2prd > .icreo-info__recommend-col {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend .icreo-info__recommend-row.icreo-info__recommend-row--2prd > .icreo-info__recommend-col {
    padding: 0 5px;
  }
}

.icreo-info__recommend .icreo-info__recommend-row.mt-20 {
  margin-top: 20px;
}

.icreo-info__recommend--wide .icreo-info__recommend-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend--wide .icreo-info__recommend-row {
    margin: 0 -5px;
  }
}
.icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col {
    width: 100%;
    padding: 0 5px;
  }
}
@media (max-width: 736px) {
  .icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col:nth-child(n+1) {
    margin-top: 20px;
  }
}
.icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 736px) {
  .icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col:nth-child(n+3) {
    margin-top: 20px;
  }
}
.icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col a {
  display: block;
  transition: opacity 0.2s linear;
}
.icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col a:hover {
    opacity: 1;
    cursor: default;
  }
}
.icreo-info__recommend--wide .icreo-info__recommend-row > .icreo-info__recommend-col img {
  width: 100%;
  vertical-align: bottom;
}
.icreo-info__recommend--wide .icreo-info__recommend-row.mt-20 {
  margin-top: 20px;
}

.icreo-info {
  margin-top: 60px;
}
@media (max-width: 736px) {
  .icreo-info {
    margin-top: 30px;
  }
}
.icreo-info.mt-0 {
  margin-top: 0;
}

.icreo-info__sns {
  display: inline-block;
  min-width: 460px;
  margin: 30px auto 0;
  padding-bottom: 60px;
  background-image: url(../images/common/info-sns-heading.png);
  background-size: 460px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 736px) {
  .icreo-info__sns {
    min-width: 230px;
    margin-top: 34px auto 0;
    padding-bottom: 42px;
  }
}
@media (max-width: 736px) {
  .icreo-info__sns {
    background-size: 230px auto;
  }
}

.icreo-info__sns-lead {
  color: #f41765;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .icreo-info__sns-lead {
    font-size: 16px;
  }
}

.icreo-info__sns-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 210px;
  margin: 16px auto 0;
}
.icreo-info__sns-list .icreo-info__sns-link {
  padding: 0 25px;
  width: 50%;
}
@media (max-width: 736px) {
  .icreo-info__sns-list .icreo-info__sns-link {
    padding: 0 20px;
  }
}
.icreo-info__sns-list .icreo-info__sns-link a {
  display: block;
  transition: opacity 0.2s linear;
  width: 50px;
}
.icreo-info__sns-list .icreo-info__sns-link a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-info__sns-list .icreo-info__sns-link a:hover {
    opacity: 1;
    cursor: default;
  }
}
@media (max-width: 736px) {
  .icreo-info__sns-list .icreo-info__sns-link a {
    width: 60px;
  }
}
.icreo-info__sns-list .icreo-info__sns-link a img {
  width: 100%;
  vertical-align: bottom;
}
