@charset "UTF-8";
/*! Writen  by SCSS */
.breadlist {
  display: none; }

div.contents_wrap {
  position: relative; }

.breadlist_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

/* --------------------------
セクション
-------------------------- */
/* --------------------------
見出し
-------------------------- */
.c-h2 {
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  font-weight: normal;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .c-h2 {
      font-size: calc(1.465rem + 1.6125vw);
      letter-spacing: 0; } }

.c-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 767px) {
    .c-h3 {
      font-size: 1.8rem; } }

/*.c-h4 {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin-bottom: 2rem;

				@include mq(767){
    font-size: 1.6rem;
  }
}

.c-h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: normal;
  margin-bottom: 3rem;

				@include mq(767){
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.c-h6 {
  font-size: nth($font-size, 6);
  line-height: nth($line-height, 6);
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 5px;

				@include mq(767){
    font-size: nth($font-size-sp, 6);
    line-height: nth($line-height-sp, 6);
  }
}*/
.c-h--center-line {
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }
  .c-h--center-line::before, .c-h--center-line::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block; }
  .c-h--center-line::before {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .c-h--center-line::before {
        margin-right: 5px; } }
  .c-h--center-line::after {
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .c-h--center-line::after {
        margin-left: 5px; } }

.c-section {
  margin: 6rem 0; }
  .c-section--middle {
    margin: 5rem 0; }
  .c-section--narrow {
    margin: 4rem 0; }
  .c-section--bg {
    padding: 6rem 0;
    /*&-middle {
      padding: nth($space, 2) 0;
    }

    &-narrow {
      padding: nth($space, 3) 0;
    }*/ }
    @media screen and (max-width: 767px) {
      .c-section--bg--sp {
        padding: 4rem 0; } }
  .c-section-container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 1023px) {
      .c-section-container {
        width: 100%;
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .c-section-container {
        width: 100%;
        padding: 0 20px; } }
    .c-section-container-narrow {
      width: 760px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 1023px) {
        .c-section-container-narrow {
          width: 100%;
          padding: 0 20px; } }
      @media screen and (max-width: 767px) {
        .c-section-container-narrow {
          width: 100%;
          padding: 0 20px; } }
    .c-section-container-middle {
      width: 980px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 1023px) {
        .c-section-container-middle {
          width: 100%;
          padding: 0 20px; } }
      @media screen and (max-width: 767px) {
        .c-section-container-middle {
          width: 100%;
          padding: 0 20px; } }
    .c-section-container-fill {
      padding: 0;
      overflow: hidden; }
    @media screen and (max-width: 767px) {
      .c-section-container-fill--sp {
        padding: 0;
        overflow: hidden; } }

.login-bg {
  background: rgba(51, 51, 51, 0.8);
  position: relative; }
  .login-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/login/bg.jpg");
    background-color: cadetblue;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .login-bg.v2::before {
    background-image: url("../images/visitor/bg.jpg"); }
.login-contents {
  color: #fff; }
.login-panel {
  margin-top: 4rem; }
  .login-panel-contents {
    padding: 2.5rem;
    border: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .login-panel-contents {
        padding: 2rem; } }
.login-input {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  background: #fff;
  border: none; }
.login-button {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
  font-family: "Open Sans", Helvecica, Arial, "游ゴシック", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 1.5rem 0;
  background: #9f8b49;
  border: 1px solid #9f8b49;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  appearance: none;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
  backface-visibility: hidden; }
  .login-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 3rem;
    height: 1px;
    background: #fff;
    transition: 0.5s all; }
  .login-button:hover {
    background: #000; }
    .login-button:hover::after {
      width: 1rem; }

.p-limited-title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 3rem; }
  .p-limited-title::before, .p-limited-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block; }
  .p-limited-title::before {
    margin-right: 2rem; }
  .p-limited-title::after {
    margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .p-limited-title {
      font-size: 1.5rem; } }
  .p-limited-title--white {
    color: #fff; }
    .p-limited-title--white::before, .p-limited-title--white::after {
      background: #fff; }
.p-limited-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-limited-list {
      flex-wrap: wrap;
      width: 90%;
      margin: 0 auto; } }
  .p-limited-list-item {
    width: 100%;
    flex-grow: 1;
    padding: 1rem 0;
    background: #fff;
    position: relative; }
    .p-limited-list-item:not(:first-child)::before, .p-limited-list-item:not(:first-child)::after {
      content: "";
      display: block;
      width: 10px;
      height: 55%;
      background: #414040;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::before, .p-limited-list-item:not(:first-child)::after {
          width: 55%;
          height: 15px; } }
    .p-limited-list-item:not(:first-child)::before {
      top: 0;
      left: -3%;
      transform-origin: right top;
      transform: rotate(-15deg) translateY(-4px); }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::before {
          top: -20px;
          left: 0;
          transform-origin: left bottom;
          transform: rotate(8deg) translateX(-14px); } }
    .p-limited-list-item:not(:first-child)::after {
      bottom: 0;
      left: -3%;
      transform-origin: right bottom;
      transform: rotate(15deg) translateY(4px); }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::after {
          top: -20px;
          right: 0;
          left: auto;
          transform-origin: right bottom;
          transform: rotate(-8deg) translateX(14px); } }
    @media screen and (max-width: 767px) {
      .p-limited-list-item {
        padding: 2.5rem 0; } }
.p-limited-step {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Open Sans", Helvecica, Arial, "游ゴシック", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9f8b49; }
  .p-limited-step span {
    font-size: 1.8em; }
  .p-limited-step-title {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: 700;
    color: #9f8b49;
    margin-bottom: 1.5rem; }
  .p-limited-step-text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: center;
    color: #000; }

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4em;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 1.5rem 0;
  background: #000;
  position: relative;
  text-decoration: none;
  transition: all 0.5s; }
  .c-button::before {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 11px;
    height: 12px;
    background: url(../images/common/cmn_icon_arrow2.svg) left top/11px 12px no-repeat; }
  .c-button::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px; }
  .c-button:hover {
    opacity: 0.8;
    color: #fff; }
  .c-button--block {
    display: block;
    transition: all 0.5s; }
    .c-button--block:hover {
      opacity: 0.7; }

.top-button {
  margin-bottom: 2rem; }
  .top-button-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-button-list-item {
      margin-bottom: 1rem; }
      .top-button-list-item:last-child {
        margin-bottom: 0; }
  .top-button--entry {
    background: #9f8b49; }

@media screen and (max-width: 480px) {
  .c-text {
    font-size: 14px; } }

/*# sourceMappingURL=login.css.map */
