@charset "UTF-8";
@font-face {
  font-family: 'TheanoDidot';
  src: url("/asset/font/TheanoDidot-Regular.woff") format("woff"); }
/*------------------------------------- */
/* サインイン */
/*------------------------------------- */
.signin {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(/asset/img/bg-singin.png) center/cover;
  padding: 200px 0;
  font-family: 'TheanoDidot'; }

.signin02 {
  background: url(/asset/img/bg-singin02.png) center/cover !important; }

.signin-buttonarea {
  position: absolute;
  right: 50px;
  bottom: 50px; }

.signin-buttonarea02 {
  position: absolute;
  right: 100px;
  bottom: 30px; }

@media screen and (max-width: 768px) {
  .signin-buttonarea02 {
    right: 50px;
    bottom: 30px; } }
.signin-button01 {
  background: #c85866;
  border-radius: 50%;
  padding: 50px 0 0;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle; }

.signin-button01 p {
  font-size: 24px;
  color: #FFF; }

@media screen and (max-width: 768px) {
  .signin-button01 {
    padding: 40px 0 0;
    width: 120px;
    height: 120px; }

  .signin-button01 p {
    font-size: 18px; } }
@media screen and (max-width: 570px) {
  .signin-buttonarea {
    right: 20px;
    bottom: 20px; }

  .signin-button01 {
    padding: 30px 0 0;
    width: 100px;
    height: 100px; }

  .signin-button01 p {
    font-size: 18px; } }
.signin-button02 {
  background: #c85866;
  border-radius: 50%;
  padding: 5px 0 0;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle; }

.signin-button02 p {
  font-size: 36px;
  color: #FFF; }

.signin-inputarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
  .signin-inputarea {
    top: 40%;
    width: 350px; } }
.signin-logoarea {
  position: absolute;
  left: 45%;
  top: 20%; }

.signin-logoarea img {
  width: 30%; }

@media screen and (max-width: 1100px) {
  .signin-logoarea {
    left: 35%; }

  .signin-logoarea img {
    width: 50%; } }
@media screen and (max-width: 570px) {
  .signin-logoarea {
    left: 25%; }

  .signin-logoarea img {
    width: 70%; } }
.signin-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .signin-title {
    font-size: 36px; } }
.signin-title02 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: left; }

.signin-submit {
  color: #fff !important;
  background: #C85866;
  border: solid 1px #FFF;
  border-radius: 0;
  padding: 14px 10px;
  width: 350px;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif; }

@media screen and (max-width: 470px) {
  .signin-submit {
    width: 300px; } }
.signin-submit a {
  color: #fff !important; }

.signin-submit:hover {
  color: #fff;
  background: #000 !important;
  border: solid 1px #FFF !important;
  opacity: 0.5; }
