@charset "UTF-8";
/* キャンペーン共通 テキスト版ヘッダー
-------------------------------------------------- */
.cp_hero_area {
  position: relative;
  width: 100%;
  height: 46.6666666667vw;
}
.cp_hero_area .cp_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cp_hero_area .cp_copy_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.cp_hero_area .cp_copy_wrap {
  position: relative;
  padding: 0 15px;
  max-width: 90%;
}
.cp_hero_area .cp_copy_wrap + .cp_copy_wrap {
  margin-top: 8px;
}
.cp_hero_area .cp_copy_wrap .cp_copy {
  position: relative;
  text-align: left;
}
.cp_hero_area .cp_copy_wrap .cp_copy * + * {
  margin-top: 4px;
}
.cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  display: block;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
[lang=ja-jp] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
[lang=en-us] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=zh-cn] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-family: tensentype-jiali-yuan, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=zh-tw] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-family: tensentype-jiali-yuan, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=ko-kr] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-family: gulim, sans-serif;
  font-weight: 600;
  font-style: normal;
}
[lang=ja-jp] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy, [lang=en-us] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  line-height: 1.3;
}
[lang=zh-cn] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy, [lang=zh-tw] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy, [lang=ko-kr] .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  line-height: 1.4;
}
.cp_hero_area .cp_copy_wrap .cp_copy .maincopy + .maincopy {
  margin-top: 0;
}
.type_big_sale .cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  font-size: 28px;
}
.cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
[lang=ja-jp] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
[lang=en-us] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=zh-cn] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-family: tensentype-jiali-yuan, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=zh-tw] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-family: tensentype-jiali-yuan, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
}
[lang=ko-kr] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-family: gulim, sans-serif;
  font-weight: 600;
  font-style: normal;
}
[lang=ja-jp] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy, [lang=en-us] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  line-height: 1.3;
}
[lang=zh-cn] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy, [lang=zh-tw] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy, [lang=ko-kr] .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  line-height: 1.4;
}
.cp_hero_area .cp_copy_wrap .cp_copy .subcopy + .subcopy {
  margin-top: 0;
}
.type_big_sale .cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  font-size: 22px;
}
.cp_hero_area .cp_copy_wrap .cp_date {
  position: relative;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
  padding: 0.4em 0.6em 0.3em;
  background: rgba(34, 2, 0, 0.3);
  border-radius: 5px;
  text-align: left;
}

.cp_tw_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1da1f2;
  box-shadow: 1px 1px 0 #00629f;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  transition: ease 0.1s;
}
.cp_tw_icon:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cp_tw_icon::before {
  content: "\f099";
  color: #fff;
  padding-right: 0;
  font-family: "Font Awesome 5 Brands";
  font-size: 17px;
}

/* 他CP誘導バナー
---------------------------------------------- */
.other_link_cp_text {
  text-align: center;
  margin-top: 24px;
}
.other_link_cp_text span {
  font-size: 17px;
  font-weight: bold;
}
.other_link_cp_text p {
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
}
.other_link_cp_text p span {
  font-weight: bold;
  padding: 0 5px;
  font-size: 15px;
}

.other_link_cp {
  width: 95%;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
.other_link_cp img {
  width: 100%;
}
.other_link_cp.type_multiple {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 8px;
}
.other_link_cp.type_multiple a {
  flex: 0 1 48%;
}

/* ジャンルCP
-------------------------------------------------- */
/* 既存スタイル上書き
---------------------------------------------- */
.cp_container .main_lead_01,
.cp_container ~ .search_results .main_lead_01 {
  border-top: 1px solid #c5cee0;
}

[class*=style_girls] .cp_container .main_lead_01,
[class*=style_girls] .cp_container ~ .search_results .main_lead_01 {
  border-top: 1px solid #dbc1ce;
}

.cp_container ~ .search_results .option_container {
  padding-bottom: 0;
}

.cp_container ~ .search_results .refineTable_item_title {
  width: 5em;
}

/* 基本デザイン
---------------------------------------------- */
/* girlsのフロア切り替え
---------------------------------------------- */
.cp_floor_switch {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding: 0 5px 6px;
  margin: 10px 0 1px;
}

.cp_floor_switch_item,
a.cp_floor_switch_item {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: #eee;
  color: #666;
  margin-right: 1px;
  border-radius: 6px 6px 0 0;
}

.cp_floor_switch_item.selected,
a.cp_floor_switch_item.selected {
  color: #fff;
  font-weight: bold;
  height: 45px;
  line-height: 50px;
  pointer-events: none;
}

.cp_floor_switch_item.type_bl.selected {
  background: #9a78d2;
}

.cp_floor_switch_item.type_tl.selected {
  background: #ea8aa3;
}

.cp_floor_switch_item.selected::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  content: "";
}

.cp_floor_switch_item.type_bl.selected::after {
  background: #9a78d2;
}

.cp_floor_switch_item.type_tl.selected::after {
  background: #ea8aa3;
}

/* フロアスイッチ
---------------------------------------------- */
.cp_floor_switch_item {
  display: table-cell;
  vertical-align: top;
}

.cp_floor_switch_item:not(:first-child) {
  border-left: 1px solid #e6eaf2;
}

/* 複数行ベース */
.cp_floor_switch_item a {
  display: block;
  height: 40px;
  color: #536280;
  background-color: transparent;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  line-height: 40px;
  white-space: nowrap;
}

.cp_floor_switch_item a:hover {
  background: #e6eaf2;
}

#left .cp_floor_switch_item a:hover {
  text-decoration: none;
}

.cp_floor_switch_item.current a,
.cp_floor_switch_item.current a:hover {
  background-color: #fa9900;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.cp_floor_switch_item.current,
.cp_floor_switch_item.current + .cp_floor_switch_item {
  border-left: none;
}

/* 検索
---------------------------------------------- */
.cp_search {
  display: table;
  width: 100%;
}

/* ----- フォーム ----- */
.cp_search_form {
  display: table-cell;
  width: 118px;
  height: 30px;
  padding: 4px;
  border: 1px solid #b8c3d9;
  border-right: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  vertical-align: top;
  transition: all 0.3s ease;
}

.cp_search_form:focus {
  border-color: #67a6e6;
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(103, 166, 230, 0.6);
}

/* ----- ボタン ----- */
.cp_btn_search {
  display: table-cell;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 0;
  padding: 30px 0 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background: #607194;
  vertical-align: top;
  cursor: pointer;
}

.cp_btn_search:hover {
  background: #536280;
}

.cp_btn_search:focus {
  outline: none;
}

/* 検索アイコン */
.cp_btn_search::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "dlsite-icons";
  color: #fff;
  font-size: 16px;
  content: "\e914";
}

/* フィルタリング
---------------------------------------------- */
.cp_filter_list {
  font-size: 0;
}

.cp_filter_item {
  background: #e6eaf2;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0 5px;
  border-radius: 4px;
  margin: 0 4px 4px 0;
  text-decoration: none;
  color: #536280;
  font-size: 11px;
  cursor: pointer;
  box-sizing: border-box;
}

.cp_filter_list.fullwidth .cp_filter_item {
  width: 100%;
  margin: 0 0 4px 0;
}

.cp_filter_item:hover {
  background: #f5f7fa;
}

.cp_filter_item.selected {
  background: #fa9900;
  color: #fff;
  font-weight: bold;
}

.cp_filter_item.selected:hover {
  background: #fa0;
}

/* 既存UIのスタイル上書き（キャンペーンのスタイルに合わせるため）
---------------------------------------------- */
.cp_filter_list + .refine_price input[type=text] {
  width: 38px;
  padding: 2px;
  border-radius: 1px;
  border: 1px solid #b8c3d9;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.cp_filter_list + .refine_price input[type=text]:focus {
  border-color: #67a6e6;
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(103, 166, 230, 0.6);
}

.cp_filter_list + .refine_price input[type=submit] {
  background: #607194;
  color: #fff;
  border: none;
  border-radius: 3px;
}

.cp_filter_list + .refine_price input[type=submit]:hover {
  background: #536280;
}

.cp_filter_list + .refine_price input[type=submit]:focus {
  outline: none;
}

/* キャンペーンヘッダー
---------------------------------------------- */
/* ジャンル別割引キャンペーンヘッダー
-------------------------------------------------- */
.genre_header .genre_hero {
  position: relative;
  background-size: contain;
  padding: 23px 8px;
}

/* 汎用：ノーマル */
[class*=type_00] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #0080e2), url(/modpub/images/campaign/common/genre/student_202103/campaign_header_type00_touch.png) no-repeat right bottom;
}

/* 汎用：宇宙 */
[class*=type_01] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.4), #313d6b), url(../../images/campaign/common/genre/campaign_header_type01_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 汎用：虹 */
[class*=type_02] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #0170bd), url(../../images/campaign/common/genre/campaign_header_type02_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* いちゃいちゃ・純愛 */
[class*=type_03] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #e18787), url(/modpub/images/campaign/common/genre/pure_love_202110/campaign_header_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* ファンタジー */
[class*=type_04] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #508caf), url(/modpub/images/campaign/common/genre/fantasy_202110/campaign_header_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 男性受け */
[class*=type_05] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #a751d5), url(/modpub/images/campaign/common/genre/Submissive_Male_202110/campaign_header_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 褐色金髪ロリ作品 */
[class*=type_06] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #5b01bd), url(../../images/campaign/common/genre/campaign_header_type06_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* ファンタジーキャラ */
[class*=type_07] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #bd0135), url(../../images/campaign/common/genre/campaign_header_type07_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* えっちなお姉さん */
[class*=type_08] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #0170bd), url(../../images/campaign/common/genre/campaign_header_type08_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* JK・学生 */
[class*=type_09] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #bd0135), url(https://www.dlsite.com/modpub/images/campaign/common/genre/jk_202007/campaign_header_type09_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* お姉さんのおっぱい */
[class*=type_10] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #7f45af), url(https://www.dlsite.com/modpub/images/campaign/common/genre/onesannooppai_202010/campaign_header_type10_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 学生系 */
[class*=type_11] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #bd0135), url(/modpub/images/campaign/common/genre/student_202103/campaign_header_type11_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 複数PLAY系 */
[class*=type_12] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #8435c5), url(/modpub/images/campaign/common/genre/orgy_202104/campaign_header_type12_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 乳首責め系 */
[class*=type_13] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #e79212), url(/modpub/images/campaign/common/genre/nipple_202104/campaign_header_type13_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* ワンコイン */
[class*=type_14] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #5b01bd), url(/modpub/images/campaign/common/genre/onecoin_202109/campaign_header_type14_touch.png) no-repeat right bottom;
  background-size: cover;
}

/* 同人indie live expo winter 2021 合わせキャンペーンの開催 */
[class*=type_15] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #579ff9), url(/modpub/images/campaign/doujin_sale_2111/bn_mainpic_sp_lang_all.png) no-repeat right bottom;
  background-size: cover;
}

/* みんなで翻訳 翻訳作品まとめ(まとめ買いテンプレで表示) */
[class*=type_16] .genre_hero {
  background: linear-gradient(to left, rgba(185, 94, 94, 0.3), #b95e5e), url(/modpub/images/campaign/minhon_translatable/bn_mainpic_sp_lang_all.png) no-repeat right bottom;
  background-size: cover;
}

/* ロリ */
[class*=type_17] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #8bbed1), url(/modpub/images/campaign/genre_2204/lori/bn_mainpic_lori_lang_all.png) no-repeat right bottom;
  background-size: cover !important;
}

/* マダム */
[class*=type_18] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #8d71c3), url(/modpub/images/campaign/genre_2204/madamu/bn_mainpic_madamu_sp_lang_all.png) no-repeat right bottom;
  background-size: cover !important;
}

/* らぶらぶあまあま */
[class*=type_19] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #e532b6), url(/modpub/images/campaign/genre_2204/love/bn_mainpic_love_sp_lang_all.png) no-repeat right bottom;
  background-size: cover !important;
}

/* NTR */
[class*=type_20] .genre_hero {
  background: linear-gradient(to left, rgba(49, 61, 107, 0.3), #333), url(/modpub/images/campaign/genre_2204/ntr/bn_mainpic_ntr_sp_lang_all.png) no-repeat right bottom;
  background-size: cover !important;
}

.genre_header .genre_logo {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.genre_header .genre_logo span {
  letter-spacing: 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.genre_header .catch_copy {
  color: #fff;
  width: auto;
  display: inline-block;
}

.catch_copy span {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 10px;
  border-radius: 10px;
  display: inline-block;
}

.catch_copy span:last-child {
  margin-top: 6px;
}

@-webkit-keyframes bg_packages {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4980px);
            transform: translateX(-4980px);
  }
}

@keyframes bg_packages {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4980px);
            transform: translateX(-4980px);
  }
}
.cp_header {
  position: relative;
  /* height: 130px;
  line-height: 130px; */
  text-align: center;
}

.cp_header h1 {
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 0;
  /* padding-top: 130px; */
  text-align: center;
}

.genre_header .cp_twitter {
  top: 60px;
}

/* キャンペーンヘッダー下の余白調整（comipo） */
.style_comic .home_box .box_header_comipo.margin_close_comipo:first-child {
  margin-top: 0;
}

/* フロア切り替えリンク
---------------------------------------------- */
.cp_search_wrap .main_lead_01 {
  display: flex;
  height: auto;
  line-height: 1.3;
  align-items: center;
  padding: 8px;
}

.cp_floor_link {
  display: flex;
  margin-left: auto;
  border-left: solid 1px #ddd;
}

a.cp_floor_link_item {
  display: block;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  box-sizing: border-box;
  color: #fff;
}

a.cp_floor_link_item.type_g_rated {
  background: #64b400;
}

a.cp_floor_link_item.type_adult {
  background: #ea7b98;
}

a.cp_floor_link_item.type_bl {
  background: #9a78d2;
}

a.cp_floor_link_item.type_tl {
  background: #ea8aa3;
}

a.cp_floor_link_item:not(:first-child) {
  margin-left: 4px;
}

/* キャンペーン用オススメ作品
---------------------------------------------- */
.cp_push_container {
  overflow: hidden;
  position: relative;
}

.cp_push_slide {
  overflow-x: auto;
  padding: 15px 0 10px;
  -webkit-overflow-scrolling: touch;
}

/* ----- キャンペーン用オススメ作品リスト ----- */
.cp_work_list {
  display: flex;
  font-size: 0;
  white-space: nowrap;
  padding: 0 10px;
}

.cp_work_item {
  display: inline-block;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  position: relative;
  height: auto;
  font-size: 12px;
  width: 165px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  vertical-align: top;
  white-space: normal;
}

/* 2列表示の時 */
.cp_work_list.spot_cp_work_list {
  margin-top: 15px;
}

/* ----- ランキング ----- */
.cp_rank_num {
  position: absolute;
  left: 50%;
  top: -5px;
  z-index: 10;
  width: 36px;
  height: 48px;
  margin-left: -88px;
  background: url(https://www.dlsite.com/modpub/images/campaign/common/pic_medal_01.png) no-repeat 0 -150px;
  background-size: cover;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.similarlp_container .cp_rank_num {
  left: 70%;
}

.cp_rank_01 .cp_rank_num {
  background-position: 0 0;
}

.cp_rank_02 .cp_rank_num {
  background-position: 0 -50px;
}

.cp_rank_03 .cp_rank_num {
  background-position: 0 -100px;
}

/* ----- 画像 ----- */
.cp_work_img {
  display: block;
  margin-bottom: 5px;
}

/* ビューエリア */
.cp_img_body {
  display: block;
  position: relative;
  width: 100%;
  border: solid 1px #eee;
  box-sizing: border-box;
  background: #fff;
}

.cp_img_body img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.cp_img_body::before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: "";
}

/* ----- サンプルコントローラー ----- */
.cp_img_controller {
  padding: 4px;
  box-sizing: border-box;
  background: #eee;
}

.cp_controller_list::after {
  display: block;
  clear: both;
  content: "";
}

.cp_controller_item {
  float: left;
  position: relative;
  width: 23.5%;
  background: #fff;
  cursor: pointer;
}

.cp_controller_item::before {
  display: block;
  padding-top: 100%;
  content: "";
  width: 100%;
}

.cp_controller_item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: solid 1px transparent;
  transition: all 0.2s ease;
  content: "";
}

.cp_controller_item.current {
  cursor: default;
}

.cp_controller_item.current::after {
  background: rgba(0, 0, 0, 0);
  border-color: #ffc801;
}

.cp_controller_item:hover::after {
  background: rgba(0, 0, 0, 0);
}

.cp_controller_item:not(:first-child) {
  margin-left: 2%;
}

.cp_controller_item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

/* ----- 作品情報 ----- */
.cp_work_info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: 5px;
}

/* 作品名 */
.cp_work_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 31.8px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* メーカー名 */
.cp_maker_name {
  margin-top: auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
}

.cp_maker_name a {
  color: #06c;
}

/* 価格・ポイント */
.cp_work_value {
  margin-top: 4px;
  font-size: 11px;
}

/* 価格 */
.cp_work_price {
  font-weight: 700;
  color: #c00;
  font-family: sans-serif;
}

.cp_work_price .strike {
  color: #666;
  font-weight: normal;
  text-decoration: line-through;
  font-family: sans-serif;
  padding-left: 4px;
}

/* ポイント */
.cp_work_point {
  font-weight: bold;
  color: #093;
}

.cp_reduction_rate {
  font-weight: normal;
  padding-left: 2px;
}

/* 割引アイコン */
.cp_work_deals {
  font-size: 0;
  margin-top: 4px;
}

.cp_work_deals [class*=icon_] {
  width: 100%;
  height: 17px;
  margin: 0;
  line-height: 15px;
}

/* ボタン */
.cp_btn_box {
  padding-top: 6px;
}

.cp_btn_box::after {
  display: block;
  clear: both;
  content: "";
}

.cp_btn_box .btn_cart,
.cp_btn_box .btn_favorite {
  float: left;
  margin: 0;
}

.cp_btn_box .btn_cart {
  margin-right: 5px;
}

.scrollList.multiline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 80px;
  padding: 3px 8px 8px;
}

.scrollList.multiline .scrollList_item {
  text-align: center;
  margin-top: 5px;
}

/* リボン */
.cp_ribbon {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: -2px;
  left: -2px;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

/* 専売、予約 */
.ribbon[class*=type_exclusive],
.ribbon.type_english,
.ribbon.type_new,
.ribbon.type_reserve {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 0;
  padding-top: 40px;
  font-size: 0;
  background-image: url(/modpub/images/web/common/icon_sale_status_01.png);
  background-size: cover;
  content: "";
}

.ribbon.type_exclusive_01 {
  background-position: 0 0;
} /* 専売 */
.ribbon.type_exclusive_02 {
  background-position: 0 -40px;
} /* 先行 */
.ribbon.type_exclusive_03 {
  background-position: 0 -80px;
} /* 独占 */
.ribbon.type_exclusive_04 {
  background-position: 0 -120px;
} /* 独占先行 */
.ribbon.type_english {
  background-position: 0 -200px;
} /* English ver */
.ribbon.type_new {
  background-position: 0 -280px;
} /* NEW */
.ribbon.type_reserve {
  background-position: 0 -320px;
} /* 予約 */
.ribbon.type_quantity {
  background-position: 0 -360px;
} /* 数量限定 */
/* 簡体字 */
html:lang(zh-cn) .ribbon.type_exclusive_01 {
  background-position: 0 -400px;
} /* 専売 */
html:lang(zh-cn) .ribbon.type_exclusive_02 {
  background-position: 0 -440px;
} /* 先行 */
html:lang(zh-cn) .ribbon.type_exclusive_03 {
  background-position: 0 -480px;
} /* 独占 */
html:lang(zh-cn) .ribbon.type_exclusive_04 {
  background-position: 0 -520px;
} /* 独占先行 */
html:lang(zh-cn) .ribbon.type_reserve {
  background-position: 0 -560px;
} /* 予約 */
html:lang(zh-cn) .ribbon.type_quantity {
  background-position: 0 -600px;
} /* 数量限定 */
/* 繁体字 */
html:lang(zh-tw) .ribbon.type_exclusive_01 {
  background-position: 0 -640px;
} /* 専売 */
html:lang(zh-tw) .ribbon.type_exclusive_02 {
  background-position: 0 -680px;
} /* 先行 */
html:lang(zh-tw) .ribbon.type_exclusive_03 {
  background-position: 0 -720px;
} /* 独占 */
html:lang(zh-tw) .ribbon.type_exclusive_04 {
  background-position: 0 -760px;
} /* 独占先行 */
html:lang(zh-tw) .ribbon.type_reserve {
  background-position: 0 -800px;
} /* 予約 */
html:lang(zh-tw) .ribbon.type_quantity {
  background-position: 0 -840px;
} /* 数量限定 */
/* 韓国語 */
html:lang(ko-kr) .ribbon.type_exclusive_01 {
  background-position: 0 -880px;
} /* 専売 */
html:lang(ko-kr) .ribbon.type_exclusive_02 {
  background-position: 0 -920px;
} /* 先行 */
html:lang(ko-kr) .ribbon.type_exclusive_03 {
  background-position: 0 -880px;
} /* 独占 */
html:lang(ko-kr) .ribbon.type_exclusive_04 {
  background-position: 0 -960px;
} /* 独占先行 */
html:lang(ko-kr) .ribbon.type_reserve {
  background-position: 0 -1000px;
} /* 予約 */
html:lang(ko-kr) .ribbon.type_quantity {
  background-position: 0 -1040px;
} /* 数量限定 */
/* 英語 */
html:lang(en-us) .ribbon.type_exclusive_01 {
  background-position: 0 -160px;
} /* 専売 */
html:lang(en-us) .ribbon.type_exclusive_02 {
  background-position: 0 -160px;
} /* 先行 */
html:lang(en-us) .ribbon.type_exclusive_03 {
  background-position: 0 -160px;
} /* 独占 */
html:lang(en-us) .ribbon.type_exclusive_04 {
  background-position: 0 -160px;
} /* 独占先行 */
html:lang(en-us) .ribbon.type_reserve {
  background-position: 0 -1080px;
} /* 予約 */
html:lang(en-us) .ribbon.type_quantity {
  background-position: 0 -1120px;
} /* 数量限定 */
/* 英語サイト */
.style_eng .ribbon.type_exclusive_01, .style_ecchieng .ribbon.type_exclusive_01 {
  background-position: 0 -160px;
} /* 専売 */
.style_eng .ribbon.type_exclusive_02, .style_ecchieng .ribbon.type_exclusive_02 {
  background-position: 0 -160px;
} /* 先行 */
.style_eng .ribbon.type_exclusive_03, .style_ecchieng .ribbon.type_exclusive_03 {
  background-position: 0 -160px;
} /* 独占 */
.style_eng .ribbon.type_exclusive_04, .style_ecchieng .ribbon.type_exclusive_04 {
  background-position: 0 -160px;
} /* 独占先行 */
/* ----- 検索条件のリセット -----*/
.btn_01.cp_option_reset {
  border-bottom: solid 1px #ccc;
  padding: 8px 12px;
  background: #f5f5f5;
}

.btn_01.cp_option_reset a {
  display: block;
  height: 32px;
  box-sizing: border-box;
  box-shadow: 0 -2px 0 #aaa inset, -1px 0 0 #ccc inset, 1px 0 0 #ccc inset, 0 1px 0 #ccc inset;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  width: auto;
  letter-spacing: normal;
  color: #777;
}

/* ソート */
.cp_status_select {
  display: flex;
  border-bottom: solid 1px #ddd;
}

.cp_status_select .sort_type {
  flex: 1 1 auto;
  padding: 0;
  margin: 8px;
}

.cp_status_select .sort_type .ranking_option {
  margin: 0;
}

.cp_status_select .sort_type .ranking_option .ranking_option_item {
  margin: 0;
}

.sort_slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sort_list {
  display: flex;
  overflow-x: auto;
  width: calc(100% - 16px);
  height: 36px;
  margin: 8px;
  -webkit-overflow-scrolling: touch;
}

.sort_list_item {
  flex-shrink: 0;
  font-size: 12px;
}

.sort_list_item a {
  display: block;
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  color: #536280;
  box-sizing: border-box;
}

.sort_list_item.selected a {
  color: #fa8c1e;
  border-bottom: solid 3px #fa8c1e;
}

.refineTable_item_box {
  position: relative;
}

.refineTable_item_box::after,
.sort_slide::after {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 8px;
  background: url(/images/web/common/icon_sort_arrow_touch.png) no-repeat 0 0;
  background-size: contain;
  content: none;
}

/* 表示形式 */
.cp_status_select .display_type {
  flex-shrink: 0;
  border-left: solid 1px #ddd;
  margin-left: auto;
}

.cp_status_select .display_type .choices_list {
  margin: 8px;
}

.cp_status_select .choices_list .choices_item > a {
  border-radius: 0;
  width: 36px;
}

a.btn_free {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  position: relative;
  font-size: 14px;
  text-align: center;
  background: #e94e7f;
  color: #fff;
}

/* 中見出し */
.work_push_subheading {
  padding: 6px 7px;
  background: #f0f0f0;
  font-size: 12px;
  color: #666;
}

/* ==================================================
 キャンペーン共通ヘッダー
================================================== */
/* ==================================================
 キャンペーン共通ヘッダー
================================================== */
/* ヘッダー
---------------------------------------------- */
.cp_common_header_inner {
  position: relative;
}

.cp_common_hero {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.cp_common_header.type_common img {
  height: 90px;
}

.cp_common_header.type_separate img {
  width: 100%;
}

/* Twitterアイコン
---------------------------------------------- */
.cp_twitter {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  width: 35px;
  height: 0;
  bottom: -5px;
  right: 5px;
  padding-top: 35px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #319ef0;
}

.cp_twitter::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f099";
}

/* ワンコイン作品
---------------------------------------------- */
.cp_container.type_onecoin .main_lead_01 {
  border-top: none;
}

/* 最近売れている作品レコメンド
---------------------------------------------- */
/** 最近売れている作品レコメンドABテスト終了時削除ここから **/
.cp_recommended_work_box.type_b {
  display: none;
}

[data-cp-recommended=ab_test_b] .cp_recommended_work_box.type_a {
  display: none;
}

[data-cp-recommended=ab_test_b] .cp_recommended_work_box.type_b {
  display: inline;
}

/** 最近売れている作品レコメンドABテスト終了時削除ここまで **//*# sourceMappingURL=genre_cp_sp.css.map */