/* ------------------------------
- brand__head
------------------------------ */
.brand__namewrap {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.brand__name__head {
  padding: 8px 0;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 14px;
}
.brand__name__logowrap {
  text-align: center;
  width: 100%;
}
.brand__name__logo {
  /*max-height: 90px;*/
  margin-bottom: 20px;
}
.brand__name__logo .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.brand__name .en {
  display: block;
}
.brand__name {
  font-size: 18px;
}
@media only screen and (min-width: 749px) {
  .brand__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .brand__namewrap {
    position: relative;
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand__sliderwrap {
    width: 70%;
  }
  .brand__name__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .brand__namewrap {
    margin-bottom: 30px;
  }
  .brand__name__logowrap {
    padding: 30px 0;
  }
  .brand__name__logo {
    padding: 0 10%;
  }
}
/* ------------------------------
- brand__slider
------------------------------ */
.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  background: rgba(255,255,255,.9);
}
.slider__arrow.--prev {
  left: 0;
}
.slider__arrow.--next {
  right: 0;
}
.slider__arrow .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.brand__thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thumbnail__item {
  width: 16.66665%;
  opacity: 1;
  transition: all .4s;
}
.thumbnail-current {
  opacity: .3;
}
@media only screen and (min-width: 749px) {
  .slider__arrow {
    width: 40px;
    height: 110px;
    margin-top: -55px;
    cursor: pointer;
    transition: all .3s;
  }
  .slider__arrow:hover {
    opacity: .8;
  }
  .slider__arrow .deco {
    font-size: 2em;
  }
  .brand__thumbnail {
    left: -4px;
    width: calc(100% + 8px);
  }
  .thumbnail__item {
    margin: 8px 4px 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .slider__arrow {
    width: 25px;
    height: 70px;
    margin-top: -35px;
  }
  .slider__arrow .deco {
    font-size: 1.5em;
  }
  .brand__thumbnail {
    left: -2px;
    width: calc(100% + 4px);
  }
  .thumbnail__item {
    margin: 4px 2px 0;
  }
}
/* ------------------------------
- brand__main
------------------------------ */
.brand__lead,
.brand__info {
  border-bottom: 1px solid #333;
}
.brand__lead,
.brand__lead p {
  font-size: 14px;
  line-height: 1.7;
}
.brand__info__heading {
  font-size: 15px;
  margin-bottom: 15px;
}
.brand__info__heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin-top: 10px;
}
.brand__info__text,
.brand__info__text p {
  color: #999;
  font-size: 13px;
  line-height: 1.7;
}
.brand__info__site {
  text-align: right;
}
.brand__info__site .link {
  position: relative;
  font-size: 13px;
  padding-right: 25px;
}
.brand__info__site .link::before,
.brand__info__site .link::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 8px;
}
.brand__info__site .link::before {
  top: 6px;
  right: 6px;
  border: 1px solid #333;
}
.brand__info__site .link::after {
  top: 3px;
  right: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (min-width: 749px) {
  .brand__lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .brand__lead,
  .brand__lead p {
    line-height: 2;
  }
  .brand__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .brand__info__block {
    width: 50%;
  }
  .brand__info__block:first-child {
    padding-right: 4%;
  }
  .brand__info__block + .brand__info__block {
    padding-left: 4%;
    border-left: 1px solid #e6e6e6;
  }
  .brand__info__site {
    margin-top: 30px;
  }
  .brand__info__site .link:hover {
    color: #ca0000;
  }
  .brand__info__site .link:hover::before {
    border: 1px solid #ca0000;
  }
  .brand__info__site .link:hover::after {
    border-top: 1px solid #ca0000;
    border-right: 1px solid #ca0000;
  }
}
@media only screen and (max-width: 750px) {
  .brand__lead {
    padding: 30px 0;
  }
  .brand__info__block {
    padding: 30px 0;
  }
  .brand__info__block + .brand__info__block {
    border-top: 1px solid #e6e6e6;
  }
  .brand__info__site {
    margin-top: 20px;
  }
}
/* ------------------------------
- product
------------------------------ */
.product__block {
  border-bottom: 1px solid #333;
}
.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-productnew {
  position: relative;
}
.is-productnew:before {
  position: absolute;
  content: '';
  display: block;
  background: url(/wp/wp-content/themes/idc/assets/images/brand/new.png) no-repeat center/contain;
  z-index: 10;
  top: 0;
}
.product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__img {
  position: relative;
  margin-bottom: 10px;
}
.product__img:after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/btn_search.png) no-repeat left 7px center/15px;
}
.product__text {
  font-weight: normal;
}
.product__price {
  border-top: 1px solid #e6e6e6;
  color: #999;
  text-align: right;
}
.product__modal {
  display: none;
}
.product__modal__content {
  background: #fff;
}
.product__modal__heading {
  font-weight: normal;
}
.product__modal__price {
  color: #999;
}
.product__modal__text {
  border-top: 1px solid #e6e6e6;
}
.product__modal__eclink {
  position: relative;
  margin: 20px auto 0;
  font-size: 12px;
  color: #ca0000;
  background: #fff;
  border: 1px solid #ca0000;
  text-align: center;
  max-width: 260px;
  display: block;
  border-radius: 30px;
  padding: 13px;
  font-weight: bold;
}
.product__modal__eclink::after {
  position: absolute;
  right: 1rem;
  content: "\f105";
  color: #ca0000;
  font-family: FontAwesome;
}
@media only screen and (min-width: 749px) {
  .product__block {
    padding: 40px 0;
  }
  .product__heading {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product__item {
    width: 23.5%;
    transition: all .3s;
  }
  .is-productnew:before {
    width: 38px;
    height: 40px;
    left: 15px;
  }
  .product__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .product__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .product__img:before {
    content: 'VIEW MORE';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;
  }
  .product__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product__price {
    margin-top: auto;
    padding-top: 10px;
    font-size: 14px;
  }
  .product__price span{
    display: block;
    font-size: 12px;
  }
  .product__item:hover {
    opacity: .8;
  }
  .product__item:hover .product__img:after {
    width: 98px;
  }
  .product__item:hover .product__img:before {
    transform: scaleX(1);
  }
  .product__modal__content {
    padding: 30px 45px;
  }
  .product__modal__heading {
    font-size: 15px;
  }
  .product__modal__price {
    font-size: 15px;
    margin-top: 10px;
  }
  .product__modal__price span{
    font-size: 12px;
  }
  .product__modal__text {
    margin-top: 10px;
    padding-top: 10px;
  }
  .product__modal__text,
  .product__modal__text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .product__modal__eclink:hover {
    color: #fff;
    background: #ca0000;
  }
  .product__modal__eclink:hover::after {
    color: #fff;      
  }  
}
@media only screen and (max-width: 750px) {
  .product__block {
    padding: 30px 0;
  }
  .product__heading {
    border-left: 4px solid #ccc;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product__item {
    width: 48.5%;
  }
  .product__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .is-productnew:before {
    width: 30px;
    height: 32px;
    left: 10px;
  }
  .product__text {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .product__price {
    margin-top: auto;
    padding-top: 5px;
    font-size: 13px;
  }
  .product__price span {
    display: block;
    font-size: 11px;
  }
  .product__modal__content {
    padding: 20px 25px;
  }
  .product__modal__heading {
    font-size: 14px;
  }
  .product__modal__price {
    font-size: 13px;
    margin-top: 5px;
  }
  .product__modal__price span{
    font-size: 11px;
  }
  .product__modal__text {
    margin-top: 5px;
    padding-top: 5px;
  }
  .product__modal__text,
  .product__modal__text p {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ------------------------------
- fancybox
------------------------------ */
.fancybox-container {
  z-index: 100011;
}
.fancybox-content {
  max-width: 650px;
  background: none;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: .6;
}
@media only screen and (max-width: 750px) {
  .fancybox-content {
    padding: 40px 20px;
  }
}
/* ------------------------------
- brand__head
------------------------------ */
.backtobrand {
  padding: 30px 0;
  text-align: center;
}
.backtobrand__btn {
  font-size: 14px;
  font-weight: bold;
}
.backtobrand__btn .deco {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 15px;
}
.deco__item {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  margin: 0 auto;
  transition: all .3s;
}
.deco__item + .deco__item {
  margin-top: 4px;
}
.deco__item::before,
.deco__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background: #333;
  transition: all 0;
}
.deco__item::before {
  left: -10px;
}
.deco__item::after {
  right: -10px;
}
@media only screen and (min-width: 749px) {
  .backtobrand__btn:hover {
    color: #ca0000;
  }
  .backtobrand__btn:hover .deco__item,
  .backtobrand__btn:hover .deco__item::before,
  .backtobrand__btn:hover .deco__item::after {
    background: #ca0000;
  }
}
/* ------------------------------
- brand__cv
------------------------------ */
.brand__cv {
  text-align: center;
  background: #e6e6e6;
}
.brand__cv__btn {
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px/ 8px;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  border-radius: 25px;
  max-width: 340px;
  width: 90%;
  border: 1px solid #ca0000;
}
@media only screen and (min-width: 749px) {
  .brand__cv {
    padding: 40px 10px;
  }
  .brand__cv__btn {
    font-size: 15px;
  }
  .brand__cv__btn:hover {
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px/ 8px;
    color: #ca0000;
  }
}
@media only screen and (max-width: 750px) {
  .brand__cv {
    padding: 40px 10px;
  }
  .brand__cv__btn {
    font-size: 13px;
  }
}


.note {
    margin-top: 30px;
    font-size: 13px;
}

/* ------------------------------
- designer__img
------------------------------ */
@media only screen and (min-width: 749px) {
    .designer_visible-pc {
        display: block !important;
    }
    .designer_visible-sp {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .designer_visible-pc {
        display: none !important;
    }
    .designer_visible-sp {
        display: block !important;
    }
}



