@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
header #header .name img {
  filter: brightness(0) invert(1);
}

#special {
  background: url("/kawanishitada/img/pamphlet/login/bg_form.jpg") center/cover no-repeat;
  padding: 70px 0 clamp(40px, 5.844vw, 50px);
}
#special .login .login__wp {
  margin-bottom: 35px;
  padding: clamp(40px, 7.8vw, 80px) 20px clamp(40px, 6.5vw, 65px);
  box-sizing: border-box;
  border: 1px solid #FFF;
}
#special .login .login__wp .login__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(to right, #956F45, #C1A265, #CCB283, #C1A265, #907353);
  background: -webkit- linear-gradient(to right, #956F45, #C1A265, #CCB283, #C1A265, #907353);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: .5em;
  padding-bottom: .75em;
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(28px, 5.2vw, 50px);
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}
#special .login .login__wp .login__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% + 40px);
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  content: '';
}
#special .login .login__wp .login__copy {
  margin-bottom: clamp(40px, 6.2vw, 55px);
  color: #A38B62;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-size: clamp(18px, 3.25vw, 32px);
  letter-spacing: .07em;
  text-align: center;
}
#special .login .login__wp .login_wrap {
  width: 90%;
  margin: 0 auto;
}
#special .login .login__wp .login_wrap .form_wrap {
  margin-bottom: clamp(30px, 4.5vw, 37px);
}
#special .login .login__wp .login_wrap .form_wrap p + p {
  margin-top: 20px;
}
#special .login .login__wp .login_wrap .form_wrap p span {
  display: block;
  margin-bottom: .5em;
  color: #FFF;
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(13px, 1.95vw, 18px);
  letter-spacing: .1em;
  line-height: 1.5;
}
#special .login .login__wp .login_wrap .form_wrap p input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #796122;
  background: #FFF;
  padding: .75em 20px;
  font-size: clamp(14px, 1.95vw, 16px);
  box-sizing: border-box;
  border-radius: 3px;
}
#special .login .login__wp .login_wrap .form_wrap p input::placeholder {
  color: #CBCBCB;
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(14px, 1.95vw, 16px);
  line-height: 1.5;
  letter-spacing: .1em;
}
#special .login .login__wp .login_wrap .form_wrap p input::focus {
  background: #FFF;
}
#special .login .login__wp .login_wrap .btn {
  margin: 0;
}
#special .login .login__wp .login_wrap .btn button {
  position: relative;
  width: clamp(235px, 35vw, 300px);
  background: #8C7C51;
  border: 1px solid #8C7C51;
  padding: .9em;
  box-sizing: border-box;
  border-radius: 0;
  color: #FFF;
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(14px, 1.95vw, 16px);
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}
#special .login .login__wp .login_wrap .btn button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%) rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  content: '';
}
#special .login .login__txt {
  margin-bottom: clamp(50px, 7.8vw, 70px);
  color: #FFF;
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  font-weight: 600;
  font-size: clamp(14px, 2.08vw, 18px);
  letter-spacing: .1em;
  line-height: 1.64;
}
#special .release {
  position: relative;
  background: #FFF;
  padding: clamp(50px, 7.8vw, 70px) clamp(20px, 3.9vw, 40px) clamp(40px, 6.5vw, 60px);
}
#special .release::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: clamp(40px, 6.5vw, 55px);
  width: 1px;
  background: #8C7C51;
  content: '';
}
#special .release .release__ttl {
  position: relative;
  margin-bottom: 1.4em;
  padding-bottom: .8em;
  color: #796122;
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  font-size: clamp(22px, 3.11vw, 26px);
  line-height: 1;
  text-align: center;
}
#special .release .release__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% + clamp(20px,3.9vw,40px));
  height: 1px;
  background: linear-gradient(to right, rgba(121, 97, 34, 0), #796122, rgba(121, 97, 34, 0));
  content: '';
}
#special .release .release__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 40px;
}
#special .release .release__list .release__list-item .img {
  position: relative;
  margin-bottom: clamp(16px, 2.35vw, 20px);
}
#special .release .release__list .release__list-item .img .cap {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}
#special .release .release__list .release__list-item .img .cap.white {
  filter: drop-shadow(0 0 3px #FFFF);
}
#special .release .release__list .release__list-item .ttl {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #796122 16.4%, #CBCBCB 16.4%) 1;
  color: #796122;
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.5;
  letter-spacing: .1em;
}
#special .release .release__list .release__list-item .txt {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(12px, 1.68vw, 14px);
  letter-spacing: .1em;
  line-height: 2;
}

#flow {
  background: #D5CEBB;
  padding: clamp(50px, 6.75vw, 55px) 0 clamp(55px, 7.5vw, 60px);
}
#flow .flow__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: .75em;
  color: #796122;
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  font-size: clamp(22px, 3.11vw, 26px);
  line-height: 1.54;
  letter-spacing: .06em;
  text-align: center;
}
#flow .flow__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 93.33%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #796122, rgba(255, 255, 255, 0));
  content: '';
}
#flow .flow__list {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 24px 6.25%;
}
#flow .flow__list .flow__list-item {
  position: relative;
  background: #FFF;
  padding: clamp(50px, 7.4vw, 65px) 35px clamp(30px, 4.54vw, 40px);
  box-sizing: border-box;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.09));
}
#flow .flow__list .flow__list-item::before, #flow .flow__list .flow__list-item::after {
  display: none;
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  background: #FFF;
  content: '';
}
#flow .flow__list .flow__list-item::before {
  left: 1px;
  transform: translate(-100%, 0);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#flow .flow__list .flow__list-item::after {
  right: 1px;
  transform: translate(100%, 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#flow .flow__list .flow__list-item:nth-of-type(3n-2) {
  width: calc(100% - 35px);
  margin-right: auto;
}
#flow .flow__list .flow__list-item:nth-of-type(3n-2)::after {
  display: block;
}
#flow .flow__list .flow__list-item:nth-of-type(3n) {
  width: calc(100% - 35px);
  margin-left: auto;
}
#flow .flow__list .flow__list-item:nth-of-type(3n)::before {
  display: block;
}
#flow .flow__list .flow__list-item:nth-of-type(3n-1) {
  width: calc(100% - 70px);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#flow .flow__list .flow__list-item:nth-of-type(3n-1)::before, #flow .flow__list .flow__list-item:nth-of-type(3n-1)::after {
  display: block;
}
#flow .flow__list .flow__list-item .step {
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #796122;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(13px, 1.95vw, 18px);
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}
#flow .flow__list .flow__list-item .step span {
  display: block;
  font-style: italic;
  font-size: clamp(32px, 4.9vw, 35px);
  letter-spacing: .05em;
}
#flow .flow__list .flow__list-item .ttl {
  margin-bottom: .5em;
  border-bottom: 1px solid #796122;
  padding-bottom: .5em;
  color: #796122;
  font-size: clamp(14px, 2.33vw, 20px);
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D";
  text-align: center;
  line-height: 1.5;
}
#flow .flow__list .flow__list-item .txt {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M";
  font-size: clamp(12px, 1.68vw, 14px);
  text-align: center;
  letter-spacing: .1em;
  line-height: 2;
}

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  header #header .name img {
    filter: none;
  }

  #special {
    padding-top: 140px;
  }
  #special .login .login__wp .login__ttl {
    text-align: center;
  }
  #special .login .login__wp .login__ttl::after {
    width: 70%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #796122, rgba(255, 255, 255, 0));
  }
  #special .login .login__wp .login_wrap {
    width: 100%;
  }
  #special .login .login__wp .login_wrap .form_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #special .login .login__wp .login_wrap .form_wrap p {
    display: flex;
    align-items: center;
  }
  #special .login .login__wp .login_wrap .form_wrap p + p {
    margin: 0 0 0 clamp(30px, 4.6vw, 60px);
  }
  #special .login .login__wp .login_wrap .form_wrap p span {
    margin: 0 23px 0 0;
    white-space: nowrap;
  }
  #special .login .login__wp .login_wrap .form_wrap p input {
    width: clamp(200px, 25.5vw, 300px);
    border-radius: 1px;
  }
  #special .login .login__wp .login_wrap .btn button {
    transition: .3s;
  }
  #special .login .login__wp .login_wrap .btn button::after {
    transition: .3s;
  }
  #special .login .login__wp .login_wrap .btn button:hover {
    background: #FFF;
    color: #8C7C51;
  }
  #special .login .login__wp .login_wrap .btn button:hover::after {
    border-color: #8C7C51;
  }
  #special .login .login__txt {
    line-height: 1.66;
    text-align: center;
  }
  #special .release .release__ttl::after {
    width: 73.33%;
  }
  #special .release .release__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #flow .flow__ttl::after {
    width: 68.75%;
  }
  #flow .flow__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #flow .flow__list .flow__list-item::before, #flow .flow__list .flow__list-item::after {
    width: min(4%, 50px);
  }
  #flow .flow__list .flow__list-item:nth-of-type(3n-2) {
    width: 100%;
    padding-left: 15%;
    padding-right: 10%;
  }
  #flow .flow__list .flow__list-item:nth-of-type(3n) {
    width: 100%;
    padding-left: 10%;
    padding-right: 15%;
  }
  #flow .flow__list .flow__list-item:nth-of-type(3n-1) {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #flow .flow__list {
    grid-template-columns: 1.165fr 1fr 1.165fr;
    grid-gap: 6.25%;
  }
  #flow .flow__list .flow__list-item::before, #flow .flow__list .flow__list-item::after {
    width: 13.6%;
  }
  #flow .flow__list .flow__list-item:nth-of-type(3n-1)::before, #flow .flow__list .flow__list-item:nth-of-type(3n-1)::after {
    width: 15.87%;
  }
  #flow .flow__list .flow__list-item .txt .tab_only {
    display: inherit;
  }
}
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1281px) {
  #special .login .login__txt .pc_tab_only {
    display: none;
  }

  #flow .flow__list .flow__list-item .txt .tab_only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
