@charset "UTF-8";
/* CSS Document */

.title {
  text-align: center;
}
.title img {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 64/21;
  margin: 0 auto;
}

.title-sub {
  background: #efefef;
  color: #424242;
  padding: 16px 0;
  line-height: 1.8;
  margin-top: 10px;
}
.title-sub p {
  width: 94%;
  margin: auto;
  font-size: 14px;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.title-sub p.note {
  font-size: 12px;
  margin-top: 16px;
}

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.navi ul {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  max-width: 1000px;
}
.navi ul li {
  display: inline-block;
  overflow: hidden;
  margin: 30px 10px;
  text-align: center;
  /* position: relative; */
  border-radius: 4px;
  width: 19%;
}
.navi ul li a {
  font-family: "Unna", serif;
  color: #777;
  text-decoration: none;
  padding: 7px 5px 5px 5px;
  display: block;
  overflow: hidden;
  font-size: 20px;
}
.navi ul li a::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(anchor.png);
  background-size: contain;
  vertical-align: text-bottom;
  pointer-events: none;
  margin-left: 4px;
}

/* nav-tab */
.nav-tab {
  margin: 40px 0;
}
.nav-tab::after {
  background: #919191;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
}
.nav-tab ul {
  text-align: center;
}
.nav-tab ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a {
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: 0.3s;
}

/* content-box */
.content-box {
  margin: 10px auto 40px;
  padding-bottom: 32px;
}

/* headline */
.headline {
  /*aspect-ratio:37/12;*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #3e3e3e;
}
#under-3000 .headline {
  background-color: #7d90b1;
}

#under-5000 .headline {
  background-color: #bb9b6b;
}

#under-10000 .headline {
  background-color: #938da9;
}

#under-20000 .headline {
  background-color: #d88b74;
}

.headline-main {
  font-family: "Unna", serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.headline-wrapper {
  color: #fff;
}

.headline-ruby {
  display: block;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
  /*color: #333;*/
}

.headline-sub {
  font-size: 1.1em;
  text-align: justify;
}

/* coordinate-list */
.coordinate-list {
  margin: auto;
  text-align: center;
  max-width: 774px;
  margin-bottom: 20px;
}
.coordinate-list > li {
  width: 25%;
}
.coordinate-list > li img {
  aspect-ratio: 97/211;
  width: 100%;
}

.coordinate-list a {
  display: block;
}

/* itemtxt */
.itemtxt {
  font-size: 12px;
}

.itemprice {
  color: red;
  font-size: 14px;
  margin: 0 0 8px;
}

/* item-list */
.item-list {
  flex-wrap: wrap;
  margin: auto;
  max-width: 980px;
}

.item-list li {
  display: inherit;
  margin-top: 32px;
  margin-left: 4%;
  width: 44%;
}
.item-list li a {
  display: flex;
  flex-direction: column;
}
a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  float: right;
  border-radius: 4px;
  margin-top: auto;
  margin-left: auto;
}

.item-list img {
  aspect-ratio: 5/6;
  width: 100%;
  height: auto;
}

.number {
  font-size: 45px;
  font-weight: bold;
  margin: 0 0 12px;
  font-family: "Unna", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: #3e3e3e;
  line-height: 1.2;
}

.number::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 54px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #3e3e3e;
}

/* btn-box */
.btn-box .icon,
.btn-box .m-btn-inactive {
  margin: 32px auto 0;
  width: 90%;
}

/* layoutbox */
.layoutbox {
  margin: 0;
  width: 100%;
}
.layoutbox img {
  aspect-ratio: 16/15 !important;
  height: auto;
}

/* under */
.under {
  padding: 64px 0;
}

.con_under_sharebox {
  width: 100%;
  text-align: center;
}
.con_under_sharebox a {
  width: 67px;
  margin: 5px 10px;
  display: inline-block;
}
.con_under_sharebox a img {
  width: 100%;
}
.con_under_mailbox {
  width: 500px;
  margin: 10px auto 50px;
  padding: 30px 0;
  border: solid 1px #d1c0a5;
  text-align: center;
}
.con_under_mailbox span {
  font-size: 12px;
}
.con_under_mailbox span a {
  display: inline-block;
  text-decoration: underline;
}

.con_under_mailbox .m-btn-inactive {
  width: 50%;
}

.coordinate-list .itemtxt {
  height: 3.3em;
  font-size: 10px;
}

.lh-ur {
  line-height: 1.2;
}

.sale-price {
  color: red;
}

.btn-more {
  text-align: center;
  margin: 40px 0 50px;
  overflow: hidden;
  width: 100%;
}
.btn-more a {
  background: #dd8ea2;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 30px 10px 0;
  padding: 14px 0;
  text-align: center;
  width: 300px;
}
.btn-more .m-icn-arrow-right-w {
  margin-bottom: 2px;
}

@media screen and (max-width: 640px) {
  .con_under_sharebox a {
    width: 45px;
  }

  .con_under_mailbox {
    width: 95%;
  }

  .title img {
    width: 100%;
  }

  .navi {
    width: 100%;
  }

  .navi ul {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    font-size: 20px;
  }

  .navi ul li {
    width: 45%;
    margin: 0% 1%;
  }

  .navi ul li a {
    font-size: 15px;
    padding: 5px;
    background-color: #f3f3f3;
  }

  .navi ul li a::after {
    width: 19px;
    height: 20px;
    vertical-align: text-top;
  }
  /* 
.navi ul::after{
	content: '';
	display: block;
	width: 44%;
} */

  /* SMP nav-tab */
  .nav-tab {
    margin: 10vw 0 0;
  }
  .nav-tab ul {
    text-align: center;
  }
  .nav-tab ul li {
    margin: 0 2px;
    vertical-align: bottom;
    width: 30%;
  }
  .nav-tab li a {
    font-size: 4.5vw;
    height: 12vw;
    line-height: 12vw;
  }
  .nav-tab li.active a {
    height: 12vw;
    line-height: 12vw;
  }

  .headline-wrapper {
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    padding: 15px 10px;
    text-align: center;
  }

  .headline-wrapper-blouse {
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    padding: 16px 10px 15px;
    text-align: center;
  }

  .headline-wrapper-blouse .headline-main {
    /* font-family: 'Benne', serif; */
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0.4em;
    line-height: 1.1;
  }

  .headline-wrapper-blouse .headline-ruby {
    display: block;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, sans-serif;
    margin-bottom: 5px;
  }

  .content-box {
    margin: 15px auto 40px;
  }
  .number {
    font-size: 38px;
  }

  .number::after {
    top: 46px;
  }

  .itemtxt {
    font-size: 12px;
  }
}

@media screen and (min-width: 641px) {
  /*-----------*/
  /*    PC     */
  /*-----------*/

  .title-sub p {
    text-align: center;
  }

  #white .headline {
    background-image: url(../esw221011_edit/small_ttl1.jpg);
    background-color: #f1f1f1;
  }

  #nuance .headline {
    background-image: url(../esw221011_edit/small_ttl2.jpg);
    background-color: #e8f0f7;
  }

  #logo .headline {
    background-image: url(../esw221011_edit/small_ttl3.jpg?a);
    background-color: #e2ddd6;
  }

  /* PC headline */
  .navi ul > li {
    margin: 0 auto;
  }

  .navi {
    font-size: 18px;
    margin-top: 20px;
  }

  /* PC headline */
  .headline {
    aspect-ratio: auto;
    background-size: 740px 200px;
    background-position: center;
    height: 200px;
  }

  .headline-main {
    font-size: 40px;
    margin-bottom: 0.3em;
    line-height: 1.4;
  }

  .headline-wrapper {
    box-sizing: border-box;
    margin: auto;
    padding: 33px;
    width: 600px;
    text-align: center;
  }

  .headline-sub {
    text-align: center;
  }

  /* PC item-list */
  .item-list li {
    margin-top: 32px;
    margin-left: 20px;
    width: 300px;
  }

  /* PC btn-box */
  .btn-box .icon,
  .btn-box .m-btn-inactive {
    width: 320px;
  }

  /* PC under-mailbox */
  .under-mailbox {
    width: 500px;
  }

  /* hover */
  .content-box .icon:hover {
    background: #45423f;
  }

  .navi a:hover,
  .content-box a:hover {
    opacity: 0.7;
  }

  .coordinate-list .itemtxt {
    height: auto;
  }

  .lh-ur {
    line-height: 1.6;
  }

  .btn-more {
    clear: both;
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  .btn-more a:hover {
    opacity: 0.6;
  }
} /* end media */
