@charset "UTF-8";
/*layout*/
html {
  text-align: center;
  background: #e2e2e2; }
  @media (min-width: 568px) {
    html {
      font-size: 16px;
      font-size: 1rem; } }

body {
  background: #fff;
  color: #111; }

main {
  font-size: 0.875rem;
  z-index: 0; }

.con {
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 568px) {
    .con {
      padding: 0; } }

header {
  position: relative; }

footer {
  border-top: 1px solid #ccc;
  background: #e2e2e2; }
  footer p {
    text-align: center; }
    footer p img {
      width: 125px; }

footer p img {
  width: 125px; }
  @media (min-width: 568px) {
    footer p img {
      width: 187px; } }

/*-----共通スタイル-----*/
#mainBox h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px; }

.btn {
  width: 90%;
  max-width: 400px;
  margin: 25px auto 0; }

.btn a,
button.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.2;
  min-height: 44px;
  padding: 14px 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .btn a:active,
  button.btn:active {
    opacity: 0.9; }

.btn.rvBtn a,
button.btn.rvBtn {
  background: #fff;
  box-sizing: border-box;
  margin-right: 7px;}

.stList li {
  position: relative;
  box-sizing: border-box;
  padding-left: 12px;
  margin-bottom: 8px; }
  .stList li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff69b4;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -6px; }
  .stList li a {
    display: inline-block;
    padding-bottom: 5px; }

.subList {
  margin: 0 10px; }

.subList li {
  position: relative;
  box-sizing: border-box;
  padding-left: 12px;
  margin-bottom: 5px; }
  .subList li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0; }

.stBox {
  background: #fff;
  padding: 20px; }

.conBox {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 568px) {
    .conBox {
      padding-left: 0;
      padding-right: 0; } }
  .conBox h3 {
    text-align: left;
    font-weight: bold; }

#mainBox p,
.subBox p {
  margin-top: 12px; }

#mainBox h3,
.subBox h3 {
  margin-top: 25px; }

.subBox h2 {
  font-size: 16px;
  font-size: 1rem; }

strong {
  color: #ea0207;
  font-weight: bold; }

.mtS {
  margin-top: 12px !important; }

.mtM {
  margin-top: 25px !important; }

.mt0 {
  margin-top: 0 !important; }

.right {
  text-align: right !important; }

.noscript {
  display: none; }

/*ページの先頭へ----*/
#totop a {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(90deg);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9); }
  #totop a img {
    width: 30px;
    height: 30px;
    margin: 10px; }

/*TOPページ
header----------*/
h1.con {
  padding: 0; }

.top header {
  margin-bottom: 12px; }
  @media (min-width: 568px) {
    .top header {
      min-height: 244px; } }
  .top header nav {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: right; }
    @media (min-width: 568px) {
      .top header nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 44px; } }
  .top header h1 img {
    margin-bottom: 10px; }
    @media (min-width: 568px) {
      .top header h1 img {
        margin-top: 44px; } }

#mainBox {
  background: #f3f3f3;
  padding: 12px 0 25px; }

#mainList {
  margin-top: 12px; }

#mainList.stList li {
  line-height: 1.3em; }
  #mainList.stList li a {
    font-size: 16px;
    font-size: 1rem; }

/*TOPページ
言語切り替え----------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  min-width: 180px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  transform: scale(0.875); }
#lang{
  cursor: pointer
}
@media (min-width: 568px) {
  #langWrap {
    margin-top: 10px; }
}

select::-ms-expand {
  display: none; }

.selectWrap {
  position: relative;
  display: inline-block; }

.selectWrapPC {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0; }

.selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px; }

.selectWrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #999 transparent transparent transparent; }

.selectWrap.selectWrapPC::before {
  right: 70px; }

.selectWrap.selectWrapPC::after {
  right: 84px;
  top: 10px; }

.selectWrap label {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem; }

.selectWrap button[type="submit"] {
  width: 60px;
  height: 30px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem; }

/*------disaster Mode------*/
#disasterBox h2 {
  margin: 12px 0 0;
  background: #ea0000;
  color: #fff !important;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 568px) {
    #disasterBox h2 {
      margin: 25px 0 0; } }
#disasterBox p {
  padding: 0 10px;
  margin-bottom: 25px; }

/*------bottom Page ------*/
.bottom header {
  height: 44px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2; }
  @media (min-width: 568px) {
    .bottom header {
      height: 80px; } }
  .bottom header #headerWrap {
    position: relative; }
    .bottom header #headerWrap h1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      line-height: 44px;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 568px) {
        .bottom header #headerWrap h1 {
          line-height: 80px;
          font-size: 1.375rem; } }
    .bottom header #headerWrap p {
      position: absolute;
      top: 0;
      left: 0;
      width: 44px;
      height: 44px;
      z-index: 2; }
      @media (min-width: 568px) {
        .bottom header #headerWrap p {
          top: 15px;
          width: 80px;
          height: 80px; } }
      .bottom header #headerWrap p a {
        display: block;
        width: 44px;
        height: 44px;
        padding: 7px; }
        .bottom header #headerWrap p a img {
          width: 30px; }

.bottom #mainBox {
  padding-top: 44px; }
  @media (min-width: 568px) {
    .bottom #mainBox {
      padding-top: 80px; } }

.bottom #mainBox h1{
		padding: 30px 0 10px;
      font-size: 18px;
      font-size: 1.125rem;
}

.bottom.sent h2.titleImg {
  padding-top: 44px; }
  @media (min-width: 568px) {
    .bottom.sent h2.titleImg {
      padding-top: 80px; } }

.bottom.sent h2.titleImg.con {
  padding-left: 0;
  padding-right: 0; }

.bottom.sent #mainBox {
  padding-top: 0; }
  @media (min-width: 568px) {
    .bottom.sent #mainBox {
      padding-top: 0; } }
  .bottom.sent #mainBox h2 {
    margin-top: 0;
    padding-top: 12px; }

/*conditions----------*/
/*sns----------*/
.snsBox {
  margin: 12px 0;
  padding: 0; }
  .snsBox h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 12px; }
  .snsBox li {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 6px 0; }
    @media (min-width: 568px) {
      .snsBox li {
        float: left;
        width: 280px; }
        .snsBox li:nth-child(odd) {
          margin-right: 20px; } }
    .snsBox li a {
      display: table;
      width: 100%;
      color: #555;
      background: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none; }
      .snsBox li a .snsIcon {
        display: table-cell;
        width: 44px;
        height: 44px;
        vertical-align: middle; }
      .snsBox li a .snsName {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 12px; }
      .snsBox li a .snsName.txtLink {
        text-decoration: underline; }
      .snsBox li a .snsName.daccount {
        font-size: 14px;
        font-size: 0.875rem; }
      .snsBox li a .fullBtn {
        border-radius: 6px; }
    .snsBox li .line {
      background: #00C300;
      color: #fff;
      border: none; }
      .snsBox li .line .snsIcon img {
        border-radius: 6px 0 0 6px; }
      .snsBox li .line:hover {
        background: #00E000; }
      .snsBox li .line:active {
        background: #00B300; }
  .snsBox .snsPanelBtn {
    float: none;
    width: 100%; }
    @media (min-width: 568px) {
      .snsBox .snsPanelBtn {
        float: left;
        width: 280px; } }
    .snsBox .snsPanelBtn #snsPanel {
      padding: 0 12px;
      margin: 0 auto; }
      .snsBox .snsPanelBtn #snsPanel a {
        text-decoration: none;
        box-shadow: none;
        background: transparent; }
        .snsBox .snsPanelBtn #snsPanel a:hover {
          text-decoration: underline; }
        @media (min-width: 568px) {
          .snsBox .snsPanelBtn #snsPanel a {
            text-align: center;
            padding: 12px; } }

/*mail input----------*/
.inputBlock {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 10px; }
  .inputBlock h2 {
    margin-top: 0 !important; }

.inputBlock {
  width: 100%; }

.inputBox {
  display: block;
  width: 73%;
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0 6px;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 44px;
  height: 44px;
  border: none;
  outline: 0;
  border-radius: 6px;
  background: #fffef0; }

input::placeholder {
  color: #444;
  font-size: 14px;
  font-size: 0.875rem; }

#mainBox .inputBtn {
  display: block;
  float: right;
  width: 25%;
  min-width: 60px;
  margin: 0; }
  #mainBox .inputBtn a {
    box-shadow: none; }

.mailH {
  display: block;
  margin-bottom: 7px;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  text-align: left; }
  .mailH::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjkuOSw1LjhIMi4xQzEuNiw1LjgsMSw2LDAuNiw2LjRDMC4yLDYuOCwwLDcuMywwLDcuOHYxNi4zYzAsMS4xLDAuOSwyLDIuMSwyaDI3LjhjMS4yLDAsMi4xLTAuOSwyLjEtMlY3LjgNCglDMzIsNi43LDMxLjEsNS44LDI5LjksNS44eiBNMi40LDkuMWwxMy4xLDguMWMwLjEsMC4xLDAuMiwwLjEsMC4zLDAuMWMwLjEsMCwwLjIsMCwwLjMtMC4xbDEzLjYtOC40djE1LjFIMi40VjkuMXogTTE1LjgsMTQuNg0KCUw1LjIsOC4xaDIxLjJMMTUuOCwxNC42eiIvPg0KPC9zdmc+DQo=);
    background-size: 24px 15px;
    background-position: left  center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 5px;
    border-radius: 50%; }

.mailButton {
  display: table-cell;
  width: 44px;
  height: 44px;
  vertical-align: middle; }
  .mailButton::before {
    content: '';
    display: table-cell;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 6px;
    left: 6px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjkuOSw1LjhIMi4xQzEuNiw1LjgsMSw2LDAuNiw2LjRDMC4yLDYuOCwwLDcuMywwLDcuOHYxNi4zYzAsMS4xLDAuOSwyLDIuMSwyaDI3LjhjMS4yLDAsMi4xLTAuOSwyLjEtMlY3LjgNCglDMzIsNi43LDMxLjEsNS44LDI5LjksNS44eiBNMi40LDkuMWwxMy4xLDguMWMwLjEsMC4xLDAuMiwwLjEsMC4zLDAuMWMwLjEsMCwwLjIsMCwwLjMtMC4xbDEzLjYtOC40djE1LjFIMi40VjkuMXogTTE1LjgsMTQuNg0KCUw1LjIsOC4xaDIxLjJMMTUuOCwxNC42eiIvPg0KPC9zdmc+DQo=);
    background-size: 32px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%; }

#mainBox .mailCap {
  margin-top: 20px;
  position: relative;
  padding: 20px;
  background: #fff; }
  #mainBox .mailCap h2 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem; }
  #mainBox .mailCap h3 {
    text-align: left; }

.agreeBox {
  background: #fff;
  padding: 10px 10px 20px;
  margin: 12px 0;
  border-radius: 6px; }
  .agreeBox p {
    text-align: center;
    font-weight: bold; }

#mailCheck {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: #0068b7;
  padding: 10px;
  background: #eee;
  margin-top: 10px;
  border-radius: 5px; }

#mailSubmitBox button.btn {
  width: 45%;
  display: inline-block;
  max-width: 150px;
  margin-top: 12px;
  box-shadow: none;
  height: 46px; }
#mailSubmitBox button.btn.submitError {
  background: #333; }

#mailLoadBox {
  position: absolute;
  width: calc(100% - 40px);
  box-sizing: border-box;
  text-align: center;
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  #mailLoadBox p {
    text-align: center;
    font-size: 16px;
    font-size: 1rem; }

/*comp----------*/
.comp {
  position: relative;
  background: #f3f3f3;
  height: 100%;
  overflow: hidden; }

.comp main {
  height: 9999px; }

.comp footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: auto; }

.compBox {
  height: 100%;
  overflow: hidden; }
  .compBox h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 25px; }
  .compBox p {
    text-align: center; }

/*tos----------*/
.tos.con {
  max-width: 960px; }

.tos div,
.tos p {
  text-align: left;
  line-height: 1.4; }

.tos h2 {
  margin-top: 25px; }

#mainBox .tos h3,
#mainBox .tos h4 {
  text-align: left;
  margin: 15px 0 5px;
  font-weight: bold; }

.bottom header #headerWrap .tosMenu {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  z-index: 3; }
  @media (min-width: 568px) {
    .bottom header #headerWrap .tosMenu {
      top: 15px;
      width: 80px;
      height: 80px; } }
  .bottom header #headerWrap .tosMenu a {
    display: block;
    width: 44px;
    height: 44px;
    padding: 7px; }
    .bottom header #headerWrap .tosMenu a img {
      width: 30px; }

.tosNav {
  position: absolute;
  width: 100%;
  z-index: 4;
  top: 44px;
  right: 0;
  background: #fff;
  text-align: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 568px) {
    .tosNav {
      top: 80px; } }

.tosNav li {
  display: inline-block;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem; }

.tos ol {
  padding-left: 24px;
  margin-top: 10px; }
  .tos ol > li {
    padding-left: 0;
    margin-bottom: 5px;
    list-style: decimal;
    list-style-position: outside; }
    .tos ol > li > ul {
      margin-top: 12px; }
    .tos ol > li > ol > li {
      list-style-type: katakana; }

.tos .capLink {
  color: #ea0207;
  font-weight: bold; }
  .tos .capLink a {
    color: #ea0207; }

/*errorBox----------*/
.errorBox {
  margin-top: 25px;
  margin-bottom: 25px; }

/*modal*/
.modalBack {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; }

.modalOn {
  visibility: hidden; }

#mailCheckBox {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  box-sizing: border-box;
  max-width: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*rippleEffect----------*/
/* クリックできる要素 */
.ripple {
  overflow: hidden;
  position: relative;
  cursor:pointer
}

/* エフェクト要素 */
.ripple__effect {
  /* 値の変更はエフェクト形体・サイズ・スピードに影響する */
  width: 150px;
  height: 150px;
  /* 必須 */
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0);
  opacity: 0; }

/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
  animation: ripple 0.75s ease-out; }

/* アニメーションの定義 */
@keyframes ripple {
  from {
    opacity: 0.5; }
  to {
    transform: scale(2);
    opacity: 0; } }
.sugg {
  color: #ccc !important; }

/*loadingアニメ-------------*/

.load {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1.0);
  position: fixed; /* fixed or absoluteで位置を絶対指定することで、他のブロック要素と重ねて表示できる。fixedは位置の基準は親要素ではなく「ウィンドウ全体」*/
	top: 0;
	left: 0;
  z-index: 20000; /* 一番前のレイヤーとして表示されるために */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  /* 見やすいように少しだけ上に配置調整 */
  /* padding-bottom: 30vh; */
}

#loading {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f3f3f3;
  z-index: 999; }

#main-contents {
  text-align: center;
  margin-top: 20%; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
.loader-inner {
  opacity: 0.5; }

.loadingP {
  margin-top: 25px; }


.line-scale-pulse-out > div {
  width: 2px;
  height: 25px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important; }

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important; }

.eac-cval {
  top: 0;
  left: 0; }



/*additional*/
.Reconnection {
  text-align: left;
}
.Reconnection p {
  text-align: left;
}

.totop {
    opacity: 0.0;
    transition: all 0.5s;
}

#first{
  cursor: pointer;
}

/* モーダル用 */
.Overlay-base {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(13, 13, 13);
  z-index: 999;
  opacity: 0;
  transition-property: background-color, opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
.Overlay-after {
  opacity: 1;
}
.Overlay-close {
  opacity: 0;
}
.Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}
.Modal {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  box-sizing: border-box;
  max-width: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.selectLanguageLabel {
  width: 32px;
  height: 32px;
}

/* バナーの隙間の調整 */
ul.bnrList li {
  padding-top: 4pt;
  padding-bottom: 4pt;
}