@charset "UTF-8";
@media (hover: hover) {
  .salonList .link-body:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.btn-favorite {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  line-height: 1;
  z-index: 100;
  padding: 0;
}
.btn-favorite:before, .btn-favorite:after {
  vertical-align: middle;
}
.salonList .item {
  width: 100%;
  max-width: 335px;
  background: white;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.12);
          box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.12);
  margin-bottom: 16px;
}
@media screen and (max-width: 821px) {
  .salonList .item {
    margin: 8px;
    width: calc(50% - 8px* 2);
    max-width: 100%;
  }
}
@media screen and (min-width: 821px) {
  .salonList .item {
    margin: 8px;
    width: calc(50% - 8px* 2);
  }
}
@media screen and (max-width: 400px) {
  .salonList .item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.salonList .thumb {
  width: 100%;
  padding-bottom: 62.5%;
}
.salonList .textArea {
  height: 94px;
  padding: 16px;
  position: relative;
  font-size: 1.4rem;
  color: #555;
}
.salonList .textArea p {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.salonList .heading {
  margin-bottom: 4px;
  text-align: justify;
  letter-spacing: 0;
  font-size: 1.6rem;
  color: #222455;
  line-height: 1;
}
.salonList .subheading {
  color: #8a98ba;
  font-size: 1.2rem;
}
.salonList .link-body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.postList-avatar {
  position: relative;
  border-radius: 50%;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.postList-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 1000px;
}

.salonList .thumb {
  height: 0;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
}
.salonList .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 1000px;
}

.l-hero {
  background: #fafafa;
  position: relative;
}
.l-hero_inner {
  padding-top: 66px;
  margin-left: 300px;
}
@media screen and (max-width: 821px) {
  .l-hero_inner {
    padding-top: 56px;
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .l-hero_inner {
    padding-top: 46px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .l-hero {
    background: #fff;
    overflow-x: hidden;
  }
}
.l-hero_header {
  width: 100%;
  height: 100%;
  max-height: 420px;
  padding-top: 420px;
  background: url("../img/l-header_bg.png") center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.l-hero_header-item {
  width: 100%;
  max-width: 720px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.l-hero_header-item .header-item_textarea {
  margin-bottom: 5%;
  color: #fff;
}
.l-hero_header-item .header-item_textarea h2 {
  margin-bottom: 32px;
  font-size: 29px;
  font-weight: bold;
}
.l-hero_header-item .header-item_textarea p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.l-hero_header-item .left-cont {
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
}
.l-hero_header-item .right-cont {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-bottom: 10px;
}
.l-hero_header-item .right-cont a {
  width: 100%;
  max-width: 200px;
  display: block;
}
.l-hero_header-item .right-cont a:nth-child(2) {
  margin-bottom: 2.5%;
}
.l-hero_header-item .right-cont a img,
.l-hero_header-item .right-cont a svg {
  width: 100%;
  height: auto;
}

.t-frontPage .l-main {
  padding-top: 0;
}

.salonList_wrap,
.common-wrap,
.community-wrap {
  margin: 0 auto 24px;
  -webkit-box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
}
@media screen and (max-width: 821px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    max-width: calc(100% - 16px* 4);
  }
}
@media screen and (min-width: 821px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    max-width: calc(335px* 2 + 16px* 4);
    padding: 24px 24px;
  }
  .salonList_wrap .salonList_ttl,
.common-wrap .salonList_ttl,
.community-wrap .salonList_ttl {
    font-size: 16px;
    padding-left: 8px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1200px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    max-width: calc(335px* 2 + 16px* 4);
  }
}
@media screen and (min-width: 1413px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    max-width: calc(335px* 3 + 16px* 6);
  }
}
@media screen and (min-width: 1766px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    max-width: calc(335px* 4 + 16px* 8);
  }
}
@media screen and (max-width: 400px) {
  .salonList_wrap,
.common-wrap,
.community-wrap {
    padding-top: 50px;
    max-width: 335px;
  }
  .salonList_wrap .salonList_ttl,
.common-wrap .salonList_ttl,
.community-wrap .salonList_ttl {
    display: none;
  }
}
.salonList_wrap .salonList_link,
.common-wrap .salonList_link,
.community-wrap .salonList_link {
  width: 100%;
  color: #3f85e4;
  text-align: center;
  display: block;
  font-size: 16px;
}
.salonList_wrap .button-back,
.common-wrap .button-back,
.community-wrap .button-back {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 99;
}
@media screen and (max-width: 400px) {
  .salonList_wrap .button-back,
.common-wrap .button-back,
.community-wrap .button-back {
    top: 13px;
  }
}

.salonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 48px;
}
.salonList .btn-favorite {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 400px) {
  .salonList {
    margin-bottom: 24px;
  }
}
.salonList .item .point,
.salonList .item .btn-membership {
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.salonList .item .point {
  height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 12px;
  left: 16px;
}
.salonList .item .point-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.salonList .item .point-item img {
  margin-right: 7px;
}
.salonList .item .point-item p {
  font-size: 1rem;
}
.salonList .item .btn-membership {
  width: 78px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}
.salonList .item .btn-membership-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salonList .item .btn-membership-item img {
  margin-right: 7px;
}
.salonList .item .btn-membership-item p {
  font-size: 0.9rem;
}

.slide-area {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  white-space: nowrap;
}
.slide-area .item {
  width: 300px;
  max-width: 300px;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0;
  margin-right: 16px;
}
.slide-area .thumb {
  padding-bottom: 50%;
}

.btn-favorite {
  cursor: pointer;
  font-size: 3rem;
}
.btn-favorite:before {
  font-weight: 400;
  content: "\f004";
  color: #ccc;
}
.btn-favorite.is-active:before {
  font-weight: 900;
  color: #e54444;
}

.comu-list-wrap {
  height: calc(100vh - 66px);
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1163px) {
  .comu-list-wrap {
    max-width: calc(400px + 88px);
  }
}
@media screen and (min-width: 1200px) {
  .comu-list-wrap {
    max-width: calc(400px* 2 + 3%* 1 + 88px);
  }
}
@media screen and (min-width: 1700px) {
  .comu-list-wrap {
    max-width: calc(400px* 3 + 3%* 2 + 88px);
  }
}
@media screen and (max-width: 400px) {
  .comu-list-wrap {
    margin: 0 0 24px;
    max-width: 100%;
  }
}
.comu-list-wrap-header {
  height: 80px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 400px) {
  .comu-list-wrap-header {
    height: 50px;
    border-bottom: none;
  }
}
.comu-list-wrap .button-back {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 99;
}
@media screen and (max-width: 400px) {
  .comu-list-wrap .button-back {
    top: 13px;
    left: 25px;
  }
}
.comu-list-wrap .salonList_ttl {
  margin-top: 24px;
  margin-left: 24px;
  padding-left: 0;
}
.comu-list-wrap .comu-list-noresult-area {
  width: 100%;
  height: calc(100vh - 132px - 80px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.communitylist .comu-list-wrap-header .glovalSearch_wrap {
  display: none;
}
@media screen and (max-width: 400px) {
  .communitylist .comu-list-wrap-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .communitylist .comu-list-wrap-header .list-header-ttl {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .communitylist .comu-list-wrap-header .glovalSearch_wrap {
    display: block;
    margin-top: 29px;
  }
  .communitylist .comu-list-wrap-header .glovalSearch_wrap .glovalSearch {
    height: 40px;
  }
  .communitylist .comu-list-wrap-header .glovalSearch_wrap .glovalSearch_input {
    height: 40px;
  }
}

.communitylibrary .comu-list-wrap {
  background: none;
  padding: 40px 16px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.communitylibrary .salonList_ttl {
  margin: 0 0 8px;
  display: block;
  font-weight: bold;
}
.communitylibrary .library-ttl {
  width: 100%;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communitylibrary .library-ttl p {
  font-weight: bold;
}
.communitylibrary .library-ttl a {
  font-size: 1.2rem;
  color: #1592e6;
}
.communitylibrary .comu-area,
.communitylibrary .library-area {
  margin-bottom: 24px;
}
.communitylibrary .comu-area .list-cell {
  min-height: 270px;
}
@media screen and (max-width: 400px) {
  .communitylibrary .comu-area .list-cell {
    min-height: auto;
    padding: 28px 0;
  }
}
.communitylibrary .library-area .list-cell {
  min-height: 458px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
}
@media screen and (max-width: 400px) {
  .communitylibrary .library-area .list-cell {
    min-height: auto;
    padding: 14px 0;
  }
}
.communitylibrary .library-area .list-cell .library-salonList {
  padding: 28px 20px;
}
@media screen and (max-width: 400px) {
  .communitylibrary .library-area .list-cell .library-salonList {
    padding: 0 0 28px;
  }
}
.communitylibrary .not-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.communitylibrary .not-community p {
  font-size: 2rem;
  color: #8a98ba;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .communitylibrary .not-community p {
    font-size: 1.2rem;
  }
}
.communitylibrary .list-cell.not-community-only {
  min-height: initial;
  height: calc(100vh - 28px - 40px - 66px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.communitylibrary .list-cell.not-community-only p {
  font-size: 2rem;
  color: #8a98ba;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .communitylibrary .list-cell.not-community-only p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .communitylibrary .library-new .salonList_ttl {
    text-align: center;
  }
}

.common-wrap {
  max-width: 812px;
  background: #fff;
  padding: 0;
  position: relative;
}
.common-wrap-header {
  height: 80px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 400px) {
  .common-wrap-header {
    height: 50px;
    border-bottom: none;
  }
}

.common-thum-l {
  width: 100%;
}
.common-thum-l figure {
  padding-top: 44.0886699507%;
  overflow: hidden;
  position: relative;
}
.common-thum-l figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.common-area {
  padding: 24px 20px 80px;
}
.common-area .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.common-area .movie iframe {
  width: 100%;
  height: 100%;
}
.common-area .pass-check {
  padding-top: 40px;
  min-height: 400px;
}
.common-area .pass-check p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 400px) {
  .common-area .pass-check p {
    font-size: 1.2rem;
  }
}
.common-area .pass-check .form-Area {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 22px;
}
@media screen and (max-width: 400px) {
  .common-area .pass-check .form-Area {
    padding: 0;
  }
}
.common-area .pass-check .form-Area input {
  width: 100%;
  border: solid 1px #ebebeb;
  margin-bottom: 24px;
}
.common-area .pass-check .form-Area .btn-submit {
  width: 80%;
  max-width: 347px;
  display: block;
  margin: 0 auto;
}

.library-detail-ttl {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: bold;
}

.community-wrap {
  padding: 0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.05);
}

.community-thum-header {
  width: 100%;
  background: #000;
}
.community-thum-header figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: clamp(192px, 32vw, 420px);
  max-width: 812px;
  margin: 0 auto;
}
.community-thum-header figure::before {
  content: "";
  display: block;
  padding-top: 51.724137931%;
}
.community-thum-header figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.community-area {
  padding: 32px 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 821px) {
  .community-area {
    padding: 16px 0;
  }
}
.community-area h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.community-area:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.community-area-header {
  padding: 32px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 821px) {
  .community-area-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: none;
  }
}
.community-area-header .btn_join {
  display: block;
  width: 100%;
  padding: calc((42px - 1.4rem) / 2) 0;
  max-width: 152px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #e54444;
  border-radius: 3px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 821px) {
  .community-area-header .btn_join {
    padding: calc((36px - 1.4rem) / 2) 0;
  }
}
@media screen and (max-width: 821px) {
  .community-area-header .heading-area {
    width: 100%;
    margin-bottom: 8px;
  }
}
.community-area-header .heading-area .heading {
  font-size: 2rem;
}
.community-area-header .heading-area .subheading {
  font-size: 1.2rem;
  color: #8a98ba;
}

.category-list-wrap,
.library-area-wrap {
  padding: 32px 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 400px) {
  .category-list-wrap,
.library-area-wrap {
    padding: 16px 24px;
  }
}
.category-list-wrap h3,
.library-area-wrap h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 400px) {
  .category-list-wrap h3,
.library-area-wrap h3 {
    display: none;
  }
}

.category-list {
  width: 100%;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
}
.category-list a {
  width: 100%;
  max-width: 220px;
  margin-right: 14px;
  display: block;
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.category-list a figure {
  margin-bottom: 8px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.category-list a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.category-list a h3,
.category-list a p {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category-list a .heading-area .heading {
  font-size: 1.4rem;
}
.category-list a .heading-area .subheading {
  font-size: 1.2rem;
  color: #8a98ba;
}

.community-wrap-nav-wrap {
  width: 100%;
  background: #fff;
}
.community-wrap-nav-wrap .community-wrap-nav {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .community-wrap-nav-wrap .community-wrap-nav {
    padding: 0;
  }
}
.community-wrap-nav-wrap .community-wrap-nav li {
  width: 25%;
  background: #ededed;
}
.community-wrap-nav-wrap .community-wrap-nav li:not(:last-child) {
  border-right: solid 2px #fff;
}
.community-wrap-nav-wrap .community-wrap-nav li a {
  width: 100%;
  display: block;
  padding: 1rem 0;
  color: #8a98ba;
  text-align: center;
  font-size: 1.2rem;
}
.community-wrap-nav-wrap .community-wrap-nav .active {
  background: #fff;
}
.community-wrap-nav-wrap .community-wrap-nav .active a {
  color: #e54444;
  position: relative;
}
.community-wrap-nav-wrap .community-wrap-nav .active a::before {
  content: "";
  width: 32px;
  height: 4px;
  border-radius: 25px 25px;
  background: #e54444;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
  overflow: hidden;
}

.library-wrap {
  margin: 0 auto 24px;
  max-width: 400px;
  -webkit-box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 3px 33px 0px rgba(10, 10, 10, 0.02);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1163px) {
  .library-wrap {
    max-width: calc(400px + 48px);
  }
}
@media screen and (min-width: 1200px) {
  .library-wrap {
    max-width: calc(400px* 2 + 3%* 1 + 48px);
  }
}
@media screen and (min-width: 1700px) {
  .library-wrap {
    max-width: calc(400px* 3 + 3%* 2 + 48px);
  }
}
.library-wrap .common-wrap-header {
  height: 80px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 400px) {
  .library-wrap .common-wrap-header {
    height: 50px;
    border-bottom: none;
  }
}
.library-wrap .button-back {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 99;
}
@media screen and (max-width: 400px) {
  .library-wrap .button-back {
    top: 13px;
  }
}

.library-salonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.library-salonList li {
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3%;
}
@media screen and (min-width: 821px) {
  .library-salonList li {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .library-salonList li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 1700px) {
  .library-salonList li {
    margin-right: 3%;
  }
  .library-salonList li:nth-child(3n) {
    margin-right: 0;
  }
}
.library-salonList li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.library-salonList li figure {
  width: 150px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.library-salonList li figure::before {
  content: "";
  display: block;
  padding-top: 73.3333333333%;
}
.library-salonList li figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.library-salonList li .heading-area {
  width: 58%;
  overflow: hidden;
  position: relative;
}
.library-salonList li .heading-area .heading {
  font-size: 1.4rem;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}
.library-salonList li .heading-area .subheading {
  font-size: 1.2rem;
  color: #8a98ba;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.library-salonList li .heading-area .comunity-name-min {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  color: #8a98ba;
  border: solid 1px #8a98ba;
  border-radius: 5px;
  line-height: 1;
  overflow: hidden;
}
.library-salonList li .heading-area .comunity-name-min p {
  width: 100%;
}
.library-salonList li .heading-area .comunity-name-min p span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 10px 14px;
}

.account-management {
  height: 100%;
}
.account-management .modal-body {
  height: 100%;
  padding-top: 20px;
}
.account-management .modal-body .form-Area {
  text-align: left;
}
.account-management .modal-body .form-Area input,
.account-management .modal-body .form-Area select,
.account-management .modal-body .form-Area textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  padding-left: 16px;
  color: #222455;
}
.account-management .modal-body .form-Area input::-webkit-input-placeholder, .account-management .modal-body .form-Area select::-webkit-input-placeholder, .account-management .modal-body .form-Area textarea::-webkit-input-placeholder {
  color: #8a98ba;
}
.account-management .modal-body .form-Area input::-moz-placeholder, .account-management .modal-body .form-Area select::-moz-placeholder, .account-management .modal-body .form-Area textarea::-moz-placeholder {
  color: #8a98ba;
}
.account-management .modal-body .form-Area input:-ms-input-placeholder, .account-management .modal-body .form-Area select:-ms-input-placeholder, .account-management .modal-body .form-Area textarea:-ms-input-placeholder {
  color: #8a98ba;
}
.account-management .modal-body .form-Area input::-ms-input-placeholder, .account-management .modal-body .form-Area select::-ms-input-placeholder, .account-management .modal-body .form-Area textarea::-ms-input-placeholder {
  color: #8a98ba;
}
.account-management .modal-body .form-Area input::placeholder,
.account-management .modal-body .form-Area select::placeholder,
.account-management .modal-body .form-Area textarea::placeholder {
  color: #8a98ba;
}
.account-management .modal-body .form-Area select {
  background-image: url("../img/select_down_b.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 15px center;
}
.account-management .modal-body .form-Area .select-placeholder {
  color: #8a98ba !important;
}
.account-management .modal-body .form-Area .cell-min {
  width: 120px;
}
.account-management .modal-body .form-Area .btn-primary {
  color: #8a98ba;
  width: 100%;
  border: solid 1px #8a98ba;
}
.account-management .modal-body .form-Area .link-inline {
  color: #222455;
  width: 300px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .account-management .modal-body .form-Area .link-inline {
    width: 95%;
  }
}
.account-management h2,
.account-management .user-id {
  width: 100%;
  max-width: 375px;
  margin: 0 auto 0;
  font-weight: normal;
}
.account-management h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.account-management .user-id {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.account-management .user-id p {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.account-management .user-id p span {
  color: #8a98ba;
  font-size: 1.4rem;
  margin-right: 16px;
}

.community-login-join {
  max-width: 812px;
}
@media screen and (max-width: 1033px) {
  .community-login-join {
    max-width: 382px;
  }
}
@media screen and (max-width: 821px) {
  .community-login-join .community-area {
    padding: 16px 24px;
  }
}
.community-login-join .community-area-header,
.community-login-join .community-area:not(:last-child) {
  border-bottom: none;
}
.community-login-join .community-area-header {
  padding: 16px 24px 0;
}
.community-login-join .library-salonList {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.community-login-join .library-salonList li {
  max-width: 335px;
}

.library-area-wrap-header,
.info-list-area-wrap-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.library-area-wrap-header a,
.info-list-area-wrap-header a {
  color: #1592e6;
  font-size: 1.2rem;
}
@media screen and (max-width: 400px) {
  .library-area-wrap-header h3,
.info-list-area-wrap-header h3 {
    display: block;
  }
}

.badge-unviewed::before {
  content: "未視聴";
  width: 46px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #3fb752;
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 0.9rem;
  z-index: 99;
  border-radius: 4px;
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-list li {
  width: 100%;
  max-width: 335px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 1700px) {
  .info-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.info-list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6% 0;
}
.info-list li figure {
  width: 37.5%;
  max-width: 150px;
  -webkit-flex-basis: 37.5%;
      -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.info-list li figure::before {
  content: "";
  display: block;
  padding-top: 60.8333333333%;
}
.info-list li figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info-list li .heading-area {
  width: 58%;
  margin-right: 16px;
}
.info-list li .heading-area .heading {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.info-list li .heading-area .subheading {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #8a98ba;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 400px) {
  .community-setting-wrap {
    background: #fafafa;
  }
}
@media screen and (max-width: 400px) {
  .community-setting-wrap .comu-list-wrap-header {
    height: auto;
    padding: 24px 24px 0;
  }
  .community-setting-wrap .comu-list-wrap-header p {
    background: #fff;
    width: 100%;
    max-width: 375px;
    padding-top: 18px;
    text-align: center;
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) {
  .community-setting-wrap .common-area {
    padding-top: 0;
  }
}

.common-area-body {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .common-area-body {
    background: none;
  }
}
.common-area-body .common-sub-ttl {
  font-size: 1.4rem;
  color: #8a98ba;
}
@media screen and (max-width: 400px) {
  .common-area-body .common-sub-ttl {
    margin-bottom: 8px;
  }
}
.common-area-body-item {
  padding: 0 20px 20px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .common-area-body-item {
    margin-bottom: 8px;
    padding-bottom: 0;
  }
}
.common-area-body-item .user-name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 24px;
}
.common-area-body-item .plof-txt {
  font-size: 1.4rem;
  margin-bottom: 38px;
}
.common-area-body-item .prof-edit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-area-body-item .prof-edit a {
  cursor: pointer;
  min-width: 150px;
  display: inline-block;
  padding: 8px 13px;
  font-size: 1.4rem;
  text-align: center;
  color: #8a98ba;
  border: solid 1px #8a98ba;
  border-radius: 4px;
}
@media screen and (max-width: 400px) {
  .common-area-body-item .prof-edit {
    margin-bottom: 40px;
  }
}
.common-area-body-item .plan-list li {
  padding: 18px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 400px) {
  .common-area-body-item .plan-list li:last-child {
    border-bottom: none;
  }
}
.common-area-body-item .btn-contact {
  width: 292px;
  display: block;
  margin: 20px auto 0;
  padding: 8px;
  font-size: 1.4rem;
  text-align: center;
  color: #8a98ba;
  border: solid 1px #8a98ba;
  border-radius: 4px;
}
.common-area-body-item .customer-info {
  width: 100%;
  display: block;
  padding: 18px 0;
  background: url("../img/btn-arrow.svg") center right 12px no-repeat;
}
.common-area-body .commu-recess {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .common-area-body .commu-recess {
    margin-top: 63px;
  }
}
.common-area-body .membership-ttl {
  width: 205px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
  padding: 4px 16px 4px 10px;
  border: solid 1px rgba(229, 68, 68, 0.4);
  border-radius: 4px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
}
.common-area-body .membership-ttl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-area-body .membership-ttl p {
  width: calc(100% - 20px);
  margin-right: auto;
  text-align: left;
}
.common-area-body .membership-ttl figure {
  height: 19px;
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .common-area-body .membership-ttl {
    margin-top: 18px;
  }
}

.thum-avatar .postList-avatar {
  width: 124px;
  height: 124px;
  margin: 0 auto 24px;
  background: #b7b7b7 url("../img/account-no-image.svg") no-repeat center/contain;
}

@media screen and (max-width: 400px) {
  .communitylist .salonList {
    margin-top: 90px;
  }
}
.communitylist .salonList_wrap {
  position: relative;
}
@media screen and (max-width: 400px) {
  .communitylist .salonList_wrap {
    padding-top: 0;
  }
}
.communitylist .salonList_wrap .comu-list-wrap-header,
.communitylist .salonList_wrap .button-back {
  display: none;
}
@media screen and (max-width: 400px) {
  .communitylist .salonList_wrap .comu-list-wrap-header,
.communitylist .salonList_wrap .button-back {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .communitylist .salonList_wrap .button-back {
    top: 3px;
    left: 0;
  }
}
.communitylist .salonList_wrap .glovalSearch_wrap {
  margin: 29px 0 0;
}

.info-thumbnail {
  background: #f7f7f7 url("../img/info-noimage.png") no-repeat center;
  background-size: auto;
  padding-top: 44.3349753695%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .info-thumbnail {
    background-size: 40%;
  }
}
.info-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.infoDetail-area {
  padding: 32px 24px 80px;
  font-size: 1.4rem;
}
@media screen and (max-width: 400px) {
  .infoDetail-area {
    padding-bottom: 40px;
  }
}
.infoDetail-area .heading-area {
  margin-bottom: 32px;
}
.infoDetail-area .heading-area .subheading {
  font-size: 1.2rem;
  color: #8a98ba;
  margin-bottom: 20px;
}
.infoDetail-area .heading-area .heading {
  font-size: 2rem;
}

.community-card-list-wrap {
  width: 100%;
  max-width: 772px;
}

.community-card-list {
  padding: 35px 20px 20px;
}
.community-card-list .card-list-item {
  margin-bottom: 11px;
  padding: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #bbbbbb;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 954px) {
  .community-card-list .card-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.community-card-list .card-list-item .card-thum {
  width: 100%;
  max-width: 251px;
  aspect-ratio: 251/141;
  margin-right: min(2vw, 20px);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 954px) {
  .community-card-list .card-list-item .card-thum {
    max-width: 100%;
    margin-bottom: 9px;
  }
}
.community-card-list .card-list-item .card-thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-card-list .card-list-item .card-comu-info {
  width: 100%;
  overflow: hidden;
}
.community-card-list .card-list-item .card-comu-info h3 {
  width: 100%;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
}
.community-card-list .card-list-item .card-comu-info p {
  margin-bottom: 7px;
  font-size: 1.2rem;
}
.community-card-list .card-list-item .card-comu-info p:nth-child(3) {
  margin-bottom: 18px;
}
.community-card-list .card-list-item .card-comu-info a {
  display: block;
  width: 100%;
  padding: 19px 0;
  background: #e54444;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.community-contact-wrap {
  width: 100%;
  max-width: 772px;
}
.community-contact-wrap .community-contact {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
.community-contact-wrap .community-contact input[type=text],
.community-contact-wrap .community-contact input[type=email],
.community-contact-wrap .community-contact select,
.community-contact-wrap .community-contact textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 18px;
}
.community-contact-wrap .community-contact input[type=text]::-webkit-input-placeholder, .community-contact-wrap .community-contact input[type=email]::-webkit-input-placeholder, .community-contact-wrap .community-contact select::-webkit-input-placeholder, .community-contact-wrap .community-contact textarea::-webkit-input-placeholder {
  color: #8a98ba;
}
.community-contact-wrap .community-contact input[type=text]::-moz-placeholder, .community-contact-wrap .community-contact input[type=email]::-moz-placeholder, .community-contact-wrap .community-contact select::-moz-placeholder, .community-contact-wrap .community-contact textarea::-moz-placeholder {
  color: #8a98ba;
}
.community-contact-wrap .community-contact input[type=text]:-ms-input-placeholder, .community-contact-wrap .community-contact input[type=email]:-ms-input-placeholder, .community-contact-wrap .community-contact select:-ms-input-placeholder, .community-contact-wrap .community-contact textarea:-ms-input-placeholder {
  color: #8a98ba;
}
.community-contact-wrap .community-contact input[type=text]::-ms-input-placeholder, .community-contact-wrap .community-contact input[type=email]::-ms-input-placeholder, .community-contact-wrap .community-contact select::-ms-input-placeholder, .community-contact-wrap .community-contact textarea::-ms-input-placeholder {
  color: #8a98ba;
}
.community-contact-wrap .community-contact input[type=text]::placeholder,
.community-contact-wrap .community-contact input[type=email]::placeholder,
.community-contact-wrap .community-contact select::placeholder,
.community-contact-wrap .community-contact textarea::placeholder {
  color: #8a98ba;
}
.community-contact-wrap .community-contact select {
  background-image: url(../img/select_down_b.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 15px center;
  line-height: 1;
}
.community-contact-wrap .community-contact textarea {
  resize: vertical;
  height: 100%;
  max-height: 454px;
}
.community-contact-wrap .community-contact .form-notes {
  margin-bottom: 28px;
  font-size: 1.2rem;
  color: #8a98ba;
  text-align: center;
}
.community-contact-wrap .community-contact .form-cont-cell {
  margin-bottom: 32px;
}
.community-contact-wrap .community-contact .form-cont-cell .form-cont-cell-ttl {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.community-contact-wrap .community-contact .contact-btn-area {
  text-align: center;
  margin-top: 65px;
}
.community-contact-wrap .community-contact .contact-btn-area .btn-accent:not(:last-child) {
  margin-bottom: 29px;
}
.community-contact-wrap .community-contact .error {
  margin-top: 8px;
  color: #e54444;
  font-size: 1.2rem;
}
.community-contact-wrap [readonly].c-form__input, .community-contact-wrap [readonly].c-form__textarea {
  padding: 0 !important;
  border: none !important;
  cursor: default;
  pointer-events: none;
}

.community-withdrawal-wrap {
  width: 100%;
  max-width: 772px;
}
.community-withdrawal-wrap .community-contact {
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
.community-withdrawal-wrap figure.comu-thum {
  width: 100%;
  aspect-ratio: 251/141;
  overflow: hidden;
  position: relative;
}
.community-withdrawal-wrap figure.comu-thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-withdrawal-wrap .form-cont-cell {
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.community-withdrawal-wrap .form-cont-cell .form-cont-cell-ttl {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.community-withdrawal-wrap .form-cont-cell:nth-child(1) p {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
}
.community-withdrawal-wrap .form-cont-cell:nth-child(2) p {
  color: #707070;
}
.community-withdrawal-wrap .form-cont-cell:nth-child(3) {
  border-bottom: solid 1px #e8e8e8;
}
.community-withdrawal-wrap .form-notes {
  margin-top: 28px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  color: #707070;
}
.community-withdrawal-wrap .form-notes span {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: normal;
}
.community-withdrawal-wrap .contact-btn-area {
  text-align: center;
}
.community-withdrawal-wrap .contact-btn-area button {
  width: 100%;
  max-width: 606px;
}

.village-withdrawal-wrap {
  width: 100%;
  max-width: 772px;
}
.village-withdrawal-wrap .community-contact {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 74px 20px 80px;
}
.village-withdrawal-wrap .community-contact h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.village-withdrawal-wrap .community-contact .form-notes {
  font-size: 1.2rem;
  margin-bottom: 96px;
}
.village-withdrawal-wrap .community-contact .form-notes p:not(:last-child) {
  margin-bottom: 12px;
}
.village-withdrawal-wrap .community-contact .contact-btn-area {
  text-align: center;
}
.village-withdrawal-wrap .community-contact .contact-btn-area button {
  width: 100%;
  max-width: 300px;
}

.community-recess-wrap .common-area {
  padding-bottom: 100px;
}
@media screen and (max-width: 400px) {
  .community-recess-wrap .common-area {
    padding-bottom: 40px;
  }
}
.community-recess-wrap .note {
  font-size: 1.6rem;
  text-align: center;
}
.community-recess-wrap .common-area-body {
  max-width: 642px;
}
.community-recess-wrap .common-area-body .common-area-body-item {
  margin-bottom: 28px;
  padding: 0;
}
.community-recess-wrap .common-area-body .common-area-body-item p {
  padding: 18px 0;
  border-bottom: solid 1px #e8e8e8;
}
.community-recess-wrap .btn-accent {
  display: block;
  max-width: 564px;
  margin: 80px auto 20px;
}
/*# sourceMappingURL=top.css.map */