@charset "UTF-8";
/* キャンペーン共通フロア選択ボタン
-------------------------------------------------- */
.cp_overview_btn_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  justify-content: center;
  padding: 8px;
  background: #fff;
  z-index: 999;
}

.cp_overview_btn_box a {
  text-decoration: none;
}

.cp_overview_btn {
  width: 300px;
  margin: 10px;
  cursor: pointer;
}

.cp_overview_btn:last-child {
  margin-right: 0;
}

.cp_overview_btn p {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #d27d00;
  padding: 8px 0;
  text-align: center;
}

.cp_overview_btn p.type_maniax {
  border: solid 2px #005bd2;
  color: #005bd2;
}

.cp_overview_btn.type_check p.type_maniax {
  background: #408fe9;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #0067a3, 1px 1px 0px #004ca3, 2px 2px 0px #0041a3, 0px 2px 0px #004ca3, 0px 1px 1px #005aa3;
  border: solid 2px #005bd2;
  color: #fff;
}

.cp_overview_btn p.type_books {
  border: solid 2px #02bd31;
  color: #02bd31;
}

.cp_overview_btn.type_check p.type_books {
  background: #37d85a;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #008026, 1px 1px 0px #008026, 2px 2px 0px #008026, 0px 2px 0px #008026, 0px 1px 1px #005aa3;
  border: solid 2px #02bd31;
  color: #fff;
}

.cp_overview_btn p.type_pro {
  border: solid 2px #d20058;
  color: #d20058;
}

.cp_overview_btn.type_check p.type_pro {
  background: #e9408f;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #a3004c, 1px 1px 0px #a3003e, 2px 2px 0px #a3005a, 0px 2px 0px #a30064, 0px 1px 1px #a30044;
  border: solid 2px #d20058;
  color: #fff;
}

.cp_overview_btn p.type_home {
  border: solid 2px #008026;
  color: #008026;
}

.cp_overview_btn.type_check p.type_home {
  background: #37d85a;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #008026, 1px 1px 0px #008026, 2px 2px 0px #008026, 0px 2px 0px #008026, 0px 1px 1px #008026;
  border: solid 2px #02bd31;
  color: #fff;
}

.cp_overview_btn p.type_comic {
  border: solid 2px #2caa3b;
  color: #2caa3b;
}

.cp_overview_btn.type_check p.type_comic {
  background: #47d158;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #1b8127, 1px 1px 0px #1b8127, 2px 2px 0px #1b8127, 0px 2px 0px #1b8127, 0px 1px 1px #1b8127;
  border: solid 2px #2caa3b;
  color: #fff;
}

.cp_overview_btn p.type_soft {
  border: solid 2px #e2901e;
  color: #e2901e;
}

.cp_overview_btn.type_check p.type_soft {
  background: #ffa01c;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #b67417, 1px 1px 0px #b67417, 2px 2px 0px #b67417, 0px 2px 0px #b67417, 0px 1px 1px #b67417;
  border: solid 2px #e2901e;
  color: #fff;
}

.cp_overview_btn p.type_girls,
.cp_overview_btn p.type_girlspro,
.cp_overview_btn p.type_girlsdrama {
  border: solid 2px #d20058;
  color: #d20058;
}

.cp_overview_btn.type_check p.type_girls,
.cp_overview_btn.type_check p.type_girlspro,
.cp_overview_btn.type_check p.type_girlsdrama {
  background: #e9408f;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #a3004c, 1px 1px 0px #a3003e, 2px 2px 0px #a3005a, 0px 2px 0px #a30064, 0px 1px 1px #a30044;
  border: solid 2px #d20058;
  color: #fff;
}

.cp_overview_btn p.type_bl,
.cp_overview_btn p.type_blpro,
.cp_overview_btn p.type_bldrama {
  border: solid 2px #4700d2;
  color: #4700d2;
}

.cp_overview_btn.type_check p.type_bl,
.cp_overview_btn.type_check p.type_blpro,
.cp_overview_btn.type_check p.type_bldrama {
  background: #6d40e9;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #4800a3, 1px 1px 0px #3e00a3, 2px 2px 0px #4200a3, 0px 2px 0px #4e00a3, 0px 1px 1px #4400a3;
  border: solid 2px #4700d2;
  color: #fff;
}

.cp_overview_btn p.type_app {
  border: solid 2px #30b1c5;
  color: #30b1c5;
}

.cp_overview_btn.type_check p.type_app {
  background: #3cc8de;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #2492a3, 1px 1px 0px #2492a3, 2px 2px 0px #2492a3, 0px 2px 0px #2492a3, 0px 1px 1px #2492a3;
  border: solid 2px #30b1c5;
  color: #fff;
}

.cp_overview_btn p.type_appx {
  border: solid 2px #976fc3;
  color: #976fc3;
}

.cp_overview_btn.type_check p.type_appx {
  background: #a87ed6;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 1px 0px #6f4a99, 1px 1px 0px #6f4a99, 2px 2px 0px #6f4a99, 0px 2px 0px #6f4a99, 0px 1px 1px #6f4a99;
  border: solid 2px #976fc3;
  color: #fff;
}

.cp_overview_btn span {
  position: relative;
  font-size: 11px;
  background: #b12d24;
  color: #fff;
  border-radius: 16px;
  padding: 4px 7px;
  vertical-align: middle;
  left: 3px;
}

.cp_overview_btn_box .type_check {
  opacity: 1;
  pointer-events: none;
}

.cp_overview_btn_box .type_check p::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff inset;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
}

.cp_overview_btn:hover {
  opacity: 0.8;
}

/* キャンペーン共通 テキスト版ヘッダー
-------------------------------------------------- */
.cp_hero_area {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cp_hero_area .cp_img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .cp_hero_area .cp_img {
    left: auto;
    right: 0;
    -o-object-position: right;
       object-position: right;
  }
}
.cp_hero_area .cp_copy_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 30px;
}
.cp_hero_area .cp_copy_wrap {
  position: relative;
}
.cp_hero_area .cp_copy_wrap + .cp_copy_wrap {
  margin-top: 8px;
}
.cp_hero_area .cp_copy_wrap .cp_copy {
  position: relative;
  max-width: 800px;
}
.cp_hero_area .cp_copy_wrap .cp_copy * + * {
  margin-top: 8px;
}
.cp_hero_area .cp_copy_wrap .cp_copy .maincopy {
  display: block;
  font-size: 32px;
  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: 40px;
}
.cp_hero_area .cp_copy_wrap .cp_copy .subcopy {
  position: relative;
  display: block;
  font-size: 22px;
  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: 34px;
}
.cp_hero_area .cp_copy_wrap .cp_date {
  position: relative;
  font-size: 16px;
  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;
  max-width: 800px;
}

.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;
  font-weight: bold;
  margin-top: 24px;
  font-size: 22px;
}
.other_link_cp_text span {
  display: inline-block;
  line-height: 1.4;
}
.other_link_cp_text p {
  text-align: center;
  font-size: 18px;
}
.other_link_cp_text p span {
  font-weight: bold;
  padding: 6px;
}

.other_link_cp {
  margin: 20px auto;
  width: 600px;
  display: block;
}
.other_link_cp.small {
  width: 400px;
}
.other_link_cp a:hover {
  opacity: 0.8;
}
.other_link_cp img {
  width: 100%;
}
.other_link_cp.type_multiple {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: auto;
  max-width: 1440px;
}

/* 大型セール
-------------------------------------------------- */
/* 既存スタイル上書き
---------------------------------------------- */
.cp_container ~ #left,
.cp_container ~ #wrapper {
  margin-top: 0;
}

div.base_title h1, div.base_title_br h1 {
  font-style: normal;
}

div#left {
  margin-top: 0;
}

/* girlsのフロア切り替え
---------------------------------------------- */
.cp_floor_switch {
  display: flex;
  position: relative;
  align-items: flex-end;
  margin-bottom: 10px;
  padding: 0 10px 6px;
}

.cp_floor_switch_item,
a.cp_floor_switch_item {
  display: block;
  width: 240px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 2px;
  background: #eee;
  color: #666;
  border-radius: 8px 8px 0 0;
  margin-right: 1px;
}

.cp_floor_switch_item:hover,
a.cp_floor_switch_item:hover {
  background: #ddd;
  text-decoration: none;
}

.cp_floor_switch_item.selected,
a.cp_floor_switch_item.selected {
  color: #fff;
  font-weight: bold;
  height: 55px;
  line-height: 61px;
  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_switch.type_row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cp_switch.type_row .cp_switch_item {
  display: table-cell;
  vertical-align: top;
}

.cp_switch.type_column .cp_switch_item:not(:first-child) {
  border-top: solid 1px #ddd;
}

.cp_switch.type_column .cp_switch_item.current,
.cp_switch.type_column .cp_switch_item.current + .cp_switch_item {
  border-top: none;
}

.cp_switch_item:not(:first-child) {
  border-left: 1px solid #e6eaf2;
}

[class*=style_girls] .cp_switch_item:not(:first-child),
[class*=style_bl] .cp_switch_item:not(:first-child) {
  border-left-color: #faf4ef;
}

/* 複数行ベース */
.cp_switch_item a {
  display: block;
  height: 30px;
  color: #536280;
  background-color: transparent;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  line-height: 30px;
  white-space: nowrap;
}

.cp_switch.type_row .cp_switch_item a {
  height: 40px;
  line-height: 40px;
}

[class*=style_girls] .cp_switch_item a,
[class*=style_bl] .cp_switch_item a {
  color: #6e5a5a;
}

.cp_switch_item a:hover {
  background: #e6eaf2;
}

[class*=style_girls] .cp_switch_item a:hover,
[class*=style_bl] .cp_switch_item a:hover {
  background: #faf4ef;
}

#left .cp_switch_item a:hover {
  text-decoration: none;
}

.cp_switch_item.current a {
  background-color: #fa9900;
  color: #fff;
  font-weight: bold;
}

.cp_switch_item.current a:hover {
  background: #fa0;
}

[class*=style_girls] .cp_switch_item.current a,
[class*=style_bl] .cp_switch_item.current a {
  background-color: #ef90a6;
}

[class*=style_girls] .cp_switch_item.current a:hover,
[class*=style_bl] .cp_switch_item.current a:hover {
  background-color: #fba8bc;
}

.cp_switch_item.current,
.cp_switch_item.current + .cp_switch_item {
  border-left: none;
}

/* 検索
---------------------------------------------- */
.cp_search {
  width: 100%;
}

.cp_search::after {
  display: block;
  clear: both;
  content: "";
}

/* ----- フォーム ----- */
.cp_search_form {
  float: left;
  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;
}

[class*=style_girls] .cp_search_form,
[class*=style_bl] .cp_search_form {
  border: 1px solid #d6c5bf;
  border-right: none;
}

.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);
}

[class*=style_girls] .cp_search_form:focus,
[class*=style_bl] .cp_search_form:focus {
  border-color: #efafbd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(239, 175, 189, 0.6);
}

/* ----- ボタン ----- */
.cp_btn_search {
  float: left;
  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;
}

[class*=style_girls] .cp_btn_search,
[class*=style_bl] .cp_btn_search {
  background: #79615f;
}

.cp_btn_search:hover {
  background: #536280;
}

[class*=style_girls] .cp_btn_search,
[class*=style_bl] .cp_btn_search:hover {
  background: #6d5a5a;
}

.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;
}

[class*=style_girls] .cp_filter_item,
[class*=style_bl] .cp_filter_item {
  background: #efe6df;
  color: #6e5a5a;
}

.cp_filter_list.fullwidth .cp_filter_item {
  width: 100%;
  margin: 0 0 4px 0;
}

.cp_filter_item:hover {
  background: #f5f7fa;
}

[class*=style_girls] .cp_filter_item:hover,
[class*=style_bl] .cp_filter_item:hover {
  background: #faf4ef;
}

.cp_filter_item.selected {
  background: #fa9900;
  color: #fff;
  font-weight: bold;
}

[class*=style_girls] .cp_filter_item.selected,
[class*=style_bl] .cp_filter_item.selected {
  background: #ef90a6;
}

.cp_filter_item.selected:hover {
  background: #fa0;
}

[class*=style_girls] .cp_filter_item.selected:hover,
[class*=style_bl] .cp_filter_item.selected:hover {
  background: #fba8bc;
}

/* 既存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;
}

/* キャンペーンコンテナ
---------------------------------------------- */
.cp_container {
  margin: 10px 15px 5px;
}

/* キャンペーン用ヘッダー
---------------------------------------------- */
.cp_header {
  margin: 10px 0 5px;
}

/* キャンペーンヒーローエリア
---------------------------------------------- */
/* 同人 */
.cp_hero {
  overflow: hidden;
  position: relative;
  height: 200px;
  line-height: 200px;
  margin-bottom: 10px;
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

.cp_hero h1 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
  height: 0;
  width: 100%;
  padding-top: 200px;
  text-align: center;
}

.dead_line_date_cp {
  overflow: hidden;
  z-index: 130;
  bottom: 19px;
  right: 550px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .dead_line_date_cp {
    overflow: visible;
  }
}
.dead_line_date_text {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  position: absolute;
  width: 590px;
  bottom: -65px;
  margin-right: 380px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .dead_line_date_text {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: -149px;
  }
}
/* pro */
body.style_pro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_pro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_pro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_pro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_pro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/90per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

/* soft */
body.style_soft .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/80per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_soft .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/80per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_soft .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/80per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_soft .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/80per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_soft .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/80per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

/* girlspro */
body.style_girlspro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_girlspro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_girlspro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_girlspro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_girlspro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

/* blpro */
body.style_blpro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_blpro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_blpro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_blpro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_blpro .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/50per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

/* girlsdrama */
body.style_girlsdrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_girlsdrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_girlsdrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_girlsdrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_girlsdrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

/* bldrama */
body.style_bldrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_ja_jp.jpg) repeat-X center bottom;
}

html:lang(en) body.style_bldrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_en_us.jpg) repeat-X center bottom;
}

html:lang(zh-tw) body.style_bldrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_zh_tw.jpg) repeat-X center bottom;
}

html:lang(zh-cn) body.style_bldrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_zh_cn.jpg) repeat-X center bottom;
}

html:lang(ko-kr) body.style_bldrama .cp_hero {
  background: url(https://www.dlsite.com/modpub/images/campaign/winter_sale_2112/30per/mainpic_ko_kr.jpg) repeat-X center bottom;
}

.cp_twitter {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  bottom: 4px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #319ef0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  transition: ease 0.1s;
  border: 3px solid #ffffff;
  box-shadow: #002366 2px 2px 2px;
}

.cp_twitter::before {
  content: "\f099";
  color: #fff;
  padding-right: 0;
  font-family: "Font Awesome 5 Brands";
  font-size: 17px;
}

.cp_twitter:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cp_hero::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* メニュー
---------------------------------------------- */
.cp_sale_wrap {
  margin: 0 auto 16px;
}

.cp_sale_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cp_sale_list_item {
  display: flex;
  align-items: center;
  margin-top: 16px;
  position: relative;
  padding: 0 8px;
}

.cp_sale_list_item:not(:last-child) {
  border-right: 1px solid #eee;
}

.cp_sale_list_item .name {
  text-align: center;
  display: flex;
  align-items: center;
}

.cp_sale_list_item .name a {
  color: #333;
  padding: 4px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 152px;
}

.cp_sale_list_item .name a:hover {
  color: #fa4da5; /* 色はCPのヘッダー画像に合わせる */
  text-decoration: none;
}

.cp_sale_list_item .name a span {
  font-weight: bold;
}

.cp_sale_list_item [class*=icon_]::before {
  color: #fa4da5; /* 色はCPのヘッダー画像に合わせる */
  display: inline-block;
  margin-right: 8px;
  font-size: 24px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f303";
}

.cp_sale_list_item .icon_clock::before {
  content: "\f34e";
} /* 時計 */
.cp_sale_list_item .icon_coins::before {
  content: "\f51e";
} /* 複数コイン */
.cp_sale_list_item .icon_stars::before {
  content: "\f762";
} /* 複数星 */
.cp_sale_list_item .icon_coin::before {
  content: "\f85c";
} /* コイン */
.cp_sale_list_item .icon_bolt::before {
  content: "\f0e7";
} /* 雷 */
.cp_sale_list_item .icon_movie::before {
  content: "\f008";
} /* 動画 */
.cp_sale_list_item .icon_mobile::before {
  content: "\f3ce";
} /* スマホ */
.cp_sale_list_item .icon_pc::before {
  content: "\f108";
} /* PC */
@media screen and (max-width: 1200px) {
  .cp_sale_wrap {
    width: 900px;
  }
}
.cp_sale_list_item .update {
  font-size: 10px;
  background: #fff038;
  display: inline-block;
  padding: 0 6px;
  color: #684e1d;
  border-radius: 16px;
}

/* キャンペーン用オススメ作品
---------------------------------------------- */
.cp_work_push {
  position: relative;
}

.cp_work_push .cp_push_container {
  position: relative;
  margin: 0 50px;
  padding: 0;
}

.cp_work_push .cp_push_prev,
.cp_work_push .cp_push_next {
  opacity: 0.2;
  position: absolute;
  width: 30px;
  cursor: pointer;
  background-image: none;
}

.cp_work_push .cp_push_prev {
  left: 10px;
}

.cp_work_push .cp_push_next {
  right: 10px;
}

.cp_work_push .cp_push_prev:hover,
.cp_work_push .cp_push_next:hover {
  opacity: 0.5;
}

.cp_push_prev::before,
.cp_push_next::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  content: "";
}

.cp_push_prev::before {
  left: 50%;
  margin-left: -5px;
  box-shadow: 3px -3px 0 #000 inset;
}

.cp_push_next::before {
  right: 50%;
  margin-right: -5px;
  box-shadow: -3px 3px 0 #000 inset;
}

/* ----- キャンペーン用オススメ作品リスト ----- */
.cp_work_push .cp_work_list {
  font-size: 0;
  align-content: stretch;
}

.cp_work_list .cp_work_item {
  display: inline-block;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  position: relative;
  width: 205px;
  height: auto;
  padding: 0 10px 20px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 12px;
}

.cp_work_list .cp_work_item img:hover {
  border: 1px solid;
  border-color: #fa0;
}

/* ----- ランキング ----- */
.cp_work_item[class*=cp_rank] {
  padding-top: 10px;
}

.cp_rank_num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 44px;
  height: 60px;
  background: url(https://www.dlsite.com/modpub/images/campaign/common/pic_medal_01.png) no-repeat 0 -183px;
  background-size: cover;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.cp_rank_01 .cp_rank_num {
  background-position: 0 0;
}

.cp_rank_02 .cp_rank_num {
  background-position: 0 -61px;
}

.cp_rank_03 .cp_rank_num {
  background-position: 0 -122px;
}

/* ----- 画像 ----- */
.cp_work_img {
  display: block;
  width: 205px;
  margin: 0 auto;
}

/* ビューエリア */
.cp_img_body {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  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_controller {
  padding: 5px;
  box-sizing: border-box;
  background: #eee;
}

.cp_controller_list::after {
  display: block;
  clear: both;
  content: "";
}

.cp_controller_item {
  overflow: hidden;
  float: left;
  position: relative;
  width: 45px;
  height: 45px;
  background: #fff;
  cursor: pointer;
}

.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 2px 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: 5px;
}

.cp_controller_item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 45px;
  max-height: 45px;
}

/* ----- 作品情報 ----- */
.cp_work_info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 205px;
  margin: 10px auto 0;
}

/* 作品名 */
.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;
  text-overflow: ellipsis;
}

.cp_maker_name a {
  color: #06c;
}

/* 価格・ポイント */
.cp_work_value {
  font-size: 13px;
}

/* 価格 */
.cp_work_price {
  font-weight: bold;
  color: #c00;
}

.cp_work_price .strike {
  color: #666;
  font-weight: normal;
  text-decoration: line-through;
  padding-left: 4px;
  font-size: 11px;
}

/* ポイント */
.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: 49%;
  height: 17px;
  margin: 0;
  line-height: 15px;
}

.cp_work_deals [class*=icon_]:first-child {
  margin-right: 1%;
}

/* 評価 */
.cp_work_rating {
  margin-top: 4px;
}

/* ボタン */
.cp_btn_box {
  padding-top: 12px;
}

.cp_work_info > div:last-child {
  margin-top: auto;
}

.cp_btn_box::after {
  display: block;
  clear: both;
  content: "";
}

.cp_btn_box .work_cart_xs,
.cp_btn_box .work_favorite_xs {
  float: left;
  margin: 0;
}

.cp_btn_box .work_cart_xs {
  margin-right: 5px;
}

.cp_btn_box .work_cart_xs a {
  width: 170px;
}

.cp_btn_box .work_favorite_xs {
  width: 30px;
  height: 26px;
}

.cp_btn_box .work_favorite_xs a {
  font-size: 0;
  line-height: 24px;
}

.cp_btn_box .work_favorite_xs a:before {
  margin-right: 0;
}

.cp_btn_box .work_favorite_xs a:after {
  display: none;
}

/* 検索結果ページャー */
.search_pager {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  height: auto;
  background: #fafafa;
  border-radius: 3px;
  border-collapse: separate;
  margin-bottom: 30px;
}

td.page_no {
  text-align: center;
}

td.page_no ul {
  padding: 10px 0;
  justify-content: center;
  float: none;
}

td.page_no ul li a,
td.page_no ul li strong {
  padding: 0 7px;
  min-width: 36px;
  text-align: center;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  border-radius: 3px;
}

td.page_no ul li a {
  background: #fff;
  border-color: #ddd;
  color: #666;
}

/* 応募フォーム
======================================================================== */
/* -- 構成部分 --*/
div#pro_sale_app {
  width: 800px;
}

div#pro_sale_app .base_text_15 p {
  margin-top: 10px;
}

div#pro_sale_app .static_table {
  width: 780px;
  margin: 0 0 20px 20px;
}

div#pro_sale_app .static_table th,
div#pro_sale_app .static_table td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

td.wholesale_price {
  font-weight: bold;
}

/* inputボタン */
dd.work_operation_btn input {
  margin: 5px;
  margin-left: 14px;
}

input:hover {
  cursor: pointer;
}

/* 警告 */
div#pro_sale_app .warning {
  background-color: rgb(249, 34, 106);
  border-radius: 4px;
  color: #fff;
  padding: 10px 14px;
  margin-top: 20px;
}

div#pro_sale_app .warning.none {
  display: none;
}

div#pro_sale_app div.base_text_15 p {
  padding-left: 1em;
  text-indent: -1em;
}

div#pro_sale_app ul.base_list,
div#pro_sale_app ol.base_list {
  margin-left: 10px;
}

div#pro_sale_app h4 {
  margin-bottom: 10px;
  padding: 0 10px; /* font-size:13px; */
}

div#pro_sale_app .header {
  width: 800px;
  height: 420px;
  display: block;
  background: url(../../images/campaign/doujin_half_2015_winter/mainpic_header_open.jpg) no-repeat;
  margin-bottom: 20px;
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1); /* Firefox用 */
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1); /* Safari,Google Chrome用 */
}

div#pro_sale_app p.icon_warning {
  float: left;
  top: -19px;
  left: -1px;
}

/* -- 汎用 --*/
.mb20 {
  margin-bottom: 20px !important;
}

.bg_yellow {
  background: yellow;
}

span.half_price {
  color: #ff004c;
  font-weight: bold;
}

/* -- フォーム部分 --*/
div#pro_sale_app span.red {
  color: #c00;
}

div#pro_sale_app p.half_price {
  background-color: #fc0;
  width: 420px;
  border-radius: 10px;
  padding: 10px;
  margin: 0 5px 20px;
}

.mb00 {
  margin-bottom: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

div#pro_sale_app ul.error_list,
div#pro_sale_app ul.correct_list {
  margin-top: 5px !important;
  margin-bottom: -10px !important;
}

div#pro_sale_app div.main_modify_box {
  margin-top: 0;
  margin-left: 3px;
  position: relative;
}

div#pro_sale_app .static_table th {
  background-color: #c5ed91;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

div#pro_sale_app div.form_table_title, div.form_table_title_02 {
  width: auto;
  min-width: 200px;
}

div#pro_sale_app table.form_table td, table.form_liquid_table td {
  border-right: solid 1px #4d628c;
}

div#pro_sale_app table.form_table td.border_right_none, table.form_liquid_table td.border_right_none {
  border-right: solid 0 #4d628c;
}

#app_list th {
  text-align: center;
}

div#pro_sale_app #app_list ul {
  margin: 0 auto;
  /* margin-left: 70px; */
  width: 120px;
  word-break: break-all;
  background: #fff;
  border: #ccc 1px solid;
  margin-bottom: 10px;
  width: 755px;
}

div#pro_sale_app #app_list ul li img {
  margin: 0 auto;
  display: block;
}

div#pro_sale_app td.close {
  background-color: #ddd;
}

p.app_att {
  padding: 25px 0 0 25px;
  line-height: 1.4em;
}

dd.work_id {
  padding: 10px 0 2px;
}

div#pro_sale_app dt.search_img {
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

div#pro_sale_app p.registered,
div#pro_sale_app a.registered {
  color: #e58600;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 4px;
  margin: 5px 10px;
  border: 1px dotted #b8c3d9;
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 190px;
  /* top: 10px; */
  margin: 10px auto;
  text-decoration: none;
}

div#pro_sale_app li.search_result_img_box_inner a.registered {
  width: 100%;
}

div#pro_sale_app li.search_result_img_box_inner a.registered.btn_go_form {
  position: relative;
  top: 40%;
  width: auto !important;
}

div#pro_sale_app a.registered:hover {
  text-decoration: underline;
}

div#pro_sale_app div.form_title {
  line-height: 2;
  border-right: 1px solid #b8c3d9;
}

div#pro_sale_app #form_apply div.form_title {
  line-height: 2;
  border: none;
  margin-top: 15px;
}

div#pro_sale_app div.work_thumb {
  margin-right: 10px;
}

div#pro_sale_app ul.error_list li, ul.correct_list li {
  margin: 0 !important;
}

div#pro_sale_app .main_modify_box_end p.center {
  line-height: 1.4;
}

/* 作品リストUL */
div#pro_sale_app li.search_result_img_box_inner {
  position: relative;
}

div#pro_sale_app dl.status {
  background: #6c7fa6;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

div#pro_sale_app dl.work_img_main {
  margin: 30px 0 35px;
}

div#pro_sale_app li.search_result_img_box_inner {
  display: flex;
  align-items: center;
  height: auto;
  width: 20%;
}

div#pro_sale_app li.search_result_img_box_inner._works {
  align-items: flex-start;
}

div#pro_sale_app li.search_result_img_box_inner .work_operation_btn {
  opacity: 1;
}

div#pro_sale_app li.search_result_img_box_inner:nth-child(5n) {
  border-right: none;
}

div#pro_sale_app a img.target_type {
  /* padding-left: 16px; */
}

/* 取り消すボタン */
dd.work_operation_btn {
  position: absolute;
  bottom: 10px;
  left: 14px;
  margin-top: 0;
}

/* ----- 画像表示※search_detailsと同内容 ----- */
ul#search_result_img_box {
  position: relative;
  clear: both;
  margin: 0 0 18px;
  border-left: solid 1px #ccc;
}

li.search_result_img_box_inner {
  float: left;
  /* height: 270px; */
  min-width: 124px;
  padding: 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 16.666%;
  }
}
@media screen and (min-width: 1600px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 14.285%;
  }
}
@media screen and (min-width: 1800px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 12.5%;
  }
}
@media screen and (min-width: 2000px) {
  .n_worklist .search_result_img_box_inner {
    max-width: 11.111%;
  }
}
dl.work_img_main {
  line-height: 1.2;
}

dl.work_img_main dd.search_title {
  padding: 5px 0 0;
  line-height: 1.3;
}

dl.work_img_main dd.search_circle {
  font-size: 11px;
}

dl.work_img_main dt.search_img {
  display: flex;
  flex-direction: column;
  width: 100%;
}

dl.work_img_main dt.search_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

dl.work_img_main dt.search_img a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
  -ms-interpolation-mode: bicubic;
}

dl.work_img_main dd.work_name {
  padding: 2px 0;
  min-height: 1.4em;
  max-height: 4.5em;
  overflow: hidden;
  line-height: 1.4em;
}

dl.work_img_main dd.maker_name {
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

dl.work_img_main dd.work_price {
  padding-bottom: 4px;
  line-height: 1.2;
}

#pro_sale_app p.work_genre {
  background-color: #e58600;
  color: #fff;
  padding: 2px 10px;
  margin: 0 0 5px 15px;
  border-radius: 15px;
  display: inline-block;
  z-index: 50;
  width: 395px;
}

#pro_sale_app .main_modify_box_end {
  padding: 20px 0 10px;
}

#pro_sale_app ul.base_list li, ol.base_list li {
  padding-bottom: 4px;
}

#pro_sale_app .form_table th {
  width: 200px;
}

#pro_sale_app span.icon_lead_01.type_lang_jp {
  background-color: #6490f1;
  color: #fff;
  border-color: #1b5dff;
  min-width: 64px;
}

#pro_sale_app span.icon_lead_01.type_lang_en {
  background-color: #ff5778;
  color: #fff;
  border-color: #ea2e79;
  min-width: 64px;
}

/* アンカーリンク */
#pro_sale_app a.btn_go_form {
  width: 200px;
  height: 50px;
  display: block;
  background: aliceblue;
  border-radius: 10px;
  border: 1px solid #d77e23;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  margin: 0 auto;
  background: -moz-linear-gradient(top, #ffc350 0%, #f59129);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc350), to(#f59129));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 0 0 #e68928, -2px 0 0 #e68928, 0 2px 0 #e68928, 0 -2px 0 #e68928, 1px 0 0 #e68928, -1px 0 1px #e68928, 0 1px 1px #e68928, 0 -1px 1px #e68928, -1px -1px 1px #e68928, 1px -1px 1px #e68928, 1px 1px 1px #e68928, -1px 1px 1px #e68928, 0 0 1px #e68928, 0 0 2px #e68928, 0 0 3px #e68928, 0 0 4px #e68928;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#pro_sale_app a.btn_go_form:hover {
  text-decoration: none;
}

/* ----- 自動参加スイッチ ----- */
div#pro_sale_app .circle_work_list {
  margin-top: 10px;
}

div#pro_sale_app td.work_exclusive {
  background: none;
}

div#pro_sale_app .work_list_main td:nth-child(1) {
  width: 374px;
  /* max-width: 374px; */
  word-break: break-all;
  vertical-align: middle;
}

.popup_message_01 {
  pointer-events: none;
}

/* loadigアイコン位置 */
div#pro_sale_app .loading:after {
  top: 70px !important;
  left: 50% !important;
}

/* 切り替えタブ
---------------------------------------------- */
.tab_wrapper.type_apply_work {
  margin: 20px 0 15px;
}

ul#default_tab_apply_work {
  display: flex;
  justify-content: space-around;
  height: 28px;
  margin: 3px 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}

ul#default_tab_apply_work li {
  position: relative;
  width: 100%;
  max-width: 50%;
  height: 28px;
  margin: 0 5px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
}

ul#default_tab_apply_work li.tab a {
  display: block;
  height: 28px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  outline: none;
}

ul#default_tab_apply_work li.tab a:hover,
ul#default_tab_apply_work li.tab a.is_current {
  opacity: 1;
  border-radius: 4px 4px 0 0;
}

/* キャンペーン用見出し
---------------------------------------------- */
.cp_heading {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0 15px 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.cp_heading.type_result {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 50px;
  margin: 15px;
  height: 54px;
}

.cp_heading .cp_heading_inner {
  display: inline-block;
  font-size: 22px;
  color: #333;
}

.cp_heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url("/images/campaign/goldenweek2018/icon_category.png") no-repeat;
  background-size: 40px 520px;
  content: "";
}

.cp_heading.type_result::before {
  left: 10px;
}

.cp_heading.type_none.type_result {
  left: 0;
  padding: 10px 0 10px 10px;
  margin: 15px 0;
}

.cp_heading.type_manga::before {
  background-position: center 0;
}

.cp_heading.type_illust::before {
  background-position: center -40px;
}

.cp_heading.type_comic::before {
  background-position: center -80px;
}

.cp_heading.type_game::before {
  background-position: center -120px;
}

.cp_heading.type_video::before {
  background-position: center -160px;
}

.cp_heading.type_voice::before {
  background-position: center -200px;
}

.cp_heading.type_music::before {
  background-position: center -240px;
}

.cp_heading.type_g-rated::before {
  background-position: center -280px;
}

.cp_heading.type_adult::before {
  background-position: center -320px;
}

.cp_heading.type_total::before {
  background-position: center -360px;
}

.cp_heading.type_novel::before {
  background-position: center -400px;
}

.cp_heading.type_magazine::before {
  background-position: center -440px;
}

.cp_heading.type_short_story::before {
  background-position: center -480px;
}

.cp_heading.type_none::before {
  content: none;
}

/* ----- 検索ヒット数 ----- */
.cp_result_count {
  display: inline-block;
  font-size: 16px;
  margin-left: 15px;
}

.cp_result_count > span {
  font-size: 12px;
  padding: 0 3px;
}

/* キャンペーン用ソート
---------------------------------------------- */
.cp_sort_box {
  margin: -10px 10px -10px auto;
  font-size: 13px;
}

.cp_sort {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 3px;
}

/* フロア切り替えリンク
---------------------------------------------- */
.cp_floor_link {
  display: flex;
  padding: 0 10px;
  border-left: solid 1px #ddd;
}

a.cp_floor_link_item {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.1);
  width: 80px;
  box-sizing: border-box;
  color: #666;
}

a.cp_floor_link_item:not(:first-child) {
  margin-left: 4px;
}

a.cp_floor_link_item:hover {
  text-decoration: none;
  color: #fff;
}

a.cp_floor_link_item.type_g_rated:hover {
  background: #64b400;
}

a.cp_floor_link_item.type_adult:hover {
  background: #ea7b98;
}

a.cp_floor_link_item.type_bl:hover {
  background: #9a78d2;
}

a.cp_floor_link_item.type_tl:hover {
  background: #ea8aa3;
}

a.cp_floor_link_item.type_purchased {
  width: auto;
  padding: 0 15px;
}

a.cp_floor_link_item.type_purchased:hover {
  opacity: 0.75;
  color: #666;
}

a.cp_floor_link_item.type_purchased.is-on {
  background: #64b400;
  color: #fff;
}

a.cp_floor_link_item.type_purchased.is-on:hover {
  opacity: 0.75;
}

a.cp_floor_link_item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

a.cp_floor_link_item.type_purchased::before {
  margin-right: 8px;
  content: "\f00c";
}

/* 募集ページキャンペーン切り替えタブ
---------------------------------------------- */
ul[id*=default_tab] {
  font-size: 12px;
  height: 28px;
  box-shadow: 0 -1px 0 #5c7099 inset;
}

ul[id*=default_tab] li {
  position: relative;
  float: left;
  height: 28px;
  line-height: 26px;
  text-align: center;
  margin-right: 3px;
}

ul[id*=default_tab] li.tab a {
  display: block;
  height: 28px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  outline: none;
  background: linear-gradient(to bottom, #99a8c5 0%, #a7b4ce 100%);
  border-radius: 4px 4px 0 0;
  border: solid 1px #5c7099;
  box-sizing: border-box;
}

ul[id*=default_tab] li a.is_current,
ul[id*=default_tab] li a.is_current:hover,
ul[id*=default_tab] li.on a,
ul[id*=default_tab] li.on a:hover {
  color: #536280;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to bottom, #dde2ec 0%, #fff 50%, #f5f6f9 50%, #fff 100%);
  border-bottom: none;
}

ul[id*=default_tab] li a:hover {
  text-decoration: none;
  color: #5c7099;
  background: #e6eaf2;
}/*# sourceMappingURL=big_sale.css.map */