
@charset 'utf-8';

/*ゴシック*/

@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP'),
    local('NotoSansJP-Regular'),
    url('../fonts/jp/NotoSansJP-Regular.woff2') format('woff2'),
    url('../fonts/jp/NotoSansJP-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP'),
    local('NotoSansJP-Medium'),
    url('../fonts/jp/NotoSansJP-Medium.woff2') format('woff2'),
    url('../fonts/jp/NotoSansJP-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP'),
    local('NotoSansJP-Bold'),
    url('../fonts/jp/NotoSansJP-Bold.woff2') format('woff2'),
    url('../fonts/jp/NotoSansJP-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP'),
    local('NotoSansJP-Black'),
    url('../fonts/jp/NotoSansJP-Black.woff2') format('woff2'),
    url('../fonts/jp/NotoSansJP-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/*明朝*/

@font-face {
  font-family: 'Noto Serif JP';
  src: local('Noto Serif JP'),
    local('NotoSerifJP-Regular'),
    url('../fonts/jp/NotoSerifJP-Regular.woff2') format('woff2'),
    url('../fonts/jp/NotoSerifJP-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';
  src: local('Noto Serif JP'),
    local('NotoSerifJP-Medium'),
    url('../fonts/jp/NotoSerifJP-Medium.woff2') format('woff2'),
    url('../fonts/jp/NotoSerifJP-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';
  src: local('Noto Serif JP'),
    local('NotoSerifJP-SemiBold'),
    url('../fonts/jp/NotoSerifJP-SemiBold.woff2') format('woff2'),
    url('../fonts/jp/NotoSerifJP-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';
  src: local('Noto Serif JP'),
    local('NotoSerifJP-Bold'),
    url('../fonts/jp/NotoSerifJP-Bold.woff2') format('woff2'),
    url('../fonts/jp/NotoSerifJP-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';
  src: local('Noto Serif JP'),
    local('NotoSerifJP-Black'),
    url('../fonts/jp/NotoSerifJP-Black.woff2') format('woff2'),
    url('../fonts/jp/NotoSerifJP-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.fg_r{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fg_m{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fg_b{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fg_bl{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fm_r{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}

.fm_m{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
}

.fm_sb{
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-style: normal;
}

.fm_b{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-style: normal;
}

.fm_bl{
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-style: normal;
}


.shop_item_detail_content .shop_item_detail_detail_block .shop_item_detail_about_wrap .shop_item_detail_about_text_more_btn span:after{
  content: "続きを表示する";
}

.shop_item_detail_content .shop_item_detail_detail_block .shop_item_detail_about_wrap .shop_item_detail_about_text_more_btn.active span:after{
  content: "続きを閉じる";
}
