@charset "UTF-8";
@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
  .is_pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .is_pc {
    display: block;
  }
  .is_sp {
    display: none;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --blue: #21396c;
  --blue-btn: #485c84;
  --blune-btn-disabled: #7587aa;
  --blue-grand1: #001f63;
  --blue-grand2: #345497;
  --gold-grand1: #e3bf6f;
  --gold-grand2: #e7cd9e;
  --gold: #d2a860;
  --rank-silver: #707475;
  --rank-gold: #b18c35;
  --rank-platinum: #345685;
  --pink: #FA3257;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
  .is_pc {
    display: none;
  }
}
.p-tank {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4fafc), color-stop(21.5%, #7190c2));
  background: linear-gradient(#f4fafc 0%, #7190c2 21.5%);
}
.p-tank--alert {
  padding: 1em;
  color: var(--white);
  text-align: center;
  background-color: #E00;
}
.p-tank--info {
  padding: 1em;
  text-align: center;
  background-color: #FFE100;
}
.p-tank .c-button {
  line-height: 1;
}
.p-tank .c-button.c-button--login {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-tank .c-button.c-button--login {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.p-tank .c-button.c-button--login span {
  grid-row: 1;
  grid-column: 1;
}
.p-tank .c-button.c-button--login small {
  grid-row: 2;
  grid-column: 1/-1;
}
.p-tank .c-button--blue {
  padding: 1.4rem 1.5rem 1.4rem 1rem;
  color: var(--white);
  background-color: var(--blue);
}
.p-tank .c-button--blue::after {
  width: 14px;
  height: 9px;
  background-image: url("/premium/img/c-button/arrow-down-w.png");
  background-size: contain;
}
.p-tank .c-button span {
  white-space: nowrap;
}
.p-tank .c-button small {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.p-tank-heading {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 0;
  padding-top: max(750px, min(58.59375%, 750px));
  margin: auto;
  background: url("/premium/eopoint/tank/img/kv-ver2.png") no-repeat 50% 0/auto 100%;
}
@media screen and (max-width: 768px) {
  .p-tank-heading {
    /*padding-top: 179.4871794872%;*/
    padding-top: 170%;
    background-image: url("/premium/eopoint/tank/img/kv_sp-ver2.png");
    background-size: cover;
  }
}
.p-tank-heading--kv_copy {
  position: absolute;
  top: 77.3333333333%;
  left: 50%;
  width: 100%;
  max-width: 1280px;
  font-size: 1.125rem;
  font-weight: normal;
  color: var(--white);
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-heading--kv_copy {
    /*top: 61.4285714286%;*/
    top: 65%;
    width: 97.4358974359%;
    font-size: 1rem;
  }
}
.p-tank-heading--btns {
  position: absolute;
  top: 84%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-heading--btns {
    /*top: 70.8571428571%;*/
    top: 75%;
    max-width: 320px;
  }
}
.p-tank-heading--btns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p-tank-heading--btns-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-tank-heading--btns-items {
  width: 50%;
  max-width: 488px;
}
@media screen and (max-width: 768px) {
  .p-tank-heading--btns-items {
    width: 100%;
    max-width: 320px;
  }
}
.p-tank .l-section {
  padding-top: min(7.8125%, 100px);
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  .p-tank .l-section {
    padding-top: min(13.3333333333%, 52px);
  }
}
.p-tank .l-section__container {
  max-width: 1000px;
}
.p-tank-about {
  background: url("/premium/eopoint/tank/img/about-bg.png") no-repeat 96.40625% top/min(32.1875%, 412px) auto;
}
@media screen and (max-width: 768px) {
  .p-tank-about {
    padding-bottom: 0;
    background-image: url("/premium/eopoint/tank/img/about-bg-sp.png");
    background-position: 100% min((800 - 26.4102564103) / (2900 - 300) * 100%, 380px);
    background-size: min(82.0512820513%, 320px) auto;
  }
}
.p-tank-about--ttl {
  margin-left: 2rem;
  color: var(--white);
  text-indent: -2rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 1080px) {
  .p-tank-about--ttl {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-tank-about--ttl {
    padding-left: min(2.5641025641%, 10px);
  }
}
.p-tank-about--ttl::before {
  display: inline-block;
  width: 30px;
  height: 60px;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
  background: url("/premium/eopoint/tank/img/ttl-deco.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .p-tank-about--ttl::before {
    width: 15px;
    height: 30px;
    margin-top: -4px;
  }
}
.p-tank-about--desc {
  max-width: 620px;
  padding: 20px 0 50px;
  margin-left: 60px;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-tank-about--desc {
    min-height: 440px;
    padding: 20px min(2.5641025641%, 10px) 0;
    margin-left: auto;
  }
}
.p-tank-about p {
  margin-bottom: 1em;
}
.p-tank-about p small {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  font-size: 0.8em;
}
.p-tank-about p small::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 2px;
  margin-left: -1em;
  content: "※";
}
.p-tank-past {
  padding-bottom: 80px;
}
.p-tank-past--ttl {
  margin-left: 2rem;
  color: var(--white);
  text-indent: -2rem;
}
.p-tank-past--ttl::before {
  display: inline-block;
  width: 30px;
  height: 60px;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
  background: url("/premium/eopoint/tank/img/ttl-deco.png") no-repeat 50% 0/contain;
}
@media screen and (max-width: 768px) {
  .p-tank-past--ttl::before {
    width: 15px;
    height: 30px;
    margin-top: -4px;
  }
}
.p-tank-past .past_result-acc {
  /* トグルボタン */
  /* 最初は閉じておく */
  /* dt が open クラスを持つとき dd を表示 */
}
.p-tank-past .past_result-acc dt,
.p-tank-past .past_result-acc dd {
  padding: 0;
  margin: 0;
  background-color: var(--white);
}
.p-tank-past .past_result-acc dt {
  padding: 20px 30px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc dt {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.p-tank-past .past_result-acc dd {
  margin-top: -40px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc dd {
    margin-top: -20px;
    border-radius: 0 0 10px 10px;
  }
}
.p-tank-past .past_result-acc-header {
  position: relative;
  /* dt.open のときは「−」表示 */
}
.p-tank-past .past_result-acc-header .toggle {
  position: absolute;
  top: calc(50% - 25px);
  right: 3%;
  width: 50px;
  font-size: 1.2em;
  line-height: 50px;
  cursor: pointer;
  background: var(--blue);
  border: none;
  border-radius: 50%;
}
.p-tank-past .past_result-acc-header .toggle::before {
  font-weight: bold;
  color: var(--white);
  content: attr(data-sign);
}
.p-tank-past .past_result-acc-header.open .toggle {
  content: "-";
}
.p-tank-past .past_result-acc-header .date {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc-header .date {
    font-size: 14px;
  }
}
.p-tank-past .past_result-acc-header .stage-icon {
  display: inline-block;
  width: 260px;
  vertical-align: middle;
}
@media print, screen and (min-width: 1080px) {
  .p-tank-past .past_result-acc-header .stage-icon {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc-header .stage-icon {
    width: 240px;
  }
}
.p-tank-past .past_result-acc-body {
  display: none;
  /* 条件リスト */
}
.p-tank-past .past_result-acc-body .note {
  position: relative;
  z-index: 2;
  margin-top: 1em;
  font-size: 95%;
  font-size: 14px;
}
.p-tank-past .past_result-acc-body .conditions {
  padding: 1em 0;
  margin: 1em 0 0;
  font-size: 95%;
  font-weight: bold;
  color: gray;
  list-style: none;
  border: solid 1px var(--blune-btn-disabled);
}
.p-tank-past .past_result-acc-body .condition {
  position: relative;
  padding-left: 60px;
  font-size: 14px;
  /* 未達成アイコン */
  /* 達成したステージには .achieved を付与してアイコンを切り替え */
}
.p-tank-past .past_result-acc-body .condition:not(:last-of-type) {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc-body .condition:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
}
.p-tank-past .past_result-acc-body .condition::before {
  position: absolute;
  top: 0;
  left: 6px;
  display: inline-block;
  width: 50px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.p-tank-past .past_result-acc-body .condition.achieved {
  font-weight: bold;
  color: var(--pink);
}
.p-tank-past .past_result-acc-body .condition.achieved::before {
  background-image: url("/premium/eopoint/tank/img/icon-done.png");
}
.p-tank-past .past_result-acc .past_result-acc-header.open + .past_result-acc-body {
  display: block;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-tank-past .past_result-acc .past_result-acc-header.open + .past_result-acc-body {
    padding: 10px 15px 20px;
  }
}
.p-tank-result {
  width: 1000px;
  max-width: 90vw;
  padding-top: min(8.2684824903%, 85px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-tank-result {
    padding-top: max(12.0512820513%, 47px);
    margin-top: max(6.771860618%, 300px);
  }
}
.p-tank-result .result-bg {
  position: relative;
  width: 100%;
  max-width: 880px;
  height: 0;
  padding-top: max(min(100vh, 1525px), 152.5%);
  margin: auto;
  background: url("/premium/eopoint/tank/img/result-ver3.png") no-repeat 50% 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .p-tank-result .result-bg {
    padding-top: 448.6111111111%;
    background-image: url("/premium/eopoint/tank/img/result-sp-ver3.png");
  }
}
.p-tank-result .result--ttl {
  position: absolute;
  top: 10.1639344262%;
  left: 50%;
  width: 90%;
  font-size: min(2.5vw, 26px);
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: var(--black);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-tank-result .result--ttl::before, .p-tank-result .result--ttl::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--black);
}
.p-tank-result .result--ttl::before {
  margin-bottom: 8px;
}
.p-tank-result .result--ttl::after {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-tank-result .result--ttl {
    top: 8.0495356037%;
    width: 95%;
    font-size: min(max(90%, 16px), 18px);
  }
  .p-tank-result .result--ttl::before, .p-tank-result .result--ttl::after {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-tank-result .result--ttl p {
  margin-bottom: auto;
}
.p-tank-result .result--ttl-sub {
  position: absolute;
  top: 15.4098360656%;
  width: 880px;
  margin-left: 50%;
  font-size: 0.85rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-result .result--ttl-sub {
    top: 12.693498452%;
    width: 90%;
    text-align: left;
  }
}
.p-tank-result .result--ttl-sub p {
  position: relative;
  width: 90%;
  max-width: 700px;
  padding-left: 1rem;
  margin: auto;
  text-indent: -0.5em;
  letter-spacing: -0.5px;
}
.p-tank-result .result--ttl-sub p::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "※";
}
.p-tank-result .result--point {
  position: absolute;
  top: 43.2786885246%;
  width: 90%;
  max-width: 880px;
  margin-left: 50%;
  font-size: 0.88rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-result .result--point {
    top: 39.0092879257%;
    width: 95%;
  }
}
.p-tank-result .result--point-inner {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--blue);
}
.p-tank-result .result--point-inner span {
  display: inline-block;
  line-height: 1.2;
  color: var(--pink);
}
.p-tank-result .result--point-inner span strong {
  font-size: 3.4rem;
}
.p-tank-result .result--point-inner small {
  display: inline-block;
  margin-top: -2px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
  color: var(--black);
}
.p-tank-result .result--point-inner small a:not(:hover) {
  text-decoration: underline;
}
.p-tank-result .result--tankstep {
  position: absolute;
  top: 52.131147541%;
  left: 50%;
  width: 80%;
  max-width: 690px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-result .result--tankstep {
    top: 52.6315789474%;
    width: 100%;
    max-width: 77.1428571429%;
  }
}
.p-tank-result .result--tankstep picture, .p-tank-result .result--tankstep img {
  width: 100%;
}
.p-tank-result .result--btn {
  position: absolute;
  top: 90.4918032787%;
  width: 488px;
  margin-left: 50%;
  font-size: 0.88rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-tank-result .result--btn {
    top: 92.8792569659%;
    width: 320px;
  }
}
.p-tank-result .result--btn-inner {
  max-width: 488px;
  line-height: 1;
}
.p-tank-result .result--btn-inner .c-button--login {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  padding: 1rem 2rem;
}
.p-tank-result .result--btn-inner .c-button--login span {
  grid-row: 1;
  grid-column: 1;
  white-space: nowrap;
}
.p-tank-result .result--btn-inner .c-button--login small {
  display: block;
  grid-row: 2;
  grid-column: 1/-1;
  font-size: 80%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
  .is_pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .is_pc {
    display: block;
  }
  .is_sp {
    display: none;
  }
}
.result--done {
  position: absolute;
  top: 7.868852459%;
  left: 50%;
  width: 90%;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--pink);
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .result--done {
    top: 6.5015479876%;
    width: 96%;
    font-size: 1rem;
  }
}

.p-tank-result {
  margin-bottom: -15%;
}
@media screen and (max-width: 768px) {
  .p-tank-result {
    margin-bottom: -20%;
  }
}
.p-tank-result .result-bg {
  background-image: url("/premium/eopoint/tank/img/result-ver3-done.png");
}
@media screen and (max-width: 768px) {
  .p-tank-result .result-bg {
    background-image: url("/premium/eopoint/tank/img/result-sp-ver3-done.png");
  }
}
.p-tank-outline {
  max-width: 880px;
  margin-inline: auto;
}
.p-tank-outline__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2.0vw;
  height: 25.641vw;
  background-image: url("/premium/eopoint/tank/img/outline-head-sp.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
.p-tank-outline__body {
  padding: 20px 10px;
  border-radius: 0 0 12px 12px;
  background: #fff;
}
.p-tank-outline__lead {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.p-tank-outline__lead .ex {
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #FA3257;
}
.p-tank-outline__bnr {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-tank-outline__bnr {
    margin-inline: -10px -12px;
  }
}
.p-tank-outline-status {
  position: absolute;
  width: 100%;
  top: 56%;
  text-align: center;
}
.p-tank-outline-status p {
  margin: 0;
}
.p-tank-outline-status__head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  gap: 10px;
}
.p-tank-outline-status__title {
  color: #21396C;
  font-size: 20px;
  font-weight: 900;
}
.p-tank-outline-status__price {
  color: #FA3257;
  font-size: 48px;
  font-weight: 900;
}
.p-tank-outline-status__price ._unit {
  font-size: 24px;
}
.p-tank-outline-status__body {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
.p-tank-outline-status__body a {
  color: #00F;
  text-decoration: underline;
}
.p-tank-outline-status__body a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-tank-outline-status {
    top: 16.5%;
  }
  .p-tank-outline-status__head {
    gap: 10px;
    padding-right: 10px;
  }
  .p-tank-outline-status__title {
    font-size: 16px;
  }
  .p-tank-outline-status__price {
    font-size: 32px;
  }
  .p-tank-outline-status__price ._unit {
    font-size: 16px;
  }
  .p-tank-outline-status__body {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-tank-outline__sub {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #21396C;
  text-align: center;
  font-size: 24px;
}
.p-tank-outline__sub span {
  padding: 0 0.5em;
}
.p-tank-outline__sub:before,
.p-tank-outline__sub:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
  border-top: 1px solid #21396C;
}
.p-tank-outline__detail {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-tank-outline__detail dt {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  font-size: 16px;
  color: #21396c;
}
.p-tank-outline__detail dt:before {
  position: absolute;
  left: 0;
  content: "⚫︎";
}
.p-tank-outline__detail dd {
  margin-top: 0.2em;
  font-size: 16px;
  line-height: 1.7;
}
.p-tank-outline__detail dd .ex {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-tank-outline__detail a {
  text-decoration: underline;
}
.p-tank-outline__detail a:hover {
  text-decoration: none;
}
.p-tank-outline__login {
  margin-top: 30px;
  display: grid;
  justify-items: center;
}
.p-tank-outline__login .c-button {
  width: 100%;
  text-align: center;
  max-width: clamp(20rem, 15.3988764045rem + 18.8764044944vw, 30.5rem);
}
@media screen and (min-width: 768px) {
  .p-tank-outline__head {
    padding-bottom: 6px;
    height: 100px;
    background-image: url("/premium/eopoint/tank/img/outline-head.png");
    font-size: 20px;
  }
  .p-tank-outline__body {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-tank-outline__head {
    padding-bottom: 20px;
    height: 100px;
    font-size: 28px;
  }
  .p-tank-outline__body {
    padding: 30px 40px;
  }
  .p-tank-outline__login {}
}