#briefing_jal_fashion_bag {
  font-family: "Noto Sans JP", serif;
  background: #F8F8F8;
}
#briefing_jal_fashion_bag .mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50%;
  aspect-ratio: 1920/460;
  background: url("../../../img/pages/briefing_jal_fashion_bag/mainvisual_pc.png") no-repeat center/100% auto;
  margin-bottom: 80px;
}
#briefing_jal_fashion_bag .headeline {
  color: #FFF;
  margin-left: -32.5%;
  text-align: center;
}
#briefing_jal_fashion_bag .headeline h1 {
  margin: 0;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.01em;
}
#briefing_jal_fashion_bag .headeline h1 span {
  margin-top: 0.3645833333vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 1.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.5208333333vw;
  font-size: 0.7291666667vw;
  background: #930100;
  margin-inline: auto;
  letter-spacing: 0;
}
#briefing_jal_fashion_bag .headeline p {
  margin-top: 1.5625vw;
  font-size: 0.9375vw;
  font-weight: 700;
}
#briefing_jal_fashion_bag .contents {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
#briefing_jal_fashion_bag .lead {
  font-size: 20px;
  line-height: 1.7142857143;
  text-align: center;
}
#briefing_jal_fashion_bag .lineup {
  padding-top: 75px;
  margin-bottom: 77px;
  text-align: center;
}
#briefing_jal_fashion_bag .lineup dt {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 700;
  color: #930100;
}
#briefing_jal_fashion_bag .lineup-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
#briefing_jal_fashion_bag .lineup-contents a {
  width: 120px;
}
#briefing_jal_fashion_bag .lineup-img {
  display: block;
  margin-bottom: 20px;
}
#briefing_jal_fashion_bag .lineup-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
#briefing_jal_fashion_bag .lineup .swiper-pagination {
  display: none;
}
#briefing_jal_fashion_bag .section {
  margin-bottom: 80px;
}
#briefing_jal_fashion_bag .section-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  color: #930100;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #CBCBCB));
  background: linear-gradient(transparent 70%, #CBCBCB 30%);
}
#briefing_jal_fashion_bag .item {
  padding-top: 120px;
}
#briefing_jal_fashion_bag .item-top {
  display: grid;
  grid-template-areas: "headline img" "desc img" "detail img";
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1.071fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
#briefing_jal_fashion_bag .item-top:has(.swiper) {
  margin-bottom: 80px;
}
#briefing_jal_fashion_bag .item-headline {
  grid-area: headline;
}
#briefing_jal_fashion_bag .item-tag {
  margin-bottom: 26px;
  padding: 0 12px 0 17px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  color: #FFF;
  font-weight: 700;
  background: #9B262A;
  font-size: 16px;
}
#briefing_jal_fashion_bag .item-tag:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 17px;
  border-color: transparent transparent transparent #9B262A;
  bottom: 0;
  left: 100%;
}
#briefing_jal_fashion_bag .item-ttl {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3333333333;
}
#briefing_jal_fashion_bag .item-desc {
  grid-area: desc;
  font-size: 16px;
  line-height: 1.75;
}
#briefing_jal_fashion_bag .item-lead {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #96000B;
}
#briefing_jal_fashion_bag .item-img {
  position: relative;
  grid-area: img;
  max-width: 560px;
  border: 1px solid #930100;
}
#briefing_jal_fashion_bag .item-img img {
  vertical-align: bottom;
}
#briefing_jal_fashion_bag .item-img .swiper {
  overflow: hidden;
}
#briefing_jal_fashion_bag .item-img .swiper-pagination {
  position: absolute;
  top: calc(100% + 27px);
  left: 0;
}
#briefing_jal_fashion_bag .item-img .swiper-pagination-bullet {
  background: #CBCBCB;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-inline: 8px;
}
#briefing_jal_fashion_bag .item-img .swiper-pagination-bullet-active {
  background: #930100;
}
#briefing_jal_fashion_bag .item-detail {
  grid-area: detail;
}
#briefing_jal_fashion_bag .item-price {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  color: #96000B;
}
#briefing_jal_fashion_bag .item-price span {
  font-size: 23px;
}
#briefing_jal_fashion_bag .item-price small {
  font-size: 18px;
}
#briefing_jal_fashion_bag .item-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  height: 45px;
  background: #96000B;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  color: #FFF;
}
#briefing_jal_fashion_bag .item-btn:has(a:nth-child(2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#briefing_jal_fashion_bag .item-btn:has(a:nth-child(2)) a {
  width: 272px;
}
#briefing_jal_fashion_bag .item-slider {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto 40px;
  overflow: hidden;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide span {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 12px;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide img {
  vertical-align: bottom;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(43.51%, rgba(14, 14, 14, 0)), color-stop(73.23%, rgba(36, 36, 36, 0.43)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(14, 14, 14, 0) 43.51%, rgba(36, 36, 36, 0.43) 73.23%, #000 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide-active {
  margin-inline: 10px;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.57);
          transform: scale(0.57);
}
#briefing_jal_fashion_bag .item-slider .swiper-slide:not(.swiper-slide-active) span {
  opacity: 0;
}
#briefing_jal_fashion_bag .item-slider .swiper-slide:not(.swiper-slide-active):after {
  opacity: 0;
}
#briefing_jal_fashion_bag .item-slider .swiper-button-next,
#briefing_jal_fashion_bag .item-slider .swiper-button-prev {
  width: 14px;
  height: 28px;
  margin-top: -14px;
}
#briefing_jal_fashion_bag .item-slider .swiper-button-next {
  right: 287px;
}
#briefing_jal_fashion_bag .item-slider .swiper-button-prev {
  left: 308px;
}
#briefing_jal_fashion_bag .item-slider .swiper-button-next:after,
#briefing_jal_fashion_bag .item-slider .swiper-button-prev:after {
  color: #000;
  font-size: 32px;
}
#briefing_jal_fashion_bag .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#briefing_jal_fashion_bag .item-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 334px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
#briefing_jal_fashion_bag .item-links a._briefing {
  background: #96000B;
}
#briefing_jal_fashion_bag .item-links a._itemlist {
  background: #005A29;
}
#briefing_jal_fashion_bag .item-links a._travelbag {
  background: #B58C01;
}
#briefing_jal_fashion_bag .item:nth-child(odd) .item-top {
  grid-template-areas: "img headline" "img desc" "img detail";
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr 1.071fr;
}
#briefing_jal_fashion_bag .item:first-of-type {
  padding-top: 80px;
}
#briefing_jal_fashion_bag .related {
  margin-top: 80px;
}
#briefing_jal_fashion_bag .related-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#briefing_jal_fashion_bag .related-contents a {
  width: calc((100% - 75px) / 4);
  background: #FFF;
  border: solid 1px #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto;
}
#briefing_jal_fashion_bag .related-contents a img {
  vertical-align: bottom;
}
#briefing_jal_fashion_bag .related-contents a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#briefing_jal_fashion_bag .related-desc {
  padding: 5%;
}
#briefing_jal_fashion_bag .related-desc dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#briefing_jal_fashion_bag .related-desc dd {
  font-size: 15px;
}
#briefing_jal_fashion_bag .related .swiper-pagination {
  display: none;
}
#briefing_jal_fashion_bag .brand {
  min-height: 497px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../../../img/pages/briefing_jal_fashion_bag/bg_brand_pc.png") #000 no-repeat center/auto 100%;
  color: #FFF;
}
#briefing_jal_fashion_bag .brand-contents {
  font-size: 16px;
  line-height: 1.625;
  max-width: 830px;
  width: 100%;
  margin-inline: auto;
  padding-top: 20px;
}
#briefing_jal_fashion_bag .brand-lead {
  margin-bottom: 30px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#briefing_jal_fashion_bag .brand-logo {
  width: 198px;
  margin: 0 auto 62px;
}
#briefing_jal_fashion_bag .fix-btn {
  position: fixed;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 1.25;
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  border: 1px solid #FFFFFF;
  z-index: 10;
}
#briefing_jal_fashion_bag .fix-btn._itemlist {
  bottom: 270px;
  background: #930200;
}
#briefing_jal_fashion_bag .fix-btn._itemlist span {
  font-size: 17px;
}
#briefing_jal_fashion_bag .fix-btn._lineup {
  bottom: 100px;
  background: #1B1A1B;
}
#briefing_jal_fashion_bag #lineup-modal {
  display: none;
}

html[data-browse-mode=P] .header-bar {
  margin-bottom: 0;
}
html[data-browse-mode=P] #briefing_jal_fashion_bag .item-slider .swiper-slide {
  width: 352px !important;
}

html[data-browse-mode=S] #briefing_jal_fashion_bag .mainvisual {
  padding-left: 0;
  padding-top: 50%;
  aspect-ratio: 43/60;
  background: url("../../../img/pages/briefing_jal_fashion_bag/mainvisual_sp.png") no-repeat center/100% auto;
  margin-bottom: 37px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .headeline {
  margin-left: 0;
  padding-top: 20%;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .headeline h1 {
  margin: 0;
  font-size: 7.4418604651vw;
  letter-spacing: 0.01em;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .headeline h1 span {
  margin-top: 1.6279069767vw;
  height: 6.0465116279vw;
  font-size: 2.7906976744vw;
  padding-inline: 1.1627906977vw;
  letter-spacing: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .headeline p {
  margin-top: 7.6744186047vw;
  font-size: 3.7209302326vw;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .contents {
  padding-inline: 15px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lead {
  font-size: 14px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup {
  padding-top: 38px;
  margin-bottom: 77px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup dt {
  margin-bottom: 15px;
  font-size: 24px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup dd {
  margin-right: -15px;
  padding-left: 10px;
  padding-right: 20px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup-contents {
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup-contents a {
  width: 102px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup-img {
  margin-bottom: 8px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup-text {
  font-size: 14px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup .swiper-pagination-bullet {
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 7px;
  background: transparent;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .lineup .swiper-pagination-bullet-active {
  background: #CBCBCB;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .section-ttl {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #CBCBCB));
  background: linear-gradient(transparent 65%, #CBCBCB 35%);
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item {
  padding-top: 80px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-top {
  display: block;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-top:has(.swiper) {
  margin-bottom: 40px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-tag {
  margin-left: -15px;
  margin-bottom: 18px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-ttl {
  margin-bottom: 18px;
  font-size: 24px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-desc {
  margin-bottom: 24px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-lead {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.35;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-img {
  margin-bottom: 30px;
  margin-inline: auto;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-img:has(.swiper) {
  margin-bottom: 60px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-img .swiper-pagination {
  top: calc(100% + 17px);
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-price {
  margin-bottom: 22px;
  text-align: center;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-btn a {
  width: 232px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  margin-inline: auto;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-btn:has(a:nth-child(2)) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-btn:has(a:nth-child(2)) a {
  width: 322px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider {
  margin: 0 -15px 40px;
  width: calc(100% + 30px);
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider .swiper-slide span {
  left: 16px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider .swiper-slide-active {
  margin-inline: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider .swiper-button-next {
  right: 15%;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-slider .swiper-button-prev {
  left: 15%;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item-links a {
  height: 50px;
  width: 100%;
  font-size: 18px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .item:first-of-type {
  padding-top: 33px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related {
  margin-top: 45px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-contents {
  margin-bottom: 10px;
  gap: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-contents a {
  height: auto;
  width: 243px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-contents a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-desc {
  padding: 8px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-desc dt {
  margin-bottom: 22px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related-desc dd {
  font-size: 14px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related .swiper-pagination-bullet {
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 7px;
  background: transparent;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .related .swiper-pagination-bullet-active {
  background: #CBCBCB;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .brand {
  padding: 40px 15px 78px;
  display: block;
  background: url("../../../img/pages/briefing_jal_fashion_bag/bg_brand_sp.png") no-repeat center/cover;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .brand-contents {
  padding-top: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .brand-lead {
  margin-bottom: 47px;
  text-align: center;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .brand-logo {
  margin: 0 auto 44px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .fix-btn {
  font-size: 14px;
  right: 15px;
  width: 86px;
  height: 86px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .fix-btn._itemlist {
  bottom: 124px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .fix-btn._itemlist span {
  font-size: 10px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag .fix-btn._lineup {
  bottom: 30px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .lineup {
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  width: calc(100% - 30px);
  z-index: 110;
  overflow: auto;
  max-height: 100vh;
  margin: 0;
  padding: 25px 0 40px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .lineup dt {
  margin-bottom: 23px;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .lineup dd {
  margin: 0;
  padding: 0;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .lineup button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #930100;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  border-radius: 25px;
  width: 206px;
  height: 48px;
  margin-inline: auto;
  border: none;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .lineup-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px 7%;
}
html[data-browse-mode=S] #briefing_jal_fashion_bag #lineup-modal .modal-overlay {
  background: rgba(34, 34, 34, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}