@charset "UTF-8";
/**/
@media screen and (max-width: 560px) {
  .br-sp{
    display: none;
  }
}
.br-sp-in{
  display: none;
}
@media screen and (max-width: 400px) {
  .br-sp-in{
    display: block;
  }
}

/*ブランド種類一覧*/
#brandlist{
  max-width: 800px;
  width: 100%;
  margin: 0px auto 0px auto;
  position: relative;
}

ul.brandlist-in{
  display: flex;
  flex-wrap: wrap;
  margin: 0px 35px 0px 35px;
  padding: 0px;
}

ul.brandlist-in li{
  width: calc((100% - 80px) / 2);
  margin-right: 80px;
  margin-bottom: 40px;
  list-style: none;
  line-height: 1.2;
  text-align: center;
}
ul.brandlist-in li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  ul.brandlist-in li{
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 20px;
  }
  ul.brandlist-in li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 350px) {
  ul.brandlist-in li{
    width: 100%;
    margin: 0 auto 40px auto;
  }
  ul.brandlist-in li:nth-child(2n) {
    margin: 0 auto 40px auto;
  }
}

.brandlist-namein{
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}
.brandlist-namein span{
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .brandlist-namein{
    font-size: 14px;
  }
  .brandlist-namein span{
    font-size: 10px;
  }
}

ul.brandlist-in li a {
  color: #111111;
}
ul.brandlist-in li a:hover {
  color: #BCA522;
}

/*ブランド詳細一覧*/
#brandtitle{
  position: relative;
}
dl.brandtitle-in{
  display: flex;
  flex-wrap: wrap;
  max-width: 690px;
  width: 100%;
  margin: 0px auto 0px auto;
}
dl.brandtitle-in img{
  max-width: 160px;
  width: 100%;
}

dl.brandtitle-in dt{
  width: 30%;
  padding-right: 40px;
}
dl.brandtitle-in dd{
  width: 70%;
  padding-top: 35px;
}

.brandtitle-in-titlebox{
  position: relative;
}
.brandtitle-in-title{
  position: absolute;
  color: #111111;
  background-color: #FFFFFF;
  border-left: 9px solid #111111;
  padding: 5px;
  top: -35px;
  left: 12px;
  font-size: 20px;
}

.brandtitle-in-box{
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  position: relative;
}
.brandtitle-in-box:before, .brandtitle-in-box:after{
  content: '';
  position: absolute;
  background-color: #FFFFFF;
}
.brandtitle-in-box:before {
  width: 60%;
  height: 10%;
  right: 0;
  top: -5px;
}
.brandtitle-in-box:after {
  width: 60%;
  height: 10%;
  left: 0;
  bottom: -5px;
}

.brandtitle-in-box2{
  position: relative;
}
.brandtitle-in-box2:before, .brandtitle-in-box2:after{
  content: '';
  position: absolute;
  background-color: #111111;
}
.brandtitle-in-box2:before {
  top: -10px;
  left: 20px;
  width: 1px;
  height: 70px;
}
.brandtitle-in-box2:after {
  bottom: -10px;
  right: 20px;
  width: 1px;
  height: 70px;
}
.brandtitle-in-text{
  margin: 0px;
  padding: 10px 30px;
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  dl.brandtitle-in{
    display: block;
  }
  dl.brandtitle-in dt{
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  dl.brandtitle-in dd{
    width: 100%;
    margin: 40px auto 0px auto;
    padding: 0 15px;
  }
  .brandtitle-in-title{
    top: -32px;
  }
  
  .brandtitle-in-text{
    width: 90%;
    margin: 0px auto;
  }
  .brandtitle-in-title{
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .brandtitle-in-text{
    width: 100%;
  }
}
.brand-back{
  position: absolute;
  z-index: 4;
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.brand-back a{
  border: 1px solid #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 288px;
  padding: 10px 0px;
  background-image: url("../img/searchlist/btn-icon-r.svg");
  background-position: left 5% bottom 50%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.brand-back-appeal{
  display: inline-block;
  background-color: rgba(188, 165, 34, 0.2);
  border-radius: 18px;
  font-size: 14px;
  padding: 8px 50px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .brand-back-appeal{
    width: 288px;
    padding: 8px 0;
    border-radius: 20px;
  }
}
/*ブランド背景*/
.img-kazari-bdbox{
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 0px auto;
  text-align: right;
  padding-top: 90px;
}
.img-kazari-bd{
  max-width: 354px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-kazari-bd{
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .img-kazari-bdbox{
    padding-top: 120px;
  }
  .img-kazari-bd{
    max-width: 250px;
    width: 100%;
  }
}

/*ページ検索共通*/
.blrand-searh{
  font-size: 14px;
  text-align: center;
  margin-top: 35px;
}

.blrand-searh select{
  max-width: 300px;
  width: 100%;
  margin:20px;
  padding:10px;
  border-radius: 5px;
}

#dresslist{
  max-width: 1150px;
  width: 100%;
  margin: 0px auto 100px auto;
  position: relative;
}

ul.dresslist-in{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  margin: 0px 35px 0px 35px;
  padding: 0px;
}
@media screen and (max-width: 560px) {
  ul.dresslist-in{
    margin: 0px 20px 0px 20px;
  }
}

ul.dresslist-in li{
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
  list-style: none;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
ul.dresslist-in li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul.dresslist-in li{
    width: calc((100% - 40px) / 2);
    margin: 0px 40px 20px 0px;
  }
  ul.dresslist-in li:nth-child(2n) {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 560px) {
  ul.dresslist-in li{
    width: calc((100% - 20px) / 2);
    margin: 0px 20px 20px 0px;
  }
  ul.dresslist-in li:nth-child(2n) {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 350px) {
  ul.dresslist-in li{
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  ul.dresslist-in li:nth-child(2n) {
    margin: 0px 0px 20px 0px;
  }
}

ul.dresslist-in li img{
  max-width: 240px;
  width: 100%;
}
ul.dresslist-in li:hover{
  opacity: 0.8 ;
}

/*ウェディングドレス背景*/
.img-kazari-wdbox{
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 0px auto;
  text-align: right;
  padding-top: 30px;
}

.img-kazari-wd{
  max-width: 354px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-kazari-wd{
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .img-kazari-wdbox{
    padding-top: 60px;
  }
  .img-kazari-wd{
    max-width: 250px;
    width: 100%;
  }
}
/*カラードレス背景*/
.img-kazari-clbox{
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 0px auto;
  text-align: right;
  padding-top: 30px;
}

.img-kazari-cl{
  max-width: 362px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-kazari-cl{
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .img-kazari-cl{
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .img-kazari-cl{
    padding-top: 40px;
  }
}

/*着物背景*/
.img-kazari-kmbox{
  max-width: 1150px;
  width: 100%;
  margin: 50px auto 0px auto;
  text-align: right;
  padding-top: 30px;
}

.img-kazari-km{
  max-width: 386px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-kazari-km{
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .img-kazari-kmbox{
    padding-top: 60px;
  }
  .img-kazari-km{
    max-width: 250px;
    width: 100%;
  }
}

.dress-back{
  position: absolute;
  z-index: 4;
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.dress-back a{
  border: 1px solid #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 288px;
  padding: 10px 0px;
  background-image: url("../img/searchlist/btn-icon-r.svg");
  background-position: left 5% bottom 50%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.dress-back-appeal{
  display: inline-block;
  background-color: rgba(188, 165, 34, 0.2);
  border-radius: 18px;
  font-size: 14px;
  padding: 8px 50px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .dress-back-appeal{
    width: 288px;
    padding: 8px 0;
    border-radius: 20px;
  }
}

/*もっと読むボタン部分*/
.morebtnbox{
  width: 100%;
  height: 250px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,1) 70%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,1) 70%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,1) 70%);
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.morebtnbox .btn {
  border: 1px solid #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 250px;
  width: 288px;
  padding: 10px 0px;
  cursor: pointer;
  background-image: url("../img/searchlist/btn-icon.svg");
  background-position: right 5% bottom 40%;
	background-repeat: no-repeat;
  background-color: #FFFFFF;
}


/* 画像モーダル部分 */
/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* モーダル部分 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 2000;
  background-color: rgba(17, 17, 17, 0.95);
}

.swiper-wrapper{
  align-items: center;
}

.modal_img img{
  max-width: 500px;
  width: 100%;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  max-width: 690px;
  width: 100%;
  text-align: center;
  color: #FFF;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  .modal__close-btn {
    display: none;
  }
}
.modal__close-btn-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .modal__close-btn-sp {
    display: block;
    width: 60px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
    margin: 10px auto 0px auto;
  }
}


/* Swiperの矢印部分 */
.modal .swiper-button-next{
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/searchlist/prev-icon.svg");
	background-repeat: no-repeat;
  width: 23px;
  height: 43px;
  cursor: pointer;
  z-index: 10;
}

.modal .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform:scaleX(-1);
  background-image: url("../img/searchlist/prev-icon.svg");
	background-repeat: no-repeat;
  width: 23px;
  height: 43px;
  cursor: pointer;
  z-index: 10;
}
