@charset"utf-8";

p {
  font-size: 14px;
}
/*
----------------------------------------------
SC_CONT_BOX
----------------------------------------------
*/
#SC_CONT_BOX h2 img{
  height: 17px;
  margin-bottom: 30px;
}
#SC_CONT_BOX .border{
  border-top: #b5b8bf 1px solid;
  padding-top: 50px;
}
@media screen and (max-width:640px){
  #SC_CONT_BOX .box:not(.box02){
	padding-bottom: 20px;
	margin-bottom: 20px;
  }
}

/*
sc_base_box
----------------------
*/
@media screen and (min-width:641px){
  #SC_CONT_BOX .sc_base_box{
	width: 965px;
	margin: 0 auto;
	position: relative;
  }
}
@media screen and (max-width:640px){
  #SC_CONT_BOX .sc_base_box{
	margin: 0 auto;
	padding: 0 10px;
  }
}

/*
box01
*/
.box01 h3 {
  margin-top: 15px;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  height: 34px;
}
.look {
  width: 60px;
  margin: 0 auto;
}
.look a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  border: 1px #ffffff solid;
  padding: 5px;
  margin-top: 5px;
}
.look a:hover{
  color: #000000;
  text-decoration: none;
  background-color: white;
  border: 1px #000000 solid;
  padding: 5px;
}
@media screen and (min-width:641px){
  .box01 p {
	font-size: 11px;
	margin-bottom: 10px;
  }
}
@media screen and (max-width:640px){
  .box01 p {
	margin-bottom: 10px;
	height: 30px;
  }
}


/* 2024.04 new dress collection */
main {
  width: 100%;
}
.kv {
  position: relative;
  margin-bottom: 4.7vw;
}
.kv .ttl {
  position: absolute;
  width: 35vw;
  top: 27.65vw;
  left: 33.75vw;
}
.txt01 {
  font-size: 1.5vw;
  letter-spacing: -.05em;
  margin-bottom: 4.2vw;
}

/* reserve */
.reserve {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  max-width: 500px;
  width: 90%;
}
.reserve div {
  display: flex;
  overflow: hidden;
  border: 1px solid #e94c60;
  border-radius: 5px;
}
.reserve div > a,
.reserve div > span {
  display: block;
  width: 100%;
  cursor: pointer;
}
.reserve div > a:hover {
  opacity: 0.7;
}
.reserve .tel {
  width: 25%;
  font-size: 120%;
}
.reserve .tel a,
.reserve .tel span {
  padding: 41px 10px 0;
  background: url(../../furisode-collection/images/icon_tel.webp) center 10px / 30px auto no-repeat #fff;
  color: #e94c60;
  font-size: 14px;
}
.reserve .form {
  width: 70%;
}
.reserve .form a {
  position: relative;
  background: #e94c60;
  color: #fff;
  font-size: 12px;
}
.reserve .form a > span {
  position: absolute;
  top: 50%;
  left: 45%;
  padding: 4px 0 0 65px;
  background: url(../../furisode-collection/images/icon_calender.webp) left center / 50px auto no-repeat;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%);
}
.reserve .form a span span {
  display: block;
  font-size: 170%;
}

.ttl02 {
  display: block;
  font-size: 1.8vw;
  margin-bottom: 3.35vw;
}
.ttl02 span {
  display: block;
  font-size: 1.03vw;
}
.img01 {
  margin-bottom: 8.5vw;
  width: 36.65vw;
}

.bnr01 {
  width: 65.65vw;
  margin: auto;
}

.collection-list-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75vw;
}
.collection-list-filter > * {
  width: 11.8vw;
}
.collection-list-filter > *:not(:last-of-type) {
  margin-right: 0.3vw;
}
.collection-list-filter a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4.8vw;
  border-radius: 10rem;
  color: #000;
  background: #f3dadf;
  font-size: 1.5vw;
  line-height: 1;
  padding: 0.65vw;
  box-sizing: border-box;
  text-decoration: none;
}
.collection-list-filter a:hover,
.collection-list-filter a.current {
  background: #f82b66;
  color: #FFF;
  opacity: 1;
}
.collection-list-gallery {
  width: 63vw;
  max-width: 1260px;
  margin: auto;
  padding-bottom: 5.9vw;
  display: grid;
  grid-template-columns: 23.81% 23.81% 23.81% 23.81%;
  grid-template-rows: auto;
  grid-gap: 1vw;
}

@media screen and (min-width: 2000px) {
  .collection-list-gallery {
    grid-gap: 20px;
  }
}


@media screen and (max-width:640px){
  .reserve .form a > span {
    position: absolute;
    top: 50%;
    left: 57%;
    padding: 4px 0 0 50px;
    background: url(../images/icon_calender.webp) left center / 50px auto no-repeat;
    white-space: nowrap;
    transform: translateX(-61%) translateY(-50%);
    font-size: 10px;
  }

  div#sb-site {
    padding: 53px 0 0;
  }
  
  .kv {
    margin-bottom: 10.38vw;
  }
  .kv .ttl {
    width: 64.25vw;
    top: 47.63vw;
    left: 19.75vw;
  }
  .txt01 {
    font-size: 3.75vw;
    margin-bottom: 10vw;
  }
  .ttl02 {
    font-size: 3.75vw;
    margin-bottom: 5.38vw;
  }
  .ttl02 span {
    font-size: 2.56vw;
  }
  .img01 {
    width: 91.63vw;
    margin-bottom: 13.75vw;
  }
  
  .collection-list-filter {
    margin: 0 auto 10.13vw;
    width: 89.38vw;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .collection-list-filter > * {
    width: 29.5vw;
  }
  .collection-list-filter > *:not(:last-of-type) {
    margin-right: 0;
  }
  .collection-list-filter > *:first-of-type {
    width: 100%;
  }
  .collection-list-filter > *:not(:first-of-type) {
    margin-top: 2.38vw;
  }
  .collection-list-filter a {
    font-size: 3.75vw;
    height: 12vw;
  }
  .collection-list-gallery {
    width: 77.5vw;
    margin: auto;
    padding-bottom: 14vw;
    display: grid;
    grid-template-columns: 48.39% 48.39%;
    grid-template-rows: auto;
    grid-gap: 2.5vw 2.13vw;
  }

  .bnr01 {
    width: 90.13vw;
    margin-bottom: 24.63vw;
  }
}