@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*------------------------------
 共通・既存調整修正
------------------------------*/
.top_concept_ttl,
.products_block .products_ttl {
  color: #404040;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 0;
}

.top_concept_text {
  display: none;
}

.content-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 1150px;
  margin: 0 auto;
}
.content-wrapper .sp {
  display: none;
}

/*------------------------------
 ブランド「collection」ページ
------------------------------*/
.content__inner {
  width: 100%;
}

.content__main {
  margin-bottom: 90px;
}

.content__box {
  margin-bottom: 90px;
}

.content__main-title-jp {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 20px;
}

.content__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto 25px;
}

.content__sub-title {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 5px;
}
.content__sub-title .small-text {
  font-size: 16px;
  line-height: 19px;
}
.content__item .content__sub-title {
  text-align: left;
}

.content__text {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
.content__text.font-large {
  font-size: 25px;
}
.content__text.space {
  margin-bottom: 20px;
}
.content__item .content__text {
  line-height: 24px;
  text-align: left;
}

.content__image-box, .content__image-box--pyramid {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.content__image-box.space-large, .space-large.content__image-box--pyramid {
  margin-bottom: 40px;
}
.content__image-box.space, .space.content__image-box--pyramid {
  margin-bottom: 20px;
}

.content__image {
  display: inline-block;
}

.content__image-box--pyramid .content__image {
  width: auto;
  height: 352px;
}

.content__line, .content__line--solid {
  width: calc(100% - 254px);
  height: 0;
  border-bottom: 1px dashed #BCBEB9;
  margin: 50px auto 30px;
}
.content__line.pc-small-space, .pc-small-space.content__line--solid {
  margin: 20px auto 20px;
}
#almond .content__line, #almond .content__line--solid, #the-essentials .content__line, #the-essentials .content__line--solid, #the_absolutes .content__line, #the_absolutes .content__line--solid, #the_timeless_renewing_grape .content__line, #the_timeless_renewing_grape .content__line--solid {
  width: calc(100% - 500px);
}

.content__line--solid {
  border-bottom: 1px solid #BCBEB9;
}
#almond .content__line--solid, #the-essentials .content__line--solid, #the_absolutes .content__line--solid, #the_timeless_renewing_grape .content__line--solid {
  width: calc(100% - 254px);
}

.content__bg-box {
  width: 896px;
  background-color: #F0F0F0;
  padding: 40px 40px 40px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content__bg-box-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2px;
}

.content__bg-box-text {
  font-size: 14px;
  line-height: 22px;
}
.content__bg-box-text.space {
  margin-bottom: 20px;
}

.content__item {
  width: 896px;
  padding: 0 116px 0 116px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content__item-inner {
  position: relative;
  padding-left: 104px;
  box-sizing: border-box;
}

.content__item-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-right: 30px;
}

/* the_absolutes
------------------------------*/
#the_absolutes .size-type1 {
  padding: 10px 0 0;
}
#the_absolutes .size-type5 {
  padding: 20px 0 0;
}
#the_absolutes .size-type7 {
  padding: 5px 0 0;
}

/* the_timeless_renewing_grape
------------------------------*/
#the_timeless_renewing_grape .size-type1 {
  padding: 20px 0 0;
}
#the_timeless_renewing_grape .size-type2 {
  padding: 5px 0 0;
  margin-bottom: -10px;
}
#the_timeless_renewing_grape .size-type3 {
  margin-top: -15px;
  margin-bottom: -20px;
}
#the_timeless_renewing_grape .size-type6 {
  padding: 10px 0 0;
}

/* almond
------------------------------*/
#almond .size-type1 {
  padding: 10px 0 0;
}
#almond .size-type2 {
  padding: 10px 0 0;
}
/* the_olive_tree_homme
------------------------------*/
#the_olive_tree_homme .size-type5 {
  padding: 20px 0 0;
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  /*------------------------------
   共通・既存調整修正
  ------------------------------*/
  .top_concept_ttl,
.products_block .products_ttl {
    color: #333333;
    font-size: 30px;
    line-height: 31px;
  }

  .products_block .products_ttl {
    margin-bottom: 5%;
  }

  .content-wrapper {
    color: #333333;
    width: auto;
    margin: 0 16px;
  }
  .content-wrapper .pc {
    display: none;
  }
  .content-wrapper .sp {
    display: block;
  }

  /*------------------------------
   ブランド「collection」ページ
  ------------------------------*/
  .content__main {
    margin-bottom: 80px;
  }

  .content__box {
    margin-bottom: 80px;
  }

  .content__main-title-jp {
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto 15px;
  }

  .content__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .content__sub-title {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 10px;
  }
  .content__sub-title .small-text {
    font-size: 14px;
  }
  .content__sub-title .sp-top-space-small {
    display: block;
    margin-top: -2px;
  }
  .content__item .content__sub-title {
    text-align: center;
  }

  .content__text {
    font-size: 14px;
    line-height: 28px;
  }
  .content__text.font-large {
    font-size: 18px;
  }
  .content__item .content__text {
    text-align: center;
  }

  .content__image {
    display: block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .content__image-box--pyramid .content__image {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .content__line, .content__line--solid {
    width: calc(100% - 32px);
    margin: 40px auto 30px;
  }
  .content__line.pc-small-space, .pc-small-space.content__line--solid {
    margin: 40px auto 30px;
  }
  #almond .content__line, #almond .content__line--solid, #the-essentials .content__line, #the-essentials .content__line--solid, #the_absolutes .content__line, #the_absolutes .content__line--solid, #the_timeless_renewing_grape .content__line, #the_timeless_renewing_grape .content__line--solid {
    width: calc(100% - 32px);
  }

  .content__bg-box {
    width: auto;
    padding: 30px 35px 30px 35px;
    margin: 30px auto 0;
  }

  .content__bg-box-title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .content__bg-box-text {
    line-height: 25px;
  }
  .content__bg-box-text.space {
    margin-bottom: 30px;
  }
  .content__bg-box-text .sp-indent {
    display: inline-block;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8px;
    box-sizing: border-box;
  }
  .content__bg-box-text .sp-indent:last-child {
    margin-bottom: 0;
  }

  .content__item {
    width: auto;
    padding: 0;
    margin: 0 16px;
    box-sizing: border-box;
  }

  .content__item-inner {
    padding-left: 0;
  }

  .content__item-image-box {
    position: static;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }

  /* the-essentials
  ------------------------------*/
  #the-essentials .size-type1 {
    padding: 20px 34px 0 44px;
  }
  #the-essentials .size-type2 {
    padding: 30px 106px 0;
    margin-bottom: -10px;
  }
  #the-essentials .size-type3 {
    padding: 0 49px;
  }
  #the-essentials .size-type4 {
    padding: 10px 148px 0 134px;
    margin-bottom: -10px;
  }
  #the-essentials .size-type5 {
    padding: 0 49px;
  }
  #the-essentials .size-type6 {
    padding: 6px 137px 0 138px;
    margin-bottom: -10px;
  }
  #the-essentials .size-type7 {
    padding: 0 37px;
  }

  /* the_absolutes
  ------------------------------*/
  #the_absolutes .size-type1 {
    padding: 20px 121px 0 121px;
    margin-bottom: -12px;
  }
  #the_absolutes .size-type2 {
    padding: 0 49px;
  }
  #the_absolutes .size-type3 {
    padding: 10px 126px 0 126px;
    margin-bottom: -12px;
  }
  #the_absolutes .size-type4 {
    padding: 0 49px;
  }
  #the_absolutes .size-type5 {
    padding: 10px 147px 0 138px;
    margin-bottom: -12px;
  }
  #the_absolutes .size-type6 {
    padding: 0 49px;
  }
  #the_absolutes .size-type7 {
    padding: 20px 34px 0 47px;
  }

  /* the_timeless_renewing_grape
  ------------------------------*/
  #the_timeless_renewing_grape .size-type1 {
    padding: 20px 113px 0 106px;
    margin-bottom: -26px;
  }
  #the_timeless_renewing_grape .size-type2 {
    padding: 10px 106px 0 107px;
    margin-bottom: -28px;
  }
  #the_timeless_renewing_grape .size-type3 {
    padding: 0 101px 0 101px;
    margin-top: 0;
    margin-bottom: -28px;
  }
  #the_timeless_renewing_grape .size-type4 {
    padding: 0 49px;
  }
  #the_timeless_renewing_grape .size-type5 {
    padding: 0 16px;
  }
  #the_timeless_renewing_grape .size-type6 {
    padding: 0 16px;
  }

  /* almond
  ------------------------------*/
  #almond .size-type1 {
    padding: 10px 129px 0 128px;
    margin-bottom: -25px;
  }
  #almond .size-type2 {
    padding: 10px 68px 0 153px;
    margin-bottom: -28px;
  }
  #almond .size-type3 {
    padding: 20px 16px 0;
  }
  #almond .size-type4 {
    padding: 0 16px;
  }
  #almond .size-type5 {
    padding: 0 49px;
  }

  /* the_olive_tree_homme
  ------------------------------*/
  #the_olive_tree_homme .size-type1 {
    padding: 10px 110px 0 110px;
  }
  #the_olive_tree_homme .size-type2 {
    padding: 0 110px 0 110px;
  }
  #the_olive_tree_homme .size-type3 {
    padding: 0 110px 0 110px;
  }
  #the_olive_tree_homme .size-type4 {
    padding: 0 110px 0 110px;
  }
  #the_olive_tree_homme .size-type5 {
    padding: 0 49px;
  }
}