@charset "utf-8";

/* oasys様専用 CSS */
#cms-contents .ql-size-huge {
  line-height: 1.4;
}
#cms-contents.news {
  width: 850px;
}
#cms-contents p {
  font-size: 12px;
}
#cms-contents h2 {
  line-height: 1.4em !important;;
}
#cms-contents img {
  max-width: 790px !important;
  max-height: 550px !important;
}
#cms-contents.news-archive .news-title {
  padding: 0 10px 0 20px !important;
}
.footer_link_list {
  line-height: 1.4;
  padding: 6.6px 0;
}

/* 商品ページ在庫表示欄の調整 */
.shopping_cantrol .sizeConfigGroup .stock {
  flex: 0 0 60px !important;
}
/* レコメンドが多すぎるので非表示 */
#reco_product {
  display: none;
}

/* マイページ内お友達クーポンの対象外商品記述（CSSのみ） */
.friend-coupon_code:after {
    content: '【対象外商品】MOONRAKERS別注アイテム、NEW ERA パッカブルキャップ renewalモデル、FORTUNA HOMMEアイテム（予告なく変更される場合があります）';
    width: 75%;
    margin-top: 60px;
    padding: 20px;
    display: inline-block;
    line-height: 1.8;
    color: #fff;
    font-weight: bold;
    background-color: #1290e5;
}