@charset "utf-8";

:root {
  --black: #000000;
  --light-blue: #E6F8FF;
  --light-grey: #F2F2F2;
  --pink: #ea6584;
  --primary-blue: #1061a3;
  --red: #dd4b4b;
  --white: #fff;
  --yellow: #fdf403;
}

/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
#container {
  margin-top: 0 !important;
  position: relative;
  width: 100% !important;
}

main.latesummer {
  .rsvBtn a:hover {
    opacity: 0.5;
    transition: all linear 0.1s;
  }
}

.topicPath {
  margin: 20px auto;
  width: 960px;
}

/* section共通 */
.inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 960px;
  width: 100%;
}

/* btn */
.rsvBtn {
  margin: 60px auto 0;
  max-width: 100%;
  min-width: 400px;
  width: 400px;

  a.yellow {
    background: var(--yellow) !important;
  }

  a.pagelinkBtn {
    align-items: center;
    background: var(--white);
    border: solid 1px var(--primary-blue);
    border-radius: 4px;
    box-shadow: 3px 3px var(--primary-blue);
    color: var(--primary-blue);
    display: flex;
    filter: alpha(opacity=100);
    font-family: var(--font-family-sans-serif);
    font-size: 1.4em;
    font-weight: bold;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.03em;
    line-height: 2;
    margin: 0 auto;
    opacity: 1;
    padding: 0.8em;
    text-decoration: none;

    &.up::after {
      border-right: 2px solid var(--primary-blue);
      border-top: 2px solid var(--primary-blue);
      content: '';
      display: inline-block;
      height: 8px;
      transform: rotate(315deg);
      width: 8px;
    }
  }
}

/* ------------------------------------------------------ */
/* KV */
/* ------------------------------------------------------ */
#kv {
  background: var(--white) url("/ja/campaign/latesummer/img/kv.png") no-repeat 50% 0;
  height: 400px;
  width: 100%;

  * {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    text-align: left;
    text-indent: -100vw;
    width: 1px;
  }
}

/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink {
  margin: 50px auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);

  ul {
    display: flex;
    gap: 80px;
    justify-content: center;

    li {
      background-color: var(--white);
      border: 3px solid var(--pink);
      border-radius: 50vh;
      box-shadow: 5px 5px 0px var(--pink);
      display: flex;
      font-family: "M PLUS Rounded 1c";
      font-size: 1.3em;
      font-weight: bold;
      position: relative;
      text-align: center;
      transition: .3s;
      width: 400px;

      &::after {
        background-color: var(--pink);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        height: 15px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 20px;
      }

      a {
        color: var(--pink);
        display: block;
        font-weight: bold;
        padding: 20px;
        text-decoration: none;
        width: 100%;
      }

      &:hover {
        box-shadow: unset;
        transform: translate(4px, 4px);
      }
    }
  }
}

/* ------------------------------------------------------ */
/* Section - 共通 */
/* ------------------------------------------------------ */
.read_area h2,
.read_area .readTxt,
#late-summer .balloon-title-wrap,
#late-summer .card-container .card-num,
#late-summer .card-container .card-title,
#present .balloon-title-wrap,
#present .prize-card .prize-title,
#present .present-btn a,
#present .present-note,
#present .divider-text,
#present .step-container .step-num {
  font-family: ab-kokoro-no2, "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

/* ------------------------------------------------------ */
/* Section - read_area */
/* ------------------------------------------------------ */
.read_area {
  background: var(--yellow);
  padding: 80px 0 100px;
  margin: auto;

  h2 {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    justify-content: center;

    &::before,
    &::after {
      background-color: var(--primary-blue);
      border-radius: 5px;
      content: "";
      height: 5px;
      width: 40px;
    }

    &::before {
      margin-right: 10px;
      transform: rotate(60deg);
    }

    &::after {
      margin-left: 10px;
      transform: rotate(-60deg);
    }
  }

  .readTxt {
    background-image: url(/ja/campaign/latesummer/img/bg_h2_01.svg), url(/ja/campaign/latesummer/img/bg_h2_02.svg);
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: 220px;
    font-size: 50px;
    font-weight: 400;
    margin: 80px 0 30px;

    span:first-child {
      color: var(--primary-blue);
    }

    span:last-child {
      color: var(--pink);
    }
  }
}

/* ------------------------------------------------------ */
/* Section - late-summer */
/* ------------------------------------------------------ */
#late-summer {
  background: #d4f3f4;
  padding: 150px 0 100px;

  .balloon-title-wrap {
    margin-bottom: 40px;
    position: relative;
    text-align: center;

    img {
      height: auto;
      left: calc(50% + 190px);
      position: absolute;
      top: -22px;
      transform: translateX(-50%);
      width: 48px;
      z-index: 10;
    }
  }

  .balloon-title {
    background: var(--white);
    border-radius: 50px;
    color: var(--red);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    padding: 12px 35px;
    width: fit-content;
  }

  .main-title {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 38px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-top: 25px;

    .large {
      color: var(--pink);
      font-size: 68px;
      font-weight: bold;
      line-height: 1;
      margin: 0 8px;
    }
  }

  .card-container {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 60px;
  }

  .benefit-card {
    background: var(--white);
    border-radius: 28px;
    box-shadow: 6px 6px 0 var(--primary-blue);
    box-sizing: border-box;
    flex: 1;
    max-width: 960px;
    padding: 30px 24px 35px;
    position: relative;

    .card-num {
      align-items: center;
      background: var(--pink);
      border-radius: 50%;
      color: var(--white);
      display: flex;
      font-size: 24px;
      font-weight: bold;
      height: 40px;
      justify-content: center;
      left: 20px;
      line-height: 1;
      position: absolute;
      top: 20px;
      width: 40px;
    }

    .card-img {
      align-items: center;
      display: flex;
      height: 100px;
      justify-content: center;
      margin: 15px auto 20px;

      img {
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        width: auto;
      }
    }

    .card-title {
      align-items: center;
      border-bottom: 3px solid var(--primary-blue);
      color: var(--primary-blue);
      display: flex;
      font-size: 23px;
      font-weight: bold;
      justify-content: center;
      line-height: 1.3;
      margin-bottom: 15px;
      min-height: 55px;
      text-align: center;
    }

    .card-text {
      color: var(--black);
      font-family: "M PLUS Rounded 1c";
      font-weight: bold;
      line-height: 1.6;
      margin: 0;
      text-align: left;
    }
  }
}

/* ------------------------------------------------------ */
/* Section - present */
/* ------------------------------------------------------ */
#present {
  background-image: repeating-linear-gradient(90deg, #ffebf0, #ffebf0 20px, #fff8fa 20px, #fff8fa 40px);
  padding: 100px 0;

  .balloon-title {
    background: var(--pink);
    border-radius: 100px;
    color: var(--white);
    font-size: 30px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    width: fit-content;

    &::before {
      -webkit-text-stroke: 6px var(--pink);
      color: var(--white);
      content: "さらに";
      font-size: 38px;
      font-weight: bold;
      left: -7px;
      letter-spacing: -0.1em;
      paint-order: stroke fill;
      position: absolute;
      top: -39px;
      transform: rotate(-10deg);
      white-space: nowrap;
    }
  }

  .main-title {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 40px;
    justify-content: center;

    .large {
      color: var(--pink);
      font-size: 70px;
    }
  }

  .present-board {
    background-color: var(--white);
    background-image: url(/ja/campaign/latesummer/img/bg_present-board01.svg), url(/ja/campaign/latesummer/img/bg_present-board02.svg);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 20px;
    box-shadow: 6px 6px var(--primary-blue);
    padding: 80px;

    .present-board-title {
      color: var(--primary-blue);
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 30px;
      text-align: center;

      .balloon {
        background: var(--primary-blue);
        border-radius: 50vh;
        color: var(--white);
        display: inline-block;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 6px 35px;
      }

      .gift-count {
        display: inline-block;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 12px;

        .large {
          color: var(--pink);
          font-size: 56px;
          font-weight: bold;
          line-height: 1;
          margin: 0 4px;
        }
      }

      .gift-present {
        align-items: center;
        color: var(--primary-blue);
        display: flex;
        font-size: 34px;
        font-weight: bold;
        justify-content: center;

        &::before,
        &::after {
          background-color: var(--primary-blue);
          border-radius: 5px;
          content: "";
          height: 5px;
          width: 45px;
        }

        &::before {
          margin-right: 10px;
          transform: rotate(60deg);
        }

        &::after {
          margin-left: 10px;
          transform: rotate(-60deg);
        }
      }
    }
  }

  .prize-container {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .prize-card {
    background: var(--white);
    border: 2px solid var(--pink);
    border-radius: 20px;
    width: 50%;

    .prize-badge {
      background: var(--pink);
      border-radius: 5px;
      box-shadow: 3px 3px #ccc;
      color: var(--white);
      display: inline-block;
      font-size: 20px;
      margin: 10px 0 10px -5px;
      padding: 5px 10px;
      position: relative;
    }

    .prize-title {
      color: var(--pink);
      font-size: 25px;
      line-height: 1.5em;

      .highlight {
        border-bottom: 4px dashed var(--primary-blue);
        font-size: 32px;
        padding-bottom: 3px;
      }
    }
	  
  .digico-btn {
    background-color: var(--primary-blue);
    border-radius: 12px;
    font-family: "M PLUS Rounded 1c";
    font-size: 16px;
    margin: 20px auto;
    position: relative;
    transition: .3s;
    width: 80%;

    &::after {
      border-right: 2px solid var(--white);
      border-top: 2px solid var(--white);
      bottom: 0;
      content: "";
      height: 10px;
      margin: auto;
      position: absolute;
      right: 20px;
      top: 0;
      transform: rotate(45deg);
      width: 10px;
    }

    a {
      color: var(--white);
      display: block;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      text-decoration: none;
    }

    &:hover {
      opacity: .6;
    }
  }

    .prize-img {
      margin: 30px auto;
      width: 260px;
    }
  }

  .divider-text {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 38px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 0.2em;
    margin: 60px 0 40px;

    &::before,
    &::after {
      border-bottom: 8px dotted var(--primary-blue);
      content: "";
      flex: 1;
      height: 0;
      margin: 0 20px;
    }
  }

  .step-container {
    align-items: stretch;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 60px;

    .step-card {
      background: var(--white);
      border: 2px solid var(--primary-blue);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      margin-top: 30px;
      padding-bottom: 15px;
      position: relative;
      width: 31%;
    }

    .step-num {
      align-items: center;
      color: var(--pink);
      display: flex;
      flex-direction: column;
      font-size: 15px;
      font-weight: bold;
      left: 50%;
      position: absolute;
      top: -55px;
      transform: translateX(-50%);

      span {
        align-items: center;
        background-color: var(--primary-blue);
        border-radius: 50%;
        color: var(--white);
        display: flex;
        font-size: 30px;
        font-weight: bold;
        height: 60px;
        justify-content: center;
        margin-top: -5px;
        width: 60px;
      }
    }

    .step-title {
      align-items: center;
      background-color: var(--primary-blue);
      box-sizing: border-box;
      color: var(--white);
      display: flex;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 18px;
      font-weight: bold;
      justify-content: center;
      line-height: 1.4;
      text-align: center;
      margin: 0;
      min-height: 85px;
      padding: 30px 10px 15px;
    }

    .step-img {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 130px;
        justify-content: center;
        margin: 0 auto;
        padding: 25px 0 15px;
        width: 100%;

      img {
        height: auto;
        max-height: 100%;
        max-width: 80%;
        width: auto;
      }
    }

    .step-desc {
      color: var(--black);
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      margin: 0 auto;
      padding: 15px 15px 5px;
      

      a {
        color: var(--primary-blue);
        display: inline-block;
        font-weight: bold;
        margin-bottom: 4px;
        text-decoration: underline;
      }
    }
	  
	  .mypage-btn {
		color: var(--primary-blue);
		font-size: 15px;
		font-weight: bold;
		margin: 20px auto 0;
		position: relative;
		text-align: center;
		width: 90%;

		&::after {
		  border-right: 2px solid var(--primary-blue);
		  border-top: 2px solid var(--primary-blue);
		  bottom: 0;
		  content: "";
		  height: 5px;
		  margin: auto;
		  position: absolute;
		  right: 18px;
		  top: 0;
		  transform: rotate(45deg);
		  width: 5px;
		}
	  }
  }

  .present-note {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 23px;
    justify-content: center;

    &::before,
    &::after {
      background-color: var(--primary-blue);
      border-radius: 5px;
      content: "";
      height: 3px;
      width: 30px;
    }

    &::before {
      margin-right: 10px;
      transform: rotate(60deg);
    }

    &::after {
      margin-left: 10px;
      transform: rotate(-60deg);
    }

    span {
      color: var(--pink);
    }
  }

  .present-btn-wrap {
    background-image: url(/ja/campaign/latesummer/img/bg_present-btn01.svg), url(/ja/campaign/latesummer/img/bg_present-btn02.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 70px;
    margin: 100px auto;
  }

  .present-btn {
    background-color: var(--yellow);
    border-radius: 50vh;
    box-shadow: 5px 5px 0px var(--primary-blue);
    display: flex;
    font-family: "M PLUS Rounded 1c";
    font-size: 30px;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 350px;

    &::after {
      border-right: 2px solid var(--primary-blue);
      border-top: 2px solid var(--primary-blue);
      bottom: 0;
      content: "";
      height: 10px;
      margin: auto;
      position: absolute;
      right: 30px;
      top: 0;
      transform: rotate(45deg);
      width: 10px;
    }

    a {
      color: var(--primary-blue);
      display: block;
      font-weight: bold;
      padding: 20px;
      text-decoration: none;
      width: 100%;
    }

    &:hover {
      box-shadow: unset;
      transform: translate(4px, 4px);
    }
  }
}

#terms-acc {
  font-family: "M PLUS Rounded 1c";

  h5 {
    text-align: center;
  }

  .terms-acc-wrap {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    display: block;
    padding: 20px 50px;

    div {
      margin: 20px 0;

      h6 {
        font-size: 18px;
        font-weight: 900;
      }
    }

    p {
      padding-left: 1em;
    }

    .listCircle01 > li:before {
      background: var(--primary-blue);
    }
  }

  .nav-open {
    background: var(--primary-blue);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    position: relative;

    &::before {
      content: "＋";
      position: absolute;
      right: 20px;
    }

    &.active::before {
      content: "－";
    }
  }
}

.rsvBtn.rsv-anchor {
  position: relative;
  margin: 60px auto 150px;
  width: 400px;
}

.rsvBtn.rsv-anchor::before {
  background: url('/ja/campaign/latesummer/img/bg_rsvBtn.svg') no-repeat center / contain;
  content: "";
  position: absolute;
  inset: 50% 0 0 -130px;
  transform: translateY(-50%);
  height: 90px;
  width: 90px;
}
 
/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.rsvBlock {
  background-color: var(--light-grey);
  border-radius: 8px;
  box-shadow: 6px 6px #65656569;
  margin-top: 0px;
  position: relative;
width: 100%;
  max-width: 960px;
  box-sizing: border-box;

  h3 {
    padding: 20px 0 0;
    position: relative;

    &:before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="rgb(0, 24, 113)" viewBox="0 0 498 498"><path class="cls-1" d="M249,0C111.48,0,0,111.48,0,249s111.48,249,249,249,249-111.48,249-249S386.52,0,249,0ZM135.24,138.41l16.83-4.72,27.52-7.85c1.98-.6,4.04-.81,6.1-.6,1.97.2,3.86.76,5.62,1.67l124,49.55-.18.06.14.05-39.35,11.86-50.39,15.3-90.36-65.23.15-.04-.08-.06ZM397.75,239.98l-63.72,18.05-68.32,104.51c-.92,1.75-2.14,3.31-3.64,4.6-1.57,1.36-3.37,2.37-5.34,3.02l-43.64,15.13,35.74-103.04-29.16,8.2-51.37,14.55-1.24-.19c-3.07-.48-87.19-9.67-93.61-11.16-6.14-1.43-12.9-6.65-13.1-12.61-.12-3.53,2.12-6.51,5.7-7.6l36.73-9.53-9.47-9.91-19.55-20.28.12-.05-.04-.04,9.86-3.68,25-9.47,49.66,26.56,218.79-69.98c31.83-7.83,66.71,9.44,65.83,22.16-.77,11.1-13.45,31.11-45.24,40.77Z"></path></svg>');
      height: 25px;
      margin-right: 8px;
      top: 22px;
      width: 25px;
    }

    span {
      color: var(--sky-blue);
      font-size: 2rem;
      padding: 0 0 0 32px;
    }
  }
}

/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 60px;
  position: relative;

  a:hover {
    opacity: 0.5;
    transition: all linear 0.1s;
  }

  ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

    .hajimete {
      border: 1px solid #e2e2e2;
    }
  }
}

/* ------------------------------------------------------ */
/* campaign */
/* ------------------------------------------------------ */
.campaign-card {
  background-color: #FFF9D6;
  border: 1px solid #C4BFA2;
  border-radius: 20px;
  margin: 60px auto 0;
  max-width: 900px;
  padding: 0 40px 24px;
  position: relative;

  .clip-icon {
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    width: 55px;
  }

  .title-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #C4BFA2;
    border-top: none;
    margin: 0 auto 24px;
    padding: 20px 24px 16px;
    text-align: center;
    width: fit-content;
  }

  .campaign-title {
    background: linear-gradient(transparent 60%, #FFE600 60%);
    color: #0B3395;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
  }

  .main-visual {
    width: 100%;

    a:hover {
      opacity: 0.8;
      transition: all .3s;
    }

    img {
      display: block;
      height: auto;
      width: 100%;
    }

    .note {
      display: block;
      margin-left: auto;
      margin-top: 4px;
      width: fit-content;
    }
  }

  .text-content {
    margin-top: 16px;
  }
}