@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
svg {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}
/* ==============================
  共通
============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:visited {
  color: #fff!important;
}

/* =========================================================
  Base
========================================================= */

:root {
  --rs-summer-content-width: 710px;
  --rs-summer-main-width: 710px;
  --rs-summer-entry-color: #da414a;
  --rs-summer-entry-shadow: #a01414;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
  FV
========================================================= */

.rs-summer-fv {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  background-color: #FFEC3F;
}

.rs-summer-fv__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rs-summer-fv__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rs-summer-fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--rs-summer-content-width);
  height: 100%;
  margin: 0 auto;
}

.rs-summer-fv__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
  上部ラベル
========================================================= */

.rs-summer-fv__bank-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 178px;
  margin: 0;
  padding: 4px 15px 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  background-color: #008b99;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);

}.rs-summer-fv__bank-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 178px;
  margin: 0;
  padding: 4px 15px 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  background-color: #008b99;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.rs-summer-fv__customer-label {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
  margin: 0;
  padding: 3px 8px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000;
}

/* =========================================================
  FVコンテンツ
========================================================= */

.rs-summer-fv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  padding-top: 70px;
}

.rs-summer-fv__main-picture {
  display: block;
  width: 100%;
  max-width: var(--rs-summer-main-width);
}

.rs-summer-fv__main-image {
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

/* =========================================================
  エントリーボタン
========================================================= */

.rs-summer-fv__entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  min-height: 80px;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: var(--rs-summer-entry-color);
  border-radius: 100px;
  box-shadow: 0 4px 0 var(--rs-summer-entry-shadow);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rs-summer-fv__entry-button:hover,
.rs-summer-fv__entry-button:focus-visible,
.rs-summer-fv__entry-button:active {
  box-shadow: none;
  transform: translateY(4px);
  color: #fff;
}

.rs-summer-fv__entry-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.rs-summer-fv__entry-button-text {
  display: block;
}

/* =========================================================
  SP
========================================================= */

@media screen and (max-width: 767px) {
  .rs-summer-fv {
    height: 620px;
    min-height: 620px;
  }

  .rs-summer-fv__background img {
    object-position: center top;
  }

  .rs-summer-fv__bank-label {
    min-width: 165px;
    padding: 8px 5px;
    font-size: 14px;
    border-radius: 0 0 16px 0;
    left: 0;
    transform: translateX(0%);
    width: 165px;
  }

  .rs-summer-fv__customer-label {
    top: 12px;
    right: 18px;

  }

  .rs-summer-fv__content {
    padding: 70px 0 30px;
  }

  .rs-summer-fv__main-picture {
    width: 100%;
    max-width: none;
  }

  .rs-summer-fv__main-image {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    object-position: center;
  }

  .rs-summer-fv__entry-button {
    width: calc(100% - 50px);
    max-width: 300px;
    min-height: 80px;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 18px;
  }
}


/* =========================================================
  共通
========================================================= */

.rs-summer-only-sp {
  display: none;
}

/* =========================================================
  キャンペーンの流れ
========================================================= */

.rs-summer-flow {
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
  background-color: #fff;
}

.rs-summer-flow__inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.rs-summer-flow__scroll-wrap {
  position: relative;
  width: 100%;
}

.rs-summer-flow__scroll {
  width: 100%;
}

.rs-summer-flow__image-wrap {
  width: 98%;
    margin: 0 auto;
}

.rs-summer-flow__image {
  display: block;
  width: 100%;
  height: auto;
}

.rs-summer-flow__guide {
  display: none;
}

/* =========================================================
  りそなグループアプリ
========================================================= */

.rs-summer-app {
  width: 100%;
  padding: 50px 0 50px;
  background-color: #e6f4f5;
}

.rs-summer-app__inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.rs-summer-app__introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.rs-summer-app__introduction-image {
  display: block;
  flex-shrink: 0;
  width: 90px;
  height: auto;
}

.rs-summer-app__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.rs-summer-app__screens {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 10px;
}

.rs-summer-app__screen {
  width: 190px;
  margin: 0;
}

.rs-summer-app__screen-image-wrap {
  width: 100%;
}

.rs-summer-app__screen-image {
  display: block;
  width: 100%;
  height: auto;
}

.rs-summer-app__screen-caption {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-app__download {
  width: 100%;
  margin-top: 30px;
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 10px;
}

.rs-summer-app__download-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-app__download-label {
  width: fit-content;
  margin: 10px auto 0;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #000;
}

.rs-summer-app__download-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.rs-summer-app__download-phone {
  display: block;
  width: 120px;
  height: auto;
}

.rs-summer-app__store-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rs-summer-app__store-link {
  display: block;
  transition: opacity 0.3s ease;
}

.rs-summer-app__store-link:hover {
  opacity: 0.7;
}

.rs-summer-app__store-image {
  display: block;
  width: 145px;
  height: auto;
}

.rs-summer-app__notes {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.rs-summer-app__features {
  margin-top: 40px;
}

.rs-summer-app__features-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-app__feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.rs-summer-app__feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: center;
  background-color: #d8f0f2;
  border-radius: 8px;
}


/* =========================================================
  SP
========================================================= */
@media screen and (min-width: 767px) {
.spnomikaigyou {
display: none;
}
.sp {
  display: none!important;
}
}
@media screen and (max-width: 767px) {
  .rs-summer-only-sp {
    display: block;
  }

  /* =======================================================
    キャンペーンの流れ
  ======================================================= */

  .rs-summer-flow {
    padding: 30px 20px 30px;
  }

  .rs-summer-flow__inner {
    width: 100%;
    max-width: none;
  }

  .rs-summer-flow__scroll-wrap {
    position: relative;
    width: 100%;
  }

  .rs-summer-flow__scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #000 #ccc;
    -webkit-overflow-scrolling: touch;
  }

  .rs-summer-flow__scroll::-webkit-scrollbar {
    height: 5px;
  }

  .rs-summer-flow__scroll::-webkit-scrollbar-track {
    margin: 0 15px;
    background-color: #ccc;
    border-radius: 10px;
  }

  .rs-summer-flow__scroll::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
  }

  .rs-summer-flow__image-wrap {
    width: 880px;
    padding-bottom: 20px;
  }

  .rs-summer-flow__image {
    width: 880px;
    max-width: none;
    height: auto;
  }

  .rs-summer-flow__guide {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    width: 100px;
    margin: 0;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .rs-summer-flow__guide.is-hidden {
    visibility: hidden;
    opacity: 0;
  }

  .rs-summer-flow__guide-image {
    display: block;
    width: 100%;
    height: auto;
  }

  /* =======================================================
    りそなグループアプリ
  ======================================================= */

  .rs-summer-app {
    padding: 40px 0 30px;
  }

  .rs-summer-app__inner {
    width: calc(100% - 40px);
    max-width: 880px;
  }

  .rs-summer-app__introduction {
    justify-content: center;
    gap: 5px;
    padding: 0 0px;
  }

  .rs-summer-app__introduction-image {
    width: 90px;
  }

  .rs-summer-app__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .rs-summer-app__screens {
    gap: 10px;
    margin-top: 30px;
  }

  .rs-summer-app__screen {
    width: calc(50% - 5px);
  }

  .rs-summer-app__screen-caption {
    margin-top: 10px;
    font-size: 14px;
  }

  .rs-summer-app__download {
    margin-top: 30px;
    padding: 40px 24px;
    border-radius: 10px;
  }

  .rs-summer-app__download-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .rs-summer-app__download-label {
    margin-top: 10px;
    font-size: 14px;
  }

  .rs-summer-app__download-content {
    gap: 20px;
    margin-top: 20px;
  }

  .rs-summer-app__download-phone {
    width: calc(50% - 10px);
    max-width: 140px;
  }

  .rs-summer-app__store-links {
    width: calc(50% - 10px);
    max-width: 140px;
    gap: 10px;
  }

  .rs-summer-app__store-image {
    width: 100%;
  }

  .rs-summer-app__notes {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
  }

  .rs-summer-app__features {
    margin-top: 30px;
  }

  .rs-summer-app__features-title {
    font-size: 18px;
  }

  .rs-summer-app__feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 20px;
  }

  .rs-summer-app__feature-item {
    min-height: 43px;
    font-size: 16px;
    padding: 0px;

  }
}



/* =========================================================
  ご注意事項
========================================================= */

.rs-summer-notice {
  width: 100%;
  padding: 40px 0 0px;
  background-color: #fff;
}

.rs-summer-notice__inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.rs-summer-notice__link {
  display: block;
  width: 420px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 4px 0 #008b99;
  transform: translateY(0);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.rs-summer-notice__link:hover,
.rs-summer-notice__link:focus-visible,
.rs-summer-notice__link:active {
  box-shadow: none;
  transform: translateY(4px);
  
}

.rs-summer-notice__link:focus-visible {
  outline: 3px solid #008b99;
  outline-offset: 5px;
}

.rs-summer-notice__link-image {
  display: block;
  width: 100%;
  height: auto;
}

.rs-summer-notice__title {
  margin: 90px 0 40px;
  color: #008b99;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-notice__accordions {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rs-summer-notice__accordion-heading {
  margin: 0;
}

.rs-summer-notice__accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 12px 0;
  color: #008b99;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #008b99;
  cursor: pointer;
}

.rs-summer-notice__accordion-title {
  display: block;
  padding-right: 20px;
}

.rs-summer-notice__accordion-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #008b99;
  border-radius: 50%;
}

.rs-summer-notice__accordion-icon::before,
.rs-summer-notice__accordion-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.rs-summer-notice__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rs-summer-notice__accordion-button[aria-expanded="true"]
  .rs-summer-notice__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.rs-summer-notice__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transition:
    grid-template-rows 0.5s ease,
    opacity 0.4s ease,
    visibility 0.5s ease;
}

.rs-summer-notice__accordion-content.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.rs-summer-notice__accordion-content-inner {
  min-height: 0;
  overflow: hidden;
}

.rs-summer-notice__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rs-summer-notice__item {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.rs-summer-notice__item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #008b99;
  border-radius: 50%;
}

.rs-summer-notice__annotation {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.rs-summer-notice__company {
  margin: 40px 0 0;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
a:hover > img {
  opacity: 1;
}
/* =========================================================
  SP
========================================================= */

@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .rs-summer-notice {
    padding: 50px 0 20px;
  }

  .rs-summer-notice__inner {
    width: calc(100% - 32px);
  }

  .rs-summer-notice__link {
    width: 100%;
    max-width: 315px;
  }

  .rs-summer-notice__title {
    margin: 90px 0 30px;
    font-size: 26px;
  }


  .rs-summer-notice__accordion-button {
    min-height: 50px;
    padding: 12px 0;
    font-size: 18px;
  }

  .rs-summer-notice__accordion-title {
    padding-right: 10px;
  }

  .rs-summer-notice__accordion-icon {
    width: 28px;
    height: 28px;
  }

  .rs-summer-notice__accordion-icon::before,
  .rs-summer-notice__accordion-icon::after {
    width: 12px;
  }

  .rs-summer-notice__list {
    margin-top: 24px;
  }

  .rs-summer-notice__item {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }



  .rs-summer-notice__annotation {
    font-size: 16px;
    line-height: 1.5;
  }

  .rs-summer-notice__company {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}


/* =========================================================
  エントリーから抽選・プレゼントまでの流れ
========================================================= */

.rs-summer-entry-flow {
  width: 100%;
  padding: 50px 0 50px;
  background-color: #ffec3f;
}

.rs-summer-entry-flow__inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.rs-summer-entry-flow__title {
  margin: 0;
  color: #008b99;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-entry-flow__title-break {
  display: none;
}

.rs-summer-entry-flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}

/* =========================================================
  STEPカード
========================================================= */

.rs-summer-entry-flow__step {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 50px 70px 30px;
  background-color: #fff;
  border-radius: 20px;
}

.rs-summer-entry-flow__step--entry {
  padding-bottom: 30px;
}

.rs-summer-entry-flow__step-badge {
  position: absolute;
  top: -32px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  text-align: center;
  background-color: #008b99;
  border-radius: 50%;
  transform: translateX(-50%);
}

.rs-summer-entry-flow__step-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.rs-summer-entry-flow__step-number {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.rs-summer-entry-flow__step-title {
  margin: 0;
  color: #008b99;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

/* =========================================================
  エントリーボタン
========================================================= */

.rs-summer-entry-flow__entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  min-height: 80px;
  margin: 30px auto 0;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background-color: #da414a;
  border-radius: 100px;
  box-shadow: 0 4px 0 #a01414;
  transform: translateY(0);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.rs-summer-entry-flow__entry-button:hover,
.rs-summer-entry-flow__entry-button:focus-visible,
.rs-summer-entry-flow__entry-button:active {
  box-shadow: none;
  transform: translateY(4px);
  color: #fff;
}

.rs-summer-entry-flow__entry-button:focus-visible {
  outline: 3px solid #008b99;
  outline-offset: 5px;
}

/* =========================================================
  口座番号の注意書き
========================================================= */

.rs-summer-entry-flow__warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: 30px;
}

.rs-summer-entry-flow__warning-icon {
  display: block;
  flex-shrink: 0;
  width: 52px;
  height: auto;
}

.rs-summer-entry-flow__warning-text {
  margin: 0;
  color: #da414a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.rs-summer-entry-flow__description {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

/* =========================================================
  口座番号の確認方法
========================================================= */

.rs-summer-entry-flow__methods {
  margin-top: 30px;
}

.rs-summer-entry-flow__method + .rs-summer-entry-flow__method {
  margin-top: 30px;
}

.rs-summer-entry-flow__method-heading {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background-color: #008b99;
}

.rs-summer-entry-flow__method-title {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-entry-flow__card-image {
  display: block;
  width: 257px;
  height: auto;
  margin: 16px auto 0;
}

.rs-summer-entry-flow__method-note {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

/* =========================================================
  アプリのプロフィール画像
========================================================= */

.rs-summer-entry-flow__profile-image-wrap {
  width: 100%;
  margin-top: 15px;
  padding: 20px;
  background-color: #E6F4F5;
  border-radius: 10px;
}

.rs-summer-entry-flow__profile-picture {
  display: block;
  width: 100%;
}

.rs-summer-entry-flow__profile-image {
  display: block;
  width: 100%;
  max-width: 456px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
  STEP2・STEP3
========================================================= */

.rs-summer-entry-flow__step-description {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}
.rs-summer-entry-flow__step-description span {
  font-size: 22px;
}

.rs-summer-entry-flow__payment-image {
  display: block;
  width: 270px;
  height: auto;
  margin: 20px auto 0;
}

.rs-summer-entry-flow__present-image {
  display: block;
  width: 270px;
  height: auto;
  margin: 20px auto 0;
}

.rs-summer-entry-flow__sp-only {
  display: none;
}

/* =========================================================
  SP
========================================================= */

@media screen and (max-width: 767px) {
  .rs-summer-entry-flow {
    padding: 50px 0 50px;
  }

  .rs-summer-entry-flow__inner {
    width: calc(100% - 32px);
  }

  .rs-summer-entry-flow__title {
    font-size: 26px;
    text-align: center;
  }

  .rs-summer-entry-flow__title-break {
    display: block;
  }

  .rs-summer-entry-flow__steps {
    gap: 55px;
    margin-top: 50px;
  }

  .rs-summer-entry-flow__step {
    max-width: none;
    padding: 50px 20px 30px;
    border-radius: 15px;
  }

  .rs-summer-entry-flow__step--entry {
    padding-bottom: 30px;
  }


  .rs-summer-entry-flow__step-title {
    font-size: 22px;
  }

  .rs-summer-entry-flow__entry-button {
    width: 100%;
    max-width: 300px;
    min-height: 80px;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .rs-summer-entry-flow__warning {
    align-items: flex-start;
    gap: 5px;
    margin-top: 25px;
    display: block;
  }

  .rs-summer-entry-flow__warning-icon {
    width: 52px;
    margin: 0 auto;
  }

  .rs-summer-entry-flow__warning-text {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: -4px;
  }

  .rs-summer-entry-flow__description {
    margin-top: 20px;
    font-size: 16px;
  }

  .rs-summer-entry-flow__methods {
    margin-top: 20px;
  }

  .rs-summer-entry-flow__method-heading {
    padding: 5px 10px;
    font-size: 16px;
  }

  .rs-summer-entry-flow__method-title {
    font-size: 16px;
  }

  .rs-summer-entry-flow__card-image {
    width: 257px;
  }

  .rs-summer-entry-flow__profile-image-wrap {
    padding: 20px;
  }

  .rs-summer-entry-flow__profile-image {
    width: 100%;
    max-width: none;
  }

  .rs-summer-entry-flow__step-description {
    font-size: 16px;
    line-height: 1.25;
  }
  .rs-summer-entry-flow__step-description span {
    font-size: 20px;
    line-height: 1.15;
  }
  .rs-summer-entry-flow__payment-image {
    width: 180px;
  }

  .rs-summer-entry-flow__present-image {
    width: 180px;
  }

  .rs-summer-entry-flow__sp-only {
    display: block;
  }
}

/* =========================================================
  2か月分の利用イメージ
========================================================= */

.rs-summer-usage-example {
  width: 100%;
  padding: 50px 0 50px;
  background-color: #fccf00;
}

.rs-summer-usage-example__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.rs-summer-usage-example__title {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-usage-example__title-accent {
  color: #da414a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 0 rgb(0 0 0 / 25%));
}
.weight {
  font-weight: 900;
}
.rs-summer-usage-example__title-accent strong {
  font-size: 35px!important;
}
.rs-summer-usage-example__sp-only {
  display: none;
}

.rs-summer-usage-example__example-picture {
  position: absolute;
  top: 55px;
  left: -30px;
  z-index: 3;
  display: block;
  width: 78px;
}

.rs-summer-usage-example__example-image {
  display: block;
  width: 100%;
  height: auto;
}

.rs-summer-usage-example__cards {
  display: grid;
  grid-template-columns: 463px 40px 359px;
  align-items: center;
  margin-top: 50px;
  gap: 8px;
}

.rs-summer-usage-example__card {
  position: relative;
  width: 100%;
  padding: 24px 38px;
  background-color: #fff;
  border-radius: 20px;
}

.rs-summer-usage-example__card-title {
  position: absolute;
  top: -17px;
  left: 50%;
  width: 270px;
  margin: 0;
  padding: 5px 20px;
    padding-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  background-color: #008b99;
  border-radius: 100px;
  transform: translateX(-50%);
}

.rs-summer-usage-example__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 0px;
}

.rs-summer-usage-example__items--special {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 18px;
}

.rs-summer-usage-example__item-image {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 0 auto;
}

.rs-summer-usage-example__subtotal {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding-top: 15px;
  border-top: 1px solid #ABABAA;
}

.rs-summer-usage-example__subtotal-label {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}
.rs-summer-usage-example__subtotal-label span {
  font-size: 24px;
}
.rs-summer-usage-example__subtotal-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.rs-summer-usage-example__subtotal-price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.en  {
font-size: 18px;
}

.rs-summer-usage-example__plus {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  margin: 0 auto;

}

.rs-summer-usage-example__plus-image {

  display: block;

  width: 40px;

  height: auto;

}


.rs-summer-usage-example__total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 20px 0 0;
  color: #000;
  line-height: 1.25;
  letter-spacing: 0;
}

.rs-summer-usage-example__total-equal {
  display: block;
  width: 20px;
  height: auto;
}

.rs-summer-usage-example__total-label {
  font-size: 20px;
  font-weight: 900;
}
.rs-summer-usage-example__subtotal-price-1 {
  font-size: 39px;
  font-weight: 900;
}

.en-1 {
  font-size: 25px!important;
  font-weight: 900;
}
.rs-summer-usage-example__total-price {
  font-size: 36px;
  font-weight: 900;
}

/* =========================================================
  SP
========================================================= */

@media screen and (max-width: 767px) {
  .rs-summer-usage-example {
    padding: 40px 0 40px;
  }

  .rs-summer-usage-example__inner {
    width: calc(100% - 32px);
  }

  .rs-summer-usage-example__title {
    padding: 0 0px;
    font-size: 18px;
    line-height: 1.25;
  }

  .rs-summer-usage-example__title-accent {
    font-size: 18px;
    line-height: 1.1;

  }
  .rs-summer-usage-example__title-accent strong {
    font-size: 25px !important;
}

  .rs-summer-usage-example__sp-only {
    display: block;
  }

  .rs-summer-usage-example__example-picture {
    position: relative;
    top: auto;
    left: auto;
    width: 78px;
    margin: 10px auto 25px;
  }

  .rs-summer-usage-example__cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
  }

  .rs-summer-usage-example__card {
    padding: 24px 30px 24px;
    border-radius: 20px;
  }

  .rs-summer-usage-example__card-title {

    font-size: 18px;
  }

  .rs-summer-usage-example__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .rs-summer-usage-example__items--special {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .rs-summer-usage-example__item-image {
    max-width: 130px;
  }

 

  

  .rs-summer-usage-example__plus {
    position: relative;
 
    z-index: 3;
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin-bottom: 17px;
  }

  .rs-summer-usage-example__total {
    gap: 10px;
    margin-top: 20px;
  }

  .rs-summer-usage-example__total-label {
    font-size: 20px;
  }

  .rs-summer-usage-example__total-price {
    font-size: 32px;
  }
  .rs-summer-usage-example__total-equal {
    width: 25px;
  }
  .rs-summer-usage-example__total-label {
    font-size: 17px;
    font-weight: 900;
  }
  .rs-summer-usage-example__subtotal-price-1 {
    font-size: 34px;
    font-weight: 900;
  }
 .en-1 {
    font-size: 20px!important;
    font-weight: 900;
  }
}


/* =========================================================
  追従エントリーボタン
========================================================= */


  .rs-summer-floating-entry {
    position: fixed;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 999999;
    margin: 0 auto;
    display: flex;
    width: 480px;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 15px 20px;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    background-color: #da414a;
    border-radius: 100px;
    box-shadow: 0 4px 0 #a01414;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px);
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      transform 0.3s ease,
      box-shadow 0.2s ease;
  }

  .rs-summer-floating-entry.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .rs-summer-floating-entry.is-show:hover,
  .rs-summer-floating-entry.is-show:active {
    box-shadow: none;
    color: #fff;
    transform: translateY(4px);
  }

  .rs-summer-floating-entry:focus-visible {
    outline: 3px solid #008b99;
    outline-offset: 5px;
  }
  footer {
    margin-bottom: 95px!important;
  }
  #pageTop {
    bottom: 150px;
  }
  @media screen and (max-width: 767px) {
    #pageTop {
      bottom: 130px;
    }
    footer {
      margin-bottom: 75px!important;
    }
    .rs-summer-floating-entry {
      position: fixed;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 999999;
      margin: 0 auto;
      display: flex;
      width: 300px;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      padding: 15px 20px;
      color: #fff;
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      background-color: #da414a;
      border-radius: 100px;
      box-shadow: 0 4px 0 #a01414;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(30px);
      transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.2s ease;
    }
  }


  /* =========================================================
  アプリダウンロードモーダル
========================================================= */

.rs-summer-app-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  isolation: isolate;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.rs-summer-app-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.rs-summer-app-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgb(0 0 0 / 60%);
}

.rs-summer-app-modal__content {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 400px;
  max-height: calc(100vh - 80px);
  padding: 50px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 20px;
  opacity: 1;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.rs-summer-app-modal.is-open .rs-summer-app-modal__content {
  transform: translateY(0);
}

.rs-summer-app-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.rs-summer-app-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #3c3c3c;
}

.rs-summer-app-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.rs-summer-app-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}


.rs-summer-app-modal__text {
  margin: 15px 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.rs-summer-app-modal__qr {
  display: block;
  width: 200px;
  height: auto;
  margin: 15px auto 0;
}

.rs-summer-app-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 45px;
  margin: 20px auto 0;
  padding: 10px 20px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid #b7b7b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #b7b7b7;
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.rs-summer-app-modal__button:hover,
.rs-summer-app-modal__button:focus-visible,
.rs-summer-app-modal__button:active {
  box-shadow: none;
  transform: translateY(4px);
}

.rs-summer-app-modal__button:focus-visible {
  outline: 3px solid #008b99;
  outline-offset: 5px;
}

html.rs-summer-modal-open,
body.rs-summer-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rs-summer-app-modal {
    display: none;
  }
}