@media print, screen and (min-width: 899.98px) {
.aboutus-distribution-arrives-kv{background-image: url("/assets/image/aboutus/distribution/arrives/kv_pc.jpg");}
.aboutus-distribution-arrives-kv + .aboutus-distribution-arrives_section{padding-bottom: 60px;}
}
@media screen and (max-width: 899.96px) {
.aboutus-distribution-arrives-kv{background-image: url("/assets/image/aboutus/distribution/arrives/kv_sp.jpg");}
.aboutus-distribution-arrives_section .st-title01{margin-bottom: 20px;}
}

.aboutus-distribution-arrives_section .st-swichwrap01 {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: relative;
}
.aboutus-distribution-arrives_section .st-swichwrap01 .st-swichtab01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 100%;
  color: #535353;
  transition: 0.3s;
  cursor: pointer;
  padding-bottom: 1em;
}
.aboutus-distribution-arrives_section .st-swichwrap01 .st-swichtab01::before {
  display: block;
  content: "";
  background: transparent no-repeat 0 100%;
  background-image: url("/assets/image/user/bridal/icn-arrow.svg");
  background-size: contain;
  width: 13.98px;
  height: 7.69px;
  margin: 0 auto;
  bottom: 17px;
  position: absolute;
}
.aboutus-distribution-arrives_section .st-swichwrap01 .st-swichtab01.active {
  background: #000000;
  color: #FFFFFF;
}
.aboutus-distribution-arrives_section .st-swichwrap01 .st-swichtab01.active::before {
  background-image: url("/assets/image/user/bridal/icn-arrow-w.svg");
}
.aboutus-distribution-arrives_section .st-swichwrap01 .st-swichtab01.active::after {
  display: block;
  content: "";
  background: url(/assets/image/gradation.svg) #000 no-repeat 0 100%;
  background-size: 100%;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutus-distribution-arrives_section .st-swichwrap01.st-swichwrap01--bottom .st-swichtab01{padding-top: 1em; padding-bottom: 0;}
.aboutus-distribution-arrives_section .st-swichwrap01.st-swichwrap01--bottom .st-swichtab01::before{
 transform: rotate(180deg); bottom: inherit; top: 17px;
}
.aboutus-distribution-arrives_section .st-swichwrap01.st-swichwrap01--bottom .st-swichtab01::after{
top: 0;
}

.arrives-tab-img{max-width: 800px; margin: 0 auto 30px;}