@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;
  --brown: #331400;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#bag_cate_page h2,
#bag_cate_page h3,
#bag_cate_page h4,
#bag_cate_page h5 {
  line-height: 1.6em!important;
  letter-spacing: 0.05em!important;
}
#bag_cate_page p,
#bag_cate_page p span,
#bag_cate_page p small,
#bag_cate_page 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) {
  #bag_cate_page h2,
  #bag_cate_page h3,
  #bag_cate_page h4,
  #bag_cate_page h5 {
    line-height: 1.5em!important;
    letter-spacing: 0.03em!important;
  }
}
#bag_cate_page .inner {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .inner {
    margin-bottom: 4rem;
  }
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 599px) {
  #bag_cate_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
/* ===============================
リンク設定
=============================== */
#bag_cate_page a {
  text-decoration: none!important;
}
#bag_cate_page a:hover {
  color: inherit!important;
}
/* ===============================
タイトル画像 ブリーフケース
=============================== */
.briefcase_page .key_title {
    width: 100%;
    height: 360px;
    background: url(https://morpho1995noij.itembox.design/item/keycase/title_key_01.jpg) no-repeat center;
    padding: 0.4rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .briefcase_page .key_title {
    height:300px;
    background: url(https://morpho1995noij.itembox.design/item/keycase/title_key_01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 2rem;
  }
}
.briefcase_page .bag_title2 {
    width: 100%;
    height: 360px;
    background: url(https://morpho1995noij.itembox.design/item/keycase/title_key_01.jpg) no-repeat center;
    padding: 0.4rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .briefcase_page .bag_title2 {
    height:300px;
    background: url(https://morpho1995noij.itembox.design/item/keycase/title_key_01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 2rem;
  }
}
.key_title > div {
    border: solid 1px #EAEAEA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5rem;
}
@media screen and (max-width: 599px) {
  .key_title > div {
    padding-left: 2rem;
  }
}
.key_title > div h2 {
    font-size: 3.2rem;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 599px) {
  .key_title > div h2 {
    font-size: 2rem;
  }
}
#bag_cate_page .key_title > div p {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-family: var(--font_libre)!important;
}
.key_title2 > div {
    border: solid 1px #EAEAEA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5rem;
}
@media screen and (max-width: 599px) {
  .key_title2 > div {
    padding-left: 2rem;
  }
}
.key_title2 > div h2 {
    font-size: 3.2rem;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 599px) {
  .key_title2 > div h2 {
    font-size: 2rem;
  }
}
#bag_cate_page .key_title2 > div p {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-family: var(--font_libre)!important;
}
/* ===============================
リード文
=============================== */
.bag_lead {
  text-align: center;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 599px) {
  .bag_lead {
    width: 94%;
    margin: 0 auto 3rem;
  }
}
#bag_cate_page .bag_lead p {
  font-size: 1.6rem;
  font-family: var(--font_noto_serif)!important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .bag_lead p {
    font-size: 1.5rem;
  }  
}
@media screen and (max-width: 810px) {
#bag_cate_page .bag_lead p br {
  display: none;
}
}
/* ===============================
見出し
=============================== */
#bag_cate_page .bag_cate_ttl_01 {
  font-size: 2.4rem;
  font-family: var(--font_noto_serif);
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .bag_cate_ttl_01 {
    font-size: 2.0rem;
    margin-bottom: 1.6rem;
  }  
}
.bag_cate_ttl_01 span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .bag_cate_ttl_01 span {
    font-weight: 500!important;
  }
}
.bag_cate_ttl_01 span:before,
.bag_cate_ttl_01 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.bag_cate_ttl_01 span:before {
  margin-right: 1.4rem;
}
.bag_cate_ttl_01 span:after {
  margin-left: 1.4rem;
}
/* ===============================
3カラム
=============================== */
.bag_cate_3col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2%;
}
@media screen and (max-width: 1430px) {
  .bag_cate_3col_wrap {
    margin-left: -3.5%;
  }
}
.bag_cate_3col_box {
  width: calc(100% / 3);
  padding: 0 0 0 2%;
  margin-bottom: 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 1430px) {
  .bag_cate_3col_box {
    padding: 0 0 0 3.5%;
  }
}
@media screen and (max-width: 599px) {
  .bag_cate_3col_box {
    width: calc(100% / 2);
  }  
}
.bag_cate_3col_box * {
  color: var(--brown)!important;
}
.bag_cate_3col_box:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .bag_cate_3col_box:nth-last-of-type(-n+3) {
    margin-bottom: 6%;
  }
  .bag_cate_3col_box:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.bag_cate_3col_box img {
  width: 100%;
}
.bag_cate_3col_box {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#bag_cate_page .bag_cate_3col_box .bag_cate_ttl_02 {
  order: 3;
  font-family: var(--font_noto_serif)!important;
  font-size: 1.5rem;
  font-weight: 500!important;
  line-height: 1.6!important;
}
#bag_cate_page .bag_cate_3col_box .bag_cate_ttl_02 span {
  font-family: var(--font_noto_sans)!important;
  color: #666666!important;
  font-size: 1.4rem;
  display: block;
  line-height: 1.6!important;
  margin-top: 0.6rem;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .bag_cate_3col_box .bag_cate_ttl_02 span {
    font-size: 1.2rem;
    font-weight: 400!important;
  }
}
#bag_cate_page .bag_cate_3col_box .bag_cate_ttl_02 span:before {
  content: '\0a5';
}
#bag_cate_page p.bag_cate_3col_txt {
  order: 2;
  line-height: 1.8!important;
  font-size: 1.6rem;
  font-family: var(--font_noto_serif)!important;
  font-weight: 600!important;
  margin-bottom: 1rem;
  letter-spacing: 0!important;
}
@media screen and (max-width: 599px) {
  #bag_cate_page p.bag_cate_3col_txt {
    font-size: 1.5rem;
    letter-spacing: 0.03em!important;
    line-height: 1.6!important;
  }
}
.bag_cate_3col_img {
  order: 1;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  .bag_cate_3col_img {
    margin-bottom: 1rem;
  }
}
/* ===============================
2カラム
=============================== */
.bag_cate_2col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bag_cate_2col_wrap a {
  width: 48%;
  aspect-ratio: 5 / 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4%;
}
.bg_cirasagi {
  background: url(https://morpho1995noij.itembox.design/item/briefcase/brief_01.jpg) no-repeat bottom right;
}
.bg_bridle {
  background: url(https://morpho1995noij.itembox.design/item/briefcase/brief_02.jpg) no-repeat bottom right;
}
.bg_shrink {
  background: url(https://morpho1995noij.itembox.design/item/briefcase/brief_03.jpg) no-repeat bottom right;
}
.bg_ruga {
  background: url(https://morpho1995noij.itembox.design/item/briefcase/brief_04.jpg) no-repeat bottom right;
}
.bg_tote01 {
  background: url(https://morpho1995noij.itembox.design/item/totebag/photo05.jpg) no-repeat bottom right;
}
.bg_tote02 {
  background: url(https://morpho1995noij.itembox.design/item/totebag/photo06.jpg) no-repeat bottom right;
}
.bg_tote03 {
  background: url(https://morpho1995noij.itembox.design/item/totebag/photo07.jpg) no-repeat bottom right;
}
.bg_tote04 {
  background: url(https://morpho1995noij.itembox.design/item/totebag/photo08.jpg) no-repeat bottom right;
}
@media screen and (max-width: 1430px) {
  .bg_cirasagi,
  .bg_bridle,
  .bg_shrink,
  .bg_tote01,
  .bg_tote02,
  .bg_tote03,
  .bg_tote04,
  .bg_ruga {
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .bag_cate_2col_wrap a {
    aspect-ratio: auto;
    background: none!important;
    justify-content: start;
    margin-bottom: 6%;
  }
}
.bag_cate_2col_wrap a:hover {
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
}
.bag_cate_2col_box {
  min-width: 420px;
  display: inline-block;  
  background-color: rgba(221,221,221,0.5);
  padding: 4%;
}
@media screen and (max-width: 1430px) {
  .bag_cate_2col_box {
    min-width: auto;
    width: 100%;
    text-align: center;
  }  
}
@media screen and (max-width: 599px) {
  .bag_cate_2col_box {
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
}
.bag_cate_2col_box * {
  color: var(--brown)!important;
}
.bag_cate_ttl_03 {
  font-size: 1.8rem;
  font-weight: 600!important;
}
@media screen and (max-width: 599px) {
  .bag_cate_ttl_03 {
    font-size: 1.5rem;
    order: 1;
  }  
}
.bag_cate_ttl_03 br {
  display: block!important;
}
@media screen and (min-width: 1431px) {
  .bag_cate_ttl_03 br {
    display: none!important;
  }
}
@media screen and (max-width: 599px) {
  .bag_cate_ttl_03 br {
    display: none!important;
  }
}
#bag_cate_page .bag_cate_ttl_03 + p {
  font-family: var(--font_noto_serif)!important;
  font-size: 1.5rem;
  font-weight: 600!important;
  line-height: 1.6!important;
}
@media screen and (max-width: 599px) {
  #bag_cate_page .bag_cate_ttl_03 + p {
    font-size: 1.2rem;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
    margin-top: 0.6rem;
    order: 2;
  }
}
@media screen and (min-width: 600px) {
  .bag_cate_2col_box img {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .bag_cate_2col_box img {
    order: 0;
    border: solid 1px #E0E0E0;
    margin-bottom: 1rem;
  }
}