@charset "utf-8";
/* CSS Document */

/* =========================================================
シナリオコンテスト特設ページ
========================================================= */

body {
  box-sizing : border-box;
}

/*ヘッダー
========================================================= */

#container {
  background-color: #000;
  min-width: 0;
}

#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

#promo_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

#promo_header .logo a {
  opacity: 1;
}

#promo_header .logo a:hover {
  opacity: 0.6;
}

#promo_header ul.simple_nav {
  font-size: 0;
  float: right;
  margin-right: 15px;
}

#promo_header #nav_login,
#promo_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
}

#promo_header ul.simple_nav li a {
  color: #ccc;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}

#promo_header ul.simple_nav li a:hover {
  text-decoration: none;
  background: #c9005a;
  color: #fff;
}


/* twitterボタン */

.link_twitter {
  position: absolute;
  margin-top: 9px;
  margin-left: -88px;
}

@media screen and ( max-width:640px) {
  #promo_header ul.simple_nav li a {
    width: 100%;
    margin: 0px 5px;
    font-size: 11px;
  }
  .link_twitter {
    margin-left: -74px;
  }
}


.promo_container {
  position: relative;
  width: 100%;
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: sepia(100%);
  }
  100% {
    opacity: 1;
    filter: sepia(0%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フッター
-------------------------------------------------- */

#promo_footer {
  width: 100%;
  height: 40px;
  background: #000;
  color: #ccc;
  line-height: 40px;
  text-align: center;
}

/* 全体構成
-----------------------------------------------------*/

#promo_scenario_contest_home {
  position: relative;
  border: 4px solid #daac78;
  background: #f9f1f8 url(https://www.dlsite.com/images/promo/scenario_contest_home/bg.png) 0 0 repeat;
  margin-top: 40px;
}

#promo_scenario_contest_home .global_frame_top {
  position: absolute;
  top: 5px;
  z-index: 2;
  width: 100%;
}

#promo_scenario_contest_home .global_frame_bottom {
  position: absolute;
  bottom: 5px;
  z-index: 100;
  width: 100%;
}

#promo_scenario_contest_home .global_frame_top::before, #promo_scenario_contest_home .global_frame_top::after, #promo_scenario_contest_home .global_frame_bottom::before, #promo_scenario_contest_home .global_frame_bottom::after {
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/frame_item.png) no-repeat 0px 0px;
  background-size: cover;
  content: "";
}

#promo_scenario_contest_home .global_frame_top::before, #promo_scenario_contest_home .global_frame_top::after {
  top: 0;
}

#promo_scenario_contest_home .global_frame_bottom::before, #promo_scenario_contest_home .global_frame_bottom::after {
  bottom: 0;
}

#promo_scenario_contest_home .global_frame_top::before {
  left: 5px;
}

#promo_scenario_contest_home .global_frame_top::after {
  right: 5px;
  transform: rotateZ(90deg);
}

#promo_scenario_contest_home .global_frame_bottom::before {
  left: 5px;
  transform: rotateZ(-90deg);
}

#promo_scenario_contest_home .global_frame_bottom::after {
  right: 5px;
  transform: rotateZ(180deg);
}

/* 作品化(20200123)
-----------------------------------------------------*/

.work_box01 {
  width: 300px;
}

.work_box01 .work_thumb {
  width: 276px;
  margin-bottom: 10px;
}

.work_box01 a:hover {
  opacity: 0.8;
}

.work_box01 h2 {
  padding: 50px 0 30px;
  text-align: center;
}

.work_box01 .campaign_item_wrap {
  position: relative;
  padding-bottom: 20px;
}

.work_box01 .campaign_item_wrap:last-child {
  padding-bottom: 70px;
}

.work_box01 .campaign_item {
  position: absolute;
  top: 240px;
  left: 26px;
}

.work_box01 .item_btn {
  display: flex;
}

.work_box01 .item_btn li {
  width: 132px;
  height: 35px;
}

.work_box01 .item_btn li:first-child {
  margin-right: 10px;
}

.work_box01 .item_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 36px;
  padding: 0;
}

.work_box01 .item_btn .btn_cart {
  background: #cc3333;
}

.work_box01 .item_btn .btn_detail {
  background: #337bcc;
}

.work_box01 .item_btn .btn_detail.type_single {
  width: 274px;
}

.work_box01 .campaign_item_wrap_notify {
  padding: 60px 0 85px;
}

.work_box01 .campaign_item iframe {
  position: relative;
  top: 25px;
  right: 0;
  z-index: 10;
}

.work_box01 .campaign_content_notify {
  padding: 10px 0 70px;
}

.work_box02 {
  width: 600px;
}

.work_container {
  display: flex;
  margin-bottom: 20px;
}

#promo_scenario_contest_home .work_title {
  font-weight: 800;
  font-size: 30px;
}

#promo_scenario_contest_home p.work_award {
  background: radial-gradient(#f50b35, #a3070f);
  padding: 2px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

#promo_scenario_contest_home .work_data {
  border-bottom: 1px #ddd solid;
  margin-bottom: 10px;
}

.comment {
  text-align: center;
  margin: 20px 0px 0px;
  padding: 20px;
  border-radius: 10px;
  border: dashed 2px #d1a1a1;
  background: #fff url(https://www.dlsite.com/images/promo/scenario_contest_home/hero_bg.png) center repeat;
}

@media screen and (max-width: 768px) {
  .work_box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .work_box01 .work_thumb {
    width: 100%;
  }
  .work_container {
    display: flex;
    flex-direction: column;
  }
  .work_box01 .item_btn li {
    width: 100%;
  }
  .work_box02 {
    width: 100%;
  }
  #promo_scenario_contest_home .work_title {
    font-weight: 800;
    font-size: 16px;
  }
  .comment {
    padding: 10px;
  }
}

/* 各セクション見出し
----------------------------------------------------- */

#promo_scenario_contest_home .box_00 {
  background: #fff url(https://www.dlsite.com/images/promo/scenario_contest_home/hero_bg.png) center repeat;
}

#promo_scenario_contest_home .box_00 h1 {
  padding-top: 370px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/main_after.png) center no-repeat;
  background-position-y: 0;
}

#promo_scenario_contest_home .box_nav {
  position: relative;
  padding: 15px 0;
  background-color: #996666;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .box_nav {
    display: flex;
  }
}

#promo_scenario_contest_home .box_nav.appli {
  position: relative;
  padding: 15px 0;
  background-color: #5a2121;
  /* margin-bottom: 40px; */
  padding-bottom: 25px;
}

#promo_scenario_contest_home .box_nav::before {
  top: 0;
  transform: rotateZ(180deg);
}

#promo_scenario_contest_home .box_nav::after {
  bottom: 0;
}

/* 各章 box size */

#promo_scenario_contest_home section.box_01, #promo_scenario_contest_home section.box_02, #promo_scenario_contest_home section.box_03, #promo_scenario_contest_home section.box_04, #promo_scenario_contest_home section.box_05 {
  width: 960px;
  margin: 0px auto 20px;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home section.box_01, #promo_scenario_contest_home section.box_02, #promo_scenario_contest_home section.box_03, #promo_scenario_contest_home section.box_04, #promo_scenario_contest_home section.box_05 {
    width: 100%;
    margin: 0px auto 0px;
    padding-top: 20px;
  }
}

#promo_scenario_contest_home section[class*="box_"] h2 {
  position: relative;
  margin-bottom: 10px;
  color: #663433;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#promo_scenario_contest_home section[class*="box_"] h2::before, #promo_scenario_contest_home section[class*="box_"] h2::after {
  display: inline-block;
  width: 82px;
  height: 40px;
  content: "";
}

#promo_scenario_contest_home section[class*="box_"] h2::before {
  margin-right: 15px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/heading_frame_b.png) center no-repeat;
}

#promo_scenario_contest_home section[class*="box_"] h2::after {
  margin-left: 15px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/heading_frame_a.png) center no-repeat;
}

#promo_scenario_contest_home .content_frame {
  padding: 3px;
  border: 2px solid #daac78;
  background-color: #fff;
}

#promo_scenario_contest_home .content_frame .content_frame_inner {
  padding: 50px 20px;
  border: 1px solid #daac78;
}

#promo_scenario_contest_home .head_prize {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#promo_scenario_contest_home .head_prize::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  content: '';
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .content_frame .content_frame_inner {
    padding: 20px 10px;
  }
}

#promo_scenario_contest_home .head_prize::before {
  -webkit-animation: shine 0.75s infinite both;
  animation: shine 0.75s infinite both;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .box_00 h1 {
    background: url(https://www.dlsite.com/images/promo/scenario_contest_home/main_sp_after.png) center no-repeat;
    width: 100%;
    background-size: contain;
    background-position-y: 0px;
    padding-top: 85vw;
  }
  #promo_scenario_contest_home section[class*="box_"] h2 {
    font-size: 20px;
  }
  #promo_scenario_contest_home section[class*="box_"] h2::before,
  #promo_scenario_contest_home section[class*="box_"] h2::after {
    display: inline-block;
    width: 41px;
    height: 20px;
    background: url(https://www.dlsite.com/images/promo/scenario_contest_home/heading_frame_b.png) center no-repeat;
    background-size: 100% 100%;
    content: "";
  }
   #promo_scenario_contest_home section[class*="box_"] h2::after {
     transform: scale(-1, 1);
  }
  #promo_scenario_contest_home .head_prize img {
    width: 100%;
  }
}

/* video */

.sample {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.video_01 {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .sample {
    position: relative;
    display: block;
    justify-content: none;
  }
  .video_01 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.video_01, .video_02 {
  position: relative;
}

.video_01::before {
  content: "";
  display: block;
  width: 235px;
  height: 42px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/speech_bubble_01.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
  -webkit-animation: bounce-top 3s infinite alternate-reverse forwards;
  animation: bounce-top 3s infinite alternate-reverse forwards;
}

.video_02::before {
  content: "";
  display: block;
  width: 415px;
  height: 42px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/speech_bubble_02.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
  -webkit-animation: bounce-top 3.2s infinite alternate-reverse forwards;
  animation: bounce-top 3.2s infinite alternate-reverse forwards;
}

@media screen and (max-width: 768px) {
  .video_01::before,
  .video_02::before {
    width: 100%;
  }
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

#promo_scenario_contest_home p {
  color: #634242;
  font-size: 16px;
  line-height: 1.7;
}

#promo_scenario_contest_home .content_frame.intro .content_frame_inner p strong {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .content_frame.intro .content_frame_inner p strong {
    font-size: 15px;
  }
  #promo_scenario_contest_home p {
    font-size: 14px;
    line-height: 1.5;
  }
}

#promo_scenario_contest_home .content_frame.main .content_list .content_list_item:not(:last-child) {
  margin-bottom: 40px;
}

#promo_scenario_contest_home .content_frame.main .content_list .content_list_item .content_heading {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: .5em;
  border-bottom: 2px dotted #e3c098;
  color: #634242;
  font-size: 20px;
  font-weight: bold;
}

#promo_scenario_contest_home .content_frame.main .content_list .content_list_item .content_heading::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/icon_pen.png) 0 0 no-repeat;
  vertical-align: middle;
  content: "";
}

#promo_scenario_contest_home .content_frame.main .content_frame_inner .content_text strong {
  color: #f6256c;
}

#promo_scenario_contest_home .caution_list {
  line-height: 1.7;
  margin-bottom: 20px;
}

#promo_scenario_contest_home .caution_list.type_disc .caution_list_item {
  list-style: disc;
  margin-left: 1.8em;
}

#promo_scenario_contest_home .caution_list.type_disc .caution_list_item span {
  color: #f6256c;
  font-weight: bold;
}

#promo_scenario_contest_home .caution_list.type_kome .caution_list_item {
  list-style: none;
  margin-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}

#promo_scenario_contest_home .caution_list.type_kome .caution_list_item:not(:last-child) {
  margin-bottom: .5em;
}

#promo_scenario_contest_home .caution_list.type_kome .caution_list_item::before {
  margin-right: .5em;
  content: "※";
}

#promo_scenario_contest_home .category_heading {
  margin-bottom: 15px;
  padding: 5px 0;
  background-color: #9da6fc;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#promo_scenario_contest_home .category_heading.great_prize {
  background-color: #000;
  background-image: linear-gradient(135deg, #ffc900, #f2b40b 30%, #ffd950 40%, #f1ca10 50%, #ffd100 60%, #cc5c00);
  color: #663433;
  border: 1px solid #d77700;
}

#promo_scenario_contest_home .category_heading.equivalent {
  background-color: #000;
  background-image: linear-gradient(135deg, #bdbdbd, #ffffff 30%, #f3f3f3 40%, #ececec 50%, #e6e6e6 60%, #bfbfbf);
  color: #663433;
  border: 1px solid #b7b7b7;
}

#promo_scenario_contest_home .category_heading.winning {
  background-color: #000;
  background-image: linear-gradient(135deg, #a24400, #d69120 30%, #eca943 40%, #eca357 50%, #ef8e3b 60%, #a54300);
  color: #663433;
  border: 1px solid #ad4b05;
}

#promo_scenario_contest_home .category_body {
  display: flex;
  align-items: baseline;
  padding: 0 10px;
}

#promo_scenario_contest_home .category_body .headline {
  white-space: nowrap;
}

#promo_scenario_contest_home .category_body .content_text {
  line-height: 1.4;
}

#promo_scenario_contest_home .category_body .content_text .inportant {
  font-size: 20px;
}

#promo_scenario_contest_home .block_application {
  max-width: 640px;
  margin: 0 auto;
}

#promo_scenario_contest_home .block_application.is_unlogin {
  max-width: 100%;
}

#promo_scenario_contest_home .application_msg {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

#promo_scenario_contest_home .block_mail_temp {
  padding: 10px 25px;
  border: 1px solid #634242;
}

#promo_scenario_contest_home .block_mail_temp:not(:last-child) {
  margin-bottom: 1em;
}

#promo_scenario_contest_home .mail_temp {
  display: flex;
  font-size: 16px;
}

#promo_scenario_contest_home .mail_temp .headline {
  width: 7em;
  margin-right: 20px;
  color: #daac78;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

/* 汎用
-----------------------------------------------------*/

#promo_scenario_contest_home .flex_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#promo_scenario_contest_home .flex_list .flex_list_item:not(:last-child) {
  margin-right: 10px;
}

#promo_scenario_contest_home .application .flex_list .flex_list_item:not(:last-child) {
  margin-right: 20px;
}

#promo_scenario_contest_home .flex_list .flex_list_item .anchor_link {
  display: block;
  width: 200px;
  padding: 8px 0;
  box-shadow: 4px 4px 0 #806060;
  border: 1px solid #663433;
  background-color: #fff9c4;
  color: #946070;
  font-size: 22px;
  text-align: center;
  transition: .5s ease;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .flex_list .flex_list_item .anchor_link {
    width: 22vw;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
  }
  #promo_scenario_contest_home .flex_list .flex_list_item:not(:last-child) {
    margin-right: 3px;
  }
}

#promo_scenario_contest_home .flex_list .flex_list_item .anchor_link:hover {
  background-color: #fdd046;
  text-decoration: none;
  border-radius: 0px;
}

#promo_scenario_contest_home .flexbox {
  display: flex;
  justify-content: center;
}

#promo_scenario_contest_home .flexbox .flex_item:not(:last-child) {
  margin-right: 20px;
}

#promo_scenario_contest_home .box_02 .flexbox .flex_item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .flexbox {
    display: flex;
    flex-direction: column;
  }
  #promo_scenario_contest_home .flex_item {
    display: flex;
    justify-content: row;
    flex-direction: column;
  }
  #promo_scenario_contest_home .box_02 .flexbox .flex_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* box_04
-------------------------------------------- */

#promo_scenario_contest_home .gp_box {
  margin-bottom: 2em;
  /* display: flex; */
  justify-content: center;
  width: 870px;
  margin: 0 auto;
}

#promo_scenario_contest_home .gp_box li {
  margin: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #promo_scenario_contest_home .gp_box {
    width: 100%;
    margin: 0 auto;
  }
  #promo_scenario_contest_home .gp_box img {
    width: 100%;
  }
  #promo_scenario_contest_home .gp_box li:nth-child(2), #promo_scenario_contest_home .gp_box li:nth-child(3) {
    width: 49%;
    margin: 5px 0;
  }
  #promo_scenario_contest_home .gp_box li {
    margin: 0px;
    display: inline-block;
  }
}

.box_04 .content_frame_inner {
  background: #fff url(https://www.dlsite.com/images/promo/scenario_contest_home/bg_scenario_result.png) center no-repeat;
}

.box_04 .content_frame_inner p {
  text-align: center;
}

/* ボタン
-----------------------------------------------------*/

#promo_scenario_contest_home .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  min-height: 74px;
  padding: 0 1.5em;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  transition: .15s ease;
}

#promo_scenario_contest_home .btn {
  color: #fff;
  text-decoration: none;
}

#promo_scenario_contest_home .btn div {
  text-align: center;
}

#promo_scenario_contest_home .btn.type_submit {
  box-shadow: 0 7px 0 #a61b59;
  background-color: #f6256c;
}

#promo_scenario_contest_home .btn.type_submit span {
  font-size: 14px;
  font-weight: normal;
}

#promo_scenario_contest_home .btn:hover {
  opacity: .75;
}

#promo_scenario_contest_home .btn.type_login {
  box-shadow: 0 7px 0 #d78923;
  background-color: #fdd046;
  text-shadow: #d78923 1px 0px 1px, #d78923 -1px 0px 1px, #d78923 0px -1px 1px, #d78923 -1px 0px 1px, #d78923 1px 1px 1px, #d78923 -1px 1px 1px, #d78923 1px -1px 1px, #d78923 -1px -1px 1px, #d78923 1px 1px 1px, #d78923 -1px 1px 1px, #d78923 1px -1px 1px, #d78923 -1px -1px 1px, #d78923 1px 1px 1px, #d78923 -1px 1px 1px, #d78923 1px -1px 1px, #d78923 -1px -1px 1px, #d78923 1px 1px 1px, #d78923 -1px 1px 1px, #d78923 1px -1px 1px, #d78923 -1px -1px 1px;
}

#promo_scenario_contest_home .btn.type_login span {
  color: #fffcc3;
  font-size: 16px;
}

#promo_scenario_contest_home .btn.type_registration {
  box-shadow: 0 7px 0 #22661b;
  background-color: #5ab551;
  text-shadow: #22661b 1px 0px 1px, #22661b -1px 0px 1px, #22661b 0px -1px 1px, #22661b -1px 0px 1px, #22661b 1px 1px 1px, #22661b -1px 1px 1px, #22661b 1px -1px 1px, #22661b -1px -1px 1px, #22661b 1px 1px 1px, #22661b -1px 1px 1px, #22661b 1px -1px 1px, #22661b -1px -1px 1px, #22661b 1px 1px 1px, #22661b -1px 1px 1px, #22661b 1px -1px 1px, #22661b -1px -1px 1px, #22661b 1px 1px 1px, #22661b -1px 1px 1px, #22661b 1px -1px 1px, #22661b -1px -1px 1px;
}

#promo_scenario_contest_home .separator {
  display: block;
  margin: 50px 0;
  border-bottom: 2px dotted #daac78;
}

a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 30px;
  background: url(https://www.dlsite.com/images/promo/scenario_contest_home/icon_return_top.png) no-repeat 0 -50px;
  opacity: 0.5;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.promo_return_top:hover {
  margin-top: 1px;
  opacity: 1;
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}

a.promo_return_top.nonfixed {
  position: absolute;
}

/* 終了表示 */

.close_box {
  width: 960px;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

#promo_scenario_contest_home .close_box .content_frame_inner {
  padding: 20px;
}

/* アンカー調整 */

section {
  padding-top: 40px;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  section {
    padding-top: 0px;
    margin-top: 0px;
  }
}