@charset "UTF-8";
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.c-page-main-ttl {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .c-page-main-ttl {
    font-size: 20px;
  }
}

.c-guide-page-ttl {
  background-color: #eee;
  padding: 10px 0 12px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .c-guide-page-ttl {
    font-size: 14px;
  }
}

.c-page-under-ttl {
  font-size: 34px !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Montserrat";
}
@media only screen and (max-width: 750px) {
  .c-page-under-ttl {
    font-size: 20px !important;
  }
}

/* --------------------------------
商品詳細のタイトル
----------------------------------- */
.c-detail-content-ttl {
  font-size: 35px;
  text-align: center;
  color: #e782a9;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .c-detail-content-ttl {
    font-size: 21px;
  }
}
.c-detail-content-ttl sup {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .c-detail-content-ttl sup {
    font-size: 10px;
  }
}
.c-detail-content-ttl .small {
  font-size: 10px;
  display: block;
  margin-top: 10px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.brand-top {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 750px) {
  .brand-top {
    margin-top: -20px;
    padding: 0;
  }
}
.brand-top .brand-main-ttl {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .brand-top .brand-main-ttl {
    width: 200px;
  }
}
.brand-top .selection-list-wrap {
  padding-top: 100px;
}
.brand-top .selection-list-wrap .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand-top .selection-list-wrap .inner-block .product-box {
  width: calc((100% - 45px) / 4);
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .brand-top .selection-list-wrap .inner-block .product-box {
    width: calc((100% - 10px) / 2);
  }
}
.brand-top .selection-list-wrap .inner-block .product-box + .product-box {
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  .brand-top .selection-list-wrap .inner-block .product-box + .product-box {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .brand-top .selection-list-wrap .inner-block .product-box:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 751px) {
  .brand-top .selection-list-wrap .inner-block .product-box:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.brand-top .selection-list-wrap .inner-block .product-box .product-name {
  margin-top: 5px;
}
.brand-top .selection-list-wrap .inner-block .product-box .product-price {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .brand-top .selection-list-wrap .inner-block .product-box .product-price {
    margin-top: 5px;
  }
}
.brand-top .selection-list-wrap .inner-block .product-box > a {
  text-decoration: none;
}
.brand-top .btn-to-top {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .brand-top .btn-to-top {
    margin-top: 50px;
  }
}
.brand-top .btn-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 2px solid #121212;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 14px;
  background: #121212;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 751px) {
  .brand-top .btn-to-top a:hover {
    color: #FFFFFF;
    background: #121212;
  }
}
.brand-top .slider-block {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .brand-top .slider-block {
    margin-top: 20px;
  }
}
.brand-top .slider-block .slick-list .slide {
  margin-left: 15px;
  width: auto;
}
@media only screen and (max-width: 1540px) {
  .brand-top .slider-block .slick-list .slide {
    width: 560px;
  }
}
@media only screen and (max-width: 750px) {
  .brand-top .slider-block .slick-list .slide {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .brand-top .slider-block .slick-dots {
    bottom: -20px;
  }
  .brand-top .slider-block .slick-dots li {
    height: 10px;
    width: 10px;
  }
  .brand-top .slider-block .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .brand-top .slider-block .slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
  }
}
.brand-top .inner-block {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .brand-top .inner-block {
    padding: 0 15px;
  }
}
.brand-top#immeme .brand-main-ttl {
  width: 230px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .brand-main-ttl {
    width: 180px;
  }
}
.brand-top#immeme .banner-block {
  width: 80%;
  margin: 70px auto 0;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .banner-block {
    width: 100%;
  }
}
.brand-top#immeme .pickup-block {
  background-color: #fef7fa;
  padding: 50px 80px;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .pickup-block {
    padding: 30px 0;
  }
}
.brand-top#immeme .pickup-block .pickup-inn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .pickup-block .pickup-inn {
    margin-top: 10px;
  }
}
.brand-top#immeme .pickup-block .pickup-inn a {
  display: block;
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .pickup-block .pickup-inn a {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
.brand-top#immeme .pickup-block .pickup-inn a .name {
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .pickup-block .pickup-inn a .name {
    font-size: 12px;
  }
}
.brand-top#immeme .category-block {
  padding: 100px 80px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block {
    padding: 40px 0;
  }
}
.brand-top#immeme .category-block .category-area-ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-area-ttl {
    font-size: 20px;
  }
}
.brand-top#immeme .category-block .category-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-inn {
    margin-top: 10px;
  }
}
.brand-top#immeme .category-block .category-inn a {
  display: block;
  background-color: #fef7fa;
  width: calc((100% - 40px) / 3);
  padding: 15px 30px;
  text-decoration: none;
  position: relative;
  color: #f34892;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-inn a {
    width: calc((100% - 10px) / 2);
    padding: 10px;
    margin-bottom: 10px;
  }
}
.brand-top#immeme .category-block .category-inn a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 20px;
  top: 43%;
  border-top: 2px solid #f38bb8;
  border-right: 2px solid #f38bb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-inn a:before {
    width: 4px;
    height: 4px;
    right: 15px;
  }
}
.brand-top#immeme .category-block .category-inn a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-inn a + a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .brand-top#immeme .category-block .category-inn a:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 751px) {
  .brand-top#immeme .category-block .category-inn a:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .brand-top#immeme .category-block .category-inn a:hover:before {
    right: 17px;
  }
}