@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;
  --pink_dark: #E75368;
  --pink_pale: #EF7271;
  --brown: #90794C;
  --beige: #FEF5ED;
  --beige_pale: #FCF1DA;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
レイアウト・基本
=============================== */
@media screen and (max-width: 599px) {
  #bridle_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#bridle_page .bridle_w930 {
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 1430px) {
  #bridle_page .bridle_w930 {
    width: 100%;
  }
}
#bridle_page h2,
#bridle_page h3,
#bridle_page h4{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#bridle_page p,
#bridle_page p span {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
#bridle_page li {
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #bridle_page h2,
  #bridle_page h3,
  #bridle_page h4 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
  #bridle_page p,
  #bridle_page p span,
  #bridle_page li {
    letter-spacing: 0em!important;
  }
}
/* ===============================
リンク設定
=============================== */
#bridle_page a {
  text-decoration: none!important;
}
#bridle_page a:hover {
  color: inherit!important;
}

/* ===============================
タイトル
=============================== */
#bridle_page .title_image {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #bridle_page .title_image {
    margin-bottom: 20px;
  }
}
/* ===============================
リード文
=============================== */
.bridle_intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 899px) {
  .bridle_intro {
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
  }
}
.bridle_intro_ttl {
  width: 33.9%;
  min-height: 142px;
  padding: 4rem 0;
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/icon_ttl.png) no-repeat center center;
  background-size: 209px auto;
}
@media screen and (max-width: 899px) {
  .bridle_intro_ttl {
    width: 100%;
    min-height: 80px;
    padding: 20px 0;
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/icon_ttl.png) no-repeat center center;
    background-size: 160px auto;
  }
}
#bridle_page .bridle_intro_ttl h2 {
  font-family: var(--font_libre);
  font-size: 3.8rem;
  line-height: 1.8!important;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #bridle_page .bridle_intro_ttl h2 {
    font-size: 2.4rem;
  }
}  
.bridle_intro_ttl h2 small {
  display: block;
  font-size: 1.8rem;
}
.bridle_intro_txt {
  width: 60%;
}
@media screen and (max-width: 899px) {
  .bridle_intro_txt {
    width: 100%;
  }
}
.bridle_intro_txt h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 899px) {
  .bridle_intro_txt h3 {
    margin-bottom: 15px; 
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #bridle_page .bridle_intro_txt h3 {
    font-size: 1.8rem;
    line-height: 1.8em!important;
  }
}
.bridle_intro + div.inner {
  width: 88%;
}
/* ===============================
アイテム
=============================== */
#bridle_page h2.gift_ttl {
  font-weight: 500!important;
}
@media screen and (max-width: 599px) {
  #bridle_page h2.gift_ttl br {
    display: block!important;
  }
}
.bridle_itemwrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 8rem;
}
.bridle_itemwrap.oilshellcordovan {
  justify-content: center;
}
.bridle_itemwrap .item_box {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .bridle_itemwrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 auto 5rem;
  }
  .bridle_itemwrap .item_box {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.bridle_itemwrap .item_box .item_box_down {
  margin-top: auto;
}
.bridle_itemwrap .item_box .item_box_up {
  display: flex;
  flex-direction: column;
}
#bridle_page .item_box_up h3 {
  order: 2;
  font-size: 2.1rem;
  text-align: center;
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
.item_box_up .item_box_img {
  order: 1;
  position: relative;
  margin-bottom: 2rem;
}
.item_box_up .item_box_img img {
  display: block;
  position: relative;
  z-index: 0;
}
#bridle_page  .item_box_up .item_box_img span {
  font-family: var(--min)!important;
  display: inline-block!important;
  background: #8a7959;
  color: #FFF;
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.5rem;
}
.item_box_up .item_box_txt {
  order: 3;
}
.item_box_up .item_box_txt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #bridle_page .item_box_up h3 {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .item_box_up .item_box_img {
    margin-bottom: 1.4rem;
  }
  .item_box_up .item_box_img span {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
  .item_box_up .item_box_txt {
    margin-bottom: 1rem;
  }
}
.item_box_up ul {
  order: 4;
}
.item_box_up ul {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
#bridle_page .item_box_up ul li {
  width: 30%;
  font-family: var(--fontbase);
  font-size: 12px;
  color: #777777;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 1.5%;
}
.item_box_up ul li a:hover,
.item_box_up ul li a:active {
  color: inherit!important;
  text-decoration: none!important;
}
.item_box_down .btn_link_more a {
  width: 100%;
}
#bridle_page .btn_link_more a:hover {
  color: #CCC!important;
} 
@media screen and (max-width: 599px) {
  .item_box_up ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  #bridle_page .item_box ul li br {
    display: none!important;
  }
}
/* ===============================
ケアアイテム
=============================== */
#bridle_page .care_recommend_wrap {
  width: 93rem;
}
@media screen and (max-width: 1430px) {
  #bridle_page .care_recommend_wrap {
    width: 100%;
  }
}
#bridle_page .aniline_ttl_02 {
  font-weight: 500!important;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  #bridle_page .aniline_ttl_02 {
    font-size: 1.9rem;
  }
}
.cordovan_care_item_wrap {
  display: flex;
  justify-content: space-between;
}
.cordovan_care_item_img {
  width: 26%;
}
.cordovan_care_item_img img {
  border: solid 1px #dcdcdc;
}
.cordovan_care_item_txt {
  width: 71%;
}
#bridle_page .cordovan_care_item_txt h3 {
  font-size: 23px;
  font-family: var(--min);
  font-weight: 500!important;
  line-height: 1.4em!important;
  color: #FFF;
  background-color: #141f3d;
  padding: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  #bridle_page .cordovan_care_item_txt h3 {
    text-align: center;
  }
}
.cordovan_care_item_txt h3 span {
  font-size: 18px;
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  #bridle_page .cordovan_care_item_txt h3 + p {
    text-align: center;
  }
}
#bridle_page .cordovan_care_item_txt p {
  margin-bottom: 10px!important;
}
#bridle_page .cordovan_care_item_txt a {
  text-decoration: underline!important;
}
#bridle_page .cordovan_care_item_txt a:hover {
  text-decoration: none!important;
}
#bridle_page .care_recommend_box {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .cordovan_care_item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cordovan_care_item_img,
  .cordovan_care_item_txt {
    width: 100%;
  }
  .cordovan_care_item_img {
    margin-bottom: 15px;
    text-align: center;
  }
  .cordovan_care_item_img img {
    width: 80%;
    height: 240px;
    object-fit: cover;
    border: none;
  }
  #bridle_page .cordovan_care_item_txt h3 {
    font-size: 18px;
    font-weight: 700!important;
    line-height: 1.4em!important;
    letter-spacing: 0.02em;
    color: #141f3d;
    background-color: #FFF;
    padding: 0;
  }
  .cordovan_care_item_txt h3 span {
    font-size: 16px;
    display: inline;
  }
}