@charset "utf-8";

/*==========*/
/* calender */
/*==========*/

.calender .page-cts {
  padding-bottom: 240px;
}

.calender .page-cts .inner {
  height: 70vh;
}

.calender .page-cts .inner iframe {
  width: 100%;
  height: 100%;
}

.calender .jqtl-event-node {
  font-weight: bold;
}

.calender .jqtl-event-node .jqtl-event-label {
  font-size: 12px;
  color: #FFF;
}

/* 土日祝関係 */
.calender #myTimeline .jqtl-ruler-content-top .is-sat {
    background: rgba(60,140,255,.12) !important;
    color: #0b63c4 !important;
}

.calender #myTimeline .jqtl-ruler-content-top .is-sun, #myTimeline .jqtl-ruler-content-top .is-holiday {
    background: rgba(255,80,80,.12) !important;
    color: #c00 !important;
}

@media only screen and (max-width: 767px) {
.calender .page-cts {
  padding-bottom: 120px;
}
}


/*============*/
/* stamprally */
/*============*/

.stamprally .page-cts {
  padding-bottom: 240px;
}

.stamprally .contents {
  max-width: 688px;
}

.stamprally .center {
  text-align: center;
}

.stamprally .f14 {
  font-size: 87.5%;
}

.stamprally .dot {
  margin: 72px 0 56px;
  border-top: 2px dotted #c6c6c6;
}

.stamprally .bt {
  margin: 32px 0 24px;
  text-align: center;
}

.stamprally .btn {
  max-width: 354px;
  display: block;
  margin: 0 auto;
  padding: 20px 16px;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(229, 178, 202, 1) 0%, rgba(112, 40, 228, 1) 100%);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  transition: .3s all;
}

.stamprally .btn:hover {
  opacity: .7;
}

.stamprally .btn.next span {
  display: inline-block;
  padding: 0 32px;
  position: relative;
}

.stamprally .btn.next span::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}

.stamprally .gradationText {
  margin: 72px 0 56px;
}

.stamprally .gradationText .txS {
  font-size: 32px;
}

.stamprally .gradationText .txM {
  font-size: 40px;
}

.stamprally .gradationText .txL {
  font-size: 47px;
}

.stamprally .about-sec .bn {
  margin: 114px 0 72px;
  text-align: center;
}

.stamprally .about-sec .list-stamp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 2%;
  margin: 64px 0;
}

.stamprally .about-sec .list-stamp li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.stamprally .about-sec .list-stamp li.w100 {
  width: 100%;
}

.stamprally .about-sec .list-stamp li img {
  width: 100px;
}

.stamprally .about-sec .list-stamp li > span {
  width: calc(100% - 116px);
}

.stamprally .about-sec .list-stamp li .num {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}

.stamprally .about-sec .list-stamp li .num02 {
  font-size: 14px;
}

.stamprally .about-sec .list-stamp li .f12 {
  font-size: 70%;
}

.stamprally .about-sec .note {
  font-size: 20px;
}

.stamprally .about-sec .box-border {
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, .2);
}

.stamprally .about-sec .list-prize {
  display: inline-block;
  margin: 0 auto;
}

.stamprally .about-sec .list-prize li {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}

.stamprally .about-sec .list-prize li span {
  font-size: 28px;
  color: #f9f969;
}

.stamprally .about-sec .attention {
  font-size: 16px;
}

.stamprally .about-sec .attention li {
  margin-top: 8px;
}

.stamprally .about-sec .attention span,
.stamprally .about-sec .attention a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}

.stamprally .about-sec .btn-prize {
  margin: 0 auto 40px;
  text-align: center;
}

.stamprally .about-sec .btn-prize a {
  position: relative;
  display: inline-block;
  padding: 16px 24px 16px 40px;
  line-height: 1;
  border: 1px solid rgba(237,216,159,.3);
  border-radius: 8px;
  color: rgb(126,107,55);
  background: linear-gradient(90deg, rgba(126,107,55,1) 0%, rgba(232,219,184,1) 50%, rgba(238,193,72,1) 90%);
  background-clip: border-box;
  font-size: 32px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .4s;
}

.stamprally .about-sec .btn-prize a:hover {
  opacity: .7;
}

.stamprally .about-sec .btn-prize a::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 12px;
  border-left-color: #d7c9a3;
  border-right: 0;
  transition: .4s;
}

.stamprally .stamp-sec .h-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.stamprally .stamp-sec .h-wrap .img {
  width: 126px;
}

.stamprally .stamp-sec .h-wrap .gradationText {
  width: calc(100% - 126px);
  margin: 0;
  line-height: 1.3;
}

.stamprally .stamp-sec .h-wrap .gradationText .txS {
  font-size: 30px;
}

.stamprally .stamp-sec .h-wrap .gradationText .txM {
  font-size: 38px;
}

.stamprally .stamp-sec .h-stamp {
  position: relative;
  margin: 32px 0 72px;
  padding: 14px 16px;
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(90deg, #fff09d 0%, #bb8800 50%, #c29d2a 100%);
}

.stamprally .stamp-sec .h-stamp img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-190px, -50%);
}

.stamprally .stamp-sec .list-stamp {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 4%;
}

.stamprally .stamp-sec .list-stamp li {
  width: 48%;
  padding: 8px 16px;
  background: #07070f;
  border-radius: 12px;
}

.stamprally .stamp-sec .list-stamp li.icon {
  display: flex;
  align-items: center;
  background: transparent;
}

.stamprally .stamp-sec .list-stamp figure {
  text-align: center;
}

.stamprally .stamp-sec .list-stamp .gradationText {
  margin: 16px 0;
}

.stamprally .stamp-sec .list-stamp .gradationText .txS {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.stamprally .play-sec .list-step {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 4%;
  margin-top: 72px;
}

.stamprally .play-sec .list-step li {
  width: 48%;
  padding: 8px 16px;
  background: #07070f;
  border-radius: 12px;
}

.stamprally .play-sec .list-step figure {
  text-align: center;
}

.stamprally .play-sec .ttl span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: serif;
  font-weight: bold;
  line-height: 1;
}

.stamprally .play-sec .ttl span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  max-width: 112px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 240, 157, 1) 0%, rgba(187, 136, 0, 1) 50%, rgba(194, 157, 42, .3) 100%);
}


.stamprally .play-sec figure.mb10 {
  margin: 16px 0;
}

.stamprally .play-sec .icon {
  margin-top: 16px;
  text-align: right;
}

.stamprally .spot-sec .map-area {
  max-width: 930px;
  margin: 40px auto 0;
}

.stamprally .spot-sec .map-area iframe {
  width: 100% !important;
  height: 510px !important;
}
/**/

.stamprally .prize-sec .prize_wrap header {
  flex-basis: 100%;
}

.stamprally .prize-sec .prize_wrap header:has(h3) {
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stamprally .prize-sec .prize_wrap h3 {
  position: relative;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.stamprally .prize-sec .prize_wrap h3:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2em;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-image: url(/assets/images/stamprally/prize/bg_ribon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  z-index: -1;
}

.stamprally .prize-sec .prize_wrap.prizeB h3:before {
  background-image: url(/assets/images/stamprally/prize/bg_ribon_b.png);
}

.stamprally .prize-sec .prize_wrap.prizeC h3:before {
  background-image: url(/assets/images/stamprally/prize/bg_ribon_c.png);
}

.stamprally .prize-sec .prize_wrap.prizeW h3:before {
  background-image: url(/assets/images/stamprally/prize/bg_ribon_w.png);
}

.stamprally .prize-sec .prize_wrap h3 .lank {
  display: block;
  margin-right: 2.25em;
  margin-left: 2em;
  position: relative;
  color: #3d230c;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.stamprally .prize-sec .prize_wrap h3 .lank:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  background-image: url(/assets/images/stamprally/prize/bg_prize.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.stamprally .prize-sec .prizeW h3 .lank {
  line-height: 1;
  text-align: center;
  letter-spacing: -2.5px;
  font-size: 16px;
}

.stamprally .prize-sec .prize_wrap h3 .lank_detail {
  color: #fff;
  line-height: 1.0;
}

.stamprally .prize-sec .prize_blk {
  margin-top: -52px;
  margin-bottom: 64px;
  padding: 24px 40px 64px;
  border-radius: 8px;
  background-color: #121d46;
  box-shadow: inset 15px 25px 25px rgba(255,255,255,.05), inset -15px -25px 25px rgba(255,255,255,.05);
}

.stamprally .prize-sec .prize_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.stamprally .prize-sec .prize_sec h4 {
  flex-basis: 100%;
  margin: 32px 0 20px;
  padding: 16px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 22px;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-align: center;
}

.stamprally .prize-sec .prizeB .prize_sec h4 {
  font-size: 18px;
}

.stamprally .prize-sec .prize_sec .text,
.stamprally .prize-sec .prize_sec figure {
  flex-basis: 48%;
}

.stamprally .prize-sec .prize_sec .winner {
  flex-basis: 100%;
  min-height: 60px;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 12px;
  background: url(/assets/images/stamprally/prize/bg_golebox1.png) no-repeat;
  background-size: contain;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.stamprally .prize-sec .prize_sec .winner .fontS24 {
  font-size: 20px;
}

.stamprally .prize-sec .prizeB .prize_sec .winner {
  background-image: url(/assets/images/stamprally/prize/bg_golebox2.png);
}

.stamprally .prize-sec .prizeC .prize_sec .winner {
  background-image: url(/assets/images/stamprally/prize/bg_golebox3.png);
}

.stamprally .prize-sec .prizeC .prize_blk,
.stamprally .prize-sec .prizeB .prize_blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stamprally .prize-sec .prizeB .prize_sec {
  flex-basis: 48%;
}

.stamprally .prize-sec .prizeC .prize_sec {
  flex-basis: 32%;
}

.stamprally .prize-sec .prizeC .prize_sec .text,
.stamprally .prize-sec .prizeC .prize_sec figure,
.stamprally .prize-sec .prizeB .prize_sec .text,
.stamprally .prize-sec .prizeB .prize_sec figure {
  flex-basis: 100%;
  margin-bottom: 16px;
}

.stamprally .prize-sec .prize_sec figure {
  background-color: #17275f;
}

.stamprally .prize-sec .prizeB .prize_sec .text {
  min-height: 5em;
}

.stamprally .prize-sec .prizeC .prize_sec h4 {
  min-height: 7.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.stamprally .prize-sec .prizeC .prize_sec .text {
  min-height: 8em;
  font-size: 13px;  
}

.stamprally .prize-sec .prizeC .prize_blk {
  margin-bottom: 24px;
}

.stamprally .prize-sec .width_wide.platinumaps {
  margin-left: calc(50% - 465px);
  margin-right: calc(50% - 465px);
}

.stamprally .prize-sec .prize_sec.baseChange {
  margin: 0 auto;
}

.stamprally .prize-sec .prizeC .prize_sec h4.minHight {
  min-height: 5.8em;
}

/**/

.stamprally .prize-sec .note-txt {
  text-align: right; 
  font-size: 12px;
}

.stamprally .prize-sec .gradationText .txS {
  font-size: 18px;
}

.stamprally .prize-sec .gradationText .txM {
  font-size: 30px;
}

.stamprally .prize-sec .gradationText .txL {
  font-size: 42px;
}

.stamprally .prize-sec .box {
  padding: 0 24px 16px;
  margin-top: 88px;
  border-radius: 16px;
  background: #060f32;
}
.stamprally .prize-sec .h-img {
  transform: translateY(-56px);
  text-align: center;
}

.stamprally .prize-sec .h-txt {
  padding: 16px 0;
  margin-bottom: 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.stamprally .prize-sec .wrap {
  display: flex;
  justify-content: space-between;
}

.stamprally .prize-sec .wrap figure {
  width: 48%;
}

.stamprally .prize-sec .wrap .txt {
  width: 48%;
}

.stamprally .prize-sec .win-num {
  margin: 32px 0 64px;
  text-align: center;
}

.stamprally .prize-sec .list-col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4%;
}

.stamprally .prize-sec .list-col2 li {
  width: 48%;
}

.stamprally .prize-sec .list-col2 figure {
  text-align: center;
}

.stamprally .prize-sec .list-col2 p {
  margin-top: 8px;
}

.stamprally .prize-sec .list-col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}

.stamprally .prize-sec .list-col3 li {
  width: 32%;
}

.stamprally .prize-sec .list-col3 .h-txt {
  font-size: 16px;
}

.stamprally .prize-sec .list-col3 .h-txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2em;
}

.stamprally .prize-sec .list-col3 figure {
  text-align: center;
}

.stamprally .prize-sec .list-col3 p {
  margin-top: 8px;
  font-size: 14px;
}

.stamprally .qa-sec .data-qa01 {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #FFF;
}

.stamprally .qa-sec .data-qa01 > dt {
  margin: 24px 0;
  font-size: 18px;
  line-height: 1.3;
}

.stamprally .qa-sec .data-qa01 > dd {
  padding-left: 24px;
}

.stamprally .qa-sec .data-qa02 > dt {
  margin: 16px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.stamprally .qa-sec .data-qa02 .list-info li {
  margin-bottom: 16px;
}

.stamprally .qa-sec .list-attention li {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
.stamprally .page-cts {
  padding-bottom: 120px;
}

.stamprally .dot {
  margin: 32px 0 24px;
}

.stamprally .bt {
  margin: 32px 0 24px;
}

.stamprally .btn {
  max-width: 280px;
  padding: 12px 16px;
  font-size: 14px;
}

.stamprally .btn.next span {
  padding: 0 24px;
}

.stamprally .gradationText {
  margin: 48px 0 32px;
}

.stamprally .gradationText .txS {
  font-size: 13px;
}

.stamprally .gradationText .txM {
  font-size: 20px;
}

.stamprally .gradationText .txL {
  font-size: 32px;
}

.stamprally .about-sec .bn {
  margin: 0 0 32px;
}

.stamprally .about-sec .list-stamp {
  display: block;
  margin: 32px 0;
}

.stamprally .about-sec .list-stamp li {
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
}

.stamprally .about-sec .list-stamp li img {
  width: 80px;
}

.stamprally .about-sec .list-stamp li > span {
  width: calc(100% - 100px);
}

.stamprally .about-sec .list-stamp li .num {
  font-size: 20px;
}

.stamprally .about-sec .list-stamp li .f12 {
  display: block;
  width: 100%;
  font-size: 10px;
}

.stamprally .about-sec .note {
  font-size: 18px;
}

.stamprally .about-sec .list-prize {
  display: block;
  margin: 24 auto;
}

.stamprally .about-sec .list-prize li {
  margin-bottom: 8px;
  font-size: 14px;
}

.stamprally .about-sec .list-prize li span {
  font-size: 24px;
}

.stamprally .about-sec .attention {
  font-size: 14px;
}

.stamprally .stamp-sec .h-wrap {
  display: block;
}

.stamprally .stamp-sec .h-wrap .img {
  max-width: 100px;
  margin: 0 auto 8px;
}

.stamprally .stamp-sec .h-wrap .gradationText {
  width: 100%;
  text-align: center;
}

.stamprally .stamp-sec .h-wrap .gradationText .txS {
  font-size: 14px;
}

.stamprally .stamp-sec .h-wrap .gradationText .txM {
  font-size: 24px;
}

.stamprally .stamp-sec .h-stamp {
  margin: 24px 0 32px;
  padding: 14px 16px;
  font-size: 18px;
}

.stamprally .stamp-sec .h-stamp img {
  width: 40px;
  transform: translate(-140px, -50%);
}

.stamprally .stamp-sec .list-stamp {
  gap: 32px 4%;
}

.stamprally .stamp-sec .list-stamp li {
  padding: 8px 4px;
  border-radius: 8px;
}

.stamprally .stamp-sec .list-stamp .gradationText .txS {
  font-size: 15px;
}

.stamprally .stamp-sec .list-stamp p {
  font-size: 13px;
}

.stamprally .play-sec .list-step {
  gap: 32px 4%;
  margin-top: 32px;
}

.stamprally .play-sec .list-step li {
  padding: 8px 4px;
  border-radius: 8px;
}

.stamprally .play-sec .ttl span {
  position: relative;
  padding-left: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: serif;
  line-height: 1;
  box-sizing: border-box;
}

.stamprally .play-sec .list-step p {
  font-size: 14px;
}

.stamprally .spot-sec .map-area {
  margin: 24px auto 0;
}

.stamprally .spot-sec .map-area iframe {
  height: 240px !important;
}

/**/

 .stamprally .prize-sec .prize_blk {
    padding: 32px 16px;
  }
  .stamprally .prize-sec .prizeC .prize_blk,
  .stamprally .prize-sec .prizeB .prize_blk {
    flex-wrap: wrap;
  }
  .stamprally .prize-sec .prizeC .prize_sec,
  .stamprally .prize-sec .prizeB .prize_sec {
    flex-basis: 100%;
  }

  

  .stamprally .prize-sec .prizeC .prize_sec h4.minHight,
  .stamprally .prize-sec .prizeB .prize_sec .text,
  .stamprally .prize-sec .prizeC .prize_sec h4,
  .stamprally .prize-sec .prizeC .prize_sec .text {
    min-height: unset;
  }
  .stamprally .prize-sec .prizeC .prize_sec .text,
  .stamprally .prize-sec .prizeC .prize_sec figure,
  .stamprally .prize-sec .prizeB .prize_sec .text,
  .stamprally .prize-sec .prizeB .prize_sec figure {
    flex-basis: 48%;
  }
  .stamprally .prize-sec .prize_sec figure {
    background-color: transparent;
  }
  .stamprally .prize-sec .prize_sec figure img {
    max-width: 280px;
    margin: 0 auto;
  }
  .stamprally .prize-sec .prize_sec .winner {
    padding-top: 8px;
  }
  .stamprally .prize-sec .prizeC .prize_sec .winner,
  .stamprally .prize-sec .prizeB .prize_sec .winner {
    background-image: url(/assets/images/stamprally/prize/bg_golebox1.png);
  }

/**/

.stamprally .prize-sec .gradationText .txS {
  font-size: 14px;
}

.stamprally .prize-sec .gradationText .txM {
  font-size: 18px;
}

.stamprally .prize-sec .gradationText .txL {
  font-size: 28px;
}

.stamprally .prize-sec .box {
  padding: 0 16px 16px;
  margin-top: 64px;
  border-radius: 8px;
}
.stamprally .prize-sec .h-img {
  transform: translateY(-32px);
}

.stamprally .prize-sec .h-txt {
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 16px;
}

.stamprally .prize-sec .wrap {
  display: block;
}

.stamprally .prize-sec .wrap figure {
  width: 80%;
  margin: 0 auto 8px;
}

.stamprally .prize-sec .wrap .txt {
  width: 100%;
}

.stamprally .prize-sec .win-num {
  margin: 24px 0 48px;
}

.stamprally .prize-sec .list-col2 {
  gap: 24px 2%;
}

.stamprally .prize-sec .list-col2 li {
  width: 49%;
}

.stamprally .prize-sec .list-col2 .h-txt {
  font-size: 14px;
}

.stamprally .prize-sec .list-col2 figure {
  width: 100%;
}

.stamprally .prize-sec .list-col2 .h-txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2em;
}

.stamprally .prize-sec .list-col2 p {
  margin-top: 8px;
  font-size: 13px;
}


.stamprally .prize-sec .list-col3 {
  gap: 24px 2%;
  justify-content: center;
}

.stamprally .prize-sec .list-col3 li {
  width: 49%;
}

.stamprally .prize-sec .list-col3 .h-txt {
  font-size: 14px;
}

.stamprally .prize-sec .list-col3 .h-txt span {
  min-height: initial;
}

.stamprally .prize-sec .list-col3 p {
  margin-top: 8px;
  font-size: 13px;
}

.stamprally .qa-sec .data-qa01 {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.stamprally .qa-sec .data-qa01 > dt {
  margin: 16px 0;
  font-size: 16px;
}

.stamprally .qa-sec .data-qa01 > dd {
  padding-left: 16px;
}

.stamprally .qa-sec .data-qa02 > dt {
  font-size: 14px;
  font-weight: bold;
}

.stamprally .qa-sec .data-qa02 .list-info li {
  margin-bottom: 8px;
  font-size: 13px;
}

.stamprally .qa-sec .list-attention li {
  margin-bottom: 16px;
  font-size: 13px;
}
}

@media screen and (max-width: 480px) {
.stamprally .prize-sec .prize_wrap header:has(h3) {
    max-width: 280px;
    width: 100%;
    margin-left: 0;
  }
  .stamprally .prize-sec .prize_wrap h3::before {
    left: 8px;
    background-size: 280px;
  }
  .stamprally .prize-sec .prize_wrap h3 .lank {
    margin: 0 16px;
  }
  .stamprally .prize-sec .prizeW h3 .lank {
    font-size: 14px;
  }
  .stamprally .prize-sec .prize_wrap h3 .lank::before {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  .stamprally .prize-sec .prize_wrap h3 .lank_detail {
    padding-left: 16px;
    font-size: 16px;
  }
  .stamprally .prize-sec .prize_sec h4 {
    font-size: 18px;
  }

   .stamprally .prize-sec .prizeC .prize_sec .winner,
  .stamprally .prize-sec .prizeB .prize_sec .winner,
  .stamprally .prize-sec .prize_sec .winner {
    padding-top: 12px;
    background-image: url(/assets/images/stamprally/prize/bg_golebox2.png);
    background-position: center;
  }

  .stamprally .prize-sec .prizeC .prize_sec .text,
  .stamprally .prize-sec .prizeC .prize_sec figure,
  .stamprally .prize-sec .prizeB .prize_sec .text,
  .stamprally .prize-sec .prizeB .prize_sec figure,
  .stamprally .prize-sec .prize_sec .text,
  .stamprally .prize-sec .prize_sec figure {
    flex-basis: 100%;
  }
  .stamprally .prize-sec .prize_sec figure {
    margin-bottom: 16px;
    text-align: center;
  }
}


/*=========*/
/* privacy */
/*=========*/

.privacy .page-cts {
  padding-bottom: 220px;
}

.privacy .outline {
  width: 90%;
  margin: 24px auto 80px;
}

.privacy .outline-block {
  margin-top: 64px;
  padding: 60px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.95) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.6) 0px 18px 36px -18px inset;
  background-color: #0a0f28;
}



@media only screen and (max-width: 767px) {

.privacy .page-cts {
	padding-bottom: 120px;
}
.privacy .outline {
  margin: 16px auto 64px;
}

.privacy .outline-block {
  margin-top: 32px;
  padding: 24px 16px;
  border-radius: 8px;
}
}


/*=========*/
/* inquiry */
/*=========*/

.inquiry .page-cts {
  padding-bottom: 220px;
}

.inquiry .outline {
  width: 90%;
  margin: 24px auto 80px;
}

.inquiry .outline-block {
  margin-top: 64px;
  padding: 60px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.95) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.6) 0px 18px 36px -18px inset;
  background-color: #0a0f28;
  text-align: center;
}



@media only screen and (max-width: 767px) {

.inquiry .page-cts {
	padding-bottom: 120px;
}
.inquiry .outline {
  margin: 16px auto 64px;
}

.inquiry .outline-block {
  margin-top: 32px;
  padding: 24px 16px;
  border-radius: 8px;
}
}