@charset "UTF-8";

/* --------------------------------------------------------------------------
   商品概要（cat-retort-overview）
   -------------------------------------------------------------------------- */
.cat-retort-overview {
  padding: 8.5rem 0 9rem;
}

.cat-retort-overview_inner {
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.cat-retort-overview_header {
  margin-bottom: 6rem;
  text-align: center;
}

.cat-retort-overview_sub {
  margin-bottom: 0.5rem;
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 700;
}

.cat-retort-overview_main {
  color: #000000;
  font-size: 3.6rem;
  font-weight: 800;
}

.cat-retort-summary {
  margin-block: 5rem 0;
}

.cat-retort-example-card_spec-line {
  margin: 0;
  font-size: 1.2rem;
}

.cat-retort-example-card_spec-line + .cat-retort-example-card_spec-line {
  margin-top: 0.4rem;
}

.cat-retort-example-card_spec-line--flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.cat-retort-example-card_spec-line--flex .label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.cat-retort-example-card_spec-line--flex .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cat-retort-summary_list {
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat-retort-summary_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  max-width: 100rem;
  padding: 0 0.8rem 0.8rem;
  border-radius: 2rem;
  background-color: #e9c221;
}

.cat-retort-summary_head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  padding: 2.4rem 1.6rem;
}

.cat-retort-summary_title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.cat-retort-summary_body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.2rem 3.5rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #ffffff;
}

.cat-retort-summary_text {
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

.cat-retort-work-list {
  margin: 0;
  padding: 2.4rem 0.3rem 2.4rem 1.2rem;
}

.cat-retort-summary_lineup {
  margin-top: 2.4rem;
}

.cat-retort-summary_lineup-list {
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.cat-retort-summary_lineup-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 10.2rem;
  text-align: center;
}

.cat-retort-summary_lineup-img {
  margin-bottom: 0.4rem;
}

.cat-retort-summary_lineup-img img {
  -webkit-filter: drop-shadow(0px 1.61071px 4.02678px rgba(0, 0, 0, 0.25));
  width: 10.2rem;
  height: 14.8rem;
  filter: drop-shadow(0px 1.61071px 4.02678px rgba(0, 0, 0, 0.25));
}

.cat-retort-summary_lineup-name {
  margin: 0;
  font-size: 12px;
}

/* ==========================================================================
   各種パンフレット (cat-retort-pamphlet)
   ========================================================================== */
.cat-retort-pamphlet {
  padding: 8.5rem 0 9rem;
  background-color: #f6f6ee;
}

.cat-retort-pamphlet_inner {
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.cat-retort-pamphlet_header {
  margin-bottom: 6rem;
  text-align: center;
}

.cat-retort-pamphlet_sub {
  margin-bottom: 0.5rem;
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 700;
}

.cat-retort-pamphlet_main {
  color: #000000;
  font-size: 3.6rem;
  font-weight: 800;
}

.cat-retort-pamphlet_list {
  -ms-grid-columns: (1fr)[4];
  gap: 5rem 1.6rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  margin-top: 5rem;
  padding: 0;
  list-style: none;
}

.cat-retort-pamphlet_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.cat-retort-pamphlet_item.is-hidden {
  display: none;
}

.cat-retort-pamphlet_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.cat-retort-pamphlet_img-wrap {
  aspect-ratio: 288/404;
  position: relative;
  overflow: hidden;
}

.cat-retort-pamphlet_img-wrap img {
  -webkit-transition: -webkit-transform 0.3s;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cat-retort-pamphlet_icon {
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  right: 1.2rem;
  bottom: 8.2rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #d3182b;
  border-radius: 50%;
  background: #e60012;
  transition: all 0.3s;
}

.cat-retort-pamphlet_icon::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

.cat-retort-pamphlet_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  height: 9.6rem;
  padding: 1.2rem 1.6rem 1.6rem;
  background: #ffffff;
}

.cat-retort-pamphlet_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.cat-retort-pamphlet_footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.cat-retort-btn-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 1.6rem 4.9rem 1.8rem 4rem;
  border: 1px solid #f00000;
  border-radius: 4rem;
  background-color: #f00000;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.cat-retort-btn-more::after {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.1rem;
  height: 0.2rem;
  transform: translateY(-50%);
  border: none;
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cat-retort-btn-more::before {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.1rem;
  height: 0.2rem;
  transform: translateY(-50%) rotate(90deg);
  background-color: #ffffff;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cat-retort-btn-more.is-active {
  background-color: #ffffff;
  color: #000000;
}

.cat-retort-btn-more.is-active::before, .cat-retort-btn-more.is-active::after {
  background-color: #d6182c;
}

.cat-retort-btn-more.is-active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.cat-retort-btn-more.cat-retort-u-hidden {
  display: none;
}

@media only screen and (max-width: 1204px) {
  /*1200pxより上*/
}

@media only screen and (max-width: 867px) {
  /*960px以下*/
  .cat-retort-overview {
    padding: 4.5rem 0 5rem;
  }
  .cat-retort-overview_inner {
    max-width: 63rem;
    padding: 0 1.5rem;
  }
  .cat-retort-summary {
    margin-block: 3.5rem 0;
  }
  .cat-retort-example-card_spec-line {
    font-size: 1.1rem;
  }
  .cat-retort-summary_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .cat-retort-summary_item {
    max-width: 100%;
  }
  .cat-retort-summary_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 0 1.6rem;
    column-gap: 0.8rem;
  }
  .cat-retort-summary_title {
    font-size: 2.2rem;
  }
  .cat-retort-summary_body {
    padding: 2.1rem 1.7rem 3.3rem;
  }
  .cat-retort-summary_text {
    font-size: 1.5rem;
  }
  .cat-retort-work-list {
    padding: 1.2rem;
  }
  .cat-retort-summary_lineup {
    margin-top: 1.8rem;
  }
  .cat-retort-summary_lineup-list {
    -ms-grid-columns: (1fr)[2];
    gap: 2rem 1.3rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cat-retort-pamphlet {
    padding: 4.5rem 0 5rem;
  }
  .cat-retort-pamphlet_inner {
    max-width: 63rem;
    padding: 0 1.5rem;
  }
  .cat-retort-pamphlet_header {
    margin-bottom: 4rem;
  }
  .cat-retort-pamphlet_main {
    font-size: 2.8rem;
  }
  .cat-retort-pamphlet_list {
    -ms-grid-columns: (1fr)[2];
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.5rem;
  }
  .cat-retort-pamphlet_item {
    border-radius: 10px;
  }
  .cat-retort-pamphlet_img-wrap {
    aspect-ratio: 163/229;
  }
  .cat-retort-pamphlet_icon {
    right: 0.8rem;
    bottom: 5rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .cat-retort-pamphlet_body {
    height: 6.5rem;
    padding: 0.8rem 0.8rem 1.2rem;
  }
  .cat-retort-pamphlet_title {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .cat-retort-pamphlet_footer {
    margin-top: 3.5rem;
  }
  .cat-retort-btn-more {
    height: 5.5rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 425px) {
  /*360px以下*/
}

@media (hover: hover) {
  .cat-retort-pamphlet_link:hover .cat-retort-pamphlet_img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cat-retort-pamphlet_link:hover .cat-retort-pamphlet_icon {
    border: 1px solid #d3182b;
    background: #ffe0e3;
  }
  .cat-retort-pamphlet_link:hover .cat-retort-pamphlet_icon::after {
    border-left-color: #f00000;
  }
  .cat-retort-btn-more:hover {
    background-color: #ffe0e3;
    color: #f00000;
  }
  .cat-retort-btn-more:hover::before, .cat-retort-btn-more:hover::after {
    background-color: #f00000;
  }
}
