#logo_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 65px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1140px;
  width: 100%;
  border-bottom: 2px solid black;
}

#logo_box .swiper-slide {
  width: auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#logo_box .swiper-slide img {
  opacity: 0;

}

#logo_box .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#logo_box .icon_h{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#logo_box .swiper-button-next,
#logo_box .swiper-button-prev {
  background-image: url("../images/arrow.png");
  background-size: 15px;
}

#logo_box .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

#logo_box .swiper-container {
  width: calc(100% - 120px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  /* #logo_box .swiper-slide:hover img {
    opacity: 0;
  } */

  #logo_box .swiper-slide:hover .icon {
    opacity: 0;
  }

  #logo_box .swiper-slide:hover .icon_h {
    opacity: 1;
  }
}

@media only screen and (max-width: 1300px) {
    #logo_box .swiper-slide .icon {
      opacity: 1;
    }

    #logo_box .swiper-slide .icon_h {
      opacity: 0;
    }
}
@media only screen and (max-width: 1150px) {
  #logo_box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  section.data .item {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 650px) {
  #logo_box {
    width: calc(100% - 70px);
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #logo_box .swiper-container {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
  #logo_box .swiper-slide {
    width: 47.5%;
  }
  #logo_box .swiper-button-next,
  #logo_box .swiper-button-prev {
    display: block;
  }
  #logo_box .swiper-button-next {
    right: 0;
  }
  #logo_box .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
  }
}

.category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 65px;
  max-width: 1140px;
  width: 100%;
}

.product_box {
  position: relative;
  display: block;
  margin: 0 16px 40px;
}

.product_box:nth-child(3n+1) {
  margin-left: 0;
}

.product_box:nth-child(3n+3) {
  margin-right: 0;
}

.product_box.long_box {
  height: auto;
}

.product_box.long_box .box {
  height: 580px;
}

.product_box.long_box .box > img {
  top: 0;
  bottom: auto;
}

.product_box.long_box .box .more > img {
  top: -37px;
}

.product_box .box {
  position: relative;
  display: block;
  max-width: 358px;
  max-height: 224px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

.product_box .box .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box .box .more {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 51;
  overflow: hidden;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9);
  transform: translate3d(0, 0, 100px) scale(0.9);
  pointer-events: none;
}

.product_box .box .more span {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 5;
  padding: 2px 30px;
  background-color: #ad5797;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: rotateX(90deg) rotateY(90deg);
  transform: rotateX(90deg) rotateY(90deg);
  -webkit-transform-origin: 18% 51%;
  -ms-transform-origin: 18% 51%;
  transform-origin: 18% 51%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box .name {
  display: block;
  margin-top: 15px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

.product_box .box:hover .more .line {
  opacity: 1;
}

@media only screen and (max-width: 1150px) {
  .category {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .product_box .box .more .line {
    opacity: 1;
  }
  .product_box {
    margin: 0 12px 30px;
  }
  .product_box:nth-child(2n+1) {
    margin-right: 12px;
    margin-left: 0;
  }
  .product_box:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 12px;
  }
  .product_box:nth-child(3n+3) {
    margin-right: 12px;
    margin-left: 0;
  }
  .product_box:last-child {
    margin-bottom: 0;
  }
  .product_box .box {
    width: 43vw;
    height: 27vw;
  }
}

@media only screen and (max-width: 650px) {
  .category {
    margin-bottom: 50px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .product_box .box {
    width: 100%;
    height: calc(70vw - 66px);
  }
  .product_box .name {
    margin-top: 10px; width: 80vw;
  }
  .product_box:nth-child(n) {
    margin-right: auto;
    margin-left: auto;
  }
}

.page_content > * {
  opacity: 0;
}

.t1 {
  font-size: 30px;
  font-weight: 700;
}

.t2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.page_title {
  position: relative;
  margin-bottom: 60px;
}

.page_title .t1 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page_title .slash {
  width: 2px;
  height: 45px;
  background-color: #000;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  margin-bottom: 20px;
}

.page_title .t2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.page_title .note {
  width: 400px;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #000;
}

p.article {
  position: relative;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 130px;
  column-gap: 130px;
  color: #515151;
  font-size: 15px;
  line-height: 1.45em;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}

p.article:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
}

.flex_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.flex_2 .t2 {
  max-width: 250px;
}

.flex_2 p {
  width: 70%;
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

section.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

section.data .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

section.data .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

section.data .item_slash {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: rgba(0, 0, 0, 0.26);
  margin: 0 20px;
  width: 2px;
  height: 60px;
}

section.data .sign {
  font-size: 15px;
  font-weight: 700;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

section.data .big_num {
  font-size: 75px;
  font-weight: 700;
  line-height: 0.8em;
}

section.data .font {
  font-size: 12px;
  min-width: 80px;
  max-width: 100px;
  line-height: 1.35em;
  letter-spacing: 0.05em;
}

.product_box {
  opacity: 0;
}

/* @media only screen and (max-height: 800px) and (min-width: 1300px){
  section.data .big_num{
    font-size: 42px;
  }
  section.data .item_slash{
    margin: 0 13px;
    width: 2px;
    height: 34px;
  }
  .product_box{
    width: 30.8%;
  }
  .product_box .box{
    max-height: 164px;
  }
  #logo_box .swiper-container{
    width: calc(100% - 170px);
  }
} */

@media only screen and (max-width: 1150px) {
  .page_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page_title {
    margin-bottom: 45px;
  }
  .page_title .note {
    width: 100%;
  }
  p.article {
    -webkit-column-gap: 90px;
    column-gap: 90px;
  }
  .flex_2 p {
    width: 60%;
  }
  .flex_2 {
    margin-top: 55px;
  }
  .category {
    padding-left: 0;
    padding-right: 0; flex-direction: column; align-items: center;
  }
	
  .product_box:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .product_box:nth-child(2n+1) {
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .product_box .box {
    width: 40vw;
    height: 25vw;
  }
}

@media only screen and (max-width: 650px) {
  .page_content {
    padding-left: 0;
    padding-right: 0; margin-top: 35px;
  }
  header #inner .more_info {
    display: none;
  }
  .page_title,
  p.article {
    width: calc(100% - 70px);
    margin-right: auto;
    margin-left: auto;
  }
  .page_title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .page_title .t1 {
    width: 220px;
  }
  .page_title .slash {
    height: 30px;
    margin-bottom: 12px;
  }
  .page_title .t2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  p.article {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 130px;
    column-gap: 130px;
  }
  p.article:before {
    display: none;
  }
  .flex_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 35px;
    padding-right: 35px;
  }
  .flex_2 .t2{
      margin-bottom: 20px;
  }
  .flex_2 p {
    width: 100%;
  }
  section.data {
    position: relative;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
  }
  section.data .big_num {
    margin-right: 15px;
    font-size: 50px;
  }
  section.data .item_slash {
    height: 40px;
  }
  section.data .item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.data .item:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
  .product_box .box {
    width: 80vw;
    height: 50vw;
    margin: 0 auto 17px;
  }
  .product_box:nth-child(n+1) {
    margin: 0 auto 45px;
  }
  .product_box:nth-child(n+1):last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=web_about.css.map */
