@charset "UTF-8";
@import url("global.css");
.toparea {
  height: 600px;
  background: #000 url("../premium-login/images/topbg.jpg") no-repeat center center;
  background-size: auto 100%;
  margin-bottom: -50px;
}
.toparea .title {
  text-align: center;
  padding-top: 95px;
}
.toparea .title span {
  display: block;
}
.toparea .title .sub {
  position: relative;
  box-sizing: border-box;
  padding: 75px 0 0 2px;
  margin-bottom: 20px;
}
.toparea .title .sub i {
  color: #fff;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.toparea .title .sub::before {
  content: "";
  width: 490px;
  height: 104px;
  background: url("../premium-login/images/premium.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  opacity: .5;
}
.toparea .title strong {
  display: block;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}
.toparea .title .en {
  font-size: 26px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #EDCC88;
}

.maincontents {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 10px 0;
  text-align: center;
}
.maincontents > p:not([class]) {
  display: inline-block;
  text-align: left;
}
.maincontents .way {
  margin: 60px 10px 90px;
}
.maincontents .way .title {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.4;
}
.maincontents .way .title span {
  display: block;
}
.maincontents .way .title .jp {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 32px;
}
.maincontents .way .title .en {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
}
.maincontents .way .title::before, .maincontents .way .title::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #575757;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.maincontents .way .title::before {
  right: 50%;
  margin-right: 110px;
}
.maincontents .way .title::after {
  left: 50%;
  margin-left: 110px;
}
.maincontents .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.maincontents .main .image {
  width: 47%;
  height: 300px;
  flex-shrink: 0;
}
.maincontents .main .text {
  width: 47%;
}
.maincontents .main .text p + p {
  margin-top: 20px;
}
.maincontents .main .text a {
  text-decoration: underline;
  color: #575757;
}

.h {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.h span {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
}

.loginbox {
  text-align: center;
  border: #e7e7e7 2px solid;
  border-radius: 10px;
  padding: 1px 50px 40px;
}
.loginbox .h {
  margin: -25px 0 35px;
}
.loginbox .button {
  margin: 0 auto;
  max-width: 800px;
}
.loginbox .button a {
  display: block;
  padding: 20px;
  background-color: #575757;
  border-radius: 5px;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 1;
}
.loginbox .button a::after {
  content: "\f090";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -15px;
}
.loginbox .button a span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.loginbox .sub {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

.new {
  margin-top: 70px;
}
.new .h {
  margin-bottom: 40px;
  position: relative;
}
.new .h::after {
  content: "\f13a";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 50px;
  position: absolute;
  letter-spacing: 0;
  line-height: 1;
  bottom: -70px;
  color: #575757;
  left: 0;
  right: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .toparea {
    height: 480px;
    margin-bottom: -40px;
  }
  .toparea .title {
    padding-top: 75px;
  }
  .toparea .title .sub {
    padding: 65px 0 0 2px;
    margin-bottom: 20px;
  }
  .toparea .title .sub::before {
    width: 400px;
    height: 86px;
  }
  .toparea .title strong {
    font-size: 40px;
  }

  .maincontents {
    padding: 50px 0 0;
  }
  .maincontents > p:not([class]) {
    margin: 0 5vw;
  }
  .maincontents .way {
    margin: 50px 0 90px;
  }
  .maincontents .way .title .jp {
    font-size: 28px;
  }
  .maincontents .way .title::before {
    margin-right: 100px;
  }
  .maincontents .way .title::after {
    margin-left: 100px;
  }
  .maincontents .main {
    margin-left: -6vw;
  }

  .loginbox {
    padding: 1px 40px 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .toparea {
    height: 300px;
    margin-bottom: -30px;
  }
  .toparea .title {
    padding-top: 40px;
  }
  .toparea .title .sub {
    padding: 48px 0 0 2px;
    margin-bottom: 10px;
  }
  .toparea .title .sub i {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .toparea .title .sub::before {
    width: 280px;
    height: 65px;
  }
  .toparea .title strong {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .toparea .title .en {
    font-size: 20px;
  }

  .maincontents {
    padding: 40px 0 0;
  }
  .maincontents .way {
    margin: 40px 0 60px;
  }
  .maincontents .way .title {
    margin-bottom: 25px;
  }
  .maincontents .way .title .jp {
    font-size: 21px;
  }
  .maincontents .way .title::before, .maincontents .way .title::after {
    width: 50px;
    margin-top: -3px;
  }
  .maincontents .way .title::before {
    margin-right: 70px;
  }
  .maincontents .way .title::after {
    margin-left: 70px;
  }
  .maincontents .main {
    display: block;
    margin: 0;
  }
  .maincontents .main .image {
    width: auto;
    height: 180px;
    margin: 0 -5vw 30px;
  }
  .maincontents .main .text {
    width: auto;
  }

  .h {
    font-size: 19px;
    letter-spacing: 0;
  }
  .h span {
    padding: 0 20px;
  }

  .loginbox {
    padding: 1px 25px 20px;
  }
  .loginbox .h {
    margin: -20px 0 20px;
  }
  .loginbox .button a {
    padding: 15px;
    font-size: 15px;
  }
  .loginbox .button a::after {
    font-size: 24px;
    right: 20px;
    margin-top: -12px;
  }
  .loginbox .button a span {
    margin-top: 5px;
    font-size: 14px;
  }
  .loginbox .sub {
    font-size: 12px;
  }

  .new {
    margin-top: 40px;
  }
  .new .h {
    margin-bottom: 35px;
  }
  .new .h::after {
    font-size: 40px;
    bottom: -55px;
  }

  #formarea .formtitle span.jp {
    font-size: 18px;
  }
}
