@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;
}
@media only screen and (max-width: 750px) {
  .brand-top .selection-list-wrap {
    padding-top: 0px;
  }
}
.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: 1110px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .brand-top .inner-block {
    padding: 0 15px;
  }
}
.brand-top#choosy {
  background: url(../img/brand/choosy/bg.png) no-repeat center center;
  background-size: cover;
  margin: -30px 0 -100px;
  padding: 30px 0 100px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy {
    margin-top: -40px;
    padding-top: 25px;
  }
}
.brand-top#choosy .brand-main-ttl {
  width: 250px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .brand-main-ttl {
    width: 140px;
  }
}
.brand-top#choosy .slider-block {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .slider-block {
    margin-top: 25px;
  }
}
.brand-top#choosy .slider-block .slick-list .slide {
  margin-left: 20px;
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .brand-top#choosy .slider-block .slick-list .slide {
    max-width: 1.8%;
  }
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .slider-block .slick-list .slide {
    max-width: 100%;
    margin-left: 0;
  }
}
.brand-top#choosy .concept-block {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .concept-block {
    margin-top: 50px;
  }
}
.brand-top#choosy .concept-block .txt-area {
  position: relative;
  width: 500px;
  margin: 7% auto 0;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .concept-block .txt-area {
    width: 100%;
    margin-top: 15%;
  }
}
.brand-top#choosy .concept-block .txt-area .main-txt {
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .concept-block .txt-area .main-txt {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.brand-top#choosy .concept-block .txt-area .icon-01 {
  position: absolute;
  top: -9%;
  left: -6%;
  width: 82px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .concept-block .txt-area .icon-01 {
    top: -7%;
    left: 1%;
    width: 14%;
  }
}
.brand-top#choosy .concept-block .txt-area .icon-02 {
  position: absolute;
  bottom: -27%;
  right: -10%;
  width: 100px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .concept-block .txt-area .icon-02 {
    bottom: -31%;
    right: -2%;
    width: 20%;
  }
}
.brand-top#choosy .lineup-block {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .lineup-block {
    margin-top: 70px;
  }
}
.brand-top#choosy .lineup-block .lineup-inn {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .lineup-block .lineup-inn {
    margin-top: 20px;
  }
}
.brand-top#choosy .lineup-block .lineup-inn .ttl-area {
  margin-bottom: 30px;
}
.brand-top#choosy .lineup-block .lineup-inn .ttl-area .c-page-under-ttl .sub-ttl {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .brand-top#choosy .lineup-block .lineup-inn .ttl-area .c-page-under-ttl .sub-ttl {
    font-size: 11px;
  }
}

.concept_area ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 750px) {
  .concept_area ul {
    display: block;
  }
}
.concept_area li:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .concept_area li:first-of-type {
    display: none;
  }
}
.concept_area img {
  width: 275px;
  margin-bottom: 10px;
}
.concept_area li:last-of-type {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.2;
}
@media only screen and (max-width: 750px) {
  .concept_area li:last-of-type {
    font-size: min(3vw, 16px);
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.concept_area div {
  color: #999;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 60px;
  font-family: futura-pt;
}
@media only screen and (max-width: 750px) {
  .concept_area div {
    font-size: min(2.5vw, 10px);
    text-align: center;
    margin-top: 20px;
  }
}