.for_pc {
}
.for_phone,
.for_m {
  display: none !important;
}
.Area1220,
.Area960,
.Area720 {
    height: auto;
    margin-bottom: 0px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}
.Area1220 {
    max-width: 1220px;
}
.Area960 {
    max-width: 960px;
}
.Area720 {
    max-width:720px;
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_phone,
  .for_m {
    display: inherit !important;
  }
  .Area1220 {
	width: 100%;
	max-width: 100%;
	height: auto;
  }
  .Area960 {
	width: 100%;
	max-width: 100%;
	height: auto;
   }
  .Area720 {
	width: 100%;
	max-width: 100%;
	height: auto;
  }
}
body {
  margin: 0;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 738px) {
  .wrap {
    width: 100vw;
  }
  .logo {
    display: flex;
    justify-content: center;
  }
  .logo img {
    width: 100vw;
  }
  .Area01 {
    height: auto;
    padding-bottom: 40px;
  }
  .swiper-container {
    width: 100vw;
    height: auto !important;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .swiper-container .swiper-slide img {
    width: 100vw;
    height: auto;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 7px !important;
  }
  .Area02 {
    height: auto;
    padding-bottom: 0px;
  }
  .Area02_BN img {
    width: 100vw;
  }
  .Area02_BN {
    padding-bottom: 80px;
    overflow: hidden;
    width: 100vw;
  }
  .swiper-container2 {
    padding-bottom: 40px;
  }
  .swiper-container2 .swiper-slide img {
    width: 22vw;
  }
  .Area02_btn {
    width: 79vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .Area02_btn img {
    width: 12vw;
    margin: 0 2vw;
  }
  .Area03_btn img {
    width: 100vw;
    margin: 1vw 0;
  }
  .Area03 {
    height: auto;
    margin: 70px 0 30px;
  }
  .Area03 .PD_all {
    border-radius: 7%;
    background-color: #fff;
  }
  .swiper-container3,
  .swiper-container7 {
    width: 100vw;
  }
  .swiper-container4 {
    position: relative;
  }

  .swiper-Promotion {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: -45.5% 0 0 0.7%;
    overflow: hidden;
  }
  .swiper-Promotion img {
    width: 58%;
  }

  .main-tabs-buttons {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-tabs-buttons {
    text-align: center;
    margin-bottom: 20px;
    width: 100vw;
    height: 5vw;
    position: relative;
  }

  .main_2-tabs-buttons {
    text-align: center;
    width: 100vw;
    height: 5vw;
  }
  .swiper-container4,
  .swiper-container5,
  .swiper-container7 {
    overflow: hidden;
  }
  .swiper-container4 img.b1,
  .swiper-container5 img.b1,
  .swiper-container7 img.b1 {
    width: 100vw;
  }
  .swiper-container4 img.b3,
  .swiper-container5 img.b3,
  .swiper-container7 img.b3 {
    width: 33vw;
  }
  .tab-btn {
    font-weight: bold;
    font-size: 4vw;
    display: inline-block;
    padding: 10px 20px 0px;
    margin: 0 5px;
    cursor: pointer;
    color: gray; /* 默认颜色 */
    border-bottom: 2px solid transparent; /* 默认没有颜色的底线 */
  }
  .tab-btn.active {
    color: black; /* 选中时的字体颜色 */
    border-color: black; /* 选中时的底线颜色 */
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .main_2-tabs-buttons {
    text-align: center;
    margin-bottom: 20px;
    margin: 10px;
  }

  .tab-btn2,
  .tab-btn3,
  .tab-btn8,
  .tab-btn9 {
    font-weight: bold;
    font-size: 1vw;
    display: inline-block;
    padding: 10px 20px 0px;
    margin: 0 5px;
    cursor: pointer;
    color: gray; /* 默认颜色 */
  }
  .tab-btn2.active,
  .tab-btn3.active,
  .tab-btn8.active,
  .tab-btn9.active {
    color: black; /* 选中时的字体颜色 */
    border-color: black; /* 选中时的底线颜色 */
  }
  .tab-btn2,
  .tab-btn3,
  .tab-btn8,
  .tab-btn9 {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    position: relative; /* 用于定位伪元素 */
  }

  .tab-btn2::after,
  .tab-btn3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid black;
    top: 21px;
    left: 90%;
    transform: translateX(-50%);
    display: none;
  }
  .tab-btn8::after,
  .tab-btn9::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid black;
    top: 51px;
    left: 94%;
    transform: translateX(-50%);
    display: none;
  }

  .tab-btn2.active::after,
  .tab-btn3.active::after,
  .tab-btn8.active::after,
  .tab-btn9.active::after {
    display: block;
  }
  .Area06 .tab-btn {
    font-size: 3vw;
  }
  .Area10 .tab-btn {
    font-size: 3vw;
  }
  .tab-btn8,
  .tab-btn9 {
    font-size: 3vw;
  }

  .tab-btn6 {
    font-weight: bold;
    font-size: 4vw;
    display: inline-block;
    padding: 10px 20px 0px;
    margin: 0 5px;
    cursor: pointer;
    color: gray;
    border-bottom: 2px solid transparent;
  }

  .tab-btn6.active {
    color: black;
    border-color: black;
  }
  .swiper-container6 {
    width: 100vw;
  }
  .swiper-container6-2 {
    width: 100vw;
  }
  .b4 {
    width: 49.5vw;
    margin: 0vw;
  }
}

@media only screen and (max-width: 737px) {
  .Area02_BN .swiper-Promotion {
    width: 100%;
    position: absolute;
    bottom: 48.5vw;
    left: 0vw;
    height: 20vw;
  }

  .wrap {
    width: 100vw;
    overflow: hidden;
  }
  .logo {
    display: flex;
    justify-content: center;
    height: auto;
  }
  .logo img {
    width: 100vw;
    height: auto;
  }

  .Area01 {
    height: 122vw;
    padding-bottom: 7vw;
  }
  .Area01 .swiper-container {
    width: 100vw;
    height: auto !important;
  }
  .Area01 .swiper-wrapper {
    height: auto !important;
  }
  .Area01 .swiper-container .swiper-slide {
    margin: 0 !important;
    width: 100vw !important;
  }
  .Area01 .swiper-container .swiper-slide img {
    width: 100vw;
    height: auto;
  }
  .Area01 .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 7px !important;
  }

  .m_Area02_sw {
    width: 100vw;
    position: relative;
    height: 15vw;
  }
  .m_Area02_sw img {
    width: 82vw;
    position: relative;
    margin: 0 9vw !important;
  }

  .Area_hotsale {
    height: 104vw;
    padding-bottom: 10vw;
  }
  .sw_hotsale {
    width: 100vw;
    position: relative;
    height: 75vw;
  }
  .sw_fashion {
    width: 100vw;
    position: relative;
    height: 160vw;
  }
  .sw_snoopy {
    width: 100vw;
    position: relative;
    height: 110vw;
  }
  .sw_momoPD {
    width: 100vw;
    position: relative;
    height: 65vw;
    padding-top: 5vw;
  }
  .sw_COBU {
    width: 100vw;
    position: relative;
    height: 75vw;
    padding-top: 5vw;
  }
  .sw_TABBY {
    width: 100vw;
    position: relative;
    height: 50vw;
    padding-top: 5vw;
    margin: -70vw 0vw 0vw 2vw;
  }
  .sw_hotsale img {
    width: 100vw;
    position: relative;
    margin: 0vw !important;
  }
  .sw_fashion img {
    width: 95vw;
    position: relative;
    margin: 0vw !important;
    padding: 0 2.5vw;
  }
  .sw_snoopy img {
    width: 95vw;
    position: relative;
    margin: 0vw !important;
    padding: 0 2.5vw;
  }
  .sw_momoPD img {
    width: 50vw;
    position: relative;
    margin: 0vw !important;
    padding: 0 2.5vw;
  }
  .sw_COBU img {
    width: 50vw;
    position: relative;
    margin: 0vw !important;
  }
  .sw_TABBY img {
    width: 33vw;
    position: relative;
    margin: 0vw !important;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000 !important;
  }
  .Area_hotsale .swiper-pagination-progressbar {
    top: -4vw !important;
  }
  .Area_popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 104vw;
    align-content: flex-start;
  }
  .Area_popular_btn {
    width: 48vw;
    margin: 1vw;
  }
  .Area_popular_btn img {
    width: 48vw;
  }
  .Area_outfit {
    width: 100vw;
    height: 125vw;
    position: relative;
  }
  .Area_outfit_sw {
    width: 100vw;
  }
  .Area_outfit img {
    width: 58vw;
  }
  .Area_outfit .swiper-pagination-progressbar {
    margin-top: 22vw !important;
  }
}


.swiper-container_BN01 {
  height: 70vw;
  width: 100vw;
}
.swiper-container_BN01_01 {
  height: 71vw;
  width: 100vw;
}
.swiper-container_BN01_02 {
  height: 71vw;
  width: 100vw;
}
.swiper-container_BN05 {
  height: 70vw;
  width: 100vw;
   padding-top: 0vw;
}
.swiper-container_BN02 {
  height: 20vw;
  width: 100vw;
}

.Area02 {
  height: auto;
  padding-bottom: 0vw;
  position: relative;
}
.Area02 .swiper-container2 {
  height: 34vw;
}
.Area02 .swiper-container2 .swiper-slide {
  height: auto !important;
}
.Area02 .swiper-container2 .swiper-slide img {
  width: 23vw;
  margin: 0 1vw;
  height: auto !important;
}
.Area02_BN img {
  width: 100vw;
}
.Area02_BN {
  width: 100%;
  padding-bottom: 0vw;
  position: relative;
  margin-bottom: 10vw;
}
.swiper-Promotion img {
  width: 80vw;
  padding: 0 10vw;
}

.Area03 {
  height: auto;
  overflow: hidden;
}
.swiper-container3 {
  height: 160vw;
}
.swiper-container4,
.swiper-container5 {
  height: 148vw;
}
.Area04-1_txt {
  width: 100vw;
  position: relative;
}
.Area04-1_img {
  width: 100vw;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.Area05_bg {
  width: 100vw;
  position: absolute;
}
a.Area05_a {
  width: 100vw;
  height: 122vw;
  display: block;
  position: absolute;
}
.Area05_bg img {
  width: 100vw;
  z-index: -1;
}
.Area07_bg01 {
  background-image: url(Area07_bg01.png?t=1755856079977);
  background-size: 100%;
  height: 90vw;
  width: 100vw;
  background-repeat: no-repeat;
  position: absolute;
}
.Area07_bg02 {
  background-image: url(Area07_bg02.png?t=1755856079977);
  background-size: 100%;
  height: 90vw;
  width: 100vw;
  background-repeat: no-repeat;
  position: absolute;
}

.tab-btn {
  height: 6vw;
  font-weight: bold;
  font-size: 4vw;
  display: inline-block;
  padding: 0 12vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn.active {
  color: black;
  border-color: black;
}
.main_2-tabs-buttons {
  text-align: center;
  width: 100vw;
  height: 9vw;
}
.swiper-container4,
.swiper-container5,
.swiper-container8 {
  overflow: hidden;
}
.swiper-container4 img.b1,
.swiper-container5 img.b1,
.swiper-container7 img.b1 {
  width: 100vw;
}
.swiper-container4 img.b3,
.swiper-container5 img.b3,
.swiper-container7 img.b3 {
  width: 31vw;
  margin: 2vw 0.5vw;
}
.swiper-container5,
.swiper-container8 {
  overflow: hidden;
}

.swiper-container12 img.b1,
.swiper-container5 img.b1,
.swiper-container7 img.b1,
.swiper-container6 img.b1,
.swiper-container6-2 img.b1 {
  width: 100vw;
}
.swiper-container12 img.b3,
.swiper-container5 img.b3,
.swiper-container7 img.b3 {
  width: 36vw;
  margin: -1.5vw;
}
.swiper-container12 {
  height: 90vw;
}
.swiper-container15 img.b1,
.swiper-container5 img.b1,
.swiper-container7 img.b1,
.swiper-container6 img.b1,
.swiper-container6-2 img.b1 {
  width: 100vw;
}
.swiper-container15 img.b3,
.swiper-container5 img.b3,
.swiper-container7 img.b3 {
  width: 48vw;
  margin: 0vw;
  padding: 0.5vw;
}
.swiper-container15 {
  height: 128vw;
}

.swiper-container15_01 img.b1,
.swiper-container5_01 img.b1,
.swiper-container7 img.b1,
.swiper-container6 img.b1,
.swiper-container6-2 img.b1 {
  width: 100vw;
}
.swiper-container15_01 img.b3,
.swiper-container5_01 img.b3,
.swiper-container7 img.b3 {
  width: 48vw;
  margin: 0vw;
  padding: 0.5vw;
}
.swiper-container15_01 {
  height: 128vw;
}

.swiper-container15_02 img.b1,
.swiper-container5_01 img.b1,
.swiper-container7 img.b1,
.swiper-container6 img.b1,
.swiper-container6-2 img.b1 {
  width: 100vw;
}
.swiper-container15_02 img.b3,
.swiper-container5_01 img.b3,
.swiper-container7 img.b3 {
  width: 48vw;
  margin: 0vw;
  padding: 0.5vw;
}
.swiper-container15_02 {
  height: 121vw;
}

.swiper-container16 img.b1,
.swiper-container5 img.b1,
.swiper-container7 img.b1,
.swiper-container6 img.b1,
.swiper-container6-2 img.b1 {
  width: 100vw;
}
.swiper-container16 img.b3,
.swiper-container5 img.b3,
.swiper-container7 img.b3 {
  width: 32vw;
  margin: 0vw;
  padding: 0.5vw;
}
.swiper-container16 {
  height: 115vw;
}

.swiper-container3 .PD_all {
  height: 94vw;
  border-radius: 7%;
  background-color: #fff;
}
.swiper-container4 .PD_all {
  height: 94vw;
  border-radius: 7%;
  background-color: #fff;
}
.PD_all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.Area06 .PD_all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vw;
}
.Area10 .PD_all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vw;
}
.Area05 .PD_all {
  z-index: 10;
  align-content: flex-start;
  height: 159vw;
  border-radius: 0%;
  background-color: none;
  padding: 3vw;
}

.Area07 .PD_all {
  background-color: #0000;
  width: 50vw;
  position: absolute;
  margin: 9vw 0 0 44vw;
}
.Area05 {
  height: 202vw;
  overflow: hidden;
}
.Area05_01 {
  z-index: 2;
  position: absolute;
  width: 48vw;
  height: 52vw;
  top: 46vw;
  left: 2vw;
}
.Area05_02 {
  z-index: 2;
  position: absolute;
  width: 48vw;
  height: 52vw;
  top: 46vw;
  left: 50vw;
}
.Area05_03 {
  z-index: 2;
  position: absolute;
  width: 48vw;
  height: 52vw;
  top: 99vw;
  left: 2vw;
}
.Area05_04 {
  z-index: 2;
  position: absolute;
  width: 48vw;
  height: 52vw;
  top: 99vw;
  left: 50vw;
}

.Area06 .swiper-container6 img.b3 {
  width: 32vw;
  margin: 0.2vw;
}
.Area10 .swiper-container6-2 img.b3 {
  width: 31.5vw;
  margin: 0.5vw;
}

.tab-btn {
  height: 6vw;
  font-weight: bold;
  font-size: 4vw;
  display: inline-block;
  padding: 0 12vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn.active {
  color: black;
  border-color: black;
}
.main_2-tabs-buttons {
  text-align: center;
  width: 100vw;
  height: 9vw;
}
.tab-btn2,
.tab-btn3 {
  font-weight: 500;
  font-size: 4vw;
  display: inline-block;
  padding: 0 11.5vw;
  cursor: pointer;
  color: gray;
}

.tab-btn8,
.tab-btn9 {
  font-weight: 500;
  font-size: 4vw;
  display: inline-block;
  padding: 0 15vw;
  cursor: pointer;
  color: gray;
}
.tab-btn2.active,
.tab-btn3.active,
.tab-btn8.active,
.tab-btn9.active {
  color: black;
  border-color: black;
}

.tab-btn2::after,
.tab-btn3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid black;
  top: 2vw;
  margin-left: 17vw;
  display: none;
}
.tab-btn8::after,
.tab-btn9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid black;
  top: 1vw;
  margin-left: 14vw;
  display: none;
}

.tab-btn2.active::after,
.tab-btn3.active::after,
.tab-btn8.active::after,
.tab-btn9.active::after {
  display: block;
}
.tab-btn7 {
  font-weight: bold;
  font-size: 4vw;
  display: inline-block;
  padding: 0 18vw;
  height: 7vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn7.active {
  color: black;
  border-color: black;
}
.tab-btn6 {
  font-weight: bold;
  font-size: 3vw;
  display: inline-block;
  padding: 3vw 17.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn6.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn10 {
  font-weight: bold;
  font-size: 3vw;
  display: inline-block;
  padding: 3vw 17.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn10.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}

.tab-btn11 {
  font-weight: bold;
  font-size: 2.9vw;
  display: inline-block;
  padding: 3vw 0.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn11.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn12 {
  font-weight: bold;
  font-size: 2.5vw;
  display: inline-block;
  padding: 3vw 2.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn12.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn15 {
  font-weight: bold;
  font-size: 3vw;
  display: inline-block;
  padding: 3vw 2.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn15.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn15_01 {
  font-weight: bold;
  font-size: 2.8vw;
  display: inline-block;
  padding: 3vw 2.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn15_01.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn15_02 {
  font-weight: bold;
  font-size: 3vw;
  display: inline-block;
  padding: 3vw 2.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn15_02.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}
.tab-btn16 {
  font-weight: bold;
  font-size: 3vw;
  display: inline-block;
  padding: 3vw 2.5vw 1vw;
  cursor: pointer;
  color: gray;
  border-bottom: 2px solid transparent;
}
.tab-btn16.active {
  color: black; /* 选中时的字体颜色 */
  border-color: black; /* 选中时的底线颜色 */
}

.Area03 .main-tabs-buttons {
  height: 11vw;
}
.Area06 {
  height: 194vw;
  overflow: hidden;
}
.Area10 {
  height: 200vw;
  overflow: hidden;
}
.swiper-container7 {
  height: 109vw;
}
.Area06 .main-tabs-buttons {
  height: 11vw;
}
.Area10 .main-tabs-buttons {
  height: 11vw;
}
.main-tabs-buttons {
  height: 11vw;
  padding: 0 2vw;
  margin-top: 0vw;
  text-align: center;
}

.AreaBN {
  height: 75vw;
}
.AreaBN3 {
  height: 180vw;
}
.AreaBN4 {
  height: 225vw;
}
.swiper-container6 {
  width: 100vw;
  height: 125vw;
}
.swiper-container6-2 {
  width: 100vw;
  height: 125vw;
}

/* 甄選項目+品牌故事 */
.Area07 {
  height: 120vw;
}
.Area08 img {
  width: 100vw;
}
.b4 {
  width: 45.5vw;
  margin: 0.5vw;
}

/* 品牌熱搜 */
.AreaBN2 {
  position: relative;
  height: 100vw;
   overflow: visible; 
   margin-bottom: 17vw;
}
.AreaBN2 .itemMainImg{
width: calc(100vw - 7.5vw); 
margin-left: 2.5vw; 
display: block; 
pointer-events: none;
}	
.AreaBN2 .itemMore{
position: absolute; 
width: 100vw; 
height: 10vw; 
top: 100vw; 
left: 0vw;
}
.AreaBN2 .item01{
position: absolute; width: 33vw; height: 47vw; top: 10vw; left: 0vw;
}
.AreaBN2 .item02{
position: absolute; width: 33vw; height: 47vw; top: 10vw; left: 33vw;
}
.AreaBN2 .item03{
position: absolute; width: 33vw; height: 47vw; top: 10vw; left: 66vw;
}
.AreaBN2 .item04{
position: absolute; width: 33vw; height: 47vw; top: 55vw; left: 0vw;
}
.AreaBN2 .item05{
position: absolute; width: 33vw; height: 47vw; top: 55vw; left: 33vw;
}
.AreaBN2 .item06{
position: absolute; width: 33vw; height: 47vw; top: 55vw; left: 66vw;
}

@media only screen and (min-width: 767px) {
.Area02_BN {
  margin-bottom: 80px;
}
.AreaBN2 {
  --itemMainImg_w:720px;
  --AreaBN2_h:890px;
  --AreaBN2_t_h:118px;
  height: var(--AreaBN2_h);
   margin-bottom: 80px;
}
.AreaBN2 .itemMainImg {
    width: var(--itemMainImg_w);
    margin-left: auto;
    margin-right: auto;
}
.AreaBN2 .itemMore{
	position: absolute; 
	width: var(--itemMainImg_w); 
	height: 100px; 
	top: 800px; 
	left: calc( (100vw - var(--itemMainImg_w)) / 2);
}
.AreaBN2 .item01{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px; top:  var(--AreaBN2_t_h); left: calc( (100vw - var(--itemMainImg_w)) / 2);
}
.AreaBN2 .item02{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px;  top:var(--AreaBN2_t_h); left: calc((var(--itemMainImg_w) / 3) + ((100vw - var(--itemMainImg_w)) / 2));
}
.AreaBN2 .item03{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px; top:var(--AreaBN2_t_h);  left: calc((var(--itemMainImg_w) / 3 * 2) + ((100vw - var(--itemMainImg_w)) / 2));
}
.AreaBN2 .item04{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px; top: 460px; left: calc( (100vw - var(--itemMainImg_w)) / 2);
}
.AreaBN2 .item05{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px; top: 460px; left: calc((var(--itemMainImg_w) / 3) + ((100vw - var(--itemMainImg_w)) / 2));
}
.AreaBN2 .item06{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 330px; top: 460px; left: calc((var(--itemMainImg_w) / 3 * 2) + ((100vw - var(--itemMainImg_w)) / 2));
}
}

@media only screen and (min-width: 992px) {
.AreaBN2 {
  --itemMainImg_w:960px;
  --AreaBN2_h:1240px;
  --AreaBN2_t_h:150px;
  height: var(--AreaBN2_h);
   margin-bottom: 0px;
}
.AreaBN2 .itemMainImg {
    width: var(--itemMainImg_w);
}
.AreaBN2 .itemMore{
	position: absolute; 
	width: var(--itemMainImg_w); 
	height: 100px; 
	top: 1050px; 
	left: 0vw;
}
.AreaBN2 .item01{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px; top:  var(--AreaBN2_t_h); left: 0vw;
}
.AreaBN2 .item02{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px;  top:var(--AreaBN2_t_h); left: calc(var(--itemMainImg_w) / 3);
}
.AreaBN2 .item03{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px; top:var(--AreaBN2_t_h); left: calc(var(--itemMainImg_w) / 3 * 2);
}
.AreaBN2 .item04{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px; top: 600px; left:0vw;
}
.AreaBN2 .item05{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px; top: 600px;  left:calc(var(--itemMainImg_w) / 3);
}
.AreaBN2 .item06{
position: absolute; width: calc(var(--itemMainImg_w) / 3); height: 445px; top: 600px; left: calc(var(--itemMainImg_w) / 3 * 2);
}
}


.swiper-container16 .swiper-slide .link_more, 
.swiper-container15_01 .swiper-slide .link_more, 
.swiper-container12 .swiper-slide .link_more {
display: flex;
justify-content: center;
}
.swiper-container12 .swiper-slide .link_more img {
position: absolute; width: 15vw; bottom: 10.5vw;
}
.swiper-container15_01 .swiper-slide .link_more img {
position: absolute; width: 15vw; bottom: 9vw;
}
.swiper-container16 .swiper-slide .link_more img {
position: absolute; width: 15vw; bottom: 9vw; 
}
.Area07 .Area07_title img {
width: 24.7vw; margin: 0 auto;
}
.Area07 .Area07_title {
    padding:10vw 37.3vw 4vw;
    padding-top: 2vw;
}
.tab-btn10 {
    margin-bottom: 3vw;
}

.swiper-container15_02 a{
	position: absolute; 
	width: 33vw; 
	height: 47vw; 
}
.swiper-container15_02 a.item01{
    margin:6vw 0 0 0vw
}
.swiper-container15_02 a.item02{
	margin: 6vw 0 0 33vw;
}
.swiper-container15_02 a.item03{
	margin: 6vw 0 0 66vw;
}
.swiper-container15_02 a.item04{
margin: 53vw 0 0 0vw;
}
.swiper-container15_02 a.item05{
margin: 53vw 0 0 33vw;
}
.swiper-container15_02 a.item06{
margin: 53vw 0 0 66vw;"
}

.swiper-container15_02 .link_more{
position: absolute; 
width: 100vw; 
height: 10vw; 
margin: 100vw 0 0 0vw;
}
.swiper-container15_02 .bgIMG{
width: 100vw;
}

@media only screen and (min-width: 767px) {
.swiper-container12 .swiper-slide .link_more img {
    bottom: -14vw;
}
.swiper-container15_01 .swiper-slide .link_more img {
    bottom: -10vw;
}
.swiper-container16 .swiper-slide .link_more img {
    bottom: -10vw;
}
}


@media only screen and (min-width: 992px) {
.AreaSW {
	display:flex;
	flex-wrap:wrap;
}
.AreaSW .swiper-slide {
    width: 100% !important;
}

.swiper-container16,
.swiper-container_BN05,
.swiper-container15_01,
.swiper-container_BN01_01,
.swiper-container_BN01_02,
.swiper-container_BN01 {
    height: auto;
    width: 100%;
    overflow: hidden;
	padding-top: 0;
}

.tab-btn10,
.tab-btn16,
.tab-btn15_01,
.tab-btn15_02,
.tab-btn12 {
	font-size: 24px;
	padding: 30px 24px 12px;
}	
.Area04-1_txt {
  width: 100%;
  position: relative;
}
.Area04-1_img {
  width: 100%;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.Area05_bg {
  width: 100%;
  position: absolute;
}
a.Area05_a {
  width: 100%;
  height: 122vw;
  display: block;
  position: absolute;
}
.Area05_bg img {
  width: 100%;
  z-index: -1;
}
.Area07_bg01 {
  background-image: url(Area07_bg01.png?t=1755856079977);
  background-size: 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.Area07_bg02 {
  background-image: url(Area07_bg02.png?t=1755856079977);
  background-size: 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.swiper-container16 {
    height: 1160px;
	overflow: hidden;
}

.swiper-container12 {
  height: 920px;
	overflow: hidden;
}
.swiper-container15_02 {
    height: 1200px;
	overflow: hidden;
}
.swiper-container15_01 {
	height: 1280px;
	overflow: hidden;
}

.swiper-container12 img.b3, 
.swiper-container5 img.b3, 
.swiper-container7 img.b3 {
    width: 100%;
    margin: 0;
}
.swiper-container15_01 img.b3, 
.swiper-container5_01 img.b3, 
.swiper-container7 img.b3 {
    width: 100%;
    margin: 0;
    padding: 0;
}
.swiper-container16 img.b1, 
.swiper-container5 img.b1, 
.swiper-container7 img.b1, 
.swiper-container6 img.b1, 
.swiper-container6-2 img.b1 {
    width: 100%;
}
.swiper-container16 img.b3, 
.swiper-container5 img.b3, 
.swiper-container7 img.b3 {
    width: 100%;
    margin: 0vw;
    padding: 0;
}


.PD_all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
.swiper-container15_01 .PD_all {
    gap: 16px;
	margin-top: 20px;
}
.swiper-container16 .PD_all{
    gap: 16px;
	margin-top: 20px;
}

.main-tabs-buttons {
    height: auto;
    padding: 0 10px;
    margin-top: 0vw;
    text-align: center;
	width: 100%;
}

.swiper-container16 .swiper-slide .link_more,
.swiper-container15_01 .swiper-slide .link_more,
.swiper-container12 .swiper-slide .link_more{ 
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
}
.swiper-container12 .swiper-slide .link_more img{ 
    position: absolute;
    width: 140px;
    top: 720px;
}
.swiper-container15_01 .swiper-slide .link_more img{ 
    position: absolute;
    width: 140px;
    top: 1090px;
}
.swiper-container16 .swiper-slide .link_more img{ 
    position: absolute;
    width: 140px;
    top: 960px;
}

.Area07 {
	height: 1120px;
}
.Area07 .Area07_title {
	width: 240px; 
	margin: 0 auto;
	padding: 0;
	padding-top: 0;
}
.Area07 .Area07_title img {
	max-width:100%;
}
.Area07 .tab-wrap {
	height: auto;
	padding: 0 10px;
	text-align: center;
	width:100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.Area07 .swiper-slide {
    width: 100% !important;
}
.Area07 .swiper-container10 {
        overflow: hidden;
        height:100%;
        max-width: 100%;
}
.Area07 .PD_all {
    background-color: #0000;
        width: 500px;
        height: 850px;
        position: absolute;
        margin: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
}
.Area07 .PD_all .b4 {
    width: 448px;
    height: auto;
}
.Area07 .PD_all .Area05_bg a{
	display:block;
}
.swiper-container15_02 {
    height: 1200px;
	overflow: hidden;
}
.swiper-container15_02 a{
	position: absolute; 
	width: calc(920px / 3); 
	height: 425px; 
	margin: 0 !important;
}
.swiper-container15_02 a.item01{
	top: 60px;
	left: 20px;
}
.swiper-container15_02 a.item02{
	top: 60px;
	left: 330px;
}
.swiper-container15_02 a.item03{
	top: 60px;
	left: 630px;
}
.swiper-container15_02 a.item04{
	top: 495px;
	left: 20px;
}
.swiper-container15_02 a.item05{
	top: 495px;
	left: 330px;
}
.swiper-container15_02 a.item06{
	top: 495px;
	left: 630px;
}

.swiper-container15_02 .link_more{
	position: absolute;
        width: 100%;
        height: 90px;
        margin: 0;
        bottom: 0px;
}
.swiper-container15_02 .bgIMG{
	width: 100%; 
}

.Area08 {
	padding-top:80px;
}
.Area08 img {
    width: 100%;
}
}

/*PROMOT*/
.AreaPromo {
    text-align: center;
    padding: 0;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center top ;
    padding: 7vw 7vw 6vw;
    margin-bottom:  9.6vw;
   background-attachment: fixed;
   border-radius:5.8vw;
}
.AreaPromo.TopPromo {
    margin-bottom:  7vw;
}
.AreaPromo .promo-title {
    font-weight: bold;
    margin-bottom: 5vw;
    color: #000;
    font-size: 6vw;
    text-shadow: 
      0 0 16px rgba(255,255,255,0.8),
      0 0 24px rgba(255,255,255,0.6),
      0 0 32px rgba(255,255,255,0.4);
}
.AreaPromo .promo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    justify-content: center;
	flex-direction:column;
	margin:0 auto;
}
.AreaPromo .promo-tag {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease;
    width: 100%;
}
.AreaPromo .promo-tag img{
	  width:100%;
	  height:auto;
}
.AreaPromo .promo-tag:hover {
    transform: translateY(-4px);
}


@media only screen and (min-width: 767px) {
.AreaPromo {
    padding: 100px 0;
    margin-bottom: 100px;
}
.AreaPromo .promo-title {
    margin-bottom: 40px;
	font-size: 7vw;
}
.AreaPromo .promo-container {
    gap: 20px;
	max-width:580px;
}
}

@media only screen and (min-width: 992px) {
.AreaPromo {
    padding: 3.5vw 0vw 2.8vw;
    margin-bottom: 5vw;
	border-radius: 32px;
}
.AreaPromo.TopPromo {
    margin-bottom: 3.2vw;
}	
.AreaPromo .promo-title {
    margin-bottom: 40px;
	font-size: 2.6vw;
}
.AreaPromo .promo-container {
    gap: 20px;
	max-width:720px;
}
}
