:root {  
  /* フォント */
  --ja: "Noto Sans JP", sans-serif;

  /* フォントサイズ */
  --fz12: calc(12 / 16 * 1rem);
  --fz13: calc(13 / 16 * 1rem);
  --fz14: calc(14 / 16 * 1rem);
  --fz15: calc(15 / 16 * 1rem);
  --fz17: calc(17 / 16 * 1rem);
  --fz18: calc(18 / 16 * 1rem);
  --fz20: calc(20 / 16 * 1rem);
  --fz22: calc(22 / 16 * 1rem);
  --fz24: calc(24 / 16 * 1rem);
  --fz26: calc(26 / 16 * 1rem);
  --fz28: calc(28 / 16 * 1rem);
  --fz30: calc(30 / 16 * 1rem);
  --fz32: calc(32 / 16 * 1rem);
  --fz36: calc(36 / 16 * 1rem);
  --fz40: calc(40 / 16 * 1rem);
  --fz48: calc(48 / 16 * 1rem);
  --fz60: calc(60 / 16 * 1rem);
  --fz64: calc(64 / 16 * 1rem);
  --fz80: calc(80 / 16 * 1rem);

  /* 色 */
  --main-blue: #004098;
  --light-blue: #E7F2F6;
  --main-red: #E60039;
  --red: #d93a22;
}

/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ja);
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: "palt";
}

img.text-img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 500px;
  padding: 0 10px;
  margin-inline: auto;
}

.red {
  color: var(--red);
}

.bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.onlyPC {
  display: none;
}

.header-deco {
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 240px;
  text-align: center;
}

.section-title {
  width: 100%;
  margin: 20px auto 0;
}

@media(min-width:768px) {
  .container {
    max-width: 1000px;
    padding: 0 40px;

  }

  .onlySP {
    display: none;
  }

  .onlyPC {
    display: block;
  }
}


/* KV */
.kv {
  background-color: var(--main-blue);
}
.kv picture:nth-of-type(2) img{
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* Section: Prize */

.prize-lead {
  max-width: 600px;  
  margin: 10px auto 0;
}

.prize-desc {
  display: flex;
  flex-direction: column;
}

.prize-desc > div {
  display: flex;
  gap: 10px;
  align-items: end;
  border-bottom: 1px solid #000;
}

.prize-desc > div p:first-of-type {
  color: var(--main-blue);
  font-weight: 700;
  line-height: 1;
}

.prize-desc > div p:first-of-type b {
  font-size: var(--fz40);
  margin-left: 3px;
}

.prize-desc > div p:nth-of-type(2) {
  font-weight: 700;
}

.prize-desc > p {
  text-align: right;
  color: var(--main-red);
  font-weight: 700;
}

.prize-detail p {
  font-size: var(--fz14);
  margin-top: 10px;
}

.prize-detail p.small {
  font-size: var(--fz12);
  margin-top: 4px;
}

.prize-detail .ticket {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  margin: 20px auto 30px;
}

.prize-detail .ticket > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize-detail .ticket .plus {
  font-size: var(--fz22);
  color: var(--main-red);
}

.prize-detail .ticket p:nth-child(2),
.prize-detail .ticket p:nth-child(3) {
  background-color: var(--main-red);
  color: #fff;
  padding: 8px;
  width: fit-content;
  margin-top: 0;
}

.prize-detail .ticket p:nth-child(2) {
  font-size: var(--fz13);
  line-height: 1.2;
}

.prize-detail .ticket p:nth-child(3) {
  border-left: 1px dashed #fff;
  font-size: var(--fz15);
}

.prize-detail .ticket p:nth-child(3) b {
  font-size: var(--fz18);
}

.cta-note {
  text-align: center;
  position: relative;
}

.cta-note a {
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 50%;
  background: transparent;
}

.cta-note a:hover {
  background-color: rgba(255,255,255,0.4);
}

.cta {
  display: block;
  width: 334px;
  max-width: 100%;
  height: fit-content;
  margin: 10px auto;
  border-radius: 50px;
  pointer-events: none;
}

.prize p.note {
  margin: 0 auto;
}

@media (min-width:768px) {
  .prize {
    padding-top: 30px;
  }

  .prize ul {
    margin-top: 48px;
  }
    
  .cta.onlySP {
    display: none;
  }
}

/* Section: Application */
.application {
  padding-bottom: 20px;
}


.application ul li {
  position: relative;
}

.link-to-campaign-details {
  position: absolute;
  left: 33%;
  top: 65%;
  width:27%;
  height: 8%;
  /* background-color: rgba(255,0,0,0.4); */
  font-size: 0;
}

.link-to-campaign-details:hover {
  background-color: rgba(255,255,255,0.4);
}

@media (min-width:768px) {
  .link-to-campaign-details {
  left: 34%;
  top: 73%;
  width:18%;
  height: 8%;
}
}

.caution {
  position: relative;
}

.caution .link-to-campaign-details {
  left: 33.5%;
  top: 18%;
  width:27%;
  height: 20%;
}

@media (min-width:768px) {
  .caution .link-to-campaign-details {
    left: 20.5%;
    top: 28.5%;
    width:17%;
    height: 23%;
  }
  }


/* Section: キャンペーン概要 */
.campaign-details {
  letter-spacing: 0.11em;
  background: var(--light-blue);
  padding: 30px 0;
  letter-spacing: 0.1em;
}

.campaign-details h2 {
  font-size: var(--fz24);
  position: relative; 
  text-align: center;
  color: var(--main-blue);
  font-weight: 700;
}

.campaign-details h2 span {
  padding: 0 10px;
  background-color: var(--light-blue);
  position: relative;
  z-index: 1;
}

.campaign-details h2::before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #222;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.campaign-details h3 {
  color: var(--main-blue);
  font-weight: 700;
  margin-top: 30px;
  font-feature-settings: 'palt';
}

.campaign-details p,
.campaign-details li {
  font-size: var(--fz14);
  line-height: 1.7;
}

.campaign-details p {
  margin-top: 0;
}

.campaign-details li {
  padding-left: 18px;
  position: relative;
}

.campaign-details li::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 4px;
}

.campaign-details li.red::before {
  background-color: var(--red);
}

.campaign-details .inner-list li {
  padding-left: 0;
}

.campaign-details .inner-list li::before {
  content: '・';
  background-color: transparent;
  position: static;
}

.link {
  color: #194bae;
  font-weight: 700;
}

.break-word {
   word-break: break-all;
}

@media (min-width:768px) {
  .campaign-details {
    letter-spacing: 0.09em;
    padding: 60px 0;
  }

  .campaign-details p,
  .campaign-details li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .campaign-details li {
    padding-left: 23px;
  }

  .campaign-details li::before {
    width: 16px;
    height: 16px;
  }
}