/* リセット */
#CMS_MAIN_HYBRID .yosakoinet-common .main-block .block-title {
  display: none;
}

.yosakoinet-common .main-block.block-spot-detail {
  margin-top: 0;
  padding: 0;
}

.yosakoinet-common .block-spot-detail .original-contents {
  margin: 0;
}

.yosakoinet-common .breadcrumb {
  padding: 20px;
  background-color: #fff;
  width: calc(100% - 40px);
}

.yosakoinet-common main {
  background-image: url(/images/page-image/ryomapass/main_bg.png);
  background-repeat: repeat;

}

.yosakoinet-common .main-block .block-title {
  display: none;
}

.yosakoinet-common main {
  max-width: 100%;
  padding: 0 0 100px;
}

.yosakoinet-common .main-block.block-spot-detail {
  /* margin-top: 20px; */
  background-color: transparent;
}

.yosakoinet-common .original-contents a[href$=".pdf"]:after {
  background-image: none;
}


/** KV **/
.kv__main {
  position: relative;
}

.ryomapass__kv--deco {
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* news */
.ryomapass .news {
  display: grid;
  grid-template-columns: 300px 1fr;
  width: 90%;
  background-color: #fff;
  margin: 60px auto 0;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px 30px 25px 0;
  max-width: 1200px;
}

.ryomapass .news .news__title p {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ryomapass .news p {
  margin: 0;
}

.ryomapass .news .news__date {
  color: #E8384A;
  margin-right: 15px;
}

.yosakoinet-common .block-spot-detail .original-contents .ryomapass .news a {
  color: #000;
}

.ryomapass .news .news__list {
  max-height: 225px;
  overflow: auto;
}

.ryomapass .news .news__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0;
}

.ryomapass .news .news__item>*:first-child {
  color: #E8384A;
}


/* リンク */
.ryomapass .link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 60px auto 0;
  width: 80%;
  max-width: 800px;
}

/* コンテンツ */
.ryomapass .s-block {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 0;
  background-color: #fff;
  border-radius: 20px;
}

.ryomapass .s-block.s-block--panph {
  background-color: transparent;
  padding: 0;
  max-width: 430px;
  width: 50%;
}

.ryomapass .s-block .s-block__inner {
  padding: 50px;
}

.ryomapass .s-block__title {
  font-size: 28px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}

.ryomapass .s-block__title p {
  margin: 0;
  position: relative;
  padding-top: 100px;
}

.ryomapass .s-block__title p::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 90px;
  background-image: url("/images/page-image/ryomapass/deco_get.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.ryomapass .s-block__title.s-block__title--issue p {
  padding-top: 70px;
}

.ryomapass .s-block__title.s-block__title--issue p::before {
  height: 60px;
  background-image: url("/images/page-image/ryomapass/deco_issue.png");
}

.ryomapass .s-block__title.s-block__title--stage p {
  padding-top: 70px;
}

.ryomapass .s-block__title.s-block__title--stage p::before {
  height: 50px;
  background-image: url("/images/page-image/ryomapass/deco_stage.png");
}

.ryomapass .s-block__title.s-block__title--use p,
.ryomapass .s-block__title.s-block__title--qa p {
  padding-top: 0px;
}

.ryomapass .s-block__title.s-block__title--use p::before,
.ryomapass .s-block__title.s-block__title--qa p::before {
  height: 0px;
  background-image: none;
}

.ryomapass .s-block__desc {
  margin-top: 50px;
}

.ryomapass .s-block__desc p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28 / 16);
}

/* 手に入れよう */
.ryomapass .get__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.ryomapass .get__list .get__item.gitem {
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-auto-rows: min-content;
  /* gap: 25px 20px; */
  gap: 0 20px;
  padding: 30px 50px;
  position: relative;
}

.ryomapass .get__list .get__item.gitem p {
  margin: 0;
}

.ryomapass .get__list .get__item.gitem>*:nth-child(n + 3) {
  margin-top: 25px;
}

.ryomapass .get__list .get__item.gitem:nth-child(3)>*:nth-child(n + 4) {
  margin-top: 15px;
}

.ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(n + 5) {
  margin-top: 5px;
  font-size: 13px;
}

/* .ryomapass .get__list .get__item.gitem:nth-child(2) > *:nth-child(6) {
  white-space: nowrap;
} */
.ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(7) {
  margin-top: 10px;
}

.ryomapass .get__list .get__item.gitem>*:nth-child(n + 3) {
  grid-column: 1 / -1;
  /* 3番目以降は全幅にする */
}

.ryomapass .get__list .get__item.gitem>p {
  font-weight: 500;
  font-size: 16px;
}

.ryomapass .get__list .get__item.gitem .gitem__image {
  width: 190px;
}

.ryomapass .get__list .get__item.gitem .gitem__icon img,
.ryomapass .get__list .get__item.gitem .gitem__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.ryomapass .get__list .get__item.gitem .gitem__icon {
  width: 100%;
  height: 65px;
}

.ryomapass .get__list .get__item.gitem .gitem__icon+p {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(30 / 20);
}

.ryomapass .get__list .get__item.gitem .gitem__block {
  display: flex;
  gap: 15px;
}

.ryomapass .get__list .get__item.gitem .gitem__block p:nth-child(1) {
  border: 1px solid #C4262B;
  border-radius: 5px;
  padding: 2px 11px;
  color: #C4262B;
}

.ryomapass .get__list .get__item.gitem .gitem__block p {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 18px;
}

.ryomapass .get__list .get__item.gitem:nth-child(n + 3) {
  border-top: dotted 1px #000;
}

.ryomapass .get__list .get__item.gitem:nth-child(odd)::after {
  content: "";
  width: 1px;
  height: 80%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-right: 1px dotted #000;
}



/* スタンプ */
.ryomapass .use p {
  margin: 0;
}

.ryomapass .use .use__item-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.ryomapass .use .use__item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #F8EEDA;
}

.ryomapass .use .use__item>div:first-child {
  background-color: #F8EEDA;
  padding: 15px 20px 15px 40px;
  position: relative;
}

.ryomapass .use .use__item>div:first-child p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

.ryomapass .use .use__item>div:first-child p span.use__title-deco {
  font-size: 20px;
}

/* .ryomapass .use .use__item > div:first-child p:nth-child(2){
  font-size: 22px;
} */
.ryomapass .use .use__item>div:first-child p span.use__stampNo {
  font-size: 35px;
  color: #C4262B;
  line-height: 1;
  display: inline-block;
  margin: 0 5px;
}

.ryomapass .use .use__item>div:first-child>div {
  position: absolute;
  width: 80px;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.ryomapass .use .use__item .use__item__block {
  margin: 20px auto;
  width: 85%;
}

.ryomapass .use .use__item .use__item-list li {
  font-weight: 500;
  font-size: 16px;
}

.ryomapass .use .use__item .use__item-list li:not(:first-child) {
  margin-top: 10px;
}

.ryomapass .use .use__item .use__item__block p {
  margin-top: 10px;
  /* font-weight: 500; */
  color: #909090;
  font-size: 14px;
  line-height: 1.5;
}

.ryomapass .use .use__item-deco {
  width: 270px;
  margin: 50px auto 0;
}

/* 交付 */
.ryomapass .issue p {
  margin: 0;
}

.ryomapass .issue .issue__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  margin-top: 50px;
}

.ryomapass .issue .issue__list .issue__item:not(:first-child) {
  display: grid;
  grid-template-rows: 210px 1fr;
  margin-top: 20px;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) {
  display: grid;
  grid-column: 1/ -1;
  grid-template-columns: 1fr 1fr;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__image {
  width: 100%;
  height: 300px;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ryomapass .issue .issue__list .issue__item:not(:first-child) .i-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ryomapass .issue .issue__list .issue__item .i-item__content {
  background-color: #F8EEDA;
  padding: 10px 15px;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__content {
  padding: 40px 45px;
}

.ryomapass .issue .issue__list .issue__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #F8EEDA;
}

.ryomapass .issue .issue__list .issue__item .i-item__batch {
  position: absolute;
  height: 55px;
}

.ryomapass .issue .issue__list .issue__item .i-item__batch img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

/* .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__batch {
  position: relative;
  height: 70px;
} */
.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__title {
  display: flex;
  gap: 15px;
}


.ryomapass .issue .issue__list .issue__item .i-item__title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__title p {
  font-size: 22px;
  height: 70px;
  display: flex;
  align-items: center;
}

.ryomapass .issue .issue__list .issue__item .i-item__detail {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #000 dotted 1px;
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__detail {
  margin-top: 15px;
  padding-top: 15px;
}

.ryomapass .issue .issue__list .issue__item .i-item__detail p {
  /* font-weight: 500; */
  font-size: 14px;
  line-height: calc(24 / 14);
}

.ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__detail p {
  font-size: 16px;
  /* font-weight: 500; */
  line-height: calc(28 / 16);
}


/* ステージ */
.ryomapass .stage .stage__image {
  margin-top: 50px;
}

.ryomapass .stage .stage__attention {
  margin-top: 40px;
}

.ryomapass .stage .stage__attention p {
  margin: 0;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: calc(24 / 14);
}

.ryomapass .stage .stage__title {
  background-color: #F8EEDA;
  border-radius: 8px;
  margin-top: 40px;
}

.ryomapass .stage .stage__title p {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  margin: 0;
}

.ryomapass .stage .stage__goods.goods {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-top: 35px;
}

.ryomapass .stage .stage__goods.goods.goods--silver {
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: 35px auto 0;
}

.ryomapass .stage .stage__goods.goods.goods--gold {
  grid-template-columns: 1fr;
}

.ryomapass .stage .stage__goods.goods .goods__item-image {
  max-width: 255px;
  margin: 0 auto;
}

.ryomapass .stage .stage__goods.goods.goods--silver .goods__item-image {
  max-width: 330px;
}

.ryomapass .stage .stage__goods.goods .goods__item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.ryomapass .stage .stage__goods.goods .goods__txt {
  margin-top: 35px;
}

.ryomapass .stage .stage__goods.goods.goods--silver .goods__txt {
  width: fit-content;
  margin: 35px auto 0;
}

.ryomapass .stage .stage__goods.goods .goods__txt p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28 / 16);
}

.stage__item-attention {
  border: #C4262B dashed 1px;
  padding: 16px 25px;
  margin-top: 40px;
  border-radius: 10px;
}


.ryomapass .stage .stage__item-attention p {
  margin: 0;
  font-size: 16px;
  /* font-weight: 500; */
  line-height: calc(28/ 16);
  color: #C4262B;
}

.ryomapass .stage .stage__item-attention p.stage__item-attention--strong {
  font-weight: 500;
  margin-top: 30px;
}

/* qa */
.acc .acc__qa {
  margin-top: 20px;
}

.acc .acc__qa:first-child {
  margin-top: 60px;
}

.acc .acc__qa p {
  margin: 0;
}

.qa .acc .acc__qa {
  border: 1px solid #DBD0C0;
  border-radius: 8px;
  overflow: hidden;
}

.qa .acc .acc__qst {
  background-color: #F8EEDA;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  cursor: pointer;
}

.qa .acc .acc__qst p {
  font-weight: bold;
}

.qa .acc .acc__qa .acc__ans {
  padding: 0;
  height: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(-50px);
  position: relative;
  z-index: 0;
  padding: 0 30px;
}

.qa .acc .acc__qa .acc__ans.active {
  border-top: 1px solid #DBD0C0;
  visibility: visible;
  height: 100%;
  transform: translateY(0);
  padding: 20px 30px;
}

.qa .acc .acc__ans p {
  /* font-weight: 500; */
  line-height: calc(28 / 16);
}

/* 十字 */
.acc__cross {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 24px;
  height: 24px;
}

/* 十字 */
.cross {
  position: relative;
  width: 100%;
  height: 100%;
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  background: #000;
}

/* 横線 */
.cross::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

/* 縦線 */
.cross::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  transition: all .3s;
}

.acc .acc__qst.active .cross::after {
  transform: rotate(90deg);
}


/* パンフレットのDL */
.ryomapass .s-block.s-block--panph p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  /* font-weight: 500; */
}

.ryomapass .s-block.s-block--panph a {
  display: inline-flex;
}


/* タブレット */
@media screen and (max-width: 1024px) {

  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }

  /* news */
  .ryomapass .news {
    grid-template-columns: 1fr;
    width: 92%;
    padding: 0;
    border-radius: 10px;
    padding: 30px 0;
    margin: 50px auto 0;
  }

  .ryomapass .news .news__title p {
    font-size: 24px;
  }

  .ryomapass .news .news__list {
    padding: 0 20px;
    margin-top: 15px;
  }

  .ryomapass .news .news__item {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ryomapass .news .news__item {
    padding: 10px 0;
  }

  /* link */
  .ryomapass .link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 60px auto 0;
    width: 80%;
    max-width: 800px;
  }


  /* 共通 */
  .ryomapass .s-block {
    border-radius: 10px;
    margin: 30px auto 0;
    width: 92%;
  }

  .ryomapass .s-block__inner {
    padding: 30px 15px;
  }

  /* 手に入れよう */
  .ryomapass .get__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 25px;
  }

  .ryomapass .get__list .get__item.gitem {
    grid-template-columns: 50px 1fr;
    gap: 0 15px;
    padding: 0 15px 25px;
  }

  .ryomapass .s-block__title {
    font-size: 22px;
  }

  .ryomapass .get__list .get__item.gitem .gitem__icon+p {
    font-size: 18px;
    line-height: 1.2;
  }

  .ryomapass .get__list .get__item.gitem .gitem__icon {
    height: 50px;
  }

  .ryomapass .get__list .get__item.gitem>*:nth-child(n + 3) {
    margin-top: 15px;
    white-space: pre-wrap;
  }

  .ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(n + 5) {
    margin-top: 5px;
  }

  .ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(7) {
    margin-top: 10px;
  }

  .ryomapass .get__list .get__item.gitem:not(:last-child):after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: 100%;
    position: absolute;
    border-bottom: 1px dotted #000;
  }

  .ryomapass .s-block__title p {
    text-align: center;
  }

  .ryomapass .s-block__title.s-block__title--stage p {
    padding-top: 55px;
  }

  .ryomapass .get__list .get__item.gitem:nth-child(n + 3) {
    border-top: none;
  }

  .ryomapass .get__list .get__item.gitem .gitem__block p {
    font-size: 16px;
    height: fit-content;
  }

  .ryomapass .get__list .get__item.gitem .gitem__block {
    display: grid;
    grid-template-columns: minmax(0, 70px) 1fr;
  }

  .ryomapass .get__list .get__item.gitem .gitem__block p:nth-child(1) {
    padding: 2px 10px;
  }

  /* スタンプ */
  .ryomapass .use .use__item-block {
    grid-template-columns: 1fr;
  }

  .ryomapass .use .use__item-block {
    margin-top: 30px;
  }

  .ryomapass .use .use__item>div:first-child p {
    font-size: 15px;
  }

  .ryomapass .use .use__item>div:first-child p span.use__title-deco {
    font-size: 15px;
  }

  .ryomapass .use .use__item>div:first-child p span.use__title-spfont {
    font-size: 16px;
  }

  .ryomapass .use .use__item>div:first-child p span.use__stampNo {
    font-size: 25px;
  }

  .ryomapass .use .use__item>div:first-child {
    padding: 20px 15px;
  }

  .ryomapass .use .use__item>div:first-child>div {
    width: 50px;
  }

  .ryomapass .use .use__item .use__item__block {
    width: 95%;
  }

  .ryomapass .use .use__item .use__item__block ul {
    padding-left: 25px;
  }

  .ryomapass .use .use__item .use__item-list li:not(:first-child) {
    margin-top: 5px;
  }

  .ryomapass .use .use__item-deco {
    width: 65%;
  }

  /* 窓口 */
  .ryomapass .issue .issue__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 0;
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) {
    grid-template-columns: 1fr;
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__image {
    height: 100%;
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__content {
    padding: 10px 15px;
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__title p {
    font-size: 18px;
    height: auto;
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__detail p {
    font-size: 14px;
    line-height: calc(24 / 14);
  }

  .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__content,
  .ryomapass .issue .issue__list .issue__item .i-item__content {
    padding: 10px 15px 25px;
  }

  .ryomapass .get__list .get__item.gitem .gitem__image {
    width: 50%;
    margin: 15px auto 0;
  }

  /* もっと見る */
  .ryomapass .issue .issue__list-btn {
    border: 1px solid #000;
    border-radius: 8px;
    margin-top: 30px;
  }

  .ryomapass .issue .issue__list-btn.hide {
    display: none !important;
  }

  .ryomapass .issue .issue__list-btn p {
    text-align: center;
    position: relative;
    padding-right: 25px;
    width: fit-content;
    margin: 10px auto;
  }

  .ryomapass .issue .issue__list-btn p::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #333;
  }

  .ryomapass .issue .issue__list:not(.show-all) .issue__item:nth-child(n+4) {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .ryomapass .issue .issue__list.show-all .issue__item {
    max-height: 500px;
    /* 十分大きければOK */
    opacity: 1;
    margin: 8px 0;
    /* 元の余白に合わせて調整 */
    padding: initial;
    transition: all 0.4s ease;
  }





  /* stage */
  .ryomapass .stage .stage__title p {
    font-size: 18px;
  }

  .ryomapass .stage .stage__goods.goods {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 10px;
  }

  .ryomapass .stage .stage__goods.goods.goods--silver {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ryomapass .stage .stage__goods.goods .goods__item-image {
    max-width: 100%;
  }

  .ryomapass .stage .stage__goods.goods .goods__txt {
    margin-top: 12px;
  }

  .stage__item-attention {
    margin-top: 20px;
    padding: 15px;
  }

  .ryomapass .stage .stage__goods.goods .goods__txt p {
    font-size: 15px;
  }

  .ryomapass .stage .stage__item-attention p {
    font-size: 14px;
  }

  .ryomapass .stage .stage__attention {
    margin-top: 20px;
  }

  /* qa */
  .qa .acc .acc__qst {
    padding: 15px;
  }

  .qa .acc .acc__qa .acc__ans {
    padding: 0 15px;
  }

  .qa .acc .acc__qa .acc__ans.active {
    padding: 15px;
  }

  .qa .acc .acc__qst p {
    width: 90%;
  }

  .acc__cross {
    width: 20px;
    height: 20px;
  }

  .ryomapass .s-block.s-block--panph {
    max-width: none;
  }

  .ryomapass .s-block.s-block--panph p {
    font-size: 13px;
    text-align: center;
  }

  .ryomapass .s-block.s-block--panph a {
    display: inline-flex;
  }

  .acc .acc__qa:first-child {
    margin-top: 30px;
  }

}

/* sp */
.yosakoinet-common-sp .pc-only {
  display: none !important;
}

.yosakoinet-common-sp .sp-only {
  display: block !important;
}

/* news */
.yosakoinet-common-sp .ryomapass .news {
  grid-template-columns: 1fr;
  width: 92%;
  padding: 0;
  border-radius: 10px;
  padding: 30px 0;
  margin: 50px auto 0;
}

.yosakoinet-common-sp .ryomapass .news .news__title p {
  font-size: 24px;
}

.yosakoinet-common-sp .ryomapass .news .news__list {
  padding: 0 20px;
  margin-top: 15px;
}

.yosakoinet-common-sp .ryomapass .news .news__item {
  grid-template-columns: 1fr;
  gap: 5px;
}

.yosakoinet-common-sp .ryomapass .news .news__item {
  padding: 10px 0;
}

/* link */
.yosakoinet-common-sp .ryomapass .link {
  grid-template-columns: 1fr;
  width: 92%;
  min-width: auto;
  margin-top: 40px;
  gap: 20px;
}


/* 共通 */
.yosakoinet-common-sp .ryomapass .s-block {
  border-radius: 10px;
  margin: 30px auto 0;
  width: 92%;
}

.yosakoinet-common-sp .ryomapass .s-block__inner {
  padding: 30px 15px;
}

/* 手に入れよう */
.yosakoinet-common-sp .ryomapass .get__list {
  grid-template-columns: 1fr;
  margin-top: 40px;
  gap: 25px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem {
  grid-template-columns: 50px 1fr;
  gap: 0 15px;
  padding: 0 15px 25px;
}

.yosakoinet-common-sp .ryomapass .s-block__title {
  font-size: 22px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__icon+p {
  font-size: 18px;
  line-height: 1.2;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__icon {
  height: 50px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem>*:nth-child(n + 3) {
  margin-top: 15px;
  white-space: pre-wrap;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(n + 5) {
  margin-top: 5px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem:nth-child(2)>*:nth-child(7) {
  margin-top: 10px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  top: 100%;
  position: absolute;
  border-bottom: 1px dotted #000;
}

.yosakoinet-common-sp .ryomapass .s-block__title p {
  text-align: center;
}

.yosakoinet-common-sp .ryomapass .s-block__title.s-block__title--stage p {
  padding-top: 55px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem:nth-child(n + 3) {
  border-top: none;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__block p {
  font-size: 16px;
  height: fit-content;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__block {
  display: grid;
  grid-template-columns: minmax(0, 70px) 1fr;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__block p:nth-child(1) {
  padding: 2px 10px;
}

/* スタンプ */
.yosakoinet-common-sp .ryomapass .use .use__item-block {
  grid-template-columns: 1fr;
}

.yosakoinet-common-sp .ryomapass .use .use__item-block {
  margin-top: 30px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child p {
  font-size: 15px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child p span.use__title-deco {
  font-size: 15px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child p span.use__title-spfont {
  font-size: 16px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child p span.use__stampNo {
  font-size: 25px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child {
  padding: 20px 15px;
}

.yosakoinet-common-sp .ryomapass .use .use__item>div:first-child>div {
  width: 50px;
}

.yosakoinet-common-sp .ryomapass .use .use__item .use__item__block {
  width: 95%;
}

.yosakoinet-common-sp .ryomapass .use .use__item .use__item__block ul {
  padding-left: 25px;
}

.yosakoinet-common-sp .ryomapass .use .use__item .use__item-list li:not(:first-child) {
  margin-top: 5px;
}

.yosakoinet-common-sp .ryomapass .use .use__item-deco {
  width: 65%;
}

/* 窓口 */
.yosakoinet-common-sp .ryomapass .issue .issue__list {
  grid-template-columns: 1fr;
  margin-top: 30px;
  gap: 0;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) {
  grid-template-columns: 1fr;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__image {
  height: 100%;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__content {
  padding: 10px 15px;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__title p {
  font-size: 18px;
  height: auto;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__detail p {
  font-size: 14px;
  line-height: calc(24 / 14);
}

.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item:nth-child(1) .i-item__content,
.yosakoinet-common-sp .ryomapass .issue .issue__list .issue__item .i-item__content {
  padding: 10px 15px 25px;
}

.yosakoinet-common-sp .ryomapass .get__list .get__item.gitem .gitem__image {
  width: 100%;
}

/* もっと見る */
.yosakoinet-common-sp .ryomapass .issue .issue__list-btn {
  border: 1px solid #000;
  border-radius: 8px;
  margin-top: 30px;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list-btn.hide {
  display: none !important;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list-btn p {
  text-align: center;
  position: relative;
  padding-right: 25px;
  width: fit-content;
  margin: 10px auto;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list-btn p::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list:not(.show-all) .issue__item:nth-child(n+4) {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.yosakoinet-common-sp .ryomapass .issue .issue__list.show-all .issue__item {
  max-height: 500px;
  /* 十分大きければOK */
  opacity: 1;
  margin: 8px 0;
  /* 元の余白に合わせて調整 */
  padding: initial;
  transition: all 0.4s ease;
}





/* stage */
.yosakoinet-common-sp .ryomapass .stage .stage__title p {
  font-size: 18px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__goods.goods {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 10px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__goods.goods.goods--silver {
  grid-template-columns: 1fr;
  gap: 35px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__goods.goods .goods__item-image {
  max-width: 100%;
}

.yosakoinet-common-sp .ryomapass .stage .stage__goods.goods .goods__txt {
  margin-top: 12px;
}

.yosakoinet-common-sp .stage__item-attention {
  margin-top: 20px;
  padding: 15px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__goods.goods .goods__txt p {
  font-size: 15px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__item-attention p {
  font-size: 14px;
}

.yosakoinet-common-sp .ryomapass .stage .stage__attention {
  margin-top: 20px;
}

/* qa */
.yosakoinet-common-sp .qa .acc .acc__qst {
  padding: 15px;
}

.yosakoinet-common-sp .qa .acc .acc__qa .acc__ans {
  padding: 0 15px;
}

.yosakoinet-common-sp .qa .acc .acc__qa .acc__ans.active {
  padding: 15px;
}

.yosakoinet-common-sp .qa .acc .acc__qst p {
  width: 90%;
}

.yosakoinet-common-sp .acc__cross {
  width: 20px;
  height: 20px;
}

.yosakoinet-common-sp .ryomapass .s-block.s-block--panph {
  max-width: none;
}

.yosakoinet-common-sp .ryomapass .s-block.s-block--panph p {
  font-size: 13px;
  text-align: center;
}

.yosakoinet-common-sp .ryomapass .s-block.s-block--panph a {
  display: inline-flex;
}

.yosakoinet-common-sp .acc .acc__qa:first-child {
  margin-top: 30px;
}

.yosakoinet-common .related-pages {
  display: none;
}



.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 999;
  background-color: transparent;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

/* 表示状態 */
.to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.yosakoinet-common-sp .to-top {
  width: 42px;
  height: 42px;
  right: 5px;
}

.yosakoinet-common .block-spot-detail .modified-date {
  max-width: 1024px;
}

.yosakoinet-common-sp .block-spot-detail .modified-date {
  max-width: 92%;
}