@charset "UTF-8";

:root {
  --mainColor: #cc0000;
  --sp-width-value: 750;
}

/* 既存レイアウト調整 */
.page-event #header {
  margin-bottom: 0;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
.page-event .block-event-page--accessory {
  display: none;
}
.page-event .block-top-event--header {
  display: none;
}
.page-event .block-event-page--goods {
  margin: 0;
}
.page-event .block-ranking-r--description {
  position: relative;
}

/*-----------------------------------------
BASE
-----------------------------------------*/
#mile {
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
}
#mile h1,
#mile h2,
#mile h3,
#mile h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#mile a {
  color: inherit;
  transition: all .3s;
}
#mile a:hover {
  opacity: 0.7;
}
#mile a:hover img {
  opacity: 1;
}
#mile img {
  max-width: 100%;
  vertical-align: bottom;
}
#mile strong {
  font-weight: inherit;
}
#mile section {
  padding: 100px 0;
}
#mile *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#mile *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#mile *::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #mile section {
    padding: 60px 0;
  }
  #mile *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}

/*-----------------------------------------
PC/SP切り替え
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  #mile .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mile .pc-only {
    display: none;
  }
}

/*-----------------------------------------
common
-----------------------------------------*/
#mile .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#mile .title {
  position: relative;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.333;
  text-align: center;
}
#mile .title.--border {
  padding: 0 0 20px;
}
#mile .title.--border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 8px;
  margin: auto;
  background: var(--mainColor);
}
#mile .box {
  position: relative;
  padding: 80px 60px;
  background: #fff;
  border-radius: 8px;
}
#mile .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #c80401, #e5bc4b, #e05575);
  border-radius: 8px 8px 0 0;
}
#mile .box + .box {
  margin-top: 40px;
}
#mile .more-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 60px;
  margin: 60px auto 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: var(--mainColor);
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
#mile .more-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, rgb(249,143,48,0.5), rgb(175,1,0,0.5));
  pointer-events: none;
  z-index: -1;
}
#mile .more-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(/img/usr/event/2026/3rdAmile/icon_btn_arrow.png) no-repeat center / contain;
}
@media only screen and (max-width: 767px) {
  #mile .title {
    margin: 0 -10px 20px;
    font-size: 18px;
  }
  #mile .title.--border {
    padding: 0 0 10px;
  }
  #mile .title.--border::after {
    width: 30px;
    height: 4px;
  }
  #mile .box {
    padding: 35px 15px;
    border-radius: 4px;
  }
  #mile .box::before {
    height: 5px;
    border-radius: 4px 4px 0 0;
  }
  #mile .box + .box {
    margin-top: 20px;
  }
  #mile .more-btn a {
    width: 240px;
    height: 36px;
    margin: 30px auto 0;
    font-size: 14px;
  }
  #mile .more-btn a::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
}

/*-----------------------------------------
関連イベント common
-----------------------------------------*/
#mile .event_frame .block-top-event--header,
#mile .event_frame .more-btn,
#mile .event_frame .read-more,
#mile .event_frame .rcontainer .left {
  display: none;
}
#mile .block-top-event--goods {
  margin: 0;
  padding: 0;
}
.block-top-event--wrap .ranking-note--wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------
関連イベント サムネイルT
-----------------------------------------*/
#mile .block-thumbnail-t {
  gap: 30px 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#mile .--wrap .block-thumbnail-t {
  flex-wrap: wrap;
  padding: 0;
}
#mile .block-thumbnail-t > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#mile .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #mile .block-thumbnail-t--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #mile .block-thumbnail-t--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(150 / 430 * 100vw);
  }
  #mile .block-thumbnail-t--goods-image figure {
    height: 100%;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
  #mile .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*-----------------------------------------
関連イベント ランキング
-----------------------------------------*/
#mile .block-ranking-r--items {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#mile .block-ranking-r--items > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#mile .block-ranking-r--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #mile .block-ranking-r--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #mile .block-ranking-r--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(150 / 430 * 100vw);
    min-width: unset;
  }
  #mile .block-ranking-r--goods-image figure {
    height: 100%;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
  #mile .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*-----------------------------------------
fv
-----------------------------------------*/
#mile .sec-fv .title {
  margin-bottom: 30px;
}
#mile .sec-fv .intro {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#mile .sec-fv .intro-text {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.84;
}
#mile .sec-fv .intro-text strong {
  font-size: 40px;
  line-height: 1;
}
#mile .sec-fv .intro-text .--red {
  color: var(--mainColor);
}
#mile .sec-fv .intro-text .--border {
  border-bottom: 2px dotted var(--mainColor);
}
#mile .sec-fv .intro-notice {
  margin: 30px 0 0;
  text-align: left;
}
#mile .sec-fv .intro-notice li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 1.5;
}
#mile .sec-fv .intro-period {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 60px auto 0;
  padding: 17px 78px;
  line-height: 1.666;
  color: var(--mainColor);
  border: 3px solid var(--mainColor);
}
#mile .sec-fv .intro-period-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
}
#mile .sec-fv .intro-period-text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mile .sec-fv {
    padding-top: 40px;
  }
  #mile .sec-fv .title {
    margin-bottom: 20px;
  }
  #mile .sec-fv .intro-text {
    margin: 0 -10px;
    font-size: 13px;
  }
  #mile .sec-fv .intro-text strong {
    font-size: 20px;
  }
  #mile .sec-fv .intro-notice {
    margin: 20px 0 0;
  }
  #mile .sec-fv .intro-notice li {
    font-size: 10px;
  }
  #mile .sec-fv .intro-period {
    width: 100%;
    margin: 30px auto 0;
    padding: 10px 10px;
    line-height: 1.428;
    border-width: 2px;
  }
  #mile .sec-fv .intro-period-title {
    font-size: 14px;
  }
  #mile .sec-fv .intro-period-text {
    font-size: 14px;
  }
}

/*-----------------------------------------
ショップリスト
-----------------------------------------*/
#mile .shop-list-container {
  margin: 0 -20px;
  padding-bottom: 30px;
  /*overflow-x: auto;*/
}
#mile .shop-list-container:has(.--wrap) {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  /*overflow-x: visible;*/
}
#mile .shop-list {
  display: flex;
  gap: 26px 30px;
  margin: 24px auto 0;
}
#mile .shop-list.--wrap {
  flex-wrap: wrap;
}
#mile .shop-list li {
  position: relative;
  flex-shrink: 0;
  width: 240px;
}
#mile .shop-list.--wrap li {
  /*width: calc((100% - (30px*3))/4);*/
}
#mile .shop-list li a {
  display: block;
}
#mile .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#mile .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#mile .shop-list li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#mile .shop-list li .label .label-num {
  font-size: 23px;
}
#mile .shop-list li .label .label-top {
  line-height: 1;
}
#mile .shop-list li .label .label-bottom {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #mile .shop-list-container {
    margin: 0;
    padding-bottom: 20px;
  }
  #mile .shop-list-container:has(.--wrap) {
    padding-bottom: 20px;
    /*overflow-x: auto;*/
  }
  #mile .shop-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: calc(150 / 430 * 100vw);
    column-gap: calc(20 / 430 * 100vw);
    margin: 0;
    padding: 15px 0 0;
  }
  #mile .shop-list li {
    width: calc(140 / 430 * 100vw);
  }
  #mile .shop-list.--wrap li {
    width: auto;
  }
  #mile .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  #mile .shop-list li .label .label-num {
    font-size: 16px;
  }
}

/*-----------------------------------------
対象ショップ追加
-----------------------------------------*/
#mile .sec-main {
  background: url(/img/usr/event/2026/3rdAmile/bg_main_mile.png) no-repeat center bottom / 100%, url(/img/usr/event/2026/3rdAmile/bg_main.png) repeat-y center top -600px;
}
#mile .shop-title {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: var(--mainColor);
}
#mile .shop-title::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 227px;
  height: 49px;
  background: url(/img/usr/event/2026/3rdAmile/icon_shop_add.png) no-repeat center / contain;
}
#mile .shop-title + .shop-list-container {
  margin-bottom: 70px;
}
#mile .sec-main .box:first-child {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #mile .sec-main {
    background: url(/img/usr/event/2026/3rdAmile/bg_main_mile_sp.png)no-repeat center bottom / 100%, url(/img/usr/event/2026/3rdAmile/bg_main_02_sp.png) no-repeat center top / 100%, url(/img/usr/event/2026/3rdAmile/bg_main_sp.png) repeat-y center top / cover;
  }
  #mile .shop-title::before {
    top: -26px;
    left: 0;
    right: 0;
    width: 112px;
    height: 26px;
    margin: auto;
  }
  #mile .shop-title + .shop-list-container {
    margin-bottom: 50px;
  }
  #mile .shop-title + .shop-list-container .shop-list {
    grid-template-rows: repeat(1, auto);
  }
  #mile .sec-main .box:first-child {
    padding-top: 50px;
  }
}

/*-----------------------------------------
ブランドから探す
-----------------------------------------*/
#mile .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}
#mile .brand-list li {
  width: calc((100% - (15px*4))/5);
  padding: 25px;
  text-align: center;
}
#mile .brand-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#mile .brand-list li img {
  max-height: 116px;
}
@media only screen and (max-width: 767px) {
  #mile .brand-list {
    margin-bottom: 30px;
  }
  #mile .brand-list li {
    width: calc((100% - (15px*2))/3);
    padding: 10px;
  }
}

/*-----------------------------------------
カテゴリから探す
-----------------------------------------*/
#mile .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
#mile .category-list li {
  width: calc((100% - (20px*3)) / 4);
  border-radius: 5px;
}
#mile .category-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
#mile .category-list .category-list-text {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#mile .category-list.--noimg {
  margin-top: 70px;
}
#mile .category-list.--noimg li {
  width: calc((100% - (20px*5)) / 6);
  background: #e8e2c3;
}
#mile .category-list.--noimg .category-list-text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #mile .category-list {
    gap: 10px;
  }
  #mile .category-list li {
    width: calc((100% - (10px*1)) / 2);
  }
  #mile .category-list li a {
    min-height: 45px;
  }
  #mile .category-list .category-list-text {
    margin: 6px 0 4px;
    font-size: 12px;
  }
  #mile .category-list.--noimg {
    margin-top: 30px;
  }
  #mile .category-list.--noimg li {
    width: calc((100% - (10px*1)) / 2);
  }
}

/*-----------------------------------------
ショップから探す
-----------------------------------------*/
#mile .filter-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 20px;
  margin-bottom: 60px;
}
#mile .filter-btn {
  all: unset;
  outline: revert;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--mainColor);
  background-color: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  cursor: pointer;
}
#mile .filter-btn.active {
  color: #fff;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  #mile .filter-btn-list {
    gap: 10px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #mile .filter-btn {
    padding: 5px 16px;
    font-size: 12px;
  }
}

/*-----------------------------------------
目的から商品を探す
-----------------------------------------*/
#mile .sec-purpose {
  background: #f3f4f5 url(/img/usr/event/2026/3rdAmile/bg_purpose.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  #mile .sec-purpose {
    background-image: url(/img/usr/event/2026/3rdAmile/bg_purpose_sp.png);
    background-size: 100%;
  }
  #mile .sec-purpose .title img {
    width: 191px;
  }
}

/*-----------------------------------------
ピックアップショップ
-----------------------------------------*/
#mile .sec-pickup .pickup-box-wrap {
  padding: 75px 60px 60px;
  background: #f3f4f5;
  max-width: 1200px;
  margin: 80px auto 0;
  border-radius: 8px;
}
#mile .sec-pickup .pickup-box + .pickup-box {
  margin-top: 80px;
}
#mile .sec-pickup .pickup-box__slide {
  position: relative;
  padding: 0;
}
#mile .sec-pickup .pickup-box__info {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin: 0 0 60px;
}
#mile .sec-pickup .pickup-box__info-img {
  width: 320px;
  flex-shrink: 0;
}
#mile .sec-pickup .pickup-box__info-text .name {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 18px;
}
#mile .sec-pickup .pickup-box__info-text .label {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#mile .sec-pickup .pickup-box__info-text .label .label-num {
  font-size: 23px;
}
#mile .sec-pickup .pickup-box__info-text .label .label-top {
  line-height: 1;
}
#mile .sec-pickup .pickup-box__info-text .more-btn a {
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
}
#mile .sec-pickup .pickup-box__item {
  width: 100%;
  padding: 80px 60px;
}
#mile .sec-pickup .pickup-box__item .block-thumbnail-t {
  gap: 30px 35px;
  padding-bottom: 0;
}
#mile .sec-pickup .pickup-box__item .block-thumbnail-t > li {
  width: calc((100% - (35px*3))/4);
}
#mile .sec-pickup .swiper {
 /*overflow : hidden;*/
}
#mile .sec-pickup .swiper-button-next,
#mile .sec-pickup .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #2e2e2e;
  border-radius: 50%;
  top: 50%;
}
#mile .sec-pickup .swiper-button-next {
  right: -50px;
}
#mile .sec-pickup .swiper-button-prev {
  left: -50px;
  transform: scale(-1,1);
}
#mile .sec-pickup .swiper-button-next::after,
#mile .sec-pickup .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);
}
@media screen and (min-width: 768px) {
  #mile .sec-pickup .pickup-box__item .block-thumbnail-t > li:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #mile .sec-pickup {
    background: #f3f4f5;
  }
  #mile .sec-pickup .title img {
    width: 267px;
  }
  #mile .sec-pickup .pickup-box-wrap {
    padding: 0;
    margin: 40px auto 0;
  }
  #mile .sec-pickup .pickup-box + .pickup-box {
    margin-top: 30px;
  }
  #mile .sec-pickup .pickup-box__info {
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 25px;
    margin: 0 0 30px;
  }
  #mile .sec-pickup .pickup-box__info-img {
    width: 100%;
  }
  #mile .sec-pickup .pickup-box__info-text .name {
    gap: 10px;
    font-size: 17px;
  }
  #mile .sec-pickup .pickup-box__info-text .label {
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  #mile .sec-pickup .pickup-box__info-text .label .label-num {
    font-size: 16px;
  }
  #mile .sec-pickup .pickup-box__info-text .more-btn a {
    width: 240px;
    height: 36px;
    font-size: 14px;
  }
  #mile .sec-pickup .pickup-box__item {
    width: 100%;
    padding: 35px 15px;
  }
  #mile .sec-pickup .pickup-box__item .block-thumbnail-t--items {
    gap: 15px;
    /*overflow-x: auto;*/
  }
  #mile .sec-pickup .pickup-box__item .block-thumbnail-t--items > li {
    width: calc((100% - (15px*1))/2);
  }
  #mile .sec-pickup .swiper-button-next,
  #mile .sec-pickup .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: calc(232 * (100vw / var(--sp-width-value)));
  }
  #mile .sec-pickup .swiper-button-next {
    right: -8px;
  }
  #mile .sec-pickup .swiper-button-prev {
    left: -8px;
  }
  #mile .sec-pickup .swiper-button-next::after,
  #mile .sec-pickup .swiper-button-prev::after {
    width: calc(12 * (100vw / var(--sp-width-value)));
    height: calc(12 * (100vw / var(--sp-width-value)));
  }
}

/* ----------------------------------
Lounge
---------------------------------- */
#mile .sec-lounge {
  padding: 0;
}

html[data-browse-mode="P"] #mall_intro_lounge {
  min-width: 1160px;
  padding: 45px 120px;
  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%;
  z-index: 5 !important;
  transform: translate(100%, -50%);
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span:nth-of-type(2) {
  font-size: 16px;
  position: relative;
  top: 2px;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .message {
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.8;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button {
  margin: 0 auto;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a {
  width: 145px;
  height: 36px;
  color: #CC0000;
  background: #fff;
  border: 1px solid #CC0000;
  border-radius: 50px;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a:after {
  content: none;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .more-button a:hover {
  color: #976F11;
  border-color: #976F11;
}

html[data-browse-mode="P"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
  width: 60%;
  margin: 0;
  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;
  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: -20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  padding: 0 0 0;
  z-index: 5 !important;
  transform: translateY(-50%);
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .logo-text .shop-icon>span:nth-of-type(2) {
  font-size: 9px;
  position: relative;
  top: 0;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message {
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.43;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .more-button {
  margin: 0 auto;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
  width: 60%;
  padding: 0 0 0 16px;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next {
  right: 7%;
  width: 44px;
  height: 44px;
  background: #333;
  border-radius: 50%;
}

html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 15px;
  background: url(/img/usr/common/v02/visual_arrow.png) no-repeat left center / contain;
  display: block;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1400px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 1300px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 1200px) {
  html[data-browse-mode="S"] #mall_intro_lounge {
    padding: 40px 20px;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame {
    padding: 24px 0 0;
    flex-direction: column-reverse;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .desc {
    width: 100%;
    padding: 23px 30px;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message {
    text-align: left;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .message br {
    display: none;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame figure img {
    width: 100%;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider {
    width: 100%;
  }

  html[data-browse-mode="S"] #mall_intro_lounge .inner-frame .mall_intro_lounge_slider .swiper-button-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;
  }
}

/*-----------------------------------------
campaign
-----------------------------------------*/
#mile .sec-campaign {
  background: url(/img/usr/event/2026/3rdAmile/bg_campaign.jpg) no-repeat center top / cover;
}
#mile .sec-campaign .title {
  font-size: 36px;
  color: var(--mainColor);
}
#mile .sec-campaign .campaign-contents {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 40px 0 0;
  padding: 20px 60px 20px 20px;
  background: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
}
#mile .sec-campaign .campaign-img {
  width: 550px;
  flex-shrink: 0;
}
#mile .sec-campaign .campaign-title {
  font-weight: bold;
  font-size: 24px;
}
#mile .sec-campaign .campaign-text {
  margin: 20px 0 0;
  font-size: 18px;
}
#mile .sec-campaign .campaign-contents .more-btn a {
  width: 320px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #mile .sec-campaign {
    background-image: url(/img/usr/event/2026/3rdAmile/bg_campaign_sp.jpg);
  }
  #mile .sec-campaign .title {
    font-size: 21px;
  }
  #mile .sec-campaign .campaign-contents {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
    padding: 15px 15px 30px;
    border-radius: 5px;
  }
  #mile .sec-campaign .campaign-img {
    width: 100%;
  }
  #mile .sec-campaign .campaign-title {
    font-size: 17px;
  }
  #mile .sec-campaign .campaign-text {
    margin: 16px 0 0;
    font-size: 14px;
  }
  #mile .sec-campaign .campaign-contents .more-btn a {
    width: 240px;
    margin-top: 30px;
  }
}

/*-----------------------------------------
top-btn
-----------------------------------------*/
#mile .top-btn a {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #mile .top-btn a {
    margin-top: 60px;
  }
}

/*-----------------------------------------
追従メニュー
-----------------------------------------*/
.follow-men {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19999;
  transform: translateY(-100px);
  transition: transform .3s;
}
.follow-men.is-visible {
  transform: translateY(0);
}
.follow-men-bar {
  all: unset;
  outline: revert;
  background-color: #C2160C;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: calc(22 / 16);
  text-align: center;
  padding-block: 14px;
  width: 100%;
}
.follow-men-bar > span {
  display: inline-block;
  padding-inline: 22px;
  position: relative;
}
.follow-men-bar > span::before,
.follow-men-bar > span::after {
  content: '';
  background-color: currentColor;
  height: 15px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: rotate .3s;
}
.follow-men-bar > span::before,
.follow-men-bar.is-open > span::after {
  rotate: 90deg;
}
.follow-men-panel {
  background-color: #fff;
}
.follow-men-list {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding: 17px 17px 16px;
  margin: 0;
}
.follow-men-list a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  padding: 8px 24px 8px 8px;
  position: relative;
}
.follow-men-list a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #C2160C;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .follow-men-bar {
    font-size: calc(16 / 430 * 100vw);
    padding-block: calc(14 / 430 * 100vw);
  }
  .follow-men-bar > span {
    padding-inline: calc(22 / 430 * 100vw);
  }
  .follow-men-bar > span::before,
  .follow-men-bar > span::after {
    height: calc(15 / 430 * 100vw);
    width: calc((2 / 430 * 100vw));
  }
  .follow-men-list {
    background-color: #D5D5D5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    padding: 0;
  }
  .follow-men-list a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding: calc(13 / 430 * 100vw) calc(24 / 430 * 100vw) calc(13 / 430 * 100vw) calc(13 / 430 * 100vw);
    height: 100%;
  }
  .follow-men-list a::after {
    right: calc(12 / 430 * 100vw);
  }
  header {
    position: static !important;
    top: auto !important;
    transform: none !important;
    transition: none !important;
  }
  #block_header_bottom_search {
    display: none;
  }
}

/*-----------------------------------------
モーダル
-----------------------------------------*/
.modal-opener{
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  height: 60px;
  background: #CC0000;
  border: none;
  outline: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: .3s;
  padding-inline: 40px;
  position: relative;
}
.modal-opener::before,
.modal-opener::after{
  content: "";
  background-color: #fff;
  height: 14px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 34px;
  translate: 0 -50%;
}
.modal-opener::after{
  rotate: 90deg;
}
.modal-opener:hover{
  opacity: 0.7;
}
.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}
.modal-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.modal-contents{
  width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.modal-contents-headline{
  text-align: right;
  padding-right: 10px;
  padding-bottom: 20px;
}
.modal-close-btn{
  all: unset;
  outline: revert;
  box-sizing: border-box;
  cursor: pointer;
}
.modal-close-btn img{
  height: 52px;
  width: 52px;
}
.modal-contents-hdg{
  background-color: #B29654;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: calc(52 / 36);
  text-align: center;
  padding: 19px;
}
.modal-contents-body{
  background-color: #fff;
  border-color: #B29654;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 20px 20px;
  padding-inline: 57px;
  padding-block: 30px 72px;
}
.modal-contents-body > *:last-child{
  margin-bottom: 0!important;
}
.modal-contents-body-img{
  text-align: center;
  margin-bottom: 30px;
}
[data-browse-mode="S"] .modal-opener{
  font-size: calc(16 / 430 * 100vw);
  height: calc(51 / 430 * 100vw);
  padding-inline: calc(40 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-opener::before,
[data-browse-mode="S"] .modal-opener::after{
  height: 14px;
  width: 2px;
  right: calc(34 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-contents {
  width: calc(100% - 40px);
}
[data-browse-mode="S"] .modal-contents-headline{
  padding-right: calc(10 / 430 * 100vw);
  padding-bottom: calc(14 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-close-btn img{
  height: calc(31 / 430 * 100vw);
  width: calc(31 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-contents-hdg{
  border-radius: 10px 10px 0 0;
  font-size: calc(22 / 430 * 100vw);
  line-height: calc(32 / 22);
  padding: calc(14 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-contents-body {
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 10px 10px;
  padding-inline: calc(15 / 430 * 100vw);
  padding-block: calc(20 / 430 * 100vw) calc(50 / 430 * 100vw);
}
[data-browse-mode="S"] .modal-contents-body-img{
  margin-bottom: calc(20 / 430 * 100vw);
}
