@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&amp;display=swap");

/* ページ名
-------------------------------------------------- */
.senryu_wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.senryu_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .senryu_sec_inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .modal_wrap .senryu_sec_inner {
    padding: 0px;
  }
}

.senryu_wrapper .lp_header {
  background: none;
  border-bottom: 1px solid #c4c4c4;
  margin: 0 20px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 1365px) {
  .senryu_wrapper .lp_header {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .senryu_wrapper .lp_header {
    background: #fff;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    border: none;
  }
}

.senryu_wrapper img {
  max-width: 100%;
}

.senryu_mv {
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/mv_bg.jpg) no-repeat top center;
  text-align: center;
  height: 110vh;
  position: relative;
  background-size: cover;
}

.senryu_mv .pc_min {
  display: none;
}

@media screen and (max-width: 1365px) {
  .senryu_mv .pc_min {
    display: block;
  }

  .senryu_mv {
    background: none;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .senryu_mv .pc_min {
    display: none;
  }

  .mv_title {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .senryu_mv {
    background: none;
    height: auto;
  }
}

.senryu_mv .sp {
  display: none; 
}

@media screen and (max-width: 768px) {
  .senryu_mv .pc {
    display: none;
  }

  .senryu_mv .sp {
    display: block;
  }
}

.mv_title {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1365px) {
  .mv_title {
    display: none;
    position: static;
    transform: inherit;
  }
}

@media screen and (max-width: 768px) {
  .mv_title {
    width: 100%;
    margin: 0;
  }
}

.senryu_sec.type_red {
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/bg_red_pattern.png);
  background-size: 10%;
  color: #fff;
}

.senryu_sec.type_white {
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/bg_white_pattern.png);
  background-size: 10%;
}

.senryu_sec {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .senryu_sec {
    padding: 50px 0;
  }
}

.senryu_title {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .senryu_title {
    margin-bottom: 40px;
  }
}

.senryu_btn_wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .senryu_btn_wrap {
    flex-direction: column;
    align-items: center;
  }
}

.senryu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  text-align: center;
  padding: 37px 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .senryu_btn {
    width: calc(100% - 25px);
    text-align: center;
    letter-spacing: 0.2rem;
  }
}

.senryu_btn:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .senryu_btn:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

.senryu_odai .senryu_btn {
  display: inline-block;
}

.senryu_btn.type_white {
  color: #c34e4e;
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/btn_bg.png) no-repeat top center;
  background-color: #fff;
}

.senryu_btn.type_red {
  color: #fff;
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/btn_bg.png) no-repeat top center;
  background-color: #c34e4e;
}

.senryu_btn.type_white:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 12px);
  display: block;
  border: 1px solid #c34e4e;
}

.senryu_btn.type_red:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 12px);
  display: block;
  border: 1px solid #fff;
}

.senryu_btn:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: all .3s;
  right: 21px;
  top: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .senryu_btn:after {
    top: 50%;
  }
}

.senryu_btn.type_white:after {
  border-top: 1px solid #c34e4e;
  border-right: 1px solid #c34e4e;
}

.senryu_btn.type_red:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.senryu_btn.type_anc:after {
  bottom: 18px;
  transform: rotate(135deg);
  right: calc(50% - 6px);
  top: inherit;
}

.senryu_btn.type_twitter span::before {
  content: "";
  left: -10px;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.senryu_btn:hover {
  opacity: .8;
}

.senryu_btn:hover:after {
  right: 18px;
}

.senryu_btn.type_anc:hover:after {
  bottom: 15px;
  right: calc(50% - 6px);
}

.senryu_btn.type_disabled {
  background-color: #959595;
  pointer-events: none;
  color: #fff;
}

.senryu_btn.type_disabled:before {
  border: 1px solid #fff;
}

.senryu_btn.type_disabled:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.senryu_odai_wrap {
  display: flex;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .senryu_odai_wrap {
    align-items: center;
  }
}

.senryu_odai_wrap.type_2column {
  display: flex;
}

@media screen and (max-width: 767px) {
  .senryu_odai_wrap.type_2column {
    flex-direction: column;
  }
}

.senryu_odai {
  width: 50%;
  text-align: center;
  padding: 50px 10px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .senryu_odai {
    width: 95%;
    padding: 40px 0;
  }
}

.senryu_odai.type_red {
  background: #c34e4e;
  color: #fff;
}

.senryu_odai.type_white {
  background: #fff;
  color: #c34e4e;
}

.senryu_odai h3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .senryu_odai h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.senryu_odai h3 span {
  font-weight: bold;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .senryu_odai h3 span {
    font-size: 24px;
  }
}

.senryu_odai p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .senryu_odai p {
    font-size: 18px;
  }
}

.senryu_odai img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .senryu_odai img {
    margin-bottom: 30px;
    max-width: 60%;
  }
}

.senryu_odai:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .senryu_odai:not(:last-child) {
    margin: 0 0 40px 0;
  }
}

.senryu_bg_dil {
  position: absolute;
  right: 0;
  bottom: 55%;
  z-index: 0;
}

@media screen and (max-width: 1650px) {
  .senryu_bg_dil {
    right: -110px;
  }
}

.senryu_bg_eru {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}

.senryu_bg_sai {
  position: absolute;
  right: 0;
  bottom: 210%;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  .senryu_bg_sai {
    bottom: 190%;
  }
}

@media screen and (max-width: 1365px) {

  .senryu_bg_dil,
  .senryu_bg_eru,
  .senryu_bg_sai {
    display: none;
  }
}

.senryu_sougyousai_annai {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .senryu_sougyousai_annai {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.senryu_sougyousai_banner img {
  width: 480px;
  margin: 0 auto;
  display: block;
}

.senryu_sougyousai_banner img:hover {
  opacity: .8;
}

/* モーダル */
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  padding: 60px 120px 60px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .modal_box {
    width: 90%;
    padding: 30px 2vw 30px;
  }
}

.modal_close {
  position: absolute;
  top: -80px;
  right: -6px;
  display: block;
  width: 50px;
  height: 80px;
  color: #000;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_close {
    top: -25px;
    right: -2px;
  }
}

.modal_close::before,
.modal_close::after {
  display: block;
  content: "";
  width: 50px;
  position: absolute;
  top: 50px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 767px) {

  .modal_close::before,
  .modal_close::after {
    width: 40px;
    background: #000;
  }
}

.modal_close::before {
  transform: rotate(-45deg);
}

.modal_close::after {
  transform: rotate(45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_inner h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 2;
  background: #c34e4e;
  padding: 5px 20px 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .modal_inner h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.modal_inner h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .modal_inner h4 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.modal_inner h4 span {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .modal_inner h4 span {
    font-size: 25px;
  }
}

.modal_text_area input {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal_text_area input {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    width: 93%;
  }
}

.modal_text_area p {
  font-size: 18px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .modal_text_area p {
    font-size: 15px;
  }
}

.modal_text_area {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .modal_text_area {
    margin-bottom: 25px;
  }
}

.senryu_sec_subtitle {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .senryu_sec_subtitle {
    font-size: 25px;
  }
}

.type_red .senryu_sec_subtitle {
  background: #fff;
  padding: 5px 20px 10px;
  color: #c34e4e;
}

.type_white .senryu_sec_subtitle {
  background: #c34e4e;
  padding: 5px 20px 10px;
  color: #fff;
}

.senryu_sec_text {
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .senryu_sec_text {
    font-size: 15px;
    letter-spacing: 0.15rem;
  }
}

.senryu_kikan {
  text-align: center;
  margin-top: 30px;
}

.senryu_user_houshu {
  text-align: center;
  margin: 70px 100px 100px;
}

@media screen and (max-width: 767px) {
  .senryu_user_houshu {
    margin: 40px 0;
  }
}

.senryu_howto_toukou li h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 22px;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  senryu_howto_toukou li h4 {
    font-size: 18px;
  }
}

.senryu_howto_toukou li {
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senryu_howto_toukou li {
    font-size: 15px;
  }
}

.senryu_howto_toukou li:not(:last-child) {
  margin-bottom: 40px;
}

.senryu_kome {
  display: block;
  font-size: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .senryu_kome {
    font-size: 14px;
  }
}

.senryu_sec_inner_box {
  margin: 80px 0 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senryu_sec_inner_box {
    margin: 50px 0 50px;
  }
}

.caution_items {
  padding-left: 20px;
}

.caution_items li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .caution_items li {
    font-size: 14px;
  }
}

.caution_items li:not(:last-child) {
  margin-bottom: 30px;
}

.senryu_underline {
  font-weight: bold;
  border-bottom: 6px solid #ffd956;
  padding: 0px;
}

.caution_items li a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid;
}

.caution_items li a:hover {
  opacity: .8;
}

/* 結果発表に伴う更新 */
.senryu_gaiyou_inner {
  position: relative;
}

.senryu_gaiyou_inner::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 110%;
  height: 104%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.senryu_gaiyou_inner::after {
  content: "募集は終了しました";
  position: absolute;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.senryu_award_text {
  font-size: 40px;
  font-weight: bold;
  color: #c34e4e;
  text-align: center;
  margin: 50px 0;
  letter-spacing: 0.2rem;
}

.senryu_award_text:nth-child(4) {
  font-size: 23px;
  line-height: 2;
  letter-spacing: 0.3rem;
}

.senryu_odai.type_gold {
  background: rgb(191, 150, 0);
  background: linear-gradient(180deg, rgba(221, 163, 0, 1) 0%, rgba(255, 254, 170, 1) 50%, rgba(221, 163, 0, 1) 100%);
  border: 1px solid #4c0808;
  color: #fff;
  padding: 50px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.senryu_sakura {
  z-index: 0;
  position: absolute;
  bottom: 38%;
  width: 16%;
}

.senryu_sakura.type_right {
  right: 0;
}

.senryu_sakura.type_left {
  left: 0;
  transform: scale(-1, 1);
}

.senryu_odai.type_gold h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.senryu_odai.type_gold h3::after {
  content: "";
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/odai_award_hane.png) no-repeat;
  right: -30px;
}

.senryu_odai.type_gold h3::before {
  content: "";
  background: url(https://www.dlsite.com/modpub/images/campaign/senryu/images/odai_award_hane.png) no-repeat;
  left: -46px;
  transform: scale(-1, 1);
}

.senryu_odai.type_gold h3::after,
.senryu_odai.type_gold h3::before {
  position: absolute;
  background-size: 100%;
  width: 32px;
  height: 57px;
}

.senryu_review {
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 20px;
  color: #333;
  margin: 0 20px 40px 20px;
}

.senryu_review p {
  font-size: 17px;
  line-height: 1.7;
}

.senryu_review span {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.senryu_odai.type_gold img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .senryu_sakura {
    display: none;
  }

  .senryu_award_text {
    font-size: 25px;
    line-height: 1.5;
    margin: 30px 0;
  }

  .senryu_award_text:nth-child(4) {
    font-size: 18px;
    line-height: 1.8;
  }
  
  .senryu_review p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .senryu_review {
    margin: 0 10px 40px 10px;
  }
}