@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* 全体 */
/* TOP */
/* 下層 */
.product-mv {
  width: 100%;
  height: 330px;
  margin-top: 100px;
}
@media print, only screen and (max-width: 1080px) {
  .product-mv {
    margin-top: 70px;
  }
}
@media print, only screen and (max-width: 850px) {
  .product-mv {
    height: 160px;
  }
}
.product-mv-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .product-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}
.product-mv-inner {
  height: 100%;
}
.product-mv-inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 50px 50px 0;
}
@media print, only screen and (max-width: 850px) {
  .product-mv-inner::before {
    width: 110%;
    border-radius: 0 30px 30px 0;
  }
}
.product-mv-inner::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: -60px;
  background-color: #F40214;
  z-index: -1;
  border-radius: 50px 0 0 50px;
}
@media print, only screen and (max-width: 850px) {
  .product-mv-inner::after {
    bottom: -30px;
  }
}
.product-mv-inner::before {
  background-image: url(../img/product/product-mv.jpg);
}
.product-mv-heading {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.product-mv-heading__main {
  color: #222;
  font-family: "Poppins";
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .product-mv-heading__main {
    font-size: 46px;
  }
}
.product-mv-heading__sub {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.product-wrap {
  padding-top: 83px;
}
@media print, only screen and (max-width: 850px) {
  .product-wrap {
    padding-top: 50px;
  }
}
.product-title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media print, only screen and (max-width: 850px) {
  .product-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.product-menu {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .product-menu {
    max-width: 90%;
    width: 100%;
  }
}
.product-menu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media print, only screen and (max-width: 850px) {
  .product-menu {
    padding-bottom: 40px;
  }
}
.product-menu-item {
  width: 23.8%;
  max-width: 238px;
  margin-right: 1.6%;
}
@media print, only screen and (max-width: 850px) {
  .product-menu-item {
    width: 49%;
    max-width: 100%;
    margin-right: 0;
  }
}
.product-menu-item:nth-of-type(4n) {
  margin-right: 0;
}
.product-menu-item:nth-of-type(n+5) {
  margin-top: 15px;
}
@media print, only screen and (max-width: 850px) {
  .product-menu-item:nth-of-type(n+5) {
    margin-top: 0;
  }
}
@media print, only screen and (max-width: 850px) {
  .product-menu-item:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media print, only screen and (max-width: 850px) {
  .product-menu-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.product-menu-item__link {
  width: 100%;
  display: block;
  color: #222;
  text-align: center;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #F3F2EE;
  border-radius: 10px;
  transition: 0.3s;
}
@media print, only screen and (max-width: 850px) {
  .product-menu-item__link {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.product-menu-item__link:hover {
  color: #fff;
  background-color: #F40214;
}
.product-category {
  border-radius: 0 100px 0 0;
  background-color: #F3F2EE;
}
@media print, only screen and (max-width: 850px) {
  .product-category {
    border-radius: 0 50px 0 0;
  }
}
.product-category-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .product-category-inner {
    max-width: 90%;
    width: 100%;
  }
}
.product-category-inner {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.product-category-box {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #fff;
  border-radius: 50px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-box {
    padding-top: 50px;
    border-radius: 30px;
  }
}
.product-category-box:not(:last-of-type) {
  margin-bottom: 12px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-box:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.product-category-tab {
  display: none;
}
.product-category-tab.show {
  display: block;
}
.product-category-title {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 104px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title {
    max-width: 90%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.product-category-title--01, .product-category-title--08 {
  justify-content: space-between;
}
.product-category-title__box {
  flex: 0;
  margin-right: 40px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title__box {
    order: 2;
    margin-right: 0;
  }
}
.product-category-title__box.f1 {
  flex: 1;
  margin-right: 0;
}
.product-category-title__box_en {
  color: #F40214;
  font-family: "Poppins";
  font-size: 72px;
  font-style: normal;
  font-weight: 275;
  line-height: 100%; /* 72px */
  letter-spacing: 0.288rem;
  text-transform: uppercase;
  opacity: 0.1;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title__box_en {
    font-size: 50px;
  }
}
.product-category-title__box_jp {
  color: #F40214;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 20px;
}
.product-category-title__box_main {
  color: #222;
  font-feature-settings: "palt" on;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title__box_main {
    font-size: 24px;
  }
}
.product-category-title__img {
  margin-top: -128px;
  margin-right: -10%;
  width: 65%;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title__img {
    margin: -50px -6% 18px -6%;
    width: 112%;
    order: 1;
  }
}
@media screen and (max-width: 1350px) {
  .product-category-title__img {
    margin-right: -5.7%;
  }
}
.product-category-title__img img {
  width: 100%;
}
.product-category-title__tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-end;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-title__tag {
    order: 2;
    /*
              margin-top: 32px;
              flex-direction: column;
              align-items: flex-start;
              align-content: flex-start;
    */
  }
}
.product-category-title__tag-item {
  display: flex;
  padding: 6px 8px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid #F40214;
  color: #F40214;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.4rem */
  letter-spacing: 0.056rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.product-category-title__tag-item:hover {
  color: #fff;
  background-color: #F40214;
}
.product-category-title__tag-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #F40214;
  border-radius: 50%;
  background-image: url(../img/product/product-tag_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.product-category-title__tag-item:hover::after {
  background-color: #FFFFFF;
  background-image: url(../img/product/product-tag_arrow_mo.svg);
}
.product-category-text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  margin-bottom: 50px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-text {
    text-align: left;
    margin-bottom: 35px;
  }
}
.product-category-list {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list {
    max-width: 90%;
    width: 100%;
  }
}
.product-category-list-item {
  position: relative;
}
.product-category-list-item:not(:first-of-type) {
  margin-top: 56px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item:not(:first-of-type) {
    margin-top: 42px;
  }
}
.product-category-list-item__img1-item {
  /* width: 360px; */
  width: 337px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__img1-item {
    width: 100%;
  }
}
.product-category-list-item__img1-item img {
  width: 100%;
}
.product-category-list-item__img2 {
  position: absolute;
  width: 44%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.product-category-list-item__img2-item {
  width: 100%;
}
.product-category-list-item__img2-item img {
  width: 100%;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__img2 {
    margin-top: 24px;
    width: 100%;
    position: relative;
  }
}
.product-category-list-item__img2-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-category-list-item__img2-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category-list-item__img2-item p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
.product-category-list-item__img2-item p.indent {
  text-indent: -16px;
  padding-left: 16px;
}
.product-category-list-item__title {
  width: 100%;
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 3.6rem */
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-bottom: 12px;
  position: relative;
}
.product-category-list-item__title.w56 {
  width: 56%;
}
.product-category-list-item__title.vh {
  visibility: hidden;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__title {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.6em;
    font-size: 20px;
  }
  .product-category-list-item__title.w56 {
    width: 100%;
  }
  .product-category-list-item__title.vh {
    display: none;
  }
}
.product-category-list-item__title::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BEBEBE;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-category-list-item__title::after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #F40214;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-category-list-item__title--small {
  font-size: 14px;
}
.product-category-list-item__box {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__box {
    flex-direction: column;
    justify-content: start;
  }
}
.product-category-list-item__img {
  display: flex;
  gap: 0 20px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__img {
    flex-direction: column;
    justify-content: start;
    gap: 40px;
  }
}
.product-category-list-item__img-item {
  width: 490px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__img-item {
    width: 100%;
  }
}
.product-category-list-item__img-item img {
  display: block;
  margin: 0 auto;
}
.product-category-list-item__text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
.product-category-list-item__text--02 {
  width: 53%;
  display: flex;
  justify-content: space-between;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--02 {
    width: 100%;
    gap: 5%;
  }
}
.product-category-list-item__text .txt {
  margin-top: 0;
  width: 60%;
  padding-right: 5%;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text .txt {
    width: 55%;
    min-height: 140px;
  }
}
.product-category-list-item__text .txt.sp-100 {
  width: 100%;
}
.product-category-list-item__text .txt.mt--80 {
  margin-top: -80px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text .txt.mt--80 {
    margin-top: 0;
  }
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text .txt2 {
    margin-top: 0;
    width: 55%;
    min-height: 140px;
  }
}
.product-category-list-item__text .img {
  padding-top: 22px;
  width: 35%;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text .img {
    padding-top: 0;
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product-category-list-item__text .img img {
    display: block;
    width: 100%;
  }
}
.product-category-list-item__text .img2 {
  padding-top: 44px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text .img2 {
    padding-top: 0;
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product-category-list-item__text .img2 img {
    display: block;
    width: 100%;
  }
}
.product-category-list-item__text--title {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--title {
    font-size: 18px;
  }
}
.product-category-list-item__text--p {
  margin-bottom: 24px;
}
.product-category-list-item__text--lst-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--lst-item {
    flex-direction: column;
  }
}
.product-category-list-item__text--lst-item-ttl {
  width: 168px;
  color: #222;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--lst-item-ttl {
    width: auto;
  }
}
.product-category-list-item__text--lst2 {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.72rem */
  letter-spacing: 0.064rem;
  text-transform: capitalize;
  margin-left: 1em;
  white-space: nowrap;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--lst2 {
    margin-bottom: 1em;
  }
  .product-category-list-item__text--lst2.mb0 {
    margin-bottom: 0;
  }
}
.product-category-list-item__text--lst2-item {
  text-indent: -1em;
  line-height: 1.5;
}
@media print, only screen and (max-width: 850px) {
  .product-category-list-item__text--lst2-item {
    white-space: normal;
  }
}
.product-category-list-item__text--lst2-item small {
  font-size: 14px;
}
.product-category-list-item__text--lst2-item::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFA2A5;
  border-radius: 50%;
  margin-right: 8px;
}
.product-category-list-item__text--small {
  font-size: 14px;
}
.product-category-list-item__text--small a {
  color: #222;
  text-decoration: underline;
}
.product-category-back {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  margin-bottom: 100px;
}
.product-category-back__btn {
  display: inline-flex;
  color: #F40214;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.38rem */
  letter-spacing: 0.056rem;
  text-transform: uppercase;
  align-items: center;
}
.product-category-back__btn::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #F40214;
  border-radius: 50%;
  background-image: url(../img/product/product-tag_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  transform: rotateZ(180deg);
}

#product-08 .product-category-list-item__text {
  margin-top: 1em;
}

#product-08 .product-category-list-item__text-p {
  padding-right: 1em;
}
@media print, only screen and (max-width: 850px) {
  #product-08 .product-category-list-item__text-p {
    padding-right: 0;
  }
}

.pc {
  display: block;
}

.pc_i {
  display: inline-block;
}

.sp {
  display: none;
}

.sp_i {
  display: none;
}

@media print, only screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline-block;
  }
}/*# sourceMappingURL=product.css.map */