@charset "UTF-8";
@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=Source+Sans+Pro:wght@600&display=swap');/*ヴィヴァーチェ用*/
@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* ===============================
フォント設定
=============================== */
:root {
  --fontgeo: 'Montserrat', serif;
  --fontbase: 'Noto Sans JP', sans-serif;
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --min: 'Noto Sans JP', sans-serif;
}
.font_libre {
  font-family: var(--font_libre)!important;
}
.font_noto_sans {
  font-family: var(--font_noto_sans)!important;
}
.font_weight_400 {
  font-weight: 400!important;
}
.font_weight_500 {
  font-weight: 500!important;
}
body {
  font-family: var(--fontbase);
  font-weight: 400;
}
p,
li,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
/* ===============================
Chromeで画像がぼやける
=============================== */
img {
  image-rendering: -webkit-optimize-contrast;
}
/* ===============================
フッター上部　20211001
=============================== */
@media screen and (max-width: 1159px) {
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block {
    align-items: stretch!important;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order--block {
    background-color: #FFF;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order__Item {
    margin: auto;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 {
    width: 36%;
    padding-right: 1.6rem;
    margin-left: 0;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 br {
    display: none;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 span {
    display: inline!important;
  }
}
@media screen and (max-width: 799px) {
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 {
    width: auto;
    padding-right: 0;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 br {
    display: block;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order--block01 span {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .fs-l-footer__contents .l-flexWrap .l-flexBlock * {
    font-family: var(--font_noto_sans);
    font-weight: 400;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order__Item01 {
    font-size: 1.3rem!important;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order__Item01 span:nth-of-type(1) {
    font-size: 1.4rem!important;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order__Item01 span:nth-of-type(2) {
    font-size: 1.2rem!important;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order__Item {
    font-size: 1.2rem!important;
  }
  .fs-l-footer .fs-l-footer__contents .u-fs-p-order__Item span {
    font-size: 1.4rem!important;
  }

}


/* ===============================
トップリニューアル　フッター　20210927
=============================== */
@media screen and (max-width: 1199px) {
  .l-common_footerMenuWrap .l-flexWrap {
    max-width: 96%;
  }
  .l-common_footerMenuWrap .fs-p-footer--menu {
    width: 22%!important;
  }
}
@media screen and (max-width: 799px) {
  .l-common_footerMenuWrap .fs-p-footer--menu {
    width: 100%!important;
  }
}
.fs-p-footer--menu * {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
}
.fs-p-footer--menu .fs-p-footermenu__cat {
  font-size: 1.4rem;
  font-weight: 500;
}
.fs-p-footerCopyright {
  font-family: var(--font_libre)!important;
  font-weight: 300;
}
.fs-p-footerCopyright__text {
  font-size: 1.0rem!important;
}
.p-service__time {
  margin-top: 2rem;
}
.footer_sns_list {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 799px) {
  .footer_sns_list {
    justify-content: center;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 799px) {
  .footer_youtube_bnr img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer_youtube_bnr img {
    width: 90%;
  }
  .fs-p-footer--menu {
    margin-bottom: 5rem;
  }
  .fs-p-footer--menu ul li {
    margin: 0 0 1.4rem;
  }
}
/* ===============================
ページトップ&追従バナー
=============================== */
div.fs-p-footerFixedPageTop + div.fs-p-scrollingCartButton {
  right: 1%;
  bottom: 90px;
}
.fs-p-footerFixedPageTop {
}
.footer_pagetop_list {
  width: 500px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_pagetop_list li {
  margin-left: 8px;
}
.footer_pagetop_list li img {
  width: 200px;
}
.footer_pagetop_list li:last-child img {
  width: 63px;
}
@media screen and (max-width: 599px) {
  div.fs-p-footerFixedPageTop + div.fs-p-scrollingCartButton {
    right: 0;
    bottom: 70px;
  }
  .fs-p-footerFixedPageTop {
    width: 100%;
    bottom: 0px;
    right: 0;
  }
  .footer_pagetop_list {
    width: 100%;
  }
  .footer_pagetop_list li {
    margin-left: 4px;
  }
  .footer_pagetop_list li img {
    width: auto;
    height: 65px;
  }
}

/* ===============================
グローバルメニュー
=============================== */
.l-gnav li.l-gnav_reading_matter .p-children {
  width: 340px;
}
.l-gnav li.l-gnav_reading_matter .p-children .p-childrenItem {
  width: 100%;
}
.l-gnav li.l-gnav_mens .p-children {
  width: 800px;
  flex-wrap: wrap;
}
.l-gnav li.l-gnav_mens .p-children .p-childrenItem {
  width: 30%;
  margin-right: 3%;
}
@media screen and (max-width: 979px) {
  .l-gnav li.l-gnav_mens .p-children .p-childrenItem {
    width: 100%;
    margin-right: 0;
  }  
}
.l-gnav li.l-gnav_ranking .p-children {
  width: 280px;
}
.l-gnav li.l-gnav_ranking .p-children .p-childrenItem {
  width: 100%;
}
/* ===============================
グローバルメニュー　メンズ変更202306
=============================== */
.l-gnav_mens ul.p-children > li.p-childrenItem > a {
  display: inline-block;
  font-size: 1.5rem!important;
  border-bottom: solid 1px #CCC;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .l-gnav_mens ul.p-children > li.p-childrenItem > a {
    padding-bottom: 1rem; 
  }
}
@media screen and (max-width: 979px) {
  .l-gnav_mens ul.p-children > li.p-childrenItem > a {
    border-bottom: none;
    padding-left: 0!important;
  }
  .l-gnav_mens ul.p-children > li.p-childrenItem > a:before {
    content: ''!important;
  }
}
.l-gnav_mens ul.p-children > li.p-childrenItem > a:hover {
  text-decoration: ;
}
@media screen and (min-width: 980px) {
  .l-gnav .l-gnav_mens.p-haschild:hover .p-children .p-childrenItem {
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  .l-gnav .l-gnav_mens.p-haschild:hover .p-children {
    padding: 2rem 2rem 3rem;
  }
  .l-gnav .l-gnav_mens.p-haschild:hover .p-childrenItem {
    margin-bottom: 1rem;
  }
}
.l-gnav .l_gnavi_sub,
.l-gnav .l_gnavi_sub_notoggle {
  margin-top: 1rem;
  padding-left: 1rem;
}
.l-gnav .l_gnavi_sub > li,
.l-gnav .l_gnavi_sub_notoggle > li {
  padding: 0;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 979px) {
  .l-gnav.open .l_gnavi_sub > li {
    border-bottom: solid 1px #999;
    margin-bottom: 1rem!important;
  }
  .l-gnav.open .l_gnavi_sub_notoggle > li {
    margin-bottom: 1rem!important;
    border-bottom: none!important;
    padding-bottom: 1rem!important
  }
  .l-gnav.open .l_gnavi_sub > li:last-child,
  .l-gnav.open .l_gnavi_sub_notoggle > li:last-child {
    border-bottom: none;
    margin-bottom: 0!important;
    padding-bottom: 0!important
  }
  .l-gnav.open .l_gnavi_sub > li {
    padding-left: 1rem;
  }
}
.downtoggleBtn {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 2px;
  right: 0;
}
.downtoggleBtn.active {
  top: 6px;
}
.downtoggleBtn:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #171717;
  border-bottom: solid 2px #171717;
  transform:rotate(45deg);
  margin: 0 auto;
}
.downtoggleBtn.active:before {
  border-right: none;
  border-left: solid 2px #171717;
  border-bottom: solid 2px #171717;
  transform:rotate(135deg);
}
.l-gnav.open .l_gnavi_sub .downtoggleBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0 4px 0 7px;
}
.l-gnav.open .l_gnavi_sub .downtoggleBtn:before {
  content: "\f067";
  font-family: var(--fontawe);
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  top: -3px;
}
.l-gnav.open .l_gnavi_sub .downtoggleBtn.active:before {
  content: "\f068";
  font-family: var(--fontawe);
  font-weight: bold;
}
/* ===============================
スマホメニュー　ホームボタン
=============================== */
@media screen and (min-width: 980px) {
  #gnav_wrap .l-gnav li.gnav_list_home {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #gnav_wrap .l-gnav li.gnav_list_home a:before {
  content: '\f015';
 }
#gnav_wrap .l-gnav li.gnav_list_home a,
#gnav_wrap .l-gnav li.gnav_list_home{
  border-bottom: none!important;
  line-height: 1.0;
}
}
/* ===============================
スマホメニュー　レビュー一覧
=============================== */
.gnav_review,
.gnav_review a {
}
.gnav_review a:before {
  content: '\f086'!important;
  font-family: var(--fontawe);
}
/* ===============================
スマホ トップポイントアップバナー
=============================== */
#fs_Top .sp_pointup_bnr {
  margin-bottom: 14px
}
#fs_ProductCategory .sp_pointup_bnr,
#fs_CustomPage .sp_pointup_bnr {
  margin-bottom: 0.8rem;
} 
/* ===============================
スマホ 送料告知バナー
=============================== */
.fs-p-banner--postage {
  font-family: var(--min);
}
#fs_Top .fs-p-banner--postage {
  width: 94%!important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
.fs-p-banner--postage {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .fs-l-main {
  margin-top: 0!important;
  }
}
/* ===============================
スマホ 休業お知らせ
=============================== */
@media screen and (min-width: 600px) {
  .holiday_info_wrap,
  #holiday_info {
    display: none;
  }
}
@media screen and (max-width: 599px) {
.holiday_info_wrap {
  width: 94%;
  margin: 0 auto 10px;
  border: solid 1px #e5e5e5;
  background-color: #fffcd6;
  border-radius: 3px;
  padding: 3% 1.5%;
  font-size: 13px;
  text-align: center;
}
#fs_Top .holiday_info_wrap {
  margin-top: 10px;
}
.holiday_info_wrap span {
  font-weight: bold;
  color: #8d1d22;
}
.holiday_info_wrap br {
  display: block!important;
}
.holiday_info_wrap a {
  text-decoration: underline!important;
}
.holiday_info_wrap a:hover,
.holiday_info_wrap a:active {
  opacity: 1.0!important;
}
#holiday_info {
  width: 100%;
  padding-top: 10px;
  margin: 0 auto 20px;
}
#holiday_info h3 {
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #CCC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#holiday_info img {
  margin-bottom: 10px;
}
#holiday_info p {
  width: 94%;
  margin: 0 auto;
  font-family: var(--fontbase);
  font-size: 13px;
  text-align: left!important;
  line-height: 2.0em!important;
}
.holiday_info_tel a {
  text-decoration: underline!important;
}
.holiday_info_tel a:hover,
.holiday_info_tel a:active {
  opacity: 1.0!important;
}
}
.holiday_pc {
  width: 94%;
  margin: 0 auto 30px;
  text-align: center;
}
/* ===============================
スマホ　下層ページタイトル部
=============================== */
@media screen and (max-width: 599px) {
#l-heading1,
.fs-c-heading {
  font-size: 18px!important;
  text-align: center; 
  line-height: 1.4em!important;
  padding: 0 2%!important;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
  line-height: 1.8em!important;
}
}
/* ===============================
商品グループページ
=============================== */
@media screen and (max-width: 599px) {
.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list .fs-c-productList__list__item {
  border-bottom: none;
}
}
/* ===============================
シリーズ推奨ケアアイテム
=============================== */
.mt60 {
  margin-top: 60px;
}
.ttl_01 {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8em;
  background-color: #010d48;
  padding: 8px;
  margin-bottom: 28px;
}
.ttl_01 span {
  font-size: 12px;
  padding-left: 14px;
}
.ttl_02 {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.8em;
  margin: 0 auto 10px;
  border-bottom: solid 1px  rgb(119, 119, 119);
}
.ttl_02 span {
  font-size: 12px;
  padding-left: 14px;
}
.series_care_wrap,
.series_care_wrap_wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 97%;
  margin: 0 auto 60px;
}
.series_care_wrap a:hover,
.series_care_wrap_wide a:hover {
  text-decoration: none;
}
.series_care_wrap div,
.series_care_wrap_wide div {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.series_care_items {
  font-family: var(--fontbase)!important;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.series_care_items li,
.series_care_wrap_wide .series_care_items li {
  width: 20%;
  padding: 0 0.5%;
}
.series_care_items img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ttl_01 {
    font-size: 18px;
  }
  .ttl_02 {
    font-size: 18px;
  }
  .series_care_wrap,
  .series_care_wrap_wide {
    width: 100%;
    margin: 0 auto 30px;
  }
  .series_care_wrap div,
  .series_care_wrap_wide div{
    width: 100%;
    margin: 0 auto 40px;
  }
  .series_care_items li,
  .series_care_wrap_wide .series_care_items li {
    width: 33%;
    padding: 0 2%;
  }
 }
/* ==========================================================
シリーズ推奨ケアアイテム 点数の少ないシリーズ　商品グループページ用
=========================================================== */
.fs-body-category-cestino .series_care_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.fs-body-category-cestino .series_care_wrap div {
  width: 48%;
}
.fs-body-category-cestino .series_care_items li,
.fs-body-category-crocodilecirasagileather .series_care_items li {
  width: 33.33%;
  padding: 0 0.5%;
}
@media screen and (max-width: 800px) {
  .fs-body-category-cestino .series_care_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .fs-body-category-cestino .series_care_wrap div {
    width: 100%;
  }
  .fs-body-category-cestino .series_care_items li,
  .fs-body-category-crocodilecirasagileather .series_care_items li {
    padding: 0 2%;
  }
}
/* ==========================================================
シリーズ推奨ケアアイテム 点数の少ないシリーズ　商品詳細ページ用
=========================================================== */
/* チェスティーノ */
.fs-body-product-104345 .series_care_wrap,
.fs-body-product-104344 .series_care_wrap,
.fs-body-product-104343 .series_care_wrap,
.fs-body-product-104342 .series_care_wrap,
.fs-body-product-104341 .series_care_wrap,
.fs-body-product-104340 .series_care_wrap,
.fs-body-product-104347 .series_care_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.fs-body-product-104345 .series_care_wrap div,
.fs-body-product-104344 .series_care_wrap div,
.fs-body-product-104343 .series_care_wrap div,
.fs-body-product-104342 .series_care_wrap div,
.fs-body-product-104341 .series_care_wrap div,
.fs-body-product-104340 .series_care_wrap div,
.fs-body-product-104347 .series_care_wrap div {
  width: 48%;
}
.fs-body-product-104345 .series_care_items li,
.fs-body-product-104344 .series_care_items li,
.fs-body-product-104343 .series_care_items li,
.fs-body-product-104342 .series_care_items li,
.fs-body-product-104341 .series_care_items li,
.fs-body-product-104340 .series_care_items li,
.fs-body-product-104347 .series_care_items li {
  width: 33.33%;
  padding: 0 0.5%;
}
@media screen and (max-width: 800px) {
  .fs-body-product-104345 .series_care_wrap,
  .fs-body-product-104344 .series_care_wrap,
  .fs-body-product-104343 .series_care_wrap,
  .fs-body-product-104342 .series_care_wrap,
  .fs-body-product-104341 .series_care_wrap,
  .fs-body-product-104340 .series_care_wrap,
  .fs-body-product-104347 .series_care_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .fs-body-product-104345 .series_care_wrap div,
  .fs-body-product-104344 .series_care_wrap div,
  .fs-body-product-104343 .series_care_wrap div,
  .fs-body-product-104342 .series_care_wrap div,
  .fs-body-product-104341 .series_care_wrap div,
  .fs-body-product-104340 .series_care_wrap div,
  .fs-body-product-104347 .series_care_wrap div  {
    width: 100%;
  }
  .fs-body-product-104345 .series_care_items li,
  .fs-body-product-104344 .series_care_items li,
  .fs-body-product-104343 .series_care_items li,
  .fs-body-product-104342 .series_care_items li,
  .fs-body-product-104341 .series_care_items li,
  .fs-body-product-104340 .series_care_items li,
  .fs-body-product-104347 .series_care_items li {
    padding: 0 2%;
  }
}
/* ===============================
パンくずリストの表示を3行とするCSS
=============================== */
.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}
.fs-c-breadcrumb__list--subgroup:nth-child(2) {
  display:block;
}
#fs_ProductDetails .l-mainColumn--productsflexCont {
  margin-top: 1rem;
}
/* ===============================
商品詳細ページ　男女ランキング
=============================== */
#ranking_item_page {
  font-family: var(--fontbase);
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
  padding: 80px 0 40px;
}
@media screen and (max-width: 599px) {
  #ranking_item_page {
    padding: 40px 0 30px;
  }
}
#ranking_item_page a {
  text-decoration: none!important;
}
#ranking_item_page a:hover {
  text-decoration: none!important;
  opacity: 1.0!important;
}
#ranking_item_page .top_ranking_wrap {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 599px) {
  #ranking_item_page .top_ranking_wrap {
    margin: 0 auto;
  }
}
.mens_ranking .top_ranking_num {
  background-color: #254280;
}
.womens_ranking .top_ranking_num {
  background-color: #731a2e!important;
}
#ranking_item_page .top_ranking_num {
  line-height: 1.0!important;
  padding: 18px 16px!important;
}

/* ===============================
商品詳細ページ　男女カテゴリ
=============================== */
#category_item_page {
  width: 100%;
  font-family: var(--fontbase);
  padding: 40px 0;
  background-color: none!important;
}
#category_item_page a {
  text-decoration: none!important;
}
#category_item_page a:hover {
  text-decoration: none!important;
  color: inherit!important;
}
#category_item_page .list_cate_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#category_item_page .list_cate {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#category_item_page .list_cate li {
  width: 22.7%;
}
@media screen and (max-width: 599px) {
  #category_item_page {
    padding: 20px 0;
  }
  #category_item_page .list_cate li {
    width: 28%;
  }
}
.list_cate.womens_cate li {
  background-color: #FFF;
}
.womens_cate .list_cate_icon_special {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_special.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_honey {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_honey.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_naga {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_naga.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_futatsu {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_futatsu.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_compact {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_compact.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_kozeni {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_kozeni.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_meishi {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_meishi.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_bag {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_bag.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate li.list_cate_icon_sp a {
    padding: 0 1px 8px!important;
  }
}
.womens_cate .list_cate_icon_accessory {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_accessory.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_stationery {
  background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_stationery.jpg) no-repeat 20px center;
  background-size: 54px;
}
.womens_cate .list_cate_icon_care {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_care.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 1184px) {
  .womens_cate .list_cate_icon_special {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_special.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_honey {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_honey.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_naga {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_naga.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate  .list_cate_icon_futatsu {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_futatsu.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_compact {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_compact.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_kozeni {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_kozeni.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_meishi {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_meishi.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_bag {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_bag.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_accessory {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_accessory.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_stationery {
    background: url(https://morpho1995noij.itembox.design/item/womens/common/icon_stationery.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .womens_cate .list_cate_icon_care {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_care.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_watchband {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_watchband.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_watchband {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_watchband.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_keycase {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_accessory.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_keycase {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_accessory.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_accessory {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_keyholder.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_accessory {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_keyholder.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_bag {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_bag_00.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_bag {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_bag_00.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_briefcase {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_briefcase.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_briefcase {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_briefcase.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_totebag {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_bag.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_totebag {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_bag.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_shoehorn {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_shoehorn.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_shoehorn {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_shoehorn.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
/* ===============================
カテゴリランキング
=============================== */
.fs_ranking_category .top_ranking_wrap {
  justify-content: center;
  margin: 0 -1%;
}
.fs_ranking_category .top_ranking_box {
  margin: 0 1%;
}
@media screen and (max-width: 599px) {
  .fs_ranking_category .top_ranking_wrap {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .fs_ranking_category .top_ranking_box {
    width: 47%;
    margin-bottom: 20px;
  }
}
/* ==================================
商品詳細ページ　ピックアップコンテンツ
================================== */
.category_item_page_pickup_contents {
  padding: 40px 0;
}
.category_item_page_pickup_contents a:hover {
  color: inherit;
}
.category_item_page_pickup_contents a:hover {
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  #category_item_page_pickup_contents {
    padding: 20px 0;
  }
}
/* ==================================
サイドメニュー　バナーエリア
================================== */
#p-bnr_cyprismembership .p-bnrItem {
  margin: 10px 0!important;
}
#side_menu_bnrlist {
  margin: 20px auto;
}
#side_menu_bnrlist ul {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;/*列の数と幅を指定できる*/
  gap: 1rem;
}
#side_menu_bnrlist li span {
  display: none;
}
#side_menu_infolist {
  width: 80%;
  margin: 0 auto;
}
#side_menu_infolist li {
  margin-bottom: 10px;
}
#side_menu_infolist li img {
  border-right: solid 1px #ebebeb!important;
  border-bottom: solid 1px #ebebeb!important;
}
@media screen and (max-width: 979px) {
  #side_menu_bnrlist,
  #side_menu_infolist {
    display: none;
  }
}
/* ===============================
メンズグループトップ　カテゴリ一覧
=============================== */
.fs-body-category-mens .fs-c-subgroup{
  display: none!important;
}
/* ===============================
フリーページ共通
=============================== */
.l-common_bnrAreaWrap {
  overflow: hidden;
}
.l-common_bnrAreaWrap a:hover {
  text-decoration: none!important;
}
.inner {
  width: 100%;
  margin: 0 auto 50px;
}
.inner p,
.inner h2,
.inner h3,
.inner h4,
.inner_wrap p,
.inner_wrap h2,
.inner_wrap h3,
.inner_wrap h4 {
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
.inner .top_ranking_wrap {
  width: 100%;
  margin-bottom: 50px;
}
.inner .top_ranking_wrap * {
  font-family: var(--fontbase);
  line-height: 1.6;
}
.inner .top_ranking_wrap a {
  text-decoration: none!important;
}
.inner .top_ranking_num {
  background-color: #254280;
  padding: 10px 14px;
}
.womens + .top_ranking_wrap .top_ranking_num {
  background-color: #731a2e;
}
.mens + .top_ranking_wrap .top_ranking_num {
  background-color: #254280;
}
@media screen and (max-width: 1430px) {
.inner p br,
.inner h2 br,
.inner h3 br,
.inner h4 br,
.inner_wrap p br,
.inner_wrap h2 br,
.inner_wrap h3 br,
.inner_wrap h4 br {
    display: none;
}
  h2.title_image + p br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    width: 94%;
    margin: 0 auto 30px;
  }
  .inner p,
  .inner_wrap p {
    letter-spacing: 0em!important;
    line-height: 2.2em!important;
  }
  .inner h2,
  .inner h3,
  .inner h4,
  .inner_wrap h2,
  .inner_wrap h3,
  .inner_wrap h4 {
    line-height: 1.4em!important;
    letter-spacing: 0em!important;
  }
  .inner .top_ranking_wrap {
    margin-bottom: 25px;
  }
}
/* ===============================
レイアウトや調整
=============================== */
.mt30 {
  margin-top: 30px;
}
.dis_block {
  display: block;
}
.align_left {
  text-align: left!important;
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px;
  }
}
/* ===============================
カテゴリーリスト（下層）
=============================== */
.l-common_bnrAreaWrap .list_cate_wrap {
  width: 73%;
  font-family: var(--fontbase);
  margin: 0 auto 50px;
}
.l-common_bnrAreaWrap .top_ranking_wrap {
  width: 74%;
  font-family: var(--fontbase);
  margin: 0 auto 70px;
}
@media screen and (max-width: 1184px) {
  .l-common_bnrAreaWrap .list_cate_wrap {
    width: 92%;
  }
  .l-common_bnrAreaWrap .top_ranking_wrap {
    width: 92%;
  }
  .l-common_bnrAreaWrap .top_info_3col_wrap_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .l-common_bnrAreaWrap .list_cate_wrap {
    width: 100%;
  }
  .l-common_bnrAreaWrap .top_ranking_wrap {
    margin: 0 auto 30px;
  }
}
/* ===============================
シリーズ一覧ページ
=============================== */
.series_banner_inner.name_cordovan_ac:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cordovan_ac.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_vivace:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_vivace.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_vivace_womens:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_vivace_womens.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_mat_croco:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_matcroco.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_linea:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_linea.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_libre:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_libre.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_ai:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_ai.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_freccia:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_freccia.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ===============================
ギフトページ　ピックアップコンテンツ
=============================== */
.pick_up_contents_wrap {
  font-family: var(--font_noto_sans);
  text-align: center;
}
.pick_up_contents_wrap a,
.pick_up_contents_wrap a:hover {
  text-decoration: none!important;
}
.pick_up_contents_wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;/*列の数と幅を指定できる*/
  gap: 2rem;
}
@media screen and (max-width: 599px) {
  .pick_up_contents_wrap ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .pick_up_contents_wrap li:nth-child(1) {
    grid-column: 1/3;
  }
  .pick_up_contents_wrap li:nth-child(6),
  .pick_up_contents_wrap li:nth-child(7),
  .pick_up_contents_wrap li:nth-child(8) {
    display: none;
  }
}
/* ===============================
ケアグッズ
=============================== */
#caregoods_page {
  margin-bottom: 100px; 
}
@media screen and (max-width: 599px) {
  #caregoods_page {
    margin-bottom: 60px; 
  }
}
#caregoods_page .inner {
  width: 100%;
  margin: 0 auto 30px;
}
#caregoods_page .inner p {
  font-size: 14px;
}
#caregoods_page .inner p,
#caregoods_page h2,
#caregoods_page h3 {
  line-height: 1.8em;
}
#caregoods_page h2,
#caregoods_page h3 {
  letter-spacing: 0.05em;
}
.before_care_wrap {
  color: #502806;
  margin-bottom: 80px;
}
.before_care_wrap .inner:last-child {
  margin-bottom: 0;
}
#caregoods_page h2 {
  margin-bottom: 30px;
}
.beforecare_box {
  width: 80%;
  background-color: #a5d8da;
  border-radius: 12px;
  padding: 20px;
  margin: 0 auto;
}
.before_care_box_inner {
  border-left: dashed 2px #502806;
  border-bottom: dashed 2px #502806;
  padding: 20px 0 20px 20px;
}
.before_care_box_inner div {
  font-family: var(--fontbase);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.before_care_txt {
  width: 60%;
}
.before_care_img {
  width: 38%;
}
.before_care_img img {
  width: 100%;
}
.page_link {
  width: 100%;
  margin-bottom: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
}
.page_link li {
  width: 38%;
  text-align: center;
  background-color: #171717;
  border: solid 1px #CCC;
  margin: 0 15px;
  display: inline-flex;
  justify-content: center;
  transition: .3s;
}
.page_link li a {
  width: 100%;
  color: #FFF!important;
  text-decoration: none!important;
  padding: 12px;
  margin: auto 0;
}
.page_link li:hover {
  background-color: #FFF!important;
}
.page_link li:hover a {
  color: #171717!important;
  opacity: 1.0!important;
}

@media screen and (max-width: 1430px) {
  #caregoods_page .gift_page_intro br {
    display: none;
  }
  .beforecare_box {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  #caregoods_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .before_care_wrap {
    margin-bottom: 40px;
  }
  #caregoods_page .inner {
    width: 94%;
  }
  #caregoods_page .inner br {
    display: none;
  }
  #caregoods_page h2 {
    margin-bottom: 15px;
  }
  .beforecare_box {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0px;
  }
  .before_care_box_inner {
    padding: 0px;
    border: none;
  }
  .before_care_box_inner div {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .before_care_box_inner div p:first-child {
    margin-bottom: 15px;
  }
  .before_care_txt {
    width: 100%;
  }
  .before_care_img {
    width: 90%;
  }
  .page_link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
  }
  .page_link li {
    width: 94%;
    margin: 0 0 12px;
  }
  .page_link li a {
    padding: 12px;
  }
}
@media screen and (max-width: 800px) {
  #caregoods_page .inner#name_01,
  #caregoods_page #name_02 {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* ===============================
運気を上げる財布
=============================== */
@media screen and (max-width: 599px) {
  #fortune_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.tll_fortune_01 {
  background-color: #0c3219;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 18px;
}
#fortune_page .inner p {
  font-size: 15px;
  margin-bottom: 30px;
}
#fortune_page .inner p:last-child {
  margin-bottom: 0;
}
.strong {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .tll_fortune_01 {
    font-size: 16px;
  }
  #fortune_page .inner p {
    margin-bottom: 15px;
  }
  .strong {
    font-size: 17px;
  }
}
.bold {
  font-weight: bold;
}
.bg_yellow {
  background-color: #fff75f;
}
.red {
  color: #ff0000;
}
.source_box {
  width: 94%;
  font-family: var(--fontbase);
  margin: 0 auto 20px;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  padding: 30px;
}
.source_box h3 {
  font-size: 18px;
  font-weight:  bold;
}
.source_box h4 {
  font-size: 15px;
}
.source_box p {
  font-size: 13px!important;
}
.source_box dl {
  margin: 0!important;
  padding: 0;
  font-size: 14px;
}
.source_box dt {
  width: fit-content;
  float: left;
}
.source_box dt:after {
  content:'：';
}
.source_box dd:after {
  content: '';
  clear: both;
  display: block;
}
.source_box dt,
.source_box dd {
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  .source_box {
    width: 100%;
    margin: 0 auto 10px;
    padding: 14px 10px;
  }
  .source_box br {
    display: block!important;
  }
  .source_box h3 {
    font-size: 17px;
  }
  .source_box h4 {
    margin-bottom: 5px;
  }
  .source_box dt {
    width: 100%;
    float: none;
    color: #FFF;

    font-weight: bold;
    background-color: #0c3219;
    margin-bottom: 5px;
    padding: 4px 12px;
  }
  .source_box dt:after {
    content:'';
  }
  .source_box dd:after {
    content: '';
    clear: both;
    display: block;
  }
  .source_box dd {
    margin-bottom: 15px;
  }
}
#fortune_page .gift_ttl {
  color: #0c3219;
}
#fortune_page .gift_ttl span:before,
#fortune_page .gift_ttl span:after {
  height: 2px;
  background-color: #0c3219;
}
.green_wrap {
  width: 100%;
  height: 325px;
  background: url(https://morpho1995noij.itembox.design/item/fortune/bg_green.jpg) no-repeat top center;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}
.green_wrap p {
  color: #FFF;
  text-align:  center;
  padding: 0 10px 25px;
}
@media screen and (max-width: 599px) {
  .green_wrap {
    width: 100%;
    height: auto;
    background: url(https://morpho1995noij.itembox.design/item/fortune/bg_green.jpg) no-repeat top center;
    background-size: auto 100px;
  }
  .green_wrap p {
    color: #0c3219;
    padding: 110px 10px 0;
  }
}
.tll_fortune_02 {
  color: #0c3219;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.tll_fortune_02 span {
  display: block;
  font-size: 20px;
}
.green_item_wrap {
  width: 90%!important;
}
.green_item_honeycell {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.green_item_honeycell p:first-child {
  width: 18%;
  margin: 0;
}
.green_item_honeycell p:last-child {
  width: 60%;
  text-align: center;
  margin: 0 0 0 26px;
}
#fortune_page .link_btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none!important;
  background-color: #0c3219!important;
  color: #FFF!important;
  padding: 12px 10px;
}
#fortune_page .top_ranking_wrap + .link_btn {
  width: 50%;
  margin: 0 auto;
}
#fortune_page .top_ranking_wrap + .link_btn a {
  padding: 18px 10px;
}
@media screen and (max-width: 599px) {
  .tll_fortune_02 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .tll_fortune_02 span {
    display: block;
    font-size: 16px;
  }
  .tll_fortune_02 + p {
    font-size: 13px!important;
  }
  .green_item_honeycell {
    flex-direction: column;
  }
  .green_item_honeycell p:first-child {
    width: 60%;
    margin: 0;
  }
  .green_item_honeycell p:last-child {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #fortune_page .top_ranking_wrap + .link_btn {
    width: 100%;
    margin: 0 auto;
  }
}
/* ===============================
福銭
=============================== */
#fukusen_page a,
#fukusen_page a:hover {
  text-decoration: none!important;
}
.fukusen_intro {
  font-size: 20px;
  font-family: var(--fontbase);
  font-weight:  bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 44px;
}
.fukusen_campaign_wrap {
  border: solid 1px #cebf80;
  width: 90%;
  padding: 30px;
  margin: 0 auto;
}
.fukusen_campaign_wrap h2:before {
  content: "◆"
}
.fukusen_campaign_wrap p {
  margin-bottom: 30px;
}
.fukusen_campaign_wrap p:last-child {
  margin-bottom: 0;
}
.fukusen_campaign_wrap p span {
  color: #ff0000;
}
@media screen and (max-width: 599px) {
  .fukusen_intro {
    width: 90%;
    font-size: 16px;
    text-align: center;
    margin: 25px auto 22px;
  }
  .fukusen_campaign_wrap {
    width: 100%;
    padding: 4%;
  }
}
/* ===============================
梅雨・夏向けの財布
=============================== */
#summer_page p {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-family: var(--fontbase);
}
@media screen and (max-width: 599px) {
  #summer_page p {
    line-height: 2.2em;
    letter-spacing: 0em;
  }
}
#summer_page a,
#summer_page a:hover {
  text-decoration: none!important;
  color: inherit
}
#summer_page .inner p {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #summer_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#summer_page .gift_page_intro {
  color: #043393;
}
.summer_page_link {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #043393;
  margin: 0 auto;
}
.summer_page_link a {
  width: 24%;
  text-align: center;
}
.summer_page_link h2 {
  font-size: 20px;
}
.summer_page_link h2 span {
  font-size: 1.4rem;
  padding-left: 8px;
}
#summer_page .summer_page_link p {
  font-size: 1.3rem!important
}
.summer_page_link a {
  display: flex;
  flex-direction: column-reverse;
}
.summer_page_link img {
  margin-bottom: 20px;
}
.summer_page_link a div {
  display: inline-flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 899px) {
  .summer_page_link {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .summer_page_link a {
    width: 80%;
    margin-bottom: 40px;
  }
  .summer_page_link a:last-child {
    margin-bottom: 0px;
  }
  .summer_page_link h2 {
    font-size: 16px;
  }
  .summer_page_link h2 span,
  .summer_page_link p {
  font-size: 14px;
  }
  .summer_page_link img {
    margin-bottom: 10px;
  }
}
.news_series {
  color: #FFF;
  background-color: #043393;
  margin-right: 14px;
  padding: 0 8px 4px;
}
.summer_ttl_01 {
  color: #FFF;
  font-size: 38px;
  text-align: center;
  background-color: #043393;
  padding: 42px 20px;
}
.summer_ttl_02 {
  font-size: 30px;
  margin-bottom: 26px;
}
.summer_ttl_03 {
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_jute.jpg) repeat-x center center;
  padding: 53px 20px 38px;
  text-align: center;
  line-height: 1.0;
}
.summer_ttl_03+p {
  margin-bottom: 50px;
}
.summer_ttl_05 {
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_vivace.jpg) repeat-x center center;
  padding: 53px 20px 38px;
  text-align: center;
  line-height: 1.0;
}
.summer_ttl_05+p {
  margin-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .summer_ttl_01 {
    font-size: 20px;
    padding: 20px;
  }
  .summer_ttl_02 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
  }
  .summer_ttl_02:after {
    content: '';
    display: block;
    width: 15%;
    height: 1px;
    margin: 14px auto 0;
    background-color: rgb(119, 119, 119);
  }
  .summer_ttl_03,
  .summer_ttl_05 {
    padding: 26px 20px 19px;
  }
  .summer_ttl_03+p,
  .summer_ttl_05+p {
    margin-bottom: 30px;
  }
}
.summer_2col_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.summer_2col_photo {
  width: 38%;
  font-size: 13px;
  color: #777;
  font-family: var(--fontbase);
  text-align: center;
}
.summer_2col_photo img {
  display: block;
  border: solid 1px #dedede;
  margin-bottom: 20px;
}
.summer_2col_txt {
  width: 58%;
}
.summer_2col_txt p {
  font-family: var(--fontbase);
}
@media screen and (max-width: 599px) {
  .summer_2col_wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .summer_2col_photo {
    width: 80%;
    font-size: 13px;
  }
  .summer_2col_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .order01 {
    order: 1;
  }
  .order02 {
    order: 2;
  }
}
.belt_wrap {
  width: 100%;
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_wh_wood.jpg) no-repeat;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 50px 20px;
  margin-bottom: 50px;
}
.kamome {
  position: absolute;
  left: 5%;
  top: 5%;
}
.belt_txt {
  width: 58%;
  margin-top: 30px;
}
@media screen and (max-width: 1430px) {
  .belt_txt {
    width: 80%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 899px) {
  .kamome img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .belt_wrap {
    padding: 10px;
    margin-bottom: 30px;
  }
  .kamome img {
    width: 40%;
  }
  .belt_txt {
    width: 90%;
    font-size: 14px;
  }
}
.poke_concept_wrap {
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_pokewalle.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px;
}
.poke_concept_box {
  background-color: rgba(255, 255, 255, .8);
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 60px 30px;
}
.poke_concept_box h3 {
  margin-bottom: 30px;
  font-size: 20px;
}
.poke_concept_box img {
  margin-bottom: 30px;
}
.poke_concept_box h3+p+p {
  margin-bottom: 50px;
}
.jute_concept_wrap {
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_jute_big.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px;
  text-align: center;
}
.vivace_concept_wrap {
  background: url(https://morpho1995noij.itembox.design/item/summer/bg_vivace_big.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px;
  text-align: center;
}
.concept_brand {
  background-color: rgba(255, 255, 255, .9);
  width: 60%;
  margin: 0 auto;
  padding: 40px 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.concept_brand img {
 width: 90%;
 margin-bottom: 20px!important;
}
.concept_brand h3 {
  margin-bottom: 10px!important;
}
.concept_brand h3+p {
  font-size: 14px!important;
}
.concept_brand .link_btn a {
  display: inline-block;
  color: #FFF!important;
  font-size: 20px;
  line-height: 1.0!important;
  text-align: center;
  background-color: #043393;
  margin-top: 30px;
  padding: 26px 26px;
}
@media screen and (max-width: 1430px) {
  .poke_concept_wrap {
    padding: 20px;
    background: url(https://morpho1995noij.itembox.design/item/summer/bg_pokewalle.jpg) no-repeat center center;
    background-size: cover;
  }
  .jute_concept_wrap,
  .vivace_concept_wrap {
    padding: 30px 20px;
  }
  .poke_concept_box {
    width: 100%;
    padding: 30px 15px 15px;
  }
  .poke_concept_box h3+p+p {
    margin-bottom: 30px;
  }
  .concept_brand {
    width: 94%;
    margin: 0 auto;
    padding: 20px 15px 0;
  }
  .jute_concept_wrap + .concept_box,
  .vivace_concept_wrap + .concept_box {
    width: 100%;
  }
  .concept_brand .link_btn a {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 26px 15px;
  }
}
.sunglass_wrap {
  width: 100%;
  background-image: url(https://morpho1995noij.itembox.design/item/summer/bg_beach.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
}
.summer_ttl_04 {
  font-size: 45px;
  color: #171717;
  text-align: center;
  margin-bottom: 15px;
  text-shadow:1px 1px 2px #FFF;
}
h2.summer_ttl_04 + p {
  color: #415459;
  text-align: center;
  font-size: 27px!important;
  margin-bottom: 30px;
  text-shadow:1px 1px 2px #FFF;
}
@media screen and (max-width: 599px) {
  .summer_ttl_04 {
    font-size: 26px;
    font-weight: 600;
  }
  h2.summer_ttl_04 + p {
    font-size: 20px!important;
    line-height: 1.4em!important;
    margin-bottom: 15px;
  }
}
.summer_sunglass_wrap {
  width: 100%;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 5%;
  display: inline-flex;
  justify-content: space-between;
}
.summer_sunglass_wrap a {
  width: 47%;
}
.summer_sunglass_wrap div p:first-child img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}
.summer_sunglass_wrap div p:last-child  {
  width: 100%;
  margin: 0 auto;
}
.summer_sunglass_wrap div p span {
  display: block;
}
@media screen and (max-width: 1430px) {
  .sunglass_wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
.summer_sunglass_wrap div p:first-child img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
}
@media screen and (max-width: 599px) {
  .sunglass_wrap {
    padding: 30px;
  }
  .summer_sunglass_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .summer_sunglass_wrap a {
    width: 100%;
  }
  .summer_sunglass_wrap a:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
#summer_page #name_01,
#summer_page #name_02,
#summer_page #name_03 {
  padding-top: 80px;
  margin-top: -80px;
}
}
/*------------ 
20230529追加
-------------- */
.summer_belt_header {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .summer_belt_header {
    margin-bottom: 3rem;
  }
}
.summer_belt_header h2 {
  position: absolute;
  top: 6rem;
  left: 1rem;
}
@media screen and (max-width: 599px) {
  .summer_belt_header h2 {
    top: 2rem;
  }
}
#summer_page .summer_ttl_06 {
  font-family: var(--font_noto_serif)!important;
  font-size: 4.4rem;
  line-height: 1.6!important;
  text-align: center;
  margin-bottom: 3rem;
}
.summer_ttl_06 span {
  font-size: 3.0rem;
  margin-bottom: 1rem;
}
.summer_ttl_06 small {
  font-size: 2.1rem;
}
.summer_ttl_06 span,
.summer_ttl_06 small {
  display: block;
}
@media screen and (max-width: 599px) {
  #summer_page .summer_ttl_06 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
  .summer_ttl_06 span {
    font-size: 1.7rem;
    margin-bottom: 0rem;
  }
  .summer_ttl_06 small {
    font-size: 1.4rem;
  }  
}
.belt_new_2col_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .belt_new_2col_wrap {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}
.belt_new_2col_wrap.furiko_belt {
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .belt_new_2col_wrap.furiko_belt {
    flex-direction: column;
  }
}
.belt_new_item_img,
.belt_new_item_txt {
  width: 48.19%;
}
@media screen and (max-width: 599px) {
  .belt_new_item_img,
  .belt_new_item_txt {
    width: 100%;
  }
  .belt_new_2col_wrap .belt_new_item_img {
    order: 1;
    margin-bottom: 2rem;
  }
  .belt_new_2col_wrap .belt_new_item_txt {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
#summer_page .link_arrow {
  line-height: 1.6!important;
}
}
#summer_page .link_arrow a {
  text-decoration: underline!important;

}
#summer_page .link_arrow a:hover {
  text-decoration: none!important;
}




/* ===============================
アニリンカーフクリーム
=============================== */
#aniline_calf_page .inner {
  width: 100%;
  margin: 0 auto 30px;
}
#aniline_calf_page .inner p {
  font-size: 14px;
}
#aniline_calf_page .inner p,
#aniline_calf_page h2,
#aniline_calf_page h3 {
  line-height: 1.8em;
}
#aniline_calf_page h2,
#aniline_calf_page h3 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #aniline_calf_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  #aniline_calf_page .inner {
    width: 94%;
  }
  #aniline_calf_page .inner br {
    display: none;
  }
  #aniline_calf_page h2 {
    margin-bottom: 15px;
  }
}
.aniline_ttl_01 {
  color: #171717;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  overflow: hidden;
}
.aniline_ttl_01 span {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 0.5em;
  text-align: center;
}
.aniline_ttl_01 span:before,
.aniline_ttl_01 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #dcdcdc;
}
.aniline_ttl_01 span:before {
  right: 100%;
}
.aniline_ttl_01 span:after {
  left: 100%;
}
@media screen and (max-width: 599px) {
  .aniline_ttl_01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}
.aniline_ttl_01 span {
  margin: 0 ;
  padding: 0;
}
.aniline_ttl_01 span:before,
.aniline_ttl_01 span:after {
  position: static;
  width: 0;
  height: 0;
  background-color:none;
}
.aniline_ttl_01:after {
  content: '';
  display: block;
  width: 15%;
  height: 1px;
  margin: 14px auto 0;
  background-color: rgb(119, 119, 119);
}
}
.aniline_2col_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aniline_2col_img {
  width: 30%;
}
.aniline_2col_txt {
  width: 65%;
}
@media screen and (max-width: 599px) {
  .aniline_ttl_01 {
    font-size: 20px;
  }
  .aniline_2col_wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .aniline_2col_img {
    width: 60%;
    margin-bottom: 15px;
  }
  .aniline_2col_txt {
    width: 100%;
  }
}
.aniline_faq_wrap {
  width: 70%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aniline_faq_wrap a {
  text-decoration: underline!important;
}
.aniline_faq_wrap a:hover {
  opacity: 1.0!important;
  text-decoration: none!important;
}
.aniline_faq_wrap dt {
  width: 30%;
  margin-bottom: 30px;
}
.aniline_faq_wrap dd {
  width: 70%;
  color: #143471;
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
  text-align: left;
  border-top: solid 2px #143471;
  border-bottom: solid 2px #143471;
  padding: 2%;
}
@media screen and (max-width: 599px) {
  .aniline_faq_wrap {
    width: 100%;
    flex-direction: column;
  }  
  .aniline_faq_wrap dt {
    width: 40%;
    margin-bottom: 15px;
  }
  .aniline_faq_wrap dd {
    width: 100%;
    line-height: 2.2em!important;
    letter-spacing: 0em!important;
    border-top: none;
    text-align: center;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
}
.care_flow_wrap {
  width: 90%;
  margin: 0 auto 30px;
}
.care_flow_box {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 2px #527b35;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.cordovan_cream_page .care_flow_box {
  border-bottom: dotted 2px #4aa9a8;
}
.care_flow_box a {
  text-decoration: underline!important;
}
.care_flow_box a:hover {
  text-decoration: none!important;
  opacity: 1.0!important;
}
.care_flow_box:after {
  border: 40px solid transparent;
  border-top-color: #527b35;
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -40px;
}
.cordovan_cream_page .care_flow_box:after {
  border-top-color: #4aa9a8;
}
.care_flow_box p:first-child {
  width: 40%;
}
.care_flow_box p:last-child {
  width: 58%;
  font-family: var(--fontbase);
}
.care_flow_wrap div.care_flow_box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.care_flow_wrap div.care_flow_box:last-child:after {
  border: none;
}
@media screen and (max-width: 599px) {
  .care_flow_wrap {
    width: 100%;
  }
  .care_flow_box {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .care_flow_box:after {
    border: 30px solid transparent;
    border-top-color: #527b35;
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -30px;
  }
  .cordovan_cream_page .care_flow_box:after {
    border-top-color: #4aa9a8;
  }
  .care_flow_box p:first-child {
    width: 90%;
    margin-bottom: 15px;
  }
  .care_flow_box p:last-child {
    width: 100%;
  }
}
.care_one_point_wrap {
  width: 90%;
  border: solid 6px #eeeeee;
  padding: 4%;
  margin: 0 auto;
}
.care_one_point_wrap p:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .care_one_point_wrap {
    width: 100%;
  }
}
.beforeafter_wrap {
  width: 90%;
  font-family: var(--fontbase);
  margin: 0 auto;
}
.beforeafter_wrap p:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .beforeafter_wrap {
    width: 100%;
    text-align: center;
  }
  .beforeafter_wrap p:first-child {
    margin-bottom: 15px;
  }
}
.care_recommend_wrap {
  width: 90%;
  border: solid 6px #eeeeee;
  padding: 4%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aniline_ttl_02 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: solid 1px #dadada;
}
#fs_ProductCategory #bridle_page .aniline_ttl_02 {
  font-weight: 400!important;
}
.care_recommend_box {
  width: 48%;
  font-size: 14px;
}
.grove_cloth .care_recommend_box {
  width: 100%;
  text-align: center!important;
}
.care_recommend_box p {
  font-family: var(--fontbase);
  margin-bottom: 20px;
}
.care_recommend_box h3 {
  font-family: var(--fontbase);
  font-weight: bold;
  font-size: 14px;
}
.care_recommend_box ul {
  font-family: var(--fontbase);
  font-size: 14px;
  margin-bottom: 30px;
}
.care_recommend_box span {
  font-size: 12px;
  display: block;
}
.aniline_recommend_series {
  width: 100%;
  font-family: var(--fontbase);
  margin-bottom: 30px;
}
.aniline_recommend_series li {
  color: #777;
  margin-bottom: 15px;
}
.aniline_recommend_series li a {
  color: #171717;
  text-decoration: underline!important;
}
.aniline_recommend_series li a:hover {
  opacity: 1.0!important;
  text-decoration: none!important;
}
.aniline_recommend_attention li {
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 16px;
}
@media screen and (max-width: 1200px) {
  .care_recommend_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .care_recommend_box {
    width: 100%;
  }
  .aniline_recommend_series li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:599px) {
  .aniline_ttl_02 {
    font-size: 18px;
  }
  .care_recommend_box p {
    margin-bottom: 30px;
  }
}
/* ===============================
シリーズ一覧　タブ切り替えCSS
=============================== */
.tab_wrap {
  width: 100%;
}
.tab_wrap input[type="radio"] {
  display: none;
}
.tab_area {
  width: 100%;
  font-size: 0;
  display: inline-flex;
  justify-content: center;
  margin: 0px 0 50px;
}
.tab_area label {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 33%;
  display: inline-block;
  padding: 12px 0;
  margin: 0 2%;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition:ease 0.2s;
}
.tab_panel {
  width: 100%;
  display: none;
  transition-duration: 2s;
  transition-property: display;
}
#tab1:checked~.tab_area .tab1_label {
  background: #254280;
  color: #FFF;
}
#tab1:checked~.tab_area .tab2_label {
  background: #eeeeee;
  color: #731a2e;
}
#tab1:checked~.panel_area #panel1 {
  display: block;
}
#tab2:checked~.tab_area .tab2_label {
  background: #731a2e;
  color: #FFF;
}
#tab2:checked~.tab_area .tab1_label {
  background: #eeeeee;
  color: #254280;
}
#tab2:checked~.panel_area #panel2 {
  display: block;
}
@media screen and (max-width:599px) {
  .tab_area {
    margin: 0 0 30px;
  }
  .tab_area label {
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 46%;
    padding: 12px 0;
    margin: 0 2%;
  }
}
/* ===============================
トップ　ランキング男女タブ切り替えCSS
=============================== */
#top_ranking .tab_area {
  width: 1185px;
  margin: 0 auto 50px;
}
#panel1 .top_ranking_num {
  background-color: #254280;
}
#panel2 .top_ranking_num {
  background-color: #731a2e;
}
.top_ranking_box {
  text-align: left;
}
@media screen and (max-width:1184px) {
  #top_ranking .tab_area {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.top_ranking_box a:hover * {
  color: #171717;
}
/* ===============================
トップ　カテゴリ男女タブ切り替えCSS
=============================== */
#top_category .tab_area {
  width: 1185px;
  margin: 0 auto 50px;
}
#tab3:checked~.tab_area .tab3_label {
  background: #254280;
  color: #FFF;
}
#tab3:checked~.tab_area .tab4_label {
  background: #eeeeee;
  color: #731a2e;
}
#tab3:checked~.panel_area #panel3 {
  display: block;
}
#tab4:checked~.tab_area .tab4_label {
  background: #731a2e;
  color: #FFF;
}
#tab4:checked~.tab_area .tab3_label {
  background: #eeeeee;
  color: #254280;
}
#tab4:checked~.panel_area #panel4 {
  display: block;
}


@media screen and (max-width:1184px) {
  #top_category .tab_area {
    width: 100%;
    margin: 0 auto 25px;
  }
}

/* ===============================
シリーズ一覧　women's
=============================== */
.series_banner_inner.name_epauletto:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_epauletto.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_risacca:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_risacca.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_arenariaworks:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_arenariaworks.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_granoworks:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_granoworks.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_pon:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_pon.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_grano:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_grano.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}.series_banner_inner.name_mezzo:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_mezzo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_serio:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_serio.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_due:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_due.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_procyon:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_procyon.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_arenaria:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_arenaria.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_mite:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_mite.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_leggero:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_leggero.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_opera:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_opera.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ===============================
マスクケース
=============================== */
@media screen and (max-width: 599px) {
  #maskcase_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.maskcase_item_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maskcase_item_box p {
  font-size: 18px;
}
.maskcase_item_box p:first-child {
  margin-bottom: 40px;
}
.maskcase_item_box p:last-child {
  margin-bottom: 0!important;
}
.maskcase_item_txt {
  width: 60%;
}
.maskcase_item_img {
  width: 38%;
  text-align: center;
}
.mask_material_txt {
  font-size: 20px;
  margin-bottom: 30px;
}
.mask_material_txt span {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .maskcase_item_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .maskcase_item_box p {
    font-size: 15px;
  }
  .maskcase_item_box p:first-child {
    margin-bottom: 0;
  }
  .maskcase_item_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .maskcase_item_img {
    width: 80%;
    margin-bottom: 10px;
  }
  .mask_material_txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mask_material_txt span {
    font-size: 20px;
    display: block;
  }
}
/* ===============================
革を知る
=============================== */
@media screen and (max-width: 599px) {
  #know_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#know_page .gift_page_intro {
  font-size: 32px!important;
  margin-bottom: 20px;
}
#know_page .gift_page_intro + p {
  margin-bottom: 50px;
}
.know_attention {
  font-family: var(--fontbase);
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #know_page .gift_page_intro {
    font-size: 22px!important;
    margin-bottom: 15px!important;
  }
  #know_page .gift_page_intro + p {
    font-family: var(--fontbase);
    font-size: 14px;
    width: 94%;
    margin: 0 auto 20px;
  }
}
.ttl_know {
  font-family: var(--fontbase);
  font-size: 20px;
  font-weight:  bold;
  text-align: left;
  padding: 4px 18px;
}
@media screen and (max-width: 599px) {
  .ttl_know {
    font-size: 18px;
    padding: 8px 14px;
  }
}
.ttl_orange {
  color: #ff9900;
  border-left: solid 4px #ff9900;
  background-color: #fef3e5;
}
.ttl_yellow {
  color: #dfa104;
  border-left: solid 4px #dfa104;
  background-color: #fef3e5;
}
.ttl_right_blue {
  color: #03bee1;
  border-left: solid 4px #03bee1;
  background-color: #e5f8fc;
}
.ttl_blue {
  color: #034da8;
  border-left: solid 4px #034da8;
  background-color: #e5edf6;
}
@media screen and (max-width: 599px) {
  .pinchout img {
    width: 50%;
    margin-top: 10px;
  }
}
/* タブ
=============================== */
#know_page .tab_area {
  width: 70%;
  font-size: 0;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto 50px;
}
#know_page .tab_area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#know_page .tab_area label {
  font-family: var(--fontbase);
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 8px 0;
  margin: 0 1.2%;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition:ease 0.2s;
}
@media screen and (max-width: 599px) {
  #know_page .tab_area {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  #know_page .tab_area label {
    display: block;
    width: 46%;
    float: left;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 2% 4%;
  }
  #know_page .tab_area:after {
    content: '';
    clear: both;
    display: block;
  }
}
#know_page .tab_panel {
  width: 100%;
  display: none;
  transition-duration: 2s;
  transition-property: display;
}
#know_page #tab1:checked~.tab_area .tab1_label {
  background: #f88a00;
  color: #FFF;
}
#know_page #tab1:checked~.tab_area .tab2_label {
  background: #eeeeee;
  color: #dfa104;
}
#know_page #tab1:checked~.tab_area .tab3_label {
  background: #eeeeee;
  color: #03bee1;
}
#know_page #tab1:checked~.tab_area .tab4_label {
  background: #eeeeee;
  color: #034da8;
}

#know_page #tab2:checked~.tab_area .tab1_label {
  background: #eeeeee;
  color: #f88a00;
}
#know_page #tab2:checked~.tab_area .tab2_label {
  background: #dfa104;
  color: #FFF;
}
#know_page #tab2:checked~.tab_area .tab3_label {
  background: #eeeeee;
  color: #03bee1;
}
#know_page #tab2:checked~.tab_area .tab4_label {
  background: #eeeeee;
  color: #034da8;
}

#know_page #tab3:checked~.tab_area .tab1_label {
  background: #eeeeee;
  color: #f88a00;
}
#know_page #tab3:checked~.tab_area .tab2_label {
  background: #eeeeee;
  color: #dfa104;
}
#know_page #tab3:checked~.tab_area .tab3_label {
  background: #03bee1;
  color: #FFF;
}
#know_page #tab3:checked~.tab_area .tab4_label {
  background: #eeeeee;
  color: #034da8;
}

#know_page #tab4:checked~.tab_area .tab1_label {
  background: #eeeeee;
  color: #f88a00;
}
#know_page #tab4:checked~.tab_area .tab2_label {
  background: #eeeeee;
  color: #dfa104;
}
#know_page #tab4:checked~.tab_area .tab3_label {
  background: #eeeeee;
  color: #03bee1;
}
#know_page #tab4:checked~.tab_area .tab4_label {
  background: #034da8;
  color: #eeeeee;
}

#know_page #tab1:checked~.panel_area #panel1,
#know_page #tab2:checked~.panel_area #panel2,
#know_page #tab3:checked~.panel_area #panel3,
#know_page #tab4:checked~.panel_area #panel4 {
  display: block;
}
/* 革マトリクスのリスト
=============================== */
.leather_matrix_list {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--fontbase);
  font-size: 14px;
  text-align: left;
}
.leather_matrix_list dt,
.leather_matrix_list dd {
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
  border-bottom: solid 1px #cccccc;
  padding: 30px 20px;
}
.leather_matrix_list dt.matrix_header,
.leather_matrix_list dd.matrix_header {
  font-weight:  bold;
  color: #999999;
  padding: 20px;
}
.leather_matrix_list dt {
  font-weight:  bold;
  width: 20%;
}
.leather_matrix_list dd {
  width: 45%;
}
.leather_matrix_list h4 {
  font-family: var(--fontbase);
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 12px;
}
.leather_matrix_list dd:nth-child(3n){
  width: 35%;
}
.leather_matrix_list dd span {
  display: block;
  background-color: #eee;
  margin-top: 15px;
  font-size: 13px;
  padding: 4px 8px;
  line-height: 1.8em;
}
.leather_matrix_list ul {
  padding-left: 20px;
}
.leather_matrix_list ul li {
  font-size: 14px;
  list-style: disc!important;
  list-style-position: outside!important;
  margin: 10px 0;
}
.leather_matrix_list a {
  text-decoration: underline!important;
}
.leather_matrix_list a:hover {
  text-decoration: none!important;
  opacity: 1.0!important;
  color: inherit!important;
}
@media screen and (max-width: 800px) {
  .leather_matrix_list dt br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .leather_matrix_list dt,
  .leather_matrix_list dd {
    line-height: 2.2em!important;
    letter-spacing: 0em!important;
    border-bottom: none;
    padding: 10px;
  }
  .leather_matrix_list dt.matrix_header,
  .leather_matrix_list dd.matrix_header {
    display: none;
  }
  .leather_matrix_list dt {
    font-size: 16px;
    font-weight:  bold;
    width: 100%;
    text-align: center;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
  }
  .leather_matrix_list h4 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
  }
  .leather_matrix_list dd:nth-child(3n) {
    margin-bottom: 30px;
  }
  .leather_matrix_list dd ul:before {
    content: attr(data-title);
    font-weight:  bold;
    margin-left: -20px;
  }
  .leather_matrix_list dd ul li:first-child {
    margin-top: 0;
  }
  .leather_matrix_list dd ul li {
    margin: 14px 0;
  }
  .leather_matrix_list dd {
    width: 100%;
  }
  .leather_matrix_list dd br {
    display: block!important;
  }
  .leather_matrix_list dd:nth-child(3n){
    width: 100%;
  }
  .leather_matrix_list dt br {
    display: none;
  }
}
/* 革スタイルのリスト
=============================== */
.leather_style_list {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--fontbase);
  font-size: 14px;
  margin: 0 auto;
}
.leather_style_list dt,
.leather_style_list dd {
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
  border-bottom: dotted 1px #cccccc;
  padding: 30px 20px;
}
.leather_style_list dt {
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight:  bold;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leather_style_list dt img {
  margin-top: 10px;
}
.leather_style_list dd {
  width: 45%;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.leather_style_list dd:nth-child(3n){
  width: 25%;
}
.leather_style_list dt.style_header,
.leather_style_list dd.style_header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #171717;
  padding: 20px;
  justify-content: center;
}
.leather_style_list ul {
  padding-left: 20px;
}
.leather_style_list ul li {
  font-size: 14px;
  list-style: disc!important;
  list-style-position: outside!important;
  margin: 5px 0;
}
.leather_style_list a {
  text-decoration: underline!important;
}
.leather_style_list a:hover {
  text-decoration: none!important;
  opacity: 1.0!important;
  color: inherit!important;
}
@media screen and (max-width: 599px) {
  .leather_style_list {
    width: 100%;
  }  
  .leather_style_list dt,
  .leather_style_list dd {
    line-height: 2.2em!important;
    letter-spacing: 0em!important;
    border-bottom: none;
    padding: 10px;
  }
  .leather_style_list dt img {
    margin-top: 5px;
  }
  .leather_style_list dt.style_header,
  .leather_style_list dd.style_header {
    display: none;
  }
  .leather_style_list dt {
    font-weight:  bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    background-color: #eee;
  }
  .leather_style_list dd:nth-child(3n) {
    margin-bottom: 30px;
  }
  .leather_style_list dd ul:before {
    content: attr(data-title);
    font-weight:  bold;
    margin-left: -20px;
  }
  .leather_style_list ul li:first-child {
    margin-top: 0;
  }
  .leather_style_list ul li {
    margin: 14px 0;
  }  
  .leather_style_list dd {
    width: 100%;
  }
  .leather_style_list dd:nth-child(3n){
    width: 100%;
  }
  .leather_style_list dt br {
    display: none;
  }
}
/* ページ内リンク
=============================== */
.page_link02 {
  font-family: var(--fontbase);
  font-size: 14px;
  width: 100%;
  margin-bottom: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
}
.page_link02 li {
  width: 38%;
  text-align: center;
  background-color: #FFF;
  border: solid 1px #CCC;
  margin: 0 15px;
  display: inline-flex;
  justify-content: center;
  transition: .3s;
}
.page_link02 li a {
  width: 100%;
  color: #171717!important;
  text-decoration: none!important;
  padding: 12px;
  margin: auto 0;
}
.page_link02 li a:before {
  font-family: var(--fontawe);
  content: '\f0d7';
  font-weight: bold;
  margin-right: 8px;
}
.page_link02 li:hover {
  background-color: #CCC!important;
}
.page_link02 li:hover a {
  color: #171717!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .page_link02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .page_link02 li {
    width: 100%;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 800px) {
  #know_page .inner#name_01,
  #know_page .inner#name_02 {
    padding-top: 80px;
    margin-top: -80px;
  }
  #know_page dt#name_03,
  #know_page dt#name_04,
  #know_page dt#name_05 {
    margin-top: 0;
  }
}
/* =============================== 
フレッチャ　商品ページ
=============================== */
#freccia_page .inner p {
  margin-bottom: 30px;
  font-family: var(--min);
  font-size: 15px;
  color: #171717!important;
}
.freccia_ttl_big {
  font-size: 35px;
  font-family: var(--min);
  text-align: center;
  margin-bottom: 40px;
}
.freccia_ttl_big:before {
  content: '「'
}
.freccia_ttl_big:after {
  content: '」'
}
.freccia_ttl_big span {
  padding-left: 8px;
}
.freccia_ttl {
  display: inline-block;
  font-size: 30px;
  font-family: var(--min);
  text-align: center!important;
  background: url(https://morpho1995noij.itembox.design/item/freccia/ttl_arrow.gif) no-repeat left 54%;
  padding-left: 36px;
  margin: 0 0 20px;
}
.freccia_ttl span {
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .freccia_ttl_big:before {
    content: ''
  }
  .freccia_ttl_big:after {
    content: ''
  }
  .freccia_ttl_big span,
  .freccia_ttl span {
    padding-left: 0;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #freccia_page .inner p {
    margin-bottom: 15px;
    font-family: var(--fontbase);
    font-size: 14px;
  }
  .freccia_ttl_big {
    font-size: 20px;
    font-family: var(--min);
    text-align: center;
    margin-bottom: 20px;
  }
  .freccia_ttl_big:before {
    content: ''
  }
  .freccia_ttl_big:after {
    content: ''
  }
  .freccia_ttl {
    font-size: 18px;
    background: url(https://morpho1995noij.itembox.design/item/freccia/ttl_arrow.gif) no-repeat left 54%;
    background-size: 14px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
} 
.freccia_col2_wrap {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.freccia_col2_wrap li {
  width: 48%;
  font-family: var(--fontbase);
  font-size: 15px;
  text-align: left;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.freccia_col2_wrap li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .freccia_col2_wrap {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }  
  .freccia_col2_wrap li {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  .freccia_col2_wrap li br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .freccia_col2_wrap li {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/* =============================== 
プレゼントキャンペーン　扇子
=============================== */
@media screen and (max-width: 599px) {
  #sensu_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.sensu_attention {
  width: 70%;
  font-family: var(--font_noto_sans)!important;
  font-size: 16px;
  margin: 0 auto 30px;
  background-color: #f2f2f2;
  padding: 2%;
}
.sensu_attention h3 {
  font-weight:  bold;
}
.sensu_attention h3:before {
  content: '●';
}
.sensu_attention ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-family: var(--font_noto_sans)!important;
  font-size: 1.5rem;
}
.sensu_attention ul li:before {
  content:'※';
}
@media screen and (max-width: 800px) {
  .sensu_attention {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .sensu_attention {
    font-size: 14px;
    padding: 4%;
  }
  .sensu_attention h3 {
    margin-bottom: 10px;
  }
  .sensu_attention ul li {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.sensu_campaign {
  width: 90%;
  border:solid 1px #cebf80;
  padding: 3%;
  margin: 0 auto 80px;
}
.sensu_campaign h3 {
  font-weight: 700;
}
.sensu_campaign h3:before {
  content: '◆';
}
.sensu_campaign h3+p {
  margin-bottom: 30px;
}
.sensu_campaign p:last-child {
  margin-bottom: 0!important;
}
.sensu_campaign span {
  color: #f92206!important;
}
.sensu_shop {
  width: fit-content;
  margin: 0 auto 50px;
  border:solid 1px #cebf80;
  padding: 3% 4%;
  position: relative;
}
.sensu_shop h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: solid 1px #e3d9c6;
}
.sensu_shop h4+p {
  margin-bottom: 14px;
}
.sensu_shop img {
  width: 360px;
  position: absolute;
  top: -40px;
  right: 10px;
}
.sensu_shop p:last-child {
  font-size: 14px;
}
.sensu_shop h4 {
  font-weight: 700;
}
.sensu_shop h4:before,
.sensu_shop h4:after {
  content: '-';
}
.sensu_shop ul {
  margin-bottom: 14px;
}
.sensu_shop ul li {
  list-style-position: outside;
  list-style: disc;
  margin-left: 18px;
}
@media screen and (max-width: 800px) {
  .sensu_campaign {
    padding: 4%;
    margin: 0 auto 60px;
  }
  .sensu_campaign h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sensu_campaign p {
    font-family: var(--fontbase);
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sensu_campaign h3+p {
    margin-bottom: 20px;
  }
  .sensu_shop {
    width: 90%;
    padding: 26px 4%;
  }
  .sensu_shop img {
    width: 280px;
    position: absolute;
    top: -30px;
    right: 0;
  }
  .sensu_shop h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .sensu_shop h4 {
    font-family: var(--fontbase);
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sensu_shop h4+p {
    font-size: 14px;
    font-family: var(--fontbase);
  }
  .sensu_shop ul {
    font-family: var(--fontbase);
    font-size: 14px;
  }
  .sensu_shop ul li {
    margin-bottom: 10px;
  }
}
.sensu_caregoods .top_ranking_box {
  font-size: 12px;
}
.sensu_caregoods .top_ranking_box img {
  border: none;
}
@media screen and (max-width: 599px) {
  .sensu_caregoods .top_ranking_box img {
    border: solid 1px #ebebeb;
  }
  .sensu_caregoods .top_ranking_box {
    width: 48%;
  }  
}
/* =============================== 
藍シリーズ
=============================== */
@media screen and (max-width: 599px) {
  #ai_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#ai_page .gift_page_intro {
  font-size: 32px!important;
  margin: 16px auto!important;
  text-align: center;
}
.ai_contents {
  margin-bottom: 80px;
}
.ai_contents p {
  margin-bottom: 30px;
}
.ai_contents_inner {
  width: 94%;
  margin: 0 auto;
}
.ai_contents_inner p {
  line-height: 2.6em!important;
}
.ai_relation {
  font-size: 13px;
}
.ai_relation a {
  color: inherit!important;
  text-decoration: underline!important;
}
.ai_relation a:hover {
  text-decoration: none!important;
}
.ttl_ai {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  min-height: 60px;
  background: url(https://morpho1995noij.itembox.design/item/ai/ttl_ai.jpg) no-repeat 0 0;
}
@media screen and (max-width: 1024px) {
  #ai_page .gift_page_intro {
    font-size: 22px!important;
  }
  #ai_page .gift_page_intro span {
    display: block;
  }
  .ai_contents_inner p br {
    display: block!important;
  }
  .ttl_ai {
    font-size: 20px;
    min-height: auto;
    background: url(https://morpho1995noij.itembox.design/item/ai/ttl_ai.jpg) no-repeat left center;
  }
}
@media screen and (max-width: 599px) {
  .ai_contents {
    margin-bottom: 50px;
  }
  .ai_contents p {
    margin-bottom: 10px;
    font-family: var(--fontbase);
    font-size: 14px;
  }
  .ttl_ai {
    font-size: 17px;
    padding: 10px;
    margin-bottom: 0;
  }
  .ai_relation {
    font-size: 11px!important;
  }
}
/* =============================== 
ポイント2倍　ヘッダー
=============================== */
#header_point_area {
  width: 100%;
  min-height: 107px;
  background: url(https://morpho1995noij.itembox.design/item/point/point2_pc.png) repeat-x center;
  padding: 5px 0;
}
#header_point_area p {
  font-size: 0;
  opacity: 0;
}
@media screen and (max-width: 996px) {
  #header_point_area {
    background: url(https://morpho1995noij.itembox.design/item/point/point2_pc.png) repeat-x center;
    background-size: 600px;
    min-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  #header_point_area {
    display: none;
  }
}
/* =============================== 
グラスホルダー
=============================== */
@media screen and (max-width: 599px) {
  #glass_holder_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#glass_holder_page .inner {
  margin-bottom: 120px
}
.glass_holder_top {
  margin-top: 120px;
}
.ttl_glass_holder {
  text-align: center;
  background: url(https://morpho1995noij.itembox.design/item/glass_holder/ttl_bg_slash.gif) repeat-x center;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  #glass_holder_page .inner {
    margin-bottom: 50px
  }
  .glass_holder_top {
    margin-top: 50px;
  }
  .ttl_glass_holder img {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .ttl_glass_holder img {
    width: 58%;
  }
  .ttl_glass_holder {
    background: url(https://morpho1995noij.itembox.design/item/glass_holder/ttl_bg_slash.gif) repeat-x center;
    background-size: auto 12px;
    margin-bottom: 10px;
  }
}
.obojoken + p {
  font-size: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .obojoken + p {
  font-size: 18px;
  }
  .obojoken + p br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .obojoken + p {
    font-size: 16px;
  }
  .obojoken + p br {
    display: none;
  }
}
.glass_holder_obo_wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.glass_holder_obo_wrap p img {
  display: block;
}
.glass_holder_obo_wrap p {
  width: 25%;
  text-align: center;
  font-family: var(--fontbase);
  font-size: 14px;
  padding: 0 1%;
}
@media screen and (max-width: 599px) {
  .glass_holder_obo_wrap p {
    width: 50%;
    padding: 0 1.6% 1%;
    line-height: 1.5em!important;
  }
}
.glass_holder_present_wrap {
  position: relative;
}
.glass_holder_present_wrap:after {
  content: '';
	clear: both;
	display: block;
}
.glass_holder_present_txt {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1;
  width: 45%;
  background-color: #FFF;
  font-family: var(--fontbase);
  padding: 2%;
} 
.glass_holder_present_txt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.glass_holder_present_txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1430px) {
  .glass_holder_present_img {
    width: 50%;
  }
  .glass_holder_present_txt {
    width: 50%;
    top: 0;
  }  
}
@media screen and (max-width: 599px) {
  .glass_holder_present_txt {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .glass_holder_present_img {
    width: 100%;
  }
  .glass_holder_present_txt p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#glass_holder_page .sensu_campaign {
  width: 94%;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
#glass_holder_page .sensu_campaign {
  width: 100%;
}
}
/* =============================== 
漆　urushi
=============================== */
@media screen and (max-width: 599px) {
  #urushi_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
/* 通し番号コンテンツ
=============================== */
#urushi_page h2 {
  line-height: 2.1em!important;
}
@media screen and (max-width: 1430px) {
  #urushi_page h2 br {
    display: block!important;
  }
}
.urushi_intro {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 425px;
  background: url(https://morpho1995noij.itembox.design/item/urushi/bg_green.jpg) no-repeat top right;
  margin-bottom: 50px;
}
.urushi_intro h2 {
  font-size: 30px;
  text-align: center;
  width: fit-content;
  background-color: rgba(255, 255, 255, .8);
  padding: 2% 4%;
}
@media screen and (max-width: 599px) {
  .urushi_intro {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 200px;
    background: url(https://morpho1995noij.itembox.design/item/urushi/bg_green.jpg) no-repeat bottom right;
    background-size: 380px auto;
    margin-bottom: 20px;
  }
  #urushi_page .urushi_intro h2 {
    font-size: 18px;
    font-weight:  700;
    line-height: 1.8em!important;
    margin-left: 4%;
  }
}
.urushi_contents_wrap {
  width: 88%;
  margin: 0 auto;
}
.urushi_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.urushi_reverse {
  flex-direction: row-reverse;
}
.urushi_photo {
  width: 42%;
}
.urushi_photo img {
  margin-bottom: 30px;
}
.urushi_uchi .urushi_photo {
  width: 45%;
}
.urushi_txt {
  width: 52.58%;
}
@media screen and (max-width: 1430px) {
  .urushi_txt p {
    text-align: left;
  }
  .urushi_txt p br {
    display: block!important;
  }
}
.urushi_txt h2 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.urushi_ttl_num {
  font-size: 80px;
  color: #e3d9c6;
  border-bottom: solid 1px #e3d9c6;
  padding: 40px 0;
  white-space: nowrap;
}
.urushi_ttl {
  font-size: 28px;
  padding-left: 30px;
  line-height: 1.8em!important;
}
.urushi_txt p {
  line-height: 2.8em!important;
  margin-bottom: 14px;
}
.urushi_txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1430px) {
  .urushi_contents_wrap {
    width: 100%;
  }
  .urushi_wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .urushi_photo {
    width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
  }
  .urushi_photo p {
    width: 50%;
  }
  .urushi_photo p img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .urushi_uchi .urushi_photo p {
    width: 100%;
  }
  .urushi_uchi .urushi_photo{
    width: 100%;
    display: block;
    text-align: center;
  }
  .urushi_uchi .urushi_photo img {
    width: 50%;
  }
  .urushi_txt {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .urushi_photo {
    margin-bottom: 10px;
  }
  .urushi_txt h2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .urushi_ttl_num {
    color: #c5ae81;
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .urushi_ttl {
    width: 100%;
    font-size: 18px;
    font-weight:  700;
    text-align: center;
    padding-left: 0;
    line-height: 1.8em!important;
  }
  .urushi_txt p {
    font-family: var(--fontbase);
    font-size: 14px;
    text-align: left;
  }
}
.hon_urusi {
  color: #8f8f8f!important;
}
/* ジャックロ
=============================== */
.jachro_wrap {
  width: 90.70%;
  margin: 0 auto 100px;
}
.jachro_wrap ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.jachro_wrap ul li {
  width: 33.33%;
  padding: 0 1px 1px 0;
}
.jachro_wrap p {
  width: 90%;
  margin: 0 auto;
  font-family: var(--fontbase);
  font-size: 14px;
  text-align: center;
  line-height: 2.2em!important;
}
.jachro_wrap p.link_misora {
  margin-top: 14px;
  font-size: 13px!important
}
.link_misora a {
  color: #171717!important;
  text-decoration: underline!important;
}
.link_misora a:hover {
  color: #171717!important;
  opacity: 1.0;
  text-decoration: none!important;
}
@media screen and (max-width: 599px) {
  .jachro_wrap {
    width: 100%;
    margin: 0 auto 50px;
  }
  .jachro_wrap ul {
    margin-bottom: 20px;
  }
  .jachro_wrap ul li {
    width: 50%;
    padding: 0 0 1px 0;
  }
  .jachro_wrap ul li:nth-child(odd) {
    padding-right: 0.5px;
  }
  .jachro_wrap ul li:nth-child(even) {
    padding-left: 0.5px;
  }
  .jachro_wrap p {
    text-align: left;
    line-height: 2.8em!important;
  }
  .jachro_wrap p.link_misora {
    text-align: center;
  }
}
/* 色で探す
=============================== */
.urushi_color {
  width: 80%;
  display: inline-flex;
  text-align: center;
  justify-content: space-between;
}
.urushi_color li {
  text-align: center;
  font-size: 15px;
}
.urushi_color li img {
  display: block;
  margin: 0 auto 18px;
}
.urushi_color li a {
  color: #171717!important;
}
.urushi_color li a:hover {
  color: inherit!important;
  text-decoration: none!important;
}
@media screen and (max-width: 1430px) {
  .urushi_color {
    width: 100%;
  }
  .urushi_color li {
    width: 25%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 599px) {
  .urushi_color {
    width: 90%;
    flex-wrap: wrap;
  }
  .urushi_color li {
    width: 50%;
    font-size: 13px;
    font-family: var(--fontbase);
    padding: 0 4%;
    margin-bottom: 20px;
  }
  .urushi_color li img {
    margin: 0 auto 10px;
  }
}
/* =============================== 
コンパクト財布　商品詳細
=============================== */
.compact_detail {
  width: 100%;
}
.compact_detail p {
  width: 100%;
  text-align: center!important;
  border-bottom: solid 1px #472300;
  padding: 0 0 30px;
  margin: 0 auto 30px;
}
.compact_detail p:last-child {
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  .compact_detail p {
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }
}
/* =============================== 
リーブル
=============================== */
@media screen and (max-width: 599px) {
  #libre_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#libre_page h2+p {
  margin-bottom: 28px;
}
#libre_page h2.freccia_ttl_big:before,
#libre_page h2.freccia_ttl_big:after {
  content: none;
}
#libre_page h2 span {
  padding: 0;
  margin: 0;
}
#libre_page h3 {
  text-align: center;
  margin-bottom: 34px;
}
#libre_page h3 img{
  width: 18%;
}
#libre_page p {
  line-height: 2.4em!important;
}
#libre_page h3+p {
  width: 97%;
  margin: 0 auto;
}
#libre_page .inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 899px) {
  #libre_page h3 img{
    width: 22%;
  }
}
@media screen and (max-width: 599px) {
  #libre_page p {
    font-family: var(--fontbase);
    font-size: 14px;
  }
  #libre_page h3 {
    margin-bottom: 20px;
  }
  #libre_page h3 img{
    width: 38%;
  }
  #libre_page h3+p {
    width: 100%;
    margin: 0 auto;
  }
  #libre_page .inner {
    margin-bottom: 50px;
  }
}
.libre_item_list {
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
}
.libre_item_list li {
  font-family: var(--fontbase);
  width: 33%;
  text-align: center;
}
.libre_item_list li a {
  display: inline-flex;
  flex-direction: column;
  color: #171717!important;
}
.libre_item_list li a:hover,
.libre_item_list li a:active {
  color: #171717!important;
  text-decoration: none!important;
}
.libre_item_list li img {
  margin-bottom: 15px;
}
.libre_item_list li span {
  margin-top: auto;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .libre_item_list {
    margin-bottom: 30px;
  }
  .libre_item_list li img {
    margin-bottom: 5px;
  }
  .libre_item_list li span {
    margin-top: auto;
    font-size: 14px;
  }  
}
.libre_color_list {
  width: 70%;
  display: inline-flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}
.libre_color_list li {
  width: 30%;
}
.libre_color_list img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .libre_color_list {
    width: 80%;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
/* ========================================= 
キプリスについて　牛、豚、馬、鹿、そのちがいとは
========================================= */
.about_cypris_img {
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.about_cypris_img img {
  display: block;
  margin: 0 auto;
}
.bout_cypris_leather .about_cypris_img span {
  font-family: var(--fontbase);
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .about_cypris_img {
    margin: 0 auto 25px;
  }
}
.about_cypris_leather_table {
  width: 100%;
}
.about_cypris_leather_table td {
  font-size: 18px;
}
.about_cypris_leather_table img {
  display: block;
  margin: 10px auto 0; 
}
.about_cypris_leather_table p {
  margin-bottom: 0!important;
}
.about_cypris_leather_table_caption {
  font-family: var(--fontbase);
  font-size: 12px;
}
/* ===============
ミニ・コンパクト
=============== */
@media screen and (max-width: 599px) {
  #mini_compact_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#mini_compact_page a,
#mini_compact_page a:active {
  color: inherit!important;
}
#mini_compact_page a:hover {
  color: inherit!important;
  text-decoration: none!important;
}
#mini_compact_page .inner_wrap.intro {
  margin-bottom: 50px;
}
#mini_compact_page .inner_wrap.intro p {
  font-size: 15px;
  line-height: 2.2em!important;
}
.mini_compact_contents_wrap {
  width: 84.44%;
  margin: 0 auto;
}
.mini_compact_contents {
  margin: 0  0 50px;
  display: flex;
  align-items: center;
}
.mini_com_img,
.mini_com_txt {
  width: 50%;
}
.mini_com_txt {
  text-align: center;
  padding: 0 5.8%;
}
.mini_com_img {
  text-align: center;
}
.mini_com_img figcaption {
  color: #777777;
  font-size: 13px;
  font-family: var(--fontbase);
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .mini_compact_contents_wrap {
    width: 100%;
    margin-bottom: 80px;
  }
  .mini_compact_contents {
    margin: 0  0 40px;
    flex-direction: column;
  }
  .mini_com_img,
  .mini_com_txt {
    width: 100%;
  }
  .mini_com_img {
    width: calc(100% + 22px);
    margin: 0 -14px 15px;
  }
  .mini_com_txt {
    padding: 0;
  }
  .mini_com_img figcaption {
    font-size: 11px;
    margin-top: 10px;
  }  
}
.mini_com_txt h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.mini_com_txt h3::first-letter {
  font-size: 34px;
}
.mini_com_txt p {
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.0em!important;
}
.flex_column_reverse {
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .mini_com_txt h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .mini_com_txt h3::first-letter {
    font-size: 22px;
  }
  .mini_com_txt h3:after {
    content: '';
    display: block;
    width: 15%;
    height: 1px;
    margin: 14px auto 0;
    background-color: rgb(119, 119, 119);
  }
  .flex_column_reverse {
    flex-direction: column-reverse!important;
  }
}
.mini_com_bnr_list {
  display: inline-flex;
  justify-content: space-between;
  width: 84.44%;
  margin-bottom: 90px;
}
.mini_com_bnr_list li {
  width: 48.31%;
  text-align: center;
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.0em!important;
}
.mini_com_bnr_list li img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mini_com_bnr_list {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .mini_com_bnr_list li {
    width: 100%;
    font-size: 12px;
    line-height: 1.8em!important;
    margin-bottom: 20px;
  }
  .mini_com_bnr_list li img {
    margin-bottom: 10px;
  }
}
.satsuire .ttl_mini_com_popular {
  background-color: #bc3839;
}
.money_flap .ttl_mini_com_popular2 {
  background-color: #bc3839;
}
.money_flap .ttl_mini_com_popular {
  background-color: #254280;
}
.ttl_mini_com_popular {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  padding: 9px 9px 11px;
  margin-bottom: 40px;
}
.ttl_mini_com_popular span {
  position: relative;
  margin-left: 102px;
}
.ttl_mini_com_popular span:before {
  content: '';
  display: inline-block;
  width: 102px;
  height: 113px;
  background-image: url(https://morpho1995noij.itembox.design/item/mini_compact/icon_medal.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -56px;
  left: -112px;
}
@media screen and (max-width: 599px) {
  .ttl_mini_com_popular {
    font-size: 16px;
    padding: 9px 9px 11px;
    margin-bottom: 20px;
  }
  .ttl_mini_com_popular span {
    margin-left: 30px;
  }
  .ttl_mini_com_popular span:before {
    display: block;
    width: 50px;
    height: 55px;
    top: -20px;
    left: -55px;
  }
}
.sec {
  width: 100%;
  margin-bottom: 80px;
}
.mini_com_popular_wrap {
  display: flex;
  justify-content: space-between;
}
.mini_com_pop_box {
  display: flex;
  flex-direction: column;
  width: 31.30%;
  text-align: center;
}
.mini_com_pop_box h4 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 15px;
  font-family: var(--font_libre);
}
.mini_com_pop_box img {
  border: solid 1px #ebebeb;
}
.mini_com_pop_box h4 span {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  font-family: var(--fontbase);
}
.mini_com_pop_txt p,
.money_flap_txt p {
  font-size: 14px;
  font-family: var(--fontbase);
  color: #171717;
  margin-top: 20px;
}
.mini_com_pop_txt h4+p {
  color: #777;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .sec {
    margin-bottom: 40px;
  }
  .mini_com_popular_wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
  .mini_com_pop_box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mini_com_pop_box div:first-child {
    width: 40%;
  }
  .mini_com_pop_txt {
    width:55%;
  }
  .mini_com_pop_box h4 {
    font-size: 18px;
    margin-top: 0;
  }
  .mini_com_pop_box h4 span {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .mini_com_pop_box img {
    border: none;
  }
  .money_flap .mini_com_pop_box {
    display: block;
  }
  .money_flap .mini_com_pop_box > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .money_flap .mini_com_pop_box div:first-child {
    width: 100%;
  }
  .money_flap .mini_com_pop_box div div:first-child {
    width: 50%;
  }
  .money_flap_txt p {
    margin-top: 0;
  }
}
#mini_compact_page #s01,
#mini_compact_page #s02 {
  padding-top: 40px;
  margin-top: -40px;
}
/* ==================
キプリスのコードバン
================== */
@media screen and (max-width: 599px) {
  #cordovan_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#cordovan_page .title_image {
  margin-bottom: 50px;
}
#cordovan_page p {
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.2em!important;
}
.cordovan_intro {
  display: flex;
  align-items: center;
  width: 88.61%;
  margin: 0 auto 40px;
}
.cordovan_intro h2 {
  display: inline-block;
  font-size: 28px;
  width: 35%;
  min-width: 209px;
  min-height: 142px;
  padding: 40px 0;
  margin: 0 40px;
  text-align: center;
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/icon_ttl.png) no-repeat center center;
  background-size: 209px auto;
}
.cordovan_intro_txt {
  width: 65%;
}
.cordovan_intro_txt h3 {
  font-size: 24px;
  margin-bottom: 20px; 
}
.cordovan_intro_txt h3 span {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1430px) {
  .cordovan_intro_txt h3 br {
    display: block;
  }
}
.cordovan_intro+p+p {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .cordovan_intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%;
    margin: 0 auto 20px;
  }
  .cordovan_intro h2 {
    width: 100%;
    min-height: 80px;
    padding: 20px 0;
    text-align: center;
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/icon_ttl.png) no-repeat center center;
    background-size: 100px;
  }
  .cordovan_intro_txt {
    width: 100%;
  }
  .cordovan_intro_txt h3 {
    margin-bottom: 15px; 
    text-align: center;
  }
  .cordovan_intro_txt h3 span {
    display: block;
  }
  .cordovan_intro+p+p {
    margin: 30px auto 0;
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  #cordovan_page .title_image {
    margin-bottom: 20px;
  }
  .cordovan_intro h2 {
    font-size: 20px;
  }
  .cordovan_intro_txt h3 {
    font-size: 18px;
    line-height: 1.8em!important;
  }
}
.cordovan_wrap {
  position: relative;
}
.cordovan_style_header {
  position: relative;
  width: 100%;
  height: 370px;
  padding: 0 2%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.cordovan_style_header.suit_style {
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_suit.jpg) no-repeat top center;
  background-size: 100%;
}
.cordovan_style_header.rebel_style {
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_rebel.jpg) no-repeat top center;
  background-size: 100%;
}
.cordovan_style_header p {
  font-size: 28px!important;
  font-family: var(--min)!important;
  font-weight: 400;
  text-align: center;
  color: #FFF;
}
.cordovan_style_header.onoff_style {
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_onoff.jpg) no-repeat top center;
  background-size: 100%;
}
.cordovan_style_header.casual_style {
  background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_casual.jpg) no-repeat top center;
  background-size: 100%;
}
@media screen and (max-width: 1430px) {
  .cordovan_style_header p br {
    display: block;
  }
  .cordovan_style_header.suit_style {
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_suit.jpg) no-repeat top center;
    background-size: cover;
  }
  .cordovan_style_header.rebel_style {
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_rebel.jpg) no-repeat top center;
    background-size: cover;
  }
  .cordovan_style_header.onoff_style {
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_onoff.jpg) no-repeat top center;
    background-size: cover;
  }
  .cordovan_style_header.casual_style {
    background: url(https://morpho1995noij.itembox.design/item/cordovan_page/ttl_casual.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 899px) {
  .cordovan_style_header {
    height: 270px;
  }
}
#fs_ProductCategory #cordovan_page h2.gift_ttl,
#fs_ProductCategory #bridle_page h2.gift_ttl {
  font-weight: 400!important;
}
@media screen and (max-width: 599px) {
  #cordovan_page h2.gift_ttl br {
    display: block!important;
  }
  .cordovan_style_header p br {
    display: none;
  }
  .cordovan_style_header {
    width: calc(100% + 20px);
    margin: 0 -10px;
    height: 180px;
  }
  #cordovan_page .cordovan_style_header p {
    font-size: 18px!important;
    line-height: 1.8em!important;
  }
}
.cordovan_itemwrap {
  position: relative;
  width: 88.61%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: -60px auto 80px;
  z-index: 0;
}
.cordovan_itemwrap.oilshellcordovan {
  justify-content: center;
}
.cordovan_itemwrap .item_box {
  width: 48.17%;
  padding: 5px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .cordovan_itemwrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: -30px auto 50px;
  }
  .cordovan_itemwrap .item_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.cordovan_itemwrap .item_box .item_box_down {
  margin-top: auto;
}
.cordovan_itemwrap .item_box .item_box_up {
  display: inline-flex;
  flex-direction: column;
}
.item_box_up h3 {
  order: 2;
  font-size: 21px;
  font-weight: 400;
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 14px;
  margin-bottom: 16px;
}
.item_box_up .item_box_img {
  order: 1;
  position: relative;
  margin-bottom: 20px;
}
.item_box_up .item_box_img img {
  display: block;
  position: relative;
  z-index: 0;
}
.item_box_up .item_box_img span {
  font-family: var(--min);
  display: inline-block!important;
  background: #8a7959;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
}
.item_box_up .item_box_txt {
  order: 3;
}
.item_box_up .item_box_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .item_box_up h3 {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .item_box_up .item_box_img {
    margin-bottom: 14px;
  }
  .item_box_up .item_box_img span {
    font-size: 13px;
    padding: 0 10px;
  }
  .item_box_up .item_box_txt {
    margin-bottom: 10px;
  }
}
.item_box_up ul {
  order: 4;
}
.item_box_up ul {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 30px;
}
.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%;
}
@media screen and (max-width: 599px) {
  .item_box_up ul {
    margin-bottom: 20px;
  }
}
.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%;
}
#cordovan_page .cordovan_care_item_txt h3 {
  font-size: 23px;
  font-family: var(--min);
  font-weight: 400!important;
  line-height: 1.4em!important;
  color: #FFF;
  background-color: #141f3d;
  padding: 8px;
  margin-bottom: 12px;
}
.cordovan_care_item_txt h3 span {
  font-size: 18px;
  display: block;
  padding: 0;
  margin: 0;
}
#cordovan_page .cordovan_care_item_txt p {
  margin-bottom: 10px!important;
}
#cordovan_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: 180px;
    object-fit: cover;
    border: none;
  }
  #cordovan_page .cordovan_care_item_txt h3 {
    font-size: 18px;
    font-weight: 400!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;
  }
}
/* ==================
コードバン&ベジタン
================== */
@media screen and (max-width: 599px) {
  #cordovan_series_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#cordovan_series_page p {
  font-family: var(--fontbase);
}
#cordovan_series_page .title_image {
  margin-bottom: 50px;
}
.cordovan_series_page_intro {
  text-align: center;
}
.cordovan_series_page_intro h2 {
  margin-bottom: 60px;
}
.cordovan_series_page_intro h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cordovan_series_page_intro p {
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.8em!important;
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  #cordovan_series_page .title_image {
    margin-bottom: 20px;
  }
  .cordovan_series_page_intro h2,
  .cordovan_series_page_intro h3,
  .cordovan_series_page_intro p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cordovan_series_page_intro h2 {
    margin-bottom: 25px;
  }
  .cordovan_series_page_intro h3 {
    margin-bottom: 20px;
    line-height: 1.8em!important;
  }
  .cordovan_series_page_intro p.cordovan_s_intro_image {
    width: 100%!important;
  }
  .cordovan_series_page_intro p {
    line-height: 2.2em!important;
    text-align: left;
    margin-bottom: 25px;
  }
  .cordovan_series_page_intro h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1430px) {
  .cordovan_series_page_intro h3 br {
    display: block;
  }
}
.cordovan_leather_wrap {
  width: 75.90%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1430px) {
  .cordovan_leather_wrap {
    width: 100%;
  }  
}
.cordovan_leather_box,
.cordovan_leather_box_02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cordovan_leather_box_02 {
  margin-bottom: 50px;
}
.cordovan_leather_txt {
  width: 50%;
  text-align: center;
  padding: 0 3%;
}
.cordovan_leather_box_02 .cordovan_leather_txt {
  width: 47%;
  padding: 0;
}
.cordovan_leather_box_02.w100 .cordovan_leather_txt{
  width: 100%;
}
.cordovan_leather_box_02 .cordovan_leather_txt p {
  text-align: left;
}
.cordovan_leather_txt h3,
.cordovan_leather_txt h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em!important;
  margin-bottom: 25px;
}
.cordovan_leather_txt h4 {
  margin-bottom: 15px;
}
.cordovan_leather_txt h4 {
  font-size: 20px;
  line-height: 1.8em!important;
}
.cordovan_leather_txt h3 span {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  display: block;
  letter-spacing: 0.1em!important;
  margin-bottom: 20px;
}
.cordovan_leather_txt h3:after,
.cordovan_leather_txt h4:after {
  content:'';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #464646;
  margin: 0 auto;
}
.cordovan_leather_txt h4:after {
  margin-top: 20px;
}
.cordovan_leather_txt p {
  font-family: var(--min)!important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em!important;
}
@media screen and (max-width: 1430px) {
  .cordovan_leather_txt p br {
    display: block;
  }
}
.cordovan_leather_img {
  width: 50%;
}
.cordovan_leather_box_02 .cordovan_leather_img {
  width: 46%;
}
.cordovan_leather_box_02 .cordovan_leather_img img {
  margin: 10px 0;
}
@media screen and (max-width: 599px) {
  .cordovan_leather_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .cordovan_leather_box,
  .cordovan_leather_box_02 {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .cordovan_leather_box_02 {
    margin-bottom: 40px;
  }
  .cordovan_leather_txt,
  .cordovan_leather_box_02 .cordovan_leather_txt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .cordovan_leather_img,
  .cordovan_leather_box_02 .cordovan_leather_img {
    width: 100%;
  }
  .cordovan_leather_box_02 .cordovan_leather_img {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cordovan_leather_box_02 .cordovan_leather_img img {
    width: 50%;
    margin: 0;
  }
  .cordovan_leather_txt h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .cordovan_leather_txt h3 span {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .cordovan_leather_txt h4 {
    font-size: 18px;
  }
  .cordovan_leather_txt p {
    font-size: 17px;
    line-height: 1.8em!important;
    letter-spacing: 0.02em!important;
  }
}
#cordovan_series_page p.cordovan_comment {
  font-family: var(--fontbase)!important;
  font-size: 14px;
  font-weight: normal!important;
  margin-bottom: 20px;
  line-height: 2.8em!important;
  letter-spacing: 0!important;
}
p.cordovan_comment span {
  display: block;
  width: fit-content;
  border-bottom: solid 1px #999999;
  margin-bottom: 10px;
}
@media screen and (max-width: 1430px) {
.cordovan_comment br {
  display: block!important;
}
}
@media screen and (max-width: 599px) {
#cordovan_series_page.cordovanvacchetta .cordovan_series_page_intro h3 br {
  display: none!important;
}
#cordovan_series_page.cordovanvacchetta .cordovan_series_page_intro h3 span:after {
  content:'、';
}
#cordovan_series_page.cordovanvacchetta .cordovan_series_page_intro h3 span:last-child:after {
  content: '';
}
}
@media screen and (max-width: 599px) {
  #cordovan_series_page.horweenshellcordovan .cordovan_series_page_intro h3 br {
    display: none!important;
  }
  .cordovan_leather_box_02 .cordovan_leather_txt,
  .cordovan_leather_box_02 .cordovan_leather_txt p:last-child {
      margin-bottom: 0px;
  }
}
.about_horween_box {
  width: 75.90%;
  margin: 0 auto;
  border: solid 6px #eeeeee;
  padding: 4%;
} 
.about_horween_box h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: solid 1px #dadada;
}
.about_horween_box p {
  margin-bottom: 0!important;
  text-align: left;
}
@media screen and (max-width:599px) {
  .about_horween_box {
    width: 94%;
  } 
  .about_horween_box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

/* ==================
ハロウィンキャンペーン
==================== */
@media screen and (max-width: 599px) {
  #halloween_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#halloween_page {
  background-image: url(https://morpho1995noij.itembox.design/item/halloween/bg_bottom.png), url(https://morpho1995noij.itembox.design/item/halloween/bg_hallo.gif);
  background-position: center bottom,center;
  background-repeat: no-repeat, repeat;
  padding-bottom: 60px;
}
.halloween_intro {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.halloween_intro p {
  font-family: var(--fontbase)!important;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #halloween_page {
    background-image: url(https://morpho1995noij.itembox.design/item/halloween/bg_bottom.png), url(https://morpho1995noij.itembox.design/item/halloween/bg_hallo.gif);
    background-position: center bottom,center;
    background-repeat: repeat-x, repeat;
    padding-bottom: 60px;
    background-size: 80%, auto;
  }
  
  .halloween_intro {
    width: 94%;
  }
  .halloween_intro img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
#halloween_page .sensu_campaign {
  border: solid 1px #333;
  background-color: rgba(255, 255, 255, .6);
}
.halloween_sec {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.ttl_halloween {
  text-align: center;
  font-size: 24px;
  font-family: 'poppins';
  font-weight: 700;
  color: #b16e00;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .ttl_halloween {
    font-size: 18px;
    padding: 8px 0;
  }
}
.halloween_item_box {
  font-family: var(--fontbase);
  width: 84%;
  margin: 0 auto 50px;
  position: relative;
  padding: 8% 8% 0;
}
.halloween_item {
  width: 52%;
  margin-bottom: 20px;
}
.halloween_item_left {
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.halloween_item_right {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.halloween_item_box h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.halloween_item_box p {
  font-size: 13px;
}
.halloween_item_box p span {
  display: block;
}
@media screen and (max-width: 599px) {
  .halloween_item_box h3 {
    font-family: var(--min);
    line-height: 1.6em!important;
  }
  .halloween_item_box p {
    line-height: 1.6em!important;
  }
}
.halloween_item_box.shira_longwalle {
  text-align: right;
}
.halloween_item_box.shira_longwalle .halloween_item_left {
  width: 45%;
}
.halloween_item_box.shira_longwalle .halloween_item_right {
  width: 24%;
  top: 41%;
  right: -10%;
}
.halloween_item_box.poke_belt .halloween_item_right {
  top: 0;
  bottom: auto;
}
.halloween_item_box.poke_belt .halloween_item_left {
  width: 22%;
  top: 40%;
  left: -6%;
}
@media screen and (max-width: 759px) {
  .halloween_item_box {
    width: 100%;
    text-align: center!important;
  }  
  .halloween_item {
    width: 70%;
  }
  .halloween_item_box.lejute_coin .halloween_item_left {
    top: 40%;
    left: 10%;
  }
  .halloween_item_box.lejute_coin .halloween_item_right {
    top: 0;
    right: 0;
  }
  .halloween_item_box.shira_longwalle .halloween_item_left {
    top: 0;
    left: 0;
  }
  .halloween_item_box.shira_longwalle .halloween_item_right {
    top: 35%;
    right: 0;
  }
  .halloween_item_box.poke_belt .halloween_item_left {
    left: 0;
    top: 34%;
  }
  .halloween_item_box.poke_belt .halloween_item_right {
    top: 0;
    right: 0;
  } 
}
.halloween_link_btn {
  width: 75%;
  font-family: var(--fontbase);
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.halloween_link_btn .fa-caret-right {
  margin-left: 8px;
}
.halloween_link_btn .fa-caret-down {
  font-size: 30px;
  margin-left: 8px;
  display: none;
}
.halloween_link_btn div{
  width: 50%;
}
.halloween_link_btn div:first-child{
  text-align: right;
  padding: 0 4%;
}
.halloween_link_btn div:last-child{
  display: inline-flex;
  justify-content: space-around;
}
.halloween_link_btn div a {
  width: 38%;
}
@media screen and (max-width: 1430px) {
  .halloween_link_btn .fa-caret-right {
    display: none;
  }
  .halloween_link_btn .fa-caret-down {
    display: inherit;
  }
  .halloween_link_btn {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .halloween_link_btn div{
    width: 100%;
  }
  .halloween_link_btn div:first-child{
    text-align: center;
    padding: 4% 0;
  }
  .halloween_link_btn div:last-child{
    display: inline-flex;
    justify-content: center;
  }
  .halloween_link_btn div a {
    width: 18%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 599px) {
  .halloween_link_btn {
    font-size: 16px;
  }
  .halloween_link_btn div a {
    width: 30%;
    margin: 0 3%;
  }
}
/* ======================
財布を買い替えて運気を上げる
======================= */
@media screen and (max-width: 599px) {
  #kaiun_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.ttl_kaiun_01 {
  font-size: 26px;
  color: #171717;
  text-align: center;
  background: linear-gradient(90deg, #f8f2ec 0%, #f8f2ec 50%, #d0efe9 50%, #d0efe9 100%);
  padding: 14px;
  margin-bottom: 30px;
}
.ttl_kaiun_02 {
  display: block;
  margin: 0 auto 30px;
  color: #1c6803;
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em!important;
  position: relative;
  width: fit-content;
  padding: 15px 90px;
  box-sizing: border-box;
}
.ttl_kaiun_02 span {
  display: block;
  font-size: 23px;
  line-height: 1.4em!important;
}
@media screen and (max-width: 899px) {
  .ttl_kaiun_02 {
    padding: 15px 30px;
  }
}
.ttl_kaiun_02:before,
.ttl_kaiun_02:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ttl_kaiun_02:before {
  top: 0;
  left: 0;
  border-top: 1px solid #79ada1;
  border-left: 1px solid #79ada1;
}
.ttl_kaiun_02:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #79ada1;
  border-right: 1px solid #79ada1;
}
@media screen and (max-width: 599px) {
  .ttl_kaiun_01 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .ttl_kaiun_02 {
    padding: 15px 20px;
    margin: 0 auto 20px;
    font-size: 19px;
  }
  .ttl_kaiun_02 span {
    font-size: 15px;
    margin-top: 5px;
  }
  .ttl_kaiun_02:before,
  .ttl_kaiun_02:after {
    width: 40px;
    height: 40px;
  }
}
.kaiun_col2_wrap {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px;
}
.kaiun_col2_wrap p {
  width: 48.5%;
  font-size: 19px;
}
@media screen and (max-width: 899px) {
  .kaiun_col2_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 40px;
  }
  .kaiun_col2_wrap p {
    width: 100%;
  }
  .kaiun_col2_wrap p:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .kaiun_col2_wrap p {
    font-family: var(--fontbase);
    font-size: 15px;
  }
}
.kaiun_txt {
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
}
.kaiun_item {
  margin: 30px 0;
}
p.kaiun_osusume_color {
  line-height: 2.4em!important;
}
@media screen and (max-width: 599px) {
  .kaiun_txt {
    font-family: var(--fontbase);
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  .kaiun_item {
    margin: 20px 0;
  }
  p.kaiun_osusume_color {
    font-family: var(--fontawe);
    font-size: 15px;
    line-height: 2.2em!important;
  }
}
.kaiun_date {
  width: 100%;
  font-family: var(--font_noto_sans);
  display: inline-flex;
  flex-wrap: wrap;
}
.kaiun_date dt,
.kaiun_date dd {
  border-right: solid 1px #D9E1BE;
  border-bottom: solid 1px #D9E1BE;
  padding: 1% 2%;
}
.kaiun_date dt:nth-child(1) {
  border-right: none;
}
.kaiun_date dd:nth-child(2),
.kaiun_date dd:nth-child(3),
.kaiun_date dd:nth-child(4) {
  border-right: solid 2px #fff;
  border-bottom: none;
  background-color: #EEF5D4;
  text-align: center;
}
.kaiun_date dt {
  width: 10%;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.kaiun_date dd {
  width: 27%;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}
.kaiun_date dt.kaiun_date_header,
.kaiun_date dd.kaiun_date_header {
  display: inline;
  color: #1C6803;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  border-bottom: none;
}
.kaiun_date dd > span {
  display: block;
  margin: auto;
}
.kaiun_date dd.dd_tensha {
  width: 18%;
}
.kaiun_date dd:nth-child(4n){
  width: 45%;
}
.kaiun_date .blue {
  color: #0000ff;
}
@media screen and (max-width: 599px) {
  .kaiun_date {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0!important;
  }
  .kaiun_date dt,
  .kaiun_date dd {
    border: none;
  }
  .kaiun_date dt,
  .kaiun_date dd,
  .kaiun_date dd.dd_tensha,
  .kaiun_date dd:nth-child(4n){
    width: 100%;
  }
  .kaiun_date dt.kaiun_date_header,
  .kaiun_date dd.kaiun_date_header {
    display: none;
  }
  .kaiun_date dt {
    justify-content: center;
    font-size: 18px;
    color: #1C6803;
    background-color: #EEF5D4;
    padding: 1rem;
  }
  .kaiun_date dd {
    display: inline;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
        padding: 0;
  }
  .kaiun_date dd span {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .kaiun_date dd:nth-child(4n){
    margin-bottom: 10px;
  }
  .kaiun_date dd:before {
    content: attr(data-title);
    font-weight:  500;
    display: block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
}
.kaiun_osusume_btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 599px) {
  .kaiun_osusume_btn {
    width: 60%;
    margin: 10px auto 0;
  }
}
#line_friend a:hover {
  text-decoration: none!important;
}
/* ======================
商品詳細ページ　商品説明
======================= */
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont {
  margin-bottom: 3rem!important;
}
.l-mainClumn--productsDetail {
  margin-top: 0!important;
}
.l-tableWrap table * {
  font-family: var(--fontbase);
  font-size: 13px!important;
}
.l-tableWrap table th,
.l-tableWrap table td {
  padding: 14px 18px!important;
}
@media screen and (max-width: 599px) {
  .l-tableWrap table th {
    white-space: nowrap;
  }
  .l-tableWrap table th,
  .l-tableWrap table td {
    padding: 10px 14px!important;
  }
}
/* ======================
VOICEページ
======================= */
@media screen and (max-width: 599px) {
  #voice_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#voice_page .inner_wrap:first-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 1430px) {
  #voice_page .inner_wrap p br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #voice_page .inner_wrap:first-child {
    margin-bottom: 50px;
  }
}
#voice_page h2,
#voice_page h3 {
  font-weight: 700;
}
.voice_date {
  color: #949494;
  font-size: 14px;
  font-family: 'poppins';
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .voice_date {
    margin-bottom: 20px;
    padding: 0 2%;
  }
}
#voice_page .voice_intro {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.3em!important;
  text-align: center;
  margin: 0 auto;
  padding: 0 2%;
}
.voice_topimg {
  margin-bottom: 70px;
}
@media screen and (max-width: 1430px) {
  #voice_page .voice_intro br {
   display: block!important;
  }
}
@media screen and (max-width: 599px) {
  #voice_page .voice_intro {
    font-size: 15px;
  }
  #voice_page .voice_intro br {
    display: none!important;
  }
  #voice_page .voice_intro {
    text-align: left;
    padding: 0 2%;
  }
  .voice_topimg {
    margin-bottom: 30px;
  }
}
.ttl_voice_01 {
  font-weight: 500!important;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.ttl_voice_01 span {
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1.8em!important;
}
.ttl_voice_01 span:after {
  content: '';
  display: block;
  width: 33px;
  height: 1px;
  background-color: #dadada;
  margin: 14px auto;
}
@media screen and (max-width: 1430px) {
  .ttl_voice_01 br {
    display: block!important;
  }
}
.voice_header {
  margin-bottom: 68px;
}
.voice_header p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 2.8em!important;
  width: 55.02%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .voice_header {
    margin-bottom: 30px;
  }
  .voice_header p {
    width: 100%;
  }
}
.voice_index {
  background-color: #f4f4f4;
  width: 66.41%;
  margin: 0 auto;
  padding: 3%;
}
.voice_index h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.voice_index ul {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.voice_index ul li:before {
  content: '―';
  color: #a2a2a2;
  padding-right: 6px;
}
.voice_index ul li {
  margin: 0 0 14px;
}
.voice_index ul li:last-child {
  margin-bottom: 0;
}
.voice_index a {
  text-decoration: none!important;
  color: inherit!important;
}
@media screen and (max-width: 599px) {
  .voice_index {
    width: 90%;
    padding: 6%;
  }
}
#voice_page .ttl_voice_02 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 2.4em!important;
  margin-bottom: 40px;
}
.ttl_voice_02 + p {
  margin-bottom: 60px;
}
@media screen and (max-width: 1430px) {
  .ttl_voice_02 br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  #voice_page .ttl_voice_02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ttl_voice_02 + p {
    margin-bottom: 20px;
  }
  .ttl_voice_02 br {
    display: none!important;
  }
}
@media screen and (max-width: 899px) {
  h2.ttl_voice_02 {
    width: 94%;
    margin: 0 auto 30px;
  }
}
.voice_box {
  width: 66.41%;
  margin: 0 auto 40px;
}
#voice_page .ttl_voice_03 {
  color: #444444;
  background-color: #f4f4f4;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500!important;
  letter-spacing: 0.08em;
  line-height: 2.0em;
  padding: 3%;
  margin-bottom: 30px;
}
#voice_page .ttl_voice_03 span {
  display: inline-block;
  margin-left: 1.4em;
  text-indent: -1.2em;
}
.ttl_voice_03 span:before {
  content:'―';
  color: #aaaaaa;
  padding-right: 0.2em;
}
@media screen and (max-width: 599px) {
  .voice_box {
    width: 90%;
    margin: 0 auto 30px;
  }
  #voice_page .ttl_voice_03 {
    line-height: 2.0em!important;
    margin-bottom: 20px;
  }
}
.voice_box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2em!important;
  margin-bottom: 26px;
}
.voice_box p:last-child {
  margin-bottom: 0;
}
.voice_photo_480 {
  width: 45.54%;
  margin: 60px auto;
  text-align: center;
}
.voice_photo_760 {
  width: 72.16%;
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 599px) {
  .voice_photo_480 {
    width: 80%;
    margin: 30px auto 40px;
  }
  .voice_photo_760 {
    width: 80%;
    margin: 30px auto 40px;
  }
}
#voice_page .cap {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #666666;
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
.voice_end {
  width: 66.41%;
  border-top: solid 1px #dadada;
  margin: 0 auto 50px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-top: 45px;
}
.voice_end p {
  line-height: 2.8em!important;
  font-weight: 400;
}
@media screen and (max-width: 1430px) {
  #voice_page .cap {
    width: 90%;
    margin: 10px auto 0;
    line-height: 1.8em!important;
  }
}
@media screen and (max-width: 599px) {
  .voice_end {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 14px;
    padding-top: 30px;
  }
  .voice_end p {
    line-height: 2.2em!important;
  }
}
.voice_profile_wrap {
  width: 66.41%;
  margin: 0 auto;
  border: solid 8px #eeeeee;
  padding: 3% 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ttl_voice_profile {
  font-weight: 600!important;
  font-size: 18px;
  line-height: 1.0em!important;
  margin-bottom: 14px;
}
.ttl_voice_profile:before {
  content: 'Profile';
  font-size: 20px;
  width: 80%;
  border-bottom: solid 1px #8e8e8e;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl_voice_profile span {
  font-weight: 600!important;
  line-height: 1.0em!important;
}
.ttl_voice_profile span:first-child {
  font-size: 12px;
}
.ttl_voice_profile span:last-child {
  font-size: 14px;
}
.voice_profile_img {
  width: 23.43%;
}
.voice_profile_txt {
  width: 73.43%;
}
@media screen and (max-width: 1430px) {
  .ttl_voice_profile br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .voice_profile_wrap {
    width: 90%;
    padding: 8%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .voice_profile_img {
    width: 50%;
    text-align: center;
  }
  .voice_profile_txt {
    width: 100%;
  }
  .ttl_voice_profile {
    font-size: 16px;
    margin-bottom: 14px;
    text-align: center;
  }
  .ttl_voice_profile span {
    display: block;
  }
  .ttl_voice_profile br {
    display: none!important;
  }
  .ttl_voice_profile span:first-child {
    margin-bottom: 14px;
  }
  .ttl_voice_profile span:last-child {
    margin-top: 8px;
  }
  .ttl_voice_profile:before {
    content: 'Profile';
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.voice_profile_txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0em!important;
}
.voice_profile_link {
  margin-top: 10px;
}
.voice_profile_link a:hover {
  text-decoration: none!important;
}
.voice_credit {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1430px) {
  .voice_credit br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .voice_profile_txt p {
    font-size: 13px;
    font-weight: 400;
  }
  .voice_credit {
    margin-top: 25px;
  }
}
/* ======================
大人の旅行かばん特集
======================= */
@media screen and (max-width: 599px) {
  #tripbag_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#tripbag_page .title_image img {
  display: block;
  margin-bottom: 30px;
}
#tripbag_page .title_image p {
  letter-spacing: 0.04em;
  line-height: 2.2em;
  font-weight: 700;
}
#tripbag_page .title_image {
  margin-bottom: 80px;
}
@media screen and (max-width: 1430px) {
  #tripbag_page .title_image p br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #tripbag_page .title_image p {
    letter-spacing: 0em;
    width: 94%;
    margin: 0 auto;
  }
  #tripbag_page .title_image img {
    margin-bottom: 20px;
  }
  #tripbag_page .title_image {
    margin-bottom: 40px;
  }
}
.ttl_trip_01 {
  font-size: 26px;
  text-align: center!important;
  font-weight: 700;
  border-bottom: solid 2px #000000;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.ttl_trip_01:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -6px;
  left: 0;
}
.ttl_trip_01 span {
  font-weight: 500;
  font-size: 20px;
  padding-left: 16px;
}
.ttl_trip_01 + p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .ttl_trip_01 {
    font-size: 20px;
  } 
  .ttl_trip_01 span {
    display: block;
    font-size: 16px;
    padding-left: 8px;
  }
  .ttl_trip_01 + p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.trip_item_wrap {
  width: 89.65%;
  display: flex;
  justify-content: space-around;
  margin: 40px auto 0;
}
.trip_item_box {
  width: 28%;
  text-align: center;
  display: inline-flex;
  align-items: stretch;
  flex-direction: column;
}
.trip_item_box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.trip_item_price {
  font-family: var(--fontbase);
  font-size: 14px;
  color: #565656;
  margin-bottom: 26px;
}
.trip_item_price span {
  color: #ff0000;
  font-size: 23px;
}
.trip_item_btn {
  margin-top: auto;
}
.trip_item_btn a {
  display: inline-block;
  width: 100%;
  background-color: #c7b299;
  color: #FFF;
  text-decoration: none!important;
  padding: 12px 0;
}
.trip_item_btn a:hover {
  opacity: 1.0!important;
  background-color: #63421f;
  color: #FFF!important;
}
@media screen and (max-width: 599px) {
  .trip_item_wrap {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .trip_item_box {
    width: 42%;
    margin: 0 4% 4%;
  }
  .trip_item_box h3 {
    font-size: 15px;
  }
  .trip_item_price {
    margin-bottom: 13px;
  }
  .trip_item_price span {
    display: block;
    font-size: 16px;
    line-height: 1.0em;
  }
  .trip_item_btn a {
    font-size: 14px;
    font-family: var(--fontbase);
    padding: 8px 0;
  }
}
.trip_view_more{
  text-align: center;
  font-size: 17px;
  position: relative;
}
.trip_view_more span {
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  top: 44px;
  transition: 0.5s;
}
.trip_view_more span:after {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.trip_view_more a {
  display: inline-block;
  width: 30%;
  text-decoration: none!important;
}
.trip_view_more a:hover {
  color: inherit!important;
}
.trip_view_more:hover span {
  left: 52%;
}
@media screen and (max-width: 899px) {
  .trip_view_more span {
    width: 40%;
    margin-left: -20%;
  }
  .trip_view_more a {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .trip_view_more{
    font-size: 16px;
  }  
  .trip_view_more span {
    width: 70%;
    margin-left: -35%;
  }
  .trip_view_more a {
    width: 70%;
  }
}
/* ========================
商品詳細ページ名入れ選択項目
=========================== */
.fs-c-productOption__name {
  padding: 8px 8px!important;
  font-size: 15px;
}
.fs-c-productOption__name label .fs-c-requiredMark {
  font-size: 15px!important;
}
/* ===========================
ギフトラッピング　クリスマス限定
=========================== */
#giftwrapping_xmas {
  margin-top: 120px;
}
#giftwrapping_xmas p,
#giftwrapping_xmas li {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  #giftwrapping_xmas {
    width: calc(100% + 16px);
    margin: 50px -8px 0;
  }
}
#giftwrapping_xmas .inner_wrap {
  margin-bottom: 80px;
}
#giftwrapping_xmas .inner {
  width: 89.18%;
}
@media screen and (max-width: 599px) {
  #giftwrapping_xmas .inner_wrap {
    margin-bottom: 50px;
  }
  #giftwrapping_xmas .inner {
    width: 94%;
  }
}
#giftwrapping_xmas .intro {
  font-size: 14px;
  font-family: var(--fontbase);

}
#giftwrapping_xmas .intro span {
  font-weight: bold;
  color: #ab0407;
}
#giftwrapping_xmas .gift_ttl span span {
  color: #731a2e;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
#giftwrapping_xmas .mb30 {
  margin-bottom: 20px;
}
}
#giftwrapping_xmas .sensu_campaign {
  border: solid 1px #666666;
  margin-bottom: 30px;
  width: 100%;
}
.caution_txt {
  font-size: 16px;
  color: #ab0407;
  font-weight: bold;
}
.xmaswrap_ttl_01 {
  font-size: 26px;
  font-weight: 500;
  border: solid 3px #eeeeee;
  padding: 1.5%;
  line-height: 1.0!important;
  margin-bottom: 20px;
}
.xmaswrap_ttl_01 > span {
  border-left: solid 4px #731a2e;
  padding-left: 1.5%;
}
@media screen and (max-width: 599px) {
  .xmaswrap_ttl_01 {
    font-size: 18px;
    padding: 2%;
    margin-bottom: 10px;
  }
}
.xmaswrap_ttl_02 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: solid 2px #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.xmaswrap_ttl_02 i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 599px) {
  .xmaswrap_ttl_02 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.messecard_list {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.messecard_list img {
  display: block;
}
.messecard_list li {
  width: 31.17%;
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}
.messecard_list li span {
  display: inline-block;
  background-color: #428961;
  color: #FFF;
  font-size: 13px;
  font-family: var(--fontbase);
  padding: 2px 8px;
  margin-top: 15px;
}
@media screen and (max-width: 1430px) {
  .messecard_list li {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .messecard_list li {
    margin-bottom: 20px;
  }
}
.xmaswrap_caution {
  color: #ab0407;
  font-weight: bold;
  font-family: var(--fontbase);
  font-size: 14px;
}
.xmaswrap_caution li {
  margin-bottom: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#xmaswrap_01 + p {
  font-size: 14px;
  margin-bottom: 30px;
}
#xmaswrap_02 + p {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #xmaswrap_01 + p,
  #xmaswrap_02 + p {
    margin-bottom: 10px;
  }
}
/* ===========================
トップ　開運日告知パーツ
=========================== */
#info_kaiun{
  width: 100%;
  background-color: #ece7d1;
  text-align: center;
  padding: 10px;
}
#info_kaiun p {
  font-family: var(--min);
}
#info_kaiun p a {
  text-decoration: underline!important;
}
#info_kaiun p a:hover {
  color: inherit!important;
  text-decoration: none!important;
}
#info_kaiun p span {
  color: #e7251c;
}
@media screen and (max-width: 599px) {
  #info_kaiun{
    margin-bottom: 20px;
  }
  #info_kaiun p {
    font-family: var(--fontbase);
    font-size: 13px;
  }
}
/* =======================================================
カスタムオーダーサービス開始にあたってのフッター表記の変更
======================================================= */
.u-fs-p-order__Item01 span+span {
  display: block!important;
  color: #992200;
}
@media screen and (max-width: 899px) {
  .fs-p-order--block * {
    text-align: center!important;
  }
}
/* =======================================
無料サンプル革ページの商品スペック表を消すCSS
======================================= */
.fs-body-product-ordersample .l-mainClumn--productsDetail {
  display: none;
}
.fs-body-product-ordersample .p-orgComment {
  display: none;
}
/* =========================================
カスタムオーダーLPをカテゴリページに移植用（途中）
========================================= */
.fs-body-category-order_lp .fs-l-main {
  width: 100%!important;
  max-width: 100%!important;
  padding: 0!important;
  margin-top: 0!important;
}
.fs-body-category-order_lp .fs-l-pageMain {
  width: 100%!important;
  max-width: 100%!important;
}
.fs-body-category-order_lp .l-mainColumnWrap {
  padding: 0!important;
  margin: 0!important;
}
.fs-body-category-order_lp .fs-l-pageMain .l-mainContents .l-mainColumnWrap {
  width: 100%!important;
  max-width: 100%!important;
}
/* ==================
クリスマス特集
=================== */
@media screen and (max-width: 599px) {
  #xmas_page {
    width: calc(100% + 16px);
    margin: 50px -8px 0;
  }
}
#xmas_page a {
  text-decoration: none!important;
}
#xmas_for_mens,
#xmas_for_womens,
#xmas_for_original {
  padding-top: 5rem;
}
.xmas_simekiri {
  background-color: #02470a;
  color: #FFF;
  font-family: var(--min);
  font-size: calc(1.8rem + ((1vw - 0.59rem) * 1.7391));
  text-align: center;
  padding: 1.5rem 0;
  position: relative;
}
#xmas_page p.xmas_simekiri {
  letter-spacing: 0.4rem!important;
}
.xmas_simekiri span {
  font-size: calc(2rem + ((1vw - 0.59rem) * 4.058));
  padding-left: 0.4rem;
}
@media screen and (min-width: 1280px) {
  .xmas_simekiri {
    font-size: 3rem;
  }
  .xmas_simekiri span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  .xmas_simekiri {
    font-size: 1.8rem;
  }
  .xmas_simekiri span {
    font-size: 2rem;
  }
  #xmas_page p.xmas_simekiri {
    line-height: 1.5!important;
  }
}
@media screen and (max-width: 899px) {
  .xmas_simekiri span {
    display: block;
    font-size: 2.2rem;
  }
}
.xmas_simekiri span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px; 
  background-color: #dbc69b;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.xmas_page_link {
  display: inline-flex;
  justify-content: center;
  margin: 8rem auto 0;
}
.xmas_page_link li {
  margin: 0 2%;
}
@media screen and (max-width: 599px) {
  .xmas_page_link {
    margin: 3rem auto 0;
  }
  .xmas_page_link li {
    margin: 0 1%;
  }
}
.xmas_ttl {
  font-size: calc(2rem + ((1vw - 0.59rem) * 3.1884));
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1280px) {
  .xmas_ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .xmas_ttl {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.xmas_ttl img {
  width: 5em;
  position: absolute;
  top: -1.2em;
  left: 50%;
  margin-left: -6em;
}
#xmas_for_original .xmas_ttl img {
  width: 5em;
  position: absolute;
  top: -1.2em;
  left: 30%;
  margin-left: -6em;
}
@media screen and (max-width: 979px) {
  .xmas_ttl img {
    width: 8em;
    top: -2.2em;
    margin-left: -7em;
  }
}
.xmas_ttl:after {
  content: '';
  display: block;
  width: 47px;
  height: 6px;
  background-color: #bd9a4f;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .xmas_ttl:after {
    height: 4px;
    margin-top: 8px;
  }
}
.xmas_item_wrap {
  width: 94.5%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6rem;
}
.xmas_item_txt,
.xmas_item_img {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .xmas_item_wrap {
    width: 100%;
    flex-direction: column-reverse;
  }
  .xmas_item_txt,
  .xmas_item_img {
    width: 100%;
  }
}
.xmas_item_txt h3 {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .xmas_item_txt {
    display: inline-flex;
    flex-direction: column;
  }
  .xmas_item_img {
    margin-bottom: 2rem;
  }
  .xmas_item_txt h3 {
    margin-bottom: 2rem;
  }
}
.xmas_item_txt h3 span {
  width: 50%;
}
.xmas_item_txt h3 span:first-child {
  font-size: calc(1.6rem + ((1vw - 0.59rem) * 1.4493));
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .xmas_item_txt h3 span:first-child {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .xmas_item_txt h3 span:first-child br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .xmas_item_txt h3 span:first-child {
    font-size: 1.6rem;
    border-right: dotted 1px #8c7d5a;
    position: relative;
  }
  .xmas_item_txt h3 span:first-child:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 8px);
    right:-8px;
    border-left: 8px solid #8c7d5a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.xmas_item_txt h3 span:last-child {
  color: #8c7d5a;
  font-size: calc(2rem + ((1vw - 0.59rem) * 5.7971));
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .xmas_item_txt h3 span:last-child {
    font-size: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .xmas_item_txt h3 span:last-child {
    font-size: 2rem;
    text-align: center;
  }
}
.xmas_ttl03,
.xmas_ttl04 {
  font-size: 2rem;
  text-align: center;
  background: #e1d1b0 url(https://morpho1995noij.itembox.design/item/xmas/icon_snow_half.png) no-repeat left center;
  background-size: 12% auto;
  padding: 1.5rem 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  .xmas_ttl03,
  .xmas_ttl04 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.xmas_item_txt h4+p {
  line-height: 2.2!important;
}
@media screen and (max-width: 599px) {
  .xmas_item_txt h4+p {
    font-family: var(--fontbase);
    font-size: 1.4rem;
  }
}
.xmas_item_price {
  text-align: right;
  font-size: 2rem;
  font-family: var(--fontbase);
  color: #565656;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .xmas_item_price {
    font-size: 1.4rem;
    text-align: center;
  }
}
.xmas_view_more{
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  background-color: #155107;
  margin-top: 1rem;
  float: right;
  transition: .2s;
}
@media screen and (max-width: 599px) {
  .xmas_view_more{
    width: 80%;
    float: none;
    margin: 1rem auto 0;
  }
}
.xmas_view_more:hover {
  background-color: #d30d0c;
}
.xmas_view_more a {
  color: #FFF;
  display: block;
  width: 100%;
  padding: 8px 55px 8px 30px;
}
.xmas_view_more span {
  position: relative;
}
.xmas_view_more span:before,
.xmas_view_more span:after{
  content: '';
  display: block;
  position: absolute;
  top: 51%;
  right: 0;
  height: 1px;
  background: #FFF;
  transition: .2s;
}
.xmas_view_more span:before{
  width: 15px;
  transform: translate(30px, 0px);
}
.xmas_view_more span:after{
  width: 10px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
}
.xmas_view_more:hover a {
  color: #FFF!important;
  text-decoration: none!important;
}
.xmas_view_more:hover span:before,
.xmas_view_more:hover span:after {
  right: -5px;
}
.xmas_item_img {
  position: relative;
}
.xmas_item_img:before {
  content: '';
  display: inline-block;
  width: 48.27%;
  height: 100%;
  background-image: url(https://morpho1995noij.itembox.design/item/xmas/icon_no01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -6rem;
  left: 50%;
  margin-left: -24.13%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .xmas_item_img:before {
    width: 38%;
    top: -4rem;
    margin-left: -19%;
  }
}
.xmas_ttl02 {
  font-size: calc(1.6rem + ((1vw - 0.59rem) * 0.4348));
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1280px) {
  .xmas_ttl02 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .xmas_ttl02 {
    font-size: 1.6rem;
    position: relative;
  }
}
.xmas_ttl02:before,
.xmas_ttl02:after {
  content:'';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url(https://morpho1995noij.itembox.design/item/xmas/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1.5em;
}
@media screen and (max-width: 599px) {
  .xmas_ttl02:before {
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    top: -0.5em;
    left: 0;
  }
  .xmas_ttl02:after {
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    top: -0.5em;
    right: 0;
  }
}
.xmas_item_3col_wrap {
  width: 94.5%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
}
.xmas_item_3col_box {
  width: 31%;
  display: flex;
  flex-direction: column;
}
.xmas_item_3col_box h3+p {
  font-size: 1.3rem;
  font-family: var(--fontbase);
  line-height: 2.2!important;
}
.xmas_item_3col_box img {
  margin-bottom: 0.5em;
}
.xmas_item_3col_box .xmas_ttl03 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .xmas_item_3col_wrap {
    width: 90%;
    flex-wrap: wrap;
  }
  .xmas_item_3col_box {
    width: 100%;
    margin-bottom: 6rem;
  }
  .xmas_item_3col_box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
}
.xmas_item_price_wrap {
  margin-top: auto;
  text-align: center;
}
.xmas_item_3col_box .xmas_item_price {
  font-size: 1.4rem;
  text-align: center;
}
.xmas_item_3col_box .xmas_view_more {
  float: none;
}
@media screen and (max-width: 599px) {
  .xmas_item_price_wrap {
    width: 100%;
  }
}
#xmas_for_original .xmas_ttl {
  margin-bottom: 3rem;
}
.xmas_custom_wrap {
  width: 69.37%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .xmas_custom_wrap {
    width: 100%;
  }  
}
.xmas_custom_wrap p:first-child {
  margin-bottom: 1rem;
}
.xmas_custom_wrap .xmas_ttl03 {
  padding-top: 3rem;
}
.xmas_custom_wrap .xmas_ttl04 {
  font-size: 3.4rem;
}
@media screen and (max-width: 599px) {
  .xmas_custom_wrap .xmas_ttl04 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.xmas_custom_wrap .xmas_ttl03 img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .xmas_custom_wrap .xmas_ttl03 img {
    width:94%;
  }
}
@media screen and (max-width: 1280px) {
  .xmas_custom_wrap .xmas_ttl03 br {
    display: block!important;
  }
}
.xmas_custom_txt,
.xmas_naire_txt {
  width: 94%;
  font-size: 1.5rem;
  margin: 0 auto 2rem;
}
.xmas_custom_txt p {
  line-height: 2.2!important;
}
.xmas_custom_wrap .xmas_view_more {
  float: none;
}
.xmas_naire_txt {
  display: flex;
  justify-content: space-between;
}
.xmas_naire_txt p:first-child {
  width: 56%;
}
.xmas_naire_txt p:last-child {
  width: 38%;
}
@media screen and (max-width: 599px) {
  .xmas_naire_txt {
    flex-direction: column;
    align-items: center;
  }
  .xmas_naire_txt p:first-child {
    width: 100%;
  }
  .xmas_naire_txt p:last-child {
    width: 80%;
  }
}
#xmas_page #category_item_page {
  padding: 0!important;
}
#xmas_page .list_cate_wrap a:hover {
  color: inherit!important;
}
@media screen and (max-width: 599px) {
  #xmas_page #category_item_page {
    padding: 0!important;
  }
}
/* =========================================
ノベルティキャンペーン
========================================= */
@media screen and (max-width: 599px) {
  #novelty_page {
    width: calc(100% + 16px);
    margin: 50px -8px 0;
  }
}
#novelty_page a {
  text-decoration: none!important;
}
#novelty_page h2 {
  margin-bottom: 2rem;
}
.novelty_2col_wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .novelty_2col_wrap {
    width: 100%;
  }  
}
@media screen and (max-width: 599px) {
  .novelty_2col_wrap {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: start;
  }
}
.novelty_2col_txt {
  width: 56%;
}
.novelty_2col_txt p:first-child span {
  background: linear-gradient(transparent 52%, #fff75f 0%);
}
@media screen and (max-width: 599px) {
  .novelty_2col_txt {
    width: 100%;
  }
}
.novelty_2col_txt p+p {
  font-size: 1.3rem;
  font-family: var(--fontbase);
  margin-top: 1em;
}
.novelty_2col_txt p+p span {
  display: block;
  color: #ff0000;
  padding-top: 0.5em;
}
.novelty_use {
  width: 80%;
  font-family: var(--fontbase);
  background-color: #fff4e9;
  font-size: 1.2rem;
  padding: 4%;
  margin: 4rem auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .novelty_use {
    margin: 2rem auto 0;
  }
}
.novelty_use h3 {
  position: absolute;
  top: -1em;
  left: -1em;
}
.novelty_use h3 img {
  width: 113px
}
.novelty_use p {
  line-height: 2.4em!important;
}
.novelty_2col_img {
  width: 42%;
}
@media screen and (max-width: 599px) {
  .novelty_2col_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.novelty_item_box {
  width: 80%;
  margin: 10rem auto;
}
@media screen and (max-width: 1280px) {
  .novelty_item_box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .novelty_item_box {
    margin: 5rem auto;
  }
}
.ttl_novelty {
  color: #aa941d;
  font-size: 2rem;
  text-align: center;
  border-bottom: solid 1px #aa941d;
  padding-bottom: 0.6em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .ttl_novelty {
    font-size: 1.6rem;
  }
}
.novelty_shop_box {
  width: 55%;
  margin: 0 auto;
}
.novelty_shop_box img {
  width: 66%;
  display: block;
  margin: 0 auto 2rem;
}
.novelty_shop_box p {
  font-size: 1.4rem;
  line-height: 3em!important;
}
@media screen and (max-width: 1280px) {
  .novelty_shop_box {
    width: 100%;
    margin: 0 auto;
  }
  .novelty_shop_box p br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .novelty_shop_box p {
    font-family: var(--fontbase);
    line-height: 2.2em!important;
  }
}
.btn_novelty_link a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #aa941d;
  padding: 0 1.4% 0.6% 1%;
  float: right;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .btn_novelty_link {
    text-align: center;
    margin-top: 2rem;
  }
  .btn_novelty_link a {
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .btn_novelty_link a {
    font-size: 1.6rem;
  }
}
.btn_novelty_link a:hover {
  color: #aa941d;
  opacity: 1.0!important;
}
.btn_novelty_link a:after {
  display: inline-block;
  content: '';
  width: 50px;
  height: 25px;
  background: url(https://morpho1995noij.itembox.design/item/novelty/icon_finger.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.2rem;
  right: -4.5rem;
  transition: .3s;
}
.btn_novelty_link a:hover:after {
  right: -5rem;
}
/* =========================================
ノベルティキャンペーン　対象店舗リスト
========================================= */
#ruga_fullvege_novelty_wrap {
  margin: 5rem auto;
}
#ruga_fullvege_novelty_wrap p:first-child {
  margin-bottom: 3rem;
}
#ruga_fullvege_novelty_wrap h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
#ruga_fullvege_novelty_wrap h2+p {
  font-family: var(--fontbase);
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #ruga_fullvege_novelty_wrap h2+p {
    text-align: left;
  }
}
.novelty_shop_list {
  width: 70%;
  margin: 3rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--fontbase);
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .novelty_shop_list {
    width: 100%;
  }  
}
.novelty_shop_list dt,
.novelty_shop_list dd {
  text-align: center;
  line-height: 1.8em!important;
  border-bottom: solid 1px #cccccc;
  padding: 0.5rem;
}
@media screen and (max-width: 599px) {
  .novelty_shop_list dt,
  .novelty_shop_list dd {
    line-height: 1.6em!important;
  }
}
.novelty_shop_list dt.shop_list_header,
.novelty_shop_list dd.shop_list_header {
  font-weight:  bold;
  color: #999999;
  text-align: center;
}
.novelty_shop_list dt {
  width: 50%;
}
.novelty_shop_list dt span {
  padding-left: 1rem;
}
.novelty_shop_list dd {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .novelty_shop_list dt {
    width: 55%;
  }
  .novelty_shop_list dd {
    width: 45%;
  }
}
#ruga_fullvege_novelty_wrap ul {
  font-family: var(--fontbase);
  text-align: left;
  margin: 3rem auto 5rem;
  padding-left: 4rem;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ruga_fullvege_novelty_wrap ul li {
  width: 30%;
  font-size: 14px;
  list-style: disc!important;
  list-style-position: outside!important;
  padding: 0 1rem 1rem 0;
}
#ruga_fullvege_novelty_wrap ul li span {
  padding-left: 1rem;
}
@media screen and (max-width: 599px) {
  #ruga_fullvege_novelty_wrap ul {
    justify-content: start;
  }
  #ruga_fullvege_novelty_wrap ul li {
    width: 100%;
  }
}
/* =========================================
レビュー投稿キャンペーン
========================================= */
@media screen and (max-width: 599px) {
  #review_camp_page {
    width: calc(100% + 16px);
    margin: 50px -8px 0;
  }
}
#review_camp_page .inner_wrap {
  width: 89.18%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  #review_camp_page .inner_wrap {
    width: 100%;
  }
}
#review_camp_page .inner p {
  font-family: var(--fontbase);
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #review_camp_page .inner p {
    font-size: 1.4rem;
  }
}
#review_camp_page .title_image img{
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #review_camp_page .title_image img {
    margin-bottom: 2rem;
  }
}
#review_camp_page .title_image p {
  font-size: 1.4rem!important;
  font-family: var(--fontbase);
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #review_camp_page .title_image p br {
    display: block!important;
  }
}
.campaign_contents {
  width: 74.46%;
  margin: 0 auto 2em;
  border: solid 4px #a70001;
  padding: 2%;
}
@media screen and (max-width: 1280px) {
  .campaign_contents {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .campaign_contents {
    width: 100%;
    padding: 4%;
  }
}
.campaign_contents h2 {
  color: #a70001;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 599px) {
  .campaign_contents h2 {
    margin-bottom: 0.4em;
  }
}
.campaign_contents p {
  margin-bottom: 0!important;
}
.img_anti_skimming_col1,
.img_anti_skimming_col2 {
  width: 100%;
  margin: 0 auto 4em;
  text-align: center;
}
.img_anti_skimming_col1 img {
  width: 55.95%;
}
.img_anti_skimming_col2 {
 width: 82.97%; 
}
.img_anti_skimming_col2 ul {
  display: inline-flex;
  justify-content: space-between;
}
.img_anti_skimming_col2 ul li {
  width: 47%;
}
@media screen and (max-width: 1280px) {
  .img_anti_skimming_col1,
  .img_anti_skimming_col2 {
      width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .img_anti_skimming_col1,
  .img_anti_skimming_col2 {
    width: 80%;
    margin: 0 auto 2em;
  }
  .img_anti_skimming_col2 {
    margin: 0 auto;
  }
  .img_anti_skimming_col1 img {
    width: 100%;
  }
  .img_anti_skimming_col2 ul {
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
  }
  .img_anti_skimming_col2 ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#review_camp_page li {
  font-family: var(--fontbase);
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #review_camp_page li {
    font-size: 1.4rem;
  }
}
.list_disc {
  margin-left: 2rem;
  margin-bottom: 3rem;
}
.list_disc li {
  list-style: disc!important;
  list-style-position: outside!important;
  margin-bottom: 1em;
}
.review_step p {
  font-weight: bold;
  margin-bottom: 1em!important;
}
.review_step p:first-child{
  margin-bottom: 0!important;
}
.review_step span {
  color: #ab0407;
  padding-right: 1rem;
}
.review_step .link_arrow {
  font-weight: normal!important;
  margin-left: 2rem;
}
.review_step .link_arrow a:hover {
  text-decoration: none!important;
  color: inherit!important;
  opacity: 1.0!important;
}
.review_step ul {
  margin-left: 4rem;
}
.review_step li {
  margin-bottom: 0.5em!important;
}
#review_caution ul {
  margin-bottom: 1rem;
}
#review_caution li {
  color: #ab0407;
  font-weight: bold;
}
#review_caution .link_arrow {
  margin-left: 2rem;
}
/* =========================================
読み物トップページ
========================================= */
@media screen and (max-width: 599px) {
  #voice_top_page {
    width: calc(100% + 16px);
    margin: 50px -8px 0;
  }
}
#voice_top_page a,
#voice_top_page a:hover {
  text-decoration: none!important;
  color: inherit;
  opacity: 1.0!important;
}
.title_voice {
  width: 88.23%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8rem auto 7rem;
}
@media screen and (max-width: 1450px) {
  .title_voice {
    width: 94%;
  }
}
@media screen and (max-width: 899px) {
  .title_voice {
    width: 90%;
    margin: 4rem auto 5rem;
  }
}
@media screen and (max-width: 599px) {
  .title_voice {
    flex-direction: column;
  }
}
.title_voice h2 {
  width: 25.8%;
  font-size: calc(3rem + ((1vw - 0.59rem) * 5.814));
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 1450px) {
  .title_voice h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 599px) {
  .title_voice h2 {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.title_voice p {
  width: 70.53%;
  color: #616161;
  font-size: 1.6rem;
  line-height: 3.6rem!important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1450px) {
  .title_voice br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .title_voice p {
    width: 100%;
  }
}
.voice_latest_wrap {
  width: 60.72%;
  text-align: center;
  letter-spacing: 0.05em!important;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1450px) {
  .voice_latest_wrap {
    width: 94%;
  }  
}
@media screen and (max-width: 599px) {
  .voice_latest_wrap {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.voice_latest_wrap img {
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .voice_latest_wrap img {
    margin-bottom: 3rem;
  }
}
.voice_latest_wrap p+span {
  display: inline-block;
  background-color: #eeeeee;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .voice_latest_wrap p+span {
    margin-bottom: 2rem;
  }
}
.voice_latest_wrap h2 {
  font-weight: 700;
}
.voice_latest_wrap h2+p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}
.voice_archives_wrapper {
  width: 89.78%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .voice_archives_wrapper {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .voice_archives_wrapper {
    width: 100%;
  }
}
h2.ttl_voice_archives {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em!important;
  margin-bottom: 1rem;
}
h2.ttl_voice_archives span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ttl_voice_archives span:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: calc(100% - 9rem);
  height: 1px;
  background-color: #d9d9d9;
  top: 50%;
  left: 9rem;
}
.voice_archives_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.22%;
}
.voice_archives_box {
  box-sizing: border-box; 
  width: 33.33%;
  padding: 2.22% 2.22% 4%; 
}
@media screen and (max-width: 899px) {
  .voice_archives_box {
    width: 50%;
    padding-bottom: 6%; 
  }
}
@media screen and (max-width: 599px) {
  .voice_archives_box {
    padding-bottom: 4rem; 
  }
}
.voice_archives_box img {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 599px) {
  .voice_archives_box img {
    margin-bottom: 1.2rem;
  }
}
.voice_archives_box span {
  display: inline-block;
  background-color: #eeeeee;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.voice_archives_box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem!important;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 599px) {
  .voice_archives_box h3 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }  
}
.voice_archives_box h3+p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
}
.yomimono_column_wrapper {
  border: solid 8px #f5f5f5;
  width: 100%;
  padding: 7.5%;
}
@media screen and (max-width: 899px) {
  .yomimono_column_wrapper {
    padding: 7.5% 4%;
  }
}
.yomimono_column_wrapper h2 {
  font-size: 2.0rem!important;
}
@media screen and (max-width: 599px) {
  .yomimono_column_wrapper h2 {
    font-size: 1.8rem!important;
  }
}
.yomimono_column_wrapper h2 + p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .yomimono_column_wrapper h2 + p {
    margin-bottom: 1.5rem;
  }
}
.yomimono_column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7%;
}
@media screen and (max-width: 599px) {
  .yomimono_column_wrap {
    flex-direction: column;
  }
}
.yomimono_column_box {
  width: 25%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.7%; 
}
@media screen and (max-width: 899px) {
  .yomimono_column_box {
    width: 33.33%;
    text-align: left;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .yomimono_column_box {
    width: 100%;
    padding-bottom: 1rem;
  }
  .yomimono_column_box a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .yomimono_column_box a p {
    width: 52%;
    line-height: 1.8!important;
  }
  .yomimono_column_box a p.yomimono_column_img {
    width: 43%;
  }
}
.yomimono_column_box img {
  box-shadow: 0 0 0 1px #d9d9d9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .yomimono_column_box img {
    margin-bottom: 0;
  }
}
.yomimono_column_img {
  position: relative;
}
.yomimono_column_img span {
  position: absolute;
  background-color: #171717;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.0!important;
  letter-spacing: 0.1em!important;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .yomimono_column_img span {
    padding: 1rem;
  }
}
/* =========================================
2021春財布
========================================= */
#spring_page {
  background-color: #fafaee;
}
#spring_page a {
  text-decoration: none!important;
}
#spring_page .inner {
    margin-bottom: 3rem!important;
}
@media screen and (max-width: 980px) {
  #spring_page {
    width: calc(100% + 16px);
    margin: -8px -8px 0;
  }
}
@media screen and (max-width: 599px) {
  #spring_page .inner {
    margin-bottom: 1rem!important;
  }
}
.spring_ttl_01 {
  font-family: var(--min);
  font-size: 2rem;
  text-align: center;
  color: #bc6f75;
}
.spring_ttl_01:before,
.spring_ttl_01:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 0!important;
  vertical-align: middle;
  background-image: url(https://morpho1995noij.itembox.design/item/spring/icon_sakura.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.spring_ttl_01:before {
  margin-right: 0.8rem;
}
.spring_ttl_01:after {
  margin-left: 0.8rem;
}
.spring_ttl_01 + p {
  display: block;
  width: 75.42%;
  margin: -1.4rem auto 0!important;
  font-family: var(--fontbase);
  font-size: 1.4rem;
  background-color: #FFF;
  padding: 2%;
}
@media screen and (max-width: 599px) {
  .spring_ttl_01 + p {
    width: 100%;
    padding: 6% 4% 4%;
  }
}
.spring_intro {
  width: 95.82%;
  font-size: 2.2rem;
  font-family: var(--min);
  background: url(https://morpho1995noij.itembox.design/item/spring/txt_benten.png) no-repeat center center;
  background-size: contain;
  padding: 4%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .spring_intro {
    font-size: 1.8rem;
  }
}
.spring_intro p {
  letter-spacing: 0.2rem!important;
}
.spring_intro span.pink_marker {
  color: #171717;
  background: linear-gradient(transparent 65%, #fec6cd 0%);
}
.spring_intro span {
  color: #ff001f;
}
.link_okiyome {
  font-size: 1.8rem;
  text-align: right;
  margin-top: 1rem;
}
.link_okiyome a {
  display: inline-block;
}
.link_okiyome a:hover {
  color: #000!important;
}
.link_okiyome a:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  background: url(https://morpho1995noij.itembox.design/item/spring/icon_torii.png) no-repeat;
  background-size: cover;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .link_okiyome {
    font-size: 1.5rem;
    text-align: center;
  }
  .link_okiyome a:before {
    display: block;
    width: 25px;
    height: 25px;
    background: url(https://morpho1995noij.itembox.design/item/spring/icon_torii.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
  }  
}
#spring_page .fukusen_campaign_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #spring_page .fukusen_campaign_wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.fukusen_campaign_txt {
  width:72%;
  font-weight: 700;
}
.fukusen_campaign_txt h2 {
  font-weight: 700;
}
.fukusen_campaign_img {
  width:28%;
}
@media screen and (max-width: 899px) {
  #spring_page .fukusen_campaign_wrap {
    flex-direction: column;
    align-items: center;
  }
  .fukusen_campaign_txt {
    width:100%;
    margin-bottom: 3rem;
  }
  .fukusen_campaign_img {
    width:50%;
  }
}
@media screen and (max-width: 599px) {
  .fukusen_campaign_img {
    width:60%;
    margin-bottom: 2rem;
  }
}
.spring_item_wrapper {
  background: url(https://morpho1995noij.itembox.design/item/spring/bg_flower.png) no-repeat left top;
  background-size: 220px auto;
  padding-top: 8rem;
}
@media screen and (max-width: 599px) {
  .spring_item_wrapper {
    margin-bottom: 8rem;
  }
  .spring_item_wrapper {
    background: url(https://morpho1995noij.itembox.design/item/spring/bg_flower.png) no-repeat left top;
    background-size: 180px auto;
    }
}
.spring_item_wrapper h2 {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
.spring_item_wrapper h2 {
  display: block;
  width: 94%;
  margin: 0 auto 3rem;
}
}
.spring_item_wrapper h2 + p + p {
  display: block;
  width: 96%;
  font-size: 1.6rem;
  line-height: 2.2!important;
  margin: 1.5rem auto 4rem;
}
.spring_item_wrap {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .spring_item_wrap {
    flex-wrap: wrap;
    margin: 0 auto;
  }  
}
.spring_item_box {
  width: 26%;
  text-align: center;
  color: #704f5a;
  font-size: 1.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .spring_item_box {
    width: 42%;
    margin-bottom: 4rem;
  } 
}
.spring_item_box p {
  color: #704f5a;
  line-height: 1.8!important;
}
@media screen and (max-width: 599px) {
  .spring_item_box p {
    font-family: var(--fontbase);
    font-size: 1.3rem;
  }
}
.spring_item_box img {
  margin-bottom: 1.5rem;
}
.spring_view_more{
  width: fit-content;
  text-align: center;
  font-size: 17px;
  position: relative;
  margin: 0 auto;
}
.spring_view_more a {
  display: block;
  width: 100%;
  color: #bc6f75!important;
  text-decoration: none!important;
  margin: 0 auto 1rem;
}
.spring_page_link {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .spring_page_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
}
.spring_page_link .spring_view_more {
  font-size: calc(2.2rem + ((1vw - 0.59rem) * 2.7907));
  margin: 0 8rem;
}
@media screen and (min-width: 1450px) {
  .spring_page_link .spring_view_more {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 899px) {
  .spring_page_link .spring_view_more {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.spring_page_link .spring_view_more a {
  color: #000!important;
  text-align: left;
  line-height: 1.6!important;
}
.spring_page_link .spring_view_more .spring_page_link_mens a:after {
  content: 'メンズ財布はこちら';
  display: block;
  color: #bc6f75;
  font-size: 1.8rem;
}
.spring_page_link .spring_view_more .spring_page_link_womens a:after {
  content: 'ウィメンズ財布はこちら';
  display: block;
  color: #bc6f75;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .spring_page_link .spring_view_more .spring_page_link_mens a:after,
  .spring_page_link .spring_view_more .spring_page_link_womens a:after {
    font-size: 1.6rem;
  }
}
.spring_page_link .spring_view_more a:hover {
  color: #000!important;
}
.spring_view_more span {
  display: inline-block;
  width: 120%;
  height: 1px;
  background-color: #bc6f75;
  position: absolute;
  left: 0;
  margin-left: -6%;
  transition: 0.5s;
}
.spring_page_link .spring_view_more span {
  width: 100%;
  height: 1px;
  left: 34%;
  margin-left: 0;
}
.spring_view_more span:after {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  border-right: 1px solid #bc6f75;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.spring_page_link .spring_view_more span:after {
  width: 60px;
  height: 67px;
}
.spring_view_more a:hover {
  color: #bc6f75!important;
}
.spring_view_more:hover span {
  left: 6%;
}
.spring_page_link .spring_view_more:hover span {
  left: 40%;
}
@media screen and (max-width: 599px) {
  .spring_view_more{
    font-size: 1.6rem;
  }
  .spring_view_more a {
    line-height: 1.8;
  } 
  .spring_view_more span {
    margin-left: -10%;
  }
}
.spring_view_more br {
  display: none!important;
}
@media screen and (max-width: 599px) {
  .spring_view_more br {
    display: block!important;
  }
}
#spring_page .spring_ttl_02 {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  margin-bottom:2rem;
  line-height: 1.5!important;
  position: relative;
}
.spring_ttl_02 span {
  display: inline-block;
}
.spring_ttl_02 span:after {
  content: '';
  display: inline-block;
  width: 96%;
  height: 1px;
  background-color: #bc6f75;
}
.spring_osusume_other .spring_item_box {
  display: flex;
  flex-direction: column;
}
.spring_osusume_other .spring_item_box > a {
  margin-bottom: 1.5rem;
}
.spring_item_box .spring_view_more {
  margin-top: 2rem;
  font-size: 1.3rem;
  margin-top: auto;
}
.spring_item_box .spring_view_more span {
  width: 140%;
  margin-left: -10%;
}
.spring_item_box .spring_view_more span:after {
  width: 12px;
  height: 19px;
}
.spring_item_box .spring_view_more:hover span {
  left: 14%;
}
#spring_page .inner_wrap.about_wallet{
  margin-bottom: 0;
}
/* =========================================
ドラマ使用商品
========================================= */
.drama_item_wrap {
  margin: 60px auto!important;
}
@media screen and (max-width: 599px) {
  .drama_item_wrap {
    margin: 30px auto!important;
  }
}
.drama_item {
  position: relative;
}
.drama_item span {
  width: 50%;
  font-family: var(--fontbase);
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -25%;
}
.drama_item_wrap span {
  font-family: var(--fontbase);
  font-size: 12px;
}
.drama_item_wrap p {
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 1450px) {
  .drama_item span br {
    display: none;
  }
  .drama_item span {
    font-size: 11px;
    width: 80%;
    right: 2%;
    left: auto;
    margin-left: 0;
    text-align: right;
  }
}
.drama_item_wrap span a,
.drama_item span a {
  text-decoration: underline!important;
}
.drama_item_wrap span a:hover,
.drama_item span a:hover {
  text-decoration: none!important;
}
/* =========================================
レビュー
========================================= */
.fs-c-productReview {
  margin: 0 auto 8rem!important;
}
@media screen and (max-width: 599px) {
  .fs-c-productReview {
    margin: 0 auto 6rem!important;
  }
}
.fs-c-productReview .fs-c-aggregateRating__rating {
  font-family: var(--fontbase);
}
.fs-c-productReview .fs-c-rating__stars {
  margin-top: 0.5rem;
}
.fs-c-productReview .fs-c-rating__value {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.fs-c-productReview__reviewList {
  font-family: var(--fontbase);
}
.fs-c-reviewList__item__body {
  font-size: 14px;
  line-height: 1.8!important;
}
.fs-c-productReview__allReviews a.fs-c-button--viewAllReviews {
  color: #171717!important;
}
.fs-c-productReview__addReview a.fs-c-button--addReview--detail {
  display: inline-block!important;
  width: 70%;
  text-align: center!important;
  margin: 1rem auto 0;
  padding: 1.5rem;
  color: #171717;
  border-color: #333333;
  background-color: #f3f3f3;
  border-radius: 2px;
}
.fs-c-productReview__addReview a:hover {
  background-color: #d5d5d5;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .fs-c-productReview__addReview a.fs-c-button--addReview--detail {
    width: 100%;
    padding: 1rem;
  }
  .fs-c-productReview__allReviews {
    margin-top: 2rem;
  }
}
.fs-c-productReview__addReview a:hover {
  text-decoration: none!important;
}
/* =========================================
エキゾチックレザー
========================================= */
#exotic_page {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #exotic_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#exotic_page .title_image p {
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.2em!important;
  margin: 50px 0;
}
@media screen and (max-width: 599px) {
  #exotic_page .title_image p br {
    display: none;
  }
  #exotic_page .title_image p {
    margin: 30px 0;
    padding: 0 3%;
  }
}
.exotic_page_link {
  width: 74.66%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px;
}
@media screen and (max-width: 599px) {
  .exotic_page_link {
    width: 70%;
    flex-direction: column;
    margin: 0 auto 50px;
  }
}
.exotic_page_link li {
  width: 47.5%;
}
@media screen and (max-width: 599px) {
  .exotic_page_link li {
    width: 100%;
    margin: 1rem 0;
  }
}
.exotic_title_wrap {
  width: 100%;
  display: flex;
}
#exotic_page #s01 .exotic_title_wrap {
  justify-content: flex-end;
}
#exotic_page #s02 .exotic_title_wrap {
  justify-content: flex-start;
}
.exotic_title_box {
  width: 87%;
  padding-top: 4rem;
  padding-bottom: 11rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .exotic_title_box {
    padding-bottom: 5rem;
  }
}
.exotic_title_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(285/916*100%);
  width: calc(50% + (172/916*100%));
  height: 100%;
  background: url(https://morpho1995noij.itembox.design/item/exotic/bg_stone.jpg) top center no-repeat;
  background-size: cover;
  z-index: 0;
}
#exotic_page #s02 .exotic_title_box:after {
  right: calc(285/916*100%);
  left: auto;
}
.exotic_ttl_01 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1480px) {
  .exotic_ttl_01 br {
    display: block!important;
  }
}
#exotic_page #s01 .exotic_ttl_01 {
  padding-left: 2rem;
}
#exotic_page #s02 .exotic_ttl_01 {
  padding-right: 2rem;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .exotic_ttl_01 {
    font-size: 2.0rem;
  }
  #exotic_page #s01 .exotic_ttl_01 {
    padding-right: 2rem;
  }
  #exotic_page #s02 .exotic_ttl_01 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .exotic_ttl_01 {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.exotic_ttl_01 img {
  margin-bottom: 2rem;
}
#exotic_page #s01 .exotic_ttl_01 img {
  width: 199px;
}
#exotic_page #s02 .exotic_ttl_01 img {
  width: 132px;
}
@media screen and (max-width: 599px) {
  #exotic_page #s01 .exotic_ttl_01 img,
  #exotic_page #s02 .exotic_ttl_01 img {
    width: auto;
    height: 30px;
  }
}
.exotic_title_box_inner {
  width: 93.78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#exotic_page #s02 .exotic_title_box_inner {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .exotic_title_box_inner,
  #exotic_page #s02 .exotic_title_box_inner {
    flex-direction: column;
  }
}
.exotic_title_box_inner p:first-child {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .exotic_title_box_inner p:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
}  
.exotic_title_box_inner p:last-child {
  width: 44.88%;
  font-size: 1.6rem;
  line-height: 2.4em!important;
}
@media screen and (max-width: 1280px) {
  .exotic_title_box_inner p:last-child {
    width: 100%;
  }
}
.exotic_itemwrapper {
  width: 87%;
  margin-top: 6rem;
}
.exotic_itemwrap {
  width: 92%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.exotic_itemwrap .item_box {
  width: 47%;
  padding: 5px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.exotic_itemwrap .item_box_up h3 {
  text-align: center;
}
.exotic_itemwrap .item_box_up h3 + p span {
  background-color: #171717;
  line-height: 2.2;
}
.exotic_itemwrap .item_box_txt {
  font-family: var(--fontbase);
  font-size: 14px;
  line-height: 2.2em!important;
}
@media screen and (max-width: 599px) {
  .exotic_itemwrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: -30px auto 50px;
  }
  .exotic_itemwrap .item_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.exotic_itemwrap .item_box .item_box_down {
  margin-top: auto;
}
.exotic_itemwrap .item_box .item_box_up {
  display: inline-flex;
  flex-direction: column;
}
/* =========================================
バレンタイン特集
========================================= */
#valentine_page {
  background-color: #4f2808;
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #valentine_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#valentine_page .inner {
  width: 79.41%;
  margin-bottom: 10rem!important;
}
@media screen and (max-width: 599px) {
  #valentine_page .inner {
    width: 90%;
  }
}
#valentine_page p,
#valentine_page h2,
#valentine_page h3 {
  color: #FFF;
  letter-spacing: 0.2rem!important;
}
#valentine_page .title_image .inner {
  margin: 40px auto 60px!important;
}
#valentine_page .title_image .inner p {
  font-size: 15px;
  line-height: 2.4!important;
}
@media screen and (max-width: 599px) {
  #valentine_page .title_image .inner p {
    margin: 20px auto 50px;
  }
}
.valentine_ttl_01 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
#valentine_recommend .valentine_ttl_01 img {
  width: 305px;
}
#valentine_recommend_others .valentine_ttl_01 img {
  width: 423px;
}
}
.valentine_ttl_01 + p {
  margin-bottom: 4rem;
}
.valentine_ttl_02 {
  color: #FFF;
  font-size: 2.3rem;
  margin: 3rem 0 1.8rem;
}
@media screen and (max-width: 599px) {
  .valentine_ttl_02 {
    font-size: 1.8rem;
    margin: 3rem 0 0;
  }
}
.valentine_price {
  font-size: 2.3rem;
}
@media screen and (max-width: 599px) {
  .valentine_price {
    font-size: 1.8rem;
  }
}
.valentine_review_box {
  background-color: #ffd9c0;
  width: 76.82%;
  margin: 3rem auto;
  padding:  3.25% 5.5%;
}
@media screen and (max-width: 599px) {
  .valentine_review_box {
    width: 94%;
    padding:  6%;
  }
}
.valentine_review_box p,
.valentine_review_box h4{
  color: #4f2808!important;
}
.valentine_review_box h4{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .valentine_review_box h4{
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.valentine_review_box h4:before {
  content: '【'
}
.valentine_review_box h4:after {
  content: '】'
}
.valentine_review_box p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4!important;
  text-align: left!important;
}
@media screen and (max-width: 599px) {
  #valentine_page .valentine_review_box p {
    font-family: var(--fontbase);
    font-weight: normal;
    letter-spacing: 0!important;
  }
}
.valentine_review_box p span {
  color: #c10000;
  font-size: 2.3rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .valentine_review_box p span {
    font-size: 1.8rem;
    font-family: var(--min);
    margin-bottom: 0;
  }
}
.valentine_view_more{
  width: fit-content;
  text-align: center;
  font-size: 13px;
  position: relative;
  margin: 0 auto;
}
.valentine_view_more a {
  display: block;
  width: 100%;
  color: #FFF!important;
  text-decoration: none!important;
  margin: 0 auto 1rem;
}
.valentine_view_more span {
  display: inline-block;
  width: 170%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  margin-left: -22%;
  transition: 0.5s;
}
.valentine_view_more span:after {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  border-right: 1px solid #FFF;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.valentine_view_more a:hover {
  color: #FFF!important;
}
.valentine_view_more:hover span {
  left: 6%;
}
@media screen and (max-width: 599px) {
  .valentine_view_more{
    font-size: 1.6rem;
  }
  .valentine_view_more a {
    line-height: 1.8;
  } 
  .valentine_view_more span {
    margin-left: -32%;
  }
}
.valentine_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86.52%;
  margin: 2rem auto 0;
}
.valentine_item_box {
  width: 22.58%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .valentine_item_box {
    width: 47%;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
  }
  .valentine_item_box .valentine_view_more {
    margin-top: auto;
  }
  .valentine_item_box .valentine_view_more span {
    width: 145%;
    margin-left: -10%;
  }
}
.valentine_item_box a {
  color: #FFF!important;
  text-decoration: none!important;
}
.valentine_item_box a:hover {
  text-decoration: none!important;
}
.valentine_item_box img {
  margin-bottom: 1.5rem;
}
.valentine_item_box h3,
.valentine_item_box p {
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .valentine_item_box a h3,
  .valentine_item_box a p {
    font-family: var(--fontbase);
  }
}
.valentine_item_box h3 {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 599px) {
  #valentine_page .valentine_item_box h3 {
    margin-bottom: 1rem;
    letter-spacing: 0.1rem!important;
  }
}
.valentine_item_box h3 + p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 599px) {
  .valentine_item_box h3 + p {
    margin-bottom: 1.5rem;
  }
}
.valentine_item_box .valentine_view_more a {
  font-size: 1.1rem;
}
.valentine_ttl_03 {
  color: #FFF;
  font-size: 2.3rem;
  margin-bottom: 3rem;
}
.valentine_ttl_03:before {
  content: '▼';
  padding-right: 0.8rem;
}
.valentine_item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.valentine_item_list li {
  width: 24%;
  background-color: #ffd9c0;
  border: solid 1px #ffd9c0;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5%;
  transition: .3s;
}
@media screen and (max-width: 1280px) {
  .valentine_item_list li {
    width: 49%;
    margin-bottom: 2%;
  }  
}
.valentine_item_list li:hover {
  background-color: #4f2808;
}
.valentine_item_list li a {
  display: block;
  color: #4f2808!important;
  text-decoration: none!important;
  padding: 4rem 0;
}
.valentine_item_list li:hover a {
  color: #FFF!important;
}
.valentine_price_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.valentine_price_list li {
  width: 24%;
  background-color: #4f2808;
  border: solid 1px #f2f2f2;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5%;
  transition: .3s;
}
@media screen and (max-width: 1280px) {
  .valentine_price_list li {
    width: 49%;
    margin-bottom: 2%;
  }  
}
.valentine_price_list li:hover {
  background-color: #ffd9c0;
}
.valentine_price_list li a {
  display: block;
  color: #f2f2f2!important;
  text-decoration: none!important;
  padding: 4rem 0;
}
.valentine_price_list li:hover a {
  color: #4f2808!important;
}
.valentine_item_list li a:hover,
.valentine_price_list li a:hover{
  text-decoration: none!important;
}
@media screen and (max-width: 599px) {
  .valentine_item_list li,
  .valentine_price_list li {
    font-size: 1.3rem;
    font-family: var(--fontbase);
  }
  .valentine_price_list li a,
  .valentine_item_list li a {
    padding: 2rem 0;
  }
}
/* =========================================
ホワイトデー特集
========================================= */
#whiteday_page {
  background-color: #e9e9e9;
  padding-bottom: 2%;
}
@media screen and (max-width: 599px) {
  #whiteday_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#whiteday_page .inner_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #whiteday_page .inner_wrap {
    margin-bottom: 5rem;
  }
}
#whiteday_page .title_image {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #whiteday_page .title_image {
    margin-bottom: 3rem;
  }
}
#whiteday_page .whiteday_ttl_01 {
  text-align: center;
  font-family: --var(min);
  font-size: 1.6rem;
  color: #08353f;
  font-weight: 700;
  letter-spacing: 0.3rem!important;
  margin-bottom: 14rem;
}
.whiteday_ttl_01 img {
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 599px) {
  #whiteday_page .whiteday_ttl_01 {
    font-size: 1.3rem;
    color: #08353f;
    letter-spacing: 0.1rem!important;
    margin-bottom: 2rem;
  }
  .whiteday_ttl_01 img {
    width: 60%;
    margin: 0 auto 1rem;
  }
}
.whiteday_col2_wrap {
  width: 90.7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 0 2%;
}
@media screen and (max-width: 1430px) {
  .whiteday_col2_wrap {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .whiteday_col2_wrap {
    width: 100%;
  }
}
#whiteday_page .whiteday_col2_wrap * {
  color: #08353f;
}
#whiteday_page h2,
#whiteday_page .whiteday_col2_wrap h3,
#whiteday_page .whiteday_col2_wrap p {
  letter-spacing: 0.38rem!important;
}
@media screen and (max-width: 599px) {
  #whiteday_page h2,
  #whiteday_page .whiteday_col2_wrap h4,
  #whiteday_page .whiteday_col2_wrap p {
    letter-spacing: 0.18rem!important;
  }
  #whiteday_page .whiteday_col2_wrap h4 {
    line-height: 1.6!important;
  }
}
.whiteday_col2_wrap a {
  text-decoration: none!important;
  color: inherit!important;
}
.whiteday_col2_wrap a:hover {
  text-decoration: none!important;
}
.whiteday_col2_box {
  width: 40%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1430px) {
  .whiteday_col2_box {
    width: 46%;
    margin-bottom: 4rem;
  }
}
.whiteday_col2_box h3 {
  position: absolute;
  top: -13%;
  right: -14.5%;
  z-index: 10;
}
.whiteday_col2_box h3 > p {
  z-index: 0;
}
@media screen and (max-width: 1430px) {
  .whiteday_item_header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .whiteday_item_header p {
    width: 70%;
  }
  .whiteday_col2_box h3 {
    width: 30%;
    position: static;
  }
  .whiteday_col2_box h3 img {
    width: 100%;
    height: auto;
  }
}
.whiteday_col2_box h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 1.8rem auto 0.6rem;
}
.whiteday_col2_box h4 + p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.whiteday_col2_box h4 + p span {
  font-size: 1.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 599px) {
  .whiteday_col2_box h4 {
    font-size: 1.5rem;
    margin: 1rem auto 0.6rem;
  }
  .whiteday_col2_box h4 + p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6!important;
  }
  .whiteday_col2_box h4 + p span {
    font-size: 1.2rem;
    padding-right: 0.5rem;
  }
}
#whiteday_page .valentine_view_more {
  margin-top: auto;
}
#whiteday_page .valentine_view_more a:hover {
  color: inherit!important;  
}

#whiteday_page .valentine_view_more span {
  background-color: #08353f;
}
#whiteday_page .valentine_view_more span:after {
  border-right: 1px solid #08353f;
}
@media screen and (max-width: 599px) {
  #whiteday_page .valentine_view_more p {
    font-size: 1.3rem;
  }
  #whiteday_page .valentine_view_more span {
    width: 140%;
    margin-left: -10%;
  }
}
.whiteday_ttl_02 {
  color: #08353f;
  font-size: 1.8rem;
  font-family: var(--min);
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.whiteday_price_list {
  width: 94%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.whiteday_price_list li {
  width: 24%;
  text-align: center;
  border: solid 1px #08353f;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5%;
  transition: .3s;
}
@media screen and (max-width: 1280px) {
  .whiteday_price_list li {
    width: 49%;
    margin-bottom: 2%;
  }  
}
.whiteday_price_list li:hover {
  background-color: #08353f;
}
.whiteday_price_list li a {
  display: block;
  color: #08353f!important;
  text-decoration: none!important;
  padding: 4rem 0;
}
.whiteday_price_list li:hover a {
  color: #FFF!important;
}
.whiteday_price_list li a:hover{
  text-decoration: none!important;
}
@media screen and (max-width: 599px) {
  .whiteday_price_list li {
    font-size: 1.3rem;
    font-family: var(--fontbase);
  }
  .whiteday_price_list li a {
    padding: 2rem 0;
  }
}
#whiteday_page #ranking_item_page {
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  #whiteday_page #ranking_item_page {
    width: 100%;
  }
}
#whiteday_page #category_item_page {
  width: 90%;
  padding-top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #whiteday_page #category_item_page {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #whiteday_footer .inner {
    margin-bottom: 3rem;
  }
}
#whiteday_footer .top_ranking_wrap a:hover .txt_red {
  color: var(--r-color);
}
/* =========================================
キプリスについて
========================================= */
.fs-body-category-about .fs-l-main {
  width: 100%!important;
  max-width: 100%!important;
  padding: 0!important;
  margin-top: 0!important;
  overflow: hidden;
}
.fs-body-category-about .fs-l-pageMain {
  width: 100%!important;
  max-width: 100%!important;
}
.fs-body-category-about .l-mainColumnWrap {
  padding: 0!important;
  margin: 0!important;
}
.fs-body-category-about .fs-l-pageMain .l-mainContents .l-mainColumnWrap {
  width: 100%!important;
  max-width: 100%!important;
}
.fs-body-category-about .l-asideWrap,
.fs-body-category-about .fs-c-productList__controller,
.fs-body-category-about .fs-c-productList__list,
.fs-body-category-about .fs-c-productListItem__productName {
  display: none;
}
#about_page * {
  letter-spacing: 0.08em!important;
}
#about_conts_01 {
  width: 1366px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
  display: flex;
}
@media screen and (max-width: 1380px) {
  #about_conts_01 {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0 6rem;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  #about_conts_01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#about_conts_01 .conts_txt {
  width: 50%;
  padding: 0 8rem 5rem;
}
@media screen and (max-width: 899px) {
  #about_conts_01 .conts_txt {
    width: 90%;
    padding: 0;
    margin: 0 auto 3rem;
  }
}
#about_conts_01 .conts_txt h2 {
  line-height: 1.8em!important;
}
@media screen and (max-width: 1380px) {
  #about_conts_01 .conts_txt h2 br {
    display: none;
  }
}
#about_page h2 span.ttl_sub {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  display: block;
}
@media screen and (max-width: 599px) {
  #about_page h2 span.ttl_sub {
    margin-bottom: 1.5rem;
  }
}
#about_page h2 span.ttl_sub:before {
  content: '';
  width: 62px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  margin-left: -5rem;
  margin-right: 2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 899px) {
  #about_page h2 span.ttl_sub:before {
    margin-left: 0;
  }
}
#about_page h2 span.ttl_sub02 {
  display: block;
  margin-left: 3rem;
}
#about_conts_01 .conts_txt h2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #about_conts_01 .conts_txt h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #about_conts_01 h2 span.ttl_sub {
    margin-bottom: 0;
  }
}

#about_conts_01 .conts_txt h2 + p {
  line-height: 2.4em!important;
}
#about_conts_01 .conts_img {
  width: 50%;
}
@media screen and (max-width: 899px) {
  #about_conts_01 .conts_img {
    width: 100%;
    text-align: center;
  }
}
#about_conts_02 {
  width: 100%;
  background: #f4f4f4;
  padding: 6rem 0 8rem;
}
#about_conts_02 > div {
  width: 1032px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  #about_conts_02 > div {
    width: 88%;
  }
}
#about_conts_02 h2 {
  text-align: right;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #about_conts_02 h2 {
    margin-bottom: 3rem;
  }
}
#about_conts_03 {
  width: 100%;
  background-image: url(https://morpho1995noij.itembox.design/item/concept/bg_contents03_01.jpg),url(https://morpho1995noij.itembox.design/item/concept/bg_contents03_02.jpg);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  padding: 0 0 6rem;
  margin: 2rem 0 12rem;
}
@media screen and (max-width: 899px) {
  #about_conts_03 {
    background-image: none;
  }
}
@media screen and (max-width: 599px) {
  #about_conts_03 {
    padding: 0;
    margin: 2rem 0 6rem;
  }
}

#about_conts_03 .conts_txt {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  #about_conts_03 .conts_txt {
    width: 80%;
  }
}
@media screen and (max-width: 899px) {
  #about_conts_03 .conts_txt {
    width: 90%;
  }
}
#about_conts_03 h2 {
  font-size: 2.2rem;
  padding: 4rem 0 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #about_conts_03 h2 {
    font-size: 2.0rem;
    margin-bottom: 2rem;
  }
}
#about_conts_03 h2 rt {
  font-size: 1.0rem;
}
#about_conts_03 h2 + h3 {
  font-size: 4.5rem;
  color: #666666;
  font-family: 700;
  padding-left: 6rem;
  line-height: 8rem;
}
@media screen and (max-width: 599px) {
  #about_conts_03 h2 span.ttl_sub02 {
    margin-left: 0;
  }
  #about_conts_03 h2 + h3 {
    font-size: 2.6rem;
    padding-left: 0;
    line-height: 2em;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 899px) {
  #about_conts_03 h3 br {
    display: none;
  }
}
#about_conts_03 .conts_txt_main {
  width: 100%;
}
@media screen and (max-width: 1380px) {
  #about_conts_03 .conts_txt_main {
    margin-bottom: 4rem;
  }
 }
 #about_conts_03 .conts_txt_main div {
  width: 40.55%;
  margin: 8rem auto 0;
}
@media screen and (max-width: 1380px) {
  #about_conts_03 .conts_txt_main div {
    width: 80%;
    background-color: rgba(255, 255, 255, .8);
    padding: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #about_conts_03 .conts_txt_main div {
    width: 90%;
    background-color: none;
    padding: 0;
    margin: 0 auto 0;
  }
}
#about_conts_03 .conts_txt_main div p {
  margin-bottom: 4.5rem;
  line-height: 2.4em!important;
}
@media screen and (max-width: 599px) {
  #about_conts_03 .conts_txt_main div p {
    margin-bottom: 1.5rem;
  }
  #about_conts_03 .conts_txt_main div p br {
    display: none;
  }
}
.conts_03_img_wrap {
  display: none;
}
@media screen and (max-width: 899px) {
  .conts_03_img_wrap {
    display: block;
  }
  .conts_03_img_wrap p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .conts_03_img_wrap p img {
    width: 50%;
    height: 280px;
    object-fit: cover;
  }
  .conts_03_img_wrap p img:nth-child(2) {
    object-position: 0 80%;
  }
}
@media screen and (max-width: 599px) {
  .conts_03_img_wrap p img {
    height: 180px;
  }
}
#about_conts_04 {
  width: 100%;
  min-height: 648px;
  background-image: url(https://morpho1995noij.itembox.design/item/concept/bg_contents04.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1380px) {
  #about_conts_04 {
    min-height: auto;
    background-image: url(https://morpho1995noij.itembox.design/item/concept/bg_contents04.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
}
.conts_04_inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .conts_04_inner {
    width: 80%;
  }
}
@media screen and (max-width: 899px) {
  .conts_04_inner {
    width: 94%;
  }
}
.conts_04_inner .conts_txt {
  width: 55%;
  padding: 0 8rem 5rem;
}
@media screen and (max-width: 1380px) {
  .conts_04_inner .conts_txt {
    width: 80%;
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 899px) {
  .conts_04_inner .conts_txt {
    width: 100%;
  }
}
.conts_04_inner h2 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 899px) {
  .conts_04_inner h2 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .conts_04_inner h2 {
    margin-bottom: 3rem;
  }
}
.conts_04_inner .ttl_sub02,
.conts_05_inner .ttl_sub02  {
  font-size: 2.2rem;
}
@media screen and (max-width: 1380px) {
  .conts_04_inner div h2 + div {
    width: 90%;
    margin:0 auto;
    padding: 4rem;
    background-color: rgba(255, 255, 255, .8)
  }
}
@media screen and (max-width: 599px) {
  .conts_04_inner div h2 + div {
    padding: 0 1rem 1rem;
  } 
}
.conts_04_inner p {
  margin-bottom: 4.5rem;
  line-height: 2.4em!important;
  margin-left: -6rem;
}
@media screen and (max-width: 1380px) {
  .conts_04_inner p {
    margin-left: 0;
  }
}
@media screen and (max-width: 1380px) {
  .conts_04_inner p {
    margin-bottom: 2.5rem;
  }
}
#about_conts_05 {
  width: 100%;
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 599px) {
  #about_conts_05 {
    padding: 4rem 0;
  }
}
.conts_05_inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .conts_05_inner {
    width: 80%;
  }
}
@media screen and (max-width: 899px) {
  .conts_05_inner {
    width: 90%;
  }
}
#about_conts_05 .conts_txt {
  width: 55%;
  padding: 0 8rem 5rem;
}
@media screen and (max-width: 1380px) {
  #about_conts_05 .conts_txt {
    width: 100%;
    padding: 0 0 5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #about_conts_05 .conts_txt {
    padding: 0;
  }
}
#about_conts_05 h2 {
  margin-bottom: 4rem;
}
#about_conts_05 h2 + h3 {
  font-size: 4.5rem;
  color: #666666;
  font-family: 700;
  line-height: 8rem;
  margin-left: -8rem;
}
@media screen and (max-width: 1380px) {
  #about_conts_05 h2 + h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #about_conts_05 h2 {
    margin-bottom: 2rem;
  }
  #about_conts_05 h2 + h3 {
    font-size: 2.6rem;
    line-height: 2em;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #about_conts_05 h2 span.ttl_sub02  {
    margin-left: 0;
    line-height: 1.5;
  }
}
.conts_05_main {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}
.conts_05_main .sp_tlt_show {
  display: none;
}
@media screen and (max-width: 1380px) {
  .conts_05_main {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .conts_05_main .sp_tlt_hide {
    display: none;
  }
  .conts_05_main .sp_tlt_show {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .conts_05_main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.conts_05_main_txt {
  width: 644px;
  position: absolute;
  left: 0;
  bottom: -4rem;
}
@media screen and (max-width: 1380px) {
  .conts_05_main_img {
    width: 36%;
    display: flex;
    flex-direction: column;
  }
  .conts_05_main_img img {
    width: 100%;
    height: 33%;
    object-fit: cover;
  }
  .conts_05_main_txt {
     width: 60%;
     position: static;
  }
}
@media screen and (max-width: 599px) {
  .conts_05_main_img {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
  }
  .conts_05_main_img img {
    width: 33%;
    height: 180px;
    object-fit: cover;
  }
  .conts_05_main_img img:nth-child(3) {
    object-position: 20% 100%;
  }
  .conts_05_main_txt {
     width: 100%;
  }
}
.conts_05_main_txt p {
  margin-bottom: 3.5rem;
  line-height: 2.4em!important;
}
@media screen and (max-width: 599px) {
  .conts_05_main_txt p {
    margin-bottom: 1.5rem;
  }
}
.conts_05_main_txt p:last-child {
  margin-bottom: 0;
}
#about_conts_06 {
  width: 100%;
  background: url(https://morpho1995noij.itembox.design/item/concept/bg_contents06.jpg) no-repeat center;
  background-size: cover;
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 599px) {
  #about_conts_06 {
    padding: 2rem 0 3rem;
  }
}
.conts_06_2wrap {
  width: 1157px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.conts_06_box {
  width: 498px;
  text-align: center;
}
@media screen and (max-width: 1197px) {
  .conts_06_2wrap {
    width: 90%;
  }
  .conts_06_box {
    width: 48%;
  }
}
@media screen and (max-width: 799px) {
  .conts_06_2wrap {
    flex-direction: column;
    justify-content: start;
  }
  .conts_06_box {
    width: 100%;
    margin: 2rem 0 3rem;
  }
}
.conts_06_box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8em!important;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  .conts_06_box h2 {
    font-size: 2.2rem;
  }
}
.conts_06_box img {
  margin-bottom: 2.6rem;
}
.conts_06_box p {
  background-color: rgba(255, 255, 255, .67);
  padding: 1.6rem;
  text-align: left;
  line-height: 2.2em!important;
}
#about_conts_07 {
  width: 100%;
  background-color: #000;
  width: 100%;
  color: #FFF;
  padding: 4rem 0;
}
.conts_07_2wrap {
  width: 1067px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conts_07_box {
  width: 472px;
  margin: 4rem 0;
}
@media screen and (max-width: 1107px) {
  .conts_07_2wrap {
    width: 90%;
  }
  .conts_07_box {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .conts_07_2wrap {
    flex-direction: column;
    justify-contents: start;
    flex-wrap: nowrap;
  }
  .conts_07_box {
    width: 100%;
  }
}
.conts_07_box h2 {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.conts_07_box h2:before {
  content: '';
  width: 62px;
  height: 1px;
  background-color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .conts_07_box h2 {
    font-size: 2.2rem;
  }
}
.conts_07_box img {
  margin-bottom: 1rem;
}
.conts_07_box p {
  line-height: 2.2em!important;
}
#about_conts_08 {
  width: 100%;
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  #about_conts_08 {
    padding: 0;
  }
}
.conts_08_wrap {
  width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 1380px) {
  .conts_08_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .conts_08_wrap {
    padding: 6rem 0 0;
  }
  
}
.conts_08_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1380px) {
  .conts_08_box {
    flex-direction: column;
    align-items: center;
  }
}
.conts_08_wrap .conts_txt {
  width: 460px;
}
@media screen and (max-width: 1380px) {
  .conts_08_wrap .conts_txt {
    width: fit-content;
    margin-bottom: 5rem;
  }
}
.conts_08_wrap .conts_txt h2 {
  margin-bottom: 7rem;
  margin-left: -3rem;
  vertical-align: middle!important;
}
@media screen and (max-width: 1380px) {
  .conts_08_wrap .conts_txt h2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .conts_08_wrap .conts_txt h2 {
    margin-bottom: 2rem;
  }
}
.conts_08_wrap .conts_txt h2 span.ttl_sub02 {
  font-size: 4.6rem;
  color: #666666;
}
.conts_08_wrap .conts_txt h2 span.yomigana {
  font-size: 2.1rem;
}
@media screen and (max-width: 599px) {
  .conts_08_wrap .conts_txt h2 span.ttl_sub02 {
    font-size: 2.8rem;
  }
  .conts_08_wrap .conts_txt h2 span.yomigana {
    font-size: 1.6rem;
  }
}
.conts_08_wrap .conts_txt p {
  font-size: 1.9rem;
  line-height: 2.6em!important;
}
@media screen and (max-width: 599px) {
  .conts_08_wrap .conts_txt p {
    font-size: 1.6rem;
  }  
}
#about_conts_08 .conts_08_img {
  position: absolute;
}
@media screen and (max-width: 1380px) {
  #about_conts_08 .conts_08_img {
    position: static;
  }
}
.conts_08_img.mr_yuisusumu {
  width: 333px;
  top: 0;
  right: 10rem;
}
.conts_08_img.kobo {
  bottom: 0;
  left: -5rem;
}
@media screen and (max-width: 1380px) {
  .conts_08_img_wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }
  .conts_08_img.mr_yuisusumu,
  .conts_08_img.kobo {
    width: 50%;
  }
  .conts_08_img.mr_yuisusumu img,
  .conts_08_img.kobo img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .conts_08_img.mr_yuisusumu img {
    object-position: center 10%;
  }
}
#about_conts_09 {
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  #about_conts_09 {
    padding: 0;
  }
}
.conts_09_wrap {
  width: 1366px;
  min-height: 540px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .conts_09_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) {
  .conts_09_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.conts_09_img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .conts_09_img {
    position: static;
    width: 100%;
  }
  .conts_09_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .conts_09_img img {
    height: 180px;
    margin-bottom: 2rem;
  }
}
.conts_09_wrap .conts_txt {
  position: absolute;
  width: 500px;
  z-index: 10;
  top: 25%;
  left: 12%;
}
@media screen and (max-width: 1240px) {
  .conts_09_wrap .conts_txt {
    position: static;
    width: 80%;
  }
}
.conts_09_wrap .conts_txt h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .conts_09_wrap .conts_txt h2 {
    margin-bottom: 2rem;
  }
}
.conts_09_wrap .conts_txt p {
  background: rgba(255,255,255,.68);
  line-height: 2.0em!important;
  padding: 2rem 4rem;
}
.conts_09_wrap .conts_txt p span {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .conts_09_wrap .conts_txt p {
    background: none;
    padding: 0;
  }
}
/* =========================================
財布の日＆新生活就職祝い
========================================= */
@media screen and (max-width: 599px) {
  #saifu_day_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#saifu_day_page * {
  letter-spacing: 0.1em!important;
}
.saifu_day_intro_wrap {
  width: 100%;
  min-height: 300px;
  background: url(https://morpho1995noij.itembox.design/item/312/bg_intro.jpg);
  background-color: rgba(255, 255, 255, .5);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-blend-mode: soft-light;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.saifu_day_intro_wrap p {
  width: 53.13%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4em!important;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, .54);
}
@media screen and (max-width: 1430px) {
  .saifu_day_intro_wrap p {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .saifu_day_intro_wrap {
    height: auto;
    padding: 3rem;
  }
  .saifu_day_intro_wrap p {
    width: 100%;
  }
  .saifu_day_intro_wrap p br {
    display: none;
  }
}
.saifu_day_ttl_01 {
  font-size: 3.4rem;
  color: #000;
  line-height: 1.0!important;
  display: flex;
  align-items: center;
}
.saifu_day_ttl_01 span {
  font-size: 6.5rem;
  padding: 0 1rem;
}
.saifu_day_ttl_01:after {
  content: '';
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #333;
  margin-left: 4rem;
}
@media screen and (max-width: 599px) {
  .saifu_day_ttl_01 {
    font-size: 2.0rem;
  }
  .saifu_day_ttl_01 span {
    font-size: 3.0rem;
    padding: 0 0.5rem;
  }
  .saifu_day_ttl_01:after {
    margin-left: 1rem;
  }
}
.saifu_day_ttl_01_sub {
  display: block;
  color: #c6c6c6;
  font-size: 1.7rem;
  line-height: 1.0!important;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .saifu_day_ttl_01_sub {
    font-size: 1.2rem;
  }
}
.saifu_day_ttl_02  {
  font-size: 2.5rem;
  color: #588986;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.saifu_day_ttl_02 span {
  font-size: 1.9rem;
  color: #000;
  padding-left: 3rem;
}
@media screen and (max-width: 1157px) {
  .saifu_day_ttl_02  {
    font-size: 2.0rem;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.6rem;
  } 
  .saifu_day_ttl_02 span {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
#saifu_day_cirasagi .inner:first-child {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  #saifu_day_cirasagi .inner:first-child {
    margin-bottom: 5rem;
  }
}
.saifu_day_cirasagi_wrap {
  position: relative;
  height: auto;
}
.saifu_day_cirasagi_wrap:before {
  display: block;
  content: '';
  padding-top: 50%;
}
.saifu_day_cirasagi_wrap_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.saifu_day_cirasagi_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.saifu_day_cirasagi_wrap p {
  width: 33.58%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2em!important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1430px) {
  .saifu_day_cirasagi_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .saifu_day_cirasagi_wrap:before {
    padding-top: 0;
  }
  .saifu_day_cirasagi_wrap_inner {
    position: static;
  }
  .saifu_day_cirasagi_wrap img {
    position: static;
    display: block;
    margin: 0 auto 2rem;
  }
  .saifu_day_cirasagi_wrap p {
    position: static;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .saifu_day_cirasagi_wrap p {
    width: 94%;
  }
}
.saifu_day_view_more{
  width: fit-content;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  margin: 2rem auto 0;
}
.saifu_day_view_more2{
  width: fit-content;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  margin: 2rem auto 0;
}
.saifu_day_view_more a {
  display: block;
  width: 100%;
  color: #000!important;
  text-decoration: none!important;
  margin: 0 auto 1rem;
}
.saifu_day_view_more2 a {
  display: block;
  width: 100%;
  color: #FFF!important;
  text-decoration: none!important;
  margin: 0 auto 1rem;
}
.saifu_day_view_more span {
  display: inline-block;
  width: 170%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  margin-left: -22%;
  transition: 0.5s;
}
.saifu_day_view_more2 span {
  display: inline-block;
  width: 170%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  margin-left: -22%;
  transition: 0.5s;
}
.saifu_day_view_more span:after {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.saifu_day_view_more2 span:after {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  border-right: 1px solid #FFF;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.saifu_day_view_more a:hover {
  color: #000!important;
}
.saifu_day_view_more2 a:hover {
  color: #FFF!important;
}
.saifu_day_view_more:hover span {
  left: 6%;
}
.saifu_day_view_more2:hover span {
  left: 6%;
}
@media screen and (max-width: 599px) {
  .saifu_day_view_more a {
    line-height: 1.8;
  } 
  .saifu_day_view_more2 a {
    line-height: 1.8;
  } 
  .saifu_day_view_more span {
    margin-left: -32%;
  }
  .saifu_day_view_more2 span {
    margin-left: -32%;
  }
}
.saifu_day_ttl_03 {
  font-size: 2.3rem;
  color: #588986;
  line-height: 1.0!important;
  display: flex;
  align-items: center;
}
 .saifu_day_ttl_03:after {
  content: '';
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #87c1c1;
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .saifu_day_ttl_03:after {
    content: '';
    border-bottom: none;
  }
}
@media screen and (max-width: 1157px) {
  .saifu_day_ttl_03  {
    font-size: 2.0rem;
  } 
}
.saifu_day_items_wrap {
  background-color: #c0d8d7;
  display: flex;
  justify-content: space-between;
  padding: 4%;
}
.saifu_day_items_wrap2 {
  background-color: #013A4C;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 4%;
}
.saifu_day_items_box {
  width: 24%;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .saifu_day_items_wrap {
    flex-wrap: wrap;
    padding: 4%;
  }
  .saifu_day_items_wrap2 {
    flex-wrap: wrap;
    padding: 4%;
  }
  .saifu_day_items_box {
    width: 47%;
    margin-bottom: 3.6rem;
  }
}
.saifu_day_items_box .saifu_day_view_more,
.saifu_day_items_box .saifu_day_view_more2 {
  margin-top: auto;
}
.saifu_day_ttl_04 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  word-break: break-all;
}
.saifu_day_items_box p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.saifu_day_items_box .saifu_day_view_more a,
.saifu_day_items_box .saifu_day_view_more2 a {
  font-size: 1.1rem;
}
.saifu_day_ttl_05 {
  color: #588986;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  .saifu_day_ttl_05 {
    font-size: 2.0rem;
  }  
}
.saifu_day_newitems_title {
  display: block;
  position: relative;
  width: 100%;
  height: 455px;
}
#saifu_day_linea .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/312/title_linea.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#saifu_day_risacca .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/312/title_risacca.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
#saifu_day_care .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/312/title_care_goods.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
#saifu_day_meishi .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/employment/employment03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 360px;
}
#saifu_day_belt .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/employment/employment04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}
#saifu_day_stationary .saifu_day_newitems_title {
  background-image: url(https://morpho1995noij.itembox.design/item/employment/employment05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .saifu_day_newitems_title {
    position: relative;
    width: 100%;
    height: auto;  
  }
  .saifu_day_newitems_title:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
  }
  .saifu_day_newitems_title span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #saifu_day_linea .saifu_day_newitems_title {
    background-image: url(https://morpho1995noij.itembox.design/item/312/title_linea.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #saifu_day_risacca .saifu_day_newitems_title {
    background-image: url(https://morpho1995noij.itembox.design/item/312/title_risacca.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#saifu_day_risacca .saifu_day_items_wrap {
  justify-content: space-around;
}
#saifu_day_linea,#saifu_day_risacca,#saifu_day_care,#saifu_day_meishi,#saifu_day_belt,#saifu_day_stationary {
  margin-bottom: 7rem;
}
@media screen and (max-width: 599px) {
  #saifu_day_linea,#saifu_day_risacca,#saifu_day_care,#saifu_day_meishi,#saifu_day_belt,#saifu_day_stationary {
    margin-bottom: 3.5rem;
  }
  }
.saifu_day_bnr_campaign {
  padding-top: 3rem;
}
/* =========================================
メンズ　長財布カテゴリ
========================================= */
#mens_longwallet_page a {
  text-decoration: none!important;
  color: inherit!important;
}
#mens_longwallet_page a:hover {
  text-decoration: none!important;
  opacity: .7!important;
}
#mens_longwallet_page section {
  margin-bottom: 5rem;
}
#mens_longwallet_page section:first-of-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #mens_longwallet_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
  }
  #mens_longwallet_page a {
    text-decoration: underline!important;
  }
  #mens_longwallet_page a:hover {
    text-decoration: underline;
  }
  #mens_longwallet_page section {
    margin-bottom: 3rem;
  }
  #mens_longwallet_page section:first-of-type {
    margin-bottom: 1rem;
  }
  #mens_longwallet_page .fs_ranking_category a {
    text-decoration: none!important;
  }
  #mens_longwallet_page .fs_ranking_category a:hover {
    text-decoration: none!important;
  }
}
#mens_longwallet_page h2 {
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 3rem;
  padding: 0 0 0 8rem
}
@media screen and (max-width: 599px) {
  #mens_longwallet_page h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0;
  }  
}
#mens_longwallet_page h2:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #606060;
}
#mens_longwallet_page h2 span {
  position: relative;
  background-color: #FFF;
  padding: 0 1.5rem;
}
.mens_longwallet_page_color {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.mens_longwallet_page_color li {
  width: 20%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.0!important;
  margin-bottom: 3rem;
}
.mens_longwallet_page_color li a:hover * {
  opacity: .7!important;
}
@media screen and (max-width: 1430px) {
  .mens_longwallet_page_color li {
    width: 33.33%;
  }
}
@media screen and (max-width: 599px) {
  .mens_longwallet_page_color {
    justify-content: space-between;
  }
  .mens_longwallet_page_color li {
    font-size: 1.4rem;
    font-family: var(--fontbase);
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
  }
}
.mens_longwallet_page_color li span {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .mens_longwallet_page_color li span {
    flex-direction: column;
    line-height: 1.5em;
  }  
}
.mens_longwallet_page_color li span:before {
  display: inline-block;
  content: '';
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media screen and (max-width: 599px) {
  .mens_longwallet_page_color li span:before {
    width: 39px;
    height: 39px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.longwallet_black span:before {
  background-color: #000;
}
.longwallet_brown span:before {
  background-color: #874610;
}
.longwallet_dark_brown span:before {
  background-color: #4f2404;
}
.longwallet_dark_greeen span:before {
  background-color: #1c5906;
}
.longwallet_dark_navy span:before {
  background-color: #171284;
}
.longwallet_dark_red span:before {
  background-color: #d31616;
}
.longwallet_dark_gold span:before {
  background-color: #a57725;
}
@media screen and (max-width: 599px) {
.mens_long_wallet_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
}
.mens_long_wallet_list li {
  display: inline;
  font-weight: 400;
  font-size: 1.5rem;
  background-color: rgba(0,0,0,0.05);
  border-radius: 100vh;
  padding: 1rem 1.6rem;
  margin-right: 3rem;
}
@media screen and (max-width: 599px) {
  .mens_long_wallet_list li {
    font-size: 1.4rem;
    font-family: var(--fontbase);
    width: 50%;
    padding: 0 1rem;
    background: none;
    margin: 0;
  }
}
.mens_long_wallet_list li a {
  display: inline-block;
  margin-bottom: 3rem;
}
.fs-body-category-longwallet .fs-c-subgroup {
  display: none;
}
/* =========================================
ウィメンズ　長財布カテゴリ
========================================= */
.mens_longwallet_page_color.womens li {
  width: 14%;
}
@media screen and (max-width: 599px) {
  .mens_longwallet_page_color.womens li {
    width: 33.33%;
  }
  .mens_longwallet_page_color.womens li img {
    width: 39px;
    height: 39px;
  }
}
/* ===============================
母の日に贈る革小物
=============================== */
#mothersday .inner {
  width: 100%;
  margin: 0 auto 50px;
}
.inner_100 {
  width: 100%;
  margin: 0 auto 80px;
}
#mothersday .inner_100 {
  margin: 0 auto 120px;
}
#mothersday .inner p,
#mothersday .inner_100 p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #mothersday {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  #mothersday .inner {
    width: 94%;
    margin: 0 auto 30px;
  }
  .inner_100,
  #mothersday .inner_100 {
    margin: 0 auto 30px;
  }
}
.title_image {
  margin: 0 auto 30px;
}
.wrapping_box {
  width: 66%;
  border: solid 6px #efede8;
  padding: 30px 30px 40px;
  margin: 0 auto 50px;
}
.wrapping_box .ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 30px;
  padding: 0 0 8px 22px;
}
.wrapping_box .ttl br {
  display: none;
}
.wrapping_box .ttl:before {
  content: '\f06b';
  font-family: var(--fontawe);
  font-weight: 900;
  color: #731a2e;
  font-size: 22px;
  padding-right: 4px;
}
@media screen and (max-width: 599px) {
  .wrapping_box {
    width: 94%;
    padding: 15px 15px 25px;
    margin: 0 auto 30px;
  }
  .wrapping_box .ttl {
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .wrapping_box .ttl br {
    display: block;
  }
}
.wrapping_box .ttl span:first-child {
  color: #731a2e;
}
.wrapping_box .ttl span:last-child {
  font-size: 16px;
}
.wrapping_box img {
  width: 80%;
  margin-bottom: 30px;
}
.wrapping_box_txt {
  font-size: 13px;
  text-align: center;
  font-family: var(--fontbase);
  line-height: 2.0em!important;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .wrapping_box img {
    margin-bottom: 15px;
  }
  .wrapping_box_txt {
    font-size: 14px;
    line-height: 2.0em!important;
    margin-bottom: 15px;
  }
  .wrapping_box_txt br {
    display: none;
  }
}
.mothersday_pagelink_pc {
  width: 88%;
  display: inline-flex;
  justify-content: center;
}
.mothersday_pagelink_pc li {
  width: 23%;
  padding: 0 1%
}
.mothersday_pagelink_sp {
  display: none;
}
@media screen and (max-width: 1430px) {
  .mothersday_pagelink_pc {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mothersday_pagelink_pc {
    display: none;
  }
  .mothersday_pagelink_sp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -3rem;
  }
  .mothersday_pagelink_sp li {
    width: 50%;
    font-size: 13px;
    font-family: var(--fontbase);
    text-align: center;
    margin-bottom: 16px;
    padding: 0 2%;
  }
  .mothersday_pagelink_sp li a {
    text-decoration: none!important;
  }
  .mothersday_pagelink_sp li img {
    display: block;
    margin: 0 auto 4px;
  }
  .mothersday_pagelink_sp li:first-child a {
    color: #c167a1!important;
  }
  .mothersday_pagelink_sp li:nth-child(2) a {
    color: #5ba4a8!important;
  }
  .mothersday_pagelink_sp li:nth-child(3) a {
    color: #916a40!important;
  }
  .mothersday_pagelink_sp li:nth-child(4) a {
    color: #5cc0e1!important;
  }
}
/*母の日バッグ
---------------------------*/
.mothersday_header {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 50px 0;
  margin-bottom: 30px;
}
#name_accessories .mothersday_header {
  padding: 90px 0 50px;
}
.mothersday_header.mom_bag {
  background: url(https://morpho1995noij.itembox.design/item/mothersday/bag_bg.gif);
}
.mothersday_header.mom_wallet {
  background: url(https://morpho1995noij.itembox.design/item/mothersday/wallet_bg.gif);
}
.mothersday_header.mom_accessories {
  background: url(https://morpho1995noij.itembox.design/item/mothersday/accessories_bg.gif);
}
.mothersday_header.mom_other {
  background: url(https://morpho1995noij.itembox.design/item/mothersday/other_bg.gif);
}
.mothersday_header h2 {
  position: absolute;
  top: 5.5%;
  left: 3.5%;
}
.mothersday_header.mom_wallet h2 {
  position: absolute;
  top: 3%;
  left: 3.5%;
}
.mothersday_header.mom_accessories h2 {
  position: absolute;
  top: 4%;
  left: 1.8%;
}
.mothersday_header img {
  margin-bottom: 30px;
}
.mothersday_header p {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1430px) {
  .mothersday_header,
  #name_accessories .mothersday_header {
    padding: 50px;
  }
  .mothersday_header p br {
    display: none;
  }
}
  @media screen and (max-width: 599px) {
  .mothersday_header {
    padding-top: 0;
    margin-bottom: 18px;
  }
  .mothersday_header h2 {
    width: 30%;
    top: -6%;
    left: 3.5%;
  }
  .mothersday_header.mom_wallet h2 {
    width: 40%;
    top: -6%;
    left: 3.5%;
  }
  .mothersday_header.mom_accessories h2 {
    width: 60%;
    top: -6%;
    left: 3.5%;
  }
.mothersday_header,
  #name_accessories .mothersday_header {
    padding: 25px;
  }
  .mothersday_header.mom_bag {
    background: url(https://morpho1995noij.itembox.design/item/mothersday/bag_bg.gif);
    background-size: 12px;
  }
  .mothersday_header.mom_wallet {
    background: url(https://morpho1995noij.itembox.design/item/mothersday/wallet_bg.gif);
    background-size: 12px;
  }
  .mothersday_header.mom_accessories {
    background: url(https://morpho1995noij.itembox.design/item/mothersday/accessories_bg.gif);
    background-size: 12px;
  }
  .mothersday_header img {
    margin-bottom: 15px;
  }
}
/*ピックアップ
---------------------------*/
#mothersday .inner_100 h3 {
  text-align: center;
  margin: 0 auto 30px;
}
#mothersday .inner_100 h3 img {
  width: 30%;
}
.mothersday_pickup_wrap {
  width: 90%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.mothersday_pickup_wrap > div:first-child {
  width: 47%;
}
.mothersday_pickup_wrap > div:nth-child(2) {
  width: 50%;
}
.mothersday_pickup_wrap p {
  font-family: var(--fontbase);
}
.mothersday_pickup_spec_box {
  display: flex;
  flex-direction: column;
}
.mothersday_pickup_spec_box > div:first-child {
  order: 3;
}
.mothersday_pickup_spec_box > div:nth-child(2) {
  order: 2;
  margin-bottom: 20px;
}
.mothersday_pickup_spec_box > div:nth-child(3) {
  order: 1;
}
.mothersday_pickup_spec_box > div:nth-child(3) p {
  font-size: 12px;
  margin-bottom: 30px;
}
.mothersday_pickup_spec_box > div:nth-child(4) {
  order: 4;
  margin-top: 10px;
}
.mothersday_pickup_spec_box h4 {
  font-size: 19px;
  font-family: var(--fontbase);
  line-height: 1.6em;
  margin-bottom: 8px;
}
.mothersday_pickup_spec_box h4+p {
  font-size: 12px;
}
.mothersday_pickup_spec_box h4+p span {
  font-size: 19px;
  color: #ff0000;
  padding-left: 2px;
}
#name_wallet .mothersday_pickup_spec_box h4+p span,
#name_other .mothersday_pickup_spec_box h4+p span {
  color: #161616;
}
#mothersday .inner_100 .btn_link_detail a {
  display: block;
  width: 40%;
  color: #FFF;
  font-family: var(--fontbase);
  background-color: #000000;
  text-align: center;
  text-decoration: none!important;
  font-size: 15px;
  line-height: 1.0;
  padding: 20px 0;
  float: right;
}
.mothers_item_list {
  padding: 0 8%;
  display: inline-flex;
  justify-content: space-between;
}
.mothers_item_list li {
  width: 22%;
}
.mothersday_btn_more {
  text-align: right;
}
@media screen and (max-width: 1430px) {
  .mothersday_pickup_spec_box > div:nth-child(3) p br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #mothersday .inner_100 h3 {
    text-align: center;
    margin: 0 auto 15px;
  }
  #mothersday .inner_100 h3 img {
    width: 60%;
  }
  .mothersday_pickup_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 25px;
  }
  .mothersday_pickup_wrap > div:first-child {
    width: 100%;
  }
  .mothersday_pickup_wrap > div:nth-child(2) {
    width: 100%;
    margin: 0 auto;
  }
  .mothersday_pickup_wrap > div:first-child img {
    object-fit: cover;
    width: 100%;
    height: 120px;
    object-position: 0% 35%;
    margin-bottom: 15px;
  }
  #name_other .mothersday_pickup_wrap > div:first-child img {
    object-position: 0% 55%;
  }
  .mothersday_pickup_spec_box {
    width: 100%;
    padding: 0 8px;
  }
  .mothersday_pickup_spec_box > div:first-child {
    order: 1;
    margin-bottom: 15px;
  }
  .mothersday_pickup_spec_box > div:nth-child(2) {
    order: 2;
  }
  .mothersday_pickup_spec_box > div:nth-child(3) {
    order: 3;
  }
  .mothersday_pickup_spec_box > div:nth-child(3) p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mothersday_pickup_spec_box > div:nth-child(4) {
    order: 4;
  }
  .mothersday_pickup_spec_box h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
  }
    .mothersday_pickup_spec_box h4+p {
    text-align: center;
  }
  .mothersday_pickup_spec_box h4+p span {
    font-size: 16px;
  }
  #mothersday .inner_100 .btn_link_detail a {
    display: block;
    width: 80%;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .mothers_item_list {
    width: 100%;
    flex-wrap: wrap;
  }
  .mothers_item_list li {
    width: 48%;
  }
  .mothersday_btn_more {
    text-align: center;
  }
  .mothersday_btn_more img {
    width: 26%;
  }
}
@media screen and (max-width: 1430px) {
  .mothersday_pickup_spec_box h4 br {
    display: none;
  }
}
/* =========================================
四柱推命ラッキーカラー
========================================= */
@media screen and (max-width: 599px) {
  #lucky_color_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#lucky_color_page p {
  font-family: var(--fontbase);
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 599px) {
  #lucky_color_page p {
    margin-bottom: 1.8rem;
  }
  #lucky_color_page p.center {
    text-align: left;
  }
}
#lucky_color_page .inner {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #lucky_color_page .inner {
    margin-bottom: 4rem;
  }
}
.lucky_ttl_01 {
  font-size: 2.9rem;
  text-align: center;
  background-image: url(https://morpho1995noij.itembox.design/item/lucky_color/ttl_01_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.4rem;
}
@media screen and (max-width: 599px) {
  .lucky_ttl_01 {
    font-size: 2.0rem;
    font-weight: 600;
  }
}
/* =========================================
色を上手に取り入れて運気アップ？！
========================================= */
#luck_color_page_fusui_color .lucky_ttl_01{
  margin-bottom: 2rem;
}
#luck_color_page_fusui_color .title_image {
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  #luck_color_page_fusui_color .title_image {
    margin-bottom: 3rem;
  }
}
.lucky_contents_01 {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .lucky_contents_01 {
    margin-bottom: 3rem;
  }
}
.lucky_contents_01 img:last-child {
  position: absolute;
  top: 0;
  right: 3rem;
}
@media screen and (max-width: 1430px) {
  .lucky_contents_01 img:last-child {
    right: 0;
  }
  .lucky_contents_01 img {
    width: auto;
    height: 655px;
  }
  .lucky_contents_01 img:first-child {
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .lucky_contents_01 img:first-child {
    width: auto;
    height: 500px;
  }
  .lucky_contents_01 img:last-child {
    width: auto;
    height: 500px;
  }
}
.lucky_ttl_02 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 3rem;
}
.lucky_ttl_02 span {
  display: block;
}
.lucky_ttl_02:after {
  content: '';
  display: inline-block;
  width: 241px;
  height: 5px;
  background-image: url(https://morpho1995noij.itembox.design/item/lucky_color/ttl_02_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 80%;
}
@media screen and (max-width: 599px) {
  .lucky_ttl_02 {
    font-weight: 600;
    margin-bottom: 1.5rem;
  }  
}
.lucky_col2_wrap {
  width: 90.51%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lucky_col2_wrap img {
  width: 50%;
}
.lucky_col2_txt {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .lucky_col2_wrap {
    width: 100%;
    flex-direction: column;
  }
  .lucky_col2_wrap img {
    width: 100%;
  }
  .lucky_col2_txt {
    width: 100%;
  }
}
.lucky_disc_list {
  font-family: var(--fontbase);
  font-size: 1.4rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
}
.lucky_disc_list li {
  margin-bottom: 1rem;
  list-style-type: disc;
  list-style-position: outside;
}
.lucky_ttl_03 {
  font-size: 1.5rem;
  text-align: center;
  background-color: #f4f4f4;
  padding: 1.4rem;
  margin-bottom: 3rem;
}
.lucky_ttl_03 span {
  padding-right: 2rem;
}
@media screen and (max-width: 599px) {
  .lucky_ttl_03 {
    font-weight: 600;
  }
}
.lucky_cal_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lucky_cal_list li {
  margin-bottom: 2rem;
}
.lucky_yellow_box ul {
  font-family: var(--fontbase);
  font-size: 1.5rem;
  width: 100%;
  display: flex;
}
.lucky_yellow_box {
  width: 415px;
  border: solid 3px #ffd215;
  margin: 0 auto 5rem;
  padding: 1.4rem 4rem;
}
.ommyo_gogyo .lucky_yellow_box {
  padding: 1.4rem 0rem;
}
@media screen and (max-width:460px) {
  .lucky_yellow_box {
    width: 98%;
    padding: 1.4rem 1rem!important;
  }
}
.ommyo_number_list {
  width: 572px;
  font-family: var(--fontbase);
  font-size: 1.5rem;
  border: solid 3px #ffd215;
  margin: 0 auto;
  padding: 0.5rem 4rem;
  display: flex;
  flex-wrap: wrap;
}
.ommyo_number_list li {
  width: 20%;
  margin: 0.5rem 0;
}
@media screen and (max-width:605px) {
  .ommyo_number_list {
    width: 96%;
    padding: 0.5rem 1rem;
  }
  .ommyo_number_list li {
    width: 25%;
  }
}
@media screen and (max-width:422px) {
  .ommyo_number_list {
  }
  .ommyo_number_list li {
    width: 48%;
    text-align: center;
  }
}
.lucky_ttl_04 {
  font-family: var(--min);
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.lucky_ttl_04:before {
  content: '<';
  padding-right: 0.4rem;
}
.lucky_ttl_04:after {
  content: '>';
  padding-left: 0.4rem;
}
@media screen and (max-width:599px) {
  .lucky_ttl_04 {
    font-weight: 600;
  }
}
@media screen and (max-width:460px) {
  .lucky_ttl_04 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #ffd215;
  }
  .lucky_ttl_04:before,
  .lucky_ttl_04:after {
    content: '';
    padding: 0;
  }
}
.lucky_page_dl {
  font-family: var(--fontbase);
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ommyo_gogyo .lucky_page_dl {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width:359px) {
  .lucky_page_dl {
    flex-direction: column;
  }
  .ommyo_gogyo .lucky_page_dl {
    width: 100%;
  }
}
.lucky_page_dl dt{
  width: 20%;
  margin-bottom: 0.5rem;
}
.lucky_page_dl dt:after {
  content: '→';  
}
.lucky_page_dl dd{
  width: 80%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:359px) {
  .lucky_page_dl dt,
  .lucky_page_dl dd {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .lucky_page_dl dt {
    background-color: #fef3e5;
    margin-bottom: 0.5rem;
  }
  .lucky_page_dl dd {
    margin-bottom: 1.5rem;
  }
  .lucky_page_dl dd:last-child {
    margin-bottom: 0;
  }
  .lucky_page_dl dt:after {
    content: '';  
  }
}
.lucky_color_fusui_2col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .lucky_color_fusui_2col_wrap {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .lucky_color_fusui_2col_wrap {
    width: 90%;
    flex-direction: column;
  }
}
.lucky_color_fusui_2col_box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  padding: 1.6rem 2rem;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .lucky_color_fusui_2col_box {
    width: 100%;
    margin-bottom: 4rem;
    padding: 1.6rem;
  }
}
.fusui_2col_box_img {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  margin-top: 2rem;
}
.fusui_2col_box_img img {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  .fusui_2col_box_img {
    margin-top: 0rem;
  }
}
.ttl_fusui_2col_01 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
  .ttl_fusui_2col_01 {
    font-size: 2.0rem;
  }  
}
.fusui_2col_txt {
}
.ttl_fusui_2col_02 {
  color: #b49733;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6!important;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .ttl_fusui_2col_02 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1430px) {
  .ttl_fusui_2col_02 br {
    display: none;
  }
}
.lucky_color_fusui_2col_box .fusui_icon {
  position: absolute;
  top: -3rem;
  left: -3rem;
}
@media screen and (max-width: 1430px) {
  .lucky_color_fusui_2col_box .fusui_icon img {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .lucky_color_fusui_2col_box .fusui_icon {
    top: -2.5%;
    left: -2.5%;
  }
}
.lucky_color_fusui_2col_box.fusui_red .ttl_fusui_2col_01 {
  color: #d31609;
}
.lucky_color_fusui_2col_box.fusui_yellow .ttl_fusui_2col_01 {
  color: #e8bd36;
}
.lucky_color_fusui_2col_box.fusui_blue .ttl_fusui_2col_01 {
  color: #0366bb;
}
.lucky_color_fusui_2col_box.fusui_gold .ttl_fusui_2col_01 {
  color: #b49733;
}
.lucky_color_fusui_2col_box.fusui_silver .ttl_fusui_2col_01 {
  color: #999999;
}
.lucky_color_fusui_2col_box.fusui_green .ttl_fusui_2col_01 {
  color: #649532;
}
.lucky_color_fusui_2col_box.fusui_purple .ttl_fusui_2col_01 {
  color: #743aa4;
}
.lucky_color_fusui_2col_box.fusui_white .ttl_fusui_2col_01 {
  color: #cccccc;
}
.lucky_color_fusui_2col_box.fusui_orange .ttl_fusui_2col_01 {
  color: #f0540a;
}
.lucky_color_fusui_2col_box.fusui_beige .ttl_fusui_2col_01 {
  color: #dfb77d;
}
.lucky_color_fusui_2col_box.fusui_black .ttl_fusui_2col_01 {
  color: #000;
}
.lucky_color_fusui_2col_box.fusui_pink .ttl_fusui_2col_01 {
  color: #ee819c;
}
/* =========================================
ヴィヴァーチェ　カテゴリページ
========================================= */
@media screen and (max-width: 599px) {
  #vivace_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#vivace_page .vivace_ttl_01 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.2rem;
  text-align: center;
  color: #000000;
  letter-spacing: 0.8rem!important;
  margin-bottom: 1rem;
}
@media screen and (max-width:599px) {
  #vivace_page .vivace_ttl_01 {
    font-size: 2.6rem;
  }
}
.vivace_ttl_01 + p {
  line-height: 3.8rem!important;
}
.vivace_ttl_02 {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
	align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width:599px) {
  .vivace_ttl_02 {
    font-weight: 600;
  }
}
.vivace_ttl_02:before,
.vivace_ttl_02:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}
.vivace_ttl_02:before {
	margin-right: .4em;
}
.vivace_ttl_02:after {
	margin-left: .4em;
}
/* 商品詳細ページ　SIAA
************************************/
.siaa_wrap {
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.siaa_wrap > div {
  width: 46%;
}
.siaa_logo {
  display: block;
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px){
  .siaa_wrap {
    width: 100%;
    margin: 0 auto 3rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .siaa_wrap > div {
    width: 100%;
  }
  .siaa_wrap > div:first-child {
    margin-bottom: 3rem;
  }
  .siaa_logo {
    display: block;
    width: 50%;
    margin: 0 auto 2rem;
  }
}
.siaa_wrap table {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: solid 1px #241916;
  margin-bottom: 2rem;
}
.siaa_wrap table tr,
.siaa_wrap table th,
.siaa_wrap table td {
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.siaa_wrap table tr{
  border-bottom: solid 1px #241916;
}
.siaa_wrap table th{
  text-align: left;
}
.siaa_wrap table td{
  width: 50%;
  border-left: solid 1px #241916;
  text-align: center;
}
@media screen and (max-width: 599px){
  .siaa_wrap table td{
    width: 40%;
    white-space: nowrap;
  }
}
.siaa_wrap table tr:nth-child(2) td {
  text-align: left;
}
.siaa_anti_virus table,
.siaa_anti_bacterial table {
  font-family: var(--fontbase);
}
.siaa_anti_virus table tr:first-of-type th {
  background-color: #dd5742;
  color: #FFF;
}
.siaa_anti_bacterial table tr:first-of-type th {
  background-color: #63b357;
  color: #FFF;
}
.siaa_wrap table+p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
}
.special_note {
  width: 90%;
  font-size: 1.4rem!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
  background-color: #fafafa;
  letter-spacing: 0!important;
  margin-left: 5%;
  padding: 3rem;
}
.special_note a {
  text-decoration: underline!important;
}
.special_note a:hover {
  text-decoration: none!important;
}
.special_note span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 599px){
  .special_note {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
  .special_note br {
    display: block!important;
  }
}
.anti_virus_list,
.anti_virus_list li {
  list-style-type: none;
  font-size: 1.4rem!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
  letter-spacing: 0!important;
}
.anti_virus_list {
  width: 90%;
  margin-left: 5%;
  padding: 3rem;
}
.anti_virus_list li {
  text-align: left!important;
  margin-bottom: 1rem;
  text-indent: -3.2rem;
  padding-left: 3.2rem;
}
@media screen and (max-width: 599px){
  .anti_virus_list {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  } 
  .anti_virus_list li {
    line-height: 1.8;
  }
}
.vivace_col2_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px){
  .vivace_col2_wrap {
    width: 100%;
    flex-direction: column;
  }
}
.vivace_col2_box {
  width: 47%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px){
  .vivace_col2_box {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.vivace_col2_box img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px){
  .vivace_col2_box img {
    margin-bottom: 1.6rem;
  }
}
.vivace_ttl_03 {
  text-align: left;
  font-size: 2.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px){
  .vivace_ttl_03 {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 0rem;
  }
}
.vivace_col2_box h3 + p {
  text-align: right;
  font-weight: 500;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.vivace_col2_box h3 + p + p {
  font-size: 1.5rem;
  line-height: 3.2rem!important;
}
@media screen and (max-width: 599px){
  .vivace_col2_box h3 + p,
  .vivace_col2_box h3 + p + p {
    font-family: var(--fontbase);
  }
  .vivace_col2_box h3 + p {
    font-size: 1.5rem;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .vivace_col2_box h3 + p + p {
    font-size: 1.4rem;
  }
}
#vivace_page .saifu_day_view_more p {
  font-size: 1.2rem!important;
}
#vivace_page .saifu_day_view_more span {
  margin-left: -26%;
  transition: 0.3s;
}
/* 幸運を招くヒント トップ
************************************/
@media screen and (max-width: 599px) {
  #good_luck_tips_page,
  .good_luck_tips_title_image {
    width: calc(100% + 16px);
    margin: 0 -8px 5rem;
    padding-bottom: 0.5rem;
  }
}
#good_luck_tips_page {
  width: 800px;
  margin: 0 auto 9rem;
  position: relative;
}
@media screen and (max-width: 1280px){
  #good_luck_tips_page {
    width: 94%;
    margin: 4% auto 9rem;
  }
}
@media screen and (max-width: 1280px){
  #good_luck_tips_page {
    margin-bottom: 4rem;
  }
}
#good_luck_tips_page .inner_wrap {
  margin-bottom: 8rem!important;
}
@media screen and (max-width: 599px){
  #good_luck_tips_page .inner_wrap {
    margin-bottom: 4rem!important;
  }
}
.good_luck_tips_title_image {
  text-align: center;
  margin-bottom: 6rem;
}
.good_luck_tips_title_image p:first-child {
  margin-bottom: 5rem;
}
.good_luck_tips_title_image p:last-child {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2.0!important;
}
@media screen and (max-width: 1480px){
  .good_luck_tips_title_image p br {
    display: block!important;
  }
}
@media screen and (max-width: 599px) {
  .good_luck_tips_title_image {
    margin-bottom: 4rem;
  }
  .good_luck_tips_title_image p:first-child {
    margin-bottom: 3rem;
  }
  .good_luck_tips_title_image p:last-child {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.good_luck_tips_dot_box {
  width: 800px;
  margin: 2rem auto 0;
  border: dotted 1px #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem;
}
@media screen and (max-width: 599px) {
  .good_luck_tips_dot_box {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .good_luck_tips_dot_box {
    width: 90%;
    padding: 2%; 
  }
}
.good_luck_tips_dot_box a {
  width: 24.60%;
}
.good_luck_tips_dot_box p {
  width: 73%;
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.0!important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 599px) {
  .good_luck_tips_dot_box a {
    width: auto;
  }
  .good_luck_tips_dot_box img {
    width: 120px;
    display: block;
    float: left;
    margin: 0 4% 4% 0;
  }
  .good_luck_tips_dot_box p {
    width: auto;
    font-size: 1.2rem;
    letter-spacing: 0;
  } 
}
/* 幸運を招くヒント 記事ページ
************************************/
.good_luck_title_image {
  width: 100%;
}
.good_luck_title_image img {
  width: 100%;
}
.good_luck_title_image p:nth-child(1) {
  display: inline-block;
  background-color: #D7BB15;
  color: #FFF;
  font-family: 'Georgia',serif;
  letter-spacing: 0.55rem;
  padding: 50px 55px;
  position: absolute;
  top: 15rem;
  left: -5rem;
}
@media screen and (max-width: 1280px){
  .good_luck_title_image p:nth-child(1) {
    top: 5rem;
    left: -5%;
  }
}
@media screen and (max-width: 599px){
  .good_luck_title_image p:nth-child(1) {
    padding: 15px 20px;
    left: -6%;
  }
}
.good_luck_title_image p:nth-child(1) span {
  font-size: 48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px){
  .good_luck_title_image p:nth-child(1) span {
    font-size: 2.6rem;
  }
}
.good_luck_title_image p:nth-child(1) span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 1rem;
  background-color: #FFF;
}
@media screen and (max-width: 599px){
  .good_luck_title_image p:nth-child(1) span:after {
    margin-left: 0.5rem;
  }
}
.good_luck_title_image p:nth-child(1) small {
  font-size: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 599px){
  .good_luck_title_image p:nth-child(1) small {
    font-size: 14px;
  }
}
.good_luck_title {
  background-color: #F4F3F2;
  text-align: center;
  padding: 30px 30px 80px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px){
  .good_luck_title {
    padding: 15px 15px 30px;
    margin-bottom: 3rem;
  }
}
.good_luck_title h2 {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  line-height: 2.0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px){
  .good_luck_title h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
}
.good_luck_title h2 span {
  font-size: 3.8rem;
  display: block;
}
@media screen and (max-width: 599px){
  .good_luck_title h2 span {
    font-size: 3.0rem;
  }  
}
.good_luck_title h2 small {
  display: block;
  font-size: 1.2rem;
  color: #83807A;
  font-family: 'Georgia', serif;
  letter-spacing: 0.2rem;
  padding-top: 1rem;
}
.good_luck_title h2:after {
  content: '';
  display: block;
  width: 57px;
  height: 1px;
  background-color: #110E01;
  margin: 3rem auto 0;
}
@media screen and (max-width: 599px){
  .good_luck_title h2:after {
    margin: 2rem auto 0;
  }
}
.good_luck_title h2 + p {
  font-size: 1.7rem;
  line-height: 2.0!important;
}
@media screen and (max-width: 1054px){
  .good_luck_title h2 + p {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 899px){
  .good_luck_title h2 + p br {
    display: none;
  }
}
@media screen and (max-width: 599px){
  .good_luck_title h2 + p {
    font-size: 1.6rem;
    text-align: left;
  }
}
#good_luck_tips_page .inner {
  width: 680px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px){
  #good_luck_tips_page .inner {
    width: 90%;
    margin-bottom: 2rem;
  }
}
#good_luck_tips_page .inner p,
.this_mon_st_wrap p,
.this_mon_st_wrap ul {
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  line-height: 2.2!important;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px){
  #good_luck_tips_page .inner p,
  .this_mon_st_wrap p,
  .this_mon_st_wrap ul {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1054px){
#good_luck_tips_page .inner p br {
  display: block!important;
}
}
.ttl_good_luck_tips_01 {
  font-size: 1.6rem;
  font-family: var(--font_noto_sans);
  font-weight: 500;
  border-bottom: solid 1px #110E01;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
}
.ttl_good_luck_tips_02 {
  font-size: 1.6rem;
  font-family: var(--font_noto_sans);
  font-weight: 500;
  background-color: #F4F4F4;
  padding: 2rem 2rem 2rem 2.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.ttl_good_luck_tips_02:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 34px;
  background-color: #110E01;
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
}
@media screen and (max-width: 599px){
  .ttl_good_luck_tips_02 {
    padding: 2rem;
  }
}
.ttl_good_luck_tips_05 {
  font-size: 1.6rem;
  font-family: var(--font_noto_sans);
  font-weight: 500;
  background-color: #F4F4F4;
  padding: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.good_luck_tips_list {
  width: fit-content;
  margin-bottom: 4rem;
}
.good_luck_tips_list li {
  font-size: 1.6rem;
  color: #D7BB15;
  font-family: var(--font_noto_sans);
  font-weight: 500;
  border-bottom: dashed 1px #D7BB15;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px){
  .good_luck_tips_list {
    margin-bottom: 2rem;
  }
  .good_luck_tips_list li {
    font-size: 1.5rem;
  }  
}
.this_mon_st_wrap {
  width: 100%;
  margin: 0 auto 6rem;
  background-color: #F4F3F2;
  padding: 6rem;
}
@media screen and (max-width: 599px){
  .this_mon_st_wrap {
    padding: 4rem 2.4rem 2.4rem;
  }
}
.ttl_good_luck_tips_03 {
  font-family: var(--fontgeo);
  font-size: 3.2rem;
  color: #110E01;
  letter-spacing: 0.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.ttl_good_luck_tips_03 small {
  display: block;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
}
.ttl_good_luck_tips_03:after {
  content: '';
  display: block;
  width: 57px;
  height: 1px;
  background-color: #110E01;
  margin-top: 2rem;
}
@media screen and (max-width: 599px){
  .ttl_good_luck_tips_03 {
    font-size: 2.6rem;
    line-height: 1.4;
  } 
  .ttl_good_luck_tips_03 small {
    margin-top: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  } 
}
.ttl_good_luck_tips_04 {
  font-family: var(--font_noto_sans);
  font-size: #110E01;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  border-left:  solid 4px #110E01;
  padding-left: 1.6rem;
}
#good_luck_tips_page .list_lucky_day {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
}
#good_luck_tips_page .list_lucky_day dl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px){
  #good_luck_tips_page .list_lucky_day dl {
    margin-bottom: 3rem;
  }
}
#good_luck_tips_page .list_lucky_day dt,
#good_luck_tips_page .list_lucky_day dd {
  border-bottom: dashed 1px #666666;
  line-height: 1.8;
  padding: 1rem 0;
}
#good_luck_tips_page .list_lucky_day dt {
  flex-basis: 106px;
  font-weight: 500;
  padding-left: 0.5rem;
}
#good_luck_tips_page .list_lucky_day dd {
  flex-basis: calc(100% - 106px);
}
@media screen and (max-width: 599px){
  #good_luck_tips_page .list_lucky_day dt {
    flex-basis: 90px;
  }
  #good_luck_tips_page .list_lucky_day dd {
    flex-basis: calc(100% - 90px);
  }
}
#good_luck_tips_page .voice_profile_wrap {
  border: none;
  width: 680px;
  padding: 0;
}
#good_luck_tips_index .voice_profile_wrap {
  width: 800px;
}
@media screen and (max-width: 1280px){
  #good_luck_tips_index .voice_profile_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1054px){
  #good_luck_tips_page .voice_profile_wrap {
    width: 90%;
  }
}
#good_luck_tips_page .ttl_voice_profile {
  letter-spacing: 0.2rem;
  line-height: 1.8!important;
}
@media screen and (max-width: 599px){
  #good_luck_tips_page .ttl_voice_profile span.small {
    font-size: 1.1rem;
  }
}
#good_luck_tips_page .voice_profile_txt p {
  font-weight: 400;
  letter-spacing: 0.1rem!important;
  line-height: 2.8!important;
}
.asano_link_list {
  font-family: var(--font_noto_sans);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 2.8;
  margin-top: 2rem;
}
#good_luck_tips_index .asano_link_list {
  margin-top: 1rem;
}
.asano_link_list li {
  display: inline;
}
.asano_link_list li:after {
  content: '/';
  margin: 0 0.5rem;
}
.asano_link_list li:last-child:after {
  content: '';
}
.asano_link_list a {
  text-decoration: none!important;
}
.asano_link_list a:hover {
  color: inherit!important
}
#good_luck_tips_index .voice_profile_img {
  width: 28.75%;
}
#good_luck_tips_index .voice_profile_txt {
  width: 67%;
}
@media screen and (max-width: 599px){
  #good_luck_tips_index .voice_profile_img {
    width: 50%;
  }
  #good_luck_tips_index .voice_profile_txt  {
    width: 100%;
  }
}
#good_luck_tips_index .voice_profile_txt p {
  font-size: 1.4rem;
}
#good_luck_tips_column_footer .voice_archives_box span {
  background-color: #D7BB15!important;
  letter-spacing: 0.2rem!important;
  color: #FFF;
}
#good_luck_tips_column_footer .voice_archives_box h3 {
  font-weight: 500;
  letter-spacing: 0.2rem!important;
}
#good_luck_tips_column_footer .voice_archives_box a {
  text-decoration: none!important;
}
#good_luck_tips_column_footer .voice_archives_box a:hover {
  color: inherit!important;
}
#good_luck_tips_column_footer .inner {
  margin-bottom: 0rem!important;
}
#good_luck_tips_column_footer .voice_archives_box a:hover {
  opacity: 1!important;
}
#good_luck_tips_column_footer .voice_archives_box {
  margin-bottom: 2rem!important;
  padding-bottom: 0;
}
/* ===============================
幸運を招くヒント 記事ページ　7m
=============================== */
.good_luck_title_image7m {
  width: 100%;
}
.good_luck_title_image7m img {
  width: 100%;
}
.good_luck_title_image7m p:nth-child(1) {
  display: inline-block;
  background-color: #830086;
  color: #FFF;
  font-family: 'Georgia',serif;
  letter-spacing: 0.55rem;
  padding: 50px 55px;
  position: absolute;
  top: 15rem;
  left: -5rem;
}
@media screen and (max-width: 1280px){
  .good_luck_title_image7m p:nth-child(1) {
    top: 5rem;
    left: -5%;
  }
}
@media screen and (max-width: 599px){
  .good_luck_title_image7m p:nth-child(1) {
    padding: 15px 20px;
    left: -6%;
  }
}
.good_luck_title_image7m p:nth-child(1) span {
  font-size: 48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px){
  .good_luck_title_image7m p:nth-child(1) span {
    font-size: 2.6rem;
  }
}
.good_luck_title_image7m p:nth-child(1) span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 1rem;
  background-color: #FFF;
}
@media screen and (max-width: 599px){
  .good_luck_title_image7m p:nth-child(1) span:after {
    margin-left: 0.5rem;
  }
}
.good_luck_title_image7m p:nth-child(1) small {
  font-size: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 599px){
  .good_luck_title_image7m p:nth-child(1) small {
    font-size: 14px;
  }
}
/* 幸運を招くヒント 8月
************************************/
.good_luck_title_image.august p {
  background-color: #de700f;
}
/* 幸運を招くヒント 9月
************************************/
.good_luck_title_image.september p {
  background-color: #567549;
}
/* 幸運を招くヒント 10月
************************************/
.good_luck_title_image.october p {
  background-color: #c7160c;
}
/* 幸運を招くヒント 11月
************************************/
.good_luck_title_image.november p {
  background-color: #661a0c;
}
/* ===============================
コーディネートカテゴリ　商品リスト非表示
=============================== */
.fs-body-category-coordinate .fs-c-productList,
.fs-body-category-coordinate .fs-c-listControl__status {
  display: none!important;
}
.ttl_coordinate_01 {
  color: #110E01;
  border-top: solid 3px #110E01;
  border-bottom: solid 3px #110E01;
  font-size: 2.8rem;
  font-family: var(--fontgeo);
  font-weight: normal!important;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px){
  .ttl_coordinate_01 {
    font-size: 2.2rem;
  }
}
.ttl_coordinate_01 span {
  letter-spacing: 0.4rem!important;
  line-height: 1.4!important;
}
.ttl_coordinate_01 small {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 599px){
  .ttl_coordinate_01 small {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
.ttl_coordinate_01 span:before,
.ttl_coordinate_01 span:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #110E01;
}
.ttl_coordinate_01 span:before {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 599px){
  .ttl_coordinate_01 span:before {
    margin-bottom: 1rem;
  }
}
.ttl_coordinate_01 span:after {
  margin-top: 1.4rem;
}
/* Goog luck! 
************************************/
@media screen and (max-width: 599px) {
  #good_luck_top {
    width: calc(100% + 16px);
    margin: 0 -8px 5rem;
    padding-bottom: 0.5rem;
  }
}
#good_luck_top .inner p {
  font-family: var(--font_noto_sans);
  font-weight: 300;
  letter-spacing: 0.02rem!important;
}
.good_luck_top_title {
  width: 942px;
  display: flex;
  align-items: center;
  margin: 8rem auto 7rem;
}
.good_luck_top_title h2 {
  width: 485px;
}
.good_luck_top_title h2 + p {
  width: auto;
  color: #616161;
  font-size: 1.6rem;
  line-height: 3.6rem!important;
  letter-spacing: 0.05em;
  padding-left: 3rem;
}
@media screen and (max-width: 1280px) {
  .good_luck_top_title {
    width: 94%;
    justify-content: space-between;
  }
  .good_luck_top_title br {
    display: none;
  }
  .good_luck_top_title h2 {
    width: 48.61%;
  }
  .good_luck_top_title h2 + p {
    width: 48%;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 899px) {
  .good_luck_top_title {
    width: 90%;
    margin: 4rem auto 5rem;
  }
}
@media screen and (max-width: 599px) {
  .good_luck_top_title {
    flex-direction: column;
  }
  .good_luck_top_title h2 {
    width: 90%;
    margin-bottom: 1rem;
  }
  .good_luck_top_title h2 + p {
    width: 100%;
  }
}
.ttl_good_luck_top_01 {
  font-size: 3.0rem;
  letter-spacing: 0.4rem;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px){
  .ttl_good_luck_top_01 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
}
.ttl_good_luck_top_01 span {
  color: #D9BB10;
}
@media screen and (max-width: 599px){
  .good_luck_title h2 span {
    font-size: 2.8rem;
  }  
}
.ttl_good_luck_top_01 small {
  display: block;
  font-size: 1.8rem;
  font-family: var(--fontgeo);
  letter-spacing: 0.38rem;
}
@media screen and (max-width: 599px){
  .ttl_good_luck_top_01 small {
    font-size: 1.3rem;
  }
}
.ttl_good_luck_top_01:after {
  content: '';
  display: block;
  width: 57px;
  height: 1px;
  background-color: #110E01;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 599px){
  .ttl_good_luck_top_01:after {
    margin: 1rem auto 0;
  }
}
.ttl_good_luck_top_01 + p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.8!important;
}
.ttl_good_luck_top_01 + p br {
  display: block!important;
}
@media screen and (max-width: 1054px){
  .ttl_good_luck_top_01 + p {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 599px){
  .ttl_good_luck_top_01 + p {
    text-align: left;
  }
  .ttl_good_luck_top_01 + p br {
    display: none!important;
  }
}
.good_luck_top_box {
  width: 100%;
  border-top: solid 1px #E9E9E9;
  border-bottom: solid 1px #E9E9E9;
  padding: 4rem 5.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px){
  .good_luck_top_box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    padding: 3rem 2rem;
    margin-bottom: 4rem;
  }
}
.good_luck_top_box_img {
  width: 48.19%;
}
@media screen and (max-width: 599px){
  .good_luck_top_box_img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.good_luck_top_box_img a {
  display: flex;
  height: 100%;
}
.good_luck_top_box_img a img {
  object-fit: cover;
}
.good_luck_top_box_txt {
  width: 47.45%;
}
@media screen and (max-width: 599px){
  .good_luck_top_box_txt {
    width: 100%;
  }
}
.good_luck_top_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  align-items: center;
}
.good_luck_top_box li {
  letter-spacing: 0.2rem;
}
.good_luck_top_box li:first-child {
  display: inline-block;
  color: #FFF;
  background-color: #D7BB15;
  font-size: 1.3rem;
  margin-right: 1.6rem;
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 599px){
  .good_luck_top_box li:first-child {
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
    margin-right: .8rem;
  }
}
.good_luck_top_box li:last-child {
  font-family: var(--fontgeo);
  font-size: 1.2rem;
  color: #888680;
}
.good_luck_top_box h3 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px){
  .good_luck_top_box h3 {
    font-size: 2.0rem;
  }  
}
.good_luck_top_box h3 + p {
  font-family: var(--font_noto_sans);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2!important;
}
#good_luck_top .btn_link_good_luck_top {
  line-height: 0!important;
  margin-top: 4rem;
}
@media screen and (max-width: 599px){
  #good_luck_top .btn_link_good_luck_top {
    margin-top: 2rem;
    text-align: center;
  }
}
.btn_link_good_luck_top a {
  display: inline-block;
  font-family: var(--fontgeo);
  font-size: 1.4rem;
  color: #FFF!important;
  text-decoration: none!important;
  padding: 2.6rem 4.5rem;
  background-color: #110E01;
  border-radius: 9rem;
  letter-spacing: 0.2rem;
}
.btn_link_good_luck_top a:hover {
  color: #FFF!important;
  text-decoration: none!important;
}
.good_luck_top_2col_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 899px){
  .good_luck_top_2col_wrap {
    width: 94%;
    margin: 0 auto;
  }
}
.good_luck_top_2col_box {
  width: 48.86%;
  border: solid 8px #F5F5F5;
  margin-bottom: 2.28%;
}
@media screen and (max-width: 599px){
  .good_luck_top_2col_box {
    width: 100%;
    border: solid 5px #F5F5F5;
    margin-bottom: 1.6rem;
  }
}
.good_luck_top_2col_box a {
  text-decoration: none!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
}
@media screen and (max-width: 899px){
  .good_luck_top_2col_box a {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px){
  .good_luck_top_2col_box a {
    flex-direction: row;
    padding: 1rem;
  }
}
.good_luck_top_2col_box a:hover {
  color: inherit!important;
  text-decoration: none!important;
}
.good_luck_top_2col_box a .good_luck_top_2col_box_img {
  width: 197px;
}
@media screen and (max-width: 899px){
  .good_luck_top_2col_box a .good_luck_top_2col_box_img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px){
  .good_luck_top_2col_box a .good_luck_top_2col_box_img {
    flex: 1;
    margin-bottom: 0;
  }
}
.good_luck_top_2col_box a .good_luck_top_2col_box_img img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
@media screen and (max-width: 599px){
  .good_luck_top_2col_box a .good_luck_top_2col_box_img img {
    height: 90px;
  }
}
.good_luck_top_2col_box a .good_luck_top_2col_box_txt {
  flex: 1;
  font-family: var(--min)!important;
  font-weight: 500!important;
  font-size: 2.0rem;
  margin-left: 2.6rem;
}
@media screen and (max-width: 899px){
  .good_luck_top_2col_box a .good_luck_top_2col_box_txt {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px){
  .good_luck_top_2col_box a .good_luck_top_2col_box_txt {
    flex:2;
    font-size: 1.5rem;
    line-height: 1.6!important;
    text-align: left;
    margin-left: 1.0rem;
  }
}
.good_luck_top_2col_box a .good_luck_top_2col_box_txt span {
  font-family: var(--font_noto_sans);
  font-size: 1.3rem;
  font-weight: 300;
  display: block;
}
.good_luck_top_ranking #ranking_item_page .top_ranking_wrap {
  margin-bottom: 5rem!important;
}
@media screen and (max-width: 599px){
  .good_luck_top_ranking #ranking_item_page .top_ranking_wrap {
    margin-bottom: 0rem!important;
  }
}
/* 年齢で選ぶ革アイテム
************************************/
.fs-body-category-age .fs-l-main {
  width: 100%!important;
  max-width: 100%!important;
  padding: 0!important;
  margin-top: 0!important;
  overflow: hidden;
}
.fs-body-category-age .fs-l-pageMain {
  width: 100%!important;
  max-width: 100%!important;
}
.fs-body-category-age .l-mainColumnWrap {
  padding: 0!important;
  margin: 0!important;
}
.fs-body-category-age .fs-l-pageMain .l-mainContents .l-mainColumnWrap {
  width: 100%!important;
  max-width: 100%!important;
}
.fs-body-category-age .l-asideWrap,
.fs-body-category-age .fs-c-productList__controller,
.fs-body-category-age .fs-c-productList__list {
  display: none!important;
}
.fs-body-category-age #age_page + .fs-c-productList {
  display: none!important;
}
#age_page {
  width: 100%;
  background: url(https://morpho1995noij.itembox.design/item/age/bg_brown_03.gif);
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px){
  #age_page {
    padding-bottom: 0rem;
  }
}
#age_page h2,
#age_page h3,
#age_page h4 {
  letter-spacing: 0.5rem!important;
}
#age_page p {
  color: #dbd5d1!important;
  letter-spacing: 0.2rem!important;
}
.age_title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px){
  .age_title {
    margin-bottom: 3rem;
  }
}
.age_title_img {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px){
  .age_title_img {
    margin-bottom: 4rem;
  }
}
.age_title_img + p {
  font-size: 1.8rem;
  font-family: 500;
  line-height: 2.2!important;
}
@media screen and (max-width: 899px){
  .age_title_img + p {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px){
  .age_title_img + p br {
    display: none;
  }
  .age_title_img + p {
    font-size: 1.5rem;
  }
}
/* 年齢で選ぶ革アイテム タブ切り替え
************************************/
#age_page .tab_wrap {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px){
  #age_page .tab_wrap {
    width: 94%;
  }
}
#age_page_tab .tab_area {
  width: 902px;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px){
  #age_page_tab .tab_area {
    width: 100%;
  }
}
@media screen and (max-width: 899px){
  #age_page_tab .tab_area {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 599px){
  #age_page_tab .tab_area {
    margin: 0 0 4rem!important;
  }
}
#age_page_tab .tab_area label {
  font-family: var(--min);
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  width: 33%;
  border-radius: 9rem;
  border:solid 3px #d5cdc8;
  display: inline-block;
  padding: 2.6rem 0;
  text-align: center;
  cursor: pointer;
  transition:ease 0.2s;
}
@media screen and (max-width: 899px){
  #age_page_tab .tab_area label {
    width: 60%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 599px){
  #age_page_tab .tab_area label {
    width: 80%;
    padding: 2rem 0!important;
  }
}
#age_page_tab .tab_panel {
  width: 100%;
  display: none;
  transition-duration: 2s;
  transition-property: display;
}
#age_page_tab #tab1:checked~.tab_area .tab1_label {
  background: #d5cdc8;
  color: #3e2421;
}
#age_page_tab #tab1:checked~.tab_area .tab2_label,
#age_page_tab #tab1:checked~.tab_area .tab3_label {
  background: none;
  color: #dbd5d1;
}
#age_page_tab #tab1:checked~.panel_area #panel1 {
  display: block;
}
#age_page_tab #tab2:checked~.tab_area .tab2_label {
  background: #d5cdc8;
  color: #3e2421;
}
#age_page_tab #tab2:checked~.tab_area .tab1_label,
#age_page_tab #tab2:checked~.tab_area .tab3_label {
  background: none;
  color: #dbd5d1;
}
#age_page_tab #tab2:checked~.panel_area #panel2 {
  display: block;
}
#age_page_tab #tab3:checked~.tab_area .tab3_label {
  background: #d5cdc8;
  color: #3e2421;
}
#age_page_tab #tab3:checked~.tab_area .tab1_label,
#age_page_tab #tab3:checked~.tab_area .tab2_label {
  background: none;
  color: #dbd5d1;
}
#age_page_tab #tab3:checked~.panel_area #panel3 {
  display: block;
}
@media screen and (max-width:599px) {
  #age_page_tab .tab_area {
    margin: 0 0 3rem;
  }
  #age_page_tab .tab_area label {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 1.2rem 0;
  }
}
#age_page .ttl_age_01 {
  color: #dbd5d1;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.5rem!important;
  border-top: solid 1px #dbd5d1;
  border-bottom: dashed 1px #dbd5d1;
  margin-bottom: 5rem;
  padding: 2.6rem 0 4.6rem;
  position: relative;
}
#age_page .ttl_age_01:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  top: -0.9rem;
  left: 0;
  background-color: #dbd5d1;
}
#age_page .ttl_age_01 small {
  display: block;
  font-size: 2.2rem;
  font-family: var(--fontgeo);
  font-style: italic;
  letter-spacing: 0.2rem!important;
  margin-bottom: 1rem;
  margin-top: 0.9rem;
}
@media screen and (max-width:599px) {
  #age_page .ttl_age_01 {
    font-size: 2.2rem;
    letter-spacing: 0.3rem!important;
    margin-bottom: 2.5rem;
    padding: 0.6rem 0 1.6rem;
  }
  #age_page .ttl_age_01 small {
    font-size: 1.7rem;
  }
}
.age_pickup_box {
  width: 1140px;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1280px) {
  .age_pickup_box {
    width: 100%;
  }
}
@media screen and (max-width:899px) {
  .age_pickup_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:599px) {
  .age_pickup_box {
    margin: 0 auto 5rem;
  }
}
.age_pickup_img {
  width: 50%;
  text-align: center;
}
.age_pickup_txt{
  width: 46.49%;
  color: #dbd5d1;
  position: relative;
}
@media screen and (max-width:899px) {
  .age_pickup_img,
  .age_pickup_txt{
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .age_pickup_img {
    width: 80%;
    margin-bottom: 1rem;
  }
}
.age_series_box {
  width: 100%;
  border: solid 1px #705c59;
  margin-top: 3rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.sp.age_series_box {
  display: none;
}
@media screen and (max-width:899px) {
  .pc.age_series_box {
    display: none;
  }
  .sp.age_series_box {
    display: flex;
  }
}
@media screen and (max-width:599px) {
  .sp.age_series_box {
    display: block;
    padding: 1.4rem;
  }
}
.age_series_box div:nth-child(1) {
  width: 36%;
}
.age_series_box div:nth-child(2) {
  width: 60%;
  font-family: var(--font_noto_sans);
  font-size: 1.3rem;
  text-align: left;
  line-height: 2.0!important;
}
@media screen and (max-width:599px) {
  .age_series_box div:nth-child(1) {
    width: 46%;
    float: left;
    margin: 0 1rem 0.5rem 0;
  }
  .age_series_box div:nth-child(2) {
    width: auto;
  }
}
#age_page .age_series_box p {
  letter-spacing: 0.1rem!important;
  line-height: 2.2!important;
}
.age_series_box div:nth-child(2) p:last-child {
  text-align: right;
  margin-top: 1.6rem;
}
.age_series_box div:nth-child(2) p:last-child a {
  text-decoration: underline!important;
}
.age_series_box div:nth-child(2) p:last-child a:hover {
  text-decoration: none!important;
  color: inherit!important;
}
.ttl_age_02 {
  color: #dbd5d1;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 3.6rem 0;
  border-bottom: solid 1px #dbd5d1;
  margin-bottom: 3rem;
}
#age_20s_to_30s .ttl_age_02 {
  flex-direction: column;
}
@media screen and (max-width:599px) {
  .ttl_age_02 {
    justify-content: center;
    padding: 1.6rem 0;
    margin-bottom: 2rem;
  }
}
.ttl_age_02 span:nth-child(1) {
  font-size: 2.6rem;
  font-family: var(--fontgeo);
  text-align: center;
  padding: 0 0.5rem;
}
#age_20s_to_30s .ttl_age_02 span:nth-child(1) {
  font-size: 2.4rem;
}
#age_40s_to_50s .ttl_age_02 span:nth-child(1) { 
  white-space: nowrap;
}
.ttl_age_02 span:nth-child(1) small {
  font-family: var(--min);
  font-size: 1.6rem;
  line-height: 0!important;
}
.ttl_age_02 span:nth-child(2) {
  width: auto;
  font-size: 3.2rem;
  text-align: left;
  margin-left: 4rem;
}
#age_20s_to_30s .ttl_age_02 span:nth-child(2) {
  margin-left: 1rem;
  text-align: center;
}
@media screen and (max-width:599px) {
  .ttl_age_02 span:nth-child(1),
  #age_20s_to_30s .ttl_age_02 span:nth-child(1) {
    font-size: 1.8rem;
  }
  #age_20s_to_30s .ttl_age_02 span:nth-child(1) {
    margin-bottom: 0.6rem;
  }
  .ttl_age_02 span:nth-child(1) small {
    font-size: 1.2rem;
  }
  .ttl_age_02 span:nth-child(2) {
    font-size: 2.0rem;
    margin-left:0;
    padding-left: 1rem;
  }
  #age_20s_to_30s .ttl_age_02 span:nth-child(2) {
    margin-left: 0;
    padding: 0;
  }
  #age_40s_to_50s .ttl_age_02 span:nth-child(2) {
    padding-left: 1.4rem;
  }
  #age_40s_to_50s .ttl_age_02 span:nth-child(2) br {
    display: none;
  }
}
.age_color_list {
  font-family: var(--fontgeo);
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width:599px) {
  .age_color_list {
    text-align: center!important;
    margin: 0 auto 2rem;
  }
}
.age_color_list span:nth-child(1) {
  margin-left: 2rem;
}
@media screen and (max-width:599px) {
  .age_color_list span:nth-child(1) {
    margin-left: 1rem;
  }
}
.age_color_list span{
  display: inline-block;
  width: 25px;
  height: 25px;
  border: solid 2px #dbd5d1;
  border-radius: 90px;
  vertical-align: sub;
  margin-right: 0.6rem;
}
@media screen and (max-width:599px) {
  .age_color_list span{
    width: 22px;
    height: 22px;
  }  
}
.age_color_black {
  background-color: #000;
}
.age_color_navy {
  background-color: #12172d;
}
.age_color_taupe {
  background-color: #c8bca2;
}
.age_color_red {
  background-color: #8a252a;
}
.age_color_dark_brown {
  background-color: #3e2421;
}
.age_color_green {
  background-color: #0c6334;
}
.age_color_brown {
  background-color: #5a4d3d;
}
.age_color_blue {
  background-color: #283b42;
}
.age_pickup_price {
  font-size: 2.0rem;
  margin-bottom: 5rem;
}
.age_pickup_price small {
  font-size: 1.6rem;
}
@media screen and (max-width:599px) {
  .age_pickup_price {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .age_pickup_price small {
    font-size: 1.3rem;
  }
}
#age_page .age_pickup_txt h3 + p + p + p {
  color: #dbd5d1;
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.15rem!important;
}
.age_link_more a {
  display: inline-block;
  width: 398px;
  color: #3e2421;
  font-family: var(--font_noto_sans);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.4rem;
  border: solid 2px #dbd5d1;
  background-color: #dbd5d1;
  margin-top: 4rem;
  text-decoration: none!important;
  padding: 2.2rem 0;
}
.age_link_more a:hover {
  text-decoration: none!important;
  color: #dbd5d1;
  background-color: #3e2421;
}
@media screen and (max-width:899px) {
  .age_link_more {
    text-align: center;
  }
  .age_link_more a {
    width: 60%;
  }
}
@media screen and (max-width:599px) {
  .age_link_more {
    text-align: center;
  }
  .age_link_more a {
    width: 80%;
    margin-top: 3rem;
    padding: 1.8rem 0;
  }
}
.age_3col_wrap {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width:1280px) {
  .age_3col_wrap {
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .age_3col_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.age_3col_box {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:599px) {
  .age_3col_box {
    width: 100%;
    margin-bottom: 10rem;
  }
  .age_3col_box div:nth-child(1) {
    width: 75%;
    text-align: center;
    margin: 0 auto;
  }
}
.age_3col_box .age_pickup_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.text_wrapper {
  position: relative;
}
@media screen and (min-width:900px) {
  #age_page .show_more {
    display: none;
  }
}
@media screen and (max-width:899px) {
  #age_page .text {
    height: 90px;
    overflow: hidden;
  }
  #age_page .show_more {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 30px;
  padding: 3rem 0 6rem;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg,rgb(62, 63, 33, 0) 0%,rgb(62, 36, 33, 1) 80%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.show_more {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#age_page .active {
  background: none;
  bottom: -8rem;
}
}
#age_page .ttl_age_03 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.22rem!important;
  line-height: 1.6;
  border-bottom: solid 1px #dbd5d1;
  margin-top: 2.6rem;
  padding-bottom: 2rem;
  margin: 2.6rem 0 2.2rem;
}
.ttl_age_03 small {
  display: block;
  font-family: var(--font_noto_sans);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:599px) {
  .ttl_age_03 {
    text-align: center;
    font-size: 1.8rem;
    margin: 1.6rem 0 1.2rem;
  }
}
.age_3col_box .age_pickup_price {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.age_3col_box .age_pickup_price small {
  font-size: 1.3rem;
}
@media screen and (max-width:599px) {
  .age_3col_box .age_pickup_price {
    margin-bottom: 2rem;
  }
}
#age_page .age_3col_box .text  p {
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3!important;
  letter-spacing: 0.1rem!important;
}
#age_page .age_3col_box p.age_link_more {
  line-height: 1.8!important;
  margin-top: auto;
}
.age_3col_box .age_link_more a {
  width: 100%;
}
@media screen and (max-width:599px) {
  .age_3col_box .age_link_more a {
    width: 80%;
  }
}
/* ランキング　20210915 トップリニューアル
---------------------------------------------*/
#top_ranking {
  padding: 9rem 0 13rem!important;
}
#fs_Top #top_ranking {
  background-color: #f8f8f8!important;
}
@media screen and (max-width: 599px) {
  #top_ranking {
    padding: 5rem 0 5rem!important;
  }
}
.top_ranking_wrap {
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .top_ranking_wrap {
    margin-bottom: 0rem;
  }
}
.top_ranking_ttl_sub {
  font-size: 2.2rem;
  font-family: var(--font_noto_sans);
  font-weight: 400;
  text-align: center;
  margin-bottom: 3.6rem;
}
.top_ranking_ttl_sub span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .top_ranking_ttl_sub {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.top_ranking_ttl_sub.man {
  color: #254280;
}
.top_ranking_ttl_sub.women {
  color: #731A2E;
}
#fs_Top .top_ranking_ttl_sub.women {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  #fs_Top .top_ranking_ttl_sub.women {
    margin-top: 2rem;
  }
}
.top_ranking_ttl_sub.man span:before,
.top_ranking_ttl_sub.man span:after {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #254280;
}
.top_ranking_ttl_sub.women span:before,
.top_ranking_ttl_sub.women span:after {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #731A2E;
}
.top_ranking_box * {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
}
/*　スマホ時、ランキングの4位以下を非表示にする　*/
@media screen and (max-width: 599px) {
  .top_ranking_wrap .top_ranking_box:nth-child(4) {
    display: none;
  }
  .top_ranking_wrap .top_ranking_box:nth-child(5) {
    display: none;
  }
}
/*　スマホ時、1位を大きく表示する　*/
@media screen and (max-width: 599px) {
  .top_ranking_wrap {
    width: 94%;
    display: flex;
    justify-content: space-around!important;
    margin: 0 auto;
  }
  .top_ranking_box {
    width: 44.4%;
    text-align: center!important;
  }
  .top_ranking_box:nth-child(1) {
    width: 66.66%;
  }
}
.top_ranking_num {
  padding: 14px 16px!important;
}
#top_category .tab_area {
  margin-bottom: 0;
}
/* カテゴリ　20210922 トップリニューアル
---------------------------------------------*/
#top_category .tab_area label.tab5_label,
#top_category .tab_area label.tab6_label {
  width: auto!important;
  font-family: var(--fontbase)!important;
  font-size: 1.4rem!important;
  letter-spacing: 0.02rem;
  font-weight: 400;
  color: var(--g-color);
}
@media screen and (max-width: 599px) {
  #top_category .tab_area label.tab5_label,
  #top_category .tab_area label.tab6_label {
  letter-spacing: 0;
}
}
#top_category .tab_area label.tab5_label:hover,
#top_category .tab_area label.tab6_label:hover {
  opacity: .7;
}
#tab5:checked~.tab_area .tab5_label {
  display: none;
}
#tab5:checked~.tab_area .tab6_label {
  display: block;
}
#tab5:checked~.panel_area #panel3 {
  display: block;
}
#tab6:checked~.tab_area .tab6_label {
  display: none;
}
#tab6:checked~.tab_area .tab5_label {
  display: block;
}
#tab6:checked~.panel_area #panel4 {
  display: block;
}
/* MOREボタン 20210922 トップリニューアル
-----------------------------------------*/
.btn_more_bk a {
  display: block;
  width: 328px;
  color: #FFF;
  background-color: var(--g-color)!important;
  text-align: center;
  text-decoration: none!important;
  font-family: var(--min);
  font-size: 1.5rem;
  line-height: 1.0;
  border: solid 1px #dcdcdc;
  padding: 24px 0;
  margin: 0 auto;
}
.btn_more_bk a:hover {
  background-color: #FFF!important;
  color: var(--g-color)!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .btn_more_bk a {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
}
/* 20220620 カテゴリ追加
-----------------------------------------*/
.list_cate_icon_sp {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_sp.jpg) no-repeat 20px center;
  background-size: 54px;
  text-align: left;
  line-height: 1.2!important;
  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: 899px) {
.list_cate_icon_sp {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_sp.jpg) no-repeat center 0px;
  background-size: 54px;
  text-align: center;
}
}
/* サンクリスピンデイ
-----------------------------------------*/
.bnr_st_crispins {
  width: 70%;
}
.bnr_st_crispins p {
  font-size: 1.3rem;
  margin-top: 1rem;
}
/* 20220804　キプリスメンバーシップのご紹介
-----------------------------------------*/
.faq_after_box {
  border: solid 4px #1C355E;
  padding: 5rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
}
@media screen and (max-width: 1430px) {
  .faq_after_box {
    padding: 3rem;
  }
}
@media screen and (max-width: 775px) {
  .faq_after_box {
    flex-direction: column;
    padding: 2rem;
  }
}
#membersinfo .faq_after_box p:first-child {
  color: #1C355E;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 1430px) {
  #membersinfo .faq_after_box p:first-child {
    flex: 1;
  }
  #membersinfo .faq_after_box p:first-child br {
    display: none;
  }
  #membersinfo .faq_after_box p:last-child {
    width: fit-content;
  }
}
@media screen and (max-width: 775px) {
  #membersinfo .faq_after_box p:first-child {
    flex: auto;
    width: 100%;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 2rem;
  }
  #membersinfo .faq_after_box p:last-child {
    width: 100%;
    text-align: center;
  }
}
#membersinfo .faq_after_box p:last-child a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  display: inline-block;
  background-color: #1C355E;
  border-radius: 100vh;
  padding: 3.8rem 4.6rem;
}
@media screen and (max-width: 775px) {
  #membersinfo .faq_after_box p:last-child a {
    font-size: 1.6rem;
    padding: 1.8rem 2.6rem;
  }
}
#membersinfo .faq_after_box p:last-child a:hover {
  opacity: 1.0;
  background-color: #3667b7;
}
/* 20230403　カテゴリ追加
-----------------------------------------*/
.list_cate_icon_cardcase {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_cardcase.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_cardcase {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_cardcase.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
.list_cate_icon_passcase {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_passcase.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_icon_passcase {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_passcase.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
/* 20230613　会員限定シークレットセール
非会員が商品ページにアクセスした際に表示されるメッセージを修正
---------------------------------------------------------*/
/*#fs_form .fs-c-memberOnlyMessage h2.fs-c-memberOnlyMessage__title,
.fs-body-category-special_price .fs-c-memberOnlyMessage h2.fs-c-memberOnlyMessage__title {
  display: none;
}
#fs_form .fs-c-memberOnlyMessage .fs-c-memberOnlyMessage__button:before,
.fs-body-category-special_price .fs-c-memberOnlyMessage .fs-c-memberOnlyMessage__button:before {
  content: '会員限定シークレットセール対象商品のため、会員登録をしていただいた方のみ商品ページの閲覧が可能です。';
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font_noto_sans);
  margin: 3rem 0;
  border: solid 1px #CCC;
  padding:1.6rem;
}
#fs_form .fs-c-memberOnlyMessage .fs-c-buttonContainer a,
.fs-body-category-special_price .fs-c-memberOnlyMessage .fs-c-buttonContainer a {
  display: inline-block!important;
  padding: 2.6rem 4rem;
  border-radius: 100vh;
}
@media screen and (min-width: 800px) {
  #fs_form .fs-c-memberOnlyMessage .fs-c-button--primary,
  .fs-body-category-special_price .fs-c-memberOnlyMessage .fs-c-button--primary {
    max-width: auto;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  #fs_form .fs-c-memberOnlyMessage .fs-c-button--primary,
  .fs-body-category-special_price .fs-c-memberOnlyMessage .fs-c-button--primary {
    min-width: auto;
  }
}
#fs_form .fs-c-memberOnlyMessage .fs-c-button--primary span.fs-c-button__label:before,
.fs-body-category-special_price .fs-c-memberOnlyMessage .fs-c-button--primary span.fs-c-button__label:before {
  content:'新規会員登録・';
}*/

/* 20230802　header 検索ウィンドウ追加
-----------------------------------------*/
.header_menu_wrap {
  width: calc(100% - 360px);
  padding-left: 5rem;
}
.header_menu_utility {
  margin-left: 0;
  padding-left: 3rem;
}
.header_menu_cart {
  display: flex;
  padding-left: 5rem;
  margin-left: 0;
}
@media screen and (max-width: 1580px) {
  .header_logo_wrap {
    width: 360px;
  }
  .header_menu_wrap {
    width: calc(100% - 360px);
    padding-left: 3rem;
  }
  .header_menu_utility {
    padding-left: 4rem;
  }
  .header_menu_cart {
    min-width: 240px;
    padding-left: 4rem;

  }
}
.fs-p-searchForm input:focus {
  outline: none;
  box-shadow: none;
}
.header_search_form {
  min-width: 166px;
  margin-right: 1rem;
}
.header_search_form form,
.gnavi_list_search form {
  line-height: 1.4;
}
.header_search_form .fs-p-searchForm input {
  font-size: 1.2rem!important;
  border-bottom: solid 1px #d8d8d8;
}
.gnavi_list_search .fs-p-searchForm input {
  font-size: 1.3rem!important;
  padding: 1rem;
}
.header_search_form .fs-p-inputGroup {
  background: none;
  border: none;
  position: relative;
}
.gnavi_list_search .fs-p-inputGroup {
  border: solid 1px #D8D8D8;
  background-color: #FFF;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
}
.header_search_form .fs-p-inputGroup__button {
  color: #161616;
}
.gnavi_list_search .fs-p-inputGroup__button {
  color: #161616;
  background: none;
}
.header_search_form .fs-p-searchForm__input {
  width: 138px;
}
.header_search_form .fs-p-searchForm__button {
  width: 28px;
  height: auto;
  padding: 0;
}
.gnavi_list_search .fs-p-searchForm__button {
  width: 22px;
  height: 22px;
  padding: 0;
  overflow: visible;
}
.header_search_form .fs-p-searchForm__button::before {
  font-size: 2.8rem;
  padding: 0;
}
.gnavi_list_search .fs-p-searchForm__button::before {
  font-size: 2.2rem;
  width: 22px;
  height: 22px;
  top: -0.2rem;
  left: 0.4rem;
}
@media screen and (min-width: 980px) {
  #gnav_wrap .l-gnav li.gnavi_list_search {
    display: none;
  }
}
/* 202402 ヘッダー会員ランク表示関連
-----------------------------------------*/
@media screen and (max-width: 979px) {
  #header_wrap .shipping_free .fukusen_txt .fs-clientInfo .member_status {
    display: none!important;
  }
}
@media screen and (min-width: 980px) {
  #gnav_wrap .l-gnav .fs-clientInfo.sp_member_status {
    display: none!important;
  }
}
#gnav_wrap .l-gnav .fs-clientInfo.sp_member_status {
  color: #FFF;
  padding: 2rem 1.6rem 0 1.6rem;
  margin-top: 7rem;
  margin-bottom: -6rem;
}
#gnav_wrap .l-gnav .fs-clientInfo ul {
  border-bottom: dotted 1px #FFF;
  padding-bottom: 2rem;
}
#gnav_wrap .l-gnav .fs-clientInfo li {
  font-family: var(--font_noto_sans)!important;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#gnav_wrap .l-gnav .fs-clientInfo li:last-child {
  margin-bottom: 0;
}
.member_status.my-false {
  display: none!important;
}
#gnav_wrap .l-gnav .l-memberBlock .fs-p-cartItemNumber {
  right: -8px;
}
/* 202403 お気に入りボタン表示
-----------------------------------------*/
.fs-c-button--particular {
  color: #5c5c5c!important;
}
#fs_ProductCategory .fs-c-productList__list .fs-c-productListItem__control.fs-c-buttonContainer { 
  display: block!important;
}
#fs_ProductCategory .fs-c-productList__list .fs-c-productListItem__control.fs-c-buttonContainer .fs-c-button--viewProductDetail {
  display: none!important;
}
.fs-c-productList__list__item {
  border-bottom: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #C72937!important;
}
/* 202403 スクロール時ヘッダーメニュー固定・縮小
------------------------------------------------*/
.l-header {
  padding: 0!important;	
}
.header_fix .l-header {
  position: fixed;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .header_fix .l-header {
    padding: 0 0 8px !important;
  }
}
.header_fix .shipping_free,
.header_fix .p-headcomment,
.header_fix .header_menu_etc {
  display: none;
}
.header_fix .p-logowrapBlock .u-heading01 {
  max-width: 100px;
}
.header_fix .p-logowrapBlock {
  padding: 2.0rem 5rem 1rem 1rem;
}
@media screen and (max-width: 980px) {
  .header_fix .p-logowrapBlock {
    padding: 2.0rem 5rem 0rem 1rem;
  }
}
@media screen and (max-width: 599px) {
  .p-logowrapBlock {
      padding: 14px 10px 0px;
  }
}
@media screen and (max-width: 599px) {
  .header_fix .p-logowrapBlock {
    padding: 1.0rem 5rem 0.2rem 1rem;
  }
}
.header_fix  .header_menu_wrap {
  font-size: 12px;
}
.header_fix .gnav_list li span {
  font-size: 1.3rem;
}
@media screen and (max-width: 800px) {
.p-logowrapBlock {
    padding-bottom: 14px;
}
}
.header_fix .fs-l-main {
  padding-top: 20rem;
}
@media screen and (max-width: 599px) {
  .header_fix .fs-l-main {
    padding-top: 6rem;
  }
}
/* ===============================
フォント変更　20240403
=============================== */
/* ヘッダー・メニュー
---------------------------*/
#header_wrap h1,
#header_wrap h2,
#header_wrap h3,
#header_wrap p,
#header_wrap li {
  font-weight: 400;
  font-family: var(--fontbase);
}
.l-gnav {
  font-family: var(--fontbase);
}
.l-gnav li a span {
  font-weight: 400;
}
.l-gnav.open .l-flexBlock li a {
  font-weight: 400;
}
.gnav_list li span {
  letter-spacing: 0.05em;
}
.gnav_list > li {
  font-weight: 400;
}
.gnav_list > li a {
  font-weight: 400;
}
.gnav_list > li ul li {
  font-weight: 400;
}
/* サイドメニュー
---------------------------*/
.fs-p-searchForm span {
  font-weight: 400;
}

/* 商品詳細
---------------------------*/
.fs-c-breadcrumb {
  font-weight: 400;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 * {
  font-weight: 400;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productNameHeading {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.8rem;
}
.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
  margin-bottom: 1rem;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-variationRadioList__name__name {
  font-weight: 400;
}
.fs-c-productOption__comment {
  margin-bottom: 1.6rem;
}
.fs-c-productReview *,
.l-mainClumn--productsDetail * {
  font-weight: 400;
}
.p-orgComment {
  font-weight: 400;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .fs-p-productDescription {
  font-weight: 400;
}
.cordovan_series_page_intro h3 {
  font-weight: 400;
}
.gift_ttl {
  font-weight: 400;
}
.cordovan_leather_txt h3, .cordovan_leather_txt h4 {
  font-weight: 400;
}
.cordovan_leather_txt p {
  font-weight: 400;
}
.top_buyer_txt p {
  font-family: var(--fontbase);
  font-weight: 400;
}
.link_arrow a { 
  font-family: var(--fontbase);
  font-weight: 400;
}
/* フッター
---------------------------*/
.top_info_3col_box p {
  font-weight: 400;
}
.top_ttl_buyer {
  font-weight: 400;
}
/* フリーページ
---------------------------*/
.title_voice h2,
.ttl_voice_archives {
  font-family: var(--font_libre) !important;
}
.yomimono_column_wrapper h2 {
  font-family: var(--fontbase);
}
/* その他
---------------------------*/
#fs_ProductCategory #money_clip_page .money_clip_lead p {
  font-family: var(--fontbase) !important;
  font-weight: 400!important;
}
#fs_ProductCategory #money_clip_page .fold_2col_box h3 {
  font-weight: 400 !important;
}
.top_ttl_01 span {
  font-weight: 400;
}
#fs_ProductCategory #fold_wallet_page .fold_2col_box h3 {
  font-weight: 400 !important;
}
#fs_ProductCategory #mens_longwallet_wrap .longwallet_ttl_review {
  font-weight: 400 !important;
}
#fs_ProductCategory #bag_cate_page .bag_cate_ttl_01 {
  font-family: var(--fontbase)!important;
  font-weight: 400!important;
}
#fs_ProductCategory #bag_cate_page p.bag_cate_3col_txt {
  font-family: var(--fontbase)!important;
  font-weight: 400!important;
}
#fs_ProductCategory #bag_cate_page .bag_cate_ttl_03 + p {
  font-family: var(--fontbase)!important;
  font-weight: 400!important;
}
#fs_ProductCategory #bag_cate_page .bag_cate_ttl_03 {
  font-weight: 400 !important;
}
#fs_ProductCategory #bag_cate_page .bag_lead p {
  font-family: var(--fontbase)!important;
  font-weight: 400!important;
}
#fs_ProductCategory .other_le_goods_box li {
  font-weight: 400;
}
#fs_ProductCategory  #bag_page .bag_type_wrap li {
  font-family: var(--fontbase)!important;
}
#fs_ProductCategory #bag_page h3 {
  font-family: var(--font_libre)!important;
}
#fs_ProductCategory #bag_page .bag_2col_txt p {
  font-family: var(--fontbase)!important;
}
#fs_ProductCategory .belt_intro_ttl h2 small {
  font-family: var(--font_noto_serif)!important;
}
#belt_tab_area .tab_area label {
  font-family: var(--fontbase)!important;
}
.belt_ttl_02 {
  font-family: var(--fontbase)!important;
}
.belt_ttl_02 small {
  font-family: var(--font_libre)!important;
}
.belt_ttl_03 {
  font-family: var(--fontbase)!important;
}
#belt_page .belt_new_item_txt h3 small {
  font-family: var(--fontbase)!important;
}
.series_banner_ttl {
  font-family: var(--font_libre);
}
#fs_ProductCategory #bridle_page .cordovan_care_item_txt h3 {
  font-weight: 400!important;
}
#fs_ProductDetails #ai_reco_for_you .flywheel-recommend__frame .fs-p-heading--lv2 {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
}
/* 202405 スクロール時ポイントアップバナー非表示
------------------------------------------------*/
.header_fix #header_point_area {
  display: none;
}
/* 202406 ヘッダーグローバルメニュー
------------------------------------------------*/
@media screen and (max-width: 980px) {
  #l_gnav_wallet_acce_menu_order ul.p-children {
    display: flex;
    flex-direction: column;
  }
#l_gnav_wallet_acce_menu_order ul.p-children .order_01 {
  order: 1;
}
#l_gnav_wallet_acce_menu_order ul.p-children .order_02 {
  order: 2;
}
#l_gnav_wallet_acce_menu_order ul.p-children .order_03 {
  order: 3;
}
#l_gnav_wallet_acce_menu_order ul.p-children .order_04 {
  order: 4;
}
#l_gnav_wallet_acce_menu_order ul.p-children .order_05 {
  order: 5;
}
.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem.order_05 {
  border-bottom: none;
}
}
/* 202505 シリーズページ ケア動画2言語2カラム
------------------------------------------------*/
.care_movie_2colwrap {
    display: flex;
    margin-top: 10rem;
    justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .care_movie_2colwrap {
    margin-top: 8rem;
    flex-direction: column;
  }
}
.care_movie_2colbox {
  padding-bottom: 26.125%;
  width: 48%;
  height: 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .care_movie_2colbox {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 8rem;
  }
}
.ttl_care_movie_2colbox {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  top: -4rem;
  line-height: 1.5em!important;
  letter-spacing: 0.03em!important;
  overflow: hidden;
}
.ttl_care_movie_2colbox span {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 0.5em;
  text-align: center;
}
.ttl_care_movie_2colbox span:before,
.ttl_care_movie_2colbox span:after {
  position: absolute;
  content: '';
  top: 50%;
  width: 400%;
  height: 1px;
  background-color: #dcdcdc;
}
.ttl_care_movie_2colbox span:before {
  right: 100%;
}
@media screen and (max-width: 599px) {
  .ttl_care_movie_2colbox {
    font-size: 1.6rem;
    letter-spacing: 0.02em!important;
  }
}
.care_movie_2colbox iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}




