.x2-category {
  background-color: #000000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.x2-category img {
  width: 100%;
}

.x2-category sup{
  font-size: 0.7em;
}

.x2-category sup a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.x2-category .txt-48-32 {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1.25;
  font-weight: bold;
}

.x2-category .txt-28-20 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1.25;
}

.x2-category .txt-20-16 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.6;
}

.x2-category .txt-16-10 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
  white-space: nowrap;
}

.x2-category .category-kv {
  width: 100%;
  height: 100vh;
  height: 100%;
  /* overflow: hidden; */
  position: relative;
  opacity: 0;
}

.x2-category .category-kv img {
  width: 100%;
  height: 100vh;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.x2-category .category-kv .kv-title {
  position: absolute;
  top: 168px;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
}

.x2-category .category-kv .kv-title1 {
  transform: translateY(2vw);
}

.x2-category .category-kv .kv-title2 {
  transform: translateY(2.5vw);
}

.x2-category .category-kv .kv-title3 {
  transform: translateY(3vw);
}

.x2-category .category-kv .kv-title.active,
.x2-category .category-kv.active {
  opacity: 1;
  transition: 0.5s opacity 0.5s ease-in-out;
}

.x2-category .category-kv .kv-title.active .kv-title1,
.x2-category .category-kv .kv-title.active .kv-title2,
.x2-category .category-kv .kv-title.active .kv-title3 {
  transform: translateY(0);
  transition: 0.5s transform 0.5s ease-in-out;
}

.x2-category .category-kv .margin-17-17 {
  margin: 16px auto;
  margin: 8px auto;
}

.x2-category .category-kv .kv-price {
  position: absolute;
  bottom: 80px;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.x2-category .category-kv .kv-price .mb-24 {
  margin-bottom: 24px;
}

@media screen and (min-width: 1920px) {
}

.x2-category .category-kv .kv-btn {
  width: 384px;
  display: flex;
  justify-content: space-between;
}

.x2-category .category-kv .kv-btn .btn {
  width: 180px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  padding: 11.5px 0;
  text-align: center;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}

.x2-category .category-kv .kv-btn .btn1 {
  background-color: #FFFFFF;
  color: #000000;
}

.x2-category .category-kv .kv-btn .btn1:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0);
}

.x2-category .category-kv .kv-btn .btn2:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.x2-category .category-s1 {
  width: 1200px;
  margin: 120px auto 0;
  padding-bottom: 80px;
}

.x2-category .category-s1 .flex-none {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x2-category .category-s1 .s1-con {
  position: relative;
}

.x2-category .category-s1 .s1-con .s1-img {
  width: 100%;
  overflow: hidden;
}

.x2-category .category-s1 .s1-con img {
  transition: 0.5s all ease-in-out;
  transform-origin: 50% 50%;
}

.x2-category .category-s1 .s1-con:hover img {
  transform: scale(1.1);
}

.x2-category .category-s1 .s1-title {
  width: 100%;
  position: absolute;
  top: 39px;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.x2-category .category-s1 .txt-48-40-24 {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 8px;
}

.x2-category .category-s1 .txt-32-24-14 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 9px;
  margin-bottom: 8px;
}

.x2-category .category-s1 .txt-20-14 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.6;
}
.x2-category .category-s1 .txt-20-14 a {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.6;
}

.x2-category .category-s1 .txt-16-14 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
  cursor: pointer;
}
.x2-category .category-s1 .txt-16-14 a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
  cursor: pointer;
}


.x2-category .category-s1 .flex-cen {
  display: inline-flex;
  align-items: center;

}

.x2-category .category-s1 .s1-arrow img {
  width: 18px;
  height: 18px;
}

.x2-category .category-s1 .s1-con div:nth-child(2) {
  margin-bottom: 16px;
}

/* .x2-category .category-s1 .txt-16-14:hover{
  opacity: .9;
} */
.x2-category .category-s1 .s1-con1 .s1-title {
  top: 55px;
  top: 58px;
}

.x2-category .category-s1 .s1-con1 {
  /* width: 1200px; */
  margin-bottom: 16px;
}

.x2-category .category-s1 .s1-con2 {
  width: 389px;
}

.x2-category .category-s1 .s1-con3 {
  width: 390px;
}

.x2-category .category-s1 .s1-con4 {
  width: 389px;
}

.section-footnote {
  width: 1200px;
  margin: 0 auto;
  /* border-top: 1px solid #414141; */
  color: #969699;
  font-size: 12px;
  padding: 80px 0;
}

.section-footnote ol {
  margin: 0;
  padding: 0;
  padding-left: 14px;
}

.section-footnote ol li {
  line-height: 1.6;
  list-style-type: decimal;
  margin-top: 0.5em;
}

.section-footnote ol li.current {
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .x2-category .category-kv,
  .x2-category .category-kv img{
    height: 800px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919.9px) {
  /* .x2-category .category-kv{
    height: auto;
  } */
  .x2-category .category-kv .kv-title {
    top: 128px;
    top: 130px;
  }

  .x2-category .category-kv .kv-price {
    bottom: 40px;
    bottom: 56px;
  }

  .x2-category .category-s1 {
    width: 73.33vw;
    width: calc(880px + (1200 - 880)*(100vw - 1200px)/(1920 - 1200));
  }

  .x2-category .category-s1 .s1-con1 {
    /* width: 73.33vw; */
  }

  .x2-category .category-s1 .flex-none {
    display: flex;
    justify-content: space-between;
  }

  .x2-category .category-s1 .s1-con2 {
    /* width: calc(33.97% - 16px); */
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  .x2-category .category-s1 .s1-con2 .s1-img {
    /* width: 23.58vw; */
    width: 100%;
  }

  .x2-category .category-s1 .s1-con3 {
    /* width: calc(33.86% - 16px); */
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  .x2-category .category-s1 .s1-con3 .s1-img {
    /* width: 23.5vw; */
    width: 100%;
  }

  .x2-category .category-s1 .s1-con4 {
    width: calc((100% - 32px) / 3);
  }

  .x2-category .category-s1 .s1-con4 .s1-img {
    width: 100%;
  }

  .section-footnote {
    width: 73.33vw;
    width: calc(880px + (1200 - 880)*(100vw - 1200px)/(1920 - 1200));
  }
  .x2-category .category-kv .kv-price .mb-24 {
    margin-bottom: 24px;
  }

  /* .x2-category .category-s1 div:nth-child(2) {
    margin-bottom: 0;
} */
}

/* @media screen and (min-width: 1360px) and (max-width: 1919.9px) {
  .section-footnote {
    width: calc(100vw - 320px);
  }
} */

@media screen and (min-width: 1490px) and (max-width: 1510px){
  .x2-category .category-s1 .s1-con3 {

      width: calc(33.57% - 16px);
  }
  
  .x2-category .category-s1 .s1-con2 {
  
      width: calc(33.7% - 16px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.9px) {
  .x2-category .category-kv {
    height: 100%;
  }

  .x2-category .category-kv .kv-price {
    bottom: 40px;
    bottom: 96px;
  }

  .x2-category .category-kv img {
    width: auto;
    height: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .x2-category .txt-48-32 {
    font-size: 40px;
  }

  .x2-category .category-kv .kv-title {
    top: 128px;
    top: 107px;
  }

  .x2-category .category-s1 .flex-none {
    display: flex;
    /* justify-content: flex-start; */
  }

  .x2-category .category-s1 {
    width: calc(100vw - 64px);
    max-width: 822px;
    margin: 56px auto 0;
  }

  .x2-category .category-s1 .s1-title {
    position: absolute;
    top: 23px;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .x2-category .category-s1 .txt-48-40-24 {
    font-size: 40px;
  }

  .x2-category .category-s1 .txt-32-24-14 {
    font-size: 24px;
  }

  .x2-category .txt-28-20 {
    font-size: 20px;
  }

  .x2-category .txt-20-16 {
    font-size: 16px;
  }

  .x2-category .category-kv .kv-price .txt-20-16 {
    font-size: 20px;
  }

  .x2-category .category-kv .margin-17-17 {
    margin: 8px auto 16px;
  }

  .x2-category .category-s1 .s1-con1 .s1-title {
    top: 39px;
    top: 43px;
  }

  .x2-category .category-s1 .s1-con1 {
    width: 100%;
  }

  .x2-category .category-s1 .s1-con2 {
    width: 31.81819%;
    width: calc( (100% - 32px ) /3 );
    margin-right: 16px;
  }

  .x2-category .category-s1 .s1-con2 .s1-img {
    width: 100%;
  }

  .x2-category .category-s1 .s1-con3 {
    width: 31.81819%;
    width: calc( (100% - 32px ) /3 );
    margin-right: 16px;
  }

  .x2-category .category-s1 .s1-con3 .s1-img {
    width: 100%;
  }

  .x2-category .category-s1 .s1-con4 {
    width: 31.81819%;
    width: calc( (100% - 32px ) /3 );
  }

  .x2-category .category-s1 .s1-con4 .s1-img {
    width: 100%;
  }

  .x2-category .category-s1 .s1-con div:nth-child(2) {
    margin-bottom: 8px;
  }

  /* .x2-category .category-s1 div:nth-child(2) {
    margin-bottom: 0;
} */

  .section-footnote {
    width: calc(100vw - 64px);
    max-width: 822px;
    margin: 0 auto;
    /* border-top: 1px solid #414141; */
    color: #969699;
    font-size: 12px;
    padding: 80px 0;
  }

  .section-footnote ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }

  .section-footnote ol .section-footnote ol li {
    line-height: 1.6;
    list-style-type: decimal;
  }

  .section-footnote ol li.current {
    color: white;
  }
}

@media screen and (max-width: 767.9px) {
  .x2-category .category-kv {
    height: auto;
    height: 600px;
  }

  .x2-category .category-kv img {
    width: 100%;
    height: auto;
    height: 600px;
    -o-object-fit: initial;
    object-fit: initial;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .x2-category .txt-48-32 {
    font-size: 32px;
  }

  .x2-category .txt-28-20 {
    font-size: 20px;
  }

  .x2-category .txt-20-16 {
    font-size: 16px;
  }

  .x2-category .txt-16-10 {
    font-size: 10px;
  }

  .x2-category .category-kv .kv-title {
    top: 100px;
  }

  .x2-category .category-kv .kv-price {
    bottom: 40px;
    bottom: 56px;
  }

  .x2-category .category-kv .margin-17-17 {
    margin: 8px auto 16px;
  }

  .x2-category .category-kv .kv-price .mb-24 {
    margin-bottom: 16px;
  }

  .x2-category .category-kv .kv-btn {
    width: 256px;
    width: 252px;
  }

  .x2-category .category-kv .kv-btn .btn {
    width: 120px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    padding: 10.35px 0;
  }

  .x2-category .category-kv .kv-btn .btn1:hover {
    border: 1px solid rgba(255, 255, 255, 0);
  }

  .x2-category .category-kv .kv-btn .btn2:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }

  .x2-category .category-s1 {
    width: calc(100vw - 32px);
    max-width: 410px;
    margin: 56px auto 0;
  }

  .x2-category .category-s1 .s1-title {
    top: 31px;
    top: 37px;
  }

  .x2-category .category-s1 .txt-48-40-24 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-bottom: 4px;
  }

  .x2-category .category-s1 .txt-32-24-14 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-bottom: 4px;
  }

  .x2-category .category-s1 .txt-20-14 {
    font-size: 14px;
  }
  .x2-category .category-s1 .txt-20-14 a {
    font-size: 14px;
  }

  .x2-category .category-s1 .txt-16-14 {
    font-size: 14px;
  }
  .x2-category .category-s1 .txt-16-14 a {
    font-size: 14px;
  }

  .x2-category .category-s1 .flex-none {
    flex-wrap: wrap;
  }

  .x2-category .category-s1 .s1-con div:nth-child(2) {
    margin-bottom: 8px;
  }

  .x2-category .category-s1 .s1-con1 .s1-title {
    top: 31px;
    top: 37px;
  }

  .x2-category .category-s1 .s1-con1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .x2-category .category-s1 .s1-con2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .x2-category .category-s1 .s1-con3 {
    width: 100%;
    margin-bottom: 16px;
  }

  .x2-category .category-s1 .s1-con4 {
    width: 100%;
  }

  .section-footnote {
    width: calc(100vw - 32px);
    max-width: 410px;
    font-size: 12px;
    padding: 60px 0;
  }

  .section-footnote ol {
    padding-left: 14.4px;
  }
}

@media screen and (max-width: 767.9px) and (min-width: 676.9px) {
  /* .x2-category .category-kv {
    width: auto;
    height: 100vh;
  }

  .x2-category .category-kv img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  } */


}
