:root {
  --sp-width-value: 750;
}

html[data-browse-mode="S"] .hidden-sp {
  display: none !important;
}

html[data-browse-mode="P"] .hidden-pc {
  display: none !important;
}

.pane-left-menu {
  display: none !important;
}

#header.pane-header {
  margin-bottom: 0;
}

.page-event>.wrapper {
  /*  padding-top: 160px; */
}

.page-event .pane-contents .container {
  width: 100%;
}

.page-event .pane-contents .container .pane-main {
  width: 100%;
}

.pane-main {
  margin: 0 auto 0;
}

/*メインビジュアル領域*/

.feature-2ndAmile .hero-box figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-2ndAmile .lead-box {
  margin: 93px auto 0;
}

.feature-2ndAmile .lead-box figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

html[data-browse-mode="S"] .feature-2ndAmile .lead-box {
  margin-top: 25px;
  width: calc(653 * (100vw / 750));
  width: calc(653 * (100vw / var(--sp-width-value)));
}

/*共通見出し*/

.feature-2ndAmile .d-heading {
  display: flex;
  justify-content: center;
}

.feature-2ndAmile .d-heading span {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}

.feature-2ndAmile .d-heading span::before,
.feature-2ndAmile .d-heading span::after {
  width: 130px;
  height: 33px;
  content: '';
  display: block;
  background: url('icon_mile.png') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(-100%, -50%);
}

.feature-2ndAmile .d-heading span::after {
  left: auto;
  right: -25px;
  transform: translate(100%, -50%);
}

html[data-browse-mode="S"] input[type="radio"] {
  width: calc(20 * (100vw / 750));
  width: calc(20 * (100vw / var(--sp-width-value)));
  height: calc(20 * (100vw / 750));
  height: calc(20 * (100vw / var(--sp-width-value)));
  left: calc(20 * (100vw / 750));
  left: calc(20 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] input[type="radio"]:checked::before {
  width: calc(12 * (100vw / 750));
  width: calc(12 * (100vw / var(--sp-width-value)));
  height: calc(12 * (100vw / 750));
  height: calc(12 * (100vw / var(--sp-width-value)));
  border-radius: 50%;
  margin: calc(-6 * (100vw / 750)) 0 0 calc(-6 * (100vw / 750));
  margin: calc(-6 * (100vw / var(--sp-width-value))) 0 0 calc(-6 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .d-heading span {
  padding-bottom: calc(44 * (100vw / 750));
  padding-bottom: calc(44 * (100vw / var(--sp-width-value)));
  font-size: calc(36 * (100vw / 750));
  font-size: calc(36 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .d-heading span::before {
  width: calc(103 * (100vw / 750));
  width: calc(103 * (100vw / var(--sp-width-value)));
  height: calc(26 * (100vw / 750));
  height: calc(26 * (100vw / var(--sp-width-value)));
  content: '';
  display: block;
  background: url('sb/icon_mile.png') no-repeat center center / contain;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  margin: 0 auto;
}

html[data-browse-mode="S"] .feature-2ndAmile .d-heading span::after {
  display: none !important;
}

.feature-2ndAmile__inner>.more-btn {
  display: block;
  max-width: 280px;
  margin: 50px auto 0;
}

html[data-browse-mode="S"] .feature-2ndAmile__inner>.more-btn {
  display: block;
  max-width: 240px;
  margin: 27px auto 0;
}

.mall-lounge {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.block-event-page--accessory-heading {
  display: flex;
  justify-content: center;
}

html[data-browse-mode="S"] .block-event-page--accessory-heading {
  width: calc(382 * (100vw / 750));
  width: calc(382 * (100vw / var(--sp-width-value)));
  margin: 0 auto 0;
}

.block-event-page--accessory {
  padding: 89px 20px 218px;
  background: url('bg02.png') no-repeat center center / cover;
}

.block-event-page--accessory .block-top-event--goods {
  max-width: 1080px;
  margin: 41px auto 0;
  overflow: auto;

}

.block-event-page--accessory .block-top-event--wrap {
  margin-top: 172px;
}

.block-event-page--accessory .block-top-event--wrap:nth-of-type(n+2) {
  margin-top: 70px;
}

.block-event-page--accessory .block-thumbnail-t {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  background: #fff;
  gap: 32px;
}

.block-event-page--accessory .block-thumbnail-t>li {
  margin: 0;
  flex-shrink: 0;
  width: 190px;
}

.block-event-page--accessory .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}

.mileup-note {
  color: #CC0000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
}

html[data-browse-mode="S"] .mileup-note {
  /*margin-top: 24px;*/
  font-size: 10px;
}

html[data-browse-mode="S"] .block-event-page--accessory {
  padding: 53px 20px 72px;
  background: url('sb/bg02.png') no-repeat center center / cover;
}

html[data-browse-mode="S"] .block-top-event--goods {
  max-width: 1080px;
  padding: 0;
  margin: 16px auto 0;
}

html[data-browse-mode="S"] .block-event-page--accessory-inner {
  padding: 30px calc(32 * (100vw / 750)) 40px;
  padding: 30px calc(32 * (100vw / var(--sp-width-value))) 40px;
  margin-top: 35px;
  background: #fff;
  position: relative;
  border-radius: calc(8 * (100vw / 750));
  border-radius: calc(8 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .block-event-page--accessory-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(10 * (100vw / 750));
  height: calc(10 * (100vw / var(--sp-width-value)));
  border-radius: calc(8 * (100vw / 750)) calc(8 * (100vw / 750)) 0 0;
  border-radius: calc(8 * (100vw / var(--sp-width-value))) calc(8 * (100vw / var(--sp-width-value))) 0 0;
  background: linear-gradient(90deg, #c80401 0%, #e5bc4b 50%, #e05575 100%);
}

html[data-browse-mode="S"] .block-event-page--accessory-inner .block-thumbnail-t--items {
  padding: 0;
  flex-wrap: nowrap !important;
  gap: 0 calc(40 * (100vw / 750));
  gap: 0 calc(40 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .block-event-page--accessory-inner .block-thumbnail-t--items>li {
  width: calc(282 * (100vw / 750));
  width: calc(282 * (100vw / var(--sp-width-value)));
  margin: 0;
  overflow: hidden;
}

html[data-browse-mode="S"] .block-event-page--accessory-inner .block-top-event--wrap {
  margin-top: 0;
}

html[data-browse-mode="S"] .block-event-page--accessory-inner .block-top-event--wrap:nth-of-type(n+2) {
  margin-top: 20px;
}

/*==============================================*/

/*店舗検索ボックス　ー PC・SP共通*/

/*==============================================*/

.feature-2ndAmile .shop-search-box {
  padding: 100px 0 100px;
  margin: 84px auto 0;
  background: url('bg.png') no-repeat center center / cover;
}

.feature-2ndAmile .shop-search-box__inner {
  max-width: 1200px;
  min-height: 1594px;
  padding: 60px 60px 90px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.feature-2ndAmile .shop-search-box__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 5px;
  background: red;
  z-index: 1;
}

.feature-2ndAmile .shop-search-box__inner .btn-wrap {
  width: 100%;
  max-width: 399px;
  margin: 70px auto 0;
}

.feature-2ndAmile .shop-notice {
  padding-top: 20px;
  width: 100%;
  text-align: left;
  margin: auto auto 0;
}

.feature-2ndAmile .shop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  right: -21px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  padding: 0 0 7px;
  z-index: 5 !important;
}

.feature-2ndAmile .shop-icon>span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.feature-2ndAmile .shop-icon>span:nth-of-type(2) {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.feature-2ndAmile .shop-img {
  display: block;
}

.feature-2ndAmile .shop-img img {
  display: block;
}

.feature-2ndAmile .shop-name {
  width: 100%;
  margin-top: 3px;
  text-align: left;
  font-size: 12px;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 40px;
  height: 40px;
  padding: 3px;
  z-index: 5 !important;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-icon>span {
  font-size: 18px;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-icon>span:nth-of-type(2) {
  font-size: 12px;
  letter-spacing: 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-search-box__inner {
  min-height: auto;
  /* padding: 60px calc(70 * (100vw / var(--sp-width-value))) 90px; */
  padding: 24px 0 53px;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-search-box__inner .btn-wrap {
  padding: 0 46px 0;
  width: 100%;
  max-width: 399px;
  margin: 70px auto 0;
}

.feature-2ndAmile .shop-list {
  width: 100%;
  margin: 62px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 29px;
}

.feature-2ndAmile .shop-list>li {
  width: calc((100% / 4) - (87px / 4));
}

.feature-2ndAmile .shop-list>li>a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-2ndAmile .shop-list>li>a>figure {
  /*border: 1px solid #d5d5d5;*/
}

.feature-2ndAmile .shop-list>li>a>figure img {
  border: 1px solid #d5d5d5;
  border-top: 0px solid #d5d5d5;
}

html[data-browse-mode="S"] .feature-2ndAmile {
  /* padding: 60px calc(70 * (100vw / var(--sp-width-value))) 90px; */
  padding: 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-list {
  padding: 0 36px 0;
  margin-top: 34px;
  gap: 10px 20px;
}

html[data-browse-mode="S"] .feature-2ndAmile .shop-list>li {
  width: calc((100% / 2) - (20px / 2));
}

/*==============================================*/

/*店舗検索ボックス　ー SP*/

/*==============================================*/

html[data-browse-mode="S"] .feature-2ndAmile .shop-search-box {
  padding: 25px 20px 65px;
  margin: 35px auto 0;
  background: url('sb/bg.png') no-repeat center center / cover;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab-box {
  padding: 0 20px 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab-content {
  display: flex;
  flex-direction: column;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  position: relative;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab:nth-of-type(n+2) {
  margin-top: 20px;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 25px;
  z-index: 1;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab>li {
  width: calc(100% / 3);
  z-index: 2;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab>li>button {
  width: 100%;
  height: 100%;
  min-height: 25px;
  border-radius: 12.5px;
  padding: 0;
  border: 0;
  margin: 0;
  background: 0;
  color: #cc0000;
  font-size: 10px;
  font-weight: bold;
}

html[data-browse-mode="S"] .feature-2ndAmile .nav-tab>li>button.is-active {
  background: #cc0000;
  color: #fff;
  transition: opacity 0.3s ease;
  background: linear-gradient(110deg, #f98f30 0%, #af0100 100%);
  /* 左から右へのグラデーション */
  background-size: 114% 100%;
  /* 比率114% */
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab-content {
  display: flex;
  flex-direction: column;
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab {
  width: 74%;
  margin: 27px auto 0;
  display: flex;
  justify-content: center;

  position: relative;
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f4f5;
  border: 2px solid #cc0000;
  border-radius: 25px;
  z-index: 1;
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab>li {
  width: 100%;
  z-index: 2;
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab>li>button {
  width: 100%;
  height: 100%;
  min-height: 50px;
  border-radius: 25px;
  padding: 0;
  border: 0;
  margin: 0;
  background: 0;
  color: #cc0000;
  font-size: 24px;
  font-weight: bold;
}
html[data-browse-mode="P"] .feature-2ndAmile .nav-tab>li>button:hover {
  opacity: 0.7;
  cursor:pointer
}

html[data-browse-mode="P"] .feature-2ndAmile .nav-tab>li>button.is-active {
  background: #cc0000;
  color: #fff;
  transition: opacity 0.3s ease;
  background: linear-gradient(110deg, #f98f30 0%, #af0100 100%);
  /* 左から右へのグラデーション */
  background-size: 114% 100%;
  /* 比率114% */
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 132px;
}

/*ピックアップショップ*/

.feature-2ndAmile .pickup-shop {
  margin: 112px auto 0;
}

.feature-2ndAmile .pickup-shop__heading {
  display: flex;
  justify-content: center;
}

/*ピックアップショップ*/

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop {
  margin-top: 25px;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop__heading {
  width: calc((268 * 2) * (100vw / 750));
  width: calc((268 * 2) * (100vw / var(--sp-width-value)));
  margin: 0 auto 0;
}

.feature-2ndAmile .pickup-shop-box__info {
  display: flex;
  gap: 0 20px;
}

.feature-2ndAmile .pickup-shop-box__info .logo-img {
  width: 320px;
  flex-shrink: 0;
}

.feature-2ndAmile .pickup-shop-box__info dl {
  padding: 0 60px 0 0;
  width: 100%;
}

.feature-2ndAmile .pickup-shop-box__info dl>dt {
  font-size: 18px;
  padding-left: 8px;
}

.feature-2ndAmile .pickup-shop-box__info dl>dd {
  margin-top: 19px;
  line-height: 1.74;
  font-size: 14px;
}

.feature-2ndAmile .pickup-shop-box__info dl>dd p {
  padding-left: 8px;
}

.feature-2ndAmile .pickup-shop-box__info dl>dd .btn {
  padding: 0;
  margin: 25px 0 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info {

  flex-direction: column;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info>dl {
  padding: 0 calc(40 * (100vw / 750));
  padding: 0 calc(40 * (100vw / var(--sp-width-value)));
  margin-top: 32px;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info>dl>dt {
  font-size: 17px;
  letter-spacing: 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info>dl>dd {
  margin-top: 17px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info>dl>dd .btn {
  margin-top: 32px;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__info .logo-img {
  width: calc(640 * (100vw / 750));
  width: calc(640 * (100vw / var(--sp-width-value)));
  margin: 0 auto;
}

.feature-2ndAmile .pickup-shop-box__slide {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 80px 0 68px;
  margin-top: 36px;
}

.feature-2ndAmile .pickup-shop-box__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #c80401 0%, #e5bc4b 50%, #e05575 100%);
}

.feature-2ndAmile .pickup-shop-box__slide .swiper-wrapper {
  display: flex;
}

.feature-2ndAmile .pickup-shop-box__slide .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__slide {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 18px;
  border-radius: calc(8 * (100vw / 750));
  border-radius: calc(8 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .pickup-shop-box__slide::before {
  height: calc(10 * (100vw / 750));
  height: calc(10 * (100vw / var(--sp-width-value)));
  border-radius: calc(8 * (100vw / 750)) calc(8 * (100vw / 750)) 0 0;
  border-radius: calc(8 * (100vw / var(--sp-width-value))) calc(8 * (100vw / var(--sp-width-value))) 0 0;
}

.feature-2ndAmile .pickup-shop-box__item {
  width: 100%;
}

.feature-2ndAmile .pickup-shop-box__list {
  display: flex;
  padding: 0 60px;
  margin-top: 54px;
  gap: 28px 28px;
}

.feature-2ndAmile .pickup-shop-box__list>li {
  width: calc((100% / 3) - (56px / 3));
}

.feature-2ndAmile .pickup-shop-box__list>li p {
  padding: 0 12px 0;
  margin: 9px 0 0;
}

.feature-2ndAmile .pickup-shop-box__list>li a {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #000;
  margin-top: 20px;
  font-size: 18px;
  position: relative;
}

.feature-2ndAmile .pickup-shop-box__list>li a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  position: absolute;
}

.feature-2ndAmile .pickup-shop-box-wrap {
  padding: 75px 60px 60px;
  background: #f3f4f5;
  max-width: 1200px;
  margin: 89px auto 0;
  border-radius: 8px;
}

.feature-2ndAmile .pickup-shop-box:nth-of-type(n+2) {
  margin-top: 124px;
}

html[data-browse-mode="S"] .pickup-shop-box__list {
  flex-direction: column;
  padding: 0 calc(64 * (100vw / 750));
  padding: 0 calc(64 * (100vw / var(--sp-width-value)));
  margin-top: 36px;
  gap: 40px 40px;
}

html[data-browse-mode="S"] .pickup-shop-box__list>li {
  width: 100%;
}

html[data-browse-mode="S"] .pickup-shop-box__list>li>p {
  padding: 0;
  margin: 13px 0 0;
}

html[data-browse-mode="S"] .pickup-shop-box__list>li>a {
  min-height: 40px;
  font-size: 14px;
}

html[data-browse-mode="S"] .pickup-shop-box-wrap {
  padding: 21px calc(40 * (100vw / 750)) 60px;
  padding: 21px calc(40 * (100vw / var(--sp-width-value))) 60px;
  max-width: 1200px;
  margin: 25px auto 0;
}

html[data-browse-mode="S"] .pickup-shop-box:nth-of-type(n+2) {}

/*マイル付与例*/

.feature-2ndAmile .mile-add {
  margin-top: 0;
  background: url('bg03.png') no-repeat center center / cover;
}

.feature-2ndAmile .mile-add__heading {
  display: flex;
  justify-content: center;
}

.feature-2ndAmile .mile-add__heading>span {
  position: relative;
}

.feature-2ndAmile .mile-add__heading>span::before,
.feature-2ndAmile .mile-add__heading>span::after {
  width: 338px;
  height: 244px;
  content: '';
  display: block;
  background: url('icon_mile02_left.png') no-repeat center center / contain;
  position: absolute;
  top: -153px;
  left: -41px;
  transform: translateX(-100%);
}

.feature-2ndAmile .mile-add__heading>span::after {
  width: 322px;
  height: 243px;
  top: -142px;
  left: auto;
  right: -56px;
  transform: translateX(100%);
  background: url('icon_mile02_right.png') no-repeat center center / contain;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add {
  margin-top: 0;
  background: url('sb/bg03.png') no-repeat center center / cover;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__heading {
  width: calc(310 * (100vw / 750));
  width: calc(310 * (100vw / var(--sp-width-value)));
  margin: 0 auto 0;
}

.feature-2ndAmile .mile-add__inner {
  padding: 132px 20px 131px;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add {
  position: relative;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add::before,
html[data-browse-mode="S"] .feature-2ndAmile .mile-add::after {
  content: '';
  width: calc(177 * (100vw / 750));
  width: calc(177 * (100vw / var(--sp-width-value)));
  height: calc(244 * (100vw / 750));
  height: calc(244 * (100vw / var(--sp-width-value)));
  content: '';
  display: block;
  background: url('sb/icon_mile02_left.png') no-repeat center center / contain;
  position: absolute;
  top: calc(-22 * (100vw / 750));
  top: calc(-22 * (100vw / var(--sp-width-value)));
  left: 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add::after {
  width: calc(163 * (100vw / 750));
  width: calc(163 * (100vw / var(--sp-width-value)));
  height: calc(243 * (100vw / 750));
  height: calc(243 * (100vw / var(--sp-width-value)));
  top: calc(-10 * (100vw / 750));
  top: calc(-10 * (100vw / var(--sp-width-value)));
  left: auto;
  right: 0;
  background: url('sb/icon_mile02_right.png') no-repeat center center / contain;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__inner {
  padding: 66px 20px 48px;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__heading>span::before,
html[data-browse-mode="S"] .feature-2ndAmile .mile-add__heading>span::after {
  display: none;
}

.feature-2ndAmile .mile-add__list {
  max-width: 1200px;
  display: flex;
  margin: 11px auto 0;
  gap: 24px 20px;
}

.feature-2ndAmile .mile-add__list>figure {
  width: 100%;
  max-width: 590px;
}

.feature-2ndAmile .mile-add__list>figure img {
  display: block;
}

.feature-2ndAmile .mile-add__list>figure:nth-of-type(3) {
  max-width: 100%;
}

.feature-2ndAmile .mile-add__btn {
  width: 100%;
  max-width: 530px;
  min-height: 80px;
  padding: 5px 65px 0;
  border: 0;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 52px auto 0;
  position: relative;
  background: #cc0000;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.feature-2ndAmile .mile-add__btn::before,
.feature-2ndAmile .mile-add__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.feature-2ndAmile .mile-add__btn::before {
  left: 31px;
  width: 29px;
  height: 38px;
  background: url('icon_calc.png') no-repeat center center / contain;
}

.feature-2ndAmile .mile-add__btn::after {
  right: 30px;
  width: 31px;
  height: 30px;
  background: url('icon_arrow_wh.png') no-repeat center center / contain;
}

.feature-2ndAmile .mile-add__item {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
}

.feature-2ndAmile .mile-add__item>figure img {
  display: block;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__list {
  margin-top: 28px;
  flex-direction: column;
  gap: 13px 13px;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__btn {
  width: calc(640 * (100vw / 750));
  width: calc(640 * (100vw / var(--sp-width-value)));
  min-height: 40px;
  padding: 0 20px 0;
  margin-top: 30px;
  font-size: calc(28 * (100vw / 750));
  font-size: calc(28 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__btn::before {
  left: calc(34 * (100vw / 750));
  left: calc(34 * (100vw / var(--sp-width-value)));
  width: calc(36 * (100vw / 750));
  width: calc(36 * (100vw / var(--sp-width-value)));
  height: calc(40 * (100vw / 750));
  height: calc(40 * (100vw / var(--sp-width-value)));
  background: url('icon_calc.png') no-repeat center center / contain;
}

html[data-browse-mode="S"] .feature-2ndAmile .mile-add__btn::after {
  right: calc(26 * (100vw / 750));
  right: calc(26 * (100vw / var(--sp-width-value)));
  width: calc(30 * (100vw / 750));
  width: calc(30 * (100vw / var(--sp-width-value)));
  height: calc(30 * (100vw / 750));
  height: calc(30 * (100vw / var(--sp-width-value)));
  background: url('icon_arrow_wh.png') no-repeat center center / contain;
}

/*campaign領域*/

.feature-2ndAmile .campaign-box {
  margin: 0;
  padding: 105px 0 100px;
  background: #f3f4f5;
}

.feature-2ndAmile .campaign-box__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.feature-2ndAmile .campaign-box__item {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;

  display: flex;
  gap: 0;
}

.feature-2ndAmile .campaign-box__item:nth-of-type(n+2) {
  margin-top: 62px;
}

.feature-2ndAmile .campaign-box__item img {
  display: block;
}

.feature-2ndAmile .campaign-box__item>figure {
  flex-shrink: 0;
}

.feature-2ndAmile .campaign-box__item dl {
  height: 100%;
  /* min-height: 400px; */
  display: flex;
  flex-direction: column;
  /* padding: 63px 30px 40px; */
  padding: 30px 30px 20px;
}

.feature-2ndAmile .campaign-box__item dl dt {
  font-size: 24px;
  font-weight: bold;
}

.feature-2ndAmile .campaign-box__item dl dd {
  height: 100%;
}

.feature-2ndAmile .campaign-box__item dl dd p {
  width: 100%;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.95;
}

.feature-2ndAmile .campaign-box__item dl dd a {
  width: 100%;
  max-width: 321px;
  display: block;
  margin: 54px auto 0;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box {
  padding: 53px 20px 72px;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item {
  flex-direction: column;

}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item>dl {
  padding: 22px 22px 48px;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item>dl>dt {
  font-size: 18px;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item>dl>dd {
  margin-top: 8px;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item>dl>dd p {
  margin: 0;
  font-size: 14px;
  line-height: 1.74;
}

html[data-browse-mode="S"] .feature-2ndAmile .campaign-box__item>dl>dd a {
  margin-top: 24px;
}

/*モーダル*/

.simulator-opener {
  width: 100vw;
  position: fixed;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.simulator-opener__btn {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.simulator-opener__btn img {
  display: block;
}

html[data-browse-mode="S"] .simulator-opener {
  bottom: 65px;
}

html[data-browse-mode="S"] .simulator-opener__btn {
  width: calc(280 * (100vw / 750));
  width: calc(280 * (100vw / var(--sp-width-value)));
}

/* モーダルスタイル */

.simulator-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  z-index: 99999;
}

.simulator-modal.is-open {
  display: block;
}

.simulator-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0;
  border-radius: 8px;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
}

html[data-browse-mode="S"] .simulator-modal__body {
  width: calc(100% - 40px);

}

.simulator-modal__heading {
  padding: 50px 94px 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  color: #cc0000;
}

html[data-browse-mode="S"] .simulator-modal__heading {
  padding: 25px 20px 15px;
  font-size: 20px;
}

.simulator-modal__result-box {
  display: flex;
  justify-content: center;
  background: #cc0000;
  color: #fff;
  gap: 40px;
  margin: 40px auto 0;
}

html[data-browse-mode="S"] .simulator-modal__result-box {
  padding: 10px 0 10px;
  gap: 5px;
  flex-direction: column;
}

.simulator-modal__input-box {
  padding: 0 94px 0;
}

html[data-browse-mode="S"] .simulator-modal__input-box {
  padding: 0 20px 0;
}

.simulator-modal__input-heading {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

.simulator-modal__input-heading>span>span {
  font-weight: normal;
}

html[data-browse-mode="S"] .simulator-modal__input-heading {
  font-size: calc(30 * (100vw / 750));
  font-size: calc(30 * (100vw / var(--sp-width-value)));
  margin: 0;
}

.simulator-modal__input-subHeading {
  font-size: 18px;
  font-weight: bold;
}

.simulator-modal__input-item:nth-of-type(n+2) {
  margin-top: 30px;
}

.simulator-modal__input-item-list {
  margin-top: 26px;
}

.simulator-modal__input-sub-wrap {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 0 26px;
}

.simulator-modal__input-sub-wrap>label {
  width: 375px;
  display: flex;
  align-items: center;
  position: relative;
}

.simulator-modal__input-sub-wrap>label>p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: bold;
  font-size: 24px;
}

.simulator-modal__input-sub-wrap>label input {
  padding: 5px 15px 5px;
  width: 100%;
  min-height: 80px;
  border-radius: 8px;
  font-size: 24px;
}

.simulator-modal__input-sub-wrap>label~label {
  width: 238px;
}

.simulator-modal__input-sub-wrap>span {
  width: 10px;
  height: 10px;
  position: relative;
}

.simulator-modal__input-sub-wrap>span::before,
.simulator-modal__input-sub-wrap>span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #2e2e2e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.simulator-modal__input-sub-wrap>span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap {
  gap: 0 calc(20 * (100vw / 750));
  gap: 0 calc(20 * (100vw / var(--sp-width-value)));


}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>label>p {
  font-size: calc(16 * (100vw / 750));
  font-size: calc(16 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>label input {
  min-height: calc(50 * (100vw / 750));
  min-height: calc(50 * (100vw / var(--sp-width-value)));
  padding: 5px calc(20 * (100vw / 750)) 5px;
  padding: 5px calc(20 * (100vw / var(--sp-width-value))) 5px;
  width: 100%;
  font-size: calc(24 * (100vw / 750));
  font-size: calc(24 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>label>p {
  right: calc(20 * (100vw / 750));
  right: calc(20 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>label~label {
  width: calc(170 * (100vw / 750));
  width: calc(170 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>span {
  width: calc(10 * (100vw / 750));
  width: calc(10 * (100vw / var(--sp-width-value)));
  height: calc(10 * (100vw / 750));
  height: calc(10 * (100vw / var(--sp-width-value)));
  position: relative;
}

html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>span::before,
html[data-browse-mode="S"] .simulator-modal__input-sub-wrap>span::after {
  content: '';
  display: block;
  width: calc(20 * (100vw / 750));
  width: calc(20 * (100vw / var(--sp-width-value)));
  height: 2px;
}

.simulator-modal__select-box {
  padding: 0 81px 0 94px;
  margin-top: 80px;
}

html[data-browse-mode="S"] .simulator-modal__select-box {
  padding: 0 20px 0;
  margin-top: 40px;
}

.simulator-modal__select-item-list {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
}

.simulator-modal__select-item-list>li {
  width: calc((100% / 2) - (5px / 2));
  position: relative;
}

.simulator-modal__select-item-list .input-radio>ul {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 16px;
}

.simulator-modal__select-item-list .input-radio__label {
  width: 100%;
  padding: 0 0 0 63px;
  display: flex;
  align-items: center;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  min-height: 80px;
  font-size: 24px;
}

.simulator-modal__select-item-list input:checked {

  border-color: #2e2e2e;
}

.simulator-modal__select-item-list input:checked::before {
  background: #2e2e2e;
}

.simulator-modal__select-item-list input:checked+.input-radio__label {
  border-color: #2e2e2e;
  color: #2e2e2e;
}

.simulator-modal__select-item-list .input-radio__radio {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-color: #2e2e2e;
}

.simulator-modal__select-item-list .input-radio__body {
  margin-top: 16px;
  position: relative;
}

.simulator-modal__select-item-list .input-radio__body>p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #cc0000;
  font-size: 24px;
  font-weight: bold;
}

html[data-browse-mode="S"] .simulator-modal__select-item-list .input-radio__body>p {
  font-size: calc(24 * (100vw / 750));
  font-size: calc(24 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__select-item-list {
  flex-direction: column;
}

html[data-browse-mode="S"] .simulator-modal__select-item-list .input-radio__body {
  font-size: calc(24 * (100vw / 750));
  font-size: calc(24 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__select-item-list .input-radio__label {
  min-height: calc(80 * (100vw / 750));
  min-height: calc(80 * (100vw / var(--sp-width-value)));
  padding-left: calc(70 * (100vw / 750));
  padding-left: calc(70 * (100vw / var(--sp-width-value)));
  font-size: calc(24 * (100vw / 750));
  font-size: calc(24 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__select-item-list .input-radio>ul {
  font-size: calc(16 * (100vw / 750));
  font-size: calc(16 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .simulator-modal__select-item-list>li {
  width: 100%;
}

html[data-browse-mode="S"] .input-radio__label-bottom-text br:nth-of-type(n+2) {
  display: none;
}

.simulator-modal__result-item {
  padding: 20px 20px 20px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.simulator-modal__result-item .fixed-result-content__miles__title {
  font-size: 18px;
  font-weight: bold;
}

.simulator-modal__result-item span {
  font-size: 36px;
  font-weight: bold;
}

.simulator-modal__result-item span+span {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}

html[data-browse-mode="S"] .simulator-modal__result-item {
  padding: 0 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

html[data-browse-mode="S"] .simulator-modal__result-item .fixed-result-content__miles__title {
  font-size: calc(18 * (100vw / 750));
  font-size: calc(18 * (100vw / var(--sp-width-value)));
  font-weight: bold;
}

html[data-browse-mode="S"] .simulator-modal__result-item span {
  font-size: calc(30 * (100vw / 750));
  font-size: calc(30 * (100vw / var(--sp-width-value)));
  font-weight: bold;
}

html[data-browse-mode="S"] .simulator-modal__result-item span+span {
  display: inline-block;
  margin-left: 5px;
  font-size: calc(18 * (100vw / 750));
  font-size: calc(18 * (100vw / var(--sp-width-value)));
}

.simulator-modal__select-box~.simulator-modal__select-box {
  margin-top: 50px;
}

.simulator-modal__select-box~.simulator-modal__select-box .input-radio__label {
  min-height: 148px;
}

html[data-browse-mode="S"] .simulator-modal__select-box~.simulator-modal__select-box .input-radio__label {
  min-height: calc(140 * (100vw / 750));
  min-height: calc(140 * (100vw / var(--sp-width-value)));
}

/*スライダー調整*/

.feature-2ndAmile .swiper-button-next,
.feature-2ndAmile .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #2e2e2e;
  border-radius: 50%;
  top: 50%;
}

.feature-2ndAmile .swiper-button-next::after,
.feature-2ndAmile .swiper-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.feature-2ndAmile .swiper-button-prev::after {
  border: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: calc(50% + 2px);
}

.feature-2ndAmile .swiper-button-next {
  right: -10px !important;
  transform: translate(100%, -50%);
}

.feature-2ndAmile .swiper-button-prev {
  left: -10px !important;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 767px) {
  .feature-2ndAmile .swiper-button-next {
    right: 10px;
  }

  .feature-2ndAmile .swiper-button-prev {
    left: 10px;
  }
}

.feature-2ndAmile .swiper-pagination {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.feature-2ndAmile .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 15px;
  height: 15px;
  background: #9f9f9f;
  opacity: 1;
}

.feature-2ndAmile .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc0000;
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-next,
html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-prev {
  width: calc(40 * (100vw / 750));
  width: calc(40 * (100vw / var(--sp-width-value)));
  height: calc(40 * (100vw / 750));
  height: calc(40 * (100vw / var(--sp-width-value)));
  top: calc(232 * (100vw / 750));
  top: calc(232 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-next::after,
html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-prev::after {
  width: calc(12 * (100vw / 750));
  width: calc(12 * (100vw / var(--sp-width-value)));
  height: calc(12 * (100vw / 750));
  height: calc(12 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-prev::after {}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-next {
  right: calc(20 * (100vw / 750)) !important;
  right: calc(20 * (100vw / var(--sp-width-value))) !important;
  transform: translateX(100%);
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-button-prev {
  left: calc(20 * (100vw / 750)) !important;
  left: calc(20 * (100vw / var(--sp-width-value))) !important;
  transform: translateX(-100%);
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-pagination {
  bottom: -17px;
  gap: 0 calc(30 * (100vw / 750));
  gap: 0 calc(30 * (100vw / var(--sp-width-value)));
}

html[data-browse-mode="S"] .feature-2ndAmile .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: calc(15 * (100vw / 750));
  width: calc(15 * (100vw / var(--sp-width-value)));
  height: calc(15 * (100vw / 750));
  height: calc(15 * (100vw / var(--sp-width-value)));
  opacity: 1;
}

/* ----------------------------------
 Lounge
---------------------------------- */

html[data-browse-mode="P"] #mall_intro_lounge {
  min-width: 1160px;
  padding: 45px 120px;
  margin: 40px 0;
  background: 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%;
  padding: 0 0 7px;
  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 {
  color: #CC0000;
  background: #fff;
  border: 1px solid #CC0000;
}

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;
  text-align: right;
  overflow: hidden;
  position: relative;
}

html[data-browse-mode="P"] #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="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next::after {
  background: url(/img/usr/common/v02/visual_arrow.png) no-repeat left center / contain;
}

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(/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="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;
  margin: 0 0 24px 0;
  background: 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: -0px;
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  padding: 0 0 0;
  z-index: 5 !important;
  transform: translate(100%, -50%);
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span {
  font-size: 12px;
  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: 10px;
  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%;
}

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 0;
  }

  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 50px;
  }

  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%;
    padding: 0 0 0 16px;
  }

  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: url("/img/usr/common/v02/contents_lounge_bg_sp.jpg") center bottom / cover no-repeat;
  }
}

.feature-2ndAmile .links {
  background: url("bg_links.png") no-repeat center/cover;
}

[data-browse-mode=P] .feature-2ndAmile .links {
  padding-top: 60px;
  padding-bottom: 80px;
}

[data-browse-mode=S] .feature-2ndAmile .links {
  padding: 40px 20px 50px;
}

.feature-2ndAmile .links-inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feature-2ndAmile .cp2nd {
  border-radius: 10px;
  border: 1px solid #CC0000;
  background: #FFF;
  margin-bottom: 40px;
}

.feature-2ndAmile .cp2nd .feature-btn {
  display: block;
  margin: 0 auto 0 0;
}

[data-browse-mode=P] .feature-2ndAmile .cp2nd {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

[data-browse-mode=P] .feature-2ndAmile .cp2nd .feature-btn {
  margin-top: 30px;
}

[data-browse-mode=S] .feature-2ndAmile .cp2nd {
  padding: 15px;
}

[data-browse-mode=S] .feature-2ndAmile .cp2nd .feature-btn {
  max-width: 305px;
  margin-top: 10px;
}

[data-browse-mode=P] .feature-2ndAmile .cp2nd-img {
  width: 512px;
}

[data-browse-mode=S] .feature-2ndAmile .cp2nd-img {
  margin-bottom: 10px;
}

[data-browse-mode=P] .feature-2ndAmile .cp2nd-desc {
  width: calc(100% - 572px);
}

.feature-2ndAmile .cp2nd-ttl {
  font-weight: 700;
}

[data-browse-mode=P] .feature-2ndAmile .cp2nd-ttl {
  margin-bottom: 20px;
  font-size: 28px;
}

[data-browse-mode=S] .feature-2ndAmile .cp2nd-ttl {
  margin-bottom: 10px;
  font-size: 18px;
}

/*一時的な非表示*/

.mile-add__btn,
.simulator-opener,
.simulator-modal {
  display: none;
}
