@charset "UTF-8";
/* ==================================
highlights
================================== */
/*--------- ▼common --------- */
#contents .common .main.highlights {
  box-sizing: border-box;
  padding-bottom: 150px;
}
#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: 19px;
  margin-bottom: 30px;
}

#contents .common .content_text {
  /* clear: both; */
}
#contents .common .content_text .contents {
  color: #000;
  font-size: 16px;
  font-weight: 400; 
  line-height: 1.464;
  text-align: center;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*---- mv ----*/
#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; */
  width: 75px;
  margin: 19px auto 15px;
}

#contents .flex_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
#contents .flex_list.reverse {
  flex-direction: row-reverse;
}

#contents .common div.btn {
  width: 190px;
  height: 48px;
}
#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: 15px;
  background-color: #223148;
}
#contents .common .mb_0 {
  margin-bottom: 0 !important;
}
/*--------- ▲common --------- */
#contents .common .hermes-wrap {
  margin-bottom: 0;
}
#contents .common .main-view {
  margin-bottom: 80px;
}

/* intro */
#contents .common .intro {
  margin-bottom: 80px;
}
#contents .common .intro h2,
#contents .common .intro p {
  margin-bottom: 40px;
}

/* section_01 */
#contents .common .section_01 {
  margin-bottom: 47px;
}
#contents .common .section_01 h2 {
  margin: 80px auto;
}
#contents .common .section_01 h2:nth-of-type(2) {
  margin-bottom: 30px;
}
#contents .common .section_01 .perfumer {
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
}
#contents .section_01 .flex_list li {
  width: 50%;
}
#contents .section_01 .flex_list li:nth-child(even) p {
  margin: 0 20px;
}
#contents .section_01 .btn {
  margin-top: 48px;
}
#contents .section_01 .img05 {
  width: 753px;
  margin: 74px auto 44px;
}

#contents .border {
  width: 357px;
  margin: 47px auto 82px;
}
/* section_02 */
#contents .common .section_02 {
  margin-top: 80px;
}
#contents .common .section_02 h2 {
  margin-bottom: 43px;
}
#contents .common .section_02 .img06 {
  width: 569px;
  margin: 80px auto;
}
#contents .common .section_02 .btn {
  margin-top: 42px;
}

/* highlights_footer */
#contents .common .contents.highlights_footer {
  margin-top: 205px;
}
#contents .common .contents.highlights_footer .logo {
  width: 75px;
  margin: 0 auto 79px;
}

/* 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;
} */


