@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
 }
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.aoki_main * {
   box-sizing: border-box;
}
.aoki_main {
  font-weight: bold;
  line-height: 1;
  color: #e60012;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  padding: 40px 0 200px;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a {
  transition: .4s;
}
.aoki_main a:hover,
.aoki_main a:focus {
  opacity: 0.7;
  text-decoration: none;
}
.aoki_main img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none;
}


/*============= contents =============*/
.title_limit {
  margin-top: 25px;
  font-size: 36px;
}
.title_caution {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 300;
  color: #495061;
}
.title_caution a {
  text-decoration: underline;
}
.title_caution a:hover {
  text-decoration: underline;
}
.tab_area {
  margin-top: 50px;
  border-bottom: solid 2px #e60012;
}
.tab_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab_wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  text-align: center;
  line-height: 1.4;
  border: solid 1px #e60012;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.tab_wrap li:nth-of-type(n+2) {
  margin-left: 10px;
}
.tab_wrap .tab_active {
  background-color: #e60012;
}
.tab_wrap .tab_active a {
  color: #fff;
  pointer-events: none;
}
.tab_wrap li a {
  width: 100%;
  padding: 10px 10px 12px;
  font-size: 18px;
  color: #e60012;
}
.tab_wrap li span {
  font-size: 12px;
}
.tab_wrap li a:hover {
  background-color: #e60012;
  color: #fff;
  opacity: 1;
}
.limited_area {
  width: 800px;
  margin: 50px auto 0; 
}
.anchor_area {
  width: 800px;
  margin: 50px auto 0;
}
.anchor_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor_wrap li {
  width: calc((100% - 30px) / 4);
  height: 66px;
}
.anchor_wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 3px;
  text-decoration: none;
  transition: .4s;
}
.anchor_wrap li a::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 12px;
  right: 48%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  transform: rotate(135deg);
  transition: .4s;
}
.anchor_wrap li a:hover {
  color: #ffffff;
  background-color: #e60012;
  opacity: 1;
}
.anchor_wrap li a:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.anchor_wrap li a span {
  margin-top: -10px;
}
section {
  margin-top: 50px;
  text-align: center;
}
section + section {
  margin-top: 80px;
}
section:not(:first-of-type) {
  position: relative;
  padding: 60px 0 0;
  border-top: 20px solid #f5f5f5;
}
section:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(#e4e5e7, #f4f4f4);
  z-index: 1;
}
.section_inner {
  width: 800px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
.emphasis {
  display: inline-block;
  position: relative;
  margin: 30px auto 15px;
  font-size: 20px;
}
h2 + .emphasis {
  margin-top: 0;
}
.emphasis::before,
.emphasis::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #e60012;
}
.emphasis::before {
  bottom: -1px;
  left: -15px;
  transform: rotate(-30deg);
}
.emphasis::after {
  bottom: -1px;
  right: -12px;
  transform: rotate(30deg);
}
.caution {
  margin-top: 30px;
  padding: 20px;
  text-align: left;
  background-color: #f2f3f5;
}
.caution ul:last-of-type {
   margin-bottom: 0; 
}
.caution ul li {
  line-height: 1.5;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  color: #495061;
  font-weight: 300;
}
.caution_heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #495061;
}
.caution_heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #495061;
  top: 0.05em;
  left: 0;
  width: 3px;
  height: calc(100% - 0.2em);
}
ul + .caution_heading {
  margin-top: 15px;
}
.limited_wrap  > li > p,
.recommend_wrap > li > a,
.special_wrap > li > a,
.category_wrap >  li > a,
.campaign_wrap >  li > a,
.campaign_wrap  > li > p,
.campaign_wrap > li > a {
  position: relative;
  display: block;
}
.limited_wrap  > li > p::after,
.recommend_wrap > li > a::after,
.special_wrap > li > a::after,
.category_wrap > li > a::after,
.campaign_wrap  > li > p::after,
.campaign_wrap > li > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 2px;
  right: 2px;
  transition: .4s;
}
.limited_wrap  > .limited_shinki > p::after {
  background: url("../_img/260316/shinki_arrow.webp") top center / 100% no-repeat;
}
.limited_wrap  > .limited_night > p::after {
  background: url("../_img/260316/night_arrow.webp") top center / 100% no-repeat;
}
.recommend_wrap > li > a::after,
.special_wrap > li > a::after,
.category_wrap > li > a::after {
  background: url("../_img/260316/sale_arrow.webp") top center / 100% no-repeat;
}
.campaign_wrap  > .campaign_shinki > p::after {
  background: url("../_img/260316/shinki_arrow.webp") top center / 100% no-repeat;
}
.campaign_wrap  > .campaign_night > p::after {
  background: url("../_img/260316/night_arrow.webp") top center / 100% no-repeat;
}
.campaign_wrap  > .campaign_snoopy > p::after {
  background: url("../_img/260316/snoopy_arrow.webp") top center / 100% no-repeat;
}
.campaign_wrap  > .campaign_rpay > a::after {
  background: url("../_img/260316/rpay_arrow.webp") top center / 100% no-repeat;
}
.topicModuleCredit__priceList {
  padding: 0;
}
.topicModuleCredit__priceItem {
  width: calc((100% - 80px) / 6);
  margin-right: 16px;
  padding: 0;
}
.category_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category_wrap li {
  width: calc((100% - 10px) / 2);
}
.category_detail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.category_detail li {
  width: calc((100% - 30px) / 4);
  height: 56px;
  border: 1px solid #e60012;
}
.category_detail li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.3;
  color: #e60012;
}
.category_detail li a::after {
  content: "";
  position: absolute;
  background: url("../_img/260316/category_arrow.webp") top center / 100% no-repeat;
  width: 30px;
  height: 30px;
  bottom: 2px;
  right: 2px;
  transition: .4s;
}
.category_detail li a small {
  font-size: 10px;
  font-weight: bold;
}
.transition_btn {
  margin: 60px auto 0;
  width: 300px;
}
.transition_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 100vw;
  transition: .4s;
}
.transition_btn a:hover {
  color: #ffffff;
  background-color: #e60012;
  opacity: 1;
}
.campaign_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.campaign_wrap > li {
  width: calc((100% - 30px) / 4);
}
html:has(body.modal-open) {
  overflow: hidden !important;
}
.modal_cursor {
  cursor: pointer;
  transition: .4s;
}
.modal_cursor:hover {
  opacity: .7;
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-dialog {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-clip: padding-box;
  border-radius: 0;
  outline: 0;
  border: none;
  pointer-events: all;
}
#modal_shinki .modal-content {
  background-color: #e0f4e2;
}
#modal_night .modal-content {
  background: linear-gradient(#004d80, #002e4c);
}
#modal_snoopy .modal-content {
  background-color: #fed900;
}
.modal .modal-footer {
  border-top: none;
  justify-content: center;
  padding: 0 0 15px 0;
}
.modal .modal-btn {
  background: #e4e5e7;
  color: #495061;
  font-size: 11px;
  padding: 5px;
  width: 85px;
  border: none;
  border-radius: 100vw;
}
.modal_img + .js-copytextArea {
  margin-top: 30px;
}
.js-copytextArea {
  cursor: pointer;
  padding: 20px 0;
}
.js-copytextArea + .js-copytextArea {
  margin-top: 15px;
}
#modal_shinki .js-copytextArea {
  background-color: #00a892;
}
#modal_night .js-copytextArea {
  background-color: #f3ce6d;
}
#modal_snoopy .js-copytextArea {
  background-color: #e60012;
}
.couponcode_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.couponcode-tx-01 {
  margin-right: 16px;
  font-size: 18px;
  min-height: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal_shinki .couponcode-tx-01 {
  color: #fff;
}
#modal_night .couponcode-tx-01 {
  color: #003c63;
}
#modal_snoopy .couponcode-tx-01 {
  color: #fff;
}
.couponcode-tx-02 {
  width: 320px;
  padding: 10px 5px 8px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#modal_shinki .couponcode-tx-02 {
  background: #fff;
  color: #00a892;
}
#modal_night .couponcode-tx-02 {
  background: #fff;
  color: #003c63;
}
#modal_snoopy .couponcode-tx-02 {
  background: #fff;
  color: #e60012;
}
.couponcode-tx-03 {
  width: 120px;
  margin-left: 16px;
  font-size: 16px;
  display: flex;
  line-height: 1.2;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  text-align: center;
}
#modal_shinki .couponcode-tx-03 {
  background: #fff;
  color: #00a892;
}
#modal_night .couponcode-tx-03 {
  background: #fff;
  color: #003c63;
}
#modal_snoopy .couponcode-tx-03 {
  background: #fff;
  color: #e60012;
}
.js-copyalert {
  display: none;
  width: 100vw;
  text-align: center;
  color: #fff;
  background: #666;
  position: fixed;
  top: 50%;
  padding: 10px 0 !important;
  z-index: 9999;
  opacity: 0.8;
}
.modal_caution {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
}
.modal_caution li + li {
  margin-top: 5px;
}
#modal_shinki .modal_caution {
  color: #00a892;
}
#modal_night .modal_caution {
  color: #fff;
}
#modal_shinki dl {
  position: relative;
  margin: 30px auto 15px;
  line-height: 1.5;
  color: #495061;
  font-weight: 300;
}
#modal_shinki dl::before {
  width: 130px;
  height: 136px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 50px;
  background: url("../_img/260316/campaign_shinki_illust.webp") top center / 100% no-repeat;
}
#modal_shinki dl dt {
  width: 80%;
  display: flex;
  margin: 0 auto;
  color: #495061;
  align-items: center;
  font-size: 18px;
  text-align: center;
}
#modal_shinki dl dt::before,
#modal_shinki dl dt::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #495061;
}
#modal_shinki dl dt::before {
  margin-right: 30px;
}
#modal_shinki dl dt::after {
  margin-left: 30px;
}
#modal_shinki dl dd {
  position: relative;
  margin-top: 45px;
  font-size: 22px;
}
#modal_shinki dl dd:first-of-type {
  margin-top: 15px;
}
#modal_shinki dl dd .modal_btn {
  margin: 10px auto 0;
  width: 400px;
}
#modal_shinki dl dd .modal_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #00a892;
  border: 1px solid #00a892;
  border-radius: 100vw;
  transition: .4s;
}
#modal_shinki dl dd .modal_btn a:hover {
  color: #00a892;
  background: none;
  opacity: 1;
}
#modal_shinki dl dd:nth-of-type(-n+2)::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -11px;
  border: 12px solid transparent;
  border-top: 12px solid #495061;
}
.night_limit {
  color: #003c63;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.night_limit span {
  font-size: 36px;
  margin-left: 3px;
}
.night_limit + .couponcode_wrap {
  margin-top: 20px;
}
.app_wrap a img {
  width: 395px;
}
.information_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.information_wrap li {
  width: calc((100% - 30px) / 4);
}


/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .limited_area li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .anchor_wrap li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .anchor_wrap li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .campaign_wrap > li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .campaign_wrap > li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .recommend_wrap > li:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .special_wrap > li:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .category_wrap li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .category_wrap li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .category_wrap li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .category_detail li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .category_detail li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .category_detail li:nth-of-type(n+5) {
    margin-top: 10px;
  }
  .information_wrap li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .information_wrap li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}


/*============= SP only =============*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-top: 0;
  }
  .aoki_main {
    padding: 5.33vw 0 26.67vw;
  }
  h1 {
    width: calc(100% - 5.33vw);
    margin: 0 auto;
  }
  .title_limit {
    margin-top: 4vw;
    font-size: 5.33vw;
  }
  .title_caution {
    margin-top: 2.67vw;
    line-height: 1.6;
    font-size: 2.67vw;
  }
  .tab_area {
    margin-top: 6.67vw;
    border-bottom: solid 0.27vw #e60012;
  }
  .tab_wrap li {
    width: calc((100% - 5.33vw - 1.33vw) / 2);
    line-height: 1.3;
    border: solid 0.27vw #e60012;
    border-bottom: 0;
    border-radius: 0.4vw 0.4vw 0 0;
  }
  .tab_wrap li:nth-of-type(n+2) {
    margin-left: 1.33vw;
  }
  .tab_wrap li a {
    padding: 1.5vw 2vw 2.33vw;
    font-size: 3.73vw;
  }
  .tab_wrap li span {
    font-size: 2.4vw;
  }
  .limited_area {
    width: calc(100% - 5.33vw);
    margin: 8vw auto 0; 
  }
  .limited_area li:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .anchor_area {
    width: calc(100% - 5.33vw);
    margin: 8vw auto 0;
  }
  .anchor_wrap li {
    width: calc((100% - 4vw) / 4);
    height: 14.67vw;
  }
  .anchor_wrap li:nth-of-type(n+2) {
    margin-left: 1.33vw;
  }
  .anchor_wrap li a {
    font-size: 2.67vw;
    line-height: 1.3;
    border: 0.27vw solid #e60012;
    border-radius: 0.4vw;
  }
  .anchor_wrap li a::after {
    bottom: 2vw;
    right: 46%;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.27vw solid #e60012;
    border-right: 0.27vw solid #e60012;
  }
  .anchor_wrap li a:hover::after {
    border-top: 0.27vw solid #ffffff;
    border-right: 0.27vw solid #ffffff;
  }
  .anchor_wrap li a span {
    margin-top: -0.66vw;
  }
  section {
    margin-top: 8vw;
  }
  section + section {
    margin-top: 10vw;
  }
  section:not(:first-of-type) {
    padding: 8.67vw 0 0;
    border-top: 4vw solid #f5f5f5;
  }
  section:not(:first-of-type)::before {
    top: -4vw;
    height: 1.33vw;
  }
  .section_inner {
    width: calc(100% - 5.33vw);
  }
  h2 {
    margin-bottom: 4vw;
    font-size: 5.07vw;
  }
  .emphasis {
    margin: 5vw auto 2.67vw;
    font-size: 3.47vw;
  }
  .emphasis::before,
  .emphasis::after {
    width: 0.26vw;
    height: 3.73vw;
  }
  .emphasis::before {
    bottom: 0;
    left: -2vw;
  }
  .emphasis::after {
    bottom: 0;
    right: -1.8vw;
  }
  .caution {
    margin-top: 4vw;
    padding: 2.67vw;
  }
  .caution ul li {
    font-size: 2.67vw;
  }
  .caution ul li:nth-of-type(n+2) {
    margin-top: 0.66vw;
  }
  .caution_heading {
    margin-bottom: 2vw;
    padding-left: 2vw;
    font-size: 3vw;
  }
  .caution_heading::before {
    width: 0.8vw;
    top: -0.27vw;
    height: 105%;
  }
  ul + .caution_heading {
    margin-top: 4vw;
  }
  .recommend_wrap > li:nth-of-type(n+2) {
    margin-top: 8vw;
  }
  .special_wrap > li:nth-of-type(n+2) {
    margin-top: 8vw;
  }
  .limited_wrap  > li > p::after,
  .recommend_wrap > li > a::after,
  .special_wrap > li > a::after,
  .category_wrap > li > a::after,
  .campaign_wrap  > li > p::after,
  .campaign_wrap > li > a::after {
    width: 5.5vw;
    height: 5.5vw;
    bottom: 0.53vw;
    right: 0.53vw;
  }
  .limited_wrap  > li > p,
  .recommend_wrap > li,
  .recommend_wrap > li > a,
  .special_wrap > li,
  .special_wrap > li > a {
    max-width: 710px;
  }
  .topicModuleCredit {
    margin: 0 auto;
  }
  .topicModuleCredit .slick-arrow {
    top: 14.33vw;
  }
  .topicModuleCredit .slick-next, 
  .topicModuleCredit .slick-prev {
    width: 9.73vw;
    height: 9.73vw;
    background: #e60012;
    border: none;
  }
  .topicModuleCredit .slick-next {
    right: -2.67vw;
  }
  .topicModuleCredit .slick-prev {
    left: -2.67vw;
  }
  .topicModuleCredit .slick-next::before, 
  .topicModuleCredit .slick-prev::before{
    position: absolute;
    content: "";
    border-top: 0.66vw solid #fff;
    border-left: 0.66vw solid #fff;
    top: 50%;
    width: 3vw;
    height: 3vw;
  }
  .topicModuleCredit .slick-prev::before {
    left: 40%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .topicModuleCredit .slick-next::before {
    right: 40%;
    transform: translateY(-50%) rotate(135deg);
  }
  .topicModuleCredit button {
    font-size: 0px;
  }
  .topicModuleCredit .slick-next:focus, 
  .topicModuleCredit .slick-prev:focus {
    outline: none;
  }
  .topicModuleCredit .slick-track li {
    width: calc(100% - 6vw / 3)!important;
    margin: 0 1vw;
  }
  .category_wrap li {
    width: calc((100% - 4vw) / 2);
  }
  .category_wrap li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .category_wrap li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .category_wrap li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .category_detail {
    margin-top: 4vw;
  }
  .category_detail li {
    width: calc((100% - 4vw) / 2);
    height: 13.33vw;
    border: 0.27vw solid #e60012;
  }
  .category_detail li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .category_detail li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .category_detail li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .category_detail li a {
    font-size: 3vw;
    line-height: 1.3;
  }
  .category_detail li a::after {
    width: 5.5vw;
    height: 5.5vw;
    bottom: 0.27vw;
    right: 0.27vw;
  }
  .category_detail li a small {
    font-size: 2.33vw;
  }
  .transition_btn {
    margin: 8vw auto 0;
    width: 66.67vw;
  }
  .transition_btn a {
    padding: 4vw 1vw;
    font-size: 3.2vw;
    border: 0.27vw solid #e60012;
  }
  .campaign_wrap > li {
    width: calc((100% - 4vw) / 2);
    max-width: 282px;
  }
  .campaign_wrap > li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .campaign_wrap > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .campaign_wrap > li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .modal-dialog {
    max-width: 100%;
    width: 100%;  
  }
  .modal-content {
    width: 100%;
  }
  .modal-body {
    padding: 4vw;
  }
  .modal .modal-footer {
    padding: 0 0 4vw 0;
  }
  .modal .modal-btn {
    font-size: 2.93vw;
    padding: 1.33vw;
    width: 22.67vw;
  }
  .modal_img + .js-copytextArea {
    margin-top: 4vw;
  }
  .js-copytextArea {
    padding: 2.67vw 0;
  }
  .js-copytextArea + .js-copytextArea {
    margin-top: 4vw;
  }
  .couponcode-tx-01 {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5vw;
    font-size: 4vw;
    min-height: 6.67vw;
  }
  .couponcode-tx-02 {
    width: 48vw;
    padding: 1.67vw 0.67vw 1.33vw;
    font-size: 5.3vw;
  }
  .couponcode-tx-03 {
    width: 34vw;
    margin-left: 3vw;
    font-size: 3.7vw;
    padding: 1.33vw;
    border-radius: 0.8vw;
  }
  .js-copyalert {
    font-size: 3.2vw;
    padding: 2.67vw 0 !important;
  }
  .modal_caution {
    font-size: 3.33vw;
    margin: 3vw auto;
  }
  .modal_caution li + li {
    margin-top: 1vw;
  }
  #modal_shinki dl {
    margin: 5.33vw auto 3vw;
    line-height: 1.5;
  }
  #modal_shinki dl::before {
    width: 18.67vw;
    height: 19.2vw;
    right: 0;
  }
  #modal_shinki dl dt {
    width: 90%;
    font-size: 3.7vw;
  }
  #modal_shinki dl dt::before,
  #modal_shinki dl dt::after {
    height: 0.27vw;
  }
  #modal_shinki dl dt::before {
    margin-right: 4vw;
  }
  #modal_shinki dl dt::after {
    margin-left: 4vw;
  }
  #modal_shinki dl dd {
    margin-top: 8vw;
    font-size: 3.9vw;
  }
  #modal_shinki dl dd:first-of-type {
    margin-top: 4vw;
  }
  #modal_shinki dl dd .modal_btn {
    margin-top: 1.6vw;
    width: 70vw;
  }
  #modal_shinki dl dd .modal_btn a {
    padding: 2.33vw;
    font-size: 3.5vw;
    border: 0.27vw solid #00a892;
  }
  #modal_shinki dl dd:nth-of-type(-n+2)::after {
    margin-left: -2.67vw;
    border: 3.2vw solid transparent;
    border-top: 3.2vw solid #495061;
  }
  .night_limit {
    font-size: 5vw;
  }
  .night_limit span {
    font-size: 6.66vw;
    margin-left: 0.66vw;
  }
  .night_limit + .couponcode_wrap {
    margin-top: 1vw;
  }
  .app_wrap a img {
    width: auto;
  }
  .information_wrap li {
    width: calc((100% - 4vw) / 2);
    max-width: 282px;
  }
  .information_wrap li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .information_wrap li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .information_wrap li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
}