@charset "UTF-8";
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1024px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* FlexBox用　ここから */
/* flex-wrap: wrap; */
/*左右中央*/
/*上下中央*/
/*縦並び*/
/*逆縦並び*/
/*横並び*/
/*逆横並び*/
/*左寄せ*/
/*右寄せ*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* justify-content: center; */
/* align-self: flex-end; */
/* align-self: center; */
/* FlexBox用　ここまで */
body {
  margin: 0;
  padding: 0;
  font: 15px/1.6 '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  color: #333;
}

@media screen and (max-width: 599px) {
  body {
    font: 13px/1.6 '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:-ms-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

input[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

input[type="reset"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
    position: relative;
  }
  .main-list {
    position: relative;
    min-height: 40vh;
    top: -130px;
    margin: auto;
    max-width: 1200px;
  }
  .main-list__item {
    position: absolute;
  }
  .main-list__item.otaku {
    max-width: 52%;
    top: 36px;
    left: -16px;
  }
  .main-list__item.nekomimi {
    max-width: 56%;
    top: 0;
    right: -10px;
  }
  .main-list__item.bara {
    display: none;
  }
  .main-list img {
    width: 100%;
  }
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

/*---------------------------------------
form
----------------------------------------*/
/* ------ common ------*/
.form-wrap {
  margin-bottom: 80px;
  background-color: #8c0103;
  background-image: url(../img/bg/frame01-tl-detail.jpg), url(../img/bg/frame01-tr-detail.jpg), url(../img/bg/frame01-bl-detail.jpg), url(../img/bg/frame01-br-detail.jpg), url(../img/bg/frame01-l-line.jpg), url(../img/bg/frame01-t-line.jpg), url(../img/bg/frame01-r-line.jpg), url(../img/bg/frame01-b-line.jpg);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 left,
 top,
 right,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-y,
 repeat-x,
 repeat-y,
 repeat-x;
  padding: 120px 50px 50px 50px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .form-wrap {
    background-size: 40px auto,
 40px auto,
 40px auto,
 40px auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-wrap {
    padding: 120px 50px 50px 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .form-wrap {
    padding: 90px 20px 40px 20px;
    margin-bottom: 30px;
  }
}

.form-wrap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/kamiwonerae-title.png);
  background-size: 218px 218px;
  width: 218px;
  height: 218px;
}

@media screen and (max-width: 599px) {
  .form-wrap::before {
    background-size: 140px 140px;
    width: 140px;
    height: 140px;
    top: -50px;
  }
}

.form-title {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-title {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 599px) {
  .form-title {
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.form-days {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.5rem;
  text-align: center;
  color: #e5d710;
  vertical-align: middle;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .form-days {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.form-days span {
  background-color: #111;
  color: #fff;
  margin-right: 10px;
  font-size: 2.0rem;
  padding: 5px 15px 5px 15px;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  .form-days span {
    font-size: 1.6rem;
    display: block;
    text-align: center;
    padding: 2px 10px 2px 10px;
    margin-bottom: 5px;
  }
}

.form-sec {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-sec {
    margin: 0 0px;
  }
}

@media screen and (max-width: 599px) {
  .form-sec {
    margin: 0 0px;
  }
}

/*---------------------------------------
	error
----------------------------------------*/
.error-box {
  margin: 30px 0 30px 0;
  padding: 30px 0 30px;
  border: 1px solid #ffdf2b;
  color: #ffdf2b;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
}

@media screen and (max-width: 599px) {
  .error-box {
    margin: 20px 0;
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

/*---------------------------------------
	send
----------------------------------------*/
.send-box {
  margin: 30px 0 30px 0;
  padding: 50px;
  border: double 6px #cc9d4c;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 599px) {
  .send-box {
    margin: 15px 0 15px 0;
    padding: 15px;
  }
}

.send-box__title {
  margin: 0 0 15px 0;
  font-size: 4.0rem;
  font-weight: 700;
  color: #cc8a18;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

@media screen and (max-width: 599px) {
  .send-box__title {
    margin: 0 0 10px 0;
    font-size: 2.0rem;
  }
}

.send-box__text {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
}

.send-box__text span {
  padding: 0 5px;
  font-size: 3.2rem;
  color: #8c0103;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .send-box__text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .send-box__text span {
    font-size: 1.7rem;
  }
}

/*---------------------------------------
	nekomimi
----------------------------------------*/
.nekomimi-box {
  margin: 30px 0 30px 0;
  padding: 50px;
  border: double 6px #d5355c;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 599px) {
  .nekomimi-box {
    margin: 15px 0 15px 0;
    padding: 15px;
  }
}

.nekomimi-box__title {
  margin: 0 0 15px 0;
  font-size: 3.0rem;
  font-weight: 700;
  color: #d5355c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

@media screen and (max-width: 599px) {
  .nekomimi-box__title {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
  }
}

.nekomimi-box__text {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
}

.nekomimi-box__text span {
  padding: 0 5px;
  font-size: 3.2rem;
  color: #8c0103;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .nekomimi-box__text {
    font-size: 1.4rem;
  }
  .nekomimi-box__text span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-box a img {
    width: 100%;
  }
}

.send-bnr {
  margin: 30px 0;
}

@media screen and (max-width: 599px) {
  .send-bnr {
    margin: 20px 0;
  }
}

.send-bnr img {
  width: 100%;
}

.send-bnr img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.send-sns {
  margin-bottom: 50px;
  padding: 30px 100px;
  border: double 6px #0060af;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .send-sns {
    margin-bottom: 0;
    padding: 20px;
  }
}

.send-sns__title {
  margin: 0 0 15px 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

@media screen and (max-width: 599px) {
  .send-sns__title {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
  }
}

.send-sns ul li {
  margin: 0 0 0 2%;
  width: 48%;
  float: left;
}

@media screen and (max-width: 599px) {
  .send-sns ul li {
    width: 49%;
  }
}

.send-sns ul li:first-child {
  margin: 0;
}

.send-sns ul li img {
  width: 100%;
  max-width: 360px;
}

.send-sns ul li img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.contact-form {
  margin: 0px 0px;
  /* チェックボックススタイル */
  /* チェックされた時のスタイル */
  /* ラジオボタンスタイル */
  /* チェックされた時のスタイル */
  /* lableのスタイル */
  /*注意事項*/
  /*---------------------------------------
	error
	----------------------------------------*/
  /*---------------------------------------
	conf
	----------------------------------------*/
}

@media screen and (max-width: 599px) {
  .contact-form {
    margin: 10px 0;
  }
}

.contact-form dl {
  width: 100%;
  display: table;
  background-color: #fff;
  background-repeat: repeat;
}

.contact-form dl dt {
  width: 240px;
  padding: 25px 3em 25px 15px;
  margin: 0 0 7px 0;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: top;
  background-color: #e5d710;
  border: 1px solid #161a3f;
  border-top: none;
  position: relative;
  color: #111;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .contact-form dl dt {
    width: 100%;
    margin: 0;
    padding: 7px 10px;
    font-size: 1.5rem;
    border-bottom: none;
    box-sizing: border-box;
    display: block;
  }
}

.contact-form dl dt .notice {
  display: block;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}

.contact-form dl dd {
  padding: 25px;
  margin: 0 0 30px 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000;
  display: table-cell;
  border-bottom: 1px solid #161a3f;
  border-right: 1px solid #161a3f;
}

@media screen and (max-width: 1024px) {
  .contact-form dl dd {
    margin: 0;
    padding: 10px;
    font-size: 1.4rem;
    border-left: 1px solid #161a3f;
    display: block;
  }
}

.contact-form__subtext {
  margin: 6px 0 0 0;
  display: inline-block;
  font-weight: normal;
}

.contact-form__subtext--right {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 599px) {
  .contact-form__subtext--right {
    margin: 6px 0 0 0;
  }
}

.contact-form__subtext--top {
  margin: 0 0 5px 0;
  display: block;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 14px 14px 13px 14px;
  box-sizing: border-box;
  border: 0px solid #c4cac1;
  color: #000;
  background-color: #f3f3ec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  font-weight: normal;
}

.contact-form input[type="text"].wd50,
.contact-form input[type="tel"].wd50,
.contact-form input[type="email"].wd50,
.contact-form textarea.wd50 {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .contact-form input[type="text"].wd50,
  .contact-form input[type="tel"].wd50,
  .contact-form input[type="email"].wd50,
  .contact-form textarea.wd50 {
    width: 100%;
  }
}

.contact-form input[type="text"].wd30,
.contact-form input[type="tel"].wd30,
.contact-form input[type="email"].wd30,
.contact-form textarea.wd30 {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .contact-form input[type="text"].wd30,
  .contact-form input[type="tel"].wd30,
  .contact-form input[type="email"].wd30,
  .contact-form textarea.wd30 {
    width: 50%;
  }
}

.contact-form input[type="text"].year,
.contact-form input[type="tel"].year,
.contact-form input[type="email"].year,
.contact-form textarea.year {
  width: 80%;
  display: inline-block;
}

.contact-form input[type="text"].error,
.contact-form input[type="tel"].error,
.contact-form input[type="email"].error,
.contact-form textarea.error {
  border: 2px solid #ff0000;
}

@media screen and (max-width: 599px) {
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form textarea {
    padding: 12px;
  }
}

.contact-form textarea {
  resize: vertical;
}

.contact-form select {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  margin: 0;
  padding: 14px 14px 13px 14px;
  border: 0px solid #c4cac1;
  color: #000;
  background-color: #f3f3ec;
  cursor: pointer;
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.contact-form select.year {
  width: 80%;
  display: inline-block;
}

.contact-form select.wd30 {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .contact-form select.wd30 {
    width: 50%;
  }
}

.contact-form select.wd50 {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .contact-form select.wd50 {
    width: 100%;
  }
}

.contact-form select.error {
  border: 2px solid #ff0000;
}

@media screen and (max-width: 599px) {
  .contact-form select {
    padding: 12px;
    background-size: 5px 4px;
  }
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form .es {
  width: 42px;
  margin: -10px 0 0 10px;
  text-align: center;
  padding: 1px 0 0 0;
  font-size: 1.3rem;
  color: #fff;
  background-color: #111111;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form .es {
    top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .contact-form .es {
    margin: -8px 0 0 6px;
    padding: 3px 0 2px 0;
    font-size: 1.2rem;
    width: 36px;
    line-height: 1em;
    top: 20px;
  }
}

.contact-form .checkbox-wrapper {
  width: 100%;
}

.contact-form .checkbox-wrapper__item {
  margin-left: 2%;
  width: 49%;
  float: left;
  position: relative;
}

.contact-form .checkbox-wrapper__item:first-child {
  margin-left: 0;
}

.contact-form .checkbox-wrapper__item--culm3 {
  width: 32%;
  margin-left: 2%;
}

.contact-form .checkbox-wrapper__s_text {
  margin: 0 -20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .contact-form .checkbox-wrapper__s_text {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form .checkbox-wrapper__pink_text {
  margin: 5px 0 0 0;
  display: inline-block;
  color: #e3477d;
}

.contact-form .checkbox {
  position: absolute;
  top: 38%;
  left: 5%;
}

@media screen and (max-width: 599px) {
  .contact-form input[type=checkbox] {
    display: none;
  }
}

.contact-form input[type="checkbox"]:checked + label {
  background: #000;
  color: #000;
  font-weight: bold;
}

.contact-form .radio-wrapper {
  width: 100%;
}

.contact-form .radio-wrapper__item {
  margin-left: 2%;
  width: 49%;
  float: left;
  position: relative;
}

.contact-form .radio-wrapper__item:first-child {
  margin-left: 0;
}

.contact-form .radio-wrapper__item--culm3 {
  width: 32%;
  margin-left: 2%;
}

.contact-form .radio {
  position: absolute;
  top: 38%;
  left: 10%;
}

.contact-form input[type="radio"]:checked + label {
  background: #ffdf2b;
}

.contact-form .label {
  width: 88%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  padding: 15px;
  text-align: center;
  color: #000;
  border: #c4cac1 solid 0px;
  background: #f3f3ec;
  display: block;
  border-radius: 3px;
  cursor: pointer;
}

.contact-form .label.error {
  border: 2px solid #ff0000;
}

@media screen and (max-width: 599px) {
  .contact-form .label {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
  }
  .contact-form .label--oneline {
    padding-top: 25px;
  }
}

.contact-form .birth-list__item {
  width: 20%;
  float: left;
}

@media screen and (max-width: 599px) {
  .contact-form .birth-list__item {
    width: 33.3%;
  }
}

.contact-form .birth-list__item span {
  vertical-align: bottom;
}

.contact-form .address-list__item:first-child {
  margin: 0 0 8px 0;
}

.contact-form .admission-list__item:first-child {
  margin: 0 0 8px 0;
}

.contact-form__btn {
  margin: 30px auto 10px;
  text-align: center;
}

.contact-form__btn input[type="image"] {
  max-width: 451px;
}

.contact-form__btn input[type="image"]:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .contact-form__btn input[type="image"] {
    max-width: 320px;
  }
}

@media screen and (max-width: 599px) {
  .contact-form__btn {
    max-width: 100%;
  }
  .contact-form__btn input[type="image"] {
    width: 100%;
  }
}

.contact-form__btn--mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .contact-form__btn--mt30 {
    margin-top: 20px;
  }
}

.contact-form__btn-list {
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .contact-form__btn-list {
    margin: 20px auto;
  }
}

.contact-form__btn-list input[type="image"] {
  max-width: 360px;
}

.contact-form__btn-list input[type="image"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .contact-form__btn-list input[type="image"] {
    width: 70%;
  }
}

.contact-form__btn-list li:first-child {
  margin: 0 0 5px 0;
}

.contact-form__btn-list li:first-child input[type="image"] {
  max-width: 451px;
}

@media screen and (max-width: 599px) {
  .contact-form__btn-list li:first-child input[type="image"] {
    width: 100%;
  }
}

.contact-form__area li:first-child {
  margin: 0 0 10px 0;
}

.contact-form__otaku-facelink {
  margin: 7px 0 0 0;
  display: inline-block;
  padding: 0 26px 0 9px;
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  position: relative;
}

.contact-form__otaku-facelink::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
  border-left-color: #17a2e0;
}

@media screen and (max-width: 599px) {
  .contact-form__otaku-facelink {
    background-image: none;
  }
  .contact-form__otaku-facelink::before {
    top: 5px;
  }
}

.contact-form__notice {
  margin: 10px 0 30px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .contact-form__notice {
    margin: 10px 0 30px 0;
  }
}

.contact-form__notice02 {
  padding: 30px;
  border: double 6px #cc9d4c;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 599px) {
  .contact-form__notice02 {
    padding: 20px 15px;
  }
}

.contact-form__notice02.tohyo-top {
  background-color: transparent;
  color: #fff;
}

.contact-form__notice02 li {
  margin: 5px 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.contact-form__notice-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #cc9d4c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .contact-form__notice-title {
    font-size: 1.5rem;
  }
}

.contact-form__error-text {
  margin: 0 0 3px 0;
  color: #ff0000;
}

.contact-form__conf dl dd {
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .contact-form__conf dl dd {
    margin: 0 0 0px 0;
    padding-left: 10px;
  }
}

.form-top-text {
  color: #fff;
  margin-bottom: 20px;
}

.nekomimiList {
  /* チェックされた時のスタイル */
}

.nekomimiList:before, .nekomimiList:after {
  content: "";
  display: table;
}

.nekomimiList:after {
  clear: both;
}

.nekomimiList li {
  width: 23%;
  padding: 8px 8px 3px 8px;
  background-color: #ddd;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
  border-radius: 2px;
  float: left;
  box-sizing: border-box;
}

.nekomimiList li:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .nekomimiList li {
    width: 32%;
    padding: 6px 6px 1px 6px;
    margin-left: 2%;
  }
  .nekomimiList li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .nekomimiList li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.nekomimiList li img {
  width: 100%;
  height: auto;
}

.nekomimiList li input {
  width: 100%;
  margin: 10px 0 0 0;
  height: 15px;
  cursor: pointer;
  outline: none;
}

.nekomimiList input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}

.nekomimiList .label-02 {
  display: block;
  margin: 7px 0 5px;
  padding: 6px 5px 5px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #aaa;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
}

@media screen and (max-width: 599px) {
  .nekomimiList .label-02 {
    font-size: 1.4rem;
  }
}

.nekomimiList input[type="radio"]:checked + label {
  background: #cc0030;
  color: #fff;
  font-weight: bold;
}

.nekomimiConf {
  vertical-align: middle;
}

.nekomimiConf img {
  display: inline;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 100px;
  height: 100px;
}

.send-real {
  text-align: center;
}

.send-real img {
  width: 60%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-real img {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .send-real img {
    width: 100%;
  }
}

.send-box__lead {
  margin-bottom: 20px;
}

/*footer*/
.footer {
  background-color: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .footer {
    padding-top: 20px;
  }
}

.footer::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 0;
  margin: auto;
  background-image: url(../img/head_bara.png);
  background-size: auto 130px;
  width: 100%;
  height: 130px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .footer::before {
    background-size: auto 90px;
    height: 90px;
    top: -30px;
  }
}

@media screen and (max-width: 599px) {
  .footer::before {
    background-size: auto 60px;
    height: 60px;
  }
}

.footer-bnr {
  margin: 0 auto 20px;
  max-width: 1000px;
  text-align: center;
}

.footer-bnr li {
  margin: 0 0 0 20px;
  display: inline-block;
}

.footer-bnr li:first-child {
  margin: 0;
}

.hyousyou-text {
  margin: 20px 0 0px 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .hyousyou-text {
    margin: 20px 10px 20px;
  }
}

.footer-bottom {
  padding: 30px 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .footer-bottom {
    padding: 20px 0 18px;
  }
}

.footer-bottom__inner {
  margin: 0 auto;
  max-width: 1000px;
}

.footer-bottom__left {
  max-width: 630px;
  margin: 12px 0 0 0;
  float: left;
}

@media screen and (max-width: 1024px) {
  .footer-bottom__left {
    margin: 0 10px 10px;
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .footer-bottom__left a {
    display: inline-block;
  }
}

.footer-bottom__right {
  max-width: 400px;
  text-align: right;
  float: right;
}

@media screen and (max-width: 1024px) {
  .footer-bottom__right {
    max-width: 100%;
    text-align: center;
    float: none;
  }
}

.copyright {
  padding: 10px 0;
  font-size: 1.4rem;
  background-color: #fff;
  text-align: center;
  color: #5A5A5A;
}

@media screen and (max-width: 599px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/*ページトップ*/
#page_top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  #page_top {
    width: 130px;
    height: 130px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 599px) {
  #page_top {
    width: 90px;
    height: 90px;
    bottom: 10px;
    right: 10px;
  }
  #page_top img {
    width: 100%;
  }
}

#page_top img {
  width: 100%;
}

#page_top a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/*--------------------------------------
header
---------------------------------------*/
.header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header {
    padding: 10px 10px 50px 10px;
  }
}

@media screen and (max-width: 599px) {
  .header {
    padding: 10px 10px 36px 10px;
  }
}

@media screen and (max-width: 599px) {
  .header.form {
    padding-bottom: 60px;
  }
}

.header-wrap {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__logo {
  width: 211px;
  margin: 0px 0 0 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__logo {
    width: 180px;
  }
}

@media screen and (max-width: 599px) {
  .header__logo {
    padding: 0px 0 0 0px;
    width: 110px;
    margin-bottom: 8px;
  }
}

.header__logo a {
  display: block;
}

.header__logo img {
  width: 100%;
}

.header__more {
  width: calc(100% - (211px + 189px));
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__more {
    width: calc(100% - (180px + 189px));
  }
  .header__more img {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .header__more {
    width: 80%;
    display: block;
    margin: auto;
  }
  .header__more img {
    width: 100%;
  }
}

.header__sns {
  width: 189px;
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .header__sns {
    margin: 0 0px 8px 0;
    width: calc(100% - 110px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
}

.header__sns-list li {
  margin: 0 0 0 10px;
  float: left;
  overflow: initial;
}

.header__sns-list li:first-child {
  margin: -4px 0 0 0;
}

.header__sns-list li a {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .header__sns-list li:first-child {
    margin: 0;
  }
}

/*---------------------------------------
top
----------------------------------------*/
img {
  -webkit-backface-visibility: hidden;
}

.main-title {
  padding-top: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 599px) {
  .main-title {
    margin-bottom: 60px;
  }
}

.main-title img {
  width: 100%;
}

.main-title.top {
  max-width: 1400px;
  margin: 0 auto 0px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .main-title__data img {
    margin-top: -20px;
  }
}

.main-title__result {
  margin: -120px 0 50px 0px;
  max-width: 1300px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-title__result {
    margin: -60px 0 0px 0px;
  }
}

@media screen and (max-width: 599px) {
  .main-title__result {
    margin: -30px 0 0px 0px;
  }
}

.main-title.inner {
  max-width: 1380px;
  margin: 0 auto 30px;
  text-align: center;
  padding-left: 20px;
}

.main-title.inner img {
  width: 80%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-title.inner {
    margin-bottom: 60px;
  }
  .main-title.inner img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .main-title.inner {
    padding: 0;
    margin-bottom: 30px;
  }
  .main-title.inner img {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .main-list {
    position: relative;
    min-height: 40vh;
    top: -130px;
    margin: auto;
    max-width: 1200px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-list {
    position: relative;
    min-height: 25vh;
    top: -60px;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .main-list {
    margin-top: -20px;
  }
}

@media screen and (min-width: 600px) {
  .main-list__item {
    position: absolute;
  }
}

@media screen and (min-width: 1025px) {
  .main-list__item.otaku {
    max-width: 50%;
    top: 2px;
    left: -16px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-list__item.otaku {
    max-width: 50%;
    top: 10px;
    left: 5px;
  }
}

@media screen and (max-width: 599px) {
  .main-list__item.otaku {
    width: 92%;
    margin: 0 0 0 2%;
  }
}

@media screen and (min-width: 1025px) {
  .main-list__item.nekomimi {
    max-width: 54%;
    top: -1px;
    right: 0px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-list__item.nekomimi {
    max-width: 54%;
    top: 10px;
    right: 0px;
    overflow: hidden;
  }
  .main-list__item.nekomimi div {
    position: relative;
    right: -12px;
  }
}

@media screen and (max-width: 599px) {
  .main-list__item.nekomimi {
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .main-list__item.nekomimi div {
    width: 100%;
    margin-left: 2%;
  }
}

@media screen and (min-width: 1025px) {
  .main-list__item.bara {
    bottom: -20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-list__item.bara {
    bottom: -20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
  }
}

.main-list img {
  width: 100%;
}

.sec-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .sec-inner {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/*期日*/
.period-list {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .period-list {
    margin-bottom: 10px;
  }
}

.period-list__item {
  width: 31%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__item {
    width: 32%;
  }
}

@media screen and (max-width: 599px) {
  .period-list__item {
    width: 49%;
    margin-bottom: 10px;
  }
}

.period-list__item img {
  width: 100%;
}

.period-list__item:nth-child(4) {
  margin-top: 14%;
}

.period-list__item:nth-child(4) img {
  width: 80%;
  margin: auto;
  display: block;
}

/*新着情報*/
.topics {
  border: 3px solid #cc9d4c;
  padding: 3px;
  position: relative;
  padding: 28px 48px 28px 48px;
  margin-bottom: 48px;
  z-index: 0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .topics {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .topics {
    padding: 28px 20px 20px 20px;
    margin-bottom: 20px;
  }
}

.topics::before, .topics::after {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  border: 1px solid #cc9d4c;
  z-index: -1;
}

.topics::before {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.topics::after {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.topics__title {
  max-width: 124px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 599px) {
  .topics__title {
    max-width: 100px;
  }
}

.topics__title img {
  width: 100%;
}

.topics-list__item {
  margin: 0 0 7px 0;
}

.topics-list__item dl {
  display: table;
  width: 100%;
  color: #fff;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  .topics-list__item dl {
    display: block;
  }
}

.topics-list__item dl dt {
  width: 120px;
  display: table-cell;
}

@media screen and (max-width: 599px) {
  .topics-list__item dl dt {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .topics-list__item dl dt {
    width: 100%;
    float: none;
  }
}

.topics-list__item dl dd {
  display: table-cell;
}

@media screen and (max-width: 599px) {
  .topics-list__item dl dd {
    display: block;
  }
}

/*賞金・商品*/
.prize-sec {
  margin-bottom: 48px;
  background-color: #8c0103;
  padding: 60px 40px 70px 40px;
  position: relative;
  background-image: url(../img/bg/frame01-tl-detail.jpg), url(../img/bg/frame01-tr-detail.jpg), url(../img/bg/frame01-bl-detail.jpg), url(../img/bg/frame01-br-detail.jpg), url(../img/bg/frame01-l-line.jpg), url(../img/bg/frame01-t-line.jpg), url(../img/bg/frame01-r-line.jpg), url(../img/bg/frame01-b-line.jpg);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 left,
 top,
 right,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-y,
 repeat-x,
 repeat-y,
 repeat-x;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-sec {
    background-size: 60px auto,
 60px auto,
 60px auto,
 60px auto;
    padding: 40px 20px 20px 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .prize-sec {
    background-size: 40px auto,
 40px auto,
 40px auto,
 40px auto;
    padding: 30px 20px 40px 20px;
    margin-bottom: 20px;
  }
}

.prize-sec a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

.prize-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.prize-list:before, .prize-list:after {
  content: "";
  display: table;
}

.prize-list:after {
  clear: both;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .prize-list {
    display: block;
    margin-bottom: 20px;
  }
}

.prize-list__item {
  width: 48%;
  float: left;
}

@media screen and (min-width: 1025px) {
  .prize-list__item {
    margin: 0 0 0 4%;
  }
}

@media screen and (max-width: 599px) {
  .prize-list__item {
    width: 100%;
  }
}

.prize-list__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .prize-list__item {
    width: 100%;
    margin: 0;
  }
  .prize-list__item:first-child {
    margin: 0 0 15px 0;
  }
}

.prize-list__item img {
  max-width: 494px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .prize-list__item img {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}

.prize-list__item__img {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .prize-list__item__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.prize-list__item__btn {
  display: block;
  width: 100%;
  margin: auto;
}

.prize-list02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.prize-list02:before, .prize-list02:after {
  content: "";
  display: table;
}

.prize-list02:after {
  clear: both;
}

@media screen and (max-width: 599px) {
  .prize-list02 {
    display: block;
    margin-bottom: 20px;
  }
}

.prize-list02__item {
  width: 49%;
  float: left;
}

@media screen and (min-width: 1025px) {
  .prize-list02__item {
    margin: 0 0 0 2%;
  }
}

@media screen and (max-width: 599px) {
  .prize-list02__item {
    width: 100%;
  }
}

.prize-list02__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .prize-list02__item {
    width: 100%;
    margin: 0;
  }
  .prize-list02__item:first-child {
    margin: 0 0 15px 0;
  }
}

.prize-list02__item img {
  max-width: 490px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .prize-list02__item img {
    max-width: 100%;
  }
}

.prize-list02__item__img {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .prize-list02__item__img {
    margin-bottom: 10px;
  }
}

.prize-list02__item__btn {
  display: block;
  width: 90%;
  margin: auto;
}

.prize-title {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .prize-title {
    margin-bottom: 16px;
  }
}

.prize-title img {
  width: 100%;
}

.prize-title__data {
  max-width: 472px;
  margin: 0 auto 10px;
}

.prize-title__data::before, .prize-title__data::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 30%;
  background-image: url(../img/prize-img.png);
  background-size: 200px 32px;
  width: 200px;
  height: 32px;
}

.prize-title__data::before {
  left: 15px;
}

.prize-title__data::after {
  right: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-title__data {
    width: 165px;
  }
  .prize-title__data::before, .prize-title__data::after {
    top: 10%;
    background-size: 200px 33px;
    width: 200px;
    height: 33px;
  }
  .prize-title__data::before {
    left: 30px;
  }
  .prize-title__data::after {
    right: 30px;
  }
}

@media screen and (max-width: 599px) {
  .prize-title__data {
    width: 240px;
    margin-bottom: 5px;
  }
  .prize-title__data::before, .prize-title__data::after {
    top: 40%;
    background-size: calc(80px * 0.5) calc(13px * 0.5);
    width: calc(80px * 0.5);
    height: calc(13px * 0.5);
    z-index: 0;
  }
  .prize-title__data::before {
    left: 0px;
  }
  .prize-title__data::after {
    right: 0px;
  }
}

.prize-title__sosu {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .prize-title__sosu {
    width: 100%;
  }
}

.prize-title__sosu img {
  width: 100%;
}

.prize-present {
  background-color: #ced7e3;
  background-image: url(../img/prize/prize-fb-tl-bara.png), url(../img/prize/prize-fb-tr-bara.png), url(../img/prize/prize-fb-bl-bara.png), url(../img/prize/prize-fb-br-bara.png);
  background-position: top 3px left 3px,
 top 3px right 3px,
 bottom 3px left 3px,
 bottom 3px right 3px;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat;
  padding: 36px 100px 36px 100px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-present {
    background-size: 60px auto,
 60px auto,
 60px auto,
 60px auto;
  }
}

@media screen and (max-width: 599px) {
  .prize-present {
    background-size: 32px auto,
 32px auto,
 32px auto,
 32px auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-present {
    padding: 50px 30px 40px 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .prize-present {
    padding: 36px 10px 30px 10px;
    margin-bottom: 30px;
  }
}

.prize-present::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: auto;
  border: 2px solid #4267b2;
}

.prize-present__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-present__title {
    width: 94%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  .prize-present__title {
    margin-bottom: 10px;
  }
  .prize-present__title img {
    width: 100%;
  }
}

.prize-present__facebook img {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 599px) {
  .prize-present__facebook img {
    max-width: 270px;
  }
}

@media screen and (max-width: 599px) {
  .prize-present__facebook img {
    max-width: 90%;
  }
}

/*あなたが選ぶオタク川柳とは*/
.about {
  margin-bottom: 48px;
  background-color: #fff;
  position: relative;
  padding: 40px 30px 100px 30px;
  position: relative;
  background-image: url(../img/about-bg/about-tl-detail.jpg), url(../img/about-bg/about-tr-detail.jpg), url(../img/about-bg/about-bl-detail.jpg), url(../img/about-bg/about-br-detail.jpg), url(../img/about-bg/about-l-line.jpg), url(../img/about-bg/about-t-line.jpg), url(../img/about-bg/about-r-line.jpg), url(../img/about-bg/about-b-line.png);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 left,
 top,
 right,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-y,
 repeat-x,
 repeat-y,
 repeat-x;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about {
    background-size: 75px auto,
 75px auto,
 75px auto,
 75px auto;
    padding: 40px 20px 50px 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .about {
    background-size: 75px auto,
 75px auto,
 75px auto,
 75px auto;
    padding: 40px 20px 50px 20px;
    margin-bottom: 20px;
  }
}

.about::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  background-image: url(../img/about-footer-detail.png);
  background-size: 800px 38px;
  width: 800px;
  height: 38px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about::after {
    background-size: contain;
    width: 500px;
    height: 24px;
    bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .about::after {
    background-size: contain;
    width: 280px;
    height: 14px;
    bottom: 40px;
  }
}

.about__title {
  background-image: url(../img/about-title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 90px 0 40px 0;
  text-align: center;
  width: 88%;
  margin: 0 auto 0px;
}

.about__title img {
  width: 64%;
  display: block;
  margin: -20px auto 0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about__title {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .about__title {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .about__title img {
    width: 84%;
  }
}

.about__text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .about__text {
    margin-bottom: 20px;
  }
}

.about__text span {
  color: #ff0000;
}

.about-btnlist {
  margin-bottom: 24px;
}

.about-btnlist:before, .about-btnlist:after {
  content: "";
  display: table;
}

.about-btnlist:after {
  clear: both;
}

.about-btnlist__item {
  margin: 0 0 0 2%;
  width: 49%;
  float: left;
}

.about-btnlist__item:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

.about-btnlist__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .about-btnlist__item {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  .about-btnlist__item:first-child {
    margin: 0 auto 10px;
  }
}

.about-btnlist__item img {
  width: 100%;
  max-width: 460px;
}

.about-frame01 {
  margin-bottom: 15px;
  background-color: #fff;
  background-image: url(../img/about-bg/about02-tl-detail.jpg), url(../img/about-bg/about02-tr-detail.jpg), url(../img/about-bg/about02-bl-detail.jpg), url(../img/about-bg/about02-br-detail.jpg), url(../img/about-bg/about02-l-line.jpg), url(../img/about-bg/about02-t-line.jpg), url(../img/about-bg/about02-r-line.jpg), url(../img/about-bg/about02-b-line.jpg);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 left,
 top,
 right,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-y,
 repeat-x,
 repeat-y,
 repeat-x;
}

@media screen and (max-width: 599px) {
  .about-frame01 {
    background-size: 45px auto,
 45px auto,
 45px auto,
 45px auto;
  }
}

.about-hukkatu {
  padding: 60px 30px 50px 30px;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-hukkatu {
    padding: 50px 50px 40px 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .about-hukkatu {
    padding: 30px 20px 40px 20px;
    margin-bottom: 10px;
  }
}

.about-hukkatu__title {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-hukkatu__title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  .about-hukkatu__title {
    margin-bottom: 20px;
  }
}

.about-hukkatu__title img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

@media screen and (max-width: 599px) {
  .about-hukkatu__title img {
    max-width: 120px;
  }
}

@media screen and (min-width: 1025px) {
  .about-hukkatu__title::before, .about-hukkatu__title::after {
    content: '';
    display: inline-block;
    position: relative;
  }
  .about-hukkatu__title::before {
    background-image: url(../img/about02-title-detail-left.png);
    background-size: 188px 58px;
    width: 188px;
    height: 58px;
    top: -20px;
    left: -20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 599px) {
  .about-hukkatu__title::before {
    background-size: 80px 24px;
    width: 80px;
    height: 24px;
    top: 0px;
    left: -10px;
  }
}

@media screen and (min-width: 1025px) {
  .about-hukkatu__title::after {
    background-image: url(../img/about02-title-detail-right.png);
    background-size: 188px 58px;
    width: 188px;
    height: 58px;
    top: -20px;
    right: -20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 599px) {
  .about-hukkatu__title::after {
    background-size: 80px 24px;
    width: 80px;
    height: 24px;
    top: 0px;
    right: -10px;
  }
}

.about-hukkatu__copy {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: -20px 0 10px 0;
}

@media screen and (max-width: 599px) {
  .about-hukkatu__copy {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: -10px;
  }
}

.about-hukkatu__copy span {
  color: #b10002;
  font-size: 3.6rem;
}

.about-hukkatu__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-hukkatu__text {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .about-hukkatu__text {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.about-nekomimi {
  padding: 60px 30px 50px 30px;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-nekomimi {
    padding: 50px 50px 40px 50px;
  }
}

@media screen and (max-width: 599px) {
  .about-nekomimi {
    padding: 30px 20px 40px 20px;
  }
}

.about-nekomimi__title {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-nekomimi__title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 599px) {
  .about-nekomimi__title {
    margin-bottom: 20px;
  }
}

.about-nekomimi__title img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

@media screen and (max-width: 599px) {
  .about-nekomimi__title img {
    max-width: 80%;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .about-nekomimi__title::before, .about-nekomimi__title::after {
    content: '';
    display: inline-block;
    position: relative;
  }
  .about-nekomimi__title::before {
    background-image: url(../img/about02-title-detail-left.png);
    background-size: 188px 58px;
    width: 188px;
    height: 58px;
    top: -20px;
    left: -20px;
  }
  .about-nekomimi__title::after {
    background-image: url(../img/about02-title-detail-right.png);
    background-size: 188px 58px;
    width: 188px;
    height: 58px;
    top: -20px;
    right: -20px;
  }
}

.about-nekomimi__contest {
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .about-nekomimi__contest img {
    max-width: 380px;
  }
}

@media screen and (max-width: 599px) {
  .about-nekomimi__contest img {
    width: 100%;
    max-width: 320px;
  }
}

.about-nekomimi__text {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .about-nekomimi__text {
    font-size: 1.4rem;
  }
}

.about-nekomimi__text span {
  color: #ff2568;
  font-size: 2.6rem;
}

@media screen and (max-width: 599px) {
  .about-nekomimi__text span {
    font-size: 1.7rem;
  }
}

.about-nekomimi__btn {
  margin: auto;
  display: block;
  max-width: 450px;
}

.about-nekomimi__btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

.about-nekomimi__btn img {
  width: 100%;
  max-width: 450px;
}

@media screen and (max-width: 599px) {
  .about-nekomimi__btn img {
    max-width: 280px;
  }
}

.about-notes {
  width: 94%;
  margin: auto;
}

.about-notes dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.about-notes dd {
  text-indent: -1em;
  padding-left: 1em;
}

/*概要*/
.tohyo-wrapper {
  display: block;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url(../img/tokuten-bg/tokuten-tl-detail.png), url(../img/tokuten-bg/tokuten-tr-detail.png), url(../img/tokuten-bg/tokuten-bl-detail.png), url(../img/tokuten-bg/tokuten-br-detail.png), url(../img/tokuten-bg/tokuten-t-line.png), url(../img/tokuten-bg/tokuten-b-line.png);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 top,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-x,
 repeat-x;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tohyo-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .tohyo-wrapper {
    background-size: 73px auto,
 73px auto,
 73px auto,
 73px auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.tohyo-form-title {
  width: 84%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 599px) {
  .tohyo-form-title {
    width: 80%;
    margin-bottom: 10px;
  }
}

.tohyo-form-title img {
  width: 100%;
}

.form-yosen__text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .form-yosen__text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.form-yosen__text--em {
  color: #fee900;
}

.form-kaisetsu__link {
  background-color: #000;
  color: #fff;
  float: right;
  padding: 10px 30px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.form-kaisetsu__link:before, .form-kaisetsu__link:after {
  content: "";
  display: table;
}

.form-kaisetsu__link:after {
  clear: both;
}

.form-kaisetsu__link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-kaisetsu__link:hover {
  color: #fee900;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .form-kaisetsu__link {
    float: none;
    width: 100%;
  }
}

/*応募要項*/
.condition {
  border: 3px solid #cc9d4c;
  padding: 3px;
  position: relative;
  padding: 28px 48px 28px 48px;
  margin-bottom: 28px;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .condition {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
}

.condition::before, .condition::after {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  border: 1px solid #cc9d4c;
  z-index: -1;
}

.condition::before {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.condition::after {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.condition__title {
  max-width: 124px;
  margin: 0 auto 20px;
}

.condition__title img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .condition__title {
    max-width: 100px;
    margin-bottom: 10px;
  }
}

.condition__neko-text {
  margin: 0 0 20px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.02em;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  .condition__neko-text {
    margin: 0 0 5px 0;
    font-size: 1.3rem;
  }
}

.condition__neko-text a:hover {
  color: #fee900;
  text-decoration: underline;
}

.condition-list {
  font-size: 1.4rem;
  color: #fff;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  .condition-list {
    font-size: 1.3rem;
  }
}

.condition-list li {
  padding: 0 0 0 1em;
  margin: 0 0 10px 0;
  text-indent: -1em;
  letter-spacing: 0.01em;
}

.condition-end {
  margin-bottom: 28px;
  z-index: 0;
}

.condition-end img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .condition-end {
    margin-bottom: 20px;
  }
}

/*ボタンエリア*/
.top-btn-list {
  margin-bottom: 58px;
}

.top-btn-list:before, .top-btn-list:after {
  content: "";
  display: table;
}

.top-btn-list:after {
  clear: both;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .top-btn-list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .top-btn-list {
    margin-bottom: 25px;
  }
}

.top-btn-list__item {
  margin: 0 0 0 1%;
  width: 49%;
  float: left;
}

.top-btn-list__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .top-btn-list__item {
    margin: 0 auto;
    width: 96%;
    float: none;
  }
  .top-btn-list__item:first-child {
    margin: 0 auto 10px;
  }
}

.top-btn-list__item img {
  width: 100%;
}

.top-btn-list__item img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

/*結果発表*/
.result {
  padding: 17px 17px 17px 17px;
  margin-bottom: 60px;
  margin-bottom: 15px;
  background-image: url(../img/result-bg/result-tl-detail.png), url(../img/result-bg/result-tr-detail.png), url(../img/result-bg/result-bl-detail.png), url(../img/result-bg/result-br-detail.png), url(../img/result-bg/result-l-line.png), url(../img/result-bg/result-t-line.png), url(../img/result-bg/result-r-line.png), url(../img/result-bg/result-b-line.png);
  background-position: top left,
 top right,
 bottom left,
 bottom right,
 left,
 top,
 right,
 bottom;
  background-repeat: no-repeat,
 no-repeat,
 no-repeat,
 no-repeat,
 repeat-y,
 repeat-x,
 repeat-y,
 repeat-x;
}

@media screen and (max-width: 599px) {
  .result {
    padding: 8px 8px 8px 8px;
    background-size: 32px auto,
 32px auto,
 32px auto,
 32px auto;
  }
}

.result__wrap {
  background-image: url(../img/result-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 50px 50px 50px 50px;
}

@media screen and (max-width: 599px) {
  .result__wrap {
    padding: 20px 20px 20px 20px;
  }
}

.result__title {
  width: 50%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result__title {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .result__title {
    width: 80%;
    margin-bottom: 10px;
  }
}

.result__title img {
  width: 100%;
}

.result__text {
  color: #fff;
  text-align: center;
}

.oubo-end {
  max-width: 1000px;
  margin: 0 auto 20px;
  background-color: #8c0103;
}

.oubo-end img {
  width: 100%;
}

.oubo-end__btn {
  background-color: #8c0103;
  padding: 10px 30px 30px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .oubo-end__btn {
    display: block;
    padding-bottom: 10px;
  }
}

.oubo-end__btn__item {
  width: 49.5%;
}

@media screen and (max-width: 599px) {
  .oubo-end__btn__item {
    width: 100%;
    margin: 0 auto 5px;
  }
}

/*過去の入選作品*/
.nyusen-box {
  margin-bottom: 3%;
  padding: 30px 0 20px;
  width: 49%;
  box-sizing: border-box;
  border: double 6px #cc9d4c;
  float: left;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-box {
    padding: 20px 0 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .nyusen-box {
    margin: 0 0 15px 0;
    padding: 22px 0 15px;
    width: 100%;
    float: none;
  }
}

.nyusen-box__title {
  margin: 0 0 23px 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  color: #cc9d4c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

.nyusen-box__title span {
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-box__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .nyusen-box__title span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .nyusen-box__title {
    font-size: 2.5rem;
  }
  .nyusen-box__title span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .nyusen-box__title {
    font-size: 2.0rem;
  }
  .nyusen-box__title span {
    font-size: 1.5rem;
  }
}

.nyusen-list {
  margin: 0 25px 0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .nyusen-list {
    margin: 0 15px 0;
  }
}

.nyusen-list li {
  margin: 0 0 2% 2%;
  width: 32%;
  float: left;
}

.nyusen-list li:nth-child(3n+1) {
  margin: 0 0 2% 0;
}

.nyusen-list li a {
  padding: 6px 0 8px;
  text-align: center;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  font-size: 2.0rem;
  background-color: #e5d710;
  position: relative;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-list li a {
    font-size: 1.5rem;
    padding: 10px 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .nyusen-list li a {
    padding: 10px 0 10px;
    font-size: 1.5rem;
  }
}

.nyusen-list li a::before {
  margin: -4px 0 0 0;
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent;
  border-left-color: #fff;
}

.nyusen-list li a:hover {
  transition: 0.2s;
  background-color: #0e1128;
  color: #fff;
}

/*電子書籍*/
.otaku-book-box {
  margin: 0 0 1% 2%;
  padding: 42px 0 40px 136px;
  width: 49%;
  box-sizing: border-box;
  border: double 6px #cc9d4c;
  background-image: url(../img/otaku_book.png);
  background-repeat: no-repeat;
  background-size: 107px auto;
  background-position: 20px 12px;
  float: left;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box {
    background-size: 70px auto;
    background-position: 15px 25px;
    padding: 25px 10px 30px 90px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-book-box {
    margin: 0 0 15px 0;
    padding: 20px 10px 20px 100px;
    width: 100%;
    background-size: 80px auto;
    background-position: 5px 5px;
  }
}

.otaku-book-box__title {
  margin: 0 0 8px 0;
  font-size: 2.6rem;
  color: #cc9d4c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 599px) {
  .otaku-book-box__title {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}

.otaku-book-box__link {
  margin: 0 30px 0 16px;
  padding: 10px 10px 10px 15px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background-color: #e5d710;
  display: block;
  position: relative;
  color: #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.otaku-book-box__link:hover {
  transition: 0.2s;
  background-color: #0e1128;
  color: #fff;
}

.otaku-book-box__link:hover::before {
  border-left-color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__link {
    font-size: 1.4rem;
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .otaku-book-box__link {
    max-width: 280px;
    padding: 10px;
    margin: 0;
    font-size: 1.4rem;
  }
}

.otaku-book-box__link::before {
  margin: -4px 0 0 0;
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent;
  border-left-color: #fff;
}

/*アニソン風ドメインソング*/
.anison-box {
  width: 49%;
  margin: 0 0 25px 2%;
  padding: 30px 0 22px 0;
  box-sizing: border-box;
  border: double 6px #cc9d4c;
  background-image: url(../img/anison.png);
  background-repeat: no-repeat;
  background-size: 139px auto;
  background-position: 14px 12px;
  float: left;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box {
    background-size: 100px auto;
    background-position: 10px 15px;
    padding: 20px 0 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .anison-box {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px;
    background-size: 100px auto;
    background-position: 10px 5px;
  }
}

.anison-box__title {
  margin: 8px 0 26px 160px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  color: #cc9d4c;
  letter-spacing: -0.03em;
  line-height: 1.4em;
}

.anison-box__title span {
  font-size: 3.0rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box__title span {
    font-size: 2.6rem;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .anison-box__title span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box__title {
    margin: 12px 0 20px 110px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .anison-box__title {
    margin: 12px 0 20px 110px;
    font-size: 2.0rem;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}

.anison-list {
  padding: 0 20px;
}

@media screen and (max-width: 599px) {
  .anison-list {
    padding: 0;
  }
}

.anison-list__item {
  margin: 0 0 0 2%;
  width: 49%;
  float: left;
}

.anison-list__item:first-child {
  margin: 0;
}

.anison-list__item img {
  width: 100%;
}

.movie-box {
  margin-bottom: 25px;
  border: 3px solid #ffe116;
  border: double 6px #cc9d4c;
  padding: 30px;
}

@media screen and (max-width: 599px) {
  .movie-box {
    padding: 20px 15px 15px;
  }
}

.movie-box__title {
  margin: 0 0 15px 0;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  color: #cc9d4c;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .movie-box__title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 599px) {
  .movie-box__title {
    font-size: 2.0rem;
  }
}

.movie-box-list__item {
  margin: 0 0 0 2%;
  width: 32%;
  float: left;
}

.movie-box-list__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .movie-box-list__item {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
  .movie-box-list__item:first-child {
    margin: 0 0 20px 0;
  }
}

.movie-box-list .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-box-list .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*sns*/
.sns-box-list__item {
  width: 49%;
  margin: 0 0 0 2%;
  height: 660px;
  padding: 20px;
  box-sizing: border-box;
  border: double 6px #cc9d4c;
  text-align: center;
  float: left;
}

.sns-box-list__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .sns-box-list__item {
    width: 100%;
    margin: 0;
    height: 660px;
    float: none;
  }
  .sns-box-list__item:first-child {
    margin: 0 0 15px 0;
  }
}

/*bnr-area 20171130*/
.bnr-area {
  margin: 0 0 60px 0;
}

.bnr-area img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .bnr-area {
    margin: 0 0 30px 0;
  }
}

.tokuten-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .tokuten-list {
    display: block;
  }
}

.tokuten-list__item {
  width: 49%;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .tokuten-list__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.tokuten-list__item img {
  width: 100%;
}

.senryu-list li,
.products-list li {
  font-size: 1.7rem;
  padding: 16px 0 0px 0em;
}

.senryu-list li:last-child,
.products-list li:last-child {
  border: none;
}

.senryu-list li label,
.products-list li label {
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .senryu-list li,
  .products-list li {
    padding: 10px 0 0px 0em;
  }
}

.senryu-list li img,
.products-list li img {
  width: 100%;
}

.senryu-nyusen-title {
  width: 42%;
  margin: 20px auto 5px;
}

@media screen and (max-width: 599px) {
  .senryu-nyusen-title {
    width: 80%;
  }
}

.senryu-nyusen-title img {
  width: 100%;
}

.realtime-btn-top {
  position: relative;
}

.realtime-btn-top a {
  display: block;
  max-width: 460px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .realtime-btn-top a {
    max-width: 320px;
  }
}

.realtime-btn-top img {
  width: 100%;
}

.tohyo-end-wrap {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.tohyo-end-wrap img {
  width: 100%;
}

/*猫耳大賞*/
.nekomimi-taisho {
  max-width: 1000px;
  margin: 120px auto 20px;
  padding: 5px;
  border: 5px solid #000;
  background-color: #71c0fb;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho {
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho {
    padding: 3px;
    border: 3px solid #000;
  }
}

.nekomimi-taisho__inner {
  border: 5px solid #000;
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__inner {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__inner {
    padding: 0;
    border: 3px solid #000;
  }
}

.nekomimi-taisho__title {
  margin-bottom: 25px;
  margin-top: -170px;
  text-align: center;
}

.nekomimi-taisho__title img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__title {
    max-width: 500px;
    margin: -130px auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__title {
    margin: -75px -10px 15px;
  }
}

.nekomimi-taisho__nyusen {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__nyusen img {
    max-width: 260px;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__nyusen {
    padding: 0 10px;
  }
  .nekomimi-taisho__nyusen img {
    max-width: 200px;
  }
}

.nekomimi-taisho__nyusen-text {
  margin-bottom: 10px;
  color: #fbddeb;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__nyusen-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__nyusen-text {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

.nekomimi-taisho__list {
  margin-bottom: 30px;
}

.nekomimi-taisho__list:before, .nekomimi-taisho__list:after {
  content: "";
  display: table;
}

.nekomimi-taisho__list:after {
  clear: both;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__list {
    padding: 0 15px;
  }
}

.nekomimi-taisho__list li {
  width: 49.5%;
  margin-left: 1%;
  float: left;
}

.nekomimi-taisho__list li area {
  border: none;
  outline: none;
}

.nekomimi-taisho__list li:first-child {
  margin-left: 0;
}

.nekomimi-taisho__list li img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__list li {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .nekomimi-taisho__list li:first-child {
    margin-bottom: 20px;
  }
}

.nekomimi-taisho__selected-title {
  margin: 0 auto 20px;
  max-width: 458px;
}

.nekomimi-taisho__selected-title img {
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__selected-title {
    margin-bottom: 15px;
    max-width: 280px;
  }
}

.nekomimi-taisho__selected-widmax {
  margin-bottom: 15px;
  padding: 8px;
  color: #e66ba3;
  font-size: 2.0rem;
  text-align: center;
  background-color: #fbddeb;
  border: 3px solid #fbb4d5;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__selected-widmax {
    padding: 6px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-widmax {
    margin: 0 10px 10px;
    padding: 3px;
    font-size: 1.5rem;
  }
}

.nekomimi-taisho__selected-list {
  margin: 0 auto 30px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.nekomimi-taisho__selected-list--mgnone {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__selected-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-list {
    padding: 0 10px;
  }
}

.nekomimi-taisho__selected-list li {
  width: 18.4%;
  padding: 8px 8px 8px;
  background-color: #ebead9;
  margin-left: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  color: #444;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.nekomimi-taisho__selected-list li:nth-child(5n+1) {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-list li {
    width: 32%;
    padding: 6px;
    margin-left: 2%;
    font-size: 1.18rem;
  }
  .nekomimi-taisho__selected-list li:nth-child(5n+1) {
    margin-left: 2%;
  }
  .nekomimi-taisho__selected-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.nekomimi-taisho__selected-list li img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.nekomimi-taisho__selected-list li p {
  text-align: center;
}

.nekomimi-taisho__selected-number {
  padding: 5px 5px 7px;
  text-align: center;
  margin-bottom: 7px;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #cc9d4c;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-number {
    font-size: 1.4rem;
  }
}

.neko-nyusen-wrap {
  width: 95%;
  margin: 0 auto 20px;
}

/*賞金・商品*/
.prize-product {
  padding: 140px 20px 60px;
  background-color: #f5e694;
  background-image: url(../img/common/dot_white.png);
  background-repeat: repeat;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product {
    padding: 100px 35px 60px;
  }
}

@media screen and (max-width: 599px) {
  .prize-product {
    padding: 50px 10px 40px;
  }
}

.prize-product a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

.prize-product__privilege {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px;
  border: 5px solid #000;
  background-color: #7db700;
  background-image: url(../img/common/dot_black.png);
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .prize-product__privilege {
    border: 3px solid #000;
    padding: 40px 3px 3px;
  }
}

.prize-product__title {
  margin-top: -130px;
  z-index: 1;
  text-align: center;
  position: relative;
}

.prize-product__title img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product__title {
    margin-top: -80px;
  }
  .prize-product__title img {
    width: 65%;
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .prize-product__title img {
    width: 80%;
  }
}

.prize-product__list {
  background-color: #fff;
  width: 98%;
  margin: 0 auto 10px;
}

.prize-product__list:before, .prize-product__list:after {
  content: "";
  display: table;
}

.prize-product__list:after {
  clear: both;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product__list {
    margin-top: -20px;
  }
}

.prize-product__item {
  padding: 3px 3px 3px 3px;
  width: 100%;
  margin-bottom: 14px;
}

.prize-product__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  .prize-product__item {
    display: block;
    margin-bottom: 5px;
  }
}

.prize-product__item--01 {
  background-color: #ebdfb1;
}

.prize-product__item__inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .prize-product__item__inner {
    display: block;
  }
}

.prize-product__item__inner--01 {
  border: 3px solid #9d9026;
}

@media screen and (max-width: 599px) {
  .prize-product__item__inner--01 {
    border: 1px solid #9d9026;
  }
}

.prize-product__item--02 {
  background-color: #dfdad6;
}

.prize-product__item__inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .prize-product__item__inner {
    display: block;
  }
}

.prize-product__item__inner--02 {
  border: 3px solid #9d7226;
}

.prize-product__left {
  width: 48.2%;
}

.prize-product__left img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .prize-product__left {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
  }
  .prize-product__left img {
    max-width: 100%;
  }
}

.prize-product__left .illust {
  padding: 20px 20px 20px 20px;
}

.prize-product__right {
  width: 58.0%;
  padding: 5px 5px 5px 0px;
}

.prize-product__right img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .prize-product__right {
    width: 100%;
    padding: 0px 10px 10px 10px;
  }
  .prize-product__right img {
    max-width: 100%;
  }
}

.prize-product-list {
  max-width: 1000px;
  margin: 0 auto;
}

.prize-product-list:before, .prize-product-list:after {
  content: "";
  display: table;
}

.prize-product-list:after {
  clear: both;
}

.prize-product-list__item {
  margin: 0 0 0 2%;
  width: 49%;
  float: left;
}

.prize-product-list__item:first-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .prize-product-list__item {
    width: 100%;
    margin: 0;
  }
  .prize-product-list__item:first-child {
    margin: 0 0 15px 0;
  }
}

.prize-product-list__item img {
  max-width: 490px;
  width: 100%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 599px) {
  .prize-product-list__item img {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}

.prize-product-present {
  max-width: 1000px;
  margin: 80px auto 80px;
  padding: 60px 20px 20px;
  text-align: center;
  position: relative;
  background-color: #5a64ff;
  border: 5px solid #000;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-present {
    margin-top: 70px;
    padding: 50px 20px 10px;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-present {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 25px 20px 0px;
  }
}

.prize-product-present__title {
  margin: 0 0 15px -200px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
}

.prize-product-present__title img {
  max-width: 400px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-present__title {
    margin: 0 0 15px -155px;
  }
  .prize-product-present__title img {
    max-width: 310px;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-present__title {
    margin: 0 0 15px -130px;
  }
  .prize-product-present__title img {
    max-width: 260px;
  }
}

.prize-product-present__text {
  margin: 0 0 15px 0;
  font-size: 3.0rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3em;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-present__text {
    line-height: 1.4em;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-present__text {
    font-size: 1.6rem;
  }
}

.prize-product-present__text--yellow {
  color: #ffff00;
}

.prize-product-present__text--small {
  margin-top: 10px;
  font-size: 1.7rem;
  display: block;
  line-height: 1.4em;
}

@media screen and (max-width: 599px) {
  .prize-product-present__text--small {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.prize-product-present__text--large {
  font-size: 5.0rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-present__text--large {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-present__text--large {
    font-size: 2.5rem;
  }
}

/*注意事項*/
.prize-product-notice {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: double 12px #000;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-notice {
    padding: 40px 15px 20px;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-notice {
    border: double 10px #000;
    padding: 40px 10px 20px;
  }
}

.prize-product-notice li {
  margin: 5px 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.prize-product-notice__title {
  margin-top: -80px;
  text-align: center;
}

.prize-product-notice__title img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-notice__title {
    margin-top: -80px;
  }
  .prize-product-notice__title img {
    max-width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .prize-product-notice__title {
    margin-top: -70px;
    margin-bottom: 20px;
  }
  .prize-product-notice__title img {
    max-width: 100%;
  }
}

.prize-product-notice__title-notice {
  font-size: 1.7rem;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-product-notice__title-notice {
    font-size: 1.5rem;
  }
}

.bnr-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .bnr-block {
    display: block;
    margin-bottom: 25px;
  }
}

.bnr-block__item {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .bnr-block__item {
    width: 96%;
    margin: auto;
    margin-bottom: 8px;
  }
}

.bnr-block__item a {
  display: block;
}

.bnr-block__item img {
  width: 100%;
}

.prize-wrap {
  background-color: #ffd793;
  padding: 3px 3px 3px 3px;
}

.prize-wrap__inner {
  border: 3px solid #d05e02;
  padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 599px) {
  .prize-wrap__inner {
    padding: 5px 5px 5px 5px;
  }
}

.otaku-taisho {
  max-width: 1000px;
  margin: 120px auto 170px;
  padding: 5px;
  border: 5px solid #000;
  background-color: #ff699d;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho {
    margin: 70px auto 120px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho {
    margin: 70px auto 90px;
    border: 3px solid #000;
    padding: 3px;
  }
}

.otaku-taisho__inner {
  border: 5px solid #000;
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 599px) {
  .otaku-taisho__inner {
    padding: 0;
    border: 3px solid #000;
  }
}

.otaku-taisho__title {
  margin-bottom: 25px;
  margin-top: -170px;
  text-align: center;
}

.otaku-taisho__title img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__title {
    max-width: 500px;
    margin: -130px auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho__title {
    margin: -75px -10px 15px;
  }
}

.otaku-taisho__list {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho__list {
    margin-bottom: 20px;
    padding: 5px;
  }
}

.otaku-taisho__list li {
  border-bottom: 4px solid #b4b4b4;
}

.otaku-taisho__list li:first-child {
  border-top: 4px solid #b4b4b4;
}

.otaku-taisho__list li img {
  max-width: 100%;
}

.otaku-taisho__nyusen {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__nyusen {
    margin-bottom: 10px;
  }
  .otaku-taisho__nyusen img {
    max-width: 260px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho__nyusen {
    padding: 0 10px;
  }
  .otaku-taisho__nyusen img {
    max-width: 200px;
  }
}

.otaku-taisho__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__table {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho__table {
    width: 100%;
    margin: 0 0px 0px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

.otaku-taisho__table th, .otaku-taisho__table td {
  border-collapse: collapse;
  border: 2px solid #df842f;
  padding: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__table th, .otaku-taisho__table td {
    padding: 10px;
  }
}

@media screen and (max-width: 599px) {
  .otaku-taisho__table th, .otaku-taisho__table td {
    padding: 10px 5px;
  }
}

.otaku-taisho__table th {
  width: 20%;
  font-weight: bold;
  text-align: center;
  background-color: #fec25b;
}

@media screen and (max-width: 599px) {
  .otaku-taisho__table th {
    width: 17%;
  }
}

.otaku-taisho__table td {
  text-align: left;
  background-color: #fff;
}

.neko-result__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 599px) {
  .neko-result__list {
    display: block;
  }
}

.neko-result__list__item {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .neko-result__list__item {
    width: 96%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.neko-result__list__item img {
  width: 100%;
}

.neko-nyusen-title {
  width: 42%;
  margin: 0 auto 5px;
}

@media screen and (max-width: 599px) {
  .neko-nyusen-title {
    width: 80%;
  }
}

.neko-nyusen-title img {
  width: 100%;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
    .header {
        position: relative !important; //ヘッダー固定fixedを解除
    }
    .header .header-inner {
        width: 100% !important; //サイト幅を解除
    }
    .page-title {
        margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
        width: 100% !important; //サイト幅を解除
    }
    .breadcrumbs-list {
        width: 100% !important; //サイト幅を解除
    }
    .global-nav {
        width: 100%; //サイト幅を解除
    }
    ------- ↑その他参考　---------*/
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

.main {
  background-color: #161a3f !important;
  position: relative;
  background-image: url(../img/star-bg.png) !important;
  display: block;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .main {
    padding-bottom: 60px;
  }
}

.main-wrap {
  background-image: url(../img/main-bg.png) !important;
  background-position: center -80px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-wrap {
    background-position: center -220px;
  }
}

@media screen and (max-width: 599px) {
  .main-wrap {
    background-position: center -200px;
  }
}

.main-wrap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 0;
  margin: auto;
  background-image: url(../img/head_bara.png) !important;
  background-size: auto 130px;
  width: 100%;
  height: 130px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-wrap::before {
    background-size: auto 90px;
    height: 90px;
    top: -30px;
  }
}

@media screen and (max-width: 599px) {
  .main-wrap::before {
    background-size: auto 60px;
    height: 60px;
    top: -30px;
  }
}

/*---------------------------------------
realtime
----------------------------------------*/
.realtime-title {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.realtime-title img {
  width: 100%;
  margin: -10px 0 0 0;
}

.realtime-btn {
  max-width: 373px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .realtime-btn {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.back-top-btn {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 373px;
}

.back-top-btn img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .back-top-btn {
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------

	.realtimeSec

----------------------------------------------------------*/
.innerBlock {
  background-image: url(../img/prize/line_purple_footer01.gif);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding: 20px 38px 50px 38px;
}

.realtimeSenryu {
  margin: 0px auto 0 auto;
  color: #000;
}

.realtimeSenryu h3,
.realtimeCara h3 {
  font-size: 1.8rem;
  padding: 5px 10px;
  color: #fff;
  background: #DAC9AF;
  font-weight: bold;
}

.realtimeSenryu h4,
.realtimeCara h4 {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu h4,
  .realtimeCara h4 {
    font-size: 1.6rem;
    line-height: 1.3em;
    padding: 10px;
  }
}

.realtimeSenryu h4 {
  padding: 14px 10px 10px;
  font-size: 2.2rem;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu h4 {
    font-size: 1.6rem;
    padding: 5px 10px 11px;
  }
}

.realtimeSenryu .item dt {
  overflow: hidden;
  line-height: 150%;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item dt {
    font-size: 1.4rem;
  }
}

.realtimeSenryu .item span.rank {
  display: block;
  float: left;
  width: 3em;
  padding: 2px 0 2px;
  margin: 0 15px 14px 0;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #8c0104;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item span.rank {
    margin: 0 10px 20px 0;
    font-size: 1.6rem;
    width: 40px;
  }
}

.special {
  color: #8c0103;
}

.realtimeSenryu .item span.special {
  width: auto;
  display: inline;
  float: none;
}

.realtimeSenryu .item span.moe {
  width: auto;
  display: inline;
  float: none;
  color: #e4007f;
}

.realtimeCara {
  margin: 20px auto 30px auto;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .realtimeCara {
    margin: 20px auto 20px;
  }
}

.realtimeCara__wrap {
  padding: 10px;
}

.realtimeCara .nijigen {
  width: 49.5%;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 599px) {
  .realtimeCara .nijigen {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    float: none;
  }
}

.realtimeCara .sanjigen {
  width: 49.5%;
  float: right;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .realtimeCara .sanjigen {
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
}

.realtimeSenryu .item {
  padding: 25px;
  overflow: hidden;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item {
    padding: 15px;
  }
}

.realtimeSenryu li:last-child .item {
  border-bottom: none;
}

.realtimeSenryu .item dt {
  width: 500px;
  float: left;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item dt {
    width: 100%;
    float: none;
  }
}

.realtimeSenryu .item dd {
  float: right;
  width: 325px;
  font-weight: bold;
  text-align: left;
  color: #8c0104;
}

@media screen and (max-width: 599px) {
  .realtimeSenryu .item dd {
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 1.5rem;
    float: none;
  }
}

.glaphWrap {
  width: 100%;
  height: 46px;
  position: relative;
}

.glaphWrap .shadow {
  position: absolute;
  background: url(../img/result/shadow.png) left top no-repeat;
  width: 8px;
  height: 46px;
  z-index: 2;
}

.glaphWrap .glaph {
  position: absolute;
  height: 46px;
  background: url(../img/result/glaph_im.jpg) left center repeat-x;
  z-index: 1;
}

.realtimeCara .item {
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: bold;
}

.realtimeCara .item:before, .realtimeCara .item:after {
  content: "";
  display: table;
}

.realtimeCara .item:after {
  clear: both;
}

@media screen and (max-width: 599px) {
  .realtimeCara .item {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}

.realtimeCara li:last-child .item {
  border-bottom: none;
}

.realtimeCara .item dt {
  width: 150px;
  float: left;
  text-align: left;
}

.realtimeCara .item dt:before, .realtimeCara .item dt:after {
  content: "";
  display: table;
}

.realtimeCara .item dt:after {
  clear: both;
}

@media screen and (max-width: 599px) {
  .realtimeCara .item dt {
    width: 100%;
    margin-right: 10px;
    float: none;
  }
}

.realtimeCara .item dt span.rank {
  float: left;
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #8c0104;
}

@media screen and (max-width: 599px) {
  .realtimeCara .item dt span.rank {
    width: 3em;
    font-size: 1.6rem;
    margin: 0 15px 0 0;
    padding: 2px 0 2px;
  }
}

.realtimeCara .item dt img {
  float: right;
}

@media screen and (max-width: 599px) {
  .realtimeCara .item dt img {
    float: none;
  }
}

.realtimeCara .item dd {
  float: right;
  width: 250px;
  padding: 15px 0 0 0;
  color: #8c0104;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .realtimeCara .item dd {
    width: 100%;
    padding: 5px 0 0 0;
    float: none;
  }
}

.backToppage {
  text-align: center;
  background-color: #eeeeee;
  padding: 15px 0px 15px 0px;
  margin: 0 0 80px 0;
}

.backToppage a {
  width: 370px;
  margin: 0 auto;
}

.snsBox01,
.voteSec .snsBox01 {
  position: relative;
}

.snsBox01 .fbBtn,
.voteSec .snsBox01 .fbBtn {
  position: absolute;
  bottom: 32px;
  left: 80px;
  display: block;
}

.snsBox01 .twBtn,
.voteSec .snsBox01 .twBtn {
  position: absolute;
  bottom: 32px;
  right: 80px;
  display: block;
}

.voteSec .readText {
  text-align: left;
}

.nekomimiConf {
  vertical-align: middle;
}

.nekomimiConf img {
  display: inline;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/*# sourceMappingURL=interlink.css.map */
