@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:visited {
  color: inherit;
}

p {
  margin: 0;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.top_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .top_ttl {
    font-size: 24px;
  }
}

.sub_ttl {
  font-size: 14px;
  text-align: center;
}

/*-------------------
	FV
-------------------*/
@media (min-width: 769px) {
  #fv .fv_bg {
    width: 100%;
    height: 65vh;
    background-image: url(../img/TSAccessoriesComp_Header-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
@media (min-width: 769px) {
  #fv .fv_catch_group {
    position: absolute;
    top: 30%;
  }
}
@media (max-width: 768px) {
  #fv .fv_catch_group {
    padding: 32px 0;
  }
}
#fv .fv_catch {
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #fv .fv_catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#fv .fv_sub_catch {
  font-size: 18px;
}

/*-------------------
	POINT
-------------------*/
#point .container {
  margin-block: 50px;
}
@media (max-width: 768px) {
  #point .container {
    margin-block: 20px;
  }
}
@media (min-width: 769px) {
  #point .point_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #point .point_item div,
#point .point_item img {
    width: 50%;
  }
}
#point .point_item div {
  padding: 20px;
}
@media (max-width: 768px) {
  #point .point_item div {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #point .point_item.item2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
#point .point_item_catch {
  font-size: 24px;
  margin-bottom: 15px;
}

/*-------------------
	PRODUCTS
-------------------*/
#products {
  margin-top: 75px;
  /* フィルタリング */
}
#products .filter input[type=radio] {
  display: none;
}
#products .filter_flex .filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-block: 20px;
}
#products .filter_flex .filters label {
  background: #fff;
  font-size: 12px;
  border: 1px solid #9e092f;
  border-radius: 20px;
  padding: 7px 3%;
  margin-inline: 1%;
  margin-bottom: 2%;
  display: block;
}
@media (max-width: 768px) {
  #products .filter_flex .filters label {
    font-size: 11px;
  }
}
#products [value=pouch]:checked ~ .targets .target:not([data-category~=pouch]),
#products [value=bag]:checked ~ .targets .target:not([data-category~=bag]),
#products [value=eyemask]:checked ~ .targets .target:not([data-category~=eyemask]),
#products [value=tag]:checked ~ .targets .target:not([data-category~=tag]) {
  display: none;
}
#products [value=all]:checked ~ .filter_flex .filters [for=all],
#products [value=pouch]:checked ~ .filter_flex .filters [for=pouch],
#products [value=bag]:checked ~ .filter_flex .filters [for=bag],
#products [value=eyemask]:checked ~ .filter_flex .filters [for=eyemask],
#products [value=tag]:checked ~ .filter_flex .filters [for=tag] {
  background: #94252A !important;
  color: #fff !important;
}
#products .products_group {
  display: flex;
  flex-wrap: wrap;
}
#products .products_item {
  width: 30%;
  margin: 0 1.5% 3% 1.5%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #products .products_item {
    width: 47%;
  }
}
#products .products_item:hover .products_item_button {
  background-color: #b4003c;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#products .products_item_link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #000;
}
#products .products_item_bottom {
  background-color: #f5faff;
  padding: 24px 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#products .products_item_ttl {
  font-size: 22px;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #products .products_item_ttl {
    font-size: 18px;
  }
}
#products .products_item_txt {
  margin-bottom: 15px;
}
#products .color-swatches {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#products .color {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
#products .price {
  text-align: center;
}
#products .products_item_button {
  border: 1px solid #b4003c;
  padding: 5px;
  margin: 10px auto 0;
  text-align: center;
  width: 70%;
}

/*-------------------
	FEATURES
-------------------*/
#features {
  margin: 50px 0;
}
#features .features_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #features .features_inner {
    flex-direction: column;
  }
}
#features .features_left,
#features .features_right {
  width: 50%;
}
@media (max-width: 768px) {
  #features .features_left,
#features .features_right {
    width: 100%;
  }
}
#features .features_right {
  padding-inline: 7%;
}
@media (max-width: 768px) {
  #features .features_right {
    padding: 7%;
  }
}
#features .features_ttl {
  font-size: 40px;
  margin: 10px 0 25px;
}
@media (max-width: 768px) {
  #features .features_ttl {
    font-size: 24px;
  }
}
#features .swiper_1,
#features .swiper_2 {
  overflow: hidden;
}
#features .swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#features .swiper-controls .swiper-button-next,
#features .swiper-controls .swiper-button-prev {
  position: static;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
}
@media only screen and (min-width: 769px) {
  #features .swiper-controls .swiper-button-next,
#features .swiper-controls .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
#features .swiper-controls .swiper-button-next:after,
#features .swiper-controls .swiper-button-prev:after {
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  #features .swiper-controls .swiper-button-next:after,
#features .swiper-controls .swiper-button-prev:after {
    font-size: 30px;
  }
}
#features .swiper-controls .swiper-button-prev {
  margin-right: 16px;
}
#features .swiper-controls .swiper-button-prev:hover {
  transform: translateX(-5px);
}
#features .swiper-controls .swiper-button-next {
  margin-left: 16px;
}
#features .swiper-controls .swiper-button-next:hover {
  transform: translateX(5px);
}
#features .swiper-button-next,
#features .swiper-button-prev {
  color: #b4003c;
}
#features .swiper-button-prev {
  left: 0;
}
#features .swiper-button-next {
  right: 0;
}
#features .swiper-pagination {
  position: static;
  display: flex;
  width: auto !important;
  align-items: center;
}
#features .swiper-pagination-bullet {
  margin: 0 3.5px;
  width: 7px;
  height: 7px;
  background: #c9cbce;
}
@media only screen and (min-width: 769px) {
  #features .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#features .swiper-pagination-bullet-active {
  background: #b4003c;
}
#features .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 8px;
  color: #b7b5b9;
}
#features .swiper-scrollbar-drag {
  height: 8px;
  background: #b4003c;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}

/*-------------------
	BRAND
-------------------*/
#brand {
  margin-top: 75px;
  padding-block: 45px;
  background-color: #F6F6F6;
}
#brand .brand_txt {
  text-align: center;
}
#brand .brand_catch {
  font-size: 24px;
  padding: 30px 0 10px 0;
}
@media (max-width: 768px) {
  #brand .brand_catch {
    font-size: 21px;
  }
}
#brand .number {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #brand .number {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  #brand .number_item {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #brand .number_item {
    margin-block: 10px;
  }
}
#brand .c-number {
  font-size: 104px;
}
@media (max-width: 768px) {
  #brand .c-number {
    font-size: 80px;
  }
}
#brand .c-number .nowrap {
  white-space: nowrap;
}
#brand .number_b {
  display: flex;
  align-items: center;
}
#brand .number_b img {
  margin-right: 16px;
}
#brand .brand_group {
  margin-top: 70px;
}
@media (min-width: 769px) {
  #brand .brand_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #brand .brand_item div,
#brand .brand_item img {
    width: 50%;
  }
}
#brand .brand_item div {
  padding: 20px;
}
@media (max-width: 768px) {
  #brand .brand_item div {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #brand .brand_item.item2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
#brand .brand_item_catch {
  font-size: 24px;
  margin-bottom: 15px;
}
#brand .brand_button {
  border: 1px solid #b4003c;
  padding: 5px;
  margin: 10px auto 0;
  text-align: center;
  width: 35%;
  margin-top: 45px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #brand .brand_button {
    width: 85%;
  }
}
#brand .brand_button:hover {
  background-color: #b4003c;
  color: #fff;
}
#brand .brand_button a {
  color: #000;
}
#brand .brand_button:hover a {
  color: #fff;
}

/*-------------------
	SHOPLIST
-------------------*/
#shopList {
  margin-block: 80px;
}
#shopList .shoplist_head {
  margin-bottom: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shopList .shoplist_head p {
  white-space: nowrap;
  margin-right: 10px;
}
#shopList .shoplist_head hr {
  width: 93%;
  height: 1px;
}
#shopList ul.link_shopList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#shopList li.item_link_shopList {
  position: relative;
  border: 1px solid #b4003c;
  padding: 5px;
  margin: 20px 20px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}
@media (max-width: 768px) {
  #shopList li.item_link_shopList {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
#shopList li.item_link_shopList::after {
  top: 50%;
  right: 2%;
  transform: translate(-2%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  content: ">";
  color: #333232;
  font-size: 1em;
}
#shopList li.item_link_shopList:hover {
  background-color: #b4003c;
  transition: all 0.3s ease-in-out;
}
#shopList li.item_link_shopList:hover::after {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#shopList li.item_link_shopList a {
  color: #000;
}
#shopList li.item_link_shopList:hover a {
  color: #fff;
}

/*-------------------
	FOOTER
-------------------*/
footer {
  padding-block: 60px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  footer .footer_item {
    width: 27%;
  }
}
@media (max-width: 768px) {
  footer .footer_item {
    margin-bottom: 40px;
  }
}
footer .travel_sentry,
footer .legend_walker {
  align-items: center;
}
footer .logo {
  flex-grow: 1;
}
footer .followus {
  flex-grow: 1;
}
@media (min-width: 769px) {
  footer .menu {
    width: 43%;
    text-align: right;
  }
}
footer .sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-grow: 1;
}
footer .sns img {
  width: auto;
  height: 20px;
  margin: 0 12.5px;
}
footer .sns a {
  transition: transform 0.3s ease-in-out;
}
footer .sns a:hover {
  transform: translateY(-0.5rem);
}
@media (max-width: 768px) {
  footer .travel_sentry_logo {
    width: 75%;
  }
}
footer .legend_walker_logo_2 {
  width: 70%;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  font-size: 15px;
}
@media (max-width: 768px) {
  footer .footer-menu {
    justify-content: center;
  }
}
footer .menu-item {
  color: #000;
  padding-left: 30px;
}
@media (max-width: 768px) {
  footer .menu-item {
    padding-inline: 8px;
  }
}
footer .menu-item .cart_icon {
  width: 21px;
  margin-left: 5px;
}
footer .menu-item a {
  color: #000;
}
footer .menu-item a:hover {
  color: #b4003c;
}
footer .copyright {
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
    margin-top: 60px;
  }
}

/*-------------------
	TOP SWIPER
-------------------*/
#top-slider {
  padding: 30px 0 40px;
  background-color: #f6f6f6;
}
#top-slider .top-swiper {
  overflow: hidden;
}
#top-slider .swiper-scrollbar {
  margin-top: 28px;
}
@media (min-width: 769px) {
  #top-slider .swiper-scrollbar {
    margin-top: 30px;
  }
}
#top-slider .swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 8px;
  color: #b7b5b9;
}
#top-slider .swiper-scrollbar-drag {
  height: 8px;
  background: #b4003c;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}

/*-------------------
	BOTTOM SWIPER
-------------------*/
#bottom-slider {
  background-color: #f6f6f6;
}
@media (min-width: 769px) {
  #bottom-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #bottom-slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
#bottom-slider .bottom-swiper_inner {
  padding: 60px 160px;
}
@media (max-width: 768px) {
  #bottom-slider .bottom-swiper_inner {
    padding: 35px 20px 50px;
  }
}
#bottom-slider .bottom-swiper {
  overflow: hidden;
}
#bottom-slider .swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 769px) {
  #bottom-slider .swiper-controls {
    margin-top: 20px;
  }
}
#bottom-slider .swiper-controls .swiper-button-next,
#bottom-slider .swiper-controls .swiper-button-prev {
  position: static;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
}
@media only screen and (min-width: 769px) {
  #bottom-slider .swiper-controls .swiper-button-next,
#bottom-slider .swiper-controls .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
#bottom-slider .swiper-controls .swiper-button-next:after,
#bottom-slider .swiper-controls .swiper-button-prev:after {
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  #bottom-slider .swiper-controls .swiper-button-next:after,
#bottom-slider .swiper-controls .swiper-button-prev:after {
    font-size: 30px;
  }
}
#bottom-slider .swiper-controls .swiper-button-prev {
  margin-right: 16px;
}
#bottom-slider .swiper-controls .swiper-button-prev:hover {
  transform: translateX(-5px);
}
#bottom-slider .swiper-controls .swiper-button-next {
  margin-left: 16px;
}
#bottom-slider .swiper-controls .swiper-button-next:hover {
  transform: translateX(5px);
}
#bottom-slider .swiper-button-next,
#bottom-slider .swiper-button-prev {
  color: #b4003c;
}
#bottom-slider .swiper-button-prev {
  left: 0;
}
#bottom-slider .swiper-button-next {
  right: 0;
}
#bottom-slider .swiper-pagination {
  position: static;
  display: flex;
  width: auto !important;
  align-items: center;
}
#bottom-slider .swiper-pagination-bullet {
  margin: 0 3.5px;
  width: 7px;
  height: 7px;
  background: #c9cbce;
}
@media only screen and (min-width: 769px) {
  #bottom-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#bottom-slider .swiper-pagination-bullet-active {
  background: #b4003c;
}
#bottom-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 8px;
  color: #b7b5b9;
}
#bottom-slider .swiper-scrollbar-drag {
  height: 8px;
  background: #b4003c;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
#bottom-slider .block-product-video__video {
  position: relative;
  padding-top: 60.625%;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 769px) {
  #bottom-slider .block-product-video__video {
    padding-top: 0;
    height: 100%;
  }
}
#bottom-slider .block-product-video__video iframe,
#bottom-slider .block-product-video__video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#bottom-slider #playBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  width: 100px;
  height: 70px;
  line-height: 70px;
  font-size: 45px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: #fff;
  border-radius: 18px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -35px;
  cursor: pointer;
}
#bottom-slider #playBtn:hover {
  background: rgb(0, 0, 0);
}
#bottom-slider #playArrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
}

/*-------------------
	SCCESSPRY_DETAIL
-------------------*/
#accessory-detail .container {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #accessory-detail .container {
    padding-top: 20px;
  }
}
#accessory-detail .block-accessory-detail__heading {
  margin-top: 24px;
  margin-bottom: 35px;
  font-weight: 400;
}
@media (min-width: 769px) {
  #accessory-detail .block-accessory-detail__heading {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #accessory-detail .block-accessory-detail__heading {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  #accessory-detail .block-accessory-detail__inner {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 769px) {
  #accessory-detail .block-accessory-detail__left,
#accessory-detail .block-accessory-detail__right {
    width: 47%;
    margin-inline: 10px;
  }
}
#accessory-detail .block-accessory-detail__ttl {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-block: 7px;
  margin-bottom: 25px;
}
#accessory-detail .block-accessory-detail__left ul {
  margin-bottom: 25px;
}
#accessory-detail .block-accessory-detail__left li {
  margin-bottom: 8px;
  list-style-position: inside;
}
#accessory-detail .block-accessory-detail__left div {
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  #accessory-detail .block-accessory-detail__right {
    margin-top: 40px;
  }
}
#accessory-detail .accordion-heading {
  position: relative;
  padding: 7px 0;
  cursor: pointer;
}
#accessory-detail .accordion-heading,
#accessory-detail .accordion-heading:after,
#accessory-detail .accordion-heading:before {
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
#accessory-detail .accordion-heading:after,
#accessory-detail .accordion-heading:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 0;
  transform: translateY(-50%);
}
#accessory-detail .accordion-heading:after {
  transform: translateY(-50%) rotate(90deg);
}
#accessory-detail .accordion-heading.is-active,
#accessory-detail .accordion-heading:hover {
  color: #b4003c;
}
#accessory-detail .accordion-heading.is-active:after,
#accessory-detail .accordion-heading.is-active:before,
#accessory-detail .accordion-heading:hover:after,
#accessory-detail .accordion-heading:hover:before {
  border-bottom-color: #b4003c;
}
#accessory-detail .accordion-heading.is-active:after {
  transform: translateY(-50%);
}
#accessory-detail .accordion-content {
  padding: 16px 0;
  display: none;
}
#accessory-detail .accordion-content p {
  font: 400 14px/20px Noto Sans, sans-serif;
}
#accessory-detail .color-swatches {
  display: flex;
  margin: 30px 0 15px;
}
#accessory-detail .color {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  #accessory-detail .color {
    width: 20px;
    height: 20px;
  }
}
#accessory-detail .price {
  font-size: 20px;
}
#accessory-detail .accessory-detail_button {
  border: 1px solid #b4003c;
  padding: 5px;
  margin: 10px auto 0;
  text-align: center;
  width: 85%;
  margin-top: 45px;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #accessory-detail .accessory-detail_button {
    width: 85%;
  }
}
#accessory-detail .accessory-detail_button:hover {
  background-color: #b4003c;
  color: #fff;
}
#accessory-detail .accessory-detail_button a {
  color: #000;
}
#accessory-detail .accessory-detail_button:hover a {
  color: #fff;
}

.flagshipStore__section {
  padding: 30px 0;
}
.flagshipStore__section ul {
  list-style: none;
}
.flagshipStore__flex {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 769px) {
  .flagshipStore__flex {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .flagshipStore__info, .flagshipStore__img {
    width: 45.4545454545%;
  }
}
.flagshipStore__info-container {
  margin: 20px 0;
}
.flagshipStore__info-address {
  font-style: normal;
  margin-bottom: 30px;
}
.flagshipStore__info-tell, .flagshipStore__info-hours, .flagshipStore__info-closure {
  display: flex;
}
.flagshipStore__info-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 20px 50px;
  color: #000;
}
.flagshipStore__info-btn svg {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.flagshipStore__info-btn .ai-LinkOut {
  stroke: #000;
}
.flagshipStore__info-btn:hover {
  background: #000;
  color: #fff;
}
.flagshipStore__info-btn:hover .ai-LinkOut {
  stroke: #fff;
}
.flagshipStore__img {
  margin-bottom: 50px;
}
.flagshipStore__img .swiper-horizontal > .swiper-pagination-bullets,
.flagshipStore__img .swiper-pagination-bullets.swiper-pagination-horizontal,
.flagshipStore__img .swiper-pagination-custom,
.flagshipStore__img .swiper-pagination-fraction {
  bottom: -25px;
}
.flagshipStore__img .shop-swiper {
  overflow: hidden;
}
.flagshipStore__img .shop-swiper_container {
  position: relative;
}
.flagshipStore__img .swiper-button-next,
.flagshipStore__img .swiper-button-prev {
  color: #b4003c;
}
.flagshipStore__img .swiper-pagination-bullet-active {
  background: #b4003c;
  transform: translate3d(0, 30px 0);
}