.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
.block-event-page--accessory {
  display: none !important;
}
#header {
  margin: 0;
}
.block-event-page {
  display: flex;
  flex-direction: column;
}

/*----------------------------------------------------------*/
.lucky-chance {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
[data-browse-mode=S] .lucky-chance {
  font-size: 14px;
}

[data-browse-mode=P] .hidden-pc,
[data-browse-mode=P] .sp {
  display: none;
}

[data-browse-mode=S] .hidden-sp,
[data-browse-mode=S] .pc {
  display: none;
}

h2 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0;
}
[data-browse-mode=S] h2 {
  font-size: 22px;
}
h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #C7B062;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
[data-browse-mode=S] h2::after {
  bottom: -16px;
  width: 46px;
  height: 5px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
  font-size: 16px;
  border-radius: 40px;
  font-weight: bold;
  background-color: #CC0000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: auto;
}
[data-browse-mode=S] .button {
  font-size: calc(16 / 430 * 100vw);
  line-height: calc(24 / 16);
  padding-block: calc(13 / 430 * 100vw);
  width: 100%;
}
.button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 25px;
  top: 23px;
}
[data-browse-mode=S] .button::after {
  right: calc(25 / 430 * 100vw);
  top: calc(18 / 430 * 100vw);
}
.button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #976F11;
}
.button.button--white {
  background-color: #ffffff;
  border: 1px solid #976F11;
  color: #976F11;
}
.button.button--white:hover {
  background-color: #ffffff;
  opacity: 0.4;
}
.button.button--white::after {
  color: #976F11;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.button--gold {
  background-color: #745B20;
  border: 1px solid #745B20;
  color: #fff;
  transition: opacity .3s;
}
.button.button--gold:hover {
  opacity: 0.7;
}
.button.button--gold::after {
  color: currentColor;
}
.button.button--top {
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #CC0000;
  color: #CC0000;
  padding: 8px 0;
  margin-bottom: 50px;
}
[data-browse-mode=S] .button.button--top {
  width: calc(100% - 45px);
}
.button.button--top::after {
  content: none;
}
.button.entry_button {
  font-size: 24px;
  line-height: calc(28 / 24);
  padding-block: 21px;
  width: 460px;
}
.button.entry_button::after {
  content: none;
}

.text-18 {
  font-size: 18px;
}
[data-browse-mode=S] .text-18 {
  font-size: inherit;
}
[data-browse-mode=S] .text-15-sp {
  font-size: 15px;
}
.text-14 {
  font-size: 14px;
}

.text-24 {
  font-size: 24px;
}

.text-bold {
  font-weight: bold;
}
[data-browse-mode=S] .text-bold {
  font-size: inherit;
}

.weight-regular {
  font-weight: 500;
}

.main-visual img {
  margin: auto;
  display: block;
  width: 100%;
}

.prize-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 108px;
  height: 108px;
}
[data-browse-mode=S] .prize-icon {
  width: 76px;
  height: 76px;
}

.notice-icon {
  position: absolute;
  bottom: 5px;
  font-size: 25px;
}
[data-browse-mode=S] .notice-icon {
  font-size: 10px;
}

/*-- head-text --*/
.head-text {
  text-align: center;
  line-height: 1.6;
  margin: 52px auto 0;
}
[data-browse-mode=S] .head-text {
  padding: 0 20px;
  background: none;
  margin-top: 20px;
}
.head-text__button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
}
[data-browse-mode=S] .head-text__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.head-text__detail {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(42 / 26);
  margin-top: 40px;
}
.head-text__lg {
  font-size: 36px;
}
.head-text__red {
  color: #CC0000;
}
.head-text__hl {
  background-image: linear-gradient(to bottom, transparent 0, transparent 72%, #E6DBB3 72%, #E6DBB3 100%);
  font-size: 31px;
}
.head-text__pop {
  font-family: "HGS創英角ﾎﾟｯﾌﾟ体", "HGSOEIKAKUPOP", "Arial Rounded MT Bold", "メイリオ", "Meiryo", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}
.head-text__note {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18);
  margin-top: 16px;
}
.head-text__period {
  border: 2px solid #976F11;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  line-height: calc(44 / 27);
  padding-block: 11px;
  padding-inline: 50px;
  margin-top: 40px;
  margin-inline: auto;
  width: fit-content;
}
.head-text__period-hdg {
  flex-shrink: 0;
}
.head-text__period-body {
  flex-grow: 1;
  text-align: left;
}
[data-browse-mode=S] .head-text__detail {
  font-size: calc(15 / 430 * 100vw);
  line-height: calc(24 / 15);
  margin-top: calc(20 / 430 * 100vw);
}
[data-browse-mode=S] .head-text__lg {
  font-size: calc(21 / 430 * 100vw);
}
[data-browse-mode=S] .head-text__hl {
  font-size: calc(18 / 430 * 100vw);
}
[data-browse-mode=S] .head-text__note {
  font-size: calc(14 / 430 * 100vw);
  margin-top: calc(12 / 430 * 100vw);
}
[data-browse-mode=S] .head-text__period {
  border-width: 1px;
  column-gap: .8em;
  font-size: calc(15 / 430 * 100vw);
  line-height: calc(24 / 15);
  padding-block: calc(7 / 430 * 100vw);
  padding-inline: calc(18 / 430 * 100vw);
  margin-top: calc(20 / 430 * 100vw);
  width: auto;
}
[data-browse-mode=S] .head-text__period-hdg {
  flex-shrink: 0;
}
[data-browse-mode=S] .head-text__period-body {
  flex-grow: 1;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.campaign-detail {
  background: url(/img/usr/freepage/lucky-campaign/balloon_left.png), url(/img/usr/freepage/lucky-campaign/balloon_right.png), -webkit-gradient(linear, left bottom, left top, color-stop(96%, rgb(248, 242, 222)), color-stop(99%, rgb(255, 255, 255)));
  background: url(/img/usr/freepage/lucky-campaign/balloon_left.png), url(/img/usr/freepage/lucky-campaign/balloon_right.png), linear-gradient(0deg, rgb(248, 242, 222) 96%, rgb(255, 255, 255) 99%);
  background-repeat: no-repeat;
  background-position: top left 10%, top 60px right 10%, top center;
  padding: 200px 0 80px;
  text-align: center;
  position: relative;
}
[data-browse-mode=S] .campaign-detail {
  background: url(/img/usr/freepage/lucky-campaign/balloon-left_sp.png), url(/img/usr/freepage/lucky-campaign/balloon-right_sp.png), -webkit-gradient(linear, left bottom, left top, color-stop(98%, rgb(248, 242, 222)), to(rgb(255, 255, 255)));
  background: url(/img/usr/freepage/lucky-campaign/balloon-left_sp.png), url(/img/usr/freepage/lucky-campaign/balloon-right_sp.png), linear-gradient(0deg, rgb(248, 242, 222) 98%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
  background-position: top left -20px, top 60px right -40px, top center;
  padding-top: 100px;
}
.campaign-detail__heading {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24);
  position: relative;
}
.campaign-detail__heading span {
  font-size: 20px;
}
[data-browse-mode=S] .campaign-detail__heading {
  font-size: calc(18 / 430 * 100vw);
  line-height: calc(31 / 18);
  padding: 0 calc(20 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__heading span {
  font-size: calc(13 / 430 * 100vw);
}

[data-browse-mode=P] .campaign-detail .button {
  margin-top: 40px;
  margin-bottom: 40px;
}
[data-browse-mode=S] .campaign-detail .entry_button {
  font-size: calc(16 / 430 * 100vw);
  padding-block: calc(13 / 430 * 100vw);
  margin-block: calc(20 / 430 * 100vw);
  width: calc(354 / 430 * 100vw);
}

.campaign-detail__chance {
  text-align: center;
  margin-block: 10px 100px;
}
.campaign-detail__chance img {
  vertical-align: bottom;
}
[data-browse-mode=S] .campaign-detail__chance {
  margin-block: calc(10 / 430 * 100vw) calc(60 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__chance img {
  width: calc(330 / 430 * 100vw);
}

.campaign-detail__pattern {
  display: block;
  margin: auto;
  padding: 50px 0;
  border-bottom: 1px solid #976F11;
  max-width: 1200px;
  font-size: 18px;
}
[data-browse-mode=S] .campaign-detail__pattern {
  margin: auto calc(20 / 430 * 100vw);
  padding: calc(40 / 430 * 100vw) 0;
  font-size: 15px;
}
.campaign-detail__head-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
[data-browse-mode=S] .campaign-detail__head-wrap {
  margin-bottom: calc(20 / 430 * 100vw);
  width: 100%;
}
.campaign-detail__head-inner {
  display: block;
  margin-left: 40px;
}
[data-browse-mode=S] .campaign-detail__head-inner {
  margin-left: 16px;
  text-align: left;
}
.campaign-detail__head-hdg {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
[data-browse-mode=S] .campaign-detail__head-hdg {
  font-size: calc(24 / 430 * 100vw);
}
.campaign-detail__text-gold {
  color: #976F11;
  font-size: 28px;
  font-weight: 500;
}
[data-browse-mode=S] .campaign-detail__text-gold {
  font-size: calc(20 / 430 * 100vw);
}
.campaign-detail__pattern.-prize-a .campaign-detail__head-hdg {
  font-size: 26px;
}
.campaign-detail__pattern.-prize-a .campaign-detail__text-gold span {
  font-size: 36px;
}
.campaign-detail__pattern.-prize-a .campaign-detail__button-wrap {
  margin-top: 20px;
}
.campaign-detail__pattern.-prize-a .campaign-detail__button-wrap .button {
  position: static;
  margin-block: 0 12px;
  width: 400px;
}
.campaign-detail__pattern.-prize-a .campaign-detail__button-wrap p {
  font-size: 16px;
  line-height: calc(22 / 16);
  text-align: center;
}
.campaign-detail__pattern.-prize-b .campaign-detail__head-hdg span {
  font-size: 44px;
}
.campaign-detail__pattern.-prize-c .campaign-detail__head-hdg span {
  color: #976F11;
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__head-hdg {
  font-size: calc(18 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__text-gold,
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__text-gold span {
  font-size: calc(24 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__button-wrap {
  margin-top: calc(20 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__button-wrap .button {
  margin-block: 0 calc(10 / 430 * 100vw);
  width: calc(314 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-a .campaign-detail__button-wrap p {
  font-size: calc(12 / 430 * 100vw);
}
[data-browse-mode=S] .campaign-detail__pattern.-prize-b .campaign-detail__head-hdg span {
  font-size: calc(30 / 430 * 100vw);
}
.campaign-detail__notice {
  font-size: 16px;
  margin: 30px auto 0;
  line-height: 28px;
}
[data-browse-mode=S] .campaign-detail__notice {
  padding: 0 20px;
  font-size: 14px;
  margin-top: 20px;
}
.campaign-detail__button-wrap {
  margin-top: 50px;
}
[data-browse-mode=S] .campaign-detail__button-wrap {
  padding: 0 20px;
}
.campaign-detail__button-wrap p {
  margin-bottom: 30px;
}
[data-browse-mode=S] .campaign-detail__button-wrap p {
  font-size: 16px;
}
.campaign-detail__button-wrap .button.button--white::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hotel-stay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 53px;
}
[data-browse-mode=S] .hotel-stay {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hotel-stay__detail {
  width: 50%;
  line-height: 1.7;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
[data-browse-mode=S] .hotel-stay__detail {
  width: 100%;
}
[data-browse-mode=S] .hotel-stay__detail p {
  font-weight: bold;
  font-size: 16px;
}
.hotel-stay__text-wrap {
  background-color: #ffffff;
  padding: 40px;
}
[data-browse-mode=S] .hotel-stay__text-wrap {
  padding: 26px 22px;
}
.hotel-stay__text-wrap h4 {
  color: #976F11;
  font-size: 22px;
}
[data-browse-mode=S] .hotel-stay__text-wrap h4 {
  font-size: 18px;
}
.hotel-stay__text-wrap p+p {
  margin: 20px 0 26px;
}
.hotel-stay__text-wrap a {
  color: #000000;
}
[data-browse-mode=S] .hotel-stay__text-wrap .text-bold {
  font-size: 16px;
  margin-top: 20px;
}
[data-browse-mode=S] .hotel-stay__text-wrap p {
  font-size: 14px;
}
.hotel-stay .button {
  margin: 40px 0;
  width: 423px;
  padding: 12px 0;
  font-size: 18px;
}
.hotel-stay .button span {
  font-weight: normal;
}
[data-browse-mode=S] .hotel-stay .button {
  width: 100%;
  margin: 30px auto;
  font-size: 16px;
}
.hotel-stay .button::after {
  top: 35px;
}
[data-browse-mode=S] .hotel-stay .button::after {
  right: 20px;
}
.hotel-stay ul {
  list-style: none;
  margin-top: 20px;
}
.hotel-stay li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.hotel-stay span {
  display: block;
}

.service-detail {
  position: relative;
}
[data-browse-mode=S] .service-detail {
  margin: auto -20px;
}

.original-item {
  margin-top: 40px;
}
.original-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
[data-browse-mode=S] .original-item__wrap {
  gap: 40px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.original-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 288px;
}
.original-item__item img {
  padding: 0 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
[data-browse-mode=S] .original-item__item img {
  height: inherit;
  padding: 0;
}
[data-browse-mode=S] .original-item__item {
  width: calc(50% - 10px);
}
.original-item__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-top: 30px;
}
[data-browse-mode=S] .original-item__text-wrap {
  margin-top: 10px;
  font-size: calc(16 / 430 * 100vw);
  font-weight: 600;
}
.original-item__text-wrap .button {
  width: 100%;
  margin-top: 5px;
}
[data-browse-mode=S] .original-item__text-wrap .button {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 14px;
}
[data-browse-mode=S] .original-item__text-wrap .button::after {
  top: 15px;
}
.original-item p:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px;
}
[data-browse-mode=S] .original-item p:first-child {
  margin-bottom: 10px;
}

.text-link {
  text-decoration: underline;
}


/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.shop-campaign {
  padding: 60px 0;
  background-color: #F8F4E8;
  text-align: center;
}
[data-browse-mode=S] .shop-campaign {
  padding: 0 0 calc(40 / 430 * 100vw);
}
.shop-campaign__wrap {
  max-width: 1200px;
  margin: 50px auto 0;
}
.shop-campaign__data-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  color: #BB2D2D;
  position: relative;
}
[data-browse-mode=S] .shop-campaign__data-notice {
  font-size: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.shop-campaign__data-notice::before {
  content: "";
  position: relative;
  margin-right: 5px;
  background: url(https://ec.jal.co.jp/img/usr/freepage/campaign/2024/img/watch_red.png?) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
}
[data-browse-mode=S] .shop-campaign__data-notice::before {
  width: 27px;
  height: 19px;
}
.shop-campaign .button {
  margin-top: 57px;
}
[data-browse-mode=S] .shop-campaign .button {
  margin-top: 40px;
  width: calc(100% - 48px);
}
.shop-campaign .button::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-browse-mode=S] .shop-list {
  gap: 10px;
  padding: 0 15px;
}
.shop-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #000000;
}
.shop-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
}
[data-browse-mode=S] .shop-list li {
  width: calc(50% - 5px);
}
.shop-list img {
  width: 100%;
}
.shop-list__text-wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  padding: 7px 14px 15px;
}
.shop-list__text-wrap p:nth-of-type(1) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
[data-browse-mode=S] .shop-list__text-wrap p:nth-of-type(1) {
  font-size: 13px;
}

.attention {
  margin: 0px auto 80px;
  max-width: 1200px;
  display: block;
}
[data-browse-mode=S] .attention {
  /*margin-top: 46px;*/
  padding-top: 30px;
  margin-bottom: 30px;
}
.attention__modal {
  display: block;
  position: relative;
  background-color: #E2D5A7;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.attention__modal::before,
.attention__modal::after {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background: #000000;
  position: absolute;
  top: calc(50% - 0.8px);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__modal::after {
  rotate: -90deg;
}
.attention__modal:has(+ .attention__modal-wrap.open)::after {
  rotate: 0deg;
}
.attention__modal-wrap {
  display: none;
  padding: 30px 60px;
  border: 1px solid #E2D5A7;
  background-color: #FFFCF2;
  line-height: calc(36 / 16);
  text-align: left;
  font-size: 16px;
}
[data-browse-mode=S] .attention__modal-wrap {
  font-size: calc(16 / 430 * 100vw);
  line-height: calc(25 / 16);
  padding: 16px 30px;
}
[data-browse-mode=S] .attention__modal-wrap b {
  font-size: calc(18 / 430 * 100vw);
}
.attention__modal-wrap a {
  color: #004CFF;
  text-decoration: underline;
}
.attention__modal-wrap a:hover {
  text-decoration: none;
}
.attention.open {
  display: block;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.campaign-banner {
  padding: 64px 0;
}
[data-browse-mode=S] .campaign-banner {
  padding: 40px 15px;
}
.campaign-banner__inner {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #CC0000;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
[data-browse-mode=S] .campaign-banner__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.campaign-banner__banner {
  text-align: center;
  margin-bottom: 60px;
}
.campaign-banner__banner img {
  vertical-align: bottom;
}
.campaign-banner__text-wrap {
  margin-left: 60px;
}
[data-browse-mode=S] .campaign-banner__text-wrap {
  margin: 20px 0;
}
.campaign-banner__text-wrap h4 {
  font-size: 28px;
  font-weight: bold;
}
[data-browse-mode=S] .campaign-banner__text-wrap h4 {
  font-size: 18px;
}
.campaign-banner__text-wrap p {
  font-size: 16px;
  margin: 20px 0 30px;
}
[data-browse-mode=S] .campaign-banner__text-wrap p {
  line-height: 24px;
}
[data-browse-mode=P] .campaign-banner__text-wrap .button {
  margin: 0;
  width: 340px;
  padding: 8px 0;
}
[data-browse-mode=S] .campaign-banner__text-wrap .button {
  margin: 0;
  /*width: 340px;*/
  padding: 8px 0;
}
.campaign-banner__text-wrap .button::after {
  content: none;
}

.textRed {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #cc0000;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .textRed {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}

.end {
  background-color: #999 !important;
}

[data-browse-mode="P"] .campaign-contents-box {
  max-width: 1200px;
  margin: 30px auto;
}

html[data-browse-mode="S"] .campaign-contents-box .campaign-list {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  text-align: left;
}

.campaign-contents-box .campaign-list-detail {
  text-align: left;
}


/* 参加条件 */
html[data-browse-mode=P] .section-box.-box02 {
  background: url('/img/usr/event/kansha/202602/pc/bg02.png') no-repeat center center/cover;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .sub-section-inner {
  width: 1230px;
  padding: 100px 15px 100px;
  margin: 0 auto 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.section-box .sub-section-inner .contents-box {
  position: relative;
}
.section-box img {
  display: block;
  width: 100%;
  max-width: none;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step1 {
  top: 205px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step1 span {
  margin: 0 auto;
  margin-top: 15px;
}
html[data-browse-mode=P] .section-box .sub-section-inner .button {
  font-size: 20px;
  line-height: calc(28 / 20);
  padding-block: 16px;
  margin-top: 16px;
  width: 400px;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step2 {
  top: 460px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .min {
  font-size: 14px;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step2 .text2 {
  margin-top: 30px;
}
 .section-box .sub-section-box.-section03 .red {
  color: #E14940;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step2 .text3 {
  margin-top: 230px;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step3 {
  bottom: 100px;
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
html[data-browse-mode=P] .section-box .sub-section-box.-section03 .step3 .big {
  font-size: 28px;
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .step1 {
  top: calc(189 / 430 * 100vw);
  position: absolute;
  font-size: calc(18 / 430 * 100vw);
  font-weight: bold;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
html[data-browse-mode=S] .section-box .sub-section-inner .button {
  font-size: calc(20 / 430 * 100vw);
  line-height: calc(28 / 20);
  padding-block: calc(11 / 430 * 100vw);
  margin-top: calc(12 / 430 * 100vw);
  width: calc(275 / 430 * 100vw);
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .step2 {
  top: calc(430 / 430 * 100vw);
  position: absolute;
  font-size: calc(18 / 430 * 100vw);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: calc(300 / 430 * 100vw);
  line-height: 1.3;
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .min {
  font-size: calc(10 / 430 * 100vw);
  position: relative;
  top: calc(-1 * (3 / 430 * 100vw));
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .step2 .text3 {
  top: calc(405 / 430 * 100vw);
  font-weight: normal;
  font-size: calc(15 / 430 * 100vw);
  position: absolute;
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .min.-t3 {
  font-size: calc(10 / 430 * 100vw);
  position: relative;
  top: calc(-1 * (1 / 430 * 100vw));
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .step3 {
  bottom: calc(228 / 430 * 100vw);
  position: absolute;
  font-size: calc(18 / 430 * 100vw);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  line-height: 1.3;
}
html[data-browse-mode=S] .section-box .sub-section-box.-section03 .step3 .big {
  font-size: calc(22 / 430 * 100vw);
}


/* JAL Mallでお買いもの */
html[data-browse-mode=P] .section-box.-box03 {
  background: url('/img/usr/event/kansha/202602/pc/bg03.png') no-repeat center center/cover;
}
html[data-browse-mode=P] .sub-section-box.-section04 .sub-section-inner {
  padding: 130px 0 150px;
  margin: 0 auto 0;
}
html[data-browse-mode=P] .sub-section-box.-section04 .heading-txt {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
}
html[data-browse-mode=P] .sub-section-box.-section04 .heading-txt::after {
  content: none;
}
html[data-browse-mode=P] .sub-section-box.-section04 .search-page-links {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px 40px;
  padding: 0;
  margin: 54px auto 0;
}
html[data-browse-mode=P] .sub-section-box.-section04 .search-page-links>a {
  display: block;
  width: calc(100% / 2 - 20px);
  margin: 0;
}
html[data-browse-mode=P] .sub-section-box.-section04 .search-page-note {
  font-size: 16px;
  line-height: calc(24 / 16);
  text-align: center;
  margin-top: 40px;
}
html[data-browse-mode=S] .sub-section-box.-section04 {
  padding-bottom: calc(50 / 430 * 100vw);
}
html[data-browse-mode=S] .sub-section-box.-section04 .heading-txt::after {
  content: none;
}
html[data-browse-mode=S] .sub-section-box.-section04 .search-page-links {
  padding-inline: calc(20 / 430 * 100vw);
}
html[data-browse-mode=S] .sub-section-box.-section04 .search-page-links>a {
  display: block;
}
html[data-browse-mode=S] .sub-section-box.-section04 .search-page-links>a + a {
  margin-top: calc(15 / 430 * 100vw);
}
html[data-browse-mode=S] .sub-section-box.-section04 .search-page-note {
  font-size: calc(14 / 430 * 100vw);
  line-height: calc(20 / 14);
  padding-inline: calc(20 / 430 * 100vw);
  margin-top: calc(16 / 430 * 100vw);
}