@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;
  --black: #110E01;
  --gray: #E4E4E4
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
  font-weight: 500;
}
/* ===============================
レイアウト・基本
=============================== */
@media screen and (max-width: 599px) {
  #money_clip_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#money_clip_page h2,
#money_clip_page h3{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#money_clip_page h4 {
  line-height: 1.8em!important;
  letter-spacing: 0.1em!important;
}
#money_clip_page p,
#money_clip_page p span {
  line-height: 2.2em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
#money_clip_page li {
  letter-spacing: 0.05em!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #money_clip_page h2,
  #money_clip_page h3,
  #money_clip_page h4 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
  #money_clip_page p,
  #money_clip_page p span,
  #money_clip_page li {
    letter-spacing: 0em!important;
  }
}
#money_clip_page h2 small,
#money_clip_page h3 small,
#money_clip_page h4 small {
  letter-spacing: 0!important;
}
/* ===============================
リンク設定
=============================== */
#money_clip_page a {
  text-decoration: none!important;
}
#money_clip_page a:hover {
  color: inherit!important;
}
/* ===============================
見出し
=============================== */
#money_clip_page .gift_ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  #money_clip_page .gift_ttl {
    font-size: 2.2rem;
  }
}
/* ===============================
タイトル
=============================== */
.money_clip_title {
    width: 100%;
    height: 360px;
    background: url(https://morpho1995noij.itembox.design/item/moneyclip/title.jpg) no-repeat center bottom;
    padding: 0.4rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 899px) {
  .money_clip_title {
    background: url(https://morpho1995noij.itembox.design/item/moneyclip/title_sp.jpg) no-repeat right center;
    background-size: cover;
  }
}
@media screen and (max-width: 599px) {
  .money_clip_title {
    height: 240px;
    margin-bottom: 3rem;
  }
}
.money_clip_title > div {
    border: solid 1px #999;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #10E01;
    padding-left: 5rem;
    padding-top: 5rem;
}
@media screen and (max-width: 599px) {
  .money_clip_title > div {
    padding-left: 2rem;
    padding-top: 2rem;
  }
}
.money_clip_title > div h2 {
    font-size: 3.2rem;
    text-shadow: 1px 1px 3px rgba(255,255,255,1.0);
}
@media screen and (max-width: 599px) {
  .money_clip_title > div h2 {
    font-size: 2rem;
  }
}
#money_clip_page .money_clip_title > div p {
    text-shadow: 1px 1px 3px rgba(255,255,255,0.8);
    font-family: var(--font_libre)!important;
}
/* ===============================
  リード文
=============================== */
.money_clip_lead {
  text-align: center;
  padding: 0 0 4rem;
}
@media screen and (max-width: 599px) {
  .money_clip_lead {
    padding: 0rem 1.8rem 3rem;
  }
}
#money_clip_page .money_clip_lead p {
  font-size: 1.6rem;
  font-family: var(--font_noto_serif)!important;
  font-weight: 500!important;
  line-height: 2.6em!important;
}
@media screen and (max-width: 599px) {
    #money_clip_page .money_clip_lead p {
        font-family: var(--font_noto_sans)!important;
        font-size: 1.4rem;
        font-weight: 400!important;
    }
    #money_clip_page .money_clip_lead p br {
      display: none;
    }
}
/* ===============================
2カラム
=============================== */
.fold_2col_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fold_2col_box {
  width: 48.5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .fold_2col_box {
    width: 100%;
    margin-bottom: 4rem;
  }  
}
.fold_2col_box div:nth-child(1) {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .fold_2col_box div:nth-child(1) {
    margin-bottom: 1rem;
  }
  .fold_2col_box div:nth-child(1) img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
}
#money_clip_page .fold_2col_box h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  font-size: 2.0rem;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  padding: 0.6rem;
}
@media screen and (max-width: 599px) {
  #money_clip_page .fold_2col_box h2 {
    font-size: 1.6rem;
  }
}
#money_clip_page .fold_2col_box h3 {
  font-size: 2.6rem;
  font-weight: 500!important;
  line-height: 1.7!important;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #money_clip_page .fold_2col_box h3 {
    font-size: 2.0rem;
  }
}
.fold_2col_box h3 small {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .fold_2col_box h3 small {
    font-size: 1.6rem;
  }  
}
#money_clip_page p.fold_2col_price {
  color: #797979!important;
  text-align: center;
  margin: 0.6rem auto 1.6rem;
}
@media screen and (max-width: 599px) {
  #money_clip_page p.fold_2col_price {
    font-size: 1.3rem!important;
    margin: 0 auto .8rem;
  }
}


