@charset "UTF-8";
/* ==================================
highlights
================================== */
/*--------- ▼common --------- */
#contents .common .main.highlights {
  box-sizing: border-box;
}
#contents a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
#contents div {
  margin: 0 auto;
}
#contents img {
  width: 100%;
}
#contents h2 {
  /* font-size: 30px;
  margin-bottom: 30px; */
}

#contents .flex_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

#contents .common .ttl-page {
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}
#contents .common .ttl-page img {
}
#contents .common .ttl-page .logo{
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 10;
}

#contents .common .content_text {
  /* clear: both; */
}
#contents .common .content_text .contents {
  color: #000;
  font-size: calc(25 / 1000 * 789px);
  font-weight: 400; 
  line-height: 1.464;
  text-align: center;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#contents .common div.btn {
  width: calc(433 / 1000 * 789px);
  height: calc(69 / 1000 * 789px);
}
#contents .common div.btn a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents .common div.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: calc(22 / 1000 * 789px);
  font-weight: bold;
  background: linear-gradient(90deg, rgba(92, 30, 24, 1), rgba(161, 0, 20, 1));
}
#contents .common .mb_0 {
  margin-bottom: 0 !important;
}
/*--------- ▲common --------- */
#contents .common .hermes-wrap {
  margin-bottom: 0;
}
#contents .common .main-view {
  margin-bottom: calc(80 / 1000 * 789px);;
}

/* section_01 */
#contents .common .section_01 {
  margin-bottom: 60px;
}
#contents .common .section_01 .ttl,
#contents .common .section_01 .catch {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(78, 0, 0, 1), rgba(145, 20, 17, 1) 38%, rgba(183, 32, 27, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contents .common .section_01 .ttl {
  margin-bottom: calc(70 / 1000 * 789px);
  font-size: calc(37 / 1000 * 789px);
}
#contents .common .section_01 .catch {
  margin-top: calc(60 / 1000 * 789px);
}
#contents .common .section_01 .catch + .catch {
  margin-top: calc(40 / 1000 * 789px);
}
#contents .common .section_01 .flex_list {
  width: calc(874 / 1000 * 789px);
  margin: calc(80 / 1000 * 789px) auto;
}
#contents .common .section_01 .flex_list li {
  width: calc(235 / 1000 * 789px);
}
#contents .common .section_01 .flex_list li:nth-child(2) {
  width: calc(330 / 1000 * 789px);
}
#contents .common .section_01 .flex_list.item {
  width: calc(632 / 1000 * 789px);
  margin: calc(80 / 1000 * 789px) auto calc(60 / 1000 * 789px);
}
#contents .common .section_01 .flex_list.item li {
  width: 50%;
}
#contents .common .section_01 .flex_list.item .item_img {
  width: calc(115 / 1000 * 789px);
  margin-bottom: calc(43 / 1000 * 789px);
}
#contents .common .section_01 .flex_list.item .item_name {
  font-size: calc(18 / 1000 * 789px);
  font-weight: bold;
}
#contents .common .section_01 .img {
  margin: calc(80 / 1000 * 789px) auto;
}

/* highlights_footer */
#contents .common .contents.highlights_footer {
  position: relative;
  margin-top: calc(30 / 1000 * 789px);
  margin-bottom: -1px;
  height: calc(344 / 1000* 789px);
  background: url(../../../images/hermes/highlights/250312/pc/highlights_footer.jpg) no-repeat;
  background-size: contain;
}
#contents .common .contents.highlights_footer .img {
  position: absolute;
  width: calc(137 / 1000 * 789px);
  left: 0;
  right: 0;
  bottom: calc(55 / 1000 * 789px);
}

/* slider */
/* #contents .common .slider .slick-slide {}
#contents .common .slider .slick-slide img {
  height: auto;
	transform: scale(.8);
	transition: transform .3s;
  width: 100%;
}
#contents .common .slider .slick-slide.slick-center img {
	transform: scale(1);
}
#contents .common .slick-dotted.slick-slider {
  margin-bottom: 80px;
}
#contents .common .dots .slick-dots {
  text-align: center;
  margin-bottom: 30px;
  position: static;
}
#contents .common .slick-dots li button{
  width: 7px;
  height: 7px;
}
#contents .common .slick-dots li.slick-active button {
  background: #46250d;
} */


