@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

@supports (-webkit-touch-callout: none) {
  html, body {
    height: -webkit-fill-available;
  }
}
html {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.3333333333vw;
  }
}
body {
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
body.modal-on {
  overflow: hidden;
}
body.modal-on .cp-wrap-inner {
  pointer-events: none;
}

@supports (-webkit-touch-callout: none) {
  body.modal-on {
    height: -webkit-fill-available;
  }
}
img, picture {
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
.wrap {
  width: 100%;
  overflow: hidden;
}

.abs {
  position: absolute;
}

.pcbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/bg_grad1.png) center bottom no-repeat;
  background-size: cover;
}
.pcbg .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .pcbg {
    position: fixed;
    width: 100%;
    height: 0;
    background: none;
    z-index: 5;
  }
  .pcbg .inner {
    display: block;
  }
}
.pcleft, .pcright {
  width: calc((100% - 480px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
  padding-bottom: 8.6875em;
}

.pcleft .il1, .pcright .il1 {
  right: -1em;
  top: -1.25em;
  width: 20.0625em;
  mix-blend-mode: multiply;
}

.pcleft .il2, .pcright .il2 {
  left: -2em;
  bottom: -1em;
  width: 20.0625em;
  mix-blend-mode: multiply;
}

.pcleft .il3, .pcright .il3 {
  right: -1.5em;
  top: -1.375em;
  width: 20.0625em;
  mix-blend-mode: multiply;
}

.pcleft .il4, .pcright .il4 {
  left: -1.625em;
  bottom: -2em;
  width: 20.0625em;
  mix-blend-mode: multiply;
}

.pcleft .dcard, .pcright .dcard {
  left: 2em;
  top: 2em;
  max-width: 12.6875em;
  width: 70%;
}

@media screen and (max-width: 750px) {
  .pcleft, .pcright {
    display: block;
    position: static;
  }
  .pcleft .il1, .pcleft .il2, .pcleft .il3, .pcleft .il4 {
    display: none;
  }
  .pcright .il1, .pcright .il2, .pcright .il3, .pcright .il4 {
    display: none;
  }
  .pcleft .dcard, .pcright .dcard {
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    padding: 0 1em;
    display: flex;
    align-items: center;
  }
  .pcleft .dcard img, .pcright .dcard img {
    width: 110px;
  }
}
.gnavi {
  padding: 0 2em;
  width: 100%;
  position: relative;
}
.gnavi .entry1 {
  display: block;
  max-width: 19.5625em;
  margin: 0 auto;
}
.gnavi .title1 {
  display: block;
  max-width: 22.0625em;
  margin: 1em auto 0;
}
.gnavi .btns {
  margin: 0.625em auto 0;
}
.gnavi .btns a {
  display: block;
  max-width: 15.5em;
  margin: 0 auto;
  transition: 0.3s;
}
.gnavi .btns a + a {
  margin-top: 0.625em;
}
.gnavi .btns a.is-viewing {
  transform: scale(1.1);
}
.gnavi .ttp {
  display: block;
  max-width: 7.875em;
  margin: 1em auto 0;
}

@media screen and (max-width: 750px) {
  .gnavi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/basic/bg.png);
    background-size: contain;
    background-position: left top;
    background-repeat: repeat;
    padding: 0 0;
    transition: 0.3s;
    z-index: 9;
  }
  .gnavi .entry1 {
    width: 94%;
    max-width: 94%;
  }
  .gnavi .title1 {
    width: 100%;
    max-width: initial;
    margin-top: initial;
  }
  .gnavi .btns {
    margin: 1.5em auto 0;
    margin-top: 2.5em;
  }
  .gnavi .btns a {
    max-width: 80%;
    width: 76%;
  }
  .gnavi .btns a.is-viewing {
    transform: scale(1);
  }
  .gnavi .btns a:last-child {
    width: 22.1875em;
    margin-top: 1em;
  }
  .gnavi .btns a:nth-of-type(4) {
    margin-top: 2em;
    width: 22.1875em;
  }
  .gnavi .ttp {
    display: none;
  }
}
#spnavibtn {
  display: none;
}

@media screen and (max-width: 750px) {
  #spnavibtn {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 37px;
    height: 37px;
    background-color: #CC0033;
    z-index: 10;
    border-radius: 0.125em;
  }
  #spnavibtn::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13.5135135135%;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/kv/menu.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #spnavibtn .bar {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    width: 50%;
    border-top: 2px solid #fff;
    border-radius: 2px;
  }
  #spnavibtn .bar.bar1 {
    top: 16.2162162162%;
  }
  #spnavibtn .bar.bar2 {
    top: 32.4324324324%;
  }
  #spnavibtn .bar.bar3 {
    top: 48.6486486486%;
  }
  #spnavibtn.on .bar.bar1 {
    top: 50%;
    transform: rotate(45deg);
  }
  #spnavibtn.on .bar.bar2 {
    transform: scale(0);
  }
  #spnavibtn.on .bar.bar3 {
    top: 50%;
    transform: rotate(-45deg);
  }
  #spnavibtn.on::after {
    display: none;
  }
  #spnavibtn.on + .gnavi {
    max-height: 100vh;
    height: 100vh;
    padding: 66px 0 0px;
    overflow: auto;
  }
}
.pcrnavi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
  transition: 0.3s;
}
.pcrnavi .pcr-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1em;
  border-radius: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
.pcrnavi .pcr-inner > div + div {
  margin-left: 0.625em;
}
.pcrnavi .pcr-inner .text {
  max-width: 19.5em;
  margin: 0 auto 0.5em;
}
.pcrnavi .pcr-inner a {
  display: block;
  max-width: 22.9375em;
  margin: 0 auto;
}
.pcrnavi .totop2 {
  display: none;
}

@media screen and (max-width: 750px) {
  .pcrnavi .pcr-inner > div + div {
    margin: 0 0 0 1em;
  }
  .pcrnavi .pcr-inner .text {
    max-width: 9.8125em;
  }
  .pcrnavi .pcr-inner a {
    max-width: 13.375em;
  }
  .pcrnavi.on {
    bottom: 0;
  }
  .pcrnavi .totop2 {
    display: none;
  }
}
.main-contents.on {
  display: block;
}

main {
  position: relative;
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 8.6875em;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 35vw;
  }
}
.js-effect {
  opacity: 0;
}
.js-effect.is-view {
  opacity: 1;
  transition: 0.5s ease 0.3s;
}

section {
  position: relative;
}

footer {
  background-color: #796350;
  color: #fff;
  padding: 2em 0;
  position: relative;
  z-index: 3;
}
footer .sunshine_city {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  width: 66.6666666667%;
  padding: 0.75em 1em;
}
footer .cap1 {
  text-align: center;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 2;
  margin: 2em auto 1.5em;
}
footer .cautions {
  width: 86%;
  margin: 1.5em auto;
}
footer .cautions p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.6875em;
  line-height: 2;
}
footer .copyright {
  text-align: center;
  font-size: 0.75em;
  font-weight: 300;
  margin-top: 3em;
}

.totop {
  display: block;
  position: fixed;
  bottom: 0.5em;
  right: calc((100% - 375px) / 2 + 0.5em);
  width: 4.125em;
  z-index: 2;
}
.totop.on {
  bottom: 0.5em;
}

@media screen and (max-width: 750px) {
  .totop {
    right: 0.5em;
  }
}
.kv {
  position: relative;
}
.kv .bg {
  opacity: 1;
}
.kv .af {
  width: 6.1503416856%;
}
.kv .btn {
  display: block;
  width: 18.875em;
  position: absolute;
  bottom: 14.5em;
  right: 2.125em;
  cursor: pointer;
}
.kv .blue {
  position: absolute;
  left: -1%;
  top: 29%;
  width: 30.5625em;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.kv .blue.on {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 0.5s cubic-bezier(0, 1.03, 1, 0.07) 0.3s;
}
.kv .text_hajimete {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 27.1875em;
}
.kv .text_hajimete .cls-1 {
  stroke: #767676;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kv .text_hajimete .cls-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kv .text_hajimete .cls-3 {
  fill: transparent;
  stroke-width: 0px;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.kv .text_hajimete .cls-4 {
  stroke-width: 0px;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.kv .text_hajimete .cls-2 {
  stroke: #003c82;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.kv .text_hajimete .cls-4 {
  fill: transparent;
}
.kv .text_hajimete.on .cls-1, .kv .text_hajimete.on .cls-2 {
  stroke-dashoffset: 0px;
  transition: 1s ease 0.8s;
}
.kv .text_hajimete.on .cls-3 {
  fill: #c4c4c4;
  transition: 1s ease 1.8s;
}
.kv .text_hajimete.on .cls-4 {
  fill: #f8ec25;
  transition: 1s ease 1.8s;
}
.kv .cards {
  position: absolute;
  left: 28.8%;
  top: 36%;
  width: 42%;
  opacity: 0;
  transform: translate(0, 2em);
}
.kv .cards img {
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
}
.kv .cards > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: rotate3d(0, 1, 0, 90deg) rotate(-12deg);
}
.kv .cards > div:nth-child(1) {
  opacity: 1;
  transition: 0.5s linear;
}
.kv .cards > div:nth-child(2) {
  opacity: 1;
  transition: 0.5s linear 0.5s;
  transform: rotate3d(0, 1, 0, 0deg) rotate(-12deg);
}
.kv .cards > div:nth-child(3) {
  opacity: 1;
  transition: 0.5s linear;
}
.kv .cards.on {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s;
}
.kv .kv_icons {
  position: absolute;
  left: 0;
  top: 81%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv .kv_icons > div {
  width: 9.0625em;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translate(0, 2em);
}
.kv .kv_icons > div:nth-child(1) {
  left: 5.3%;
  top: 0.25em;
}
.kv .kv_icons > div:nth-child(2) {
  left: 31.6%;
  top: 0.125em;
}
.kv .kv_icons > div:nth-child(3) {
  left: 61%;
}
.kv .kv_icons.on > div {
  opacity: 1;
  transform: translate(0, 0);
}
.kv .kv_icons.on > div:nth-child(1) {
  transition: 0.4s cubic-bezier(0.1, 1.63, 1, 0.79) 0.3s;
}
.kv .kv_icons.on > div:nth-child(2) {
  transition: 0.4s cubic-bezier(0.1, 1.63, 1, 0.79) 0.6s;
}
.kv .kv_icons.on > div:nth-child(3) {
  transition: 0.4s cubic-bezier(0.1, 1.63, 1, 0.79) 0.9s;
}

/*
.kv .cpn-countdown{
  position: absolute;
  left: 0;
  right: 0;
  top: 2%;
  margin: auto;
  border: 1px solid #003C82;
  overflow: hidden;
  border-radius: 10px;
  width: 91.66666666666667%
}
.kv .countdown-inner-bottom{
  width: 100%;
  padding: 2.277904328018223% 0 2.733485193621868%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/kv/count_bg.png)
}
.kv .countdown-inner-bottom img{
  height: auto;
  width: 100%
}
.kv .countdown-section{
  align-items: flex-end;
  justify-content: center;
  display: flex
}
 */
@media screen and (max-width: 750px) {
  .kv {
    margin-top: 60px;
    padding-top: 4px;
  }
}
/* .cpn-countdown span {
  display: inline-block;
  font-weight: 800;
  line-height: 1;
  font-family: 'M PLUS 1p', sans-serif
}
.cpn-countdown .af,.cpn-countdown .day,.cpn-countdown .hou,.cpn-countdown .min,.cpn-countdown .sec,.cpn-countdown{
  margin-bottom: 0.3em
}
.cpn-countdown .af{
  width: 5.977011494252874%;
  margin-right: 4px
}
.cpn-countdown .day{
  width: 2.753986395307207%
}
.cpn-countdown .hou{
  width: 8.261959185921622%
}
.cpn-countdown .min{
  width: 4.130979592960811%
}
.cpn-countdown .sec{
  width: 4.130979592960811%
}
.countdown-inner-bottom span {
  font-size: 1.8em;
  border: 3px solid #3c3c3c;
  color: #3c3c3c;
  background-color: #fff;
  border-right-width: 0;
  padding: 2px;
  margin-left: 4px
}
.countdown-section .days-last-child {
  border-right-width: 3px;
  margin-right: 4px;
  margin-left: 0
}
.countdown-section .hours-last-child {
  border-right-width: 3px;
  margin-right: 4px;
  margin-left: 0
}
.countdown-section .minutes-last-child {
  border-right-width: 3px;
  margin-right: 4px;
  margin-left: 0
}
.countdown-section .seconds-last-child {
  border-right-width: 3px;
  margin-right: 4px;
  margin-left: 0
} */
@media screen and (max-width: 750px) {
  .kv {
    margin-top: 60px;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-beige {
  background: rgb(240, 224, 161);
  background: linear-gradient(30deg, rgb(240, 224, 161) 0%, rgb(250, 239, 191) 33%, rgb(240, 224, 161) 66%, rgb(250, 239, 191) 100%);
}

.over {
  width: 100%;
  padding: 2.5em 0;
}
.over__link {
  display: block;
  width: 25em;
  margin: 0 auto;
}

.cp1 {
  padding: 2em 0;
}
.cp1 .i01 {
  position: relative;
  width: 27.5em;
  margin: 0 auto;
}
.cp1 .i01__ttl {
  width: 100%;
}
.cp1 .i01__inner {
  background-color: #FFFFEB;
  padding: 1em 0 2em;
  border-radius: 0 0 0.625em 0.625em;
}
.cp1 .i01__img {
  width: 25em;
  margin: 0 auto;
}
.cp1 .i01__img.w367 {
  width: 22.9375em;
}
.cp1 .i01__img.mt12 {
  margin-top: 0.75em;
}
.cp1 .i01__img.mt20 {
  margin-top: 1.25em;
}
.cp1 .i01__img.mt24 {
  margin-top: 1.5em;
}
.cp1 .i01 a {
  display: block;
  width: 22.5em;
  margin: 2em auto 0;
}

.bg-red {
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/bg_red.png) top center;
}

.hajimete {
  padding: 4em 0;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: contain;
  background-size: 1.25em;
}
.hajimete__ttl {
  width: 18em;
  margin: 0 auto;
}
.hajimete .title {
  width: 28.0625em;
  margin: 0 auto;
}
.hajimete .btnWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.hajimete .btnWrap a {
  display: block;
  width: 8.6875em;
}
.hajimete .caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #CC0033;
  border: 3px solid #fff;
  color: #fff;
  width: 27.5em;
  margin: 1.25em auto 0;
  padding: 1.4375em 1.6875em 1.375em 5.625em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.hajimete .caption::before {
  position: absolute;
  left: -0.625em;
  bottom: -0.625em;
  display: block;
  content: "";
  width: 7.0625em;
  height: 6.25em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/accordion-chara.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  z-index: 1;
}
.hajimete .caption .text {
  font-size: 1.25em;
  font-weight: 700;
}
.hajimete .adn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #CC0033;
  border: 3px solid #fff;
  color: #fff;
  width: 27.5em;
  margin: 1.25em auto 0;
  padding: 1.4375em 1.6875em 1.375em 5.625em;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.hajimete .adn1::before {
  position: absolute;
  bottom: 0.625em;
  left: -0.5em;
  display: block;
  content: "";
  width: 6em;
  height: 5.8125em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/accordion-chara_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  z-index: 1;
}
.hajimete .adn1 .text {
  font-size: 1.25em;
  font-weight: 700;
}
.hajimete .adn1 .icon {
  display: inline-block;
  width: 1.25em;
  height: 0.75em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/arrow.png) no-repeat center/contain;
  transition: transform ease 0.3s;
}
.hajimete .adn1 + div {
  max-height: 0;
  opacity: 0;
}
.hajimete .adn1.on .icon {
  transform: rotate(180deg);
}
.hajimete .adn1.on + div {
  max-height: 200em;
  opacity: 1;
}

.hajimete-c1 {
  background-color: #fff;
  width: 27.5em;
  margin: 0 auto 0;
  overflow: hidden;
  transition: 0.3s;
}
.hajimete-c1__inner {
  padding: 1.25em 2em 2em;
}
.hajimete-c1.add .hajimete-c1__img {
  margin-top: 0;
}
.hajimete-c1__img {
  width: 100%;
  margin-top: 2em;
}
.hajimete-c1__txt {
  margin: 0.3333333333em 0 2.6666666667em;
  font-size: 0.75em;
  font-weight: 500;
}
.hajimete-c1__txt a {
  color: #0000EE;
  text-decoration: underline;
}
.hajimete-c1__btn {
  display: block;
  width: 100%;
}
.hajimete-c1 .mt20 {
  margin-top: 1.25em;
}
.hajimete-c1 .mt24 {
  margin-top: 1.5em;
}
.hajimete-c1 .mb32 {
  margin-bottom: 2em;
}

.tkt-wrap {
  width: 27.5em;
  margin: 4em auto;
  scroll-padding-top: 60px;
}
.tkt-wrap.tkt1 {
  margin-bottom: 2em;
}
.tkt-wrap.tkt3 {
  margin-bottom: 0;
}

.hajimete-c2 {
  width: 27.5em;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 2em;
  position: relative;
}
.hajimete-c2.mt60 {
  margin-top: 3.75em;
}
.hajimete-c2.p-lr-20 {
  padding: 0 1.25em;
}
.hajimete-c2.pb40 {
  padding-bottom: 2.5em;
}
.hajimete-c2 .subt1 {
  padding: 1.875em 0 2.5em;
}
.hajimete-c2 .subt1 img {
  width: 25em;
  margin: 0 auto;
}
.hajimete-c2 .subt1.pb0 {
  padding-bottom: 0;
}
.hajimete-c2 .subt1.pt0 {
  padding-top: 0;
}
.hajimete-c2.b-red::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: radial-gradient(circle farthest-side, #CC0033, #CC0033 40%, transparent 40%, transparent);
  background-size: 0.3333333333em;
  content: "";
  display: inline-block;
  height: 0.3333333333em;
  width: 83.4090909091%;
}
.hajimete-c2 .p1 {
  margin: 1.25em auto 0;
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.75;
}
.hajimete-c2 .p1 .red {
  color: #CC0033;
}
.hajimete-c2 .p1 b {
  color: #CC0033;
}
.hajimete-c2 .img01 {
  width: 26.5em;
  margin: 1.5em auto 0;
}
.hajimete-c2 .bln1 {
  margin: 2em auto 0;
  width: 22.1875em;
}
.hajimete-c2 .il01 {
  margin: 0.5em auto 0;
  width: 24.75em;
}
.hajimete-c2 .howto01 {
  width: 100%;
}
.hajimete-c2 .howto02 {
  width: 100%;
  margin-top: 2.5em;
}
.hajimete-c2 .cautions1 {
  margin: 1.5em auto 0;
  width: 25em;
}
.hajimete-c2 .cautions1 .right {
  margin: 1.25em 0 2.5em;
}
.hajimete-c2 .cautions1.mt8 {
  margin-top: 0.5em;
}
.hajimete-c2 .cautions1.mt16 {
  margin-top: 1em;
}
.hajimete-c2 .cautions1.mb40 {
  margin-bottom: 2.5em;
}
.hajimete-c2 .cautions1 p {
  font-size: 0.75em;
  font-weight: 500;
}
.hajimete-c2 .cautions1 p.ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.hajimete-c2 .cautions1 p.ind2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.hajimete-c2 .cautions1 p.ind3 {
  padding-left: 3em;
  text-indent: -3em;
}
.hajimete-c2 .cautions1 p.red {
  color: #cc0033;
}
.hajimete-c2 .cautions1 p.right {
  text-align: right;
}
.hajimete-c2 .cautions1 p.mt {
  margin-top: 1em;
}
.hajimete-c2 .howto03 {
  margin: 2em auto 2em;
  width: 25em;
}
.hajimete-c2 .howto03-table {
  width: 100%;
  overflow-y: auto;
}
.hajimete-c2 .howto03-table img {
  width: 28.375em;
}
.hajimete-c2 .bln2 {
  margin: 2em auto 0;
  width: 22.1875em;
}
.hajimete-c2 .howto04 {
  margin: 0.5em auto 0;
  width: 25em;
}
.hajimete-c2 .bln3 {
  margin: 2em auto 0;
  width: 16.375em;
}
.hajimete-c2 .il03 {
  margin: 0.5em auto 0;
  width: 24.75em;
}
.hajimete-c2 .iro {
  width: 25em;
  margin: 2em auto 0;
}

.nyukai_otoku {
  margin: 3em auto;
  padding-bottom: 3em;
}
.nyukai_otoku .cautions2 {
  width: 27.5em;
  margin: 1.5em auto 0;
}
.nyukai_otoku .cautions2.w400 {
  width: 25em;
}
.nyukai_otoku .cautions2 p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75em;
}
.nyukai_otoku .cautions2 p a {
  color: #3383ff;
}

.gentei-tabs {
  display: flex;
  padding: 1.25em 1.25em 0;
  background-color: #6edcd2;
}
.gentei-tabs a {
  position: relative;
  display: block;
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #003c82;
  font-size: 1.25em;
  font-weight: 800;
  padding: 1em 0;
  border-radius: 0.75em 0.75em 0 0;
  border: 1px solid #003c82;
  border-bottom: none;
  z-index: 1;
}
.gentei-tabs a.on {
  background-color: #fff;
  color: #003c82;
}

.gentei-tab-contents {
  border-top: 1px solid #003c82;
  margin-top: -1px;
}
.gentei-tab-contents > div {
  display: none;
  padding: 1.5em 0 0;
}
.gentei-tab-contents > div.on {
  display: block;
}

.anshin-c1 {
  width: 25em;
  margin: 1.5em auto 0;
}
.anshin-c1 .a-hd {
  width: 100%;
}
.anshin-c1 .a-hd.mt32 {
  margin-top: 2em;
}
.anshin-c1 .a-hd.red {
  background-color: #ffcde7;
}
.anshin-c1 .a-hd > div {
  position: relative;
}
.anshin-c1 .a-hd > div:first-child {
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  width: 5em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}
.anshin-c1 .a-hd > div.text {
  padding-left: 1em;
}
.anshin-c1 .a-hd > div.text p {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.375em 0;
}
.anshin-c1 .ap1 {
  margin: 0.8888888889em auto 1.3333333333em;
  line-height: 1.75;
  font-size: 1.125em;
  font-weight: 500;
}
.anshin-c1 .img01 {
  width: 13em;
  margin: 1em auto 0;
}
.anshin-c1 .bln4 {
  margin: 2em auto 0;
  width: 22.1875em;
}
.anshin-c1 .img02 {
  width: 24.75em;
  margin: 0.5em auto 1.5em;
}
.anshin-c1 .img03 {
  width: 100%;
  margin: 1em auto 0;
}
.anshin-c1 .img04 {
  width: 14.8125em;
  margin: 1em auto 1.5em;
}
.anshin-c1 .img05 {
  width: 25em;
  margin: 1em auto 1.5em;
}
.anshin-c1 .img06 {
  width: 17.125em;
  margin: 1em auto 1.5em;
}
.anshin-c1 .img07 {
  width: 17.9375em;
  margin: 1em auto 1.5em;
}
.anshin-c1 .img08 {
  width: 11.8125em;
  margin: 1em auto 0;
}

.lineup {
  background-color: #fff;
}
.lineup .line1 {
  width: 100%;
  height: 0.625em;
  margin: 0 auto;
}
.lineup .title {
  width: 20.3125em;
  margin: 3em auto;
}
.lineup .caution1 {
  margin: 1.5em auto 0;
  text-align: center;
  margin-bottom: 5em;
  font-size: 0.75em;
}

.lineup-c1 {
  margin: 1.5em auto 0;
  padding-bottom: 2em;
  width: 25em;
  border: 2px solid #a8864a;
  color: #a8864a;
  border-radius: 1em;
}
.lineup-c1 + .lineup-c1 {
  margin-top: 3em;
}
.lineup-c1.reg {
  border: 2px solid #767676;
  color: #767676;
}
.lineup-c1 .subt {
  position: relative;
  top: -1em;
  text-align: center;
}
.lineup-c1 .subt h3 {
  font-size: 1.375em;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em;
}
.lineup-c1 .img {
  margin: 1.5em auto 0;
  text-align: center;
}
.lineup-c1 .img img {
  width: 15.3125em;
  margin: 0 auto;
  border-radius: 0.5em;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
.lineup-c1 .img span {
  display: block;
  text-align: center;
  margin: 0.5em auto 0;
}

.sect-notes1 {
  padding: 3em 0;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/notes1/bg-block.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: contain;
}
.sect-notes1 .title1 {
  width: 23.0625em;
  margin: 0 auto;
}
.sect-notes1 .cap1 {
  margin: 2em auto;
  text-align: center;
}
.sect-notes1 .cap1 a {
  color: #0064ff;
}
.sect-notes1 .title2 {
  margin: 3em auto 1.5em;
  width: 25em;
}
.sect-notes1 .btn1 {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 0.75em;
  padding: 0.625em 0;
  margin: 2em auto 0;
  text-decoration: none;
  transition: 0s ease 0.3s;
  position: relative;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/notes1/bg-gradation.png);
  background-position: center center;
  background-size: cover;
  border: 1px solid #333333;
  width: 27.5em;
}
.sect-notes1 .btn1 .icon {
  position: absolute;
  display: block;
  right: 1.7777777778em;
  top: calc(50% - 0.625em);
  /* width: 1.25em;
  height: 1.25em

  display: inline-block; */
  width: 1.25em;
  height: 0.75em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/notes1/arrow.png) no-repeat center/contain;
  transition: transform ease 0.3s;
}
.sect-notes1 .btn1 + div {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sect-notes1 .btn1.on {
  border-radius: 0.75em 0.75em 0 0;
  transition: 0s;
}
.sect-notes1 .btn1.on .icon {
  transform: rotate(180deg);
}
.sect-notes1 .btn1.on + div {
  max-height: 150em;
  border: 1px solid #003c82;
  padding: 1.5em 1em;
}
.sect-notes1 table {
  width: 27.5em;
  margin: 1em auto;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
}
tr:not(.sect-notes1 table:first-child):nth-child(odd) {
  background-color: #f9f7f6;
}
.sect-notes1 table td.ffs {
  font-feature-settings: "palt";
  text-align: center;
}
.sect-notes1 table td.p60 {
  padding: 3.75em 0.5em;
}
.sect-notes1 table td.vat {
  vertical-align: top;
}
.sect-notes1 table td.lh {
  line-height: 1.125;
}
.sect-notes1 table th, .sect-notes1 table td {
  border: 1px solid #333;
  padding: 0.5em;
  text-align: left;
}
.sect-notes1 table td.gray {
  background-color: #f9f7f6;
}
.sect-notes1 table th:first-child, .sect-notes1 table td:first-child {
  width: 7.1875em;
  font-weight: 700;
}
.sect-notes1 table th.text-center, .sect-notes1 table td.text-center {
  text-align: center;
}
.sect-notes1 table th {
  background-color: #EBF5FF;
  padding: 1em 0.5em;
}
.sect-notes1 table .card {
  width: 7.6875em;
  margin: 0 auto;
}
.sect-notes1 table p.ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.sect-notes1 table p.ind2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.sect-notes1 table p.ind3 {
  padding-left: 3em;
  text-indent: -3em;
}
.sect-notes1 table p.min {
  font-size: 0.75em;
}
.sect-notes1 table p.pb8 {
  padding-bottom: 0.5em;
}
.sect-notes1 .bottomTxt {
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 1.3333333333em;
  padding: 0 3.3333333333em 0 1.6666666667em;
}

/* .sect-notes1 .btn1 .icon:before, .sect-notes1 .btn1 .icon:after {
  content: "";
  display: block;
  position: absolute
}

.sect-notes1 .btn1 .icon:before {
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #fff
}

.sect-notes1 .btn1 .icon:after {
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff
} */
.notes1-c1 {
  background-color: #fff;
  width: 27.5em;
  margin: 0 auto;
  padding: 0 1em;
}
.notes1-c1 h3 {
  font-size: 1.125em;
  font-weight: 900;
  color: #222222;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/check.svg) left center no-repeat;
  background-size: 1.6111111111em auto;
  line-height: 1.375;
  padding: 0.375em 0 0.375em 2em;
  margin: 0 auto 0.5em;
  position: relative;
}
.notes1-c1 h3::after {
  position: absolute;
  bottom: -0.375em;
  left: 0;
  background: radial-gradient(circle farthest-side, #CC0033, #CC0033 40%, transparent 40%, transparent);
  background-size: 0.3333333333em;
  content: "";
  display: inline-block;
  height: 0.3333333333em;
  width: 100%;
}
.notes1-c1 p {
  margin: 0.625em auto;
}
.notes1-c1 p.ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.notes1-c1 p.ind2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.notes1-c1 p.ind3 {
  padding-left: 3em;
  text-indent: -3em;
}
.notes1-c1 p.tred {
  font-size: 1.125em;
  font-weight: 700;
  color: #CC0033;
}
.notes1-c1 p.caution1 {
  font-size: 0.75em;
}
.notes1-c1 p.caution1 a {
  color: #0064ff;
}
.notes1-c1 p.tpink {
  color: #CC0033;
  font-size: 1.125em;
  font-weight: 900;
}

.sect-notes2 {
  padding: 3em 0;
  background-color: #cc0033;
}
.sect-notes2 .title1 {
  width: 21.5625em;
  margin: 0 auto;
}
.sect-notes2 .img1 {
  width: 27.5em;
  margin: 1.5em auto;
  position: relative;
}
.sect-notes2 .img1 a {
  display: block;
  position: absolute;
  left: 35%;
  top: 29%;
  width: 10%;
  height: 4%;
}

.sect-notes3 {
  padding: 2em 0;
}
.sect-notes3 .inner {
  width: 27.5em;
  margin: 0 auto;
}
.sect-notes3 .linkBtn-txt {
  width: 22.9166666667em;
  margin: 0 auto 0.6666666667em;
}
.sect-notes3 .linkBtn {
  display: block;
  width: 13.1875em;
  margin: 0 auto;
}
.sect-notes3 h2 {
  background-color: #004AA3;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.375em 0;
  margin: 2em auto 1em;
}
.sect-notes3 h2.red {
  background-color: #CC0033;
}
.sect-notes3 h2.ttl-tal {
  text-align: left;
  font-size: 1em;
  padding: 1.25em 0 1.25em 1.875em;
  font-weight: 500;
}
.sect-notes3 h2.fs16 {
  font-size: 1em;
  font-weight: 500;
}
.sect-notes3 h2.p1030 {
  padding: 0.625em 1.875em;
}
.sect-notes3 .a-hd {
  display: flex;
  align-items: center;
  background-color: #F7DF96;
  color: #222222;
  position: relative;
  margin: 0.75em auto;
}
.sect-notes3 .a-hd > div {
  position: relative;
}
.sect-notes3 .a-hd > div.text {
  padding-left: 0.875em;
}
.sect-notes3 .a-hd > div.text p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.75em 0;
}
.sect-notes3 .a-hd:nth-of-type(1) > div.text p, .sect-notes3 .a-hd:nth-of-type(3) > div.text p, .sect-notes3 .a-hd:nth-of-type(5) > div.text p {
  line-height: 2.75;
}
.sect-notes3 h3 {
  font-size: 1em;
  font-weight: 700;
  color: #004AA3;
  border-left: 0.25em solid #004AA3;
  border-bottom: 1px solid #004AA3;
  padding: 0.25em 0 0.25em 1em;
  margin: 0.75em auto;
}
.sect-notes3 h3.red {
  color: #CC0033;
  border-left: 0.25em solid #CC0033;
  border-bottom: 1px solid #CC0033;
}
.sect-notes3 h4 {
  font-size: 1em;
  font-weight: 400;
  margin: 0.75em auto;
}
.sect-notes3 h4.fs14 {
  font-size: 0.875em;
}
.sect-notes3 p {
  font-size: 0.75em;
  line-height: 1.75;
}
.sect-notes3 p.b-hd {
  border: 1px solid #3c3c3c;
  padding: 0.25em 0;
  padding-left: 0.875em;
  margin: 1.5em auto 1em;
  font-size: 1em;
}
.sect-notes3 p.ind1 {
  padding-left: 1.375em;
  text-indent: -1.375em;
}
.sect-notes3 p.ind2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.sect-notes3 p.ind3-half {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.sect-notes3 p.ind3 {
  padding-left: 3em;
  text-indent: -3em;
}
.sect-notes3 p.ind2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.sect-notes3 p.fs14 {
  font-size: 0.875em;
}
.sect-notes3 a.link-tar {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.5833333333em;
  font-size: 0.75em;
}

.ft .img1 {
  position: relative;
  width: 27.5em;
  margin: 0 auto;
}
.ft .img1 a {
  display: block;
  position: absolute;
  left: 74%;
  top: 19%;
  width: 14%;
  height: 6%;
}
.ft .copyright {
  background-color: #eee7db;
  text-align: center;
  padding: 0.5em 0;
  margin: 2em auto 0;
  font-size: 0.75em;
}

.no-c1 {
  width: 27.5em;
  margin: 3em auto 0;
  border: 1px solid #a8864a;
  background-color: #fff;
}
.no-c1 .hdd {
  background-color: #e5dbc9;
  position: relative;
  border-bottom: 1px solid #a8864a;
}
.no-c1 .hdd span {
  font-size: 1.375em;
  font-weight: 700;
  display: block;
  padding: 0.5em 1em;
}
.no-c1 .hdd img {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  width: 8.5625em;
}
.no-c1.reg {
  border: 1px solid #636363;
}
.no-c1.reg .hdd {
  background-color: #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.no-c1 .i01 {
  margin: 2em auto;
  max-width: 120%;
  width: 28.8125em;
  margin-left: -0.65625em;
}
.no-c1 .a-hd {
  display: flex;
  align-items: center;
  background-color: #b6ede8;
  color: #003c82;
  position: relative;
  margin: 0.75em auto;
  width: 25em;
}
.no-c1 .a-hd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.625em;
  height: 100%;
  background-color: #003c82;
}
.no-c1 .a-hd > div {
  position: relative;
}
.no-c1 .a-hd > div:first-child {
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  width: 5em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}
.no-c1 .a-hd > div.text {
  padding-left: 0.5em;
  flex: 1;
}
.no-c1 .a-hd > div.text p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.75em 0;
}
.no-c1 .pp1 {
  font-size: 1.125em;
  width: 22.2222222222em;
  margin: 1em auto;
}
.no-c1 .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.5625em;
  height: 5.6875em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/nyukai_otoku/btn.png) center center no-repeat;
  background-size: 100% auto;
  margin: 1em auto 2em;
  padding-bottom: 0.25em;
  text-decoration: none;
}
.no-c1 .btn1 > div {
  font-size: 1.25em;
  font-weight: 700;
  padding-right: 2em;
  color: #003c82;
}
.no-c1 .i02 {
  width: 25.1875em;
  margin: 2em auto;
}
.no-c1 .i03 {
  width: 25.0625em;
  margin: 2em auto;
}

.nyukai-tabs {
  display: flex;
  margin: 0.5em auto 0;
  padding: 0 1.25em 0;
}
.nyukai-tabs a {
  position: relative;
  display: block;
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #003c82;
  font-size: 1.25em;
  font-weight: 800;
  padding: 1em 0;
  border-radius: 0.75em 0.75em 0 0;
  border: 1px solid #003c82;
  border-bottom: none;
  z-index: 1;
}
.nyukai-tabs a img {
  width: 6.25em;
  margin: 0 auto;
}
.nyukai-tabs a.on {
  background-color: #fff;
  color: #003c82;
}

.nyukai-tab-contents {
  margin-top: -1px;
}
.nyukai-tab-contents > div {
  display: none;
  padding: 1.5em 0 3em;
  background-color: #fff;
}
.nyukai-tab-contents > div:last-child {
  padding: 1.5em 0;
}
.nyukai-tab-contents > div.on {
  display: block;
}
.nyukai-tab-contents .a-hd {
  display: flex;
  align-items: center;
  background-color: #FFDEEF;
  color: #003c82;
  position: relative;
  margin: 0.75em auto;
  width: 25em;
}
.nyukai-tab-contents .a-hd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.625em;
  height: 100%;
  background-color: #CC0033;
}
.nyukai-tab-contents .a-hd > div {
  position: relative;
}
.nyukai-tab-contents .a-hd > div:first-child {
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  width: 5em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}
.nyukai-tab-contents .a-hd > div.text {
  padding: 0 1em;
  flex: 1;
}
.nyukai-tab-contents .a-hd > div.text p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.3125em 0;
}
.nyukai-tab-contents .pp1 {
  width: 25em;
  margin: 1em auto;
}
.nyukai-tab-contents .btn {
  display: block;
  width: 22.5em;
  margin: 1em auto 0;
  text-decoration: none;
}
.nyukai-tab-contents .cc1 {
  font-size: 0.75em;
  width: 33.3333333333em;
  padding-left: 2em;
  text-indent: -1em;
  margin: 1em auto 2em;
}
.nyukai-tab-contents .i02 {
  margin: 1.5em auto;
  width: 25em;
}
.nyukai-tab-contents .point {
  margin: 1.5em auto 0;
  width: 27.5em;
}

#mymodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  padding: 2em 0;
  transition: 0.3s;
}
#mymodal > .mymodal-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#mymodal .mymodal-inner {
  border: 1px solid #000;
  width: 100%;
  max-width: 620px;
  position: relative;
  background-color: #fff;
  /* background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/bg_gray.png) center center;
  padding: 0 2em */
}
#mymodal .mymodal-inner .mymodal-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2.2em;
  height: 2.2em;
  z-index: 10;
  background-color: #CC0033;
  border-radius: 2px;
  border: 1px solid #fff;
  cursor: pointer;
}
#mymodal .mymodal-inner .mymodal-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: calc(50% - 1px);
  width: 64%;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
#mymodal .mymodal-inner .mymodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: calc(50% - 1px);
  width: 64%;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}
#mymodal .mymodal-contents {
  max-height: calc(100vh - 4em);
  overflow: auto;
}
#mymodal.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}

#mymodal3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  padding: 2em 0;
  transition: 0.3s;
}
#mymodal3 > .mymodal-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#mymodal3 .mymodal-inner {
  border: 1px solid #000;
  width: 100%;
  max-width: 620px;
  position: relative;
  background-color: #fff;
  /* background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/bg_gray.png) center center;
  padding: 0 2em */
}
#mymodal3 .mymodal-inner .mymodal-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2.2em;
  height: 2.2em;
  z-index: 10;
  background-color: #CC0033;
  border-radius: 2px;
  border: 1px solid #fff;
}
#mymodal3 .mymodal-inner .mymodal-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: calc(50% - 1px);
  width: 64%;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
#mymodal3 .mymodal-inner .mymodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: calc(50% - 1px);
  width: 64%;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transform: rotate(-45deg);
}
#mymodal3 .mymodal-contents {
  max-height: calc(100vh - 2em);
  overflow: auto;
}
#mymodal3.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}

@media screen and (max-width: 750px) {
  #mymodal {
    padding: 2em;
  }
  #mymodal .mymodal-inner {
    /* padding: .75em; */
    overflow: hidden;
  }
  #mymodal .mymodal-inner .mymodal-close {
    width: 1.5em;
    height: 1.5em;
    right: 1em;
    top: 1em;
  }
  #mymodal .mymodal-inner .mymodal-close:before, #mymodal .mymodal-inner .mymodal-close:after {
    width: 62%;
  }
  #mymodal .mymodal-inner .mymodal-close:before, #mymodal .mymodal-inner .mymodal-close:after {
    border-top: 1px solid #fff;
  }
  #mymodal3 {
    padding: min(1em, 16px);
  }
  #mymodal3 .mymodal-inner {
    /* padding: .75em; */
    overflow: hidden;
  }
  #mymodal3 .mymodal-inner .mymodal-close {
    width: 1.5em;
    height: 1.5em;
    right: 1em;
    top: 1em;
  }
  #mymodal3 .mymodal-inner .mymodal-close:before, #mymodal3 .mymodal-inner .mymodal-close:after {
    width: 62%;
  }
  #mymodal3 .mymodal-inner .mymodal-close:before, #mymodal3 .mymodal-inner .mymodal-close:after {
    border-top: 1px solid #fff;
  }
}
@supports (-webkit-touch-callout: none) {
  #mymodal {
    right: 0;
    bottom: 0;
    height: auto;
  }
  #mymodal3 {
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.temp {
  display: none;
}

.modal1-contents {
  padding: 0 2em;
  border-radius: 0.5em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/basic/bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
}
.modal1-contents .before {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1em;
  width: 100%;
  padding: 0 6.4724919094%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  left: 0;
  bottom: 21%;
  z-index: 10;
  text-align: center;
  height: 17.5909090909em;
  line-height: 1.3636363636;
}
.modal1-contents .bg {
  background-color: #fff;
  width: 100%;
  border-radius: 1.0625em;
  border: 2px solid #B2934F;
  padding: 1.375em 0 1.875em;
}
.modal1-contents .bg .modal1-txt, .modal1-contents .bg .modal1-note {
  text-align: center;
  max-width: 500px;
  width: 80%;
  margin-left: auto;
  margin: auto;
}
.modal1-contents .bg > div {
  max-width: 363px;
  width: 22.6875em;
  margin-left: auto;
  margin-right: auto;
}
.modal1-contents .w-modal {
  max-width: 363px;
  width: 22.6875em;
  margin-left: auto;
  margin-right: auto;
}

.modal1-inner {
  margin: 0 auto;
  padding: 13em 0 4em;
  /* display: flex;
  justify-content: center;
  align-items: center */
}

.modal1-contents .modal1-hd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 9%;
}

.modal1-txt {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.modal1-note {
  font-size: 0.75em;
  display: flex;
  margin-bottom: 2em;
  line-height: 1.3333333333;
}

.modal1-contents .btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2em;
  margin-top: 1.875em;
}
.modal1-contents .btns > div {
  width: 100%;
}
.modal1-contents .btns a {
  display: block;
}
.modal1-contents .btns.mt24 {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .modal1-contents {
    padding: 0.75em;
  }
  .modal1-contents .before {
    padding: 0 0;
    bottom: 19%;
    height: 56.5%;
    font-size: 1.125em;
    line-height: 1.5555555556;
  }
  .modal1-contents .modal1-hd {
    top: 7%;
  }
  .modal1-inner {
    width: auto;
    padding: 9.6875em 0 1.875em;
  }
  .modal1-inner > .btns {
    width: 83.4482758621%;
  }
  .modal1-txt {
    margin: 0 auto 0.5em;
    width: 84.1743119266% !important;
  }
  .bg .modal1-txt {
    width: 84.1743119266%;
  }
  .bg > div {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal2-contents {
  padding: 0 2em;
  border-radius: 0.5em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/basic/bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
}
.modal2-contents .bg {
  background-color: #fff;
  width: 100%;
  border-radius: 1.0625em;
  border: 2px solid #B2934F;
  padding: 1.375em 0 1.875em;
}

.modal2-inner {
  margin: 0 auto;
  padding: 13em 0 2.5em;
}

.modal2-contents .modal2-hd {
  position: absolute;
  left: 0;
  top: 11%;
  width: 100%;
}

.modal2-txt {
  font-size: 1em;
  font-weight: 600;
  margin: 0 auto 2em;
  width: 83.3333333333%;
  line-height: 1.5;
  text-align: center;
}

.modal2-contents .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2em;
  width: 65.8844765343%;
  margin: 0 auto;
}
.modal2-contents .btns > div {
  width: 100%;
}

.modal2-goldtxt {
  width: 65.8844765343%;
  font-size: 1em;
  line-height: 1.5;
  margin: 2em auto 0;
}
.modal2-goldtxt a {
  color: #384DB8;
}

.modal2-contents h3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}
.modal2-contents .btn4 {
  display: block;
  width: 22.75em;
  margin: 1.25em auto;
}
.modal2-contents .img1 {
  width: 31.375em;
  margin: 0 auto;
}
.modal2-contents .before {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1em;
  width: 100%;
  padding: 0 6.4724919094%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  height: 18.5em;
  line-height: 1.3636363636;
}

@media screen and (max-width: 750px) {
  .modal2-contents {
    padding: 0.75em;
  }
  .modal2-inner {
    padding: 11em 0 1.75em;
  }
  .modal2-contents .modal2-hd {
    top: 11%;
  }
  .modal2-contents .btns {
    row-gap: 2em;
    width: 77.2532188841%;
  }
  .modal2-contents .before {
    padding: 0;
    font-size: 1.125em;
    line-height: 1.5555555556;
    height: 70%;
  }
  .modal2-txt {
    font-size: 1em;
    font-weight: 600;
    margin: 0 auto 2em;
    width: 83.3333333333%;
    line-height: 1.5;
  }
  .modal2-goldtxt {
    width: 83.3333333333%;
    font-size: 1em;
    line-height: 1.5;
    margin: 2em auto 0;
  }
}
.pcrnavi_bunner_img_size {
  max-width: 414px;
  max-height: 84px;
}

.pcrnavi_bunner_img_sp_size {
  max-width: 173px;
  max-height: 68px;
}

@media screen and (max-width: 800px) {
  .pcleft .dcard, .pcright .dcard {
    padding-right: 25px;
    max-width: initial;
  }
}
@media screen and (max-width: 750px) {
  .pcleft .dcard, .pcright .dcard {
    padding-right: 1em;
    max-width: initial;
  }
}
.pcright {
  padding-bottom: 91px;
}

@media screen and (min-width: 751px) and (max-height: 750px) {
  .pcbg .inner {
    justify-content: flex-start;
  }
  .pcright {
    width: 300px;
    margin-left: 500px;
  }
}
@media screen and (min-width: 890px) and (max-height: 750px) {
  .pcright {
    margin-left: 490px;
  }
}
@media screen and (min-width: 751px) and (max-height: 670px) {
  .pcright {
    width: 240px;
  }
}
@media screen and (min-width: 751px) and (max-height: 570px) {
  .pcright {
    width: 180px;
  }
}
@media screen and (min-width: 751px) and (max-height: 470px) {
  .pcright {
    width: 160px;
  }
}
.img_pd {
  display: block;
  margin: 10px 40px 0;
}

@media screen and (max-width: 750px) {
  .img_pd {
    margin: 10px 20px 0;
  }
}
.howto03_txt {
  display: flex;
  gap: 0.25em;
  font-size: 1em;
  /* background-size: calc(29 / 18 * 1em) auto; */
  line-height: 1.75;
  margin: 1em auto;
  padding: 0 0.875em;
}
.howto03_txt .icon {
  width: 1.875em;
  height: 1.25em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/check.png) no-repeat center/contain;
  flex-shrink: 0;
  transform: translateY(0.25em);
}

.somosomo-c1 .reason {
  width: 57.5%;
  margin: 0 auto 0.5em 2em;
}

.lineup .no1 {
  position: relative;
  z-index: 1;
}
.lineup .no1::before {
  content: "";
  width: 25.25%;
  height: 54.3010752688%;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/lineup/no1.png) no-repeat center/contain;
  position: absolute;
  top: -34.4086021505%;
  left: 2%;
  z-index: -1;
}

.nyukai-tab-contents .step {
  padding: 0 1.25em 1.25em;
  margin-bottom: 0.75em;
  position: relative;
}
.nyukai-tab-contents .step:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: radial-gradient(circle farthest-side, #CC0033, #CC0033 50%, transparent 60%, transparent);
  background-size: 0.56em;
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 90%;
}
.nyukai-tab-contents .step-flex {
  display: flex;
  align-items: center;
  gap: 2.5125628141%;
}
.nyukai-tab-contents .step-num {
  width: 17.5879396985%;
}
.nyukai-tab-contents .step-ttl {
  font-size: 1.125em;
  font-weight: 700;
  color: #222222;
  width: 79.8994974874%;
}
.nyukai-tab-contents .adn2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/nyukai_otoku/bg_adn.png) no-repeat center top/cover;
  color: #222;
  border: 1px solid #003c82;
  width: 25em;
  margin: 1.25em auto 0;
  border-radius: 0.5em;
  padding: 1.25em 1.5em 1.25em 4.375em;
  text-align: center;
  text-decoration: none;
}
.nyukai-tab-contents .adn2 .text {
  font-size: 1.125em;
  font-weight: 700;
}
.nyukai-tab-contents .adn2 .icon {
  display: inline-block;
  width: 1.25em;
  height: 0.75em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/nyukai_otoku/arrow.png) no-repeat center/contain;
  transition: transform ease 0.3s;
}
.nyukai-tab-contents .adn2 + div {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.nyukai-tab-contents .adn2.on {
  border-radius: 0.5em 0.5em 0 0;
}
.nyukai-tab-contents .adn2.on .icon {
  transform: rotate(180deg);
}
.nyukai-tab-contents .adn2.on + div {
  max-height: 156em;
  opacity: 1;
  padding: 1.5em 1em 2.5em 1em;
  pointer-events: initial;
}

.shop {
  opacity: 1;
  padding: 0 1em;
  width: 25em;
  margin: 0 auto;
  border: 1px solid #222222;
  transition: 0.3s;
  background-color: #fff;
}
.shop h3 {
  font-size: 1.125em;
  font-weight: 700;
  color: #222222;
  padding-left: 2em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/hajimete/check.svg) left center no-repeat;
  background-size: 1.6111111111em auto;
  line-height: 1.375;
}
.shop .attention {
  font-size: 0.75em;
  line-height: 1.5;
  color: #3C3C3C;
  margin-bottom: 2em;
}
.shop .attention a {
  color: #0064FF;
}
.shop .shop-list {
  margin: 0.5em auto 2em;
  padding-top: 1em;
  line-height: 1.75;
  position: relative;
}
.shop .shop-list::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: radial-gradient(circle farthest-side, #CC0033, #CC0033 40%, transparent 45%, transparent);
  background-size: 0.3333333333em;
  content: "";
  display: inline-block;
  height: 0.3333333333em;
  width: 100%;
}
.shop .bnr {
  display: block;
  width: 100%;
}
.shop .note p {
  font-size: 0.75em;
  line-height: 1.5;
  color: #3C3C3C;
  display: flex;
  gap: 0.1666666667em;
}
.shop .note p a {
  color: #0064FF;
}
.shop .note p:not(:last-child) {
  margin-bottom: 0.25em;
}
.shop .note p span:first-child {
  flex-shrink: 0;
}
.shop .campaign {
  margin-top: 2em;
}
.shop .campaign .txt {
  width: 18.4375em;
  margin: 0 auto 0.5em;
}
.shop .campaign .bnr {
  width: 100%;
}

.modal3-contents {
  padding: 0 2em;
  background-color: #fff;
}

.modal3-inner {
  margin: 0 auto;
  padding: 3.625em 0;
}

.modal3-contents .modal3-ttl {
  width: 83.3333333333%;
  margin: 0 auto 2em;
}
.modal3-contents .modal3-step {
  display: flex;
  flex-direction: column;
  row-gap: 2.75em;
  width: 82.2916666667%;
  margin: 0 auto;
}
.modal3-contents .modal3-step .order {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #CC0033;
  border-radius: 0.625em;
  height: 2.25em;
  position: relative;
  width: 100%;
}
.modal3-contents .modal3-step li {
  position: relative;
}
.modal3-contents .modal3-step li:not(:first-child)::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.75em;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/modal/arrow.png) center bottom no-repeat;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
.modal3-contents .modal3-step .order div {
  color: #fff;
  background-color: #CC0033;
  text-align: center;
  font-size: 1.3125em;
  font-weight: 600;
  width: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3em 0 0 0.3em;
}
.modal3-contents .modal3-step .order p {
  font-size: 0.875em;
  font-weight: 600;
  color: #222;
  flex-grow: 1;
  text-align: center;
}
.modal3-contents .modal3-step .order a {
  color: #0000EE;
}
.modal3-contents .modal3-step .mail {
  width: 14.875em;
  margin: 1em auto 0;
  border: 1px solid #CC0033;
  border-radius: 0.3125em;
}
.modal3-contents .modal3-step .completion {
  width: 16.4375em;
  margin: 1em auto 0;
}
.modal3-contents .modal3-txt {
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin: 1em 0;
}
.modal3-contents .modal3-txt.m-0 {
  margin: 0;
}
.modal3-contents .modal3-txt a {
  color: #0000EE;
}

@media screen and (max-width: 750px) {
  .modal3-contents {
    padding: 0;
  }
}
.gnavi .btns-check {
  margin: 2em auto 0;
  max-width: 22.1875em;
}
.gnavi .btns-check .check:first-child {
  margin-bottom: 1em;
  display: block;
}

.cp1 .btns-check {
  width: 79.375%;
  margin: 0 auto 2.5em;
}
.cp1 .btns-check .check {
  display: block;
  margin-bottom: 1em;
}

.hajimete-c2 .howto01 .right {
  text-align: right;
  font-size: 0.75em;
  margin-top: 2em;
}
.hajimete-c2 .howto01 .right a {
  color: #0000EE;
}
.hajimete-c2 .howto02 .right {
  text-align: right;
  font-size: 0.75em;
  margin-top: 2em;
}
.hajimete-c2 .howto02 .right a {
  color: #0000EE;
}
.hajimete-c2 .btn {
  width: 22.625em;
  display: block;
  margin: 2em auto 0;
}
.hajimete-c2.pb0 {
  padding-bottom: 0;
}

.step .inner {
  padding: 0 1.25em;
}
.step .inner.mb {
  margin-bottom: 3.125em;
}


.basic {
  padding: 2.5em 1.25em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/basic/bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
}
.basic__inner {
  width: 25em;
  margin: 0 auto;
}
.basic__ttl {
  width: 22.5em;
  margin: 0 auto;
}
.basic__txt {
  font-size: 1.375em;
  font-weight: 700;
  margin: 1em auto 1.5em;
  text-align: center;
}
.basic__bottomTxt {
  font-size: 0.75em;
  margin-top: 0.6666666667em;
  font-weight: 400;
}
.basic .speech {
  display: flex;
  justify-content: space-between;
}
.basic .speech figure {
  width: 6em;
}
.basic .speech figure figcaption {
  color: #CC0033;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5em;
}
.basic .speech p {
  padding: 1.25em;
  border: 2px solid #CC0033;
  border-radius: 1.25em;
  background-color: #fff;
  width: 18.25em;
  position: relative;
  font-weight: 500;
}
.basic .speech p::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  transform: translateX(-81%);
  top: 5.25em;
  width: 1.0625em;
  height: 2em;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202402_rs/cpn-U29gold/img/basic/speech-parts.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.basic .speech p b {
  background-color: #FFF08E;
}
.basic .speech p .speech-smallTxt {
  font-size: 0.75em;
  letter-spacing: -0.02em;
  padding-left: 1.8em;
  text-indent: -1.8em;
  display: block;
  margin-top: 0.6666666667em;
}
.basic .mt24 {
  margin-top: 1.5em;
}

.limited {
  background-color: initial;
  width: initial;
}
.limited .subt1 {
  width: 16.4375em;
  margin: 0 auto 2em;
  padding: 0;
}
.limited .subt1 img {
  width: inherit;
}
.limited .gentei-tabs {
  padding: 0;
  background-color: initial;
  width: 27.5em;
  margin: 0 auto;
  justify-content: space-between;
}
.limited .gentei-tabs a {
  flex: initial;
  width: 10.5em;
  border: initial;
  color: #fff;
  background-color: #000;
  border: #000 2px solid;
  border-bottom: none;
}
.limited .gentei-tabs a.on {
  color: #222;
  background-color: #fff;
}
.limited .gentei-tab-contents {
  border: initial;
  border-top: 2px solid #000;
  margin-top: -2px;
  background-color: #fff;
  padding-bottom: 1.875em;
}
.limited .gentei-tab-contents img {
  width: 25.3125em;
  margin: 0 auto;
}

.benefit {
  padding-bottom: 0;
}
.benefit > img {
  width: 20.6875em;
  margin: 0 auto;
}
.benefit .nyukai-tabs {
  padding: 0;
  background-color: initial;
  width: 27.5em;
  margin: 0 auto;
  margin-top: 2em;
  justify-content: space-between;
}
.benefit .nyukai-tabs a {
  flex: initial;
  width: 10.5em;
  border: initial;
  color: #fff;
  background-color: #000;
  border: #000 2px solid;
  border-bottom: none;
}
.benefit .nyukai-tabs a.on {
  color: #222;
  background-color: #fff;
}
.benefit .nyukai-tab-contents {
  border: initial;
  border-top: 2px solid #000;
  margin-top: -2px;
  background-color: #fff;
  padding-bottom: 1.875em;
}
.benefit .nyukai-tab-contents .i01 {
  width: 28.25em;
  margin-left: 0.5em;
}
.benefit .stepWrap {
  width: 27.5em;
  margin: 0 auto;
  border-radius: 0.625em;
  /* overflow: hidden; */
}
.benefit .stepWrap.w100 {
  width: 100%;
  margin: 0;
}
.benefit .stepWrap__step01 {
  font-feature-settings: "palt";
}
.benefit .stepWrap .step-smallTxt {
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  margin-top: 0.2857142857em;
}
.benefit .stepWrap__ttl {
  width: 27.5em;
  margin: 0 auto;
}
.benefit .stepWrap__top {
  width: 22.5em;
  margin: 1.5em auto;
}
.benefit .stepWrap__step03 {
  letter-spacing: -0.03em;
}
.benefit .stepWrap .fs20 {
  font-size: 1.25em;
}
.benefit .stepWrap__step05 {
  padding: 0;
}
.benefit .stepWrap__step05 .p-lr-20 {
  padding: 0 1.25em;
}
.benefit .stepWrap__step05Img {
  width: 27.5em;
}
.benefit .stepWrap__step05Img.mt16 {
  margin-top: 1em;
}
.benefit .stepWrap__step05Img.mt32 {
  margin-top: 2em;
}
.benefit .stepWrap__step05txt {
  font-size: 0.75em;
  width: 30.6666666667em;
  margin: 0.5em auto 1.5em;
  font-weight: 400;
}
.benefit .stepWrap__step05-link {
  display: block;
  width: 100%;
  margin-top: 1em;
}
.benefit .stepWrap__bottomImg {
  width: 22.5em;
  margin: 1.5em auto 0;
}
.benefit .stepWrap__content {
  width: 27.5em;
  margin: 1em auto 1.5em;
}
.benefit .stepWrap .cautions2 {
  width: 25em;
  margin: 0 auto;
}

.annual {
  width: 27.5em;
  margin: 0 auto;
}
.annual__ttl {
  width: 20.6875em;
  margin: 0 auto 2em;
}
.annual__inner {
  background-color: #fff;
  border-radius: 0.625em;
  padding: 2em 1.25em 1.5em;
}
.annual__inner p {
  font-size: 0.75em;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.6666666667em;
}

.use {
  width: 27.5em;
  margin: 0 auto 2.5em;
}
.use__ttl {
  width: 14.875em;
  margin: 0 auto 2em;
}
.use__subt {
  width: 100%;
}
.use__inner {
  margin-top: 1.5em;
  background-color: #fff;
  border-radius: 0.625em;
}
.use__inner:nth-of-type(2) .use__content {
  padding: 0.5em 0 0.625em;
  width: 21.25em;
}
.use__inner:nth-of-type(3) .use__content {
  padding: 1.75em 0 2em;
  width: 25em;
}
.use__inner:nth-of-type(4) .use__content {
  padding: 1.75em 0 2em;
  width: 25em;
}
.use__content {
  margin: 0 auto;
}
.use__link {
  font-size: 0.75em;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.5em;
}

.bottomTxt__center {
  text-align: center;
  margin-top: 1.5em;
}

/*追加240213*/
.add_mt_rnavi {
  display: block;
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .gnavi .btns a.set_width {
    width: 22.1875em;
    margin-top: 1em;
  }
}
/*追加240220*/
.set_text_indent_ast {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.set_cont_inner {
  margin: 2.5em auto 0;
}

.area_qa_wrap {
  padding: 1em;
  border: 1px solid #cc0033;
  border-radius: 8px;
  margin: 0 1.2em;
}

.area_qa_inner {
  margin: 1em auto 0;
}

.area_qa_inner dt {
  margin: 1.5em auto 0;
  padding-left: 2.8em;
  position: relative;
}

.area_qa_inner dt:before {
  display: block;
  content: "";
  width: 2.4em;
  height: 2.4em;
  background-image: url("//dcard.docomo.ne.jp/std/campaigns/202402_rs/cpn-U29gold/img/nyukai_otoku/icon_qa_q.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.area_qa_inner dt:first-of-type {
  margin: 0 auto;
}

.area_qa_inner dd {
  margin: 1em auto 0;
  padding-left: 2.8em;
  position: relative;
}

.area_qa_inner dd:before {
  display: block;
  content: "";
  width: 2.4em;
  height: 2.4em;
  background-image: url("//dcard.docomo.ne.jp/std/campaigns/202402_rs/cpn-U29gold/img/nyukai_otoku/icon_qa_a.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.cont_inner_ttl {
  margin: 1.5em auto 0;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.75;
}

.set_bnr_wrap {
  margin-top: 0.6em;
  text-align: center;
}
