@charset "utf-8";

.static {
  position: relative;
}

@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}
.container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

/* br */
.only580 {
  display: none;
}
.only380 {
  display: none;
}
.none380 {
  display: block;
}
@media (max-width: 580px) {
  .only580 {
    display: block;
  }
}
@media (max-width: 380px) {
  .only380 {
    display: block;
  }
  .none380 {
    display: none;
  }
}

h2 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 10;
}
h2 .titleBorder {
  display: block;
  width: 930px;
  height: 5px;
  margin: 5px 0 10px;
}

/* titleCont */
.titleCont {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

h2 + .circleImg {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/html/user_data/assets/img/select-suitcase/circleImg01.webp") no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 645px;
  height: 600px;
}
@media (min-width: 768px) {
  h2 + .circleImg {
    background: url("/html/user_data/assets/img/select-suitcase/circleImg01@2x.webp") no-repeat;
    background-size: contain;
  }
}
.no-webp h2 + .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg01.png") no-repeat;
  background-size: contain;
}

h3 {
  display: flex;
  align-items: center;
  width: 550px;
  height: 85px;
  padding: 0 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  color: #fff;
}
h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.095em;
  line-height: 1.588;
}
p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.095em;
  line-height: 1.647;
}

@media (max-width: 1100px) {
  h3 {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  .titleCont {
    height: 500px;
    margin: 0 auto 100px;
  }
  h2 .titleBorder {
    width: 760px;
  }
  h2 + .circleImg {
    max-width: 560px;
    height: 500px;
  }
}
@media (max-width: 850px) {
  .titleCont {
    height: 405px;
  }
  h2 .titleBorder {
    width: 700px;
  }
  h2 + .circleImg {
    max-width: 450px;
    height: 405px;
  }
}
@media (max-width: 768px) {
  .titleCont {
    width: 100%;
    height: 480px;
    margin: 0 auto 50px;
    padding: 0 10%;
    align-items: flex-end;
  }
  h2 .titleBorder {
    width: 80vw;
  }
  h2 + .circleImg {
    max-width: 450px;
    height: 405px;
  }
}
@media (max-width: 625px) {
  h3 {
    width: 80vw;
    padding: 0 0 0 15px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h2 + .circleImg {
    background-size: cover;
    max-width: 90%;
    height: 90vw;
  }
}
@media (max-width: 450px) {
  .titleCont {
    height: 420px;
  }
  h2 {
    font-size: 23px;
  }
  h2 .titleBorder {
    height: 3px;
  }
  h3 {
    font-size: 4vw;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 380px) {
  h3 {
    font-size: 18px;
  }
}

/* productArea */
.productArea {
  margin: 50px 0 0;
  font-size: 14px;
  letter-spacing: 0.095em;
  line-height: 1.733;
}
.productArea ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.productArea ul li {
  width: calc(100% / 3);
  list-style: none;
  position: relative;
  transition-duration: 0.5s;
}
.productArea ul li:hover {
  box-shadow: 0px 1px 7px 2px rgb(179 182 183 / 50%);
}
.productArea ul li:nth-child(2) {
  margin: 0 20px;
}
.productArea ul li a {
  display: flex;
  flex-direction: column;
}
.productArea ul li a span.shadowBlock {
  position: relative;
  margin: 0 0 10px;
}
/* .productArea ul li a span.shadowBlock::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 75%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  filter: blur(4px);
  transform: translateY(0) scale(1);
  mix-blend-mode: multiply;
} */
@media (max-width: 550px) {
  .productArea ul {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .productArea ul li {
    width: 100%;
  }
  /* .productArea ul li:nth-child(1) {
    margin: 50px;
  } */
  .productArea ul li:nth-child(2) {
    margin: 50px auto;
  }
  .productArea ul li:nth-child(3) {
    margin: 0;
  }
  .productArea ul li a {
    flex-direction: column;
  }
  .productArea ul li a span.shadowBlock {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 400px) {}

/* txtArea */
.txtArea:nth-of-type(1) {
  margin: 50px 0 0;
}
.txtArea:nth-of-type(2) {
  margin: 50px 0 0;
}
.txtArea.cap {
  margin: 50px 0 0;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 1.714;
}
.txtArea.cap .captionTitle {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.smallCont .smallTxt,
.mediumCont .mediumTxt,
.largeCont .largeTxt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .smallCont .smallTxt,
  .mediumCont .mediumTxt,
  .largeCont .largeTxt {
    width: 930px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 1000px) {
  .smallCont .smallTxt,
  .mediumCont .mediumTxt,
  .largeCont .largeTxt {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .smallCont .smallTxt, 
  .mediumCont .mediumTxt, 
  .largeCont .largeTxt {
      width: 80vw;
  }
}

/* button */
a.suitcaseBtn {
  display: block;
  min-width: 20.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding: 1.15em 1.286em 1em;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #272727;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 7px -2px #808080;
  border-radius: 20px;
}
a.suitcaseBtn:hover {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
@media (min-width: 768px) {
  a.suitcaseBtn {
    font-size: 0.8em;
    padding-top: 1.26em;
    padding-bottom: 1em;
    min-width: 16em;
  }
}

.smallWrap {
  margin: 0 0 100px;
}
.mediumWrap {
  margin: 0 0 100px;
}
.largeWrap {
  margin: 0 0 150px;
}
@media (max-width: 1200px) {}

/* smallCont */
.smallCont {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
.smallCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg02.webp") no-repeat;
  background-size: contain;
  width: 44%;
  height: calc(100vw / 1.15);
}
@media (min-width: 768px) {
  .smallCont .circleImg {
    background: url("/html/user_data/assets/img/select-suitcase/circleImg02@2x.webp") no-repeat;
    background-size: contain;
  }
}
.no-webp .smallCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg02.png") no-repeat;
  background-size: contain;
}

/* mediumCont */
.mediumCont {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.mediumCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg03.webp") no-repeat;
  background-size: contain;
  width: 43%;
  height: calc(100vw / 1.15);
}
@media (min-width: 768px) {
  .mediumCont .circleImg {
    background: url("/html/user_data/assets/img/select-suitcase/circleImg03@2x.webp") no-repeat;
    background-size: contain;
  }
}
.no-webp .mediumCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg03.png") no-repeat;
  background-size: contain;
}

/* largeCont */
.largeCont {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
.largeCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg04.webp") no-repeat;
  background-size: contain;
  width: 44%;
  height: calc(100vw / 1.15);
}
@media (min-width: 768px) {
  .largeCont .circleImg {
    background: url("/html/user_data/assets/img/select-suitcase/circleImg04@2x.webp") no-repeat;
    background-size: contain;
  }
}
.no-webp .largeCont .circleImg {
  background: url("/html/user_data/assets/img/select-suitcase/circleImg04.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .smallCont, .mediumCont, .largeCont {
    flex-direction: column;
  }
  .mediumCont .circleImg {
    margin: 0 0 0 0;
    align-self: flex-end;
  }
}

/* footCont */
.footCont {
  width: 100%;
  margin: 0 auto 150px;
}
body[data-global-color="3"] .hero-category::before {
  background: linear-gradient(to right, #d31e47, #f37a21);
}
body[data-global-color="4"] .hero-category::before {
  background: linear-gradient(to right, #d31e47, #f37a21);
}
body[data-global-color="5"] .hero-category::before {
  background: linear-gradient(to right, #ffc113, #81c341);
}
body[data-global-color="6"] .hero-category::before {
  background: linear-gradient(to right, #ffc113, #81c341);
}
body[data-global-color="7"] .hero-category::before {
  background: linear-gradient(to right, #6ac6b1, #3393d0);
}
body[data-global-color="8"] .hero-category::before {
  background: linear-gradient(to right, #6ac6b1, #3393d0);
}
body[data-global-color="9"] .hero-category::before {
  background: linear-gradient(to right, #04559f, #c31e8c);
}
body[data-global-color="10"] .hero-category::before {
  background: linear-gradient(to right, #04559f, #c31e8c);
}
.footTxt {
  width: 930px;
  margin: 0 auto 100px;
}
@media (max-width: 1000px) {
  .footTxt {
    width: 760px;
  }
}
@media (max-width: 850px) {
  .footTxt {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .footTxt {
    width: 80vw;
  }
}

.shop-by-color-logo {
  width: 20em;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .shop-by-color-logo {
    width: 20em;
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  .shop-by-color-logo {
      width: 17em;
      right: 10%;
  }
}
@media (min-width: 1200px) {
  .shop-by-color-logo {
      width: 20em;
  }
}


@media (max-width: 768px) {
  .promotion-banner .hero-category h4 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .promotion-banner .hero-category h4 {
    font-size: 4.5vw;
  }
}
