@charset "UTF-8";
/*  =============================================================

　　Brand 共通

============================================================= */


/* 　Firstview
---------------------------------------------*/
.firstview {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.firstview .boxImg {
  height: 100vh;
}

.antique .firstview .boxImg {
  background-image: url(/img/brand/antique/fv_pc.jpg);
  background-size: cover;
  background-position: center;
}

.fabric .firstview .boxImg {
  background-image: url(/img/brand/fabric/fv_pc.jpg);
  background-size: cover;
  background-position: center;
}

.craft .firstview .boxImg {
  background-image: url(/img/brand/craft/fv_pc.jpg);
  background-size: cover;
  background-position: center;
}



.firstview .boxTtl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.firstview .boxTtl .boxTtl__title {
  width: 60px;
  margin: 0 auto 35px;
}

.boxTtl .boxTtl__name {
  margin: 0 auto;
  font-size: 4.2rem;
  color: #fff;
}


.firstview .box_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 62px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .firstview {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
  }

  .firstview .boxImg {
    height: 100vh;
  }

  .antique .firstview .boxImg {
    background-image: url(/img/brand/antique/fv_sp.jpg);
    background-size: cover;
    background-position: center;
  }

  .fabric .firstview .boxImg {
    background-image: url(/img/brand/fabric/fv_sp.jpg);
    background-size: cover;
    background-position: center;
  }

  .craft .firstview .boxImg {
    background-image: url(/img/brand/craft/fv_sp.jpg);
    background-size: cover;
    background-position: center;
  }


  .firstview .boxTtl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .firstview .boxTtl .boxTtl__title {
    width: 64px;
    margin: 0 auto 35px;
  }

  .boxTtl .boxTtl__name {
    font-size: 2.8rem;
  }

  .crafts .boxTtl .boxTtl__name {
    width: 167px;
    margin: 0 auto;
  }

  .firstview .box_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 62px;
    margin: 0 auto;
  }

}

/* 　ブランド説明
---------------------------------------------*/
.boxHeadline {
  position: relative;
  color: #fff;
}

.fabric .boxHeadline {
  color: #000;
}

.boxHeadline figure {
  line-height: 0;
}

.boxHeadline .boxHeadline__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.boxHeadline .boxHeadline__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.boxHeadline .boxHeadline__title span {
  padding-left: 10px;
}

.boxHeadline .boxHeadline__text {
  font-size: 1.3rem;
  line-height: 2;
}

.boxHeadline .boxHeadline__text sup {
  vertical-align:super;
}

.boxHeadline .boxHeadline__notes {
  display: block;
  margin: 20px 0;
  font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
  .boxHeadline {
    position: relative;
    color: #fff;
  }

  .boxHeadline .boxHeadline__inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
  }

  .boxHeadline .boxHeadline__title {
    margin-bottom: 20px;
    font-size: 2.1rem;
    text-align: center;
  }

  .boxHeadline .boxHeadline__title span {
    display: block;
    padding-left: 0;
  }

  .boxHeadline .boxHeadline__text {
    font-size: 1.3rem;
    line-height: 2;
  }

  .boxHeadline .boxHeadline__text br {
    display: none;
  }
}

/* 　Feature
---------------------------------------------*/
.boxFeature {
  max-width: 1308px;
  margin: 160px auto;
  padding: 0 30px;
}

.boxFeature .boxFeature__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxFeature__inner  .boxFeature__title {
  font-size: 2.4rem;
  text-align: left;
}

.boxFeature__inner  .boxFeature__text {
  margin-top: 20px;
  text-align: left;
}

.boxFeature__inner  .boxFeature__text sup {
  vertical-align: super;
}

.boxFeature__inner  .boxFeature__notes {
  display: block;
  margin-top: 10px;
  text-align: left;
}


.boxFeature__inner.-feature01  .boxFeature__img {
  width: 58%;
}

.boxFeature__inner.-feature01  .boxFeature__block {
  width: 40%;
  padding: 0 4%;
}

.boxFeature__inner.-feature02 {
  margin-top: 40px;
}

.boxFeature__inner.-feature02  .boxFeature__img {
  order: 2;
  width: 49%;
}

.boxFeature__inner.-feature02  .boxFeature__block {
  order: 1;
  width: 50%;
  padding: 0 6%;
}

.boxFeature__inner.-feature03 {
  margin-top: -80px;
}

.fabric .boxFeature__inner.-feature03 {
  margin-top: 40px;
}

.boxFeature__inner.-feature03  .boxFeature__img {
  width: 49%;
}

.boxFeature__inner.-feature03  .boxFeature__block {
  width: 50%;
  padding: 4% 6% 0;
}


@media screen and (max-width: 768px) {
  .boxFeature {
    max-width: 1308px;
    margin: 0 auto 70px;
    padding: 0;
  }

  .boxFeature .boxFeature__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
  }

  .boxFeature__inner  .boxFeature__title {
    font-size: 2.0rem;
    text-align: left;
  }

  .boxFeature__inner  .boxFeature__text {
    margin-top: 20px;
    text-align: left;
  }

  .boxFeature__inner.-feature01  .boxFeature__img {
    width: 100%;
  }

  .boxFeature__inner.-feature01  .boxFeature__block {
    width: 100%;
    padding: 4%;
  }

  .boxFeature__inner.-feature02 {
    margin-top: 0px;
  }

  .boxFeature__inner.-feature02  .boxFeature__img {
    order: 1;
    width: 100%;
  }

  .boxFeature__inner.-feature02  .boxFeature__block {
    order: 2;
    width: 100%;
    padding: 4%;
  }

  .boxFeature__inner.-feature03 {
    margin-top: 0px;
  }

  .boxFeature__inner.-feature03  .boxFeature__img {
    width: 100%;
  }

  .boxFeature__inner.-feature03  .boxFeature__block {
    width: 100%;
    padding: 4%;
  }
}


/* 　Item
---------------------------------------------*/
.boxItem {
  display: none;
  background: #f4f4f4;
  padding: 30px;
}

.boxItem .boxItem__list {
  max-width: 1308px;
  margin: 0 auto;
}

.boxItem .boxItem__listInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  margin: 0 -1%;
}

.boxItem .boxItem__item {
  width: 25%;
  padding: 0 1%;
  margin-bottom: 2%;
  line-height: 0;
  cursor: pointer;
}

.boxItem .boxItem__item .boxItem__inner {
  position: relative;
}

.boxItem .boxItem__hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}


.boxItem .boxHover__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  margin: 0 auto;
  text-align: center;
}

.boxItem .boxItem__item:hover .boxItem__hover {
  display: block;
}

.boxItem .boxImg {
  position: relative;
}

.boxItem .boxImg__icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.boxItem .boxImg__icon span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ae8439;
  color: #ae8439;
  font-size: 1.0rem;
  line-height: 1.5;
}


@media screen and (max-width: 768px) {
  .boxItem {
    background: #f4f4f4;
    padding: 15px 4%;
  }

  .boxItem .boxItem__list {
    max-width: 1308px;
  }

  .boxItem .boxItem__listInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    margin: 0 -1%;
  }

  .boxItem .boxItem__item {
    width: 50%;
    padding: 0 1%;
    margin-bottom: 2%;
    line-height: 0;
    cursor: pointer;
  }

  .boxItem .boxItem__item .boxItem__inner {
    position: relative;
  }

  .boxItem .boxItem__hover {
    display: none;
  }


  .boxItem .boxHover__inner {
    display: none;
  }

  .boxItem .boxItem__item:hover .boxItem__hover {
    display: none;
  }

  .boxItem .boxImg {
    position: relative;
  }

  .boxItem .boxImg__icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .boxItem .boxImg__icon span {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ae8439;
    color: #ae8439;
    font-size: 1.0rem;
    line-height: 1.5;
  }
}


/* 　Item Modal
---------------------------------------------*/
.modal-overlay {
  z-index: 9990;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.80);
  background-image: url(/img/brand/icon-close.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 98%  20px;
}

.modal-content {
  display: none;
  position:fixed;
  top: 50%;
  left: 0%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width:80%;
  max-width: 980px;
  height: 65%;
  margin: 0 auto;
  color: #fff;
  font-size:1.4rem;
}

.boxModal {
  position: relative;
  top: 0%;
  line-height: 1.5;
}

.boxModal__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxModal__inner .boxImg {
  width: 47%;
}

.boxModal__inner .boxImg .bx-wrapper {
  position: relative;
  z-index: 1;
  height:auto;
  margin: 0 auto;
  padding: 0;
}

/* PAGER */
.boxModal__inner .boxImg .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #d0cac5;
  padding: 0;
}

.boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a {
  position: relative;
  text-indent: -9999px;
  display: block;
  margin: 0 5px;
  width: 32px;
  height: 30px;
  outline: 0;
}

.boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  background: #a3a3a3;
  width: 32px;
  height: 2px;
}


.boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a:hover::before,
.boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a.active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  background: #ae8439;
  width: 32px;
  height: 2px;
}

.boxModal__inner .boxImg .bx-wrapper .bx-pager-item,
.boxModal__inner .boxImg .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.boxModal__inner .boxImg .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.boxModal__inner .boxTxt {
  width: 47%;
  text-align: left;
}

.boxModal__inner .boxTxt__name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.boxModal__inner .boxTxt__text {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.boxModal__inner .boxTxt__text02 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.boxModal__inner .boxTxt__price {
  margin-top: 10px;
  font-size: 1.0rem;
}

.boxModal__inner .boxTxt__online a {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  padding: 15px 5px;
  border: 1px solid #ae8439;
  color: #ae8439;
  font-size: 1.5rem;
  text-align: center;
}

.boxModal__inner .boxTxt__online a:hover {
  background: #ae8439;
  color: #fff;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .modal-overlay {
    z-index: 9990;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.80);
    background-image: url(/img/brand/icon-close.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 99%  10px;
  }

  .modal-content {
    display: none;
    position:fixed;
    top: 10%;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width:90%;
    max-width: 980px;
    height: 85%;
    margin:0;
    margin: 0 auto;
    color: #fff;
    font-size:1.4rem;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
  }

  .boxModal {
    position: relative;
  }

  .boxModal__inner {
    top: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .boxModal__inner .boxImg {
    width:100%;
  }

  .boxModal__inner .boxImg .bx-wrapper {
    position: relative;
    z-index: 1;
    height:auto;
    margin: 0 auto;
    padding: 0;
  }

  /* PAGER */
  .boxModal__inner .boxImg .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #d0cac5;
    padding: 0;
  }

  .boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    text-indent: -9999px;
    display: block;
    margin: 0 5px;
    width: 32px;
    height: 30px;
    outline: 0;
  }

  .boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    background: #a3a3a3;
    width: 32px;
    height: 2px;
  }

  .boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a:hover::before,
  .boxModal__inner .boxImg .bx-wrapper .bx-pager.bx-default-pager a.active::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    background: #ae8439;
    width: 32px;
    height: 2px;
  }

  .boxModal__inner .boxImg .bx-wrapper .bx-pager-item,
  .boxModal__inner .boxImg .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

  .boxModal__inner .boxImg .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }

  .boxModal__inner .boxTxt {
    width: 100%;
    text-align: left;
  }

  .boxModal__inner .boxTxt__name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .boxModal__inner .boxTxt__text {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .boxModal__inner .boxTxt__text02 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .boxModal__inner .boxTxt__price {
    margin-top: 10px;
    font-size: 1.0rem;
  }

  .boxModal__inner .boxTxt__online a {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    padding: 15px 5px;
    border: 1px solid #ae8439;
    color: #ae8439;
    font-size: 1.5rem;
    text-align: center;
  }

  .boxModal__inner .boxTxt__online a:hover {
    background: #ae8439;
    color: #fff;
    transition: all 0.4s ease;
  }
}

/* 　Brand List Btn
---------------------------------------------*/
.brandList__btn {
  position: relative;
  max-width: 1080px;
  margin: 0px auto 0;
  border: 2px solid #ae8439;
  line-height: 0;
}

.brandList__btn::after {
  position: absolute;
  top: 35%;
  right: -5px;
  content: url(/img/common/icon-btn-arrow_c.png);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.brandList__btn a {
  display: block;
  padding: 40px 0;
  color: #ae8439;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.brandList__btn a img {
  width: 203px;
}

@media screen and (max-width: 768px) {
  .brandList__btn {
    position: relative;
    max-width: 80%;
    margin: 60px auto 0;
    border: 2px solid #ae8439;
    line-height: 0;
  }

  .brandList__btn::after {
    position: absolute;
    top: inherit;
    bottom: 5px;
    right: 0;
    left: 0;
    content: url(/img/common/icon-btn-arrow_c.png);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }

  .brandList__btn a {
    display: block;
    padding: 30px 0;
    font-size: 1.8rem;
  }

  .brandList__btn a img {
    width: 124px;
    max-width: 80%;
  }
}

/* 　Other Brand
---------------------------------------------*/
.boxOther {
  margin: 155px auto 0;
  padding: 0 30px;
}

.boxOther .boxOther__title {
  width: 224px;
  margin: 0 auto;
}

.boxOther .boxOther__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  display: flex;
  max-width: 1080px;
  margin: 40px auto 0;
  font-size: 2.0rem;
}

.boxOther .boxOther__item {
  width: 49%;
}

.boxOther .boxOther__item a {
  display: block;
  width: 100%;
}

.boxOther .boxOther__item a:hover {
  transition: all 0.2s ease;
  opacity: 0.6;
}

.boxOther .boxOther__img {
  margin-bottom: 30px;
}

.boxOther .boxOther__item.-castellani .boxOther__name {
  width: 148px;
  margin: 0 auto;
}

.boxOther .boxOther__item.-tesori .boxOther__name {
  width: 218px;
  margin: 0 auto;
}

.boxOther .boxOther__item.-giappone .boxOther__name {
  width: 122px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .boxOther {
    margin: 70px auto 0;
    padding: 0 4%;
  }

  .boxOther .boxOther__title {
    width: 240px;
    margin: 0 auto;
  }

  .boxOther .boxOther__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    display: flex;
    flex-flow: wrap;
    max-width: 1080px;
    margin: 25px auto 0;
    font-size: 1.3rem;
  }

  .boxOther .boxOther__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .boxOther .boxOther__item:last-child {
    margin-bottom: 0;
  }

  .boxOther .boxOther__item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
  }

  .boxOther .boxOther__item a:hover {
    transition: all 0.2s ease;
    opacity: 0.6;
  }

  .boxOther .boxOther__img {
    width: 48%;
    margin-bottom: 0px;
  }

  .boxOther .boxOther__item .boxOther__name {
    width: 48%;
    margin: 0 auto;
    text-align: center;
  }


  .boxOther .boxOther__item.-castellani .boxOther__name {
    width: 48%;
    margin: 0 auto;
  }

  .boxOther .boxOther__item.-castellani .boxOther__name img {
    display: block;
    width: 96px;
    margin: 0 auto;
  }

  .boxOther .boxOther__item.-tesori .boxOther__name {
    width: 48%;
    margin: 0 auto;
  }

  .boxOther .boxOther__item.-tesori .boxOther__name img {
    display: block;
    width: 141px;
    margin: 0 auto;
  }

  .boxOther .boxOther__item.-giappone .boxOther__name {
    width: 48%;
    margin: 0 auto;
  }

  .boxOther .boxOther__item.-giappone .boxOther__name img {
    display: block;
    width: 79px;
    margin: 0 auto;
  }
}
