@charset "UTF-8";
.tops-pants {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #03091c;
  line-height: 1;
}

.main-txt{
  text-align: center;
  font-size: 14px;
  margin: 0 0 50px;
  line-height: 2;
}

.u-anchor li a{
 color: #fff;
}

.tops-pants a {
  color: #2a2a2a;
  transition: 0.2s;
}
.tops-pants a:hover {
  opacity: 0.8;
}
.tops-pants img {
  width: 100%;
}

.pc_no {
  display: none;
}

.u-mv {
  margin-bottom: 62px;
}
.tops{
  margin-left: 35px;
}
.u-anchor {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 98px;
}
.u-anchor li a {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #000;
  width: 215px;
  padding: 20px 0 18px;
  display: block;
  text-align: center;
}

.u-styling {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 120px;
}
.u-styling__list {
  width: 280px;
  text-align: center;
}
.u-styling__list span {
  display: block;
}
.u-styling__list .u-img {
  margin-bottom: 20px;
}
.u-styling__list .u-num {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.u-styling__list .u-credit {
  margin-bottom: 10px;
}
.u-styling__list .u-credit a {
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 12px;
  border-bottom: 2px solid #bfbfbf;
}

.u-area {
  text-align: center;
  margin-bottom: 200px;
}
.u-area__ttl {
    text-align: center;
    font-size: 32px;
    /* letter-spacing: -0.02em; */
    font-family: 'Times New Roman', sans-serif;
    font-feature-settings: "palt";
    font-weight: 100;
    margin-bottom: 20px;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}

.u-area__sub__ttl{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
}

/* .u-area__ttl::after {
  content: "";
  width: 100%;
  text-align: center;
  height: 5px;
  background-color: #3f75a4;
  position: absolute;
  left: 0;
  bottom: -5px;
} */
.u-area__ttl span {
  position: relative;
  z-index: 2;
}
.u-area__btn a {
  font-family: 'Times New Roman',sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: #000;
  color: #fff;
  width: 200px;
  padding: 20px 0 18px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* .list_search-result:nth-child(1), .list_search-result:nth-child(2) {
  width: 975px;
}

.list_search-result:nth-child(3){
 width: 980px;
} */

.cnt{
  display: contents;
}