@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@charset "UTF-8";
:root {
  --sp-width-value: 750;
}

/* 既存レイアウト調整 */
.page-event #header {
  margin-bottom: 0;
}
.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%;
}
.page-event .block-event-page--accessory {
  display: none;
}
.page-event .block-top-event--header {
  display: none;
}
.page-event .block-event-page--goods {
  margin: 0;
}
.page-event .block-ranking-r--description {
  position: relative;
}

/*-----------------------------------------
BASE
-----------------------------------------*/
#thankswk {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #121212;
	background: #fff;
}
#thankswk h1,
#thankswk h2,
#thankswk h3,
#thankswk h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#thankswk a {
  color: inherit;
  transition: all .3s;
}
#thankswk a:hover {
  opacity: 0.7;
}
#thankswk a:hover img {
  opacity: 1;
}
#thankswk img {
  max-width: 100%;
  vertical-align: bottom;
}
#thankswk strong {
  font-weight: inherit;
}
#thankswk section {
  padding: 100px 0;
	position: relative;
}
#thankswk *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#thankswk *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#thankswk *::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #thankswk section {
    padding: 60px 0;
  }
  #thankswk *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}

/*-----------------------------------------
PC/SP切り替え
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  #thankswk .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #thankswk .pc-only {
    display: none;
  }
}

/*-----------------------------------------
common
-----------------------------------------*/
#thankswk .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#thankswk .title {
	color: #430103;
  position: relative;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.333;
  text-align: center;
}
#thankswk .title.--border {
  margin: 0 0 38px;
}
#thankswk .title.--border span {
	background: linear-gradient(transparent 60%, #FECE4E 0%);
	display: inline;
	padding: 0 1px 0px;
}
#thankswk #cate.title,
#thankswk #shop.title,
#thankswk #rank.title {
	margin: 0 0 30px;
}
#thankswk #shop.title,
#thankswk #rank.title {
	padding: 78px 0 0;
}
#thankswk #cate.title img {
}
#thankswk #shop.title img {
}
#thankswk #rank.title img {
}
/*#thankswk .title.--border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 8px;
  margin: auto;
  background: #CC0000;
}*/
#thankswk .box {
	position: relative;
	padding: 60px 60px 60px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}
/*#thankswk .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #c80401, #e5bc4b, #e05575);
  border-radius: 8px 8px 0 0;
}*/

#thankswk .more-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 55px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #B60003;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
/*#thankswk .more-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgb(249,143,48,0.5), rgb(175,1,0,0.5));
  pointer-events: none;
  z-index: -1;
}
#thankswk .more-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(/img/usr/event/2026/3rdAmile/icon_btn_arrow.png) no-repeat center / contain;
}*/
#thankswk .more-btn + p {
	font-size: 14px;
	line-height: 1.4;
	margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	#thankswk .inner {
		padding: 0 15px;
		position: relative;
		z-index: 10;
	}
  #thankswk .title {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #thankswk .title.--border {
    padding: 0;
	  margin: 0 0 20px;
  }
  #thankswk .title.--border::after {
    width: 30px;
    height: 4px;
  }
	#thankswk .title.--border span {
		font-size: 20px;
	}
	#thankswk #cate.title,
	#thankswk #shop.title,
	#thankswk #rank.title {
		margin: 0 0 30px;
	}
	#thankswk #shop.title,
	#thankswk #rank.title {
		padding: 53px 0 0;
	}
	#thankswk #cate.title img {
		width: 275px;
	}
	#thankswk #shop.title img {
		width: 270px;
	}
	#thankswk #rank.title img {
		width: 246px;
	}

  #thankswk .box {
    padding: 35px 15px;
    border-radius: 4px;
  }
  #thankswk .box::before {
    height: 5px;
    border-radius: 4px 4px 0 0;
  }
  #thankswk .box + .box {
    margin-top: 20px;
  }
  #thankswk .more-btn a {
    max-width: 354px;
	  width: 96%;
    height: 50px;
    margin: 30px auto 0;
    font-size: 18px;
  }
  #thankswk .more-btn a::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
	#thankswk .more-btn + p {
		font-size: 12px;
		line-height: 1.6;
		margin: 20px 10px 0;
	}
}

/*-----------------------------------------
関連イベント common
-----------------------------------------*/
#thankswk .event_frame .block-top-event--header,
#thankswk .event_frame .more-btn,
#thankswk .event_frame .read-more,
#thankswk .event_frame .rcontainer .left {
  display: none;
}
#thankswk .block-top-event--goods {
  margin: 0;
  padding: 0;
}
#thankswk .block-top-event--wrap .ranking-note--wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
#thankswk .event_frame .block-top-event--wrap h2 {
	display: none;
}
#thankswk .sec-main .rcontainer {
  margin: 0 0 20px 0;
}
/*-----------------------------------------
関連イベント サムネイルT
-----------------------------------------*/
#thankswk .block-thumbnail-t {
  gap: 30px 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#thankswk .--wrap .block-thumbnail-t {
  flex-wrap: wrap;
  padding: 0;
}
#thankswk .block-thumbnail-t > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#thankswk .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #thankswk .block-thumbnail-t--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #thankswk .block-thumbnail-t--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(150 / 430 * 100vw);
  }
  #thankswk .block-thumbnail-t--goods-image figure {
    height: 100%;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
  #thankswk .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*-----------------------------------------
関連イベント ランキング
-----------------------------------------*/
#thankswk .block-ranking-r--items {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#thankswk .block-ranking-r--items > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#thankswk .block-ranking-r--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #thankswk .block-ranking-r--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #thankswk .block-ranking-r--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(150 / 430 * 100vw);
    min-width: unset;
  }
  #thankswk .block-ranking-r--goods-image figure {
    height: 100%;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
  #thankswk .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*-----------------------------------------
fv
-----------------------------------------*/
#thankswk .sec-fv {
	padding: 134px 0 200px;
	background-color: #CE0108;
}
#thankswk .sec-fv .title {
  margin-bottom: 30px;
}
#thankswk .sec-fv .intro {
	margin: 0 auto;
	padding: 95px 114px 85px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
}
#thankswk .sec-fv .intro::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: -26px;
	display: block;
	width: 305px;
	height: 121px;
	background-image: url("deco_fv.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#thankswk .sec-fv .intro h2.title {
	width: 100%;
	position: absolute;
	left: 0;
	top: -34px;
}
#thankswk .sec-fv .intro h2.title img {
	width: 776px;
}
#thankswk .sec-fv .intro-text {

}
#thankswk .sec-fv .intro-text img {
	width: 903px;
}
#thankswk .sec-fv .intro-notice {
  margin: 37px 0 0;
  text-align: left;
}
#thankswk .sec-fv .intro-notice li {
  font-size: 14px;
  line-height: 1.4;
}
#thankswk .sec-fv .intro-period {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 40px auto 0;
  padding: 17px 78px;
  line-height: 1.666;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
	border-radius: 10px;
}
#thankswk .sec-fv .intro-period-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
}
#thankswk .sec-fv .intro-period-text {
	color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}
#thankswk .sec-fv .intro-period-text span.fontsize01 {
	font-size: 30px;
}
#thankswk .sec-fv .intro-period-text span.fontsize02 {
	font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #thankswk .sec-fv {
    padding: 54px 0 calc(200 / 840 * 100vw);
  }
	#thankswk .sec-fv .intro::after {
		width: 160px;
		height: 64px;
		right: 5px;
		bottom: -21px;
	}
  #thankswk .sec-fv .intro h2.title {
    margin: 0;
	  top: -24px;
  }
	#thankswk .sec-fv .intro h2.title img {
		width: 98%;
		max-width: 379px;
	}
	#thankswk .sec-fv .intro {
		padding: 48px 13px 26px;
	}
  #thankswk .sec-fv .intro-text {
  }
  #thankswk .sec-fv .intro-text img {
	  max-width: 376px;
	  width: 100%;
  }
  #thankswk .sec-fv .intro-notice {
    margin: 18px 12px 0;
  }
  #thankswk .sec-fv .intro-notice li {
    font-size: 12px;
	  line-height: 1.66;
  }
  #thankswk .sec-fv .intro-period {
    width: 100%;
    margin: 30px auto 0;
    padding: 10px 10px;
    line-height: 1.428;
    border-width: 2px;
  }
  #thankswk .sec-fv .intro-period-title {
    font-size: 18px;
  }
  #thankswk .sec-fv .intro-period-text {
    font-size: 16px;
  }
	#thankswk .sec-fv .intro-period-text > span {
		font-size: 18px;
	}
	#thankswk .sec-fv .intro-period-text span.fontsize01 {
		font-size: 17px;
	}
	#thankswk .sec-fv .intro-period-text span.fontsize02 {
		font-size: 24px;
	}
	#thankswk .sec-fv .intro-period-text span span.fontsize01 {
		font-size: 24px;
	}
}

/*-----------------------------------------
ショップリスト
-----------------------------------------*/
#thankswk .shop-list-container {
  margin: 0 -20px;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#thankswk .shop-list-container:has(.--wrap) {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  /*overflow-x: visible;*/
}
#thankswk .shop-list {
  display: flex;
  gap: 26px 30px;
  margin: 24px auto 0;
}
#thankswk .shop-list.--wrap {
  flex-wrap: wrap;
}
#thankswk .shop-list li {
  position: relative;
  flex-shrink: 0;
  width: 240px;
}
#thankswk .shop-list.--wrap li {
  /*width: calc((100% - (30px*3))/4);*/
}
#thankswk .shop-list li a {
  display: block;
}
#thankswk .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#thankswk .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#thankswk .shop-list li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#thankswk .shop-list li .label .label-num {
  font-size: 23px;
}
#thankswk .shop-list li .label .label-top {
  line-height: 1;
}
#thankswk .shop-list li .label .label-bottom {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #thankswk .shop-list-container {
    margin: 0;
    padding-bottom: 20px;
  }
  #thankswk .shop-list-container:has(.--wrap) {
    padding-bottom: 20px;
    /*overflow-x: auto;*/
  }
  #thankswk .shop-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: calc(150 / 430 * 100vw);
    column-gap: calc(20 / 430 * 100vw);
    margin: 0;
    padding: 15px 0 0;
  }
  #thankswk .shop-list li {
    width: calc(140 / 430 * 100vw);
  }
  #thankswk .shop-list.--wrap li {
    width: auto;
  }
  #thankswk .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  #thankswk .shop-list li .label .label-num {
    font-size: 16px;
  }
}

/*-----------------------------------------
対象ショップ追加
-----------------------------------------*/
#thankswk .sec-main {
	padding: 0 0 200px;
	background-color: #FECE4E;
}
#thankswk .sec-main::before,
#thankswk .sec-purpose::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -100px;
	width: 130%;
	height: 522px;
	margin-left: -65%;
	border-radius: 50%;
}
#thankswk .sec-main::before {
	background-color: #FECE4E;
}
#thankswk .sec-purpose::before {
	background-color: #430103;
}
#thankswk .shop-title {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #CC0000;
}
#thankswk .shop-title::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 227px;
  height: 49px;
  background: url(/img/usr/event/2026/3rdAmile/icon_shop_add.png) no-repeat center / contain;
}
#thankswk .shop-title + .shop-list-container {
  margin-bottom: 70px;
}
#thankswk .sec-main .box:first-child {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	#thankswk .sec-main {
		padding-bottom: calc(200 / 840 * 100vw);
	}
	#thankswk .sec-main::before,
	#thankswk .sec-purpose::before {
		height: calc(216 / 860 * 100vw);
		top: calc(-108 / 860 * 100vw);
	}
	#thankswk .shop-title::before {
		top: -26px;
		left: 0;
		right: 0;
		width: 112px;
		height: 26px;
		margin: auto;
	}
	#thankswk .sec-main::after,
	#thankswk .sec-purpose::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 5;
	}
	#thankswk .sec-main::after {
		width: calc(920 / 860 * 100vw);
		height: calc(440 / 860 * 100vw);
		left: calc(-28 / 860 * 100vw);
		top: calc(-168 / 860 * 100vw);
		background-image: url("deco_cate.png");
	}
	#thankswk .sec-purpose::after {
		width: calc(924 / 860 * 100vw);
		height: calc(416 / 860 * 100vw);
		left: calc(-64 / 860 * 100vw);
		top: calc(-180 / 860 * 100vw);
		background-image: url("deco_purpose.png");
	}
	#thankswk .shop-title + .shop-list-container {
		margin-bottom: 50px;
	}
	#thankswk .shop-title + .shop-list-container .shop-list {
		grid-template-rows: repeat(1, auto);
	}
	#thankswk .sec-main .box:first-child {
		padding-top: 50px;
	}
}

/*-----------------------------------------
ブランドから探す
-----------------------------------------*/
#thankswk .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}
#thankswk .brand-list li {
  width: calc((100% - (15px*4))/5);
  padding: 25px;
  text-align: center;
}
#thankswk .brand-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#thankswk .brand-list li img {
  max-height: 116px;
}
@media only screen and (max-width: 767px) {
  #thankswk .brand-list {
    margin-bottom: 30px;
  }
  #thankswk .brand-list li {
    width: calc((100% - (15px*2))/3);
    padding: 10px;
  }
}

/*-----------------------------------------
カテゴリから探す
-----------------------------------------*/
#thankswk .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
#thankswk .category-list li {
  width: calc((100% - (20px*3)) / 4);
  border-radius: 5px;
}
#thankswk .category-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 65px;
}
#thankswk .category-list .category-list-text {
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.44;
	letter-spacing: 0.05em;
	text-align: center;
}
#thankswk .category-list.--noimg {
  margin-top: 30px;
}
#thankswk .category-list.--noimg li {
  width: calc((100% - (20px*5)) / 6);
  background: #430103;
}
#thankswk .category-list.--noimg li a {
	color: #FFFFFF;
}
#thankswk .category-list.--noimg .category-list-text {
	font-size: 18px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
  #thankswk .category-list {
    gap: 10px;
  }
  #thankswk .category-list li {
    width: calc((100% - (10px*1)) / 2);
  }
  #thankswk .category-list li a {
    min-height: 65px;
  }
  #thankswk .category-list .category-list-text {
    margin: 6px 0 4px;
    font-size: 12px;
  }
  #thankswk .category-list.--noimg {
    margin-top: 30px;
  }
  #thankswk .category-list.--noimg li {
    width: calc((100% - (10px*1)) / 2);
  }
	#thankswk .category-list.--noimg .category-list-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

/*-----------------------------------------
ショップから探す
-----------------------------------------*/
#thankswk .filter-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 20px;
  margin-bottom: 60px;
}
#thankswk .filter-btn {
  all: unset;
  outline: revert;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #CC0000;
  background-color: #fff;
  border: 1px solid #CC0000;
  border-radius: 50px;
  cursor: pointer;
}
#thankswk .filter-btn.active {
  color: #fff;
  background-color: #CC0000;
}
@media only screen and (max-width: 767px) {
  #thankswk .filter-btn-list {
    gap: 5px;
    /*max-width: 300px;*/
    margin: 0 auto 15px;
  }
  #thankswk .filter-btn {
    padding: 5px 16px;
    font-size: 12px;
  }
}

/*-----------------------------------------
目的から商品を探す
-----------------------------------------*/
#thankswk .sec-purpose {
  background: #430103;
	padding-top: 0;
	position: relative;
}
#thankswk .sec-purpose h2.title img {

}
#thankswk .sec-purpose .purpose-contents {
	margin-top: 70px;
}
#thankswk .sec-purpose .purpose-contents:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #thankswk .sec-purpose {
  }
  #thankswk .sec-purpose h2.title img {
    width: 296px;
  }
	#thankswk .sec-purpose .purpose-contents {
		margin-top: 40px;
	}
}


/* ----------------------------------
Lounge
---------------------------------- */
#thankswk .sec-lounge {
  padding: 0;
}

html[data-browse-mode="P"] #mall_intro_lounge {
  min-width: 1160px;
  padding: 45px 120px;
  background: #000 url("/img/usr/common/v02/contents_lounge_bg.jpg") center bottom / cover no-repeat;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame {
  max-width: 2000px;
  padding: 20px 0;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.3);
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame img {
  height: auto;
  vertical-align: top;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .desc {
  width: 40%;
  text-align: center;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-image {
  width: 285px;
  height: 50px;
  /*padding: 8px 0 0 0;*/
  margin: 0 auto 20px;
  background: #000;
  text-align: center;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-image .img-logo {
  height: 22px;
  margin: 0 0 3px 0;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-image img {
  vertical-align: top;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-image video {
  vertical-align: top;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text {
  margin: 0 auto 20px;
  font-size: 33px;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  position: relative;
  display: inline-flex;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text .shop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -21px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  z-index: 5 !important;
  transform: translate(100%, -50%);
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span:nth-of-type(2) {
  font-size: 16px;
  position: relative;
  top: 2px;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .message {
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.8;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button {
  margin: 0 auto;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a {
  width: 145px;
  height: 36px;
  color: #CC0000;
  background: #fff;
  border: 1px solid #CC0000;
  border-radius: 50px;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a:after {
  content: none;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a:hover {
  color: #976F11;
  border-color: #976F11;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
  width: 60%;
  margin: 0;
	padding-left: 22px;
  text-align: right;
  overflow: hidden;
  position: relative;
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev,
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #333;
  border-radius: 50%;
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev {
	left: 0;
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next {
  right: 7%;
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev::after,
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 15px;
  background: url(https://ec.stg.jal.co.jp/img/usr/common/v02/visual_arrow.png) no-repeat left center / contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev::after {
	right: 54%;
	transform: rotate(-180deg) translate(-50%, -50%);
	margin-top: -32%;
}
html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next::after {
	left: 54%;
}
@media only screen and (min-width: 2113px) {
	html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
		padding-left: 0;
	}
	html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev {
		left: calc(22 / 2113 * 100vw);
	}
}
@media only screen and (min-width: 2235px) {
	html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev {
		left: 5%;
	}
}
@media only screen and (max-width: 1400px) {
  html[data-browse-mode="P"] #mall_intro_lounge {
    padding: 45px 40px;
  }
}

@media only screen and (max-width: 1300px) {
  html[data-browse-mode="P"] #mall_intro_lounge {
    padding: 45px 30px;
  }
}

@media only screen and (max-width: 1200px) {
  html[data-browse-mode="P"] #mall_intro_lounge {
    padding: 45px 20px;
  }
}

@media only screen and (max-width: 800px) {
  html[data-browse-mode="P"] #mall_intro_lounge {
    background: url("/img/usr/common/v02/contents_lounge_bg_sp.jpg") center bottom / cover no-repeat;
  }
}

html[data-browse-mode="S"] #mall_intro_lounge {
  padding: 40px 120px;
  background: #000 url("/img/usr/common/v02/contents_lounge_bg.jpg") center bottom / cover no-repeat;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame {
  max-width: 2000px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame img {
  height: auto;
  vertical-align: top;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .desc {
  width: 40%;
  text-align: center;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-image {
  width: 240px;
  height: 42px;
  /*padding: 8px 0 0 0;*/
  margin: 0 auto 20px;
  background: #000;
  text-align: center;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-image .img-logo {
  height: 22px;
  margin: 0 0 3px 0;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-image img {
  vertical-align: top;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-image video {
  vertical-align: top;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text {
  margin: 0 auto 16px;
  font-size: 26px;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  position: relative;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  padding: 0 0 0;
  z-index: 5 !important;
  transform: translateY(-50%);
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span:nth-of-type(2) {
  font-size: 9px;
  position: relative;
  top: 0;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message {
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.43;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .more-button {
  margin: 0 auto;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
  width: 60%;
  padding: 0 0 0 16px;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next {
  right: 7%;
  width: 44px;
  height: 44px;
  background: #333;
  border-radius: 50%;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 15px;
  background: url(/img/usr/common/v02/visual_arrow.png) no-repeat left center / contain;
  display: block;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1400px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 1300px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 1200px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 20px;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame {
    padding: 24px 0 0;
    flex-direction: column-reverse;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .desc {
    width: 100%;
    padding: 23px 30px;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message {
    text-align: left;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message br {
    display: none;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame figure img {
    width: 100%;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
    width: 100%;
  }
  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-prev,
  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    background: #000 url("/img/usr/common/v02/contents_lounge_bg_sp.jpg") center bottom / cover no-repeat;
  }
}

/*-----------------------------------------
campaign
-----------------------------------------*/
#thankswk .sec-campaign {
}
#thankswk .sec-campaign .title {
}
#thankswk .sec-campaign .title img {

}
#thankswk .sec-campaign .campaign-contents {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 40px 0 0;
  padding: 20px 30px 20px 20px;
  background: #fff;
  border: 2px solid #430103;
  border-radius: 10px;
}
#thankswk .sec-campaign .campaign-img {
	/*width: 550px;*/
	width: 48%;
	flex-shrink: 0;
}
#thankswk .sec-campaign .campaign-desc {
	flex: 1;
}
#thankswk .sec-campaign .campaign-title {
  font-weight: bold;
  font-size: 24px;
}
#thankswk .sec-campaign .campaign-text {
  margin: 20px 0 0;
  font-size: 18px;
}
#thankswk .sec-campaign .campaign-contents .more-btn a {
	margin: 20px 0 0;
	width: 100%;
	max-width: 320px;
}
@media only screen and (max-width: 767px) {
  #thankswk .sec-campaign {
    /*background-image: url(/img/usr/event/2026/3rdAmile/bg_campaign_sp.jpg);*/
  }
  #thankswk .sec-campaign .title {
  }
	#thankswk .sec-campaign .title img {
		max-width: 386px;
		width: 96%;
	}
  #thankswk .sec-campaign .campaign-contents {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
    padding: 15px 15px 30px;
    border-radius: 5px;
  }
  #thankswk .sec-campaign .campaign-img {
    width: 100%;
  }
  #thankswk .sec-campaign .campaign-title {
    font-size: 18px;
  }
  #thankswk .sec-campaign .campaign-text {
    margin: 16px 0 0;
    font-size: 14px;
  }
  #thankswk .sec-campaign .campaign-contents .more-btn a {
	max-width: 354px;
	width: 97%;
	margin: 20px auto 0;
  }
}
/*detail*/
.campaign-detail {
	margin-top: 20px;
}
html[data-browse-mode="S"] .campaign-detail {
	margin-top: 50px;
}

/*-----------------------------------------
top-btn
-----------------------------------------*/
#thankswk .top-btn a {
	color: #CC0000;
	font-size: 16px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	width: 340px;
	height: 40px;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #thankswk .top-btn a {
    margin-top: 60px;
  }
}
/*-----------------------------------------
注意事項
-----------------------------------------*/
#thankswk .sec-campaign .box {
	box-shadow: none;
	padding: 60px 0 20px;
}
#thankswk .sec-campaign .sec-note-detail h2.title img {

}
.sec-note-detail dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
}
.sec-note-detail dd {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}
html[data-browse-mode="S"] .sec-note-detail dd {
	font-size: 14px;
	line-height: 1.8;
}
.sec-note-detail dl:not(:last-child)  {
	margin: 0 0 40px;
}
html[data-browse-mode="S"] .sec-note-detail dl:not(:last-child) {
	  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
	#thankswk .sec-campaign .box {
		padding: 0;
	}
	#thankswk .sec-campaign .sec-note-detail h2.title img {
		width: 171px;
	}
	#thankswk .sec-campaign .sec-note-detail dl {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	#thankswk .sec-campaign .top-btn a {
		margin-top: 40px;
		width: 85%;
		max-width: 340px;
	}
}