:root {
  --font-color: #111111;
  --primary-color:#002A85;
  --secondary-color: #EAF1FF;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  touch-action: manipulation;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: normal;
  color: var(--font-color);
  font-kerning: auto;
}
*::before, *::after {
  display: block;
}

picture, img {
  display: block;
  width: auto;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
  background-color: #ccc;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}

a:has(picture), a:has(img) {
  display: block;
}

details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

table {
  border-collapse: collapse;
}

:target {
  scroll-margin-top: 100px;
}

.orihica-pants-fes .kv {
  max-width: 100%;
}
.orihica-pants-fes .kv picture, .orihica-pants-fes .kv img {
  width: 100%;
}
.orihica-pants-fes .nav a {
  transition: 0.3s;
}
@media (hover: hover) {
  .orihica-pants-fes .nav a:hover {
    opacity: 0.7;
  }
}
.orihica-pants-fes .item_one {
  width: min(100%, 1440px);
  margin: 0 auto;
}
.orihica-pants-fes .item_one__swiper {
  overflow-x: clip;
}
.orihica-pants-fes .item__list a {
  transition: 0.3s;
}
@media (hover: hover) {
  .orihica-pants-fes .item__list a:hover {
    opacity: 0.7;
  }
}
.orihica-pants-fes .item__list a div {
  display: flex;
  flex-direction: column;
}
.orihica-pants-fes .item__list .num, .orihica-pants-fes .item__list .price {
  color: #717171;
}
.orihica-pants-fes .item__list .type {
  color: var(--primary-color);
}
.orihica-pants-fes .item__list .type, .orihica-pants-fes .item__list .price {
  font-weight: bold;
}
.orihica-pants-fes .item_one__btns {
  display: flex;
  flex-direction: column;
}
.orihica-pants-fes .btn {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) {
  .orihica-pants-fes .btn:hover {
    opacity: 0.7;
  }
}
.orihica-pants-fes .btn span {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  line-height: 100%;
}
.orihica-pants-fes .btn::after {
  content: "";
  display: block;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.orihica-pants-fes .common-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(500px, 100%);
}
.orihica-pants-fes .common-part a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.orihica-pants-fes .common-part img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .orihica-pants-fes .container {
    padding: 0 20px;
  }
  .orihica-pants-fes .lead {
    text-align: center;
    font-size: 15px;
    line-height: 200%;
    margin-top: 80px;
  }
  .orihica-pants-fes .nav {
    margin-top: 48px;
    margin-bottom: 160px;
  }
  .orihica-pants-fes .nav ul {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 16px;
    margin: 0 auto;
  }
  .orihica-pants-fes .item_one + .item_one {
    margin-top: 128px;
  }
  .orihica-pants-fes .item_one:nth-of-type(odd) .item_one__desc {
    left: 90px;
  }
  .orihica-pants-fes .item_one:nth-of-type(even) .item_one__desc {
    right: 90px;
  }
  .orihica-pants-fes .item_one__swiper {
    position: relative;
  }
  .orihica-pants-fes .item_one__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
  }
  .orihica-pants-fes .item_one__txt {
    margin-top: 40px;
  }
  .orihica-pants-fes .item__list {
    margin-top: 50px;
  }
  .orihica-pants-fes .item__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }
  .orihica-pants-fes .item__list a {
    display: grid;
    grid-template-columns: 112px auto;
    gap: 16px;
    align-items: center;
  }
  .orihica-pants-fes .item__list a div {
    gap: 3px;
  }
  .orihica-pants-fes .item__list a div img {
    margin-top: 3px;
  }
  .orihica-pants-fes .item__list .type {
    font-size: 14px;
  }
  .orihica-pants-fes .item__list .price {
    font-size: 13px;
  }
  .orihica-pants-fes .item_one__btns {
    width: min(100%, 420px);
    gap: 12px;
    margin-top: 40px;
  }
  .orihica-pants-fes .btn {
    font-size: 16px;
    height: 90px;
    border-radius: 8px;
    gap: 4px;
    width: 100%;
  }
  .orihica-pants-fes .btn span {
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 2px;
  }
  .orihica-pants-fes .btn::after {
    width: 12px;
    height: 14px;
    right: 20px;
  }
  .orihica-pants-fes .common-part {
    margin: 90px auto;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .orihica-pants-fes .container {
    padding: 15px;
  }
  .orihica-pants-fes .lead {
    font-size: 3.1vw;
    line-height: 200%;
    margin-top: 3vw;
  }
  .orihica-pants-fes .nav {
    width: min(600px, 100%);
    margin: 5vw auto 16vw;
  }
  .orihica-pants-fes .nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .orihica-pants-fes .nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
  }
  .orihica-pants-fes .nav a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .orihica-pants-fes .nav img {
    width: 100%;
    height: auto;
  }
  .orihica-pants-fes .lead {
    text-align: left;
  }
  .orihica-pants-fes .item_one {
    width: min(600px, 100%);
  }
  .orihica-pants-fes .item_one + .item_one {
    margin-top: 15vw;
  }
  .orihica-pants-fes .item_one__swiper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .orihica-pants-fes .item_one__swiper .swiper-wrapper {
    display: flex;
    order: 2;
  }
  .orihica-pants-fes .item_one__swiper .swiper-wrapper .swiper-slide picture, .orihica-pants-fes .item_one__swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .orihica-pants-fes .item_one__desc {
    display: contents;
  }
  .orihica-pants-fes .item_one__desc > picture, .orihica-pants-fes .item_one__desc > img {
    height: 14vw;
    order: 1;
    margin-bottom: 4vw;
  }
  .orihica-pants-fes .item_one__desc > picture img, .orihica-pants-fes .item_one__desc > img img {
    height: 100%;
    margin: 0 auto;
  }
  .orihica-pants-fes .item_one__txt {
    width: 100%;
    order: 3;
    margin-top: 7vw;
  }
  .orihica-pants-fes .item_one__txt img {
    width: 100%;
  }
  .orihica-pants-fes .item__list {
    margin-top: 6vw;
    overflow-x: clip;
  }
  .orihica-pants-fes .item__list ul {
    display: flex;
    gap: 24px;
    overflow-x: scroll;
  }
  .orihica-pants-fes .item__list a {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 112px;
  }
  .orihica-pants-fes .item__list a > img {
    width: 112px;
    height: 112px;
  }
  .orihica-pants-fes .item__list a div {
    margin-top: 6px;
  }
  .orihica-pants-fes .item__list a div img {
    height: 30px;
    margin-top: 6px;
  }
  .orihica-pants-fes .item__list a .type {
    font-size: 12px;
  }
  .orihica-pants-fes .item_one__btns {
    gap: 3vw;
    margin-top: 9vw;
    width: 100%;
    order: 4;
  }
  .orihica-pants-fes .btn {
    font-size: 3.6vw;
    border-radius: 1vw;
    height: 16vw;
    width: 100%;
    gap: 2px;
  }
  .orihica-pants-fes .btn span {
    font-size: 2.8vw;
    padding: 1vw;
    border-radius: 0.8vw;
  }
  .orihica-pants-fes .btn::after {
    width: 10px;
    height: 12px;
    right: 20px;
  }
  .orihica-pants-fes .common-part {
    margin: 80px auto;
    gap: 30px;
  }
}
@media screen and (max-width: 1232px) {
  body .container {
    padding: 0;
  }
}
@media screen and (min-width: 862px) {
  body .container {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  body .container {
    padding: 0;
  }
  .orihica-pants-fes .container {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */