@charset "UTF-8";

/*--------------------------------------------------------------------------
   index_top
---------------------------------------------------------------------------*/
.contents.index_top {
  padding: 20px 15px 0;
}
.contents.index_top .title_area {
  width: 376px;
  aspect-ratio: 752 / 1075;
  background: url("/assets/images/common/indextop_mv.png") center / cover no-repeat;
  margin: -20px 0 30px -15px;
}
.contents.index_top h1 {
  width: 100%;
  min-height: auto;
  line-height: 1em;
  background: none;
  text-shadow: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.contents.index_top h1 img {
  width: 100%;
}
.contents.index_top .maintenance {
  color: var(--color-yellow);
  font-weight: 600;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 30px;
}

.contents.index_top .accordion .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.contents.index_top .accordion .content.is-open {
  grid-template-rows: 1fr;
}
.contents.index_top .accordion .content-wrapper {
  overflow: hidden;
}
.contents.index_top .accordion .content-inner {
  font-size: 1.3rem;
  font-family: "BIZ UDPMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  color: var(--text-black);
  border: 15px solid transparent;
  border-image-source: url(/assets/images/common/board_frame.png);
  border-image-slice: 30 fill;
  border-image-repeat: stretch;
  margin-bottom: 20px;
}
.contents.index_top .accordion .content-inner p {
  margin: 10px 0 20px;
}
.contents.index_top .accordion .content-inner p:last-child {
  margin: 20px 0 15px;
}
.contents.index_top .accordion .content-inner p span {
  letter-spacing: 0;
  margin-right: 5px;
}
.contents.index_top .accordion .content.is-open {
  grid-template-rows: 1fr;
}
.contents.index_top .accordion .blue_btn {
  width: 220px;
  margin: 0 auto 45px;
}

.contents.index_top .login,
.contents.index_top .registration {
  text-align: center;
  margin-top: 30px;
}
.contents.index_top .orange_btn {
  width: 280px;
  font-size: 2.0rem;
  font-weight: 800;
  padding: 11px 10px 12px;
  margin: 0 auto;
}
.contents.index_top .registration p {
  font-weight: 600;
  margin-bottom: 5px;
}
.contents.index_top .information_area {
  margin: 50px 0 0 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px 20px;
  border-radius: 10px;
  color: #b4b4b4;
}
.contents.index_top .information_area h2 {
  font-size: 1.3rem;
  font-family: "BIZ UDPMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 5px;
}
.contents.index_top .information_area dl {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 10px;
  border-bottom: 1px solid #848484;
}
.contents.index_top .information_area dl dt,
.contents.index_top .information_area dl dd {
  padding-bottom: 10px;
}
.contents.index_top .information_area dl dt {
  width: 6em;
}
.contents.index_top .information_area dl dd {
  width: calc(100% - 6em);
  white-space: pre-wrap;
}
.contents.index_top .note_area {
  font-size: 1.2rem;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  padding: 15px 0;
  margin: 20px 0;
}
.contents.index_top .note_area p + p {
  margin: 10px 0 0;
}
.contents.index_top .foot_menu {
  font-size: 1.2rem;
}
.contents.index_top .foot_menu li {
  position: relative;
  line-height: 1.5em;
  padding-left: 10px;
  margin-top: 5px;
}
.contents.index_top .foot_menu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #ffffff;
  border-right: 0;
}
.contents.index_top .foot_menu li a {
  color: var(--text-white);
}
.contents.index_top .foot_menu li a:hover {
  text-decoration: underline;
}
.contents.index_top .copyright {
  width: 376px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 15px;
  margin: 26px 0 0 -15px;
}


/*--------------------------------------------------------------------------
   login
---------------------------------------------------------------------------*/
.contents.login #login-form {
  text-align: center;
  margin-top: 20px;
}
.contents.login #login-form .form-group{
  margin-bottom: 15px;
}
.contents.login #login-form label{
  display: block;
  font-size: 1.4rem;
  color: var(--text-white);
  margin-bottom: 5px;
}
.contents.login #login-form input{
  width: 75%;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 1000px;
  padding: 5px 10px;
}
.contents.login #login-form .btn-primary.orange_btn{
  min-width: 180px;
  margin: 20px auto 0;
}
.contents.login .form-footer {
  font-size: 1.2rem;
  color: var(--text-white);
  text-align: center;
  margin-top: 30px;
}
.contents.login .information_area {
  margin: 50px 0 0 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px 20px;
  border-radius: 10px;
  color: #b4b4b4;
}
.contents.login .information_area h2 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px;
}
.contents.login .information_area p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.contents.login .information_area p span {
  display: inline;
  font-weight: 600;
}

/*--------------------------------------------------------------------------
   registration
---------------------------------------------------------------------------*/
.contents.registration .euricia_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px;
  background: 
    url("/assets/images/common/ornaments_top.gif") top center / contain no-repeat,
    url("/assets/images/common/ornaments_bottom.gif") bottom center / contain no-repeat;
  background-size: auto;
  margin-bottom: 30px;
}
.contents.registration .euricia_info .balloon {
    position: relative;
    width: calc(100% - 135px);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6em;
    color:  var(--text-black);
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px;
}
.contents.registration .euricia_info .balloon::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    transform: translate(0,-50%);
}
.contents.registration .euricia_info .balloon p {
    text-align: left;
    white-space: pre-wrap;
}
.contents.registration .euricia_info .balloon p + p {
    margin-top: 5px;
}


.contents.registration #registration-form {
  text-align: center;
  margin-top: 20px;
}
.contents.registration .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.contents.registration #registration-form .form-group{
  margin-bottom: 25px;
}
.contents.registration #registration-form label{
  display: inline-block;
  font-size: 1.4rem;
  color: var(--text-white);
  margin-bottom: 5px;
}
.contents.registration #registration-form input{
  display: block;
  width: 85%;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 1000px;
  margin: 0 auto;
  padding: 5px 10px;
}
.contents.registration #registration-form #username-msg{
  font-weight: 600;
}
.contents.registration #registration-form .gender select{
  display: block;
  width: 85%;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 1000px;
  margin: 0 auto;
  padding: 5px 10px;
}
.contents.registration #registration-form .birth .birth_select_wrap{
  display: block;
}
.contents.registration #registration-form .birth .birth_select_wrap select{
  display: inline-block;
  width: 35%;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 1000px;
  margin-right: 5px;
  padding: 5px 10px;
}
.contents.registration #registration-form .birth .birth_select_wrap select:nth-child(2){
  margin-left: 10px;
}
.contents.registration #registration-form .race .race_select_wrap,
.contents.registration #registration-form .roots .roots_select_wrap{
  display: block;
  position: relative;
}
.contents.registration #registration-form .race .race_select_wrap select,
.contents.registration #registration-form .roots .roots_select_wrap select{
  display: inline-block;
  width: 62%;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 1000px;
  margin-right: 2%;
  padding: 5px 10px;
}
.contents.registration #registration-form .race .race_select_wrap .random-btn,
.contents.registration #registration-form .roots .roots_select_wrap .random-btn{
  position: relative;
  display: inline-block;
  width: 20%;
  font-weight: 600;
  color: #FA7B0A;
  text-align: center;
  background: #ffeba5;
  border: none;
  border-radius: 1000px;
  padding: 5px 10px;
  cursor: pointer;
}
.contents.registration #registration-form .race .race_select_wrap .tooltip-icon::after,
.contents.registration #registration-form .roots .roots_select_wrap .tooltip-icon::after {
  bottom: 2.5em;
  width: 140px;
  transform: translate(-75%, 0);
}
.contents.registration #registration-form .race .race_select_wrap #race-flavor {
  position: relative;
  width: 85%;
  font-family: "BIZ UDPMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #b4b4b4;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  margin: 15px auto 0;
  padding: 7px 5px;
}
.contents.registration #registration-form .race .race_select_wrap #race-flavor::before {
  content: "――";
  letter-spacing: -0.15em;
  margin-right: 0.3em;
  opacity: 0.5;
}
.contents.registration #registration-form .race .race_select_wrap #race-flavor::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid rgba(0, 0, 0, 0.6);;
  border-top: 0;
  position: absolute;
  top: -13px;
  left: 35%;
  transform: translate(-50%,0);
}
.contents.registration #registration-form .traits p {
  width: 85%;
  font-size: 1.4rem;
  color: var(--text-black);
  line-height: 1.5em;
  background: #fff;
  border-radius: 1000px;
  margin: 0 auto;
  padding: 7px 10px;
}
.contents.registration #registration-form .note {
  font-size: 1.2rem;
  margin-top: 30px;
}
.contents.registration #registration-form .note p + p {
  margin-top: 10px;
}
.contents.registration #registration-form button[type="submit"]{
  width: 220px;
  margin: 20px auto 0;
}
.contents.registration .tooltip-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 1.1rem;
  line-height: 15px;
  text-align: center;
  color: var(--text-black);
  background: #fff;
  border-radius: 50%;
  margin-left: 3px;
  cursor: pointer;
}
.contents.registration .tooltip-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 5.5em;
  left: 50%;
  transform: translate(-50%,0);
  width: 280px;
  font-size: 1.1rem;
  color: var(--text-black);
  background-color: #ccc;
  border: 1px solid #333;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.7);
  padding: 8px;
  border-radius: 4px;
  white-space: pre-wrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
}
.contents.registration .tooltip-icon:hover::after,
.contents.registration .tooltip-icon:focus::after {
  visibility: visible;
  opacity: 1;
}
.contents.registration #status-screen h2{
  width: 100%;
  min-height: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffd541;
  line-height: 44px;
  text-align: center;
  background: url(/assets/images/common/h1_ttl.gif) center center no-repeat;
  text-shadow: 0px -2px 0px rgba(6, 0, 1, 1);
  margin-bottom: 15px;
  padding: 0 20px;
}
.contents.registration #status-screen .ornaments {
  padding: 40px 0;
  background: 
    url("/assets/images/common/ornaments_top.gif") top center / contain no-repeat,
    url("/assets/images/common/ornaments_bottom.gif") bottom center / contain no-repeat;
  background-size: auto;
  margin-bottom: 20px;
}
.contents.registration #status-screen .avatar-frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: #f9d5aa;
  border: 2px solid #3c4a58;
  border-radius: 6px;
  padding: 15px;
}
.contents.registration #status-screen .avatar-frame #res-avatar {
  width: 120px;
  height: auto;
}
.contents.registration #status-screen .avatar-frame #res-avatar {
  width: 120px;
  height: auto;
}
.contents.registration #status-screen .avatar-frame .status-card {
  width: calc(100% - 135px);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-black);
}
.contents.registration #status-screen .avatar-frame .status-card .nickname {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid #fcead5;
  margin-top: 0;
  margin-bottom: 7px;
  padding-bottom: 8px;
  line-height: 1.3em;
}
.contents.registration #status-screen .avatar-frame .status-card .nickname span {
  padding-left: 0;
}
.contents.registration #status-screen .avatar-frame .status-card .nickname::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #d4b590;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contents.registration #status-screen .avatar-frame .status-card p {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 5px;
}
.contents.registration #status-screen .avatar-frame .status-card strong {
  position: relative;
  display: block;
  width: 4.3em;
  font-weight: 600;
  color: #7d5a0d;
}
.contents.registration #status-screen .avatar-frame .status-card strong::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.contents.registration #status-screen .avatar-frame .status-card span {
  padding-left: 5px;
  display: block;
  width: calc(100% - 4.3em);
}
.contents.registration #status-screen .account-info {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 1.3rem;
  color: var(--text-black);
}
.contents.registration #status-screen .account-info .ttl {
  display: block;
  text-align: center;
  line-height: 1em;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contents.registration #status-screen .account-info small {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-top: 5px;
}
.contents.registration #status-screen button{
  min-width: 180px;
  margin: 30px auto 0;
}
.contents.registration .is-safe {
  font-size: 0.8em;
  color:  var(--color-green);
}
.contents.registration .is-error {
  font-size: 0.8em;
  color: var(--color-orange);
}

.contents.registration #loading_box h2{
  width: 100%;
  min-height: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffd541;
  line-height: 44px;
  text-align: center;
  background: url(/assets/images/common/h1_ttl.gif) center center no-repeat;
  text-shadow: 0px -2px 0px rgba(6, 0, 1, 1);
  margin-bottom: 15px;
  padding: 0 20px;
}
.contents.registration #loading_box .ornaments {
  padding: 60px 0 40px;
  background: url(/assets/images/common/ornaments_top.gif) top center / contain no-repeat, url(/assets/images/common/ornaments_bottom.gif) bottom center / contain no-repeat;
  background-size: auto;
  text-align: center;
}
.contents.registration #loading_box .floating-box {
  width: 192px;
  height: 187px;
  background: url("/assets/images/common/euricia_dot.png") center / cover no-repeat;
  margin: 0 auto;
  animation: floating 2.5s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.contents.registration #loading_box .floating-shadow {
  width: 82px;
  height: 26px;
  background: url("/assets/images/common/euricia_dot_shadow.png") center / cover no-repeat;
  margin: 0 auto;
  animation: floating_shadow 2.5s ease-in-out infinite;
}
@keyframes floating_shadow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.contents.registration #loading_box p {
  margin-top: 10px;
}

/*--------------------------------------------------------------------------
   term
---------------------------------------------------------------------------*/
.contents.term {
  font-size: 1.2rem;
}
.contents.term h2 {
  width: 100%;
  min-height: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-white);
  line-height: 44px;
  text-align: center;
  background: url(/assets/images/common/h2_ttl.gif) center center no-repeat;
  text-shadow: 0px -2px 0px rgba(36, 16, 15, 1);
  margin: 20px 0 10px;
  padding: 0 30px 5px;
}
.contents.term h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0 10px;
}
.contents.term .privacy_policy {
  margin-top: 40px;
}
.contents.term p {
  margin-top: 10px;
}
.contents.term ul {
  padding-left: 1.5em;
  margin-top: 10px;
}
.contents.term ul li {
  list-style: disc;
  margin-top: 5px;
}
.contents.term ol {
  padding-left: 1.5em;
  margin-top: 10px;
}
.contents.term ol li {
  list-style: auto;
  margin-top: 5px;
}

/*--------------------------------------------------------------------------
   error
---------------------------------------------------------------------------*/
.contents.error {
  position: relative;
}
.contents.error .judgment {
  width: 376px;
  margin-left: -15px;
}
.contents.error h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffd541;
  text-align: center;
  margin: 20px 0 10px 0;
}
.contents.error p {
  line-height: 2em;
  text-align: center;
  margin: 10px 0 0 0;
}
.contents.error .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 376px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 15px;
}

