@charset "UTF-8";
.dressList {
  max-width: calc(920px + 4rem);
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.dressList ul.dressListUl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dressList ul.dressListUl li {
  flex-basis: 19%;
  margin-bottom: 1.5rem;
  margin-right: 1%;
  margin-left: 0;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .dressList ul.dressListUl li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dressList ul.dressListUl li {
    flex-basis: 32%;
    font-size: 3.1290743155vw;
  }
}
.dressList ul.dressListUl li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3px;
}
.dressList .new {
  display: inline-block;
}
.dressList .new::before {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  width: 3rem;
  border-radius: 0.2rem;
  text-align: center;
  color: #fff6b3;
  background-color: orangered;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: -0.1rem;
}
.dressList .yotei {
  color: #777676;
}
.dressList .yotei::before {
  font-size: 0.8rem;
  content: "入荷予定";
  background-color: #767676;
  color: #FFFFFF;
  margin-right: 0.4rem;
  padding: 0.4rem 3px;
  position: relative;
  top: -1px;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .dressList .yotei::before {
    padding: 0.3rem 3px;
  }
}

.dresssub_menu {
  max-width: calc(920px + 4rem);
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dresssub_menu {
    width: 100%;
  }
}
.dresssub_menu .subtittle {
  width: 100%;
  border-bottom: 1px dashed #FFFFFF;
  margin-bottom: 0.5rem;
  padding-bottom: 1px;
}
.dresssub_menu ul {
  width: 100%;
  margin-bottom: 1rem;
}
.dresssub_menu ul li {
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  width: auto;
  float: none;
}
.dresssub_menu ul li a {
  display: block;
  color: #95938B;
  background-color: #fff;
  border-radius: 5rem;
  padding: 0.4rem 1.5rem;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  transition: all 0.3s cubic-bezier(0.9, 0.2, 0.4, 1);
}
.dresssub_menu ul li a:hover {
  color: #fff;
  background-color: #333;
}

.container_wedding {
  max-width: 920px;
  width: 92%;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .container_wedding {
    width: 100%;
    background-color: #fff;
    padding: 0 2rem;
    padding-bottom: 1rem;
  }
}
.container_wedding .box100.bg_siro.left {
  background-color: transparent;
}
.container_wedding .box960 {
  width: 100%;
  position: relative;
}
.container_wedding .preBTN,
.container_wedding .nextBTN {
  width: 25px;
  height: auto;
  position: absolute;
  top: 13rem;
}
@media screen and (max-width: 767px) {
  .container_wedding .preBTN,
  .container_wedding .nextBTN {
    width: 1.5rem;
    top: 1rem;
  }
}
.container_wedding .preBTN img,
.container_wedding .nextBTN img {
  width: 100%;
  height: auto;
}
.container_wedding .preBTN {
  left: -25px;
}
@media screen and (max-width: 767px) {
  .container_wedding .preBTN {
    left: -1rem;
  }
  .container_wedding .preBTN:after {
    content: "NEXT";
    font-size: 0.8rem;
    position: absolute;
    top: 0.8rem;
    left: 2rem;
    color: #95938B;
    display: inline-block;
    height: 1rem;
  }
}
.container_wedding .nextBTN {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .container_wedding .nextBTN {
    right: -1rem;
  }
  .container_wedding .nextBTN:after {
    content: "PREV";
    font-size: 0.8rem;
    position: absolute;
    top: 0.8rem;
    left: -2.6rem;
    height: 1rem;
    color: #95938B;
  }
}
.container_wedding #dressbox {
  display: block;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox {
    padding: 0;
  }
}
.container_wedding #dressbox #dressleft {
  width: 50%;
  float: left;
}
.container_wedding #dressbox #dressleft img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressleft {
    display: none;
  }
}
.container_wedding #dressbox #dressright {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright {
    padding-top: 1.5rem;
    width: 100%;
    color: #95938B;
  }
}
.container_wedding #dressbox #dressright p.mb30 {
  padding-bottom: 1rem;
}
.container_wedding #dressbox #dressright ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright ul {
    flex-wrap: wrap;
  }
}
.container_wedding #dressbox #dressright ul li {
  flex-basis: 32%;
  margin-left: 1%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright ul li {
    flex-basis: 100%;
  }
  .container_wedding #dressbox #dressright ul li:last-child {
    margin-bottom: 0;
  }
}
.container_wedding #dressbox #dressright #dressNUM,
.container_wedding #dressbox #dressright #dressNUM2,
.container_wedding #dressbox #dressright #dressOI {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright #dressNUM,
  .container_wedding #dressbox #dressright #dressNUM2,
  .container_wedding #dressbox #dressright #dressOI {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright #dressOI {
    display: none;
  }
}
.container_wedding #dressbox #dressright #dressNUM2 {
  margin-top: 0px;
}
.container_wedding #dressbox #dressright #dressNUM {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright #dressNUM {
    margin-top: 0;
    text-align: center;
  }
}
.container_wedding #dressbox #dressright .img50thlogo {
  margin-top: 5rem;
}
.container_wedding #dressbox #dressright #dressID {
  font-family: averia-serif-libre;
  font-size: 1.8em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright #dressID {
    font-size: 1.2rem;
  }
}
.container_wedding #dressbox #dressright #dressID span {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .container_wedding #dressbox #dressright #dressID span {
    text-align: center;
  }
}
.container_wedding #d2_l .d_main_img {
  position: relative;
  margin-bottom: 20px;
}
.container_wedding #d_main .slides li {
  list-style-type: none;
}
.container_wedding #d2_l .zoom {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
.container_wedding #d2_l .zoom:hover {
  opacity: 0.7;
}
.container_wedding ul#thumb {
  z-index: 10;
  cursor: pointer;
  border-top: 1px solid #E0DFD9;
  border-bottom: 1px solid #E0DFD9;
  padding-top: 2px;
  margin-bottom: 20px;
}

.img50thlogo {
  background-color: #FFFFFF;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.img50thlogo img {
  width: 100%;
  height: auto;
  display: block;
}

.montukibar {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 2px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.1em;
}/*# sourceMappingURL=dress.css.map */