@charset "utf-8";
/* ------------------------------
<モバイルファースト>

ブレイクポイント:
sp（max-width:599px）
tablet（min-width:600px）
pc（min-width:1025px）
------------------------------ */


/* ------------------------------
modaal使用時に一旦bodyをfixed
------------------------------ */
body.fixed {
  position: fixed;
  left: 0;
}


/* ------------------------------
- brand__head
------------------------------ */
.flos .brand__namewrap {
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
}
.flos .brand__name__head {
    padding: 8px 0;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size: 14px;
}
.flos .brand__name__logowrap {
  text-align: center;
  width: 100%;
}
.flos .brand__name__logo {
  max-height: 90px;
  margin-bottom: 20px;
}
.flos .brand__name__logo .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.flos .brand__name .en {
  display: block;
}
.flos .brand__name {
  font-size: 18px;
}

@media only screen and (min-width:600px) {
  .flos .brand__namewrap {
    position: relative;
    width: 26%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
  }
  .flos .brand__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 535px;
    gap: 15px;
  }
  .flos .brand__name__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width:1025px) {
  .flos .brand__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 680px;
    gap: 15px;
  }
}

/* ------------------------------
- brand__slider（メイン画像）
------------------------------ */
.flos .slide__item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flos .brand__slider__inner .caption {
  margin: 0 10px 15px;
  text-align: right;
}

@media only screen and (min-width:600px) {
  .flos .brand__sliderwrap {
    width: 70%;
    height: auto;
  }
  .flos .slide__item img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
  }
  .flos .brand__slider__inner .caption {
    margin: 0 10px 15px;
    text-align: right;
  }
}

@media only screen and (min-width:1025px) {
  .flos .brand__slider__inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 570px !important;
  }
  .flos .brand__sliderwrap {
    width: 70%;
    height: auto;
    max-width: 686px;
    max-height: 570px;
  }
  .flos .slide__item img {
    width: 100%;
    height: 100%;
    max-width: 686px;
    max-height: 549px;
    object-fit: contain;
    object-position: center;
  }
/* 
  .flos .slick-slide {
    top: 50%;
  } */
}

/* ------------------------------
- brand__slider（サムネイル）
------------------------------ */
.flos .brand__thumbnail {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.flos .thumbnail__item {
  width: 100%;
  opacity: 1;
  transition: all .4s;
  margin: 0 4px 0;
  /* flex-basis: content; */
}
.flos .thumbnail__item img {
  width: 100%;
  height: 55px;
  object-fit: contain;
  object-position: center;
  /* flex-basis: content; */
}
.flos .thumbnail-current {
  opacity: .3;
}

@media only screen and (min-width:600px) {
  .flos .brand__thumbnail {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: auto;
  }
  .flos .thumbnail__item img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
    /* flex-basis: content; */
  }
}

@media only screen and (min-width:1025px) {
  .flos .thumbnail__item img {
    height: 100px;
  }
}

/* ------------------------------
- brand__main
------------------------------ */
.flos .brand__lead,
.flos .brand__info {
  border-bottom: 1px solid #333;
}
.flos .brand__lead,
.flos .brand__lead p {
  font-size: 14px;
  line-height: 1.7;
}
.flos .brand__info__heading {
  font-size: 15px;
  margin-bottom: 15px;
}
.flos .brand__info__heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin-top: 10px;
}
.flos .brand__info__text,
.flos .brand__info__text p {
  color: #999;
  font-size: 13px;
  line-height: 1.7;
}
.flos .brand__info__site {
  text-align: right;
}
.flos .brand__info__site .link {
  position: relative;
  font-size: 13px;
  padding-right: 25px;
}
.flos .brand__info__site .link::before,
.flos .brand__info__site .link::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 8px;
}
.flos .brand__info__site .link::before {
  top: 6px;
  right: 6px;
  border: 1px solid #333;
}
.flos .brand__info__site .link::after {
  top: 3px;
  right: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.flos .brand__lead {
  padding-bottom: 40px;
}
.flos .brand__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.flos .brand__info__block {
  width: 95%;
}

@media only screen and (min-width:600px) {
  .flos .brand__lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .flos .brand__lead,
  .flos .brand__lead p {
    line-height: 2;
  }
  .flos .brand__info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .flos .brand__info__block {
    width: 50%;
  }
  .flos .brand__info__block:first-child {
    padding-right: 4%;
  }
  .flos .brand__info__block + .brand__info__block {
    padding-left: 4%;
    border-left: 1px solid #e6e6e6;
  }
  .flos .brand__info__block + .brand__info__block {
    border-top: none;
  }
}


/* ------------------------------
- item_wrap（商品一覧）
------------------------------ */
.flos .flos_wrap {
  padding: 0 10px;
}
.flos .item_wrap {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.flos .item_inner.active {
  margin-top: 0 !important;
}
.flos .item_contens {
  width: 100%;
}
.flos .item_contens img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.flos .item_contens .caption {
  text-align: right;
  margin: 0 10px 10px;
}
.flos .item_contens .item_name {
  text-align: left;
  margin: 0 10px 10px;
  padding-bottom: 10Px;
  border-bottom: 1px solid #e6e6e6;
}
.flos .item_contens .item_maker_price {
  text-align: right;
  margin: 0 10px;
  color: #999;
}
.flos .item_contens .item_price {
  text-align: right;
  margin: 0 10px 10px;
  color: #999;
}
.modal_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 100px;
}
.modal_area .modal_thumb_container {
  width: calc(100%/4);
}
.modal_area .modal_thumb_container a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 100px;
}
.modal_area .modal_contents {
  display: none;
}
.modaal-container {
  max-width: 700px;
}
.modaal-container .modaal-content-container img {
  width: auto;
  height: 100%;
  max-height: 240px;
  max-width: 65%;
  margin: 0 auto;
  display: block;
  /* vertical-align: bottom; */
}
.modaal-container .thumb_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 15px;
}
.modaal-container .thumb_name {
  margin-bottom: 10px;
}
.modaal-container .thumb_maker_price {
  margin-bottom: 10px;
}


@media only screen and (min-width:600px) {
  .flos_wrap .item_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 40px;
    gap: 40px;
    max-width: 980px;
  }
  .flos_wrap .item_contens {
    width: 100%;
  }
  .flos_wrap .modal_area {
    margin-bottom: 0;
  }
  .modaal-container {
    max-width: 470px;
  }
  .modaal-container .modaal-content-container img {
    max-height: 270px;
    max-width: 40%;
  }
}

/* ------------------------------
- brand__cv
------------------------------ */
.flos .brand__cv {
  text-align: center;
  background: #e6e6e6;
}
.flos .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: 600px) {
  .flos .brand__cv__btn {
    font-size: 15px;
  }
  .flos .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:599px) {
  .flos .brand__cv__wrap {
    margin-top: -55px;
  }
}


/* ------------------------------
- other
------------------------------ */
.flos .note {
    margin-top: 30px;
    font-size: 13px;
}

.flos .fabric {
    max-width: 40px;
    height: 40px;
    margin-bottom: 4px;
}


/********************************
フッター上書き
********************************/
#footer #footer_nav_pc .footer_nav_inner {
  max-width: 960px;
}
#footer #footer_nav_pc .footer_nav_inner, #footer #footer_nav_pc .footer_nav_inner a {
  width: 90%;
}
#footer .footer_nav_bg .footer_nav_bg_inner {
  width: 100%;
}