@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;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
レイアウト・基本
=============================== */
@media screen and (max-width: 599px) {
  #leathergoods_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#leathergoods_page h2,
#leathergoods_page h3{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#leathergoods_page p,
#leathergoods_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.5rem;
}
#leathergoods_page li {
  letter-spacing: 0.05em!important;
}
@media screen and (max-width: 599px) {
  #leathergoods_page h2,
  #leathergoods_page h3 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
  #leathergoods_page p,
  #leathergoods_page p span {
    letter-spacing: 0em!important;
    font-size: 1.4rem!important;
  }
  #leathergoods_page li {
    line-height: 1.2em!important;
    letter-spacing: 0!important;
  }
}
/* ===============================
リンク設定
=============================== */
#leathergoods_page a {
  text-decoration: none!important;
}
#leathergoods_page a:hover {
  color: inherit!important;
}
/* ===============================
タイトル画像
=============================== */
.le_goods_title {
    width: 100%;
    height: 360px;
    background: url(https://morpho1995noij.itembox.design/item/leathergoods/title.jpg) no-repeat center;
    padding: 0.4rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .le_goods_title {
    height:300px;
    background: url(https://morpho1995noij.itembox.design/item/leathergoods/title_sp.jpg) no-repeat center;
    margin-bottom: 3rem;
  }
}
.le_goods_title > div {
    border: solid 1px #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    padding-left: 5rem;
}
@media screen and (max-width: 599px) {
  .le_goods_title > div {
    padding-left: 2rem;
  }
}
.le_goods_title > div h2 {
    font-size: 3.2rem;
    text-shadow: 1px 1px 4px #000;
}
@media screen and (max-width: 599px) {
  .le_goods_title > div h2 {
    font-size: 2rem;
  }
}
#leathergoods_page .le_goods_title > div p {
    text-shadow: 1px 1px 4px #000;
    font-family: var(--font_libre)!important;
}
/* ===============================
リード文
=============================== */
.le_goods_lead {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .le_goods_lead {
    display: flex;
    flex-direction: column;
  }
}
.le_goods_lead_txt {
  width: 52%;
  border: solid 1px #CBCBCB;
  padding: 3rem 0 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .le_goods_lead_txt {
    width: 100%;
    margin-top: 0;
    border: none;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.le_goods_lead_txt h2 {
  font-size: 2.5rem;
  text-align: center;
}
.le_goods_lead_txt h2:after {
  content: '';
  display: block;
  width: 118px;
  height: 1px;
  background-color: #919191;
  margin: 1rem auto 2rem;
}
@media screen and (max-width: 599px) {
.le_goods_lead_txt h2 {
  font-size: 2.0rem;
}
.le_goods_lead_txt h2:after {
  margin: 1rem auto;
}
}
.le_goods_lead_txt p {
  padding: 0 6rem 0 4rem;
}
@media screen and (max-width: 599px) {
  .le_goods_lead_txt p {
    padding: 0;
  }
}
.le_goods_lead_img {
  position: absolute;
  width: 52%;
  top: -3rem;
  right: 0;
}
@media screen and (max-width: 599px) {
  .le_goods_lead_img {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }  
}
@media screen and (max-width: 899px) {
  .le_goods_lead_img img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
}
.le_goods_lead_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border: solid 1px #FFF;
}
/* ===============================
見出し
=============================== */
.ttl_bag_01 {
  font-size: 2.5rem;
  text-align: center;
}
.ttl_bag_01:after {
  content: '';
  display: block;
  width: 118px;
  height: 1px;
  background-color: #909090;
  margin: 1.6rem auto 3.6rem;
}
@media screen and (max-width: 599px) {
  .ttl_bag_01 {
    font-size: 2.0rem;
  }
  .ttl_bag_01:after {
    margin: 1rem auto 2.6rem;
  } 
}
/* ===============================
カテゴリー
=============================== */
#leathergoods_page .top_ttl_01 {
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  #leathergoods_page .top_ttl_01 {
    font-size: 2.4rem;
  }
}
.le_goods_page_header {
    width: 100%;
    aspect-ratio: 527 / 164;
    background: url(https://morpho1995noij.itembox.design/item/leathergoods/header.jpg) no-repeat center;
}
@media screen and (max-width: 599px) {
  .le_goods_page_header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.le_goods_ttl_01 {
    color: #FFF;
    font-size: 3.4rem;
    padding: 7rem 0 0 7rem;
    text-shadow: 1px 1px 4px #000;
}
@media screen and (max-width: 1430px) {
    .le_goods_ttl_01 {
        padding: 6% 0 0 6%;
    }
}
@media screen and (max-width: 599px) {
  .le_goods_ttl_01 {
    font-size: 2.6rem;
    padding: 0;
  }
}
#leathergoods_page #category_item_page {
  background-color: #F8F8F8;
  padding: 2.5% 0 0 0!important;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #leathergoods_page #category_item_page {
    margin-bottom: 4rem;
  }
}
#leathergoods_page #category_item_page .list_cate {
  width: 100%;
  padding: 0 0.5%;
}
#leathergoods_page #category_item_page .list_cate li {
  width: 31%;
  font-size: 1.4rem;
  margin: 0 1% 2%;
}
@media screen and (max-width: 899px) {
  #leathergoods_page #category_item_page .list_cate li {
    width: 31%;
  }
}
@media screen and (max-width: 599px) {
  #leathergoods_page #category_item_page .list_cate li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 899px) {
  #leathergoods_page #category_item_page .list_cate li a {
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.other_le_goods_wrap {
  background-color: #F8F8F8;
  padding: 2.5%;
}
.other_le_goods_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  margin: 0 -1%;
}
.other_le_goods_box li {
  width: 31.33%;
  aspect-ratio: 317 / 225;
  font-size: 2.6rem;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 4px #000;
  text-align: center;
  margin: 0 1% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_le_goods_box li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .other_le_goods_box li {
    font-size: 1.4rem;
  }
}
.other_le_goods_box li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  height: 95%;
  border: solid 1px #E8E8E8;
  z-index: 10;
}
.other_le_goods_box li a:hover {
  text-decoration: none!important;
}
.bg_zoom {
  position: relative;
  overflow: hidden;
  background: #000;
}
.bg_zoom:after {
  position: absolute; 
  content: ""; 
  display: block; 
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .6s ease; 
}
.bg_zoom.cardholder:after {
  background: url(https://morpho1995noij.itembox.design/item/leathergoods/photo_cardholder.jpg) no-repeat center; 
  background-size: cover; 
}
.bg_zoom.passcase:after {
  background: url(https://morpho1995noij.itembox.design/item/leathergoods/photo_passcase.jpg) no-repeat center;
  background-size: cover; 
}
.bg_zoom.cardcase:after {
  background: url(https://morpho1995noij.itembox.design/item/leathergoods/photo_cardcase.jpg) no-repeat center;
  background-size: cover; 
}
.bg_zoom.keycase:after {
  background: url(https://morpho1995noij.itembox.design/item/accessories/accessories_04.jpg) no-repeat center; 
  background-size: cover; 
}
.bg_zoom.watchband:after {
  background: url(https://morpho1995noij.itembox.design/item/accessories/accessories_05.jpg) no-repeat center;
  background-size: cover; 
}
.bg_zoom.shoehorn:after {
  background: url(https://morpho1995noij.itembox.design/item/accessories/accessories_06.jpg) no-repeat center;
  background-size: cover; 
}
.bg_zoom:hover:after {
  opacity: .7;
  transform: scale(1.1);
}