/* ======================================
# brandconcept.css
======================================*/
/* PC */
#brandconcept {
  font-family: "Noto Sans JP", serif;
  color: #080404;
  letter-spacing: 0.04em;
  margin-bottom: 160px;
}
#brandconcept img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#brandconcept a:hover {
  opacity: 0.7;
}
#brandconcept a:hover img {
  opacity: 1;
}
#brandconcept .sp_only {
  display: none;
}
#brandconcept .mincho {
  font-family: "Noto Serif JP", serif;
}
#brandconcept .eiji {
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0;
}
#brandconcept .mont {
  font-family: "Montserrat", serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
#brandconcept .js-msg {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: ease-out 1s;
  transition: ease-out 1s;
}
#brandconcept .js-msg.ready {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#brandconcept .fadeIn_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}
#brandconcept .fadeIn_up.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#brandconcept .js-toggle-btn {
  position: relative;
}
#brandconcept .js-toggle-btn::before, #brandconcept .js-toggle-btn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background: #080404;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#brandconcept .js-toggle-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#brandconcept .js-toggle-btn.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#brandconcept .js-toggle-wrap {
  display: none;
}
#brandconcept .js-toggle-wrap #ItemSearch {
  padding: 0;
}
#brandconcept .js-toggle-wrap #ItemSearch .box._02 .itemList_box,
#brandconcept .js-toggle-wrap #ItemSearch .box._03 .size_list li,
#brandconcept .js-toggle-wrap #ItemSearch .box._04 .scene_btn,
#brandconcept .js-toggle-wrap #ItemSearch .box._04 .scene_list li {
  background: #fff;
}
#brandconcept .mv {
  margin-bottom: 160px;
  position: relative;
}
#brandconcept .mv_txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(8.3333333333vw, 160px, 7.1428571429vw);
  z-index: 3;
}
#brandconcept .mv_txt_ttl {
  font-size: clamp(3.3333333333vw, 64px, 4.5714285714vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: clamp(6.25vw, 120px, 8.5714285714vw);
}
#brandconcept .mv_txt_copy {
  font-size: clamp(1.875vw, 36px, 36px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: clamp(3.125vw, 60px, 60px);
}
#brandconcept .mv_txt_txt1, #brandconcept .mv_txt_txt2, #brandconcept .mv_txt_txt3 {
  font-size: clamp(0.9375vw, 18px, 18px);
  font-weight: 500;
  margin-bottom: clamp(1.0416666667vw, 20px, 20px);
}
#brandconcept .mv_img {
  height: calc(100vh - 190px);
  margin-left: clamp(25vw, 480px, 34.2857142857vw);
  background-image: url(https://gigaplus.makeshop.jp/catinc/common/images/brandconcept/mv.jpg);
  background-size: cover;
  background-position: center;
}
#brandconcept .mv_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(25vw, 480px, 34.2857142857vw);
  z-index: 1;
  display: block;
  width: clamp(25vw, 480px, 34.2857142857vw);
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#brandconcept .products {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #brandconcept .products {
    padding: 0 min(4vw, 15px);
  }
}
#brandconcept .products_ttl {
  color: #080404;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #brandconcept .products_ttl {
    font-size: min(6.6666666667vw, 25px);
    margin-bottom: min(8vw, 30px);
  }
}
#brandconcept .products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
#brandconcept .products_block {
  width: calc(50% - 30px);
  background: #F5F6F8;
}
#brandconcept .products_block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#brandconcept .products_img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
#brandconcept .products_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#brandconcept .products_txt {
  text-align: center;
  padding: 36px 0 40px;
}
#brandconcept .products_sex {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
#brandconcept .products_size {
  font-size: 36px;
  font-weight: 300;
}
#brandconcept .pickup {
  background: #F5F6F8;
  padding: 160px 0;
}
#brandconcept .pickup_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #brandconcept .pickup_inner {
    padding: 0 min(4vw, 15px);
  }
}
#brandconcept .pickup_ttl {
  color: #080404;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #brandconcept .pickup_ttl {
    font-size: min(6.6666666667vw, 25px);
    margin-bottom: min(8vw, 30px);
  }
}
#brandconcept .pickup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
#brandconcept .pickup_block {
  width: calc(50% - 30px);
}
#brandconcept .pickup_btn {
  cursor: pointer;
  max-width: 264px;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: block;
  background: #fff;
  padding: 14px;
}
#brandconcept .column {
  background: #B1C9DB;
  padding: 160px 0;
}
#brandconcept .column_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #brandconcept .column_inner {
    padding: 0 min(4vw, 15px);
  }
}
#brandconcept .column_ttl {
  color: #080404;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #brandconcept .column_ttl {
    font-size: min(6.6666666667vw, 25px);
    margin-bottom: min(8vw, 30px);
  }
}
#brandconcept .column_wrap {
  position: relative;
}
#brandconcept .column_wrap .slide-arrow {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#brandconcept .column_wrap .slide-arrow.prev-arrow {
  left: -34px;
}
#brandconcept .column_wrap .slide-arrow.next-arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -34px;
}
#brandconcept .column_wrap .slide-arrow.slick-disabled {
  display: none !important;
}
#brandconcept .column_block {
  margin: 0 10px;
}
#brandconcept .column_block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#brandconcept .column_img {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
#brandconcept .column_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#brandconcept .column_txt {
  border-left: 1px solid #fff;
  padding: 5px 0 5px 45px;
}
#brandconcept .column_date {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brandconcept .column_title {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#brandconcept .column_desc {
  line-height: 2;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* SP */
@media screen and (max-width: 768px) {
  #brandconcept {
    margin-bottom: min(26.6666666667vw, 100px);
  }
  #brandconcept .pc_only {
    display: none;
  }
  #brandconcept .sp_only {
    display: block;
  }
  #brandconcept .mv {
    margin-bottom: min(26.6666666667vw, 100px);
  }
  #brandconcept .mv_txt {
    padding: min(4vw, 15px);
    top: auto;
    bottom: min(7.2vw, 27px);
  }
  #brandconcept .mv_txt_ttl {
    font-size: min(8.5333333333vw, 32px);
    margin-bottom: min(13.3333333333vw, 50px);
    line-height: 1.59375;
  }
  #brandconcept .mv_txt_copy {
    font-size: min(5.8666666667vw, 22px);
    margin-bottom: min(8vw, 30px);
  }
  #brandconcept .mv_txt_txt1, #brandconcept .mv_txt_txt2, #brandconcept .mv_txt_txt3 {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(4.8vw, 18px);
  }
  #brandconcept .mv_img {
    height: calc(100vh - 133px);
    margin-left: 0;
  }
  #brandconcept .mv_img::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  #brandconcept .products {
    margin-bottom: min(26.6666666667vw, 100px);
  }
  #brandconcept .products_wrap {
    gap: 15px;
  }
  #brandconcept .products_block {
    width: calc(50% - 7.5px);
  }
  #brandconcept .products_txt {
    padding: min(4.2666666667vw, 16px) 0 min(4.8vw, 18px);
  }
  #brandconcept .products_sex {
    font-size: min(3.2vw, 12px);
    margin-bottom: min(1.6vw, 6px);
  }
  #brandconcept .products_size {
    font-size: min(4.2666666667vw, 16px);
  }
  #brandconcept .pickup {
    padding: min(16vw, 60px) 0;
  }
  #brandconcept .pickup_wrap {
    gap: 15px;
  }
  #brandconcept .pickup_block {
    width: calc(50% - 7.5px);
  }
  #brandconcept .pickup_btn {
    max-width: 188px;
    margin: min(8vw, 30px) auto 0;
    font-size: min(3.4666666667vw, 13px);
    padding: min(3.4666666667vw, 13px);
  }
  #brandconcept .column {
    padding: min(16vw, 60px) 0;
  }
  #brandconcept .column_wrap .slide-arrow {
    width: 12px;
    height: 20px;
    top: calc(50% - 10px);
  }
  #brandconcept .column_wrap .slide-arrow.prev-arrow {
    left: -4px;
  }
  #brandconcept .column_wrap .slide-arrow.next-arrow {
    right: -4px;
  }
  #brandconcept .column_block {
    margin: 0 20px;
    max-width: 100%;
  }
  #brandconcept .column_img {
    margin-bottom: min(3.2vw, 12px);
  }
  #brandconcept .column_img img {
    width: 100%;
  }
  #brandconcept .column_txt {
    padding: 5px 0 5px min(6.6666666667vw, 25px);
  }
  #brandconcept .column_date {
    font-size: min(2.9333333333vw, 11px);
    margin-bottom: min(3.2vw, 12px);
  }
  #brandconcept .column_title {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(3.2vw, 12px);
  }
  #brandconcept .column_desc {
    font-size: min(3.2vw, 12px);
  }
}