@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --navy: #254280;
  --light_blue: #D5DBEB;
  --pale_blue: #EEEEF4;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#sus_leather h2,
#sus_leather h3,
#sus_leather h4,
#sus_leather h5 {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
}
#sus_leather p,
#sus_leather p span,
#sus_leather p small,
#sus_leather li  {
  line-height: 2.2em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #sus_leather h2,
  #sus_leather h3,
  #sus_leather h4,
  #sus_leather h5 {
    line-height: 1.5em!important;
  }
}
#sus_leather .inner {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #sus_leather .inner {
    margin-bottom: 4rem;
  }
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 599px) {
  #sus_leather {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#sus_leather .inner_wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #sus_leather .inner_wrap {
    margin-bottom: 5rem;
  }
}
/* ===============================
リンク設定
=============================== */
#sus_leather a {
  text-decoration: none!important;
}
#sus_leather a:hover {
  color: inherit!important;
}
/* ===============================
メインビジュアル
=============================== */
.sus_le_title_img {
  width: 100%;
  height: 338px;
  background: url(https://morpho1995noij.itembox.design/item/sustainable_leather/title.jpg) no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1430px) {
  .sus_le_title_img {
    background: url(https://morpho1995noij.itembox.design/item/sustainable_leather/title.jpg) no-repeat;
    background-size: cover;
    background-position: center 98%;
  }  
}
@media screen and (max-width: 599px) {
  .sus_le_title_img {
    width: 100%;
    height: 240px;
  }  
}
#sus_leather .sus_le_title_img h2 {
  color: #FFF;
  font-family: var(--font_noto_sans)!important;
  font-size: 5.4rem;
  padding-left: 6rem;
  line-height: 1.6!important;
}
.sus_le_title_img h2 small {
  display: block;
  font-size: 4.0rem;
}
@media screen and (max-width: 1430px) {
  #sus_leather .sus_le_title_img h2 {
    padding-left: 6%;
  }
}
@media screen and (max-width: 599px) {
  #sus_leather .sus_le_title_img h2 {
    font-size: 4.0rem;
  }
  .sus_le_title_img h2 small {
    font-size: 3rem;
  }
}
/* ===============================
リード文
=============================== */
.sus_leather_lead {
  margin: 5rem auto;
}
#sus_leather .sus_leather_lead p {
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
}
@media screen and (max-width: 599px) {
  .sus_leather_lead {
    width: 94%;
    margin: 3rem auto;
  }
  #sus_leather .sus_leather_lead p br {
    display: none;
  }
  #sus_leather .sus_leather_lead p {
      font-size: 1.4rem;
      font-family: var(--font_noto_sans)!important;
  }
}
/* ===============================
2カラム
=============================== */
.sus_leather_2col_wrap {
  display: flex;
  justify-content: start;
  margin-bottom: 8rem;
}
.sus_leather_2col_wrap.even {
  flex-direction: row-reverse;
  justify-content: end;
}
@media screen and (max-width: 899px) {
  .sus_leather_2col_wrap,
  .sus_leather_2col_wrap.even {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .sus_leather_2col_wrap {
    margin-bottom: 5rem;
  }
}
.sus_le_2col_img {
  width: 48.51%;
  margin-right: 4.5%;
}
.even .sus_le_2col_img {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .sus_le_2col_img {
    width: 100%;
    margin: 0 0 2.6rem;
  }
  .sus_le_2col_img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 5 / 3;
  }
}
.sus_le_2col_txt {
  width: 42.58%;
}
.even .sus_le_2col_txt {
  margin-right: 4.5%;
}
@media screen and (max-width: 899px) {
  .sus_le_2col_txt,
  .even .sus_le_2col_txt {
    width: 100%;
    padding: 0 4%;
    margin: 0;
  }
}
/* ===============================
見出し
=============================== */
.sus_le_ttl_01 {
  font-size: 2.8rem;
  font-family: var(--font_noto_sans)!important;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1430px) {
  .sus_le_ttl_01 br {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .sus_le_ttl_01 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .sus_le_ttl_01 {
    font-size: 2.0rem;
    margin-bottom: 2rem;
  }
}
.sus_le_ttl_01 span:before{
  content: '\0201c';
}
.sus_le_ttl_01 span:after {
  content: '\0201d';
}
.sus_le_ttl_01:after {
  content: '';
  display: block;
  width: 87px;
  height: 5px;
  background-color: #000;
  margin-top: 2.8rem;
}
@media screen and (max-width: 899px) {
  .sus_le_ttl_01:after {
    margin: 2.8rem auto 0;
  }    
}
@media screen and (max-width: 599px) {
  .sus_le_ttl_01:after {
    height: 3px;
    margin: 2rem auto 0;
  }
}
cite {
  font-style: normal;
  font-size: 1.3rem;
}
/* ===============================
テキスト周り
=============================== */
.sus_le_2col_txt p {
  font-size: 1.5rem!important;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .sus_le_2col_txt p {
    margin-bottom: 2rem;
  }
}
.sus_le_2col_txt > *:last-child,
.sus_le_2col_txt > *:last-child > *:last-child,
.sus_le_2col_txt > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
#sus_leather .sus_txt_quotation {
  font-family: var(--font_noto_serif)!important;
  font-weight: 500;
  font-size: 1.5rem!important;
}
.sus_txt_quotation:before {
  content: '\0201c';
}
.sus_txt_quotation:after {
  content: '\0201d';
}
#sus_leather .sus_txt_dash {
  font-family: var(--font_noto_sans)!important;
}
.sus_txt_dash:before {
  content: '\02014';
}
/* ===============================
終わりに
=============================== */
#sus_leather .sus_le_end p {
  font-family: var(--font_noto_serif)!important;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1430px) {
  #sus_leather .sus_le_end p br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sus_leather .sus_le_end p {
    font-family: var(--font_noto_sans)!important;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0 2%;
    text-align: left;
  }
  #sus_leather .sus_le_end p br {
    display: none;
  }
}
/* ===============================
モアボタン
=============================== */
#sus_leather p.sus_le_more_btn {
  line-height: 1.8!important;
  display: inline-block;
  margin: 0 auto;
  background-color: #CFB889;
  min-width: 308px;
  position: relative;
  text-align: center!important;
  font-family: var(--font_noto_serif)!important;
}
@media screen and (max-width: 1430px) {
  #sus_leather p.sus_le_more_btn br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sus_leather p.sus_le_more_btn br {
    display: block!important;
  }
}
@media screen and (max-width: 430px) {
  #sus_leather p.sus_le_more_btn {
    min-width: auto;
    width: 90%;
  }
}
.sus_le_more_btn a {
  width: 100%;
  display: inline-block;
  color: #FFF;
  padding: 1.6rem;
}
.sus_le_more_btn a:after {
  content: '\03e';
  position: absolute;
  top: 33%;
  right: 1rem;
}
#sus_leather .sus_le_more_btn a:hover {
  color: #FFF!important;
}

