@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');

/* ============================================================================

  Offcial APP Renewal styles 2026

============================================================================ */
:root {
  --black: #000000;
  --white: #ffffff;
  --red: #B81C29;
  --orange: #EB634C;
  --gold: #BB9200;
  --navy: #053D69;
  --yellow: #FABE00;
}

body {
  min-width: 1096px;
  font-family: "Noto Sans JP", sans-serif;
}

.renewal .inner {
  min-width: initial;
  width: calc(1096px - 190px);
}

.sp { display: none; }

@media screen and (max-width:768px) {
  body { min-width: initial; }
  .renewal .inner { width: calc(690 / 750 * 100%); }
  .pc { display: none; }
  .sp { display: inherit; }
}

/*
  Page Header
============================================================================ */
.page-header {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
}
.page-header p {
  margin: 0 0 30px;
}
.page-header p img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.page-heading { background-color: var(--red); }
.page-heading .inner {
  position: relative;
  padding: 35px 0;
}
.page-heading .inner h1 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.page-heading .inner figure {
  position: absolute;
  top: -115px;
  right: 15px;
  width: 302px;
}
.page-heading .inner figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 320 / 491;
}

@media screen and (max-width:768px) {
  .page-header { padding: calc(25 / 750 * 100vw) 0 0; }
  .page-header p { width: calc(379 / 750 * 100vw); }
  .page-heading .inner { padding: calc(50 / 750 * 100vw) 0; }
  .page-heading .inner h1 { width: calc(364 / 750 * 100vw); }
  .page-heading .inner figure {
    top: calc(107 / 750 * 100vw * -1);
    right: 0;
    width: calc(312 / 750 * 100vw);
  }
}

/*
  Contents
============================================================================ */
#contents {
  position: relative;
  z-index: 0;
  max-width: 1096px;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-color: var(--white);
}
#contents::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/2026/stripe_bg.png) repeat-y center / contain;
  opacity: .6;
}
#contents .inner {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

@media screen and (max-width:768px) {
  #contents { padding: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw); }
  #contents::before { content: none; }
}

/* Attention
---------------------------------------------------------------------------- */
.attention {
  border: solid 1px #db7868;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 0 0 20px;
}
.attention h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--red);
  margin: 0 0 .5em;
}
.attention p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(32 / 18);
}
.attention a {
  width: 180px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  display: block;
  border-radius: 9px;
  background-color: var(--red);
  text-decoration: none;
  margin: 25px auto 0;
  transition: opacity .3s;
}
.attention a:hover { opacity: .7; }

@media screen and (max-width:768px) {
  .attention { border-width: 2px; }
  .attention h3 {
    font-size: calc(34 / 750 * 100vw);
    line-height: calc(53 / 34);
  }
  .attention p {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(40 / 28);
  }
  .attention a {
    width: calc(280 / 750 * 100vw);
    line-height: calc(56 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

/* Page Title
---------------------------------------------------------------------------- */
.page-ttl { width: 100%; }
.page-ttl .inner { width: 100%; }
.page-ttl img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .page-ttl .inner { width: calc(690 / 750 * 100%); }
}


/* Point
---------------------------------------------------------------------------- */
.point-unit { margin: 55px 0 0; }
.point-unit h3 {
  position: relative;
  width: fit-content;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 45px;
  font-size: 4.5rem;
  color: #279143;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto 40px;
}
/*
.point-unit h3::before, .point-unit h3::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 134px;
  display: inline-block;
  background-color: #279143;
}
.point-unit h3::before {
  left: -1.75em;
  transform: rotate(-29deg);
  transform-origin: 0 0;
}
.point-unit h3::after {
  right: -1.5em;
  transform: rotate(29deg);
  transform-origin: 0 0;
}
*/
.point-unit h3 { width: 548px; }
.point-unit h3 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.point-item {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border-style: solid;
  border-width: 7px;
  padding: 100px 55px 50px;
  box-sizing: border-box;
  margin: 0 0 65px;
}
.point-item.pi01 { border-color: var(--orange); }
.point-item.pi02 { border-color: var(--gold); }
.point-item.pi03 { border-color: var(--navy); }

.point-item-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  color: var(--white);
  width: 210px;
  height: 64px;
  line-height: 57px;
  text-align: center;
}
.pi01 .point-item-ttl { background-color: var(--orange); }
.pi02 .point-item-ttl { background-color: var(--gold); }
.pi03 .point-item-ttl { background-color: var(--navy); }

.point-item-summary h4 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: calc(63 / 48);
}
.pi01 .point-item-summary h4 { color: var(--orange); }
.pi02 .point-item-summary h4 { color: var(--gold); }
.pi03 .point-item-summary h4 { color: var(--navy); }

.point-item-summary h4 span {
  font-family: "LINE Seed JP", sans-serif;
  font-size: calc(62 / 48 * 1em);
  line-height: calc(68 / 62);
  display: block;
}
.pi03 .point-item-summary h4 span { margin: 0 0 .5em; }
.point-item-summary p {
  width: 70%;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: calc(35 / 20);
  margin: 1em 0 0;
}
.pi03 .point-item-summary p { width: 100%; }

.point-item figure {
  position: absolute;
  top: -17px;
  right: -27px;
  width: 282px;
  height: 404px;
}
.point-item figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 282 / 404;
}

@media screen and (max-width:768px) {
  .point-unit { margin: calc(65 / 750 * 100vw) 0 0; }
  .point-unit h3 {
    width: calc(548 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
  .point-item {
    border-radius: calc(35 / 750 * 100vw);
    border-width: calc(9 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(55 / 750 * 100vw) calc(270 / 750 * 100vw);
    overflow: hidden;
    margin: 0 0 calc(60 / 750 * 100vw);
  }
  .point-item-ttl {
    font-size: calc(32 / 750 * 100vw);
    width: calc(215 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    line-height: calc(53 / 750 * 100vw);
  }
  .point-item-summary h4 { font-size: calc(44 / 750 * 100vw); }
  .point-item-summary h4 span { font-size: calc(57 / 44 * 1em); }
  .point-item-summary p {
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(40 / 28);
  }
  .point-item figure { height: auto; }
  .pi01 figure img, .pi02 figure img { aspect-ratio: 690 / 264; }
  .pi03 figure img { aspect-ratio: 690 / 259; }
  .point-item figure {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

/* Rank
---------------------------------------------------------------------------- */
.rank-unit { margin: 0 0 75px; }
.rank-contents {
  padding: 75px 50px 95px;
  background-color: var(--navy);
  box-sizing: border-box;
}
.rank-contents h3 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  color: var(--white);
  margin: 0 0 65px;
  line-height: calc(63 / 48);
}
.rank-contents h3 span {
  font-size: calc(32 / 48 * 1em);
  display: block;
  margin: 1em 0 0;
}
.rank-contents details summary {
  position: relative;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 800;
  text-align: center;
  color: var(--navy);
  background-color: var(--white);
  line-height: 120px;
  list-style: none;
  cursor: pointer;
}
.rank-contents details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url(../img/2026/open.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.rank-contents details[open] summary::after { background-image: url(../img/2026/close.svg); }

.rank-list {
  padding: 40px;
  box-sizing: border-box;
  background-color: var(--white);
}
.rank-list dl dt {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--navy);
  border: solid 1px var(--navy);
  display: grid;
  grid-template-columns: 72% 28%;
}
.rank-list dl dt span.dts01 {
  background-color: var(--navy);
  padding: .25em .5em .25em;
  box-sizing: border-box;
  display: inline-block;
}
.rank-list dl dt span.dts01 span {
  font-size: calc(33 / 35 * 1em);
  color: var(--yellow);
  transform: scaleX(.8);
  /*transform-origin: 0 50%;*/
  display: inline-block;
  white-space: nowrap;
}
.rank-list dl dt span.dts02 {
  display: grid;
  place-items: center end;
  /*padding: 0 .5em 0 0;*/
  padding: 0 .2em 0 0;
}
.rank-list dl dt span.dts02 span {
  transform: scaleX(.8);
  /*transform-origin: 100% 50%;*/
  display: inline-block;
	padding-bottom:10px;
}
.rank-list dl dd {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 800;
  color: var(--navy);
  display: grid;
  grid-template-columns: 77% 23%;
  margin: 1em 0;
}
.rank-list dl dd:last-of-type {
  display: block;
  padding: 0 .5em;
  text-align: center;
}
.rank-list dl dd > span {
  padding: 0 .5em;
  box-sizing: border-box;
}
.rank-list dl dd span.dds02 {
  display: grid;
  align-items: center;
  border-left: solid 5px var(--navy);
}

@media screen and (max-width:768px) {
  .rank-unit { margin: 0 0 calc(65 / 750 * 100vw); }
  .rank-contents { padding: calc(55 / 750 * 100vw) calc(30 / 750 * 100vw) calc(100 / 750 * 100vw); }
  .rank-contents h3 {
    font-size: calc(45 / 750 * 100vw);
    margin: 0 0 calc(55 / 750 * 100vw);
  }
  .rank-contents h3 span { font-size: calc(32 / 45 * 1em); }
  .rank-contents details summary {
    font-size: calc(40 / 750 * 100vw);
    line-height: calc(110 / 750 * 100vw);
  }
  .rank-contents details summary::after {
    right: calc(70 / 750 * 100vw);
    width: calc(75 / 750 * 100vw);
    height: calc(75 / 750 * 100vw);
  }
  .rank-list { padding: calc(30 / 750 * 100vw); }
  .rank-list dl dt {
    font-size: calc(38 / 750 * 100vw);
    color: var(--white);
    background-color: var(--navy);
    display: block;
    text-align: center;
    /*padding: .5em 0;*/
  }
  .rank-list dl dt span.dts01 {
    padding: 0 0 .25em;
    display: block;
    text-align: center;
  }
  .rank-list dl dt span.dts01 span {
/*
    font-size: calc(41 / 38 * 1em);
    transform: scaleX(.8);
    transform-origin: 50% 50%;
    white-space: wrap;
*/
	padding-top:10px;
/*
	padding-top:10px;
	text-align:center;
	padding-left:30px;
	text-align:center!important;
*/
  }
  .rank-list dl dt.rank3 span.dts01 span { font-size: .95em; }
  .rank-list dl dt.rank4 span.dts01 span { font-size: 1em; }
  .rank-list dl dt span.dts02 {
    place-items: center;
    padding: .25em 0 0;
  }
  .rank-list dl dt span.dts02 span { transform-origin: 50% 50%; }
  .rank-list dl dd {
    font-size: calc(33 / 750 * 100vw);
    display: block;
    text-align: center;
  }
  .rank-list dl dd > span { padding: 0; }
  .rank-list dl dd span.dds01 span {
    transform: scaleX(1.0);
    transform-origin: 50% 50%;
    display: inline-block;
  }
  .rank-list dl dd span.dds02 {
    display: block;
    border-left: none;
  }
}

/* Implement
---------------------------------------------------------------------------- */
.implement { margin: 0 0 75px; }
.implement-item {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border-style: solid;
  border-width: 7px;
  border-color: var(--orange);
  padding: 100px 55px 85px;
  box-sizing: border-box;
  margin: 0 0 65px;
}
.implement-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  color: var(--white);
  width: 210px;
  height: 64px;
  line-height: 57px;
  text-align: center;
  background-color: var(--orange);
}
.implement-summary h4 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: calc(63 / 48);
  color: var(--orange);
}
.implement-summary h4 span {
  font-family: "LINE Seed JP", sans-serif;
  font-size: calc(62 / 48 * 1em);
  line-height: calc(68 / 62);
  display: block;
}
.implement-summary p {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: calc(35 / 20);
  margin: 1em 0 0;
}
.implement-item figure {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 192px;
  aspect-ratio: 192 / 307;
}
.implement-item figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .implement { margin: 0 0 calc(60 / 750 * 100vw); }
  .implement-item {
    border-radius: calc(35 / 750 * 100vw);
    border-width: calc(9 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(55 / 750 * 100vw) calc(70 / 750 * 100vw);
    margin: 0 0 calc(60 / 750 * 100vw);
  }
  .implement-ttl {
    font-size: calc(32 / 750 * 100vw);
    width: calc(215 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    line-height: calc(53 / 750 * 100vw);
  }
  .implement-summary h4 { font-size: calc(44 / 750 * 100vw); }
  .implement-summary h4 span { font-size: calc(57 / 44 * 1em); }
  .implement-summary p {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(40 / 28);
  }
  .implement-item figure {
    top: calc(48 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
    width: calc(232 / 750 * 100vw);
    aspect-ratio: 232 / 218;
  }
}

/* Coupon Present
---------------------------------------------------------------------------- */
.coupon-present { margin: 0 0 75px; }
.coupon {
  height: 280px;
  background-color: var(--red);
  display: grid;
  align-items: center;
}
.coupon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .coupon-present { margin: 0 0 calc(75 / 750 * 100vw); }
  .coupon { height: calc(213 / 750 * 100vw); }
}

/* Download Now
---------------------------------------------------------------------------- */
.dl-now { margin: 0 0 75px; }
.dl-now h3 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: calc(60 / 35);
  text-align: center;
}
.dl-now h4 {
  width: 381px;
  margin: 65px auto 50px;
}
.dl-now h4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dl-badges {
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .dl-now { margin: 0 0 calc(115 / 750 * 100vw); }
  .dl-now h3 {
    font-size: calc(35 / 750 * 100vw);
    line-height: calc(51 / 35);
  }
  .dl-now h4 {
    width: calc(381 / 750 * 100vw);
    margin: calc(95 / 750 * 100vw) auto calc(55 / 750 * 100vw);
  }
  .dl-badges { width: 100%; }
}

/* FAQ
---------------------------------------------------------------------------- */
.faq h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: calc(60 / 35);
  text-align: center;
  margin: 0 0 50px
}
.faq dl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 800;
}
.faq dl dt {
  position: relative;
  display: flex;
  align-items: center;
}
.faq dl dd {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.faq dl dt { margin: 0 0 20px; }
.faq dl dd { margin: 0 0 60px; }
.faq dl dt::before, .faq dl dd::before {
  font-size: calc(29 / 25 * 1em);
  color: var(--white);
  width: 57px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin: 0 .5em 0 0;
}
.faq dl dt::before {
  content: "Q";
  background-color: var(--red);

}
.faq dl dd::before {
  content: "A";
  background-color: var(--navy);
}

@media screen and (max-width:768px) {
  .faq h3 { font-size: calc(38 / 750 * 100vw); }
  .faq dl { font-size: calc(30 / 750 * 100vw); }
  .faq dl dt { margin: 0 0 calc(20 / 750 * 100vw); }
  .faq dl dd { margin: 0 0 calc(70 / 750 * 100vw); }
  .faq dl dt::before, .faq dl dd::before {
    font-size: calc(29 / 30 * 1em);
    width: calc(57 / 750 * 100vw);
  }
}
