@charset "UTF-8";
:root {
  --main-bg-color: #fdd400;
  --sub-bg-color: #ffffff;
  --accent-color: #095ccd;
  --pc-width: 385px;
  --sp-width: 750px;
  --color-blue-ccc: #004092;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
}

header {
  width: 100%;
  max-width: var(--pc-width);
  margin: 0 auto;
  padding: 10px 12px;
  background-color: #fff;
}
header #head_link {
  padding: 0;
}
header #head_link img {
  display: block;
  width: 100%;
  max-width: 75px;
  height: auto;
}
#Wrapper {
  display: flex;
  justify-content: center;
}
#wrapper img {
  max-width: 100%;
}
#Wrapper a {
  word-break: break-all;
}
main {
  width: 100%;
  max-width: var(--pc-width);
  margin: 0 auto;
}
.inner {
  margin: 0 auto;
}
.container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.kv {
  width: 100%;
}

.kv-img {
  width: 100%;
}

.wrap {
  background-color: var(--main-bg-color);
  padding: 0 1.6rem 1rem 1.6rem;
}
.wrap-inner {
  background-color: #fff;
  /* padding: 22px; */
  padding: 2.2rem;
}

.appdownload {
  background-color: #fff100;
  padding: 20px;
  color: blue;
  --b: 10px; /* 線の太さ */
  --top-from: #ffffbb; /* 上 開始色 */
  --top-to: #ffeb82; /* 上 終了色 */
  --right-from: #ffdc00; /* 右 開始色 */
  --right-to: #ffd700; /* 右 終了色 */
  --bottom-from: #ffd100; /* 下 開始色 */
  --bottom-to: #ffb700; /* 下 終了色 */
  --left-from: #fff04f; /* 左 開始色 */
  --left-to: #ffe661; /* 左 終了色 */

  border: var(--b) solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(to right, var(--top-from), var(--top-to)),
    linear-gradient(to bottom, var(--right-from), var(--right-to)),
    linear-gradient(to right, var(--bottom-from), var(--bottom-to)),
    linear-gradient(to bottom, var(--left-from), var(--left-to)),
    linear-gradient(45deg, var(--left-from) 50%, var(--top-from) 0),
    linear-gradient(135deg, var(--top-to) 50%, var(--right-from) 0),
    linear-gradient(225deg, var(--right-to) 50%, var(--bottom-to) 0),
    linear-gradient(315deg, var(--bottom-from) 50%, var(--left-to) 0);
  background-size:
    calc(100% - 2 * var(--b)) var(--b),
    var(--b) calc(100% - 2 * var(--b)),
    calc(100% - 2 * var(--b)) var(--b),
    var(--b) calc(100% - 2 * var(--b)),
    var(--b) var(--b),
    var(--b) var(--b),
    var(--b) var(--b),
    var(--b) var(--b);
  background-position:
    left var(--b) top 0,
    right 0 top var(--b),
    left var(--b) bottom 0,
    left 0 top var(--b),
    left 0 top 0,
    right 0 top 0,
    right 0 bottom 0,
    left 0 bottom 0;
}

.appdownload-top {
  display: flex;
  align-items: center;
  gap: 14px; /* iconとテキストの間隔 */
}

.icon-img {
  width: 38px;
}

.appdownload-txt {
  color: #003c9a;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.7px;
  line-height: 1.8;
}

.appicon {
  background-color: #ffffff;
  padding: 8px 14px;
  border-radius: 16px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}

.download-btn {
  background-color: #00a2ff;
  padding: 9px 6px 9px 16px;
  border-radius: 30px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
  margin-top: 18px;
  display: flex;
  align-items: center;
}

/* .download-btn a {
  color: white;
} */

.download-inner {
  flex: 1;
  text-align: center;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid white;
  margin-left: 8px;
}

a.download-btn-txt,
a.download-btn-txt:visited,
a.download-btn-txt:active,
a.download-btn-txt:focus {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}

.section-title {
  background-color: #095ccd;
  color: white;
  padding: 10px;
  margin: 35px 0 17px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.section-lead {
  color: #004098;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 17px;
}

.cube .logo {
  position: absolute;
  width: 40px;
  height: auto;
}
.rank-section .right {
  top: -14px;
  right: -17px;
}
.rank-section .left {
  top: 110px;
  left: -12px;
}
.rank-section .right2 {
  bottom: 195px;
  right: -13px;
  transform: scaleX(-1) rotate(-40deg);
}
.rank-section .left2 {
  top: -21px;
  left: -17px;
  transform: scaleX(-1) rotate(45deg);
}
.vrank-img {
  margin-bottom: 17px;
  position: relative;
}

a.btn-y-txt:link,
a.btn-y-txt:visited,
a.btn-y-txt:active,
a.btn-y-txt:focus {
  color: #095ccd;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.btn-y {
  background-color: #fff100;
  padding: 16px 8px 16px 19px;
  border-radius: 6px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.rank-status {
  margin-top: 13px;
}

.rank-status-inner {
  flex: 1;
  text-align: center;
}

.triangle-b {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #095ccd;
  margin-left: auto;
}

.coupon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}

.dotted-line {
  height: 2px;
  background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
  background-size: 10px 2px; /* 点の間隔と高さ */
  background-repeat: repeat-x;
  margin-top: 31px;
  position: relative;
}

.bonusmission {
  background-color: #86e2ff;
  color: #004098;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 38px;
  padding: 13px 10px;
  position: relative;
}
.right3 {
  top: -26px;
  right: -15px;
  transform: rotate(45deg);
  width: 50px !important;
}

.bunusmission-contents {
  padding: 16px 16px;
  margin: 13px auto 0;
  background-color: white;
}

.bunusmission-txt {
  color: #00419a;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}

.bunusmission-check-inner {
  flex: 1;
  text-align: center;
}

.bunusmission-img {
}

.bunusmission-check {
  padding: 10px 8px 10px 14px;
  font-size: 16px;
}

.rank-section .right {
  top: -14px;
  right: -17px;
}

.left3 {
  top: 28px;
  left: -17px;
  transform: rotate(-55deg);
}

.qa-section {
  border-top: 1px solid #095ccd;
  margin-top: 37px;
}

.qa-section > * + * {
  border-top: 1px solid #095ccd;
  margin-top: 20px;
}

.qa-block .answer {
  display: none;
}

.qa-block.is-open .answer {
  display: block;
}
.question {
  display: flex;
  align-items: baseline;
}

.question-label {
  color: #095ccd;
  font-weight: bold;
  font-size: 24px;
  margin-right: 20px;
}

.question-text {
  color: #095ccd;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 10px 0 0;
  width: 90%;
}

.answer {
  display: block;
  overflow: hidden;
  margin-top: 22px;
}

.answer-label {
  color: #d70000;
  font-weight: bold;
  font-size: 24px;
  margin-right: 20px;
  float: left;
  line-height: 1;
}

.answer-txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
  display: block;
  overflow: hidden; /* 回り込みを回避 */
}

.arrow {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
.qa-block.is-open .arrow {
  transform: translateY(25%) rotate(-135deg);
}

.attention p {
  margin-top: 27px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
}

/* 768px 以上 1163px 以下 */
@media screen and (min-width: 768px) and (max-width: 1163px) {
  .hide {
    display: none;
  }
  header {
    max-width: var(--sp-width);
    padding: 20px 24px;
  }
  header #head_link img {
    max-width: 150px;
  }
  #Wrapper {
    --pc-width: 750px;
  }
  .wrap {
    padding: 0 2.3rem 1rem 2.3rem;
  }
  .appdownload-top {
    justify-content: center;
    gap: 4rem;
  }
  .icon-img {
    width: 6rem;
  }
  .appdownload-txt {
    font-size: 3.2rem;
  }

  .appicon {
    padding: 1rem 1.8rem;
    border-radius: 2rem;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
  }

  .download-btn {
    padding: 0.9rem 1.6rem 0.9rem 1.6rem;
    justify-content: center;
    font-size: 3.2rem;
    box-shadow: 0.6rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25);
  }

  .triangle {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 2rem solid white;
    margin-left: 1.3rem;
  }

  .section-title,
  .section-lead {
    font-size: 3.2rem;
  }
  .section-title {
    margin: 6.5rem 0 3.2rem;
  }
  .cube .logo {
    width: 7rem;
    height: auto;
  }
  .rank-section .left {
    top: 20.5rem;
    left: 0rem;
  }
  .rank-section .right2 {
    bottom: 37rem;
    right: 2.5rem;
  }
  .rank-section .left2 {
    top: -3.5rem;
    left: -1.2rem;
  }

  .vrank-img {
    text-align: center;
  }
  a.btn-y-txt:link,
  a.btn-y-txt:visited,
  a.btn-y-txt:active,
  a.btn-y-txt:focus {
    font-size: 3.2rem;
  }

  .btn-y {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    box-shadow: 0.6rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25);
  }

  .rank-status-inner {
    flex: 1;
    text-align: center;
  }

  .triangle-b {
    border-top: 1.4rem solid transparent;
    border-bottom: 1.4rem solid transparent;
    border-left: 2rem solid #095ccd;
    margin-left: auto;
  }

  .dotted-line {
    margin-top: 6.5rem;
  }

  .bonusmission {
    margin-top: 7rem;
    font-size: 3rem;
  }

  .right3 {
    width: 7rem !important;
  }

  .bunusmission-contents {
    padding: 5rem 2.6rem;
    margin: 1.3rem auto 0;
    background-color: white;
  }

  .bunusmission-txt {
    font-size: 2.5rem;
  }
  .bunusmission-check-inner {
    font-size: 3.2rem;
    flex: 1;
    text-align: center;
    letter-spacing: -0.2rem;
  }

  .left3 {
    width: 5.5rem !important;
  }
  .question-label,
  .answer-label {
    font-size: 3.8rem;
  }
  .question-text {
    font-size: 2.8rem;
    padding: 2rem 2rem 0 0;
  }

  .answer-txt,
  .attention p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .hide {
    display: none;
  }
  header {
    max-width: 100%;
    padding: 2.667vw 3.2vw;
  }
  header #head_link img {
    max-width: 20vw;
  }
  main {
    max-width: 100%;
  }
  .container {
    overflow: hidden;
  }

  .appdownload {
    padding: 4.7vw;
  }

  .appdownload-top {
    justify-content: center;
  }
  .icon-img {
    width: 100%;
  }

  .appicon {
    width: 17.6vw;
    padding: 2.13vw 3.74vw;
    border-radius: 4.25vw;
    box-shadow: 0.8vw 0.8vw 0.6vw rgba(0, 0, 0, 0.25);
  }

  .appdownload-txt {
    font-size: 4vw;
    white-space: nowrap;
  }

  .app-txt-inner {
    font-size: 90%;
  }

  .download-btn {
    justify-content: center;
    padding: 2.4vw 1.63vw 2.4vw 4.25vw;
    border-radius: 8vw;
  }

  .download-inner {
    font-size: 5.05vw;
  }

  .triangle {
    border-top: 2.2vw solid transparent;
    border-bottom: 2.2vw solid transparent;
    border-left: 3.3vw solid white;
  }

  .section-title {
    font-size: 5.35vw;
  }
  .section-lead {
    font-size: 3.9vw;
  }

  .rank-status-inner {
    font-size: 4.5vw;
  }
  .vrank-img {
    text-align: center;
  }
  .btn-y {
    padding-left: 7px;
  }
  .bunusmission-check-inner {
    font-size: 4.1vw;
  }

  .bunusmission-check {
    padding: 2.66vw 1vw;
  }
}

@media screen and (max-width: 360px) {
  .hide {
    display: none;
  }
  .download-inner {
    font-size: 4.8vw;
  }

  .section-lead {
    font-size: 3.7vw;
  }

  .rank-section .left {
    top: 29vw;
    left: -3vw;
  }
  .rank-section .right2 {
    bottom: 50vw;
    right: -4vw;
  }
}
