@charset "UTF-8";
@media (hover: hover) {
  .userList-item a:hover, .modal-bbs-post .modal-body .modal-reply .postList-user > a:hover,
.modal-bbs-post .modal-body .quotePost .postList-user > a:hover {
    opacity: 0.8;
  }
}
.btn-green, .btn-blue, .btn-yellow, .btn-red, .btn-accent, .btn-secondary, .btn-primary, .btn-back, .btn-send, .btn-submit {
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: baseline;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.btn-green:hover, .btn-blue:hover, .btn-yellow:hover, .btn-red:hover, .btn-accent:hover, .btn-secondary:hover, .btn-primary:hover, .btn-back:hover, .btn-send:hover, .btn-submit:hover, .is-hover.btn-green, .is-hover.btn-blue, .is-hover.btn-yellow, .is-hover.btn-red, .is-hover.btn-accent, .is-hover.btn-secondary, .is-hover.btn-primary, .is-hover.btn-back, .is-hover.btn-send, .is-hover.btn-submit {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.btn-green, .btn-blue, .btn-yellow, .btn-red, .btn-accent, .btn-secondary, .btn-primary, .btn-back, .btn-send, .btn-submit {
  border-radius: 8px;
  padding: 1.5em 0.8em;
  width: 100%;
  max-width: 300px;
}

.btn-secondary {
  position: relative;
  padding-right: 1.5em;
}
.btn-secondary:after {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.password-view, .js-dropdown {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  line-height: 1;
  z-index: 100;
  padding: 0;
}
.password-view:before, .js-dropdown:before, .password-view:after, .js-dropdown:after {
  vertical-align: middle;
}
.list-decimal, .list-disc {
  padding-left: 1.3em;
}
.list-decimal li, .list-disc li {
  margin-bottom: 16px;
}
.list-decimal li > ul, .list-disc li > ul {
  margin-top: 16px;
}

.modalTable {
  border-collapse: collapse;
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.modalTable tr:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.modalTable th,
.modalTable td {
  padding: 16px 8px;
  vertical-align: top;
  letter-spacing: 0;
}
.modalTable th {
  text-align: center;
  width: 6em;
  background: #e5e5e5;
  border-right: 1px solid #e8e8e8;
}
.modalTable td {
  text-align: left;
}

/*** The new CSS Reset - version 1.4.5 (last updated 13.1.2022) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  /*add*/
  height: auto;
  vertical-align: top;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background: #fafafa;
  line-height: 1.8;
  color: #222455;
  font-size: 1.6rem;
  vertical-align: baseline;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 821px) {
  body {
    background: #fff;
  }
}

.l-header {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 820px) {
  .l-header {
    border-bottom: none;
  }
}
.l-header .l-right {
  margin-right: 4px;
}
.l-header .l-right > button {
  margin: 0 4px;
}

.l-header_inner {
  width: 100%;
  padding: 7px 8px;
  height: 66px;
  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: 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;
}
@media screen and (max-width: 821px) {
  .l-header_inner {
    height: 100%;
    min-height: 56px;
  }
}
@media screen and (max-width: 400px) {
  .l-header_inner {
    min-height: 46px;
  }
}
@media screen and (max-width: 820px) {
  .l-header_inner {
    padding: 8px;
  }
  .l-header_inner .subNav_toggle {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .l-header_inner .siteLogo {
    display: none;
  }
  .l-header_inner .glovalSearch_toggle {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    z-index: 9000;
  }
}
@media screen and (min-width: 821px) {
  .l-header_inner {
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header_inner .subNav_toggle {
    display: none;
  }
  .l-header_inner .glovalSearch_toggle {
    display: none;
  }
}
.l-header_inner .comu-icon {
  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;
}
.l-header_inner .comu-icon figure {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 12px;
  overflow: hidden;
  border-radius: 25px 25px;
}
.l-header_inner .comu-icon figure 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%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .l-header_inner .comu-icon figure img {
    position: static;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 820px) {
  .l-header_inner .comu-icon {
    display: none;
  }
}
.l-header_inner .comu-icon h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

.community .l-header_inner,
.communitylibrary .l-header_inner,
.communitylist .l-header_inner,
.store .l-header_inner,
.event .l-header_inner {
  height: 66px;
}
@media screen and (max-width: 821px) {
  .community .l-header_inner,
.communitylibrary .l-header_inner,
.communitylist .l-header_inner,
.store .l-header_inner,
.event .l-header_inner {
    height: 100%;
    min-height: 56px;
  }
}
@media screen and (max-width: 400px) {
  .community .l-header_inner,
.communitylibrary .l-header_inner,
.communitylist .l-header_inner,
.store .l-header_inner,
.event .l-header_inner {
    min-height: 46px;
  }
}
.community .glovalSearch_toggle,
.communitylibrary .glovalSearch_toggle,
.communitylist .glovalSearch_toggle,
.store .glovalSearch_toggle,
.event .glovalSearch_toggle {
  display: block;
  top: 24px;
  z-index: 99;
}
@media screen and (max-width: 821px) {
  .community .glovalSearch_toggle,
.communitylibrary .glovalSearch_toggle,
.communitylist .glovalSearch_toggle,
.store .glovalSearch_toggle,
.event .glovalSearch_toggle {
    top: 14px;
  }
}
.community .glovalSearch_wrap,
.community .glovalSearch_wrap-community-login,
.communitylibrary .glovalSearch_wrap,
.communitylibrary .glovalSearch_wrap-community-login,
.communitylist .glovalSearch_wrap,
.communitylist .glovalSearch_wrap-community-login,
.store .glovalSearch_wrap,
.store .glovalSearch_wrap-community-login,
.event .glovalSearch_wrap,
.event .glovalSearch_wrap-community-login {
  display: none;
  margin: 0 8px 0 auto;
  width: auto;
  min-width: 50%;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
}
.community .glovalSearch_wrap.is-active,
.community .glovalSearch_wrap-community-login.is-active,
.communitylibrary .glovalSearch_wrap.is-active,
.communitylibrary .glovalSearch_wrap-community-login.is-active,
.communitylist .glovalSearch_wrap.is-active,
.communitylist .glovalSearch_wrap-community-login.is-active,
.store .glovalSearch_wrap.is-active,
.store .glovalSearch_wrap-community-login.is-active,
.event .glovalSearch_wrap.is-active,
.event .glovalSearch_wrap-community-login.is-active {
  display: block;
}
@media screen and (max-width: 400px) {
  .community .glovalSearch_wrap,
.community .glovalSearch_wrap-community-login,
.communitylibrary .glovalSearch_wrap,
.communitylibrary .glovalSearch_wrap-community-login,
.communitylist .glovalSearch_wrap,
.communitylist .glovalSearch_wrap-community-login,
.store .glovalSearch_wrap,
.store .glovalSearch_wrap-community-login,
.event .glovalSearch_wrap,
.event .glovalSearch_wrap-community-login {
    margin: 8px auto 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.communitylist .l-header .glovalSearch_wrap {
  display: block;
}
.communitylist .search-bell {
  position: static;
}

.communitylibrary .glovalSearch_toggle {
  right: 76px;
}
@media screen and (max-width: 400px) {
  .communitylibrary .glovalSearch_toggle {
    top: 17px;
  }
}

@media screen and (max-width: 821px) {
  .communitynoresult .glovalSearch_toggle {
    display: none;
  }
}

.siteLogo {
  max-width: 105px;
  padding: 4px 4px 4px 20px;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  z-index: 99999;
  -webkit-box-flex: 105px;
  -webkit-flex-grow: 105px;
      -ms-flex-positive: 105px;
          flex-grow: 105px;
}
.siteLogo span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28em;
  letter-spacing: 0;
  line-height: 1.4;
}
.siteLogo img {
  width: 105px;
  fill: red;
}
.siteLogo a.is-current {
  pointer-events: none;
}

.glovalSearch_toggle {
  width: 17px;
  height: 17px;
  padding: 0;
  position: absolute;
  top: 14px;
  right: 19px;
  background: #222455;
  -webkit-mask: url("../img/ico-search.svg?sanitize=true") no-repeat center center/20px;
          mask: url("../img/ico-search.svg?sanitize=true") no-repeat center center/20px;
}
.glovalSearch_toggle.is-active {
  -webkit-mask: url("../img/btn-close.svg") no-repeat center center/15px 15px;
          mask: url("../img/btn-close.svg") no-repeat center center/15px 15px;
  top: 24px;
  right: 19px;
}
@media screen and (max-width: 400px) {
  .glovalSearch_toggle.is-active {
    top: 67px;
    right: 36px;
  }
}

.glovalSearch_wrap,
.glovalSearch_wrap-community-login,
.searchUnit_wrap {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  max-width: 812px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin: 0 16px;
}
.glovalSearch_wrap ::-webkit-input-placeholder, .glovalSearch_wrap-community-login ::-webkit-input-placeholder, .searchUnit_wrap ::-webkit-input-placeholder {
  color: #b6bed4;
}
.glovalSearch_wrap ::-moz-placeholder, .glovalSearch_wrap-community-login ::-moz-placeholder, .searchUnit_wrap ::-moz-placeholder {
  color: #b6bed4;
}
.glovalSearch_wrap :-ms-input-placeholder, .glovalSearch_wrap-community-login :-ms-input-placeholder, .searchUnit_wrap :-ms-input-placeholder {
  color: #b6bed4;
}
.glovalSearch_wrap ::-ms-input-placeholder, .glovalSearch_wrap-community-login ::-ms-input-placeholder, .searchUnit_wrap ::-ms-input-placeholder {
  color: #b6bed4;
}
.glovalSearch_wrap ::placeholder,
.glovalSearch_wrap-community-login ::placeholder,
.searchUnit_wrap ::placeholder {
  color: #b6bed4;
}
.glovalSearch_wrap::before,
.glovalSearch_wrap-community-login::before,
.searchUnit_wrap::before {
  content: "";
  background: url(../img/ico-search.png) no-repeat center/contain;
  width: 28px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .glovalSearch_wrap,
.glovalSearch_wrap-community-login,
.searchUnit_wrap {
    display: none;
    width: 100%;
    padding: 4px 0;
    margin-top: 8px;
  }
  .glovalSearch_wrap.is-active,
.glovalSearch_wrap-community-login.is-active,
.searchUnit_wrap.is-active {
    display: block;
  }
}

.glovalSearch,
.searchUnit {
  height: 50px;
  position: relative;
  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;
}
.glovalSearch .glovalSearch_input,
.searchUnit .glovalSearch_input {
  height: 50px;
  line-height: 32px;
  padding: 4px 10px 4px 40px;
  background: none;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 821px) {
  .glovalSearch,
.searchUnit {
    height: 30px;
  }
  .glovalSearch .glovalSearch_input,
.searchUnit .glovalSearch_input {
    height: 30px;
  }
}

.search-bell {
  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;
}
@media screen and (max-width: 821px) {
  .search-bell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.search-bell .glovalSearch_toggle {
  position: static;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 4px;
}

.bell {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 4px;
}
.bell img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .headNav a.signup, .headNav a.login {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .headNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .headNav li {
    font-size: 1.4rem;
    margin-right: 16px;
  }
  .headNav li a {
    padding: 12px 32px;
    text-align: center;
    background-position: left center;
    border-radius: 3px;
    white-space: nowrap;
  }
  .headNav li a.signup {
    color: #fff;
    background-color: #e54444;
  }
  .headNav li a.login {
    border: solid 1px #8a98ba;
    color: #8a98ba;
  }
}

.communityaccount .glovalSearch_toggle {
  top: 17px;
  right: 66px;
}
.communityaccount .glovalSearch_toggle.is-active {
  top: 67px;
  right: 36px;
}
.communityaccount .bell {
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 821px) {
  .communityaccount .bell {
    margin: 0;
    position: absolute;
    top: 17px;
    right: 20px;
  }
}

.subNav_toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}
.subNav_toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

.globalNav_wrap {
  display: none;
}
@media screen and (max-width: 820px) {
  .globalNav_wrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 9999;
  }
}

.globalNav {
  font-weight: 700;
  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;
}
.globalNav li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  color: #8a98ba;
}
.globalNav li a:hover {
  color: #e54444;
}
@media screen and (max-width: 820px) {
  .globalNav li a.home::before {
    content: "";
    -webkit-mask: url("../img/ico-home.svg") no-repeat top center;
            mask: url("../img/ico-home.svg") no-repeat top center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.library::before {
    content: "";
    -webkit-mask: url("../img/ico-library.svg") no-repeat top center;
            mask: url("../img/ico-library.svg") no-repeat top center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.account::before {
    content: "";
    -webkit-mask: url("../img/ico-account.svg") no-repeat top center;
            mask: url("../img/ico-account.svg") no-repeat top center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.community::before {
    content: "";
    -webkit-mask: url("../img/ico-community.svg") no-repeat center center;
            mask: url("../img/ico-community.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.message::before {
    content: "";
    -webkit-mask: url("../img/ico-message.svg") no-repeat center center;
            mask: url("../img/ico-message.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.bbs::before {
    content: "";
    -webkit-mask: url("../img/ico-bbs.svg") no-repeat top center;
            mask: url("../img/ico-bbs.svg") no-repeat top center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.setting::before {
    content: "";
    -webkit-mask: url("../img/ico-setting.svg") no-repeat center center;
            mask: url("../img/ico-setting.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b6bed4;
  }
  .globalNav li a.ranking {
    background-image: url("../img/ico-ranking.svg");
  }
  .globalNav li a.login {
    background-image: url("../img/ico-login.svg");
    background-size: 20px;
  }
  .globalNav li a.signup {
    background-image: url("../img/ico-signup.svg");
    background-size: 24px;
  }
  .globalNav li a.salon {
    background-image: url("../img/ico-salon.svg");
    background-size: 18px;
  }
  .globalNav li a.mypage {
    background-image: url("../img/ico-mypage.svg");
    background-size: 18px;
  }
  .globalNav li a.news {
    background-image: url("../img/ico-news.svg");
  }
  .globalNav li a.channel {
    background-image: url("../img/ico-channel.svg");
    background-size: 22px;
  }
  .globalNav li a.profile {
    background-image: url("../img/ico-profile.svg");
    background-size: 17px;
  }
  .globalNav li a.is-current {
    color: #e54444;
  }
  .globalNav li a.is-current:before {
    background-color: #e54444;
  }
}
@media screen and (max-width: 820px) {
  .globalNav {
    margin: 0;
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
  }
  .globalNav li {
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
    height: 70px;
  }
  .globalNav li a {
    padding-top: 40px;
    background-position: center calc(50% - 5px);
  }
}
@media screen and (min-width: 821px) {
  .globalNav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .globalNav li {
    font-size: 1.4rem;
    margin-right: 16px;
  }
  .globalNav li a {
    padding: 12px 32px;
    text-align: center;
    background-position: left center;
    border-radius: 3px;
  }
}

.nav-count {
  background: red;
  color: white;
  padding: 2px 4px 1px;
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  font-size: 1.1rem;
  letter-spacing: 0;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}

.SideglobalNav_wrap {
  width: 300px;
  height: 100%;
  padding: 0 20px;
  background: #fff;
  position: fixed;
  top: 66px;
  left: 0;
  color: #222455;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -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);
}
.SideglobalNav_wrap a {
  display: inline-block;
}
.SideglobalNav_wrap .btn-close {
  display: none;
}
@media screen and (max-width: 820px) {
  .SideglobalNav_wrap {
    z-index: 8900;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fafafa;
  }
  .SideglobalNav_wrap.is-active {
    left: 0;
    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-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .SideglobalNav_wrap.is-active .btn-close {
    display: block;
    color: black;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
.SideglobalNav_wrap.is-navHide {
  display: none;
}
.SideglobalNav_wrap .SideglobalNav_main {
  margin: 20px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 821px) {
  .SideglobalNav_wrap .SideglobalNav_main {
    margin-bottom: 0;
  }
}
.SideglobalNav_wrap .SideglobalNav_main a {
  padding: 20px 20px 20px 40px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
.SideglobalNav_wrap .SideglobalNav_main a.home {
  background-image: url("../img/ico-home.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.library {
  background-image: url("../img/ico-library.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.account {
  background-image: url("../img/ico-account.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.community {
  background-image: url("../img/ico-community.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.message {
  background-image: url("../img/ico-message.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.bbs {
  background-image: url("../img/ico-bbs.svg");
}
.SideglobalNav_wrap .SideglobalNav_main a.setting {
  background-image: url("../img/ico-setting.svg");
}
@media screen and (max-width: 821px) {
  .SideglobalNav_wrap .SideglobalNav_main a {
    padding-left: 0;
  }
  .SideglobalNav_wrap .SideglobalNav_main a.home, .SideglobalNav_wrap .SideglobalNav_main a.library, .SideglobalNav_wrap .SideglobalNav_main a.account, .SideglobalNav_wrap .SideglobalNav_main a.community, .SideglobalNav_wrap .SideglobalNav_main a.message, .SideglobalNav_wrap .SideglobalNav_main a.bbs, .SideglobalNav_wrap .SideglobalNav_main a.setting {
    background-image: none;
  }
}
.SideglobalNav_wrap .SideglobalNav_sub a {
  padding: 15px 0;
}
.SideglobalNav_wrap .copyright {
  font-size: 1.2rem;
  position: absolute;
  left: 20px;
  bottom: 70px;
  color: #8a98ba;
}
@media screen and (max-width: 821px) {
  .SideglobalNav_wrap .copyright {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .is-nav-slim .l-hero_inner {
    margin-left: 64px;
  }
  .is-nav-slim .SideglobalNav_wrap {
    width: auto;
  }
  .is-nav-slim .SideglobalNav_main span {
    display: none;
  }
  .is-nav-slim .SideglobalNav_main a {
    height: 70px;
    width: 24px;
    line-height: 70px;
    padding: 0;
  }
  .is-nav-slim .SideglobalNav_sub {
    display: none;
  }
  .is-nav-slim .copyright {
    display: none;
  }
}

.Sidenotice_wrap {
  display: none;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 66px;
  right: -100%;
  color: #222455;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -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);
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .Sidenotice_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 85px;
  }
}
.Sidenotice_wrap-header {
  height: 60px;
  margin-top: 40px;
  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;
  position: relative;
}
.Sidenotice_wrap-header p {
  width: 100%;
  text-align: center;
}
.Sidenotice_wrap-header a {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Sidenotice_wrap.is-active {
  display: block;
  right: 0;
}
.Sidenotice_wrap.is-active .btn-close-notice {
  display: none;
  color: black;
  position: absolute;
  top: 10px;
  left: 15px;
}
@media screen and (max-width: 400px) {
  .Sidenotice_wrap.is-active .btn-close-notice {
    display: block;
  }
}
.Sidenotice_wrap.is-navHide {
  display: none;
}
.Sidenotice_wrap .submit-back {
  height: 19px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Sidenotice_wrap .SideglobalNav_main {
  margin: 20px 0;
  font-size: 1.6rem;
  overflow-y: auto;
  height: calc(100% - 200px);
}

.notice-list {
  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;
  padding: 16px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.notice-list .postList-avatar-wrap {
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
  min-width: 50px;
  position: relative;
}
.notice-list .postList-user-cont {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  margin: 0 16px;
  overflow: hidden;
}
.notice-list .postList-user-cont .postList-user, .notice-list .postList-user-cont .postList-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-list .postList-user-cont .postList-user {
  margin-bottom: 8px;
  line-height: 1;
}
.notice-list .postList-user-cont .postList-text {
  font-size: 1.2rem;
  color: #8a98ba;
}
.notice-list .postList-times {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2rem;
  color: #8a98ba;
  text-align: right;
  white-space: nowrap;
}

.badge-red::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e54444;
  position: absolute;
  top: 0;
  right: 0;
}

.notice-none-txt {
  width: 100%;
  height: calc(100% - 60px);
  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;
}

.notice-setting-list .notice-setting-item {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background: url("../img/btn-arrow.svg") center right 20px no-repeat;
}
.notice-setting-list .notice-setting-item a {
  width: 100%;
  display: block;
  padding: 17px 20px;
}

.setting-ttl {
  color: #8a98ba;
  padding: 0 20px;
  font-size: 1.4rem;
}

.notice-setting-list-switch {
  margin-bottom: 40px;
}
.notice-setting-list-switch .notice-setting-item {
  width: 100%;
  padding: 17px 20px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}

.toggle-switch .toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.toggle-switch .toggle-label {
  width: 50px;
  height: 31px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.toggle-switch .toggle-label:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch input:checked + label {
  background-color: #4bd865;
  border: none;
}
.toggle-switch input:checked + label:before {
  content: "";
  display: none;
  color: transparent !important;
}
.toggle-switch input:checked + label:after {
  content: "";
  left: 22px;
}

.l-footer {
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.l-footer .btn-close {
  display: none;
}
@media screen and (max-width: 820px) {
  .l-footer {
    z-index: 8900;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fafafa;
  }
  .l-footer.is-active {
    left: 0;
    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-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;
  }
  .l-footer.is-active .btn-close {
    display: block;
    background: #000;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 0%;
    right: 0;
  }
}
.l-footer.is-navHide {
  display: none;
}

.l-footer_inner {
  width: 100%;
}

.socialNav {
  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;
}
.socialNav li {
  font-size: 3rem;
  margin-right: 16px;
}

.subNav {
  font-size: 1.2rem;
  margin: 0 auto 16px;
}
@media screen and (max-width: 820px) {
  .subNav {
    width: 80%;
    max-width: 400px;
    border-radius: 3px;
    overflow: hidden;
  }
  .subNav li:not(:last-child) {
    margin-bottom: 1px;
  }
  .subNav li a {
    background: white;
    display: block;
    padding: 16px;
  }
}
@media screen and (min-width: 821px) {
  .subNav {
    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;
  }
  .subNav li:not(:last-child) {
    border-right: 1px solid rgba(34, 36, 85, 0.1);
  }
  .subNav li a {
    padding: 4px 8px;
  }
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 8px 0;
  font-weight: 700;
}
.copyright > .fa-copyright:before {
  padding: 0 4px;
}

.l-wrap {
  position: relative;
  width: 100%;
}
.page-ttl {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 2.6rem;
}

.l-section {
  margin: 0 auto 80px;
}
.l-section:last-child {
  margin-bottom: 0;
}
.l-section_inner {
  margin: auto;
  min-width: 300px;
  width: 92%;
  max-width: 960px;
  padding: 0 8px;
}
@media screen and (min-width: 821px) {
  .l-section_inner {
    max-width: 1024px;
  }
}
.l-section_ttl {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1.8rem;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #d9cc04;
}
.l-section_ttl:before {
  content: "";
  position: absolute;
  bottom: calc(-4px / 2);
  left: 0;
  width: 4em;
  border-bottom: 4px solid #d9cc04;
}

.heading {
  font-weight: bold;
  margin-bottom: 4px;
  text-align: justify;
}

.intro {
  margin-bottom: 0.8em;
}

.description {
  margin-bottom: 0.8em;
}

.lead {
  margin: 2em 0;
}

.text {
  margin-bottom: 0.8em;
  text-align: left;
  line-height: 1.8;
}

.note {
  font-size: 80%;
}

.alert {
  font-size: 80%;
  color: red;
}

.strong,
.b,
.em {
  font-weight: bold;
  font-weight: 600;
}

.strong {
  font-size: 150%;
  color: #e54444;
}

.b {
  font-size: 150%;
}

.em {
  font-size: 120%;
}

.mark {
  background: yellow;
}

.date {
  font-size: 1.2rem;
  color: #7f7f7f;
}

.js-dropdown-target {
  display: none;
}

.js-dropdown {
  padding: 4px;
  background: black;
  color: white;
}
.js-dropdown:before {
  font-size: 2rem;
  font-weight: 900;
  content: "\f103";
}
.js-dropdown.is-open:before {
  content: "\f102";
}

.formWrap {
  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;
  padding: 8px 0 0 0;
  margin-bottom: 8px;
}
.formWrap .formItem {
  margin-bottom: 8px;
  width: 100%;
}
.formWrap .formItem-50 {
  margin: 0 4px 8px 0;
  width: calc((100% - 4px) / 2);
}
.formWrap .formItem-50:nth-child(odd) {
  margin-right: 0;
}

input,
select,
textarea {
  cursor: pointer;
  display: inline-block;
  padding: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 5px;
  background: white;
  color: #555;
  height: 58px;
  text-align: left;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  color: #7f7f7f;
  pointer-events: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background: inherit;
  background-image: none;
  color: inherit;
}

option {
  background: #fff;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
@media (prefers-color-scheme: dark) {
  option {
    background: #555;
    color: #fff;
  }
}

.theme-dark option {
  background: #555 !important;
  color: #fff !important;
}

.label {
  margin: 0 0 4px 0;
  display: inline-block;
  width: 100%;
}

.required {
  position: relative;
}
.required:after {
  text-align: center;
  content: "＊";
  font-size: 0.8rem;
  color: #e54444;
  display: inline-block;
  font-weight: bold;
  z-index: 10;
  line-height: 1;
  vertical-align: top;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=file] {
  display: none;
}

textarea {
  min-height: 10em;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 2px;
}
.select-box select {
  width: 100%;
}
.select-box:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  color: #b3b3b3;
  line-height: 0;
  pointer-events: none;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  margin: 2px;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 1.7em;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f111";
  color: #999;
}
input[type=radio] + label.is-hover {
  background: #e54444;
}
input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight: 900;
  color: #3fb752;
}
input[type=radio]:disabled + label {
  color: #999;
  border-color: #999;
  background: rgba(153, 153, 153, 0.5);
}
input[type=radio]:disabled + label:before {
  content: "\f00d";
  font-weight: 900;
  color: #999;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  padding-left: 1.7em;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
input[type=checkbox] + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  color: #999;
  padding-right: 5px;
  vertical-align: middle;
  margin-left: -1.5em;
}
input[type=checkbox]:checked + label:before {
  font-weight: 900;
  content: "\f14a";
  color: #3fb752;
}

.select-bithday > .select-box {
  width: calc(33.3333333333% - 6px);
}
.select-bithday > .select-box:not(:last-chid) {
  background: #000;
  margin-right: 8px;
  border: 1px solid #000;
}

input[type=number] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=password]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  display: inline-block;
  font-size: 150%;
}

.password {
  position: relative;
}

.password-view {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #ccc;
  size: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  text-align: center;
}
.password-view:before {
  font-weight: 900;
  content: "\f06e";
}
.password-view.is-view:before {
  font-weight: 900;
  content: "\f070";
}

.list-form:not(:last-child) {
  margin-bottom: 32px;
}
.list-form .item {
  margin-bottom: 16px;
}
.list-form .item span {
  padding: 0 4px;
}

.form-btnGroup {
  padding: 16px 8px 8px;
}

.btn-submit {
  background: #e54444;
  color: #fff;
}

.btn-send {
  background: #e54444;
  color: #fff;
  width: 65%;
}

.btn-back {
  background: #b3b3b3;
  color: #fff;
  width: 30%;
  margin-right: 3%;
}

.btnArea-submit {
  margin: 24px 0;
}
.btnArea-submit > [class*=btn-] {
  width: 100%;
}
.btnArea-confirm {
  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;
  margin: 24px 0;
}
.btnArea-confirm > [class*=btn-] {
  margin: 0 4px;
}
.btnArea-finish {
  margin-top: 32px;
}
.btnArea-finish > [class*=btn-] {
  width: 100%;
}
.btnArea-finish > [class*=btn-]:not(:last-child) {
  margin-bottom: 8px;
}

.form-horizontal {
  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: 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;
}

.form-caption {
  padding: 4px 0;
  text-align: center;
  margin-bottom: 24px;
  border-top: 1px solid rgba(34, 36, 85, 0.1);
  border-bottom: 1px solid rgba(34, 36, 85, 0.1);
}

.form-pref {
  max-width: 10em;
  min-width: 10em;
}
.form-tel {
  width: 80%;
  min-width: 10em;
}
.form-timezone {
  max-width: 10em;
  min-width: 10em;
}
.form-count {
  max-width: 4.5em;
  min-width: 4em;
}
.form-point {
  max-width: 9em;
  min-width: 9em;
}
.form-noteGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-note {
  font-size: 1.2rem;
  color: #666;
}
.form-count {
  min-width: 7em;
  margin-left: auto;
  text-align: right;
  font-size: 1.2rem;
  color: #666;
}

.mfp-iframe-holder {
  padding-top: 100px;
}
.mfp-iframe-holder .mfp-content {
  min-height: 100%;
}

.mfp-content > [class^=modal-] {
  position: relative;
  margin: auto;
}

.modal-wrap {
  background: white;
  min-width: 300px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .modal-wrap {
    min-width: 300px;
  }
}
@media screen and (min-width: 821px) {
  .modal-wrap {
    min-width: 400px;
    max-width: 600px;
  }
}
.modal-wrap hr {
  margin: 20px 0;
  background: rgba(34, 36, 85, 0.1);
  border: none;
  height: 1px;
}
.modal-head {
  border-bottom: 1px solid rgba(34, 36, 85, 0.1);
  text-align: center;
  position: relative;
  height: 50px;
}
.modal-head-accent {
  background: #e54444;
  color: white;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 16px;
}
.modal-ttl {
  font-size: 1.6rem;
  line-height: 50px;
}
.modal-closeBtn {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4c4c4;
  font-size: 2.6rem;
  width: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.modal-lead {
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-note {
  font-size: 1.2rem;
  color: #8a98ba;
}
.modal-foot {
  padding: 16px;
  text-align: center;
}

.modal-body option {
  background: #fff;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
@media (prefers-color-scheme: dark) {
  .modal-body option {
    background: #555;
    color: #fff;
  }
}
.modal-body .btn-gray {
  width: 100%;
  height: 42px;
  color: #8a98ba;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  border-radius: 4px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.modalForm {
  text-align: left;
}
.modalForm input,
.modalForm select,
.modalForm textarea {
  background: #f2f2f2;
  margin-left: auto;
}
.modalForm .form-horizontal {
  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: 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;
}
.modalForm .text-box {
  margin-left: auto;
}
.modalForm .label {
  width: 8em;
}

.btnArea-modal {
  margin: 0;
  border-top: 1px solid rgba(34, 36, 85, 0.1);
  position: relative;
  z-index: 20;
  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;
}
.btnArea-modal > [class*=btn-] {
  width: 100%;
  text-align: center;
  padding: 16px 4px;
  margin: 0;
}
.btnArea-modal > [class*=btn-]:not(:last-child) {
  border-right: 1px solid rgba(34, 36, 85, 0.1);
}

.mfp-content {
  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;
  padding: 0px;
  display: inline-block;
  margin: 50px auto !important;
}
@media screen and (max-width: 414px) {
  .mfp-content {
    margin: 0 auto !important;
  }
}

.close_string {
  position: absolute;
  font-size: 13px;
  top: -17px;
  right: 50px;
  color: #fff;
}

.modal-dialog-mail {
  width: 300px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .modal-dialog-mail {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-dialog-mail .modal-body {
  padding: 60px 20px 20px;
}
@media screen and (max-width: 400px) {
  .modal-dialog-mail .modal-body .form-Area {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .modal-dialog-mail .modal-body .form-Area .form-Area_item {
    width: 47%;
  }
  .modal-dialog-mail .modal-body .form-Area .form-Area_item:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal-dialog-mail .modal-body .form-Subtxt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.modal-dialog-mail .modal-body .mfp-close {
  width: 100%;
  height: 42px;
  position: relative;
  color: #8a98ba;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  border-radius: 4px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}
.modal-dialog-mail .btn-accent {
  height: 42px;
  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;
  border-radius: 4px;
}

.modal-dialog-comment {
  width: 300px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .modal-dialog-comment {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-dialog-comment .modal-body {
  padding: 20px;
}
.modal-dialog-comment .modal-body .mfp-close {
  width: 100%;
  height: 42px;
  position: relative;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}
.modal-dialog-comment .btn-accent,
.modal-dialog-comment .btn-common {
  height: 42px;
  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;
  border-radius: 4px;
}
.modal-dialog-comment .btn-common {
  color: #8a98ba;
  border: solid 1px #8a98ba;
}

.modal-dialog-store-account {
  width: 300px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .modal-dialog-store-account {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-dialog-store-account .modal-body {
  padding: 60px 20px 20px;
}
.modal-dialog-store-account .modal-body .form-Subtxt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.modal-dialog-store-account .btn-accent,
.modal-dialog-store-account .btn-common {
  height: 42px;
  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;
  border-radius: 4px;
}
.modal-dialog-store-account .btn-common {
  color: #8a98ba;
  border: solid 1px #8a98ba;
}

.modal-profile-edit {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
  padding: 39px;
}
.modal-profile-edit .heading {
  text-align: center;
  display: none;
}
@media screen and (max-width: 400px) {
  .modal-profile-edit .heading {
    display: block;
    margin-bottom: 48px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: normal;
  }
}
.modal-profile-edit .modal-body {
  padding-top: 0;
}
.modal-profile-edit .modal-body .list-header-ttl {
  font-weight: bold;
  margin-bottom: 48px;
  font-size: 1.6rem;
}
.modal-profile-edit .modal-body .form-Area_item input,
.modal-profile-edit .modal-body .form-Area_item textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  color: #222455;
}
.modal-profile-edit .modal-body .form-Area_item input::-webkit-input-placeholder, .modal-profile-edit .modal-body .form-Area_item textarea::-webkit-input-placeholder {
  color: #8a98ba;
}
.modal-profile-edit .modal-body .form-Area_item input::-moz-placeholder, .modal-profile-edit .modal-body .form-Area_item textarea::-moz-placeholder {
  color: #8a98ba;
}
.modal-profile-edit .modal-body .form-Area_item input:-ms-input-placeholder, .modal-profile-edit .modal-body .form-Area_item textarea:-ms-input-placeholder {
  color: #8a98ba;
}
.modal-profile-edit .modal-body .form-Area_item input::-ms-input-placeholder, .modal-profile-edit .modal-body .form-Area_item textarea::-ms-input-placeholder {
  color: #8a98ba;
}
.modal-profile-edit .modal-body .form-Area_item input::placeholder,
.modal-profile-edit .modal-body .form-Area_item textarea::placeholder {
  color: #8a98ba;
}
.modal-profile-edit .modal-body .form-Area_item textarea {
  resize: none;
}
.modal-profile-edit .modal-body .mfp-close {
  width: 100%;
  height: auto;
  position: relative;
  color: #8a98ba;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  border-radius: 4px;
  padding: 5px 0;
  opacity: 1;
  cursor: pointer;
}

.thum-avatar {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto 20px;
}

.btn-avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
.btn-avatar-edit input {
  display: none;
}

.txt-img-edit {
  font-size: 1.2rem;
  color: #8a98ba;
  text-align: center;
  margin-bottom: 24px;
}

.modal-community-membership {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.modal-community-membership .mfp-close {
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  top: 25px;
  left: 20px;
  opacity: initial;
  display: block;
  background: #8a98ba;
  -webkit-mask: url("../img/btn-close.svg") no-repeat center center/contain;
          mask: url("../img/btn-close.svg") no-repeat center center/contain;
}
.modal-community-membership .mfp-close:active {
  top: 25px;
}
@media screen and (min-width: 400px) {
  .modal-community-membership .mfp-close {
    width: 100%;
    max-width: 342px;
    height: 42px;
    padding: 11px 0;
    color: #8a98ba;
    border: solid 1px #8a98ba;
    border-radius: 4px;
    text-align: center;
    top: initial !important;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-mask: initial;
            mask: initial;
    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;
  }
  .modal-community-membership .mfp-close::before {
    content: "閉じる";
    font-size: 1.4rem;
  }
}
.modal-community-membership .heading {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 400px) {
  .modal-community-membership .heading {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
  }
}
.modal-community-membership .modal-body {
  width: 100%;
  padding: 0 20px 20px;
}
.modal-community-membership .member-rank {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.modal-community-membership .modal-body-item {
  margin-bottom: 40px;
}
.modal-community-membership .modal-body-item .modal-body-item-ttl {
  font-size: 1.6rem;
  text-align: left;
}
.modal-community-membership .modal-body-item .plan-list {
  text-align: left;
}
.modal-community-membership .modal-body-item .plan-list li {
  padding: 18px 0;
  border-bottom: 1px solid #e8e8e8;
}
.modal-community-membership .membership-card {
  width: 335px;
  aspect-ratio: 335/207;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 400px) {
  .modal-community-membership .membership-card {
    width: 100%;
  }
}
.modal-community-membership .membership-card .membership-card-item {
  width: 335px;
  aspect-ratio: 335/207;
  background: linear-gradient(127deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 400px) {
  .modal-community-membership .membership-card .membership-card-item {
    width: 100%;
  }
}
.modal-community-membership .membership-card .membership-card-item .membership-card-ttl,
.modal-community-membership .membership-card .membership-card-item .number,
.modal-community-membership .membership-card .membership-card-item .date {
  position: absolute;
  font-weight: normal;
}
.modal-community-membership .membership-card .membership-card-item .membership-card-ttl {
  font-size: 1.3rem;
  top: 15px;
  left: 15px;
}
.modal-community-membership .membership-card .membership-card-item .number {
  font-size: 1.6rem;
  bottom: 10px;
  left: 14px;
}
.modal-community-membership .membership-card .membership-card-item .date {
  bottom: 10px;
  right: 15px;
}
.modal-community-membership .membership-card .membership-card-item .date .date-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.5;
}
.modal-community-membership .membership-card .membership-card-item .date .date-cell .date-cell-ttl {
  text-align: right;
  font-size: 1.1rem;
  margin-right: 3px;
}
.modal-community-membership .membership-card .membership-card-item .date .date-cell .date-item {
  font-size: 1.1rem;
}
.modal-community-membership .membership-card .community-thumbnail-img {
  height: 202px;
  opacity: 0.4;
  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;
}
.modal-community-membership .membership-card .community-thumbnail-img figure {
  width: 205px;
  height: 107px;
  position: relative;
  overflow: hidden;
  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;
}
.modal-community-membership .membership-card .community-thumbnail-img figure 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;
}

.modal-event-map .modal-body {
  width: 100%;
  max-width: 529px;
  padding: 0;
  background: #fff;
}
.modal-event-map .modal-venue-name {
  padding: 20px;
  font-size: 1.6rem;
}
.modal-event-map .map-area {
  position: relative;
  width: 100%;
  max-width: 529px;
  height: 0;
  padding-top: 82.0415879017%;
}
.modal-event-map .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-event-map .mfp-close-btn {
  width: 100%;
  padding: 20px;
}
.modal-event-map .mfp-close-btn .mfp-close {
  width: 100%;
  position: unset;
  font-size: 1.4rem;
  color: #8a98ba;
  border: solid 1px #8a98ba;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .modal-ticket-display {
    height: 100%;
  }
}
.modal-ticket-display .modal-body {
  width: 100%;
  max-width: 453px;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .modal-ticket-display .modal-body {
    height: 100%;
  }
}
.modal-ticket-display .modal-header {
  width: 100%;
  height: 62px;
  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;
}
.modal-ticket-display .event-thum figure {
  width: 100%;
  padding-top: 55.1876379691%;
  position: relative;
}
.modal-ticket-display .event-thum figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-ticket-display .modal-venue-name {
  width: 100%;
  padding: 15px;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .modal-ticket-display .modal-venue-name {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 400px) {
  .modal-ticket-display .check-in-area {
    padding: 0 17px;
  }
}
.modal-ticket-display .check-in-area.completed .btn-check-in {
  background: #707070;
}
.modal-ticket-display .check-in-area.completed p {
  text-align: center;
}
.modal-ticket-display .check-in-area .btn-check-in {
  width: 100%;
  max-width: 342px;
  height: 115px;
  margin: 0 auto 8px;
  background: #f70;
  border: solid 1px #707070;
  border-radius: 5px;
  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) {
  .modal-ticket-display .check-in-area .btn-check-in {
    height: 170px;
    margin-bottom: 34px;
    font-weight: bold;
  }
}
.modal-ticket-display .check-in-area .btn-check-in .btn-check-in-item {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-ticket-display .check-in-area .btn-check-in .btn-check-in-item img {
  width: 48px;
  height: 48px;
  margin: 0 auto 11px;
}
.modal-ticket-display .check-in-area p {
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: left;
}
.modal-ticket-display .mfp-close-btn {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 400px) {
  .modal-ticket-display .mfp-close-btn {
    padding: 20px 17px;
  }
}
.modal-ticket-display .mfp-close-btn .mfp-close {
  width: 100%;
  padding: 0;
  position: unset;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
  background: #e54444;
  text-align: center;
  opacity: 1;
}

.modal-event-qr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-event-qr .modal-body {
  padding: 36px 0;
  background: #fff;
}
.modal-event-qr .event-qr-code figure {
  width: 140px;
  margin: 0 auto;
}
.modal-event-qr .mfp-close-btn {
  width: 122px;
  margin: 0 auto;
}
.modal-event-qr .mfp-close-btn .mfp-close {
  width: 100%;
  padding: 0;
  position: unset;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
  background: #e54444;
  text-align: center;
  opacity: 1;
}

.modal-event-detail {
  height: 100%;
}
.modal-event-detail .modal-header {
  width: 100%;
  height: 62px;
  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;
  font-size: 1.6rem;
}
.modal-event-detail .modal-body {
  width: 100%;
  height: 100%;
  padding: 20px 40px 36px;
  background: #fff;
  text-align: left;
}
.modal-event-detail .event-detail-txt-cont {
  margin-bottom: 36px;
  font-size: 1.6rem;
}
.modal-event-detail .mfp-close-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.modal-event-detail .mfp-close-btn .mfp-close {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0;
  position: unset;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
  background: #e54444;
  text-align: center;
  opacity: 1;
}

@media screen and (max-width: 400px) {
  .modal-login-reset .modal-body {
    padding-top: 0;
  }
}
.modal-login-reset .btn-submit {
  margin-top: 83px;
}

.modal-login-password .modal-body {
  padding-top: 172px;
}
@media screen and (max-width: 400px) {
  .modal-login-password .modal-body {
    padding-top: 0;
  }
}
.modal-login-password .btn-submit {
  margin-top: 37px;
}

.modal-login-password-comp .modal-body {
  padding-top: 180px;
}
@media screen and (max-width: 400px) {
  .modal-login-password-comp .modal-body {
    padding-top: 0;
  }
}
.modal-login-password-comp .form-Area {
  margin-top: 180px;
}

.modal-signup-user-info .modal-body {
  padding-top: 180px;
}
@media screen and (max-width: 400px) {
  .modal-signup-user-info .modal-body {
    padding-top: 0;
  }
}

.modal-wrap-join {
  margin: auto;
}
.modal-wrap-join .modal-body .form-Subtxt-center {
  font-size: 1.6rem;
}
.modal-wrap-join .apple {
  background: url(../img/ico-apple-bk.svg) no-repeat center left 22px;
}

.join-comp .modal-body .form-Subtxt-center {
  font-size: 1.2rem;
}

.modal-join-mail .modal-body .form-Subtxt-center {
  font-size: 1.2rem;
}
.modal-join-mail .modal-body .btn-submit {
  margin-top: 40px;
}

.modal-bbs-post {
  width: 584px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 821px) {
  .modal-bbs-post {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .modal-bbs-post {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.modal-bbs-post .modal-body {
  width: 100%;
  position: relative;
  min-height: 541px;
  padding: 0;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .modal-bbs-post .modal-body {
    height: 100%;
  }
}
.modal-bbs-post .modal-body .modal-bbs-header {
  width: 100%;
  padding: 20px;
  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;
}
.modal-bbs-post .modal-body .modal-bbs-header .bbs-title {
  font-size: 1.6rem;
}
.modal-bbs-post .modal-body .modal-bbs-header .mfp-close {
  all: initial;
  font-size: 1.2rem;
  color: #8a98ba;
  cursor: pointer;
}
.modal-bbs-post .modal-body .modal-bbs-header .bbs-submit {
  padding: 5px 17px;
  font-size: 1.2rem;
  color: #fff;
  background: #4a8be4;
  border-radius: 50px 50px;
  overflow: hidden;
  cursor: pointer;
}
.modal-bbs-post .modal-body .posting-area {
  height: 100%;
  padding: 20px 0;
  margin: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.modal-bbs-post .modal-body .posting-area textarea {
  width: calc(100% - 16px);
  height: 100%;
  max-height: 391px;
  min-height: 77px;
  padding-top: 8px;
  resize: none;
}
.modal-bbs-post .modal-body .posting-area textarea::-webkit-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .posting-area textarea::-moz-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .posting-area textarea:-ms-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .posting-area textarea::-ms-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .posting-area textarea::placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .posting-picture-area {
  margin: 0 37px 70px 69px;
  position: relative;
}
.modal-bbs-post .modal-body .posting-picture-area button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 51;
}
.modal-bbs-post .modal-body .user-thum, .modal-bbs-post .modal-body .quotePost .user-thum {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
}
.modal-bbs-post .modal-body .user-thum img, .modal-bbs-post .modal-body .quotePost .user-thum img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-bbs-post .modal-body .select-category {
  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;
  padding: 8px 12px;
  position: relative;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .modal-bbs-post .modal-body .select-category {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
  }
}
.modal-bbs-post .modal-body .select-category::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e8e8e8;
}
.modal-bbs-post .modal-body .select-category .btn-img-edit {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 13px;
}
.modal-bbs-post .modal-body .select-category .btn-img-edit img {
  width: 100%;
}
.modal-bbs-post .modal-body .select-category select.category {
  width: 100%;
  height: auto;
  padding: 7px 16px;
  border: solid 1px #ebebeb;
  border-radius: 50px 50px;
  overflow: hidden;
  background: #fafafa;
  background-image: url(../img/ico-circle-down.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16px center;
  color: #222455;
}
.modal-bbs-post .modal-body .select-category select.gray {
  color: rgba(110, 127, 170, 0.8);
}
.modal-bbs-post .modal-body .select-category .send {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
}
.modal-bbs-post .modal-body .select-category .send img {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .modal-bbs-post .modal-body .modal-reply-wrap {
    padding-bottom: 50px;
  }
}
.modal-bbs-post .modal-body .modal-reply-wrap .posting-area {
  height: auto;
}
.modal-bbs-post .modal-body .modal-reply-wrap textarea {
  height: 226px;
  padding-bottom: 0;
}
.modal-bbs-post .modal-body .modal-reply,
.modal-bbs-post .modal-body .quotePost {
  padding: 20px 20px 20px 68px;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  background: white;
  border-radius: 3px;
  position: relative;
}
.modal-bbs-post .modal-body .modal-reply .user-thum, .modal-bbs-post .modal-body .modal-reply .quotePost .user-thum, .modal-bbs-post .modal-body .quotePost .modal-reply .user-thum,
.modal-bbs-post .modal-body .quotePost .user-thum,
.modal-bbs-post .modal-body .quotePost .user-thum {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 50;
  background: #e8e8e8;
}
.modal-bbs-post .modal-body .modal-reply .postList-head,
.modal-bbs-post .modal-body .quotePost .postList-head {
  position: relative;
  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;
}
.modal-bbs-post .modal-body .modal-reply .postList-user,
.modal-bbs-post .modal-body .quotePost .postList-user {
  font-size: 1.3rem;
  font-weight: 700;
  width: 100%;
  padding-right: 8px;
  overflow: hidden;
  text-align: left;
}
.modal-bbs-post .modal-body .modal-reply .postList-user > a,
.modal-bbs-post .modal-body .quotePost .postList-user > a {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  z-index: 50;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modal-bbs-post .modal-body .modal-reply .postList-option,
.modal-bbs-post .modal-body .quotePost .postList-option {
  width: 16px;
  height: 16px;
  text-align: right;
}
.modal-bbs-post .modal-body .modal-reply .postList-option span,
.modal-bbs-post .modal-body .quotePost .postList-option span {
  display: block;
  width: 100%;
  height: 100%;
  background: #8a98ba;
  -webkit-mask: url(../img/ico-notice-menu.svg?sanitize=true) no-repeat center center/contain;
          mask: url(../img/ico-notice-menu.svg?sanitize=true) no-repeat center center/contain;
}
.modal-bbs-post .modal-body .modal-reply .postList-option-area,
.modal-bbs-post .modal-body .quotePost .postList-option-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.2rem;
  color: #8a98ba;
}
.modal-bbs-post .modal-body .modal-reply.is-reply:before,
.modal-bbs-post .modal-body .quotePost.is-reply:before {
  width: 2px;
  height: 100%;
  background: #e8e8e8;
  content: "";
  position: absolute;
  top: 50px;
  left: 35px;
}
.modal-bbs-post .modal-body .modal-reply.is-reply:after,
.modal-bbs-post .modal-body .quotePost.is-reply:after {
  all: initial;
}
.modal-bbs-post .modal-body .modal-reply.is-reply .replyPost:after,
.modal-bbs-post .modal-body .quotePost.is-reply .replyPost:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8e8e8;
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 11;
}
.modal-bbs-post .modal-body .modal-reply.is-reply .replyPost:last-of-type:before,
.modal-bbs-post .modal-body .quotePost.is-reply .replyPost:last-of-type:before {
  width: 10px;
  height: 50%;
  display: block;
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 10;
}
.modal-bbs-post .modal-body .quotePost {
  width: calc(100% - 66px);
  background: #fff;
  padding: 17px 14px 9px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  position: relative;
  margin: 0 auto 60px;
}
.modal-bbs-post .modal-body .quotePost .user-thum, .modal-bbs-post .modal-body .quotePost .user-thum {
  width: 20px;
  height: 20px;
}

.modal-dialog-bbs {
  width: 375px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 414px) {
  .modal-dialog-bbs {
    width: calc(100% - 40px);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-dialog-bbs .modal-body {
  width: 100%;
  padding: 20px 55px 40px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .modal-dialog-bbs .modal-body {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.modal-dialog-bbs .modal-body .form-Subtxt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.modal-dialog-bbs .modal-body .mfp-close {
  all: initial;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 25px;
  right: 21px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}
.modal-dialog-bbs .btn-accent {
  height: 42px;
  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;
  border-radius: 4px;
}
.modal-dialog-bbs .btn-common {
  height: 42px;
  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;
  color: #8a98ba;
  border: solid 1px #8a98ba;
  border-radius: 4px;
}
.modal-dialog-bbs.bbs-option-other .modal-body {
  padding-bottom: 60px;
}

.dialog {
  width: 300px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 400px) {
  .dialog {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.dialog__title {
  text-align: center;
  font-size: 1.6rem;
  padding: 40px 0px;
}
.dialog__heading {
  text-align: left;
}
.dialog__item:not(:last-child) {
  margin-bottom: 16px;
}
.dialog .btn-primary,
.dialog .btn-accent {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  padding: 0;
  opacity: 1;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  position: static;
  cursor: pointer;
}
.dialog .btn-primary {
  color: #8a98ba;
  border-color: #8a98ba;
}
.dialog .btn-accent {
  background: #e54444;
  color: white;
  border-color: #e54444;
}
.dialog select {
  width: 100%;
  height: auto;
  padding: 16px;
  border: solid 1px #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  background-image: url(../img/ico-circle-down.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16px center;
  color: #222455;
  background-image: url("../img/select_down_b.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
.dialog select::-webkit-input-placeholder {
  color: #8a98ba;
}
.dialog select::-moz-placeholder {
  color: #8a98ba;
}
.dialog select:-ms-input-placeholder {
  color: #8a98ba;
}
.dialog select::-ms-input-placeholder {
  color: #8a98ba;
}
.dialog select::placeholder {
  color: #8a98ba;
}

.modal {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
  max-height: calc(100vh - 150px);
  min-height: 400px;
  padding-bottom: 40px;
  font-size: 14px;
}
.modal .u-pb70 {
  padding-bottom: 70px;
}
.modal__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 80px;
  line-height: 80px;
  z-index: 20;
  background: white;
}
.modal__head .btn-close {
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: initial;
  display: block;
  background: #8a98ba;
  -webkit-mask: url("../img/btn-close.svg") no-repeat center center/contain;
          mask: url("../img/btn-close.svg") no-repeat center center/contain;
  cursor: pointer;
}
.modal__head .btn-close:active {
  top: 50%;
}
.modal__head .btn-back {
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: initial;
  display: block;
  background: #8a98ba;
  -webkit-mask: url("../img/btn_back.svg") no-repeat center center/contain;
          mask: url("../img/btn_back.svg") no-repeat center center/contain;
  cursor: pointer;
}
.modal__head .btn-back:active {
  top: 50%;
}
.modal__head .btn-next, .modal__head .btn-cancel {
  font-size: 12px;
  color: #8a98ba;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.modal__head .btn-cancel {
  left: 20px;
  width: 5em;
}
.modal__head .btn-next {
  right: 20px;
}
.modal__title {
  text-align: center;
  font-size: 1.6rem;
}
.modal__body {
  padding: 20px 20px 40px;
  text-align: center;
}
.modal__heading {
  text-align: left;
  font-weight: 700;
  padding: 0 16px;
  margin-bottom: 1em;
}
.modal__block {
  margin: auto;
}
.modal__block:not(:last-child) {
  margin-bottom: 24px;
}
.modal__foot {
  text-align: center;
  background: white;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal .btn-primary,
.modal .btn-accent {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  padding: 0;
  opacity: 1;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  position: static;
  margin: auto;
  display: block;
  cursor: pointer;
}
.modal .btn-primary:not(:last-child),
.modal .btn-accent:not(:last-child) {
  margin-bottom: 20px;
}
.modal .btn-primary {
  color: #8a98ba;
  border-color: #8a98ba;
}
.modal .btn-accent {
  background: #e54444;
  color: white;
  border-color: #e54444;
}
.modal .list-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;
  width: 90%;
  border-bottom: 1px solid #e8e8e8;
  height: 60px;
  line-height: 60px;
  color: #222455;
  margin: auto;
}
.modal .list .toggle-switch {
  margin-left: auto;
}
.modal .list-arrow {
  position: relative;
  display: block;
  padding: 10px;
}
.modal .list-arrow:after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/btn-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal .select {
  width: 100%;
  height: auto;
  padding: 16px;
  border: solid 1px #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  background-image: url(../img/ico-circle-down.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16px center;
  color: #222455;
  background-image: url("../img/select_down_b.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
.modal .select::-webkit-input-placeholder {
  color: #8a98ba;
}
.modal .select::-moz-placeholder {
  color: #8a98ba;
}
.modal .select:-ms-input-placeholder {
  color: #8a98ba;
}
.modal .select::-ms-input-placeholder {
  color: #8a98ba;
}
.modal .select::placeholder {
  color: #8a98ba;
}
.modal .textarea {
  resize: none;
  width: 90%;
  margin: auto;
  border: solid 1px #e8e8e8;
  display: block;
  font-size: 13px;
}
.modal .input {
  resize: none;
  width: 90%;
  margin: auto;
  border: solid 1px #e8e8e8;
  display: block;
  font-size: 13px;
}
.modal .checkbox-circle {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.modal .checkbox-circle input[type=checkbox] + label,
.modal .checkbox-circle input[type=radio] + label {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  border: 2px solid #8a98ba;
  font-size: 14px;
  padding: 0;
}
.modal .checkbox-circle input[type=checkbox] + label:before,
.modal .checkbox-circle input[type=radio] + label:before {
  display: none;
}
.modal .checkbox-circle input[type=checkbox]:checked + label,
.modal .checkbox-circle input[type=radio]:checked + label {
  background: url("../img/ico-check-circle.svg") no-repeat center center/contain;
  border: none;
}

.searchUnit {
  padding-left: 24px;
  height: 50px;
}
.searchUnit_wrap {
  width: 90%;
  margin: 0 auto 24px;
  -webkit-box-shadow: 0 3px 33px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 33px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 821px) {
  .searchUnit_wrap {
    display: block;
  }
}
.searchUnit_input {
  height: 50px;
}

.scrollArea {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.tab {
  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;
  width: 100%;
  font-size: 13px;
}
.tab-item {
  text-align: center;
  background: #ededed;
  color: #8a98ba;
  width: 100%;
  min-width: 60px;
  padding: 0.8em 4px;
  position: relative;
}
.tab .is-current {
  background: transparent;
  color: #e54444;
  pointer-events: none;
}
.tab .is-current:after {
  width: 80%;
  height: 4px;
  border-radius: 2px;
  content: "";
  background: #e54444;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab.u-bg-none .tab-item {
  background: transparent;
}

.userList {
  max-height: 100%;
  position: relative;
  font-size: 14px;
  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-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.userList .user-thum, .userList .modal-bbs-post .modal-body .quotePost .user-thum, .modal-bbs-post .modal-body .quotePost .userList .user-thum {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
  background: #ccc;
}
.userList .user-thum img, .userList .modal-bbs-post .modal-body .quotePost .user-thum img, .modal-bbs-post .modal-body .quotePost .userList .user-thum img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.userList-item {
  padding: 16px 16px;
  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;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.userList-item 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;
  width: calc(100% - 20px);
}
.userList-item .l-cell {
  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;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.userList-item .l-cell p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.userList-item .r-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.userList .status {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 16px;
  text-align: center;
  width: 50px;
}
.userList .btn-primary-sm,
.userList .btn-accent-sm {
  font-size: 12px;
  min-width: 60px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 4px;
  opacity: 1;
  font-size: 1.4rem;
  border: solid 1px #8a98ba;
  position: static;
  text-align: center;
  cursor: pointer;
  margin-left: 8px;
}
.userList .btn-primary-sm {
  color: #8a98ba;
  border-color: #8a98ba;
}
.userList .btn-accent-sm {
  background: #e54444;
  color: white;
  border-color: #e54444;
}
.userList .btn-logout {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 4px;
  position: static;
  text-align: center;
  cursor: pointer;
  background: #ccc;
  -webkit-mask: url("../img/ico-logout.svg") no-repeat center center/80%;
          mask: url("../img/ico-logout.svg") no-repeat center center/80%;
}
.userList .is-join .status,
.userList .is-receive .status {
  color: #4cd964;
}
.userList .is-invite .status,
.userList .is-send .status {
  color: #3f85e4;
}
.userList .is-flick {
  left: -60px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media screen and (max-width: 821px) {
  .userList {
    font-size: 14px;
  }
}

.reactionList {
  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;
  font-size: min(12vw, 50px);
  width: 90%;
  margin: 0 auto 20px;
}
.reactionList-item {
  width: 20%;
  text-align: center;
  line-height: 1.3;
}
.reactionList-copyright {
  text-align: center;
  margin-bottom: 20px;
}
.reactionList-copyright a {
  color: #1592e6;
}

.link-inline {
  color: #1592e6;
  text-decoration: underline;
}

.list-disc {
  list-style: disc;
}
.list-decimal {
  list-style: decimal;
}

.mfp-iframe-holder {
  padding-top: 100px;
}
.mfp-iframe-holder .mfp-content {
  min-height: 100%;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-content {
  padding: 0px;
  display: inline-block;
  margin: 50px auto;
  width: auto;
}
@media screen and (max-width: 821px) {
  .mfp-content {
    max-width: 95% !important;
    max-height: 100%;
  }
}

.mfp-figure {
  position: relative;
}
.mfp-figure:after {
  display: none !important;
}
.mfp-figure .mfp-close {
  width: 40px !important;
  height: 40px;
  background: url("../img/ico-close.png") no-repeat center center/18px 18px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0 !important;
  color: transparent !important;
}
.mfp-figure .btn-dl {
  width: 40px;
  height: 40px;
  background: url("../img/ico-dl.png") no-repeat center center/20px 20px;
  position: absolute;
  top: 0px;
  left: 0;
}
.mfp-figure .dl-comp {
  width: 150px;
  height: 150px;
  background: url("../img/dl-comp.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.mfp-figure .dl-comp.is-active {
  display: block;
}

@media (orientation: landscape) {
  .ua-sp .mfp-content {
    margin: auto !important;
    width: calc(100% - 80px);
    max-height: calc(100% - 20px);
  }
  .ua-sp .mfp-figure {
    padding: 0 40px;
    width: calc(100% - 80px);
    margin: auto;
  }
  .ua-sp .mfp-img {
    padding: 0;
    width: 100%;
  }
}

.form-Area_item .form-ttl .badge-required {
  padding: 0 8px;
  text-align: center;
  background: #e54444;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
}

.modal-signup h1 {
  margin: clamp(1rem, 50%, 5vh) 0 clamp(5rem, 50%, 10vh);
}
@media screen and (max-width: 320px) {
  .modal-signup h1 {
    margin: 1rem 0 2.5rem;
  }
}
.modal-signup .modal-body {
  padding: 0px 0 24px;
}
@media screen and (max-width: 400px) {
  .modal-signup .modal-body {
    padding-top: 80px;
  }
}
.modal-signup .btn-accent span:nth-child(1) {
  display: block;
}
@media screen and (max-width: 400px) {
  .modal-signup .btn-accent span:nth-child(1) {
    display: none;
  }
}
.modal-signup .btn-accent span:nth-child(2) {
  display: none;
}
@media screen and (max-width: 400px) {
  .modal-signup .btn-accent span:nth-child(2) {
    display: block;
  }
}
.modal-signup .notes {
  width: 100%;
  max-width: 422px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 821px) {
  .modal-signup .notes {
    font-size: 1.4rem;
    max-width: 325px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .modal-signup .notes {
    margin-top: 100px;
  }
}
@media screen and (max-width: 320px) {
  .modal-signup .notes {
    max-width: 300px;
  }
}
.modal-signup .notes a {
  color: #ceea10;
}
.modal-signup-mail .form-Subtxt {
  text-align: center;
}
.modal-signup-mail .form-Area_item:not(:last-child) {
  margin-bottom: 70px !important;
}
.modal-signup-password .modal-body {
  padding-top: 180px;
}
@media screen and (max-width: 400px) {
  .modal-signup-password .modal-body {
    padding-top: 0;
  }
}
.modal-signup-user-info2 .modal-body {
  padding-top: 120px;
}
.modal-wrap {
  width: 90%;
  overflow: hidden;
  min-width: 300px;
  margin: auto;
  background: url("../img/modal_bg.png") center no-repeat;
  color: #fff;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 821px) {
  .modal-wrap {
    width: 772px;
    height: 812px;
    min-width: initial;
    max-width: initial;
  }
}
@media screen and (max-width: 414px) {
  .modal-wrap {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .modal-wrap {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
}
.modal-wrap .mfp-close {
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  top: 35px !important;
  left: 40px;
  opacity: initial;
}
@media screen and (max-width: 400px) {
  .modal-wrap .mfp-close {
    left: 20px;
  }
}
.modal-wrap .submit-back {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 35px;
  left: 40px;
}
@media screen and (max-width: 400px) {
  .modal-wrap .submit-back {
    left: 20px;
  }
}
.modal-wrap .heading {
  width: 100%;
  height: 88px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  color: #b6bed4;
}
@media screen and (max-width: 414px) {
  .modal-wrap .heading {
    background: none;
  }
}
.modal-wrap hr {
  margin: 20px 0;
  background: rgba(34, 36, 85, 0.1);
  border: none;
  height: 1px;
}
.modal-head {
  border-bottom: 1px solid rgba(34, 36, 85, 0.1);
  text-align: center;
  position: relative;
  height: 50px;
}
.modal-ttl {
  font-size: 1.6rem;
  line-height: 50px;
}
.modal-lead {
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-body {
  width: 300px;
  margin: 0 auto;
  padding: 80px 0 24px;
  min-height: 100px;
  text-align: center;
  overflow-x: hidden;
  font-size: 1.4rem;
}
.modal-body a[class^=btn]:not(:last-child) {
  margin-bottom: 8px;
}
.modal-body .form-Subtxt,
.modal-body .form-Subtxt-center {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.modal-body .form-Subtxt {
  text-align: left;
}
.modal-body .form-Subtxt-center {
  text-align: center;
}
.modal-body .error {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #e54444;
  text-align: left;
}
.modal-body .form-Area input,
.modal-body .form-Area select {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.modal-body .form-Area select {
  background-image: url("../img/select_down.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 15px center;
}
.modal-body .form-Area ::-webkit-input-placeholder {
  color: #fff;
}
.modal-body .form-Area ::-moz-placeholder {
  color: #fff;
}
.modal-body .form-Area :-ms-input-placeholder {
  color: #fff;
}
.modal-body .form-Area ::-ms-input-placeholder {
  color: #fff;
}
.modal-body .form-Area ::placeholder {
  color: #fff;
}
.modal-body .form-Area .form-Area_item:not(:last-child) {
  margin-bottom: 20px;
}
.modal-body .form-Area .form-Area_item .link-inline {
  width: 100%;
  margin: 10px 0 30px;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  display: block;
}
.modal-logo {
  width: 100%;
  max-width: 200px;
  fill: #fff;
  margin: 82px auto 82px !important;
}
@media screen and (max-width: 821px) {
  .modal-logo {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 414px) {
  .modal-logo {
    display: none;
  }
}
.modal-foot {
  padding: 16px;
  text-align: center;
}

.regis-email {
  display: none;
}
@media screen and (max-width: 400px) {
  .regis-email {
    display: block;
    margin-bottom: 16px;
  }
}

.modalTable th {
  width: 10em;
}

.modalForm {
  text-align: left;
}
.modalForm input,
.modalForm select,
.modalForm textarea {
  background: #f2f2f2;
  margin-left: auto;
}
.modalForm .text-box {
  margin-left: auto;
}
.modalForm .form-count {
  margin-left: auto;
}
.modalForm .label {
  width: 8em;
}

.modal-wrap-join,
.modal-customer-info {
  background: #fff;
  font-size: 1.6rem;
}
.modal-wrap-join .modal-thum-header,
.modal-customer-info .modal-thum-header {
  height: 0;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 375px;
  padding-bottom: 51.2%;
  margin-bottom: 24px;
}
.modal-wrap-join .modal-thum-header img,
.modal-customer-info .modal-thum-header 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;
}
.modal-wrap-join .modal-body,
.modal-customer-info .modal-body {
  width: 355px;
  padding: 16px 0 40px;
}
@media screen and (max-width: 400px) {
  .modal-wrap-join .modal-body,
.modal-customer-info .modal-body {
    width: 100%;
    padding-top: 0;
  }
}
.modal-wrap-join .hr,
.modal-customer-info .hr {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.modal-wrap-join .hr::before,
.modal-customer-info .hr::before {
  background-color: #c7c7c7;
}
.modal-wrap-join .hr::after,
.modal-customer-info .hr::after {
  background-color: #c7c7c7;
}
@media screen and (max-width: 400px) {
  .modal-wrap-join .form-Area,
.modal-customer-info .form-Area {
    width: 100%;
    padding: 0 20px 0;
  }
}
.modal-wrap-join .form-Area input,
.modal-wrap-join .form-Area select,
.modal-wrap-join .form-Area textarea,
.modal-customer-info .form-Area input,
.modal-customer-info .form-Area select,
.modal-customer-info .form-Area textarea {
  color: #222455;
  padding-left: 0;
  font-size: 1.6rem;
}
.modal-wrap-join .form-Area input::-webkit-input-placeholder, .modal-wrap-join .form-Area select::-webkit-input-placeholder, .modal-wrap-join .form-Area textarea::-webkit-input-placeholder, .modal-customer-info .form-Area input::-webkit-input-placeholder, .modal-customer-info .form-Area select::-webkit-input-placeholder, .modal-customer-info .form-Area textarea::-webkit-input-placeholder {
  color: #8a98ba;
}
.modal-wrap-join .form-Area input::-moz-placeholder, .modal-wrap-join .form-Area select::-moz-placeholder, .modal-wrap-join .form-Area textarea::-moz-placeholder, .modal-customer-info .form-Area input::-moz-placeholder, .modal-customer-info .form-Area select::-moz-placeholder, .modal-customer-info .form-Area textarea::-moz-placeholder {
  color: #8a98ba;
}
.modal-wrap-join .form-Area input:-ms-input-placeholder, .modal-wrap-join .form-Area select:-ms-input-placeholder, .modal-wrap-join .form-Area textarea:-ms-input-placeholder, .modal-customer-info .form-Area input:-ms-input-placeholder, .modal-customer-info .form-Area select:-ms-input-placeholder, .modal-customer-info .form-Area textarea:-ms-input-placeholder {
  color: #8a98ba;
}
.modal-wrap-join .form-Area input::-ms-input-placeholder, .modal-wrap-join .form-Area select::-ms-input-placeholder, .modal-wrap-join .form-Area textarea::-ms-input-placeholder, .modal-customer-info .form-Area input::-ms-input-placeholder, .modal-customer-info .form-Area select::-ms-input-placeholder, .modal-customer-info .form-Area textarea::-ms-input-placeholder {
  color: #8a98ba;
}
.modal-wrap-join .form-Area input::placeholder,
.modal-wrap-join .form-Area select::placeholder,
.modal-wrap-join .form-Area textarea::placeholder,
.modal-customer-info .form-Area input::placeholder,
.modal-customer-info .form-Area select::placeholder,
.modal-customer-info .form-Area textarea::placeholder {
  color: #8a98ba;
}
.modal-wrap-join .form-Area select,
.modal-customer-info .form-Area select {
  background-image: url("../img/select_down_b.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
.modal-wrap-join .form-Area textarea,
.modal-customer-info .form-Area textarea {
  height: 111px;
  padding: 0;
  margin: 16px 0;
  resize: none;
}
.modal-wrap-join .form-Area textarea::-webkit-scrollbar,
.modal-customer-info .form-Area textarea::-webkit-scrollbar {
  display: none;
}
.modal-wrap-join .form-Area-login,
.modal-customer-info .form-Area-login {
  margin-bottom: 24px;
}
.modal-wrap-join .btn-submit,
.modal-customer-info .btn-submit {
  margin-top: 20px;
}
.modal-wrap-join .mfp-close,
.modal-customer-info .mfp-close {
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  top: 35px !important;
  left: 40px;
  opacity: initial;
  display: block;
  background: #8a98ba;
  -webkit-mask: url("../img/btn-close.svg") no-repeat center center/contain;
          mask: url("../img/btn-close.svg") no-repeat center center/contain;
}
@media screen and (max-width: 400px) {
  .modal-wrap-join .mfp-close,
.modal-customer-info .mfp-close {
    left: 20px;
  }
}
.modal-wrap-join .submit-back,
.modal-customer-info .submit-back {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 35px !important;
  left: 40px;
}
@media screen and (max-width: 400px) {
  .modal-wrap-join .submit-back,
.modal-customer-info .submit-back {
    left: 20px;
  }
}
.modal-wrap-join .heading,
.modal-customer-info .heading {
  width: 100%;
  height: 88px;
  font-weight: normal;
  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;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.modal-wrap-join .form-Subtxt,
.modal-customer-info .form-Subtxt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.modal-wrap-join .form-Area_item:not(:last-child),
.modal-customer-info .form-Area_item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.modal-wrap-join .form-ttl,
.modal-customer-info .form-ttl {
  font-size: 1.4rem;
  color: #8a98ba;
  text-align: left;
}
.modal-wrap-join .form-ttl span,
.modal-customer-info .form-ttl span {
  color: #e54444;
  font-size: 1.2rem;
  margin-left: 10px;
}
@media screen and (min-width: 821px) {
  .modal-wrap-join,
.modal-customer-info {
    width: 772px;
    min-width: initial;
    max-width: initial;
  }
}
.modal-wrap-join .cell-min,
.modal-customer-info .cell-min {
  width: 120px;
}
.modal-wrap-join .cell-2,
.modal-customer-info .cell-2 {
  width: 100%;
  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;
}
.modal-wrap-join .cell-2 input,
.modal-wrap-join .cell-2 select,
.modal-customer-info .cell-2 input,
.modal-customer-info .cell-2 select {
  width: calc(50% - 7.5px);
}
.modal-wrap-join .cell-2 input:first-child,
.modal-wrap-join .cell-2 select:first-child,
.modal-customer-info .cell-2 input:first-child,
.modal-customer-info .cell-2 select:first-child {
  margin-right: 15px;
}

.modal-wrap-join {
  min-height: 812px;
}
.modal-wrap-join .modal-body {
  padding-bottom: 60px;
}
.modal-wrap-join .community-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #707070;
}
.modal-wrap-join .btn-primary {
  color: #000;
  border-color: #c7c7c7;
}
.modal-wrap-join .notes {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .modal-wrap-join .notes {
    max-width: 300px;
  }
}
.modal-wrap-join .notes a {
  color: #4cd964;
}

.modal-join-mail,
.modal-join-code {
  min-height: 731px;
}
@media screen and (max-width: 400px) {
  .modal-join-mail,
.modal-join-code {
    min-height: 100%;
  }
}
.modal-join-mail .modal-body .form-Area,
.modal-join-code .modal-body .form-Area {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 400px) {
  .modal-join-mail .modal-body .form-Area,
.modal-join-code .modal-body .form-Area {
    width: 95%;
  }
}
.modal-join-mail .modal-body .form-Area .form-Area_item:not(:last-child),
.modal-join-code .modal-body .form-Area .form-Area_item:not(:last-child) {
  border-bottom: none;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input,
.modal-join-code .modal-body .form-Area .form-Area_item input {
  border-radius: 8px;
  padding: 1.5em 0.8em;
  width: 100%;
  max-width: 300px;
  background: #ccc;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input::-webkit-input-placeholder, .modal-join-code .modal-body .form-Area .form-Area_item input::-webkit-input-placeholder {
  color: #000;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input::-moz-placeholder, .modal-join-code .modal-body .form-Area .form-Area_item input::-moz-placeholder {
  color: #000;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input:-ms-input-placeholder, .modal-join-code .modal-body .form-Area .form-Area_item input:-ms-input-placeholder {
  color: #000;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input::-ms-input-placeholder, .modal-join-code .modal-body .form-Area .form-Area_item input::-ms-input-placeholder {
  color: #000;
}
.modal-join-mail .modal-body .form-Area .form-Area_item input::placeholder,
.modal-join-code .modal-body .form-Area .form-Area_item input::placeholder {
  color: #000;
}
@media screen and (max-width: 400px) {
  .modal-join-mail .modal-body .form-Area .form-Area_item input,
.modal-join-mail .modal-body .form-Area .form-Area_item button,
.modal-join-code .modal-body .form-Area .form-Area_item input,
.modal-join-code .modal-body .form-Area .form-Area_item button {
    max-width: 100%;
  }
}
.modal-join-mail .modal-body .form-Area .form-Area_item .link-inline,
.modal-join-code .modal-body .form-Area .form-Area_item .link-inline {
  color: #222455;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .modal-join-mail .modal-body .form-Area .form-Area_item .link-inline,
.modal-join-code .modal-body .form-Area .form-Area_item .link-inline {
    width: 95%;
  }
}
.modal-join-mail .form-Subtxt,
.modal-join-mail .form-Subtxt-center,
.modal-join-code .form-Subtxt,
.modal-join-code .form-Subtxt-center {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 400px) {
  .modal-join-mail .form-Subtxt,
.modal-join-mail .form-Subtxt-center,
.modal-join-code .form-Subtxt,
.modal-join-code .form-Subtxt-center {
    width: 95%;
    padding: 0 20px;
  }
}
.modal-join-mail .form-Subtxt,
.modal-join-code .form-Subtxt {
  margin-bottom: 20px;
}
.modal-join-mail .form-Subtxt-center,
.modal-join-code .form-Subtxt-center {
  font-size: 1.4rem;
}

.join-comp .modal-body {
  padding-top: 72px;
}
.join-comp .modal-body .btnArea-option:not(:last-child) {
  margin-bottom: 10px;
}
.join-comp .modal-body .btnArea-option:last-child {
  margin-top: 80px;
}
.join-comp .community-name {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.join-comp .form-Subtxt-center {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #8a98ba;
}
.join-comp a {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.join-comp a img {
  width: 100%;
}
.join-comp .btn-accent {
  width: 300px;
}

.modal-customer-info .modal-body {
  width: 300px;
}
.modal-customer-info .form-Area {
  text-align: left;
}
.modal-customer-info .form-Area input,
.modal-customer-info .form-Area select,
.modal-customer-info .form-Area textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  padding-left: 16px;
}
.modal-customer-info .form-Area_item {
  border-bottom-style: none !important;
}
.modal-customer-info .form-ttl {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #222455;
}
.modal-customer-info .check-deco {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-customer-info .check-deco input[type=checkbox] {
  display: none;
}
.modal-customer-info .check-deco input[type=checkbox] + label {
  margin: 2px;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 36px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
.modal-customer-info .check-deco input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-customer-info .check-deco input[type=checkbox] + label.is-hover {
  background: #e54444;
}
.modal-customer-info .check-deco input[type=checkbox]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #222455;
  border-radius: 25px 25px;
  background: #222455 url(../img/radio-check.svg) no-repeat center/10px 7px;
}
.modal-customer-info .check-deco input[type=checkbox]:disabled + label {
  color: #999;
  border-color: #999;
  background: rgba(153, 153, 153, 0.5);
}
.modal-customer-info .check-deco input[type=checkbox]:disabled + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
}
.modal-customer-info .customer-radio {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-customer-info .customer-radio:not(:nth-child(2)) {
  margin-bottom: 16px;
}
.modal-customer-info .customer-radio input[type=radio] {
  display: none;
}
.modal-customer-info .customer-radio input[type=radio] + label {
  margin: 2px;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 36px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
.modal-customer-info .customer-radio input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-customer-info .customer-radio input[type=radio] + label.is-hover {
  background: #e54444;
}
.modal-customer-info .customer-radio input[type=radio]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #222455;
  border-radius: 25px 25px;
  background: #222455 url(../img/radio-check.svg) no-repeat center/10px 7px;
}
.modal-customer-info .customer-radio input[type=radio]:disabled + label {
  color: #999;
  border-color: #999;
  background: rgba(153, 153, 153, 0.5);
}
.modal-customer-info .customer-radio input[type=radio]:disabled + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
}

.btnArea-modal {
  margin: 0;
  border-top: 1px solid rgba(34, 36, 85, 0.1);
  position: relative;
  z-index: 20;
  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;
}
.btnArea-modal > [class*=btn-] {
  width: 100%;
  text-align: center;
  padding: 16px 4px;
  margin: 0;
}
.btnArea-modal > [class*=btn-]:not(:last-child) {
  border-right: 1px solid rgba(34, 36, 85, 0.1);
}

.js-fix .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.hr {
  margin: 40px 0 40px;
  position: relative;
}
.hr::before {
  content: "";
  width: 43%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hr::after {
  content: "";
  width: 43%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btnArea-option:not(:last-child) {
  margin-bottom: 20px;
}
.btn-primary {
  color: #fff;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.btn-secondary {
  -webkit-box-shadow: 0 0 3px 0 rgba(245, 248, 244, 0.3);
          box-shadow: 0 0 3px 0 rgba(245, 248, 244, 0.3);
  background: #f2f2f2;
  color: #444;
}
.btn-accent {
  background: #e54444;
  color: #fff;
}
.btn-red {
  color: white;
  background: #c91e2f;
}
.btn-yellow {
  color: white;
  background: #efb302;
}
.btn-blue {
  color: white;
  background: #2f2f68;
}
.btn-green {
  color: white;
  background: #3fb752;
}
.btn-count {
  background: red;
  border: 1px solid white;
  padding: 2px 8px 2px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.3rem;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5zem, -50%);
          transform: translate(5zem, -50%);
}
.btn-later {
  margin-top: 140px;
  display: block;
}

.apple {
  background: url("../img/ico-apple.svg") no-repeat center left 22px;
}

.gmail {
  background: url("../img/ico-google.svg") no-repeat center left 22px;
}

.is-disable {
  background: #b3b3b3 !important;
  color: #e5e5e5 !important;
  pointer-events: none;
}

.ui-datepicker select {
  height: auto;
  min-width: auto;
  padding: 0 2px;
  line-height: 1;
  width: auto !important;
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

.birth-select {
  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;
}
.birth-year, .birth-month, .birth-day {
  width: 33.3333333333%;
}
.birth-year, .birth-month {
  margin-right: 2%;
}

.questionary-wrap {
  margin: 0 auto;
  position: relative;
}
.questionary-wrap p.heading {
  margin-bottom: 16px;
}
.questionary-wrap .modal-body {
  padding-bottom: 80px;
}
.questionary-wrap .check-deco {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.questionary-wrap .check-deco input[type=checkbox] {
  display: none;
}
.questionary-wrap .check-deco input[type=checkbox] + label {
  margin: 2px;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 36px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
.questionary-wrap .check-deco input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.questionary-wrap .check-deco input[type=checkbox] + label.is-hover {
  background: #e54444;
}
.questionary-wrap .check-deco input[type=checkbox]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #222455;
  border-radius: 25px 25px;
  background: #222455 url(../img/radio-check.svg) no-repeat center/10px 7px;
}
.questionary-wrap .check-deco input[type=checkbox]:disabled + label {
  color: #999;
  border-color: #999;
  background: rgba(153, 153, 153, 0.5);
}
.questionary-wrap .check-deco input[type=checkbox]:disabled + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
}
.questionary-wrap .customer-radio {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.questionary-wrap .customer-radio:not(:nth-child(2)) {
  margin-bottom: 16px;
}
.questionary-wrap .customer-radio input[type=radio] {
  display: none;
}
.questionary-wrap .customer-radio input[type=radio] + label {
  margin: 2px;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 36px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 4px;
}
.questionary-wrap .customer-radio input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.questionary-wrap .customer-radio input[type=radio] + label.is-hover {
  background: #e54444;
}
.questionary-wrap .customer-radio input[type=radio]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #222455;
  border-radius: 25px 25px;
  background: #222455 url(../img/radio-check.svg) no-repeat center/10px 7px;
}
.questionary-wrap .customer-radio input[type=radio]:disabled + label {
  color: #999;
  border-color: #999;
  background: rgba(153, 153, 153, 0.5);
}
.questionary-wrap .customer-radio input[type=radio]:disabled + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px 25px;
}
.questionary-wrap .message-wrap .message-primary {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.questionary-wrap .message-wrap .message-secondary {
  font-size: 1.2rem;
  color: #8a98ba;
}
.questionary-wrap .message-wrap .questionary-txt {
  font-size: 1.6rem;
  color: #e54444;
  margin: 65px 0 100px;
  font-weight: bold;
  font-weight: 700;
}
/*# sourceMappingURL=common.css.map */