/* form */
.um-field-label label,
.um-field-checkbox-option {
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic Medium",Meiryo,sans-serif;
  font-size: 14px;
  font-weight: 100 !important;
  margin-bottom: 10px;
}

.um-field {
  font-weight: normal;
  margin-bottom: 9.3vw;
}

@media screen and (min-width: 768px) {
  .um-field {
    margin-bottom: 35px;
  }
}

#member input[type="text"],
#member input[type="tel"],
#member input[type="email"],
#member input[type="password"],
.um-form input[type=text],
.um-form input[type=search],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
  width: 100% !important;
  height: 60px !important;
}

.um-field-area input {
  font-family: inherit;
}

.um span.um-req {
  color: #bd3500 !important;
  font-size: 22px;
  line-height: 50%;
}

.um .um-col-alt-b a.um-link-alt {
  display: none !important;
}

.um-col-alt {
  text-align: center;
}

/**  login
--------------- */
#member .form-wrap {
  margin-bottom: 53.3vw;
}

@media screen and (min-width: 768px) {
  #member .form-wrap {
    margin-bottom: 200px;
  }
}

#member .login-form {
  max-width: 700px;
  margin: 10.6vw auto 0;
}

@media screen and (min-width: 768px) {
  #member .login-form {
    margin-top: 40px;
  }
}

#member .login-form .form__link {
  text-align: center;
  margin: 40px auto;
}

#member .login-form .form__link a {
  text-decoration: underline;
}

#member .login-form .form__link a:hover {
  text-decoration: none;
}

/**  member top
--------------- */
/*-- news -------- */
#news {
  padding-bottom: 13.3vw;
}

@media screen and (min-width: 768px) {
  #news {
    padding-bottom: 170px;
  }
}

#news .section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5.3vw;
}

@media screen and (min-width: 768px) {
  #news .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
  }
}

#news .news__ttl-wrap {
  color: #fff;
  background-color: #2D2D2D;
  position: relative;
  width: 75%;
  padding: 9.6vw 13vw 0;
}

@media screen and (min-width: 768px) {
  #news .news__ttl-wrap {
    width: 285px;
    padding: 45px 45px 30px;
  }
}

#news .news__ttl-wrap:after {
  content: "";
  display: block;
  width: 30.4vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 20px;
  left: 38.6vw;
}

@media screen and (min-width: 768px) {
  #news .news__ttl-wrap:after {
    width: 98px;
    top: 60px;
    left: 238px;
  }
}

#news .news__ttl {
  width: 22.6vw;
  margin-bottom: 6.6vw;
}

@media screen and (min-width: 768px) {
  #news .news__ttl {
    width: 170px;
    margin-bottom: 35px;
  }
}

#news .news__list {
  background-color: #fff;
  padding: 17vw 0 0;
}

@media screen and (min-width: 768px) {
  #news .news__list {
    padding: 50px 0 20px 80px;
  }
}

#news .news__list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #news .news__list .list__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 3.5em;
  }
}

#news .news__list .list__item + .list__item {
  margin-top: 21px;
}

#news .news__list .list__date {
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}

#news .news__list .list__ttl {
  width: 100%;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #news .news__list .list__ttl {
    width: auto;
    margin-top: 0;
  }
}

#news .news__list .list__ttl a:hover {
  text-decoration: underline;
}

#news .news__btn {
  width: 246px;
  -webkit-transform: translateY(5vw);
          transform: translateY(5vw);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 65px;
}

@media screen and (min-width: 768px) {
  #news .news__btn {
    width: 272px;
    padding-right: 0;
    padding-left: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none;
            transform: none;
  }
}

/*-- band -------- */
#band {
  height: 48vw;
  margin-bottom: 9.3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #band {
    height: 300px;
    margin-bottom: 60px;
  }
}

#band .band__img {
  width: 100%;
  height: 48vw;
  position: absolute;
  top: 0;
  left: 5.3vw;
}

@media screen and (min-width: 768px) {
  #band .band__img {
    height: 300px;
    left: 14.8vw;
  }
}

@media screen and (min-width: 1280px) {
  #band .band__img {
    left: calc(50% - 450px);
  }
}

#band .band__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*-- document -------- */
#document {
  margin-bottom: 25.3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #document {
    margin-bottom: 120px;
  }
}

#document:after {
  content: "";
  display: block;
  width: 100%;
  height: 163vw;
  background-color: #F7F7F7;
  position: absolute;
  top: -36vw;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #document:after {
    height: 610px;
    height: calc(100% + 130px);
    top: -120px;
    right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  #document:after {
    right: calc(50% - 450px);
  }
}

@media screen and (min-width: 768px) {
  #document .inner {
    padding-right: 90px;
  }
}

#document .document__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9.3vw;
}

@media screen and (min-width: 768px) {
  #document .document__head {
    margin-bottom: 50px;
  }
}

#document .document__head .section__head {
  margin-bottom: 0;
}

#document .document__link {
  color: #707070;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#document .document__link .arrow {
  width: 45px;
  margin-left: 5px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  #document .document__link .arrow {
    width: 56px;
    margin-left: 12px;
    padding-bottom: 0;
  }
}

@media (hover: hover) {
  #document .document__link:hover .arrow {
    -webkit-animation: btnArrow 1.2s infinite;
            animation: btnArrow 1.2s infinite;
  }
}

@media screen and (min-width: 768px) {
  #document .document__list {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#document .document__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #document .document__item {
    width: calc(33.3% - 24px);
    margin: 0 12px;
  }
}

#document .document__item .list__img {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #document .document__item .list__img {
    margin-bottom: 20px;
  }
}

#document .document__item .list__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  #document .document__item .list__title {
    margin-bottom: 10px;
  }
}

#document .document__item .list__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #document .document__item .list__date {
    margin-bottom: 15px;
  }
}

#document .document__item .list__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #document .document__item .list__ttl {
    margin-bottom: 20px;
  }
}

#document .document__item .list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #000;
  border: 1px solid #000;
}

@media (hover: hover) {
  #document .document__item .list__btn {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #document .document__item .list__btn:hover {
    color: #000;
    background-color: #fff;
  }
}

/**  member news
------------------------ */
#member .news-list {
  max-width: 700px;
  margin: 0 auto 25.3vw;
}

@media screen and (min-width: 768px) {
  #member .news-list {
    margin-bottom: 150px;
  }
}

#member .news-list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  #member .news-list .list__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#member .news-list .list__item + .list__item {
  margin-top: 15px;
}

#member .news-list .list__date {
  font-size: 16px;
  font-weight: 500;
  margin-right: 45px;
}

#member .news-list .list__ttl {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #member .news-list .list__ttl {
    width: auto;
    margin-top: 0;
  }
}

#member .news-list .list__ttl a:hover {
  text-decoration: underline;
}

#member .navigation {
  margin-bottom: 24vw;
}

@media screen and (min-width: 768px) {
  #member .navigation {
    margin-bottom: 150px;
  }
}

/**  member news post
------------------------ */
#member .post__content {
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 24vw;
}

@media screen and (min-width: 768px) {
  #member .post__content {
    margin-bottom: 150px;
  }
}

#member .post__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#member .post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8vw 0 5.3vw;
}

@media screen and (min-width: 768px) {
  #member .post__meta {
    margin: 60px 0 15px;
  }
}

#member .post__date {
  font-size: 14px;
  font-weight: bold;
}

#member .post__ttl {
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 6.6vw;
}

@media screen and (min-width: 768px) {
  #member .post__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#member .post__sns-wrap {
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #member .post__sns-wrap {
    margin-bottom: 25px;
  }
}

#member .post__link {
  margin-bottom: 21.3vw;
}

@media screen and (min-width: 768px) {
  #member .post__link {
    margin-bottom: 80px;
  }
}

/* post content */
.post__wrap {
  margin-bottom: 80px;
}

.post__wrap h1, .post__wrap h2, .post__wrap h3, .post__wrap h4, .post__wrap h5, .post__wrap h6 {
  color: inherit;
  font-size: 5.3vw;
  font-weight: bold;
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .post__wrap h1, .post__wrap h2, .post__wrap h3, .post__wrap h4, .post__wrap h5, .post__wrap h6 {
    font-size: 20px;
  }
}

.post > * {
  margin-bottom: 16px;
}

.post img {
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.post img.alignleft {
  margin-right: auto;
}

.post img.alignright {
  margin-left: auto;
}

/**  member document
------------------------ */
#member .filter-nav {
  width: 100%;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #member .filter-nav {
    margin: 0 auto 40px;
  }
}

#member .filter-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #2D2D2D;
}

#member .filter-nav__item {
  font-size: 3vw;
  width: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #2D2D2D;
}

@media screen and (min-width: 768px) {
  #member .filter-nav__item {
    font-size: 14px;
    width: 20%;
    border-right: 1px solid #2D2D2D;
    border-bottom: none;
  }
}

#member .filter-nav__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (min-width: 768px) {
  #member .filter-nav__item a:hover {
    opacity: 0.7;
  }
}

#member .filter-nav__item:nth-child(2n+1) {
  border-right: 1px solid #2D2D2D;
}

#member .filter-nav__item:nth-last-child(1), #member .filter-nav__item:nth-last-child(2) {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  #member .filter-nav__item:nth-child(1), #member .filter-nav__item:nth-child(2), #member .filter-nav__item:nth-child(3), #member .filter-nav__item:nth-child(4), #member .filter-nav__item:nth-child(5) {
    border-bottom: 1px solid #2D2D2D;
  }
  #member .filter-nav__item:nth-child(5n) {
    border-right: none;
  }
}

#member .filter-nav__item.is-active {
  color: #fff;
  background-color: #2D2D2D;
}

#member .filter-nav__item.is-active a {
  cursor: default;
}

#member .filter-nav__item.is-active a:hover {
  opacity: 1;
}

/* file tag */
:root {
  --white-tag-color: #fff;
  --white-tag-border: #2D2D2D;
  --black-tag-color: #595757;
  --black-tag-border: #595757;
  --lux-color: #b3b3b4;
  --lux-border: #b3b3b4;
  --villa-color: #f6b42d;
  --villa-border: #f6b42d;
  --iori-color: #8dc11f;
  --iori-border: #8dc11f;
  --palais-color: #A0C6CA;
  --palais-border: #A0C6CA;
}
#member .filter-nav--tags {
  width: 100%;
  margin: 0 -1vw 10vw;
}

@media screen and (min-width: 768px) {
  #member .filter-nav--tags {
    margin: 0 auto 60px;
  }
}

#member .filter-nav--tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #member .filter-nav--tags ul {
    flex-wrap: nowrap;
  }
}

#member .filter-nav--tags .filter-nav__item {
  font-size: 3vw;
  font-weight: normal;
  width: auto;
  min-width: 20vw;
  position: relative;
  border: none;
  margin: 0 1vw 3.8vw;
}

@media screen and (min-width: 768px) {
  #member .filter-nav--tags .filter-nav__item {
    font-size: 12px;
    min-width: 90px;
    margin: 0 10px 0 0;
  }
}


#member .filter-nav--tags .filter-nav__item a {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #2D2D2D;
  border: 1px solid #2D2D2D;
  border-radius: 5px;
  text-align: center;
  padding: 1px 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (min-width: 768px) {
  #member .filter-nav--tags .filter-nav__item a:hover {
    opacity: 0.7;
  }
}

#member .filter-nav--tags .filter-nav__item.tag-white-tag a {
  color: #2D2D2D;
  border-color: var(--white-tag-border);
  background-color: var(--white-tag-color);
}
#member .filter-nav--tags .filter-nav__item.tag-black-tag a {
  color: #fff;
  border-color: var(--black-tag-border);
  background-color: var(--black-tag-color);
}
#member .filter-nav--tags .filter-nav__item.tag-lux a {
  color: #fff;
  border-color: var(--lux-border);
  background-color: var(--lux-color);
}
#member .filter-nav--tags .filter-nav__item.tag-villa a {
  color: #fff;
  border-color: var(--villa-border);
  background-color: var(--villa-color);
}
#member .filter-nav--tags .filter-nav__item.tag-iori a {
  color: #fff;
  border-color: var(--iori-border);
  background-color: var(--iori-color);
}
#member .filter-nav--tags .filter-nav__item.tag-palais a {
  color: #fff;
  border-color: var(--palais-border);
  background-color: var(--palais-color);
}

#member .filter-nav--tags .filter-nav__item.is-active {
  background-color: transparent;
}

#member .filter-nav--tags .filter-nav__item::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background-color: transparent;
  position: absolute;
  left: 5px;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #member .filter-nav--tags .filter-nav__item::after {
    bottom: -5px;
  }
}

#member .filter-nav--tags .filter-nav__item.is-active::after {
  background-color: #2D2D2D;
  animation: kf-current .4s ease forwards;
}
@keyframes kf-current {
  0% {
    transform: none;
  }
  100% {
    transform: translateY(5px);
  }  
}


#member .document__list {
  margin-bottom: 30vw;
}

@media screen and (min-width: 768px) {
  #member .document__list {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 140px;
  }
}

#member .document__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #member .document__item {
    width: calc(33.3% - 24px);
    margin: 0 12px 40px;
  }
}

#member .document__item .list__img {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #member .document__item .list__img {
    margin-bottom: 20px;
    height: 18.5vw;
  }
  #member .document__item .list__img img {
    object-fit: contain;
  }
}

@media screen and (min-width: 1080px) {
  #member .document__item .list__img {
    height: 200px;
  }
}

#member .document__item .list__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  #member .document__item .list__title {
    margin-bottom: 10px;
  }
}

#member .document__item .list__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #member .document__item .list__date {
    margin-bottom: 15px;
  }
}

#member .document__item .list__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #member .document__item .list__ttl {
    margin-bottom: 20px;
  }
}

#member .document__item .list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #000;
  border: 1px solid #000;
}

@media (hover: hover) {
  #member .document__item .list__btn {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #member .document__item .list__btn:hover {
    color: #000;
    background-color: #fff;
  }
}

/* member top */
#member #document .document__list {
  margin-bottom: 13.3vw;
}

@media screen and (min-width: 768px) {
  #member #document .document__list {
    margin-bottom: 40px;
  }
}
