/*
 * CSS for PC
 */
/* ------------------------------------------

------------------------------------------ */
.pc {
  display: none !important;
}

img {
  max-width: 100%;
}

#keyVisual.top {
  padding: 0;
}

#keyVisual {
  margin-bottom: 0;
}

#keyVisual.top h1 {
  text-indent: 0px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 375 / 320;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202608/images/kv_sp_bg.png) no-repeat center / cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#keyVisual.top h1 section {
  position: relative;
  width: 100%;
  aspect-ratio: 563 / 213;
}


.kvTxtImgWrap {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.kvTxtImgWrap.active {
  opacity: 1;
}

.kvTxtImgWrap .kvTxtImg {
  display: block;
  max-width: none!important;
  width: auto!important;
  height: 32px!important;
}

.kvTxtImgWrap:nth-child(2) .kvTxtImg {
  height: 40px!important;
}
.kvTxtImgWrap:nth-child(4) .kvTxtImg {
  height: 38px!important;
}


#keyVisual.top h1 img.sp {
  width: 100%;
  display: block;
}

.pointBnr {
  background: linear-gradient(180deg, #06A806 0%, rgba(255, 255, 255, 0.00) 100%);
  padding: 0 16px 18px;
}

.pointBnr section {
  width: 100%;
  min-height: 72px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFFD0 0%, #FFF 20.23%);
  box-shadow: 0 3.675px 30.625px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Noto Sans JP', sans-serif;
}

.pointBnr__label {
  margin: 0 auto;
  padding: 3px 32px;
  border-radius: 100px;
  background: #00b900;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  text-align: center;
  width: 85%;
  box-sizing: border-box;
  max-width: 280px;
}

.pointBnr__label span {
  color: #FFFF54;
}

.pointBnr__label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  aspect-ratio: 11 / 13;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202608/images/line.png) no-repeat center / contain;
}

.pointBnr__label::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 14px;
  aspect-ratio: 11 / 13;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202608/images/line.png) no-repeat center / contain;
}

.pointBnr__text {
  position: relative;
  padding: 0 50px;
  text-align: center;
  margin: 8px auto;
  width: fit-content;
}

.pointBnr__text p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.64px;
}

.pointBnr__text p span {
  color: #00b900;
  font-size: 22px;
  line-height: 1;
}

.pointBnr__text small {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.pointBnr__text::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 6px;
  width: 15px;
  height: 16px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202608/images/star_s.svg) no-repeat center / contain;
}

.pointBnr__text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202608/images/star.svg) no-repeat center / contain;
}

.pointBnr__link {
  position: relative;
  display: block;
  color: #0072ce !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 0 16px 0 0px;
  text-align: right;
}

.pointBnr__link::after {
  content: "";
  position: absolute;
  display: block;
}

.pointBnr__link::after {
  right: 4px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0072ce;
  border-bottom: 2px solid #0072ce;
  transform: translateY(-50%) rotate(-45deg);
}


/* ============================================================
 * コンテンツ・ボーナス基盤
 * #contents / #bonus / .w1040
 * ============================================================ */
/* hidden port */
#contents {
  background-color: #fff;
  padding: 16px 0 0;
}

#bonus {
  box-shadow: -1px 3px 2px #d1d1d1;
  position: relative;
  z-index: 1;
}

#bonus {
  box-shadow: 1px 1px #333;
}

.w1040 {
  font-family: 'Noto Sans JP', sans-serif;
}

/* .w1040 {
  padding: 40px 10px;
} */

/* ============================================================
 * 画像ボックス (imgbox)
 * 旧レイアウトの画像枠
 * ============================================================ */
/* imgbox1 */
.imgbox1 img {
  display: block;
  margin: 0 auto;
  padding-top: 32px;
  margin-bottom: 80px;
}

.imgbox2 img {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 14px !important;
}


/* ============================================================
 * PC/SP切替表示
 * #pcweb / #spweb / .contents
 * ============================================================ */
#pcweb {
  display: none;
}

#spweb {
  margin: 0 auto;
}

.contents {
  position: relative;
  z-index: 1;
}


/* ============================================================
 * ポート・ボーダー
 * #port2 / #firstport / #contentsArea 背景
 * ============================================================ */
#port2 {
  box-shadow: -1px 3px 2px #d1d1d1;
  padding-bottom: 20px;

  margin-top: -21px;
}

#firstport {
  padding-bottom: 20px;
  background-color: #EFFAE6;
}

#contentsArea .contents.column1 {
  background-color: #EFFAE6 !important;
}


/* ============================================================
 * トップバナー
 * #topBnr
 * ============================================================ */
#topBnr h1 img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}


/* ============================================================
 * キャンペーン期間ボックス
 * .termBox / target-link
 * ============================================================ */
.termBox {
  margin: 24px auto;
  line-height: 1.5;
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  margin-top: 16px;
}

.termBox>span {
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  color: #333;
}

.termBox ul {
  margin: 10px auto 0;
  text-align: justify;
  line-height: 1.5;
}

.termBox ul li {
  line-height: 1.5;
  margin-bottom: 5px;
}



.target-link a {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 26px;
  /*  text-decoration: underline !important; */
}


/* ============================================================
 * 共通ボタン (my-button)
 * 汎用ボタンスタイル
 * ============================================================ */
body .my-button {
  color: white !important;
}

.my-button {
  display: inline-block;
  height: 53px;
  width: 272px;
  background-color: #BF0000;
  color: #ffffff;
  text-align: center;
  line-height: 53px;
  border-radius: 40px;
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 24px;
  margin-bottom: 24px;
}


/* ============================================================
 * キャンペーンリンク・アイコン
 * campBoxLink / arrow-icon / firstImage / starIcon
 * ============================================================ */
.campBoxLink {
  text-align: center;
  margin-right: 19px;
  margin-top: 16px;
}

.campBoxLink a {
  display: inline-block;
  margin: 0 2px;
  background: #eaeaea;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
}

.target-link a {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 19px;
  text-decoration: none;
}

#first-link {
  text-decoration: underline !important;
}

.arrow-icon {
  display: none;
}

#firstImage {
  display: none;
}

#starIcon {
  display: none;
}

.arrow-icon2 {
  width: 24px;
  height: 24px;
  padding-right: 12px;
}

.campBoxLink a:last-child {
  position: relative;
}

.campBoxLink a:last-child:after {
  position: absolute;
  content: '';
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202405/images/Vector.svg) no-repeat center / 16px;
  width: 16px;
  height: 16px;
  right: -24px;
  top: calc(50% - 8px);
}


/* ============================================================
 * カスタムボタン・ターゲットリンク
 * custom-button / button-text / ss-center2 / target-link
 * ============================================================ */
.custom-button {
  display: block;
  background-color: #29670C;
  color: #FFFFFF !important;
  padding: 0 20px;
  border-radius: 5px;
  position: relative;
}

.custom-button:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  right: 24px;
  top: 50%;
}

.button-text {
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}

.ss-center2 {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  justify-content: center;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  padding-right: 12px;
}

.target-link {
  text-align: center;
  margin-top: 16px;
}


/* ============================================================
 * キャンペーン詳細テーブル
 * campaign-details / info / content
 * ============================================================ */
.campaign-details {
  width: 990px !important;
  font-weight: 700;
  text-align: center !important;
  background-color: #1B222C !important;
  border-right: 1px solid #b4b4b4;
  padding: 8px;
  border-bottom: 1px solid #b4b4b4;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.campaign-info {
  width: 50px;
  font-weight: 700;
  border-right: 1px solid #b4b4b4;
  padding: 8px;
  border-bottom: 1px solid #b4b4b4;
  background-color: #e1e1e1;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

.campaign-content {
  border-right: 1px solid #b4b4b4;
  padding: 8px;
  border-bottom: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.6;
}

.campaign-content>a:visited {
  color: #1d54a7;
}


/* ============================================================
 * ユーザー詳細情報 (SP)
 * .userdtl.sp / .w1040
 * ============================================================ */
/* endhere */
.w1040 {
  font-family: 'Noto Sans JP', sans-serif;
}

.userdtl.sp {
  font-weight: bold !important;
  margin-bottom: 0 !important;
}

#bonus .userdtl {
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #686868;
  margin-bottom: 8px;
}

#bonus .levelLabel {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}

#bonus .levelBox {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 16px;
}

#bonus .levelBox .logo {
  height: 22px;
  aspect-ratio: 80/20;
}

#bonus .levelBox .level {
  height: 22px;
  width: auto;
}


/* ============================================================
 * ユーザーポイント確認ボタン
 * #userPointCheck
 * ============================================================ */
#userPointCheck {
  width: fit-content;
  margin: 0 auto 16px;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #B6B6B6;
  border-radius: 8px;
  background: #fff;
  color: #767676;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#userPointCheck::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/window.svg) no-repeat center / contain;
  display: inline-block;
  margin-left: 12px;
}


/* ============================================================
 * 外部リンクアイコン
 * 疑似要素での外部リンク表示
 * ============================================================ */
/* external link icon via pseudo-element (mobile) */
#contentsArea .external {
  position: relative;
  text-decoration: underline !important;
  color: #00B900;
}


#bonus .userdtl .level {
  width: 70px;
}

#bonus .userdtl .username {
  font-size: 16px;
  font-weight: bold;
  margin-right: 4px;
  color: #686868;
}

#bonus .userdtl em {
  font-style: normal;
  color: #bf0000;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

#bonus .userdtl em b {
  font-size: 24px;
}


/* ============================================================
 * GOクーポン (bp-go-coupon)
 * GOアプリ限定クーポンブロック
 * ============================================================ */
/* GO coupon block */
.bp-go-coupon {
  margin: 16px 16px 32px;
  padding: 20px 12px;
  border-radius: 8px;
  background: linear-gradient(171deg, #effae6 0%, #dffaff 100%);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bp-go-coupon__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.bp-go-coupon__title-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.bp-go-coupon__title {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.bp-go-coupon__card {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
}

.bp-go-coupon__image-wrap {
  flex: 0 0 133px;
}

.bp-go-coupon__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: block;
}

.bp-go-coupon__content {
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.bp-go-coupon__tag {
  width: fit-content;
  margin: 0 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
  background: #00b900;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.bp-go-coupon__desc {
  margin: 0;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.bp-go-coupon__desc strong {
  font-size: 14px;
  font-weight: 700;
}

.bp-go-coupon__discount-label {
  margin: auto 0 3px;
  color: #333;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.bp-go-coupon__discount {
  margin: 0;
  color: #bf0000;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.bp-go-coupon__discount span {
  font-size: 20px;
}


/* ============================================================
 * ユーザー詳細補足
 * userdtl 補足・levelup
 * ============================================================ */
#bonus .userdtl .level b {
  font-size: 24px;
}

#bonus .userdtl .utilization {
  font-size: 24px;
  font-weight: bold;
}

#bonus .userdtl .spcl {
  display: flex;
  align-items: center;
  margin-top: 0;
}

#bonus .levelexample {
  text-align: center;
  margin: 16px 0px 0;
}

#bonus .levelup {
  background-color: #EFFAE6;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

#bonus .levelup em {
  font-style: normal;
  color: #00B900;
}

#bonus .levelup em b {
  font-size: 20px;
}

#bonus .levelup img {
  height: 20px;
  width: auto;
}

#bonus .ttl {
  margin: 24px auto 16px;
}

.note {
  font-size: 14px !important;
  color: #666;
  width: 100%;
  margin: 20px auto 0;
  line-height: 150%;

}


/* ============================================================
 * 見出し (h2.ttl)
 * 共通見出しスタイル
 * ============================================================ */
h2.ttl {
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* h2.ttl img {
  display: block;
  margin: 0 auto;
} */

h2.ttl p {
  background: linear-gradient(to right, #255500, #36a436);
  -webkit-background-clip: text;
  display: inline;
  color: transparent;
}


/* ============================================================
 * サブテキスト
 * p.sub
 * ============================================================ */
p.sub {
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}

#introduce {
  font-family: 'Noto Sans JP', sans-serif;
}

#introduce .bonusstep li:last-child {
  margin-bottom: 0;
}

#introduce .bonusstep li {
  width: 260px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  padding: 24px 16px;
  position: relative;
  line-height: 150%;
}


/* ============================================================
 * ステップスワイパー
 * .bonusstep-swiper
 * ============================================================ */
/* bonusstep swiper (SP) */
.bonusstep-swiper {
  padding: 20px 0 8px !important;
}

.bonusstep-swiper .bonusstep li {
  margin-bottom: 0;
  height: auto;
  box-sizing: border-box;
}

#bonus {
  box-shadow: 1px 1px #333;
}

#bonusex {
  padding: 0px 0;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 32px;
}

#bonusex .pointUp {
  font-size: 18px;
  color: #00B900;
  font-weight: 700;
  margin: 8px auto 16px;
  text-align: center;
}

#bonusex img.pc {
  display: block;
  margin: 0 auto;
}

#introduce .bonusstep li:after {
  display: block;
  content: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202410/images/arrow_right_new.svg);
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%) scale(0.8);
}

#bonus {
  box-shadow: -1px 3px 2px #d1d1d1;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}

#introduce .bonusstep li:last-child:after {
  content: "";
}

#introduce .bonusstep li img:last-child {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 53px;
}

#introduce .bonusstep li h3 {
  font-size: 16px;
  padding: 10px 0;
}

#introduce .bonusstep li p b {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

#introduce .bonusstep li p span {
  font-weight: bold;
}

#introduce .bonusstep li p {
  margin-top: 16px;
  font-size: 14px;
}

#introduce p.note {
  font-size: 12px !important;

}

#bonusex p.note {
  font-size: 12px !important;
}

#bonusex p.note a {
  text-decoration: underline;
}

#introduce p.note a {
  text-decoration: underline;
}

#rankBox {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
  padding: 32px 10px 4px;
}

#rankBox .swiper-container.htl {
  padding: 20px 0;
}

#rankBox .ss-hotel {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

#rankBox .ss-hotel .bg-img {
  display: flex;
  width: 100%;
  height: 90px;
  overflow: hidden;
  align-items: center;
}

#rankBox .ss-hotel .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}

#rankBox .ss-hotel .htlrank {
  display: block;
  background: url(https://img.travel.rakuten.co.jp/smart/package/img/rank.png) no-repeat;
  width: 27px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  box-sizing: border-box;
  padding: 9px 0 0 1px;
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#rankBox .ss-hotel a:hover {
  text-decoration: none;
}

#rankBox .ss-hotel .hotel-main {
  padding: 10px;
  line-height: 150%;
}

#rankBox .ss-hotel .hotel-main .hotel-name {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}

#rankBox .ss-hotel .hotel-main .area-name {
  color: #777;
  font-size: 12px;
  line-height: 1.2;
}

#rankBox .ss-hotel .bg-img+.icon {
  background: #00B900;
  color: #fff;
  font-size: 10px;
  padding: 1px 16px 1px 6px;
  position: relative;
  display: inline-block;
  align-items: flex-end;
  margin: 8px 4px 8px 8px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  white-space: nowrap;
  letter-spacing: -1px;
}

/* #rankBox .ss-hotel .bg-img + .icon:after {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  border-right: 1px solid #fff;
  border-bottom: 27px solid #fff;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
} */

#rankBox .ss-hotel .btn {
  margin: 10px;
  margin-top: 0;
}

#rankBox .ss-hotel .btn li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 8px 0;
}

#rankBox .ss-hotel:nth-of-type(1) .htlrank {
  background: url(https://img.travel.rakuten.co.jp/smart/package/img/rank1.png) no-repeat;
  color: #333;
}

#rankBox .ss-hotel:nth-of-type(2) .htlrank {
  background: url(https://img.travel.rakuten.co.jp/smart/package/img/rank2.png) no-repeat;
  color: #333;
}

#rankBox .ss-hotel:nth-of-type(3) .htlrank {
  background: url(https://img.travel.rakuten.co.jp/smart/package/img/rank3.png) no-repeat;
  color: #333;
}


/* ============================================================
 * ランキングタブ (rankTab)
 * ランキング切替タブ
 * ============================================================ */
.swiper-container.rankTab .swiper-wrapper li {
  border-bottom: 2px solid #F3F3F3;
  text-align: center;

  padding: 6px 0;
  width: auto !important;
  /*cursor: pointer; */

}

.swiper-container.rankTab .swiper-wrapper li.active {
  font-weight: bold;
  color: #00B900;
  border-bottom: 4px solid #00B900;
}

#rankBox .ss-hotel .hotel-main .price {
  color: #bf0000;
  text-align: right;
  font-size: 12px;
}

#rankBox .ss-hotel .hotel-main .price span {
  font-weight: bold;
}

#rankBox .ss-hotel .hotel-main .price span em {
  font-style: normal;
  font-size: 18px;
}


/* ============================================================
 * 計算例 (.example)
 * ポイント計算例ボックス
 * ============================================================ */
.example {
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin: 10px 10px 32px 10px;
  background-color: #fff;
}

.example b {
  display: block;
  text-align: left;
  font-size: 16px;
}

.redtext {
  font-size: 14px;
  color: #BF0000;
  text-align: center;
  padding: 20px 0;
}

#search-box {
  margin: 0;
}

#search-box .structure dd {
  margin-bottom: 0;
}


/* ============================================================
 * プログラム概要 (#gaiyo)
 * プログラム概要説明
 * ============================================================ */
.w1040#gaiyo {
  padding-top: 32px;

}

#gaiyo dl {
  padding-top: 16px;
  font-size: 14px;
}

#gaiyo dl dt {
  background-color: #00B900;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

#gaiyo dl dd h3 {
  background-color: #E1E1E1;
  padding: 10px;
}

#gaiyo dl dd h2 {
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#gaiyo dl dd p {
  padding: 10px;
  line-height: 150%;
}


/* ============================================================
 * Q&A (#qa)
 * よくある質問
 * ============================================================ */
#qa dl {
  padding: 16px 0;
}

#qa dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #00B900;
}

#qa dl dd {
  font-size: 14px;
}


#qa dl dd .jdsCoponSwitch {
  padding: 15px 30px 15px 20px;
  background-color: #EAEAEA;
  border-radius: 4px;
  position: relative;
  margin: 10px 0;
}

#qa dl dd .jdsCoponSwitch:after {
  content: "+";
  display: block;
  position: absolute;
  top: 40%;
  right: 20px;
}

#qa dl dd .active-submenu.jdsCoponSwitch:after {
  content: "-";
}


/* ============================================================
 * ヘルプリンク
 * .helplink
 * ============================================================ */
.helplink {
  display: block;
  border: 1px solid #00B900;
  border-radius: 4px;
  padding: 20px;
  width: 70%;
  margin: 10px auto;
  color: #00B900 !important;
  text-align: center;
  font-size: 12px;
}

.helplink span {
  position: relative;
}

.helplink span:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #00B900;
  border-bottom: 1px solid #00B900;
  position: absolute;
  right: -40px;
  top: 22%;
  transform: rotate(-45deg);
}


/* ============================================================
 * エントリーフォーム (#entry)
 * エントリー入力フォーム
 * ============================================================ */
#entry {
  padding: 20px 0;
}

#entry ul {
  padding: 10px;
}

#entry ul li {
  margin: 10px 0;
  font-weight: 500;
}

#entry ul li input {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 20px;
  width: calc(100% - 40px);
}

#entry ul li:first-child {
  font-size: 14px;
}

#entry ul li:first-child span {
  color: #00B900;
  font-weight: bold;
}

#entry input.submit {
  font-size: 16px;
  background-color: #D04A00;
  margin: 20px auto;
  border: none;
  width: 90%;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  cursor: pointer;
}


/* ============================================================
 * エントリー終了
 * #entryOver
 * ============================================================ */
#entryOver {
  padding: 40px 0;
}

#entryOver h2 {
  text-align: center;
  font-size: 24px;
}


/* ============================================================
 * フォーム共通
 * input / select
 * ============================================================ */
input, input:focus,
/* textarea, textarea:focus, */
select, select:focus {
  font-size: 16px !important;
}


/* ============================================================
 * 見出し画像調整
 * 各見出しの img 調整
 * ============================================================ */
#qa .ttl img {
  display: inline;
}

#gaiyo .ttl {
  align-items: end;
}

.ttl img {
  padding-right: 5px;
}


/* ============================================================
 * bonusex内 w1040
 * #bonusex .w1040
 * ============================================================ */
#bonusex .w1040 {
  padding: 24px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #FAFAFA;
  margin: 0 16px;
}


/* ============================================================
 * 検索絞り込み調整
 * .sibori .domInput.new
 * ============================================================ */
#search-box .sibori .domInput.new {
  background: none !important;
}

#search-box .sibori .domInput.new dd ul li {
  padding: 0 !important;
}


/* ============================================================
 * 背景・共通装飾
 * 緑背景・rankBox補足・ttl padding
 * ============================================================ */
.greenbg {
  background-color: #EFFAE6;
}

#rankBox .note {
  order: 999;
}

#rankBox nav {
  padding-bottom: 12px;
}

#rankBox .ttl {
  font-size: 18px;
}

#target-position {
  margin-bottom: 16px;
}

#Searchbox .ttl {
  padding-bottom: 16px;
}




/* ============================================================
 * ログインボタン
 * 共通ログイン導線ボタン (SP)
 * ============================================================ */
.link.login, #bonusBnr .link {
  width: fit-content;
  background: #bf0000;
  color: #fff;
  border-radius: 40px;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
}

.link.login::after, #bonusBnr .link::after {
  content: "";
  display: block;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* #bonus .nologin .userdtl{font-weight: bold;margin-top: 24px;}
#bonus .nologin .checklogin{font-weight: bold;font-size: 14px;text-align: center;padding: 20px 0;} */


/* ============================================================
 * サブ見出し・チャットボット
 * .sub_ttl2 / .chatbot
 * ============================================================ */
.sub_ttl2 {
  font-size: 14px;
  margin-top: 16px;
  font-weight: normal;
}

.chatbot {
  display: none;
  width: 93px;
  height: 94px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  transition: bottom 0.2s;
}

.chatbot img {
  width: 100%;
  height: auto
}

.catbot-close {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://img.travel.rakuten.co.jp/share/smart/images/close-chatbot.png) center no-repeat;
  background-size: 11px 11px;
  padding: 8px;
  z-index: 2;
  text-indent: -9999px
}



/* ============================================================
 * アンケートフォーム
 * .questionForm
 * ============================================================ */
.questionForm em {
  font-style: normal;
}

.questionForm li {
  display: block;
}

.questionForm button {
  border: none;
}

.questionForm .sp {
  display: none !important;
}

.questionForm {

  margin: 10px;
  position: relative;
}

.questionForm form>ul {
  border-top: 1px solid rgba(200, 200, 200, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.questionForm .questionTlt {
  font-size: 22px;

  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.3;
}

.questionForm .suvTlt, .suvTlt2 {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;



  color: rgba(51, 51, 51, 1);
}

.questionForm .suvTlt {
  margin-bottom: 5px;
}

.questionForm .suvTlt b {
  color: rgba(84, 130, 43, 1);
}

.questionForm .questionTlt h2 {
  color: rgba(84, 130, 43, 1);
  font-size: 24px;
  padding-left: 46px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAABUgyxUgypUgixUgitVgCpUgi1VgitUgSpUgStQgDBUgStTgy1SgipTgSpVgCVUgitUgytUgitTgitUgytQgChVgCpVgixUgCxVgypTgitVgyxQgCBUgitkJawkAAAAHXRSTlMAf3/v7zCPn4DPEL9QYJAwj79wn88gYK9Ar9+vEFsevOgAAACzSURBVHja7c2FDcMAEENRlynM5P3XDBM5GaBffPckY6fLFYddyOsJ0yptbvdWSfN4tEoaoFXaDEoa4MlWKXPh694qZd7DojJolTaD0gaPG/k+bf4Gd/LzPTAP8nevlDIwSPNRKWVgkTYq5QgDl3egUsqAdNGoz3fXPOrboLYNPNLBoLYNfJLXQW0bBOxVGMXcNl82OVf3Ru4YJJx287CVN/xdKwqxXVqD7OU9IPrlXlJAVwKJtBoTuCtNAAAAAABJRU5ErkJggg==) no-repeat left center;
  padding-top: 10px;
  height: 38px;
  text-align: left;
}

.questionForm h3 {
  display: inline-block;
  clear: both;
  padding: 2px;
  font-size: 16px;
}

.questionForm .suvSel {
  padding-bottom: 0;

}

.questionForm .suvSel.textArea {}

.questionForm .suvSel label {
  text-align: center;
  display: block;
  float: left;
  width: 19% !important;
  margin: 0 !important;
  padding: 0 !important;

}

.questionForm .suvSel input {
  display: none;
}

.questionForm .suvSel .survey-radio-btn {
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #C8C8C8;
  display: block;
  cursor: pointer;
  margin: auto;
}

.questionForm .suvSel input:checked .survey-radio-btn {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #565656;
}

.questionForm .suvSel strong {
  width: 52px;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  font-weight: normal;
}

.questionForm .suvSel label:nth-last-of-type(3) strong {
  margin-left: -35%;
  margin-right: -35%;
}

.questionForm input:checked+.survey-radio-btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAIAAAC0D9CtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxNzAwNEM1MzM1RTExRTlCOUM4RTU1MEU2MjgwOUVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxNzAwNEM2MzM1RTExRTlCOUM4RTU1MEU2MjgwOUVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDE3MDA0QzMzMzVFMTFFOUI5QzhFNTUwRTYyODA5RUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE3MDA0QzQzMzVFMTFFOUI5QzhFNTUwRTYyODA5RUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4znlCtAAAAuklEQVR42mIMOK/KQCJgYiAd0EyPk1BQknQVnMtCjIZcuQ4g4+vfzytfTCZsD1wDGPwn7DZkDSteTFr5Ygq6Hm5mXmQNOjzmWDUg9IixSfepb4IrUuTUrFCchlUDIgwqFKcDtQEdA2Tvf7ceqAFiLaYGIGCEpAOgwc0qS9Cch1UDwm33v1+vvRMDDE24xL53a7FqQAkDZG1ADZMfVeIKT2aNDGE458OfNx/+vP769xMeDQj/DMp0DRBgALbcVdeQTQ6zAAAAAElFTkSuQmCC) no-repeat center #50cf25;
  top: 0px;
  left: 0px;
}

.questionForm .typTxt {
  font-size: 12px;
  padding: 2%;
  width: 96%;
  min-height: 24px;
  display: block;
  margin: 10px auto;

}

.questionForm .subBtn {
  width: 190px;
  height: 40px;

  border-radius: 100px;
  background-color: #D04A00;
  border: none;
  display: flex;
  margin: 10px auto 0;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;

}

.questionForm .subBtn:hover {
  opacity: 0.8;
}

.questionForm .lineBottom {
  border-bottom: 1px solid #999999;
  padding-top: 3px;
  padding-bottom: 3px;
}


.questionForm .tright {
  text-align: left;
}

.questionForm .tright span, .tright em {
  color: #bf0000;
  font-size: 14px;
  font-weight: normal;
}

.questionForm .suvSel span, .suvSel em {
  color: #bf0000;
  font-size: 14px;
  font-weight: normal;
}

.questionForm .typTxt.red {
  border: 3px solid #bf0000;
}


/* ============================================================
 * 検索絞り込み系
 * #design / #price / #sort / #storage
 * ============================================================ */
#design ul, #price ul, #sort ul, #storage ul {
  max-height: 40px;
}

#designBox1, #priceBox1, #sortBox1, #storageBox1 {
  padding-bottom: 5px;
}




/* ============================================================
 * ポイント表示補助
 * pointbox / userPoint / spcl / bonusPointWraper
 * ============================================================ */
.spsp {
  display: none;
}

.pointbox {
  display: inline-flex;
  flex-direction: column;
}

.userPoint {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 10px;
  display: none !important;
}

.spcl img {
  width: 32px;
  height: 32px;
}

#bonusPointWraper {
  position: relative;
  margin-top: 2px;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

#bonusPointWraper.lineDelete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 1em);
  display: block;
  border-bottom: 2px solid #BF0000;
}


/* ============================================================
 * ブースト・月次レベル情報
 * boostedInfo / monthLevel リボン
 * ============================================================ */
/*boost*/
.boostedInfo, .monthLevel {
  display: none;
  text-align: center;
  width: fit-content;
  padding: 0 4px 0 0;
  background: #BF0000;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 700;
}

.boostedInfo::before, .monthLevel::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 31px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/ribbon_header.png) no-repeat top left / 100% 100%;
  top: 0px;
  left: -8px;
}

.boostedInfo::after, .monthLevel::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/ribbon_tail.png) no-repeat top left / 100% 100%;
  top: 0px;
  right: -12px;
}

.boostedInfo p {
  display: inline-block;
  font-weight: 700;
}


.boostedInfo #boostedNote {
  display: inline-block;
  color: #fff;
  width: fit-content;
  position: relative;
  margin: 0 8px 0 0;
}

.boostedInfo #boostedEndDate {
  color: #fff;
  display: block;
}

.boostedInfo #boostedEndDate {
  color: #fff;
  display: inline-block;
}

#boostPointWraper {
  display: none;
}

#boostedPoint {
  margin-top: 8px;
}


/* ============================================================
 * タブナビ・スクロールバー
 * jss_tabMain / jdsTabNav
 * ============================================================ */
.jss_tabMain .swiper-container-horizontal>.swiper-scrollbar {
  opacity: 1 !important;
}

.jdsTabNav.swiper-container-horizontal>.swiper-scrollbar {
  opacity: 0 !important;
}


.market {
  margin-bottom: 3px;
  padding-bottom: 8px;
  padding-top: 8px;
  background-color: #fff;
}


/* ============================================================
 * ターゲット画像
 * .target
 * ============================================================ */
.target img {
  display: block;
  margin: 0 auto;
  margin-top: -62px;
  margin-bottom: 60px;
}

.group {
  box-shadow: 0 2px 2px #ddd;
  padding-bottom: 5px;
}

.market ul {
  display: flex;
  justify-content: center;
}

.clearfix {
  min-height: 1%;
  display: block;
}


/* ============================================================
 * リンクリスト
 * .Link-list / .swiper-slide
 * ============================================================ */
.Link-list:last-child {
  border-right: none;
}

.Link-list {
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 20%;
  text-align: center;
}

.Link-list a {
  position: relative;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: #333 !important;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  font-size: 10px;
  font-weight: 700;
  /* font-weight: normal; */
}

.Link-list {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
}

.swiper-wrapper .swiper-slide {
  width: 22%;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 100%;
  box-sizing: border-box;
}


/* ============================================================
 * ふるさとノート・入力調整
 * .furusatonote / .input-squeezes
 * ============================================================ */
.furusatonote {
  padding-top: 15px !important;
  margin-bottom: 15px !important;
}

.input-squeezes {
  padding: 0px !important;
}

#qa dl dd div {
  padding: 20px;
}

#SScampaign {
  background-color: #EFFAE6 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

#SScampaign .btnn {
  width: 260px;
  margin: 16px auto;
}

#pitari {
  /*background-color: #EFFAE6 !important;*/
  margin-bottom: 60px;
  background-image: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/coupon_testsp.png);
  background-size: cover;
  background-position: center;
}

.couponOneClick .coupon__condition {
  position: relative;
}

#pitari {
  /*background-color: #EFFAE6 !important;*/
  margin-bottom: 60px;
}

/* #formLogin{margin-bottom: 60px;} */
#qa {
  padding-top: 32px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#Searchbox {
  padding-top: 32px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#introduce {
  padding: 0 10px 32px;
}

#about {
  padding: 32px 10px;
}


/* ============================================================
 * 注釈固定 (.notefix)
 * 固定注釈テキスト
 * ============================================================ */
.notefix {
  font-size: 12px !important;
  color: #666;
  width: 100%;
  margin: 16px auto;
  line-height: 150%;
  box-sizing: border-box;
}

.loginpart {
  padding-bottom: 10px;
}

.loginpart section {
  background: #E8F0E8;
  margin: 0 16px 16px;
  box-sizing: border-box;
  padding: 16px 0px;
  border-radius: 8px;
  border: 1px solid #D4F4D4;
}

.couponimg {
  text-align: center;
  margin-bottom: -55px;
}

.addcolor {
  color: #1d54a7;
}

.nologin {
  margin-bottom: 20px;
}

.ttl {
  line-height: 32px;
}

.ttl img {
  max-width: 24px;
}

#levelBox {
  margin: 0 auto auto auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: none;
}

#levelBox p>span {
  color: #00B900;
  font-size: 20px;
}

#level4Box {
  display: none;
}

.note2 {
  font-size: 14px;
  padding: 20px 16px 0 16px
}


/* ============================================================
 * 新レイアウト (.new1105)
 * 新デザインの調整
 * ============================================================ */
.new1105 #bonusex {
  border: none;
  box-shadow: none;
}

.new1105 #bonuswrap, .new1105 #bonus {
  box-shadow: none;
}

.bonusProUl {
  display: flex;
  justify-content: space-between;
  margin: auto;
  overflow: hidden;
  padding-bottom: 0;
}

.bonusProUl li {
  width: 25%;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.bonusProUl li img {
  width: 360%;
  margin-left: -120%;
  margin-top: -60%;
  max-width: 600px;
}

.vedio_wrap {
  width: 100%;
}



/* ============================================================
 * プロモーションエリア
 * #promotion / .promotionimg / .btnn
 * ============================================================ */
/* promotion sp*/
#promotion {
  width: 100%;
  padding-top: 32px;
  background-color: #E6F6FF;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
}

.promotionimg {
  margin-bottom: 12px;
}

.promotionimg img {
  display: block;
  margin: 0 auto;
}

.infortext {
  background-color: #ffffff;
  width: 343px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.btnn {
  width: 343px;
  height: 46px;
  background-color: #BF0000;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 0 24px;
  box-sizing: border-box;
}

.btn-link {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.arrow {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
}

.btn-link span {
  margin: 0 auto;
}

.termBox span {
  border: 1px solid #333;
  padding: 3px 8px;
  box-sizing: border-box;
  display: inline-block;
}


/* ============================================================
 * クーポンパート (.couponpart)
 * クーポンセクション
 * ============================================================ */
.couponpart>p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 32px auto 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.couponpart {
  margin: 0 auto;
  background-color: #EFFAE6;
  box-sizing: border-box;
  padding-bottom: 16px;

}


/* ============================================================
 * Rexボタン共通
 * Rex系ボタン共通装飾
 * ============================================================ */
.RexButton-message,
.CampaignEntryButton_rexButtonMessage__o1qbU {
  border: none !important;
  padding: 0 !important;
  box-sizing: content-box !important;
  display: inline !important;
}


/* ============================================================
 * ホテルロゴ画像スライダー
 * .logoimg-container / .logoimg / .scrollbar-*
 * ============================================================ */
.logoimg-container {
  position: relative;
  width: 100%;
  height: 98px;
  overflow: hidden;
}

.logoimg {
  position: relative;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  scrollbar-width: none;
}

.logoimg::-webkit-scrollbar {
  display: none;
}


.scrollbar-bg {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 6px;
  background-color: #cccccc;
  border-radius: 4px;
  z-index: 1;
}


.scrollbar-fg {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 85.7116px;
  height: 6px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  z-index: 2;
  cursor: pointer;
}

.img-item {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 120px;
  height: 71px;
}

.img-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.img-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.img-item img {
  width: 100%;
  height: 100%;
  display: block;
}


/* ============================================================
 * バウチャー画像 (.Voucherimg)
 * バウチャー枠
 * ============================================================ */
.Voucherimg {
  width: 100%;
  padding-bottom: 16px;
  padding-bottom: 19px;
  background-color: #EFFAE6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.couponOneClick .coupon__condition {
  position: relative;
}

/* .cpnholder {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom: 32px;
      background-color: #EFFAE6 !important;
    }
    .couponOneClick .coupon__condition{
      margin-top: 5px !important;
      width: 100% !important;
    }
    .couponOneClick .coupon__button a{
      margin-top: 50px;
      margin-top: 36px;
    }
    .couponOneClick .coupon__time{
      margin-top: 8px !important;
    } */



/* ============================================================
 * クーポン注釈
 * .couponnote / .cpLinkwindow
 * ============================================================ */
/* 20241129 */
.couponnote {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
}

.couponOneClick .coupon__time {
  margin-top: 1px !important;
}

.cpLinkwindow {
  padding-bottom: 10px;
  background-color: #EFFAE6 !important;
  display: flex;
  justify-content: center;
}

.cpLinkwindow a.arr-green-windowA {
  background-color: #cacaca;
  position: relative;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  padding: 5px 6px;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

.couponOneClick {
  margin-top: 0px !important;
}

.cpLinkwindow a.arr-green-windowB::after {
  background: url(https://img.travel.rakuten.co.jp/special/sales/template/html/images/Linkwindow.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  background-size: 16px;
}

/* new code */

#levelBox #levelUpBox b#levelText {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}






/* ============================================================
 * 月別実績 (#pastHotelCounts)
 * 月ごとの対象宿泊回数
 * ============================================================ */
/* 月ごとの対象宿泊回数を見る */
#pastHotelCounts {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 10px;
  border-radius: 4px;
  border: 1px solid #A5CFA5;
  background: #FFF;
  margin-top: 16px;
}

#pastHotelCounts .pastInfo {
  width: 100%;
  box-sizing: border-box;
}

#pastHotelCounts h3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  position: relative;
  cursor: pointer;

}

/* #pastHotelCounts h3::after {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202503/images/arrowup_black.png) center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
} */
#pastHotelCounts.expand h3::after {
  transform: translateY(-50%);
}

#pastHotelCounts .pastDetail {
  width: 100%;
  margin: 12px 0 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#pastHotelCounts .swiper-scrollbar {
  bottom: 6px;
}


#pastHotelCounts .pastDetail .pastDetailItem {
  width: calc(100% / 6);
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
}

.pastDetailItemValue {
  color: #666;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #00B900;
}

.pastDetailItemValue span {
  font-size: 10px;
  margin-left: 2px;
}

#pastHotelCounts .pastDetail .pastDetailItem .pastDetailItemTitle {
  box-sizing: border-box;
  background: #00B900;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 2px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

#pastHotelCounts .pastDetail .pastDetailItem:nth-of-type(6n) .pastDetailItemTitle {
  border-right: none;
}

#pastHotelCounts .pastDetail .pastDetailItem:nth-of-type(n+7) {
  border-bottom: 1px solid #00B900;
}

#pastHotelCounts .pastDetail .pastDetailItem:nth-of-type(6n-5) .pastDetailItemValue {
  border-left: 1px solid #00B900;
}





.pastTip {
  color: #666;
  line-height: 1.5;
  font-size: 12px;
}

.pastTip a {
  text-decoration: underline !important;
}


/* ============================================================
 * スライド補助
 * ghost-slide / greenFont
 * ============================================================ */
.ghost-slide {
  width: 50px !important;
  opacity: 0;
}

.greenFont {
  color: #00B900;
}


#search-box {
  border: none !important;
}

#searchSwitchArea1 .sch_cont3 span.sp {
  vertical-align: bottom;
}

#search-box.verB.test #searchSwitchArea1 .grey.InpuDateBox.roomNumber .structure dd {
  width: 70% !important;
}


#searchSwitchArea2 .squeeze.dpCal {
  display: none !important;
}

.child.amountInputWrapper {
  display: flex !important;
  max-width: none !important;
}


/* ============================================================
 * スーパーSALE
 * .ssContent
 * ============================================================ */
/* スーパーSALE */
.ssContent {
  box-sizing: border-box;
  background: #EFFAE6;
  padding: 24px 16px;
}

.ssContent img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.ssContent .ssBtn {
  display: block;
  margin: 24px auto 0;
  background: #bf0000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
}

.ssContent .ssBtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ssContent .ssBtn:hover {
  text-decoration: none !important;
}


/* ============================================================
 * クーポン取得 (.getCoupons)
 * クーポン取得エリア
 * ============================================================ */
.getCoupons h3 {
  font-size: 20px;
  width: fit-content;
  margin: 26px auto 20px;
}

.getCoupons section {
  background: #fff !important;
  border-radius: 8px;
  padding: 24px 16px 24px;
  margin: 0 auto;
}

.getCoupons section img {
  width: 100%;
}

.getCoupons .coupon__filter__guide {
  margin: 24px auto 0;
}

.getCoupons .coupon__filter__guide a {
  background: #EAEAEA;
}

.getCoupons .note {
  width: fit-content;
  margin: 24px auto;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.getCoupons .note a {
  text-decoration: underline;
  color: #666 !important;
}


#coupon .coupon__box__holder {
  padding: 24px 16px;
}




/* ============================================================
 * 一括取得ボタン
 * .cpn-all-click
 * ============================================================ */
.cpn-all-click {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 24px auto;
}

.cpn-all-click-btns {
  max-width: 276px;
  background: #bf0000;
  color: #fff;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  border: none;
  border-radius: 100rem;
  width: 80%;
  max-width: 420px;
  line-height: 1;
  font-family: inherit;
}

.cpn-all-click-btns:hover {
  opacity: .8;
  cursor: pointer;
}

.cpn-all-click-btns.acquired,
.cpn-all-click-btns.finished,
.cpn-all-click-btns.expired {
  background: #666;
  color: #fff;
  cursor: not-allowed;
}

#coupon {
  margin-top: 32px;
}



/* ============================================================
 * 特典スライダー (benefit)
 * 特典スライダー・アンロック表示
 * ============================================================ */
/* benefit swiper */

.benefitItem {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}



.benefitHeader {
  padding: 8px;
  background: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 13px;
}

.benefitHeader img {
  height: 20px;
  width: auto;
}

.benefitHeader::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/unlock.svg) center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.benefitItem.lock .benefitHeader::after {
  content: "";
  width: 62px;
  height: 62px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/lock.png) center/100% 100% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
}

@media (max-width: 375px) {}

.benefitItem.unlocked .benefitHeader::after {
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/unlock_grey.svg) center/100% 100% no-repeat;
}

.benefitMain {
  padding: 16px;
  text-align: center;
}

.benefitMain p:first-of-type {
  font-size: 0.8em;
  color: #767676;
  margin-bottom: 16px;
  line-height: 1.3;
}

.benefitMain p:last-of-type {
  font-weight: 500;
  font-size: 12px;
}

.benefitMain h3 {
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 8px;
}

.benefitMain h3 em {
  font-weight: 700;
  font-size: 16px;
}

.benefitMain h3 span {
  color: #BF0000;
  font-size: 22px;
  line-height: 0;
  font-weight: 700;
}

.benefitMain h3 small {
  font-size: 18px;
  color: #BF0000;
  font-weight: 900;
}

.point-table tbody tr:nth-child(2) td:first-child, .point-table tbody tr:nth-child(3) td:first-child {
  font-size: 12px;
}

.unlocked .benefitMain h3,
.unlocked .benefitMain h3 small,
.unlocked .benefitMain h3 span,
.unlocked .benefitMain p,
.unlocked .percent em,
.unlocked .point-table {
  color: #686868 !important;
}

.unlocked .benefitTable {
  background: #EBEBEB;
}

.benefitTable {
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}

.currentLevelTip {
  font-size: 12px;
  text-align: right;
  color: #333 !important;
  margin-top: 6px;
}

.currentLevelTip a {
  color: #333;
  text-decoration: underline !important;
}

.currentLevelTip a:hover {
  color: #333;
}

.header-note {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.benefitsSlider .swiper-wrapper {
  padding: 24px 0 50px;
  opacity: 0;
}

.benefitsSlider .swiper-wrapper .swiper-slide {
  transition: transform 0.1s linear;
}


.benefitsSlider .swiper-wrapper .swiper-slide-active {
  transform: scale(1.1);
}

.button {
  width: 100px;
  margin: 0 auto;
  position: relative;
}

.button .swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -26px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/arrow.png) center/100% no-repeat;
}

.button .swiper-button-next {
  transform: rotate(180deg);
}

/* 表格样式 */
.point-table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #333;
}

/* 标题行 */
.point-table th {
  font-weight: bold;
  padding: 4px 4px 8px;
  font-size: 12px;
}

/* 所有的横向装饰线 */
.point-table tr th,
.point-table tr td {
  position: relative;
}

/* 使用伪元素绘制下方线条，实现“有间隙”的效果 */
.draw-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  /* 线条左右留白 */
  right: 8px;
  height: 1.5px;
  background-color: #dcdcdc;
}

/* 文字内容样式 */
.label {
  padding: 6px;
  line-height: 1.2;
}

.period {
  padding: 4px;
  font-size: 12px;
}


.percent {
  font-weight: 800;
  padding: 4px;
}

.percent em {
  font-size: 16px;
}

.percent span {
  /* font-size: 1.2rem; */
  margin-left: 2px;
}

#bonusMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.50);
  z-index: 999;
}

.bonusPopUp {
  display: none;
  box-sizing: border-box;
  position: fixed;
  background: #fff;
  width: 90%;
  height: 75vh;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 16px 16px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
}

#closeBonusPopUp {
  width: 16px;
  height: 16px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/bonus/test/202601/images/close.svg) center/100% no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

#bookingCountImg {
  width: 100%;
}

.bonusPopUp .ttl {
  margin: 16px auto 8px !important;
  font-size: 16px;
  line-height: 1;
}

#campaignPage {
  box-sizing: border-box;
  margin: 0 16px;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px 16px;
  border: 1px solid #D1D1D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
}

#campaignPage p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#campaignPage .campaignBanner {
  width: 100%;
  margin: 0 auto;
}

#campaignPage .campaighBtn {
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #BF0000;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  width: fit-content;
  text-align: center;
  text-decoration: none !important;
  margin: 16px auto 0;
}

#campaignPage .campaighBtn::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

#bonusBnr {
  margin: 0 16px 32px;
}

#bonusBnr a {
  width: fit-content;
  display: block;
}

#bonusBnr a:hover {
  text-decoration: none !important;
}


/* クーポンでお得  */
.coupon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
}

/* Green plus sign at top */
.coupon-plus {
  color: #00B900;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}

/* Header: icon + title + subtitle */
.coupon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.coupon-title-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.coupon-icon {
  width: 33px;
  height: 33px;
  position: relative;
  flex-shrink: 0;
}

.coupon-icon svg {
  position: absolute;
  left: 2px;
  top: 4px;
}

.coupon-title {
  color: #333;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}

.coupon-title .text-sm {
  font-size: 14px;
}


.coupon-title .text-lg {
  font-size: 20px;
}

.coupon-subtitle {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-align: center;
}

/* Layout: first button full width, next two side-by-side */
.coupon-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin-top: 10px;
}

.coupon-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  background: #fff;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}

.coupon-btn:first-child {
  flex-basis: 100%;
}

.coupon-btn:hover {
  background: #f9f9f9;
}

.coupon-btn-label {
  flex: 1;
  text-align: center;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.coupon-btn-label .text-lg {
  font-size: 18px;
}

.coupon-btn-label .text-sm {
  font-size: 14px;
}

.coupon-btn-label .text-xs {
  font-size: 12px;
}

.coupon-btn-label small {
  display: block;
}

.coupon-btn-arrow {
  flex-shrink: 0;
  margin-left: 4px;
}

/* Rakupack additions. Base card, image, font, and button styles inherit #rankBox .ss-hotel. */

.rakupackSection {
  margin-top: 24px;
}

.rakupackSection .rp-score {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 8px;
}

.rakupackSection .rp-score .star-wrap {
  position: relative;
  display: inline-block;
  width: 67px;
  height: 15px;
  overflow: hidden;
  color: #ddd;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.rakupackSection .rp-score .star-base,
.rakupackSection .rp-score .star-fill {
  display: block;
}

.rakupackSection .rp-score .star-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #f6a400;
  white-space: nowrap;
}

.rakupackSection .rp-score .score-num {
  color: #bf0000;
  font-size: 13px;
  font-weight: bold;
}

.rakupackSection .rp-score .review-cnt,
.rakupackSection .price {
  display: none;
}

.rakupackSection .btn li+li {
  margin-top: 6px;
}