#main .visual {
  height: 650px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 980px) {
  #main .visual {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  #main .visual {
    height: auto;
    flex-direction: column;
  }
}
#main .visual .visual_slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#main .visual .visual_slide > div {
  height: 100%;
}
#main .visual .visual_slide .visual_slide_list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
#main .visual .visual_slide .visual_slide_list li {
  display: none;
  height: 100%;
}
#main .visual .visual_slide .visual_slide_list li:first-child, #main .visual .visual_slide .visual_slide_list li.slick-slide {
  display: block;
}
#main .visual .visual_slide .visual_slide_list li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main .visual .visual_slide .slick-list,
#main .visual .visual_slide .slick-track {
  height: 100%;
}
#main .visual .l {
  position: relative;
  flex: 1 1 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 34px 39px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .visual .l {
    flex: 0 0 300px;
    padding: 24px 17px;
  }
}
#main .visual .l .e {
  padding: 14px 0;
  font-family: Oswald;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 980px) {
  #main .visual .l .e {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #main .visual .l .e {
    padding: 10px 0;
    font-size: 35px;
  }
}
#main .visual .l .j {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .visual .l .j {
    font-size: 15px;
  }
}
#main .visual .r {
  flex: 0 0 420px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #main .visual .r {
    flex: 0 0 50%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .visual .r {
    flex-basis: auto;
    padding: 40px 0 0;
  }
}
[lang="en"] #main .visual .r {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #main .visual .r .logo img {
    width: 110px;
  }
}
#main .visual .r h3 {
  margin: 115px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  #main .visual .r h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .visual .r h3 {
    margin-top: 51px;
    font-size: 18px;
    line-height: 1;
  }
}
[lang="en"] #main .visual .r h3 {
  font-weight: 500;
}
#main .visual .r p {
  margin: 27px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .visual .r p {
    margin-top: 24px;
    line-height: 1.86667;
  }
}
#main .visual .r span.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .visual .r span.pc-br {
    display: inline;
  }
}
#main ul.categories {
  position: relative;
  z-index: 2;
  list-style: none;
  max-width: 1000px;
  width: 100%;
  margin: 53px auto;
  padding: 0 10px 0 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main ul.categories {
    margin: 28px 0 35px;
    padding: 0 10px;
    gap: 15px 10px;
  }
}
#main ul.categories li {
  flex: 0 0 190px;
  margin: 7.5px;
}
@media screen and (max-width: 767px) {
  #main ul.categories li {
    margin: 0;
    flex: 0 0 31%;
  }
}
#main ul.categories li a {
  display: block;
  border: 1px solid #50548c;
  border-radius: 30px;
  background-color: #fff;
  padding: 7.5px 10px;
  color: #50548c;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main ul.categories li a {
    padding: 7.5px 5px;
    font-size: 12px;
  }
}
#main ul.categories li a:hover {
  background-color: #50548c;
  color: #fff;
}
#main .category {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #main .category {
    padding-bottom: 7px;
  }
  #main .category[id] {
    padding-top: 50px;
    margin-top: -50px;
  }
}
#main .category .lead {
  background-color: #f2f3fe;
  padding: 51px 0 75px;
}
@media screen and (max-width: 980px) {
  #main .category .lead {
    padding: 31px 0 30px;
  }
}
#main .category .lead h4 {
  margin: 0 110px;
  color: #50548c;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 980px) {
  #main .category .lead h4 {
    margin: 0 35px;
    font-size: 22px;
  }
}
#main .category .lead h4::before {
  position: absolute;
  display: block;
  background-color: #50548c;
  height: 1px;
  width: 90px;
  top: 16px;
  left: -110px;
}
@media screen and (max-width: 980px) {
  #main .category .lead h4::before {
    left: -35px;
    width: 25px;
    top: 9px;
  }
}
#main .category .lead p {
  margin: 13px 110px 0;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #main .category .lead p {
    margin: 16px 35px 0;
    font-size: 15px;
    line-height: 1.46667;
  }
}
#main .category .lead .pics {
  position: relative;
  margin: 38px auto 0;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 530px;
}
@media print, screen and (max-width: 1200px) {
  #main .category .lead .pics {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics {
    display: block;
    margin: 33px auto 0;
    column-count: 2;
    column-gap: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div {
    max-width: 97%;
  }
}
#main .category .lead .pics > div:nth-child(1) {
  grid-area: 1 / 1 / 4 / 3;
}
#main .category .lead .pics > div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(2) {
    display: none;
  }
}
#main .category .lead .pics > div:nth-child(3) {
  grid-area: 2 / 3 / 4 / 4;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(3) {
    margin-top: 7px;
    margin-left: 0;
  }
}
#main .category .lead .pics > div:nth-child(4) {
  grid-area: 1 / 4 / 3 / 5;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(4) {
    margin-left: 7px;
  }
}
#main .category .lead .pics > div:nth-child(5) {
  grid-area: 3 / 4 / 4 / 5;
  margin-left: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(5) {
    margin-left: 7px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(1), #main .category .lead .pics > div:nth-child(5) {
    aspect-ratio: 77/64;
  }
}
@media screen and (max-width: 767px) {
  #main .category .lead .pics > div:nth-child(4), #main .category .lead .pics > div:nth-child(5) {
    margin-left: 4px;
  }
}
#main .category .lead .pics > div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main .category .lead ._pics {
  margin: 33px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  max-height: calc(73vw - 280px);
}
@media screen and (max-width: 767px) {
  #main .category .lead ._pics {
    margin-top: 30px;
    max-height: 144vw;
  }
}
#main .category .lead ._pics div {
  flex: 0 1 auto;
}
#main .category .lead ._pics div img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
@media print, screen and (min-width: 768px) {
  #main .category .lead ._pics div {
    margin: 5px;
    width: calc(25vw - 110px);
  }
  #main .category .lead ._pics div:nth-child(1) {
    width: calc(50vw - 200px);
  }
  #main .category .lead ._pics div:nth-child(1) img {
    aspect-ratio: 50 / 53;
  }
  #main .category .lead ._pics div:nth-child(2) img, #main .category .lead ._pics div:nth-child(5) img {
    aspect-ratio: 24 / 20;
  }
  #main .category .lead ._pics div:nth-child(3) img, #main .category .lead ._pics div:nth-child(4) img {
    aspect-ratio: 24 / 32;
  }
}
@media screen and (max-width: 767px) {
  #main .category .lead ._pics div {
    width: calc(50vw - 33.5px);
    margin: 3px 3.5px;
  }
  #main .category .lead ._pics div:nth-child(2) {
    display: none;
  }
  #main .category .lead ._pics div:nth-child(1) img, #main .category .lead ._pics div:nth-child(5) img {
    aspect-ratio: 154 / 128;
  }
  #main .category .lead ._pics div:nth-child(3) img, #main .category .lead ._pics div:nth-child(4) img {
    aspect-ratio: 154 / 206;
  }
}
#main .category ul.products {
  list-style: none;
  max-width: 1027px;
  margin: 65px auto 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #main .category ul.products {
    margin: 30px 25.5px 0;
    justify-content: center;
  }
}
#main .category ul.products li {
  flex: 0 1 calc(25% - 26.75px);
  max-width: 230px;
  margin: 0 13.33333px 36px;
}
@media screen and (max-width: 767px) {
  #main .category ul.products li {
    flex-basis: calc(50vw - 34.5px);
    margin: 0 4.5px 20px;
  }
}
#main .category ul.products li:nth-child(n + 9) {
  display: none;
}
#main .category ul.products li a {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
#main .category ul.products li a .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  background-color: #f00;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
#main .category ul.products li a .pic {
  aspect-ratio: 1/1;
  background: no-repeat center / cover;
  max-width: 230px;
}
#main .category ul.products li a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#main .category ul.products li a .title {
  order: 3;
  margin-top: 14px;
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .category ul.products li a .title {
    margin-top: 10px;
    line-height: calc(20 / 14);
  }
}
#main .category ul.products li a .model {
  margin: 12px 0 0;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .category ul.products li a .model {
    top: calc(50vw - 22.5px);
  }
}
#main .category ul.products li a:hover .pic img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main .category .products_more,
  #main .category .products_close {
    margin: 18px 0 51px;
  }
}
#main .category .products_more span,
#main .category .products_close span {
  display: block;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #50548c;
  padding: 11px 0;
  text-align: center;
  color: #50548c;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .category .products_more span,
  #main .category .products_close span {
    padding: 11.5px 0;
    font-size: 15px;
  }
}
#main .category .products_more span::after,
#main .category .products_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  width: 10px;
  height: 6px;
  background: url(../media/images/kogu/common/more-arrow.svg) no-repeat center;
}
#main .category .products_close {
  display: none;
}
#main .category .products_close span::after {
  transform: scaleY(-1);
}
#main .lower-brands {
  margin-top: 100px;
}

/*# sourceMappingURL=kogu-brand.css.map */
