@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/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&display=swap");
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1024px) {
  .tbsp {
    display: none !important;
  }
  .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;
  color: #fff;
}
@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;
}

@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;
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb45 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb45 {
    margin-bottom: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .mb110 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 599px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 599px) {
  .mt35 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt45 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt45 {
    margin-top: 25px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt50 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt60 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt70 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt80 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .mt100 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt100 {
    margin-top: 40px !important;
  }
}

.mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 599px) {
  .mt110 {
    margin-top: 60px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 599px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

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

.form-sec {
  position: relative;
  z-index: 0;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .form-sec {
    padding: 0 20px 0 10px;
  }
}

.form-wrap {
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding-bottom: 24px;
  margin: 160px auto 80px auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-wrap {
    margin: 110px auto 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .form-wrap {
    margin: 80px auto 20px auto;
  }
}
.form-wrap::before, .form-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.form-wrap::before {
  background-image: url(../img/form-kamiwonerae.png);
  background-size: 302px 108px;
  width: 302px;
  height: 100px;
  top: -100px;
  right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-wrap::before {
    background-size: 181.2px 64.8px;
    width: 181.2px;
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrap::before {
    background-size: 120.8px 43.2px;
    width: 120.8px;
    height: 40px;
    top: -66px;
    right: auto;
    left: 20px;
  }
}
.form-wrap::after {
  bottom: 0px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .form-wrap::after {
    width: 4px;
    height: 4px;
    left: 5px;
    bottom: 9px;
  }
}

.form-wrap02 {
  background-color: #000;
  max-width: 1176px;
  width: 100%;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .form-wrap02 {
    padding: 6px;
  }
}
.form-wrap02::before, .form-wrap02::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.form-wrap02::before {
  background-color: rgba(0, 0, 0, 0.4);
  top: 10px;
  left: 10px;
  z-index: -1;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
}
@media screen and (max-width: 599px) {
  .form-wrap02::before {
    left: 5px;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
  }
}
.form-wrap02::after {
  top: 10px;
  right: -24px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .form-wrap02::after {
    top: 10px;
    right: -10px;
    width: 4px;
    height: 4px;
  }
}

.form-wrap03 {
  border: 12px solid #fff;
  padding: 100px 80px 60px 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-wrap03 {
    border: 8px solid #fff;
    padding: 100px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrap03 {
    border: 5px solid #fff;
    padding: 50px 16px 20px 16px;
  }
}

.form-title {
  max-width: 680px;
  margin: 0 auto 40px auto;
  padding-left: 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-title {
    width: 420px;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .form-title {
    padding-left: 0;
    margin-bottom: 20px;
    max-width: 280px;
    width: 100%;
  }
}
.form-title img {
  width: 100%;
}

.form-sec-title01 {
  position: absolute;
  top: -70px;
  left: 22px;
  max-width: 632px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-sec-title01 {
    max-width: 520px;
    top: -50px;
    left: 18px;
  }
}
@media screen and (max-width: 599px) {
  .form-sec-title01 {
    max-width: 280px;
    top: -26px;
    left: 11px;
  }
}
.form-sec-title01 img {
  width: 100%;
}

.form-days {
  font-size: 2.8rem;
  text-align: center;
  color: #fce703;
  vertical-align: middle;
  margin-bottom: 30px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-days {
    line-height: 1.4;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .form-days {
    font-size: 1.8rem;
    margin-bottom: 16px;
    line-height: 1.4;
  }
}
.form-days span {
  font-size: 2.4rem;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
  background-color: #fce703;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px 10px 20px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .form-days span {
    display: block;
    padding: 5px 5px 5px 5px;
    width: 240px;
    margin: 0 auto 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .form-days span {
    display: block;
    font-size: 1.6rem;
    padding: 2px 5px 2px 5px;
    width: 160px;
    margin: 0 auto 10px;
  }
}

/*---------------------------------------
	error
----------------------------------------*/
.error-box {
  margin: 30px 0 30px 0;
  padding: 30px 0 30px;
  border: 1px solid #fb76af;
  color: #fb76af;
  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: 20px 0 30px 0;
  padding: 30px 50px 50px 50px;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  font-weight: normal;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-box {
    padding: 20px 30px 30px 30px;
  }
}
@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: 4rem;
  font-weight: 600;
  font-family: "DotGothic16", sans-serif;
  color: #fce703;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-box__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .send-box__title {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}
.send-box__text {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #fce703;
}
.send-box__text span {
  padding: 0 5px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-box__text span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-box__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .send-box__text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .send-box__text span {
    font-size: 1.7rem;
  }
}
.send-box__text.cl-white {
  color: #fff;
}
.send-box__text02 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
}

.send-box__day {
  background-color: #fce703;
  max-width: 460px;
  width: 100%;
  margin: 40px auto 0;
  color: #000;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 599px) {
  .send-box__day {
    font-size: 1.6rem;
    padding: 10px 5px;
    margin-top: 10px;
  }
}

/*---------------------------------------
	nekomimi
----------------------------------------*/
.nekomimi-box {
  margin: 30px 0 30px 0;
  padding: 30px 50px 40px 50px;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  font-weight: normal;
  border: 3px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-box {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .nekomimi-box {
    margin: 15px 0 15px 0;
    padding: 15px;
  }
}
.nekomimi-box__title {
  margin: 0 0 26px 0;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fb76af;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-box__title {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
}
@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 JP", sans-serif !important;
  font-weight: 600;
}
.nekomimi-box__text span {
  padding: 0 5px;
  font-size: 3.2rem;
  color: #8c0103;
  font-family: "Noto Sans JP", sans-serif !important;
  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%;
  }
}
.nekomimi-box a img {
  width: 60%;
}
@media screen and (max-width: 599px) {
  .nekomimi-box a img {
    width: 100%;
  }
}

.realtime-box {
  margin: 20px 0 30px 0;
  padding: 30px 50px 50px 50px;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  font-weight: normal;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .realtime-box {
    padding: 20px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .realtime-box {
    margin: 15px 0 15px 0;
    padding: 15px;
  }
}
.realtime-box__title {
  margin: 0 0 15px 0;
  font-size: 4rem;
  font-weight: 600;
  font-family: "DotGothic16", sans-serif;
  color: #fb76af;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .realtime-box__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .realtime-box__title {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}
.realtime-box__text {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #fff;
}
.realtime-box__text span {
  padding: 0 5px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .realtime-box__text span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .realtime-box__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .realtime-box__text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .realtime-box__text span {
    font-size: 1.7rem;
  }
}

.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 {
  opacity: 0.8;
}

.send-sns {
  margin-bottom: 0px;
  padding: 30px 100px;
  text-align: center;
  border: 3px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-sns {
    padding: 20px 30px 30px 30px;
  }
}
@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: 500;
  color: #82d4fb;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .send-sns__title {
    margin-bottom: 24px;
  }
}
@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 (min-width: 600px) {
  .send-sns ul li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .send-sns ul li {
    font: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.send-sns ul li img {
  width: 100%;
  max-width: 420px;
}
.send-sns ul li img:hover {
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.contact-form {
  margin: 0px 0px;
  border-top: 2px solid #fff;
  text-align: left;
  /* チェックボックススタイル */
  /* チェックされた時のスタイル */
  /* ラジオボタンスタイル */
  /* チェックされた時のスタイル */
  /* lableのスタイル */
  /*注意事項*/
  /*---------------------------------------
  error
  ----------------------------------------*/
  /*---------------------------------------
  conf
  ----------------------------------------*/
}
.contact-form dl {
  width: 100%;
  display: table;
  background-repeat: repeat;
}
.contact-form dl dt {
  width: 240px;
  padding: 20px 4em 25px 15px;
  margin: 0 0 7px 0;
  font-size: 1.6rem;
  display: table-cell;
  border: 2px solid #fff;
  border-top: none;
  position: relative;
  vertical-align: top;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 1024px) {
  .contact-form dl dt {
    width: 100%;
    margin: 0;
    padding: 16px 40px 0px 20px;
    font-size: 1.6rem;
    border-bottom: none;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .contact-form dl dt {
    padding: 10px 40px 0px 10px;
    font-size: 1.4rem;
  }
}
.contact-form dl dd {
  padding: 25px;
  margin: 0 0 30px 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: table-cell;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-form dl dd {
    margin: 0;
    padding: 16px 16px 16px 16px;
    font-size: 1.4rem;
    border-left: 2px solid #fff;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .contact-form dl dd {
    padding: 10px 10px 16px 10px;
  }
}
.contact-form__subtext {
  margin: 6px 0 0 0;
  display: inline-block;
  font-weight: normal;
  color: #fff;
}
.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 #000;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  border-radius: 0;
}
.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 #fb76af;
}
@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;
  margin: 0;
  padding: 14px 14px 13px 14px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #111;
}
.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: 100%;
  }
}
.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 #fb76af;
}
@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: 0px 0 0 10px;
  text-align: center;
  padding: 1px 0 0 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: #d60051;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form .es {
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form .es {
    margin: 0px 0 0 6px;
    padding: 2px 0 3px 0;
    font-size: 1.2rem;
    width: 36px;
    line-height: 1em;
    top: 15px;
    right: 10px;
  }
}
.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: #fce703;
}
.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: #000 solid 1px;
  background: #fff;
  display: block;
  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;
  text-align: center;
}
.contact-form__btn input[type=image] {
  max-width: 506px;
}
.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 {
    max-width: 100%;
    margin: 0;
  }
  .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: 60px auto 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form__btn-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__btn-list {
    margin: 20px auto 10px;
  }
}
.contact-form__btn-list li {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form__btn-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__btn-list li {
    margin-bottom: 10px;
  }
}
.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;
  transition: 0.3s;
  color: #fff;
}
.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: #fff;
}
@media screen and (max-width: 599px) {
  .contact-form__otaku-facelink {
    background-image: none;
  }
  .contact-form__otaku-facelink::before {
    top: 5px;
  }
}
.contact-form__otaku-facelink:hover {
  text-decoration: underline;
}
.contact-form__notice {
  margin: 10px 0 30px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .contact-form__notice {
    margin: 10px 0 30px 0;
  }
}
.contact-form__notice02 {
  padding: 25px 30px 30px 30px;
  border: 2px solid #fff;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form__notice02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__notice02 {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
}
.contact-form__notice02 li {
  margin: 5px 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.6rem !important;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .contact-form__notice02 li {
    font-size: 1.2rem !important;
  }
}
.contact-form__notice-title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
  font-family: "DotGothic16", sans-serif;
  color: #fce703;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contact-form__notice-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__notice-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.contact-form__notice-title__remarks {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .contact-form__notice-title__remarks {
    font-size: 1.2rem;
  }
}
.contact-form__error-text {
  color: #fb76af;
  margin-bottom: 8px;
}
.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 {
  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: #fff;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
  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: #111;
  font-weight: bold;
  background-color: #ebc058;
  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: #d60051;
  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;
}

/*footer*/
.footer {
  background-color: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #1b1b1b;
}
@media screen and (max-width: 599px) {
  .footer {
    padding-top: 0px;
  }
}

.footer-bnr {
  margin: 0 auto 20px;
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .footer-bnr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer-bnr {
    padding: 0 30px;
  }
}
.footer-bnr li {
  margin: 0 0 10px 0px;
  width: 159px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .footer-bnr li {
    width: calc((100% - 20px) / 5);
  }
}
@media screen and (max-width: 599px) {
  .footer-bnr li {
    width: calc((100% - 10px) / 2);
  }
}
.footer-bnr li:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .footer-bnr li:not(:nth-child(5n)) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .footer-bnr li:not(:nth-child(5n)) {
    margin-right: 0px;
  }
  .footer-bnr li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.footer-bnr li img {
  width: 100%;
}

.hyousyou-text {
  margin: 20px 0 0px 0;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 599px) {
  .hyousyou-text {
    margin: 20px 10px 20px;
  }
}

.footer-bottom {
  padding: 30px 0;
  background-color: #fff;
  border-top: 1px solid #bbb;
}
@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: 80px;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #page_top {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  #page_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
  #page_top img {
    width: 100%;
  }
}
#page_top img {
  width: 100%;
}

/*--------------------------------------
header
---------------------------------------*/
.header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header {
    padding: 10px 10px 12px 10px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 10px 10px 10px 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% - 451px);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__more {
    width: calc(100% - 369px);
  }
  .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: 240px;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__sns {
    width: 180px;
  }
}
@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;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__sns-list li {
    float: none;
  }
}
.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 {
    margin-top: 5px;
  }
  .header__sns-list li:first-child {
    margin: 0;
  }
}
.header__sns-list li .fb-like {
  top: 5px;
}

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

.main-img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .main-img {
    margin-bottom: 20px;
  }
}
.main-img img {
  width: 100%;
}

.main-info {
  max-width: 1200px;
  width: 100%;
  background-color: #fce703;
  margin: 0 auto 50px;
  padding: 26px 50px 56px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-info {
    text-align: center;
    max-width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .main-info {
    padding: 20px 10px 20px;
    margin-bottom: 30px;
  }
}
.main-info img {
  width: 100%;
}

.main-info__type02 {
  padding: 0 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .main-info__type02 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.main-info__type02 img {
  width: 100%;
}

.sec-title01 {
  position: absolute;
  top: -70px;
  left: 22px;
  max-width: 632px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01 {
    max-width: 480px;
    top: -50px;
    left: 18px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01 {
    max-width: 280px;
    top: -26px;
    left: 11px;
  }
}
.sec-title01 img {
  width: 100%;
}
.sec-title01.taisyo {
  max-width: 664px;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01.taisyo {
    max-width: 460px;
    top: -25px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01.taisyo {
    max-width: 280px;
    top: -16px;
  }
}
.sec-title01.nyako {
  max-width: 664px;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01.nyako {
    max-width: 480px;
    top: -42px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01.nyako {
    max-width: 270px;
    top: -24px;
  }
}
.sec-title01.tosensya {
  max-width: 800px;
  left: 0;
  right: 0;
  top: -62px;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01.tosensya {
    max-width: 580px;
    top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01.tosensya {
    max-width: 280px;
    top: -12px;
  }
}
.sec-title01.sakuramimi {
  max-width: 800px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01.sakuramimi {
    max-width: 620px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01.sakuramimi {
    max-width: 300px;
    top: -24px;
  }
}

.movie-box__title {
  color: #fce703;
  font-size: 2.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .movie-box__title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
  }
}

.movie-box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .movie-box-list {
    display: block;
  }
}
.movie-box-list__item {
  width: calc((100% - 40px) / 3);
}
.movie-box-list__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .movie-box-list__item {
    width: 100%;
  }
  .movie-box-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.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 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sns-box-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sns-box-list {
    display: block;
    margin-bottom: 20px;
  }
}
.sns-box-list__item {
  width: 49%;
  margin: 0 0 0 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #000;
  padding: 10px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .sns-box-list__item {
    padding: 6px;
  }
}
.sns-box-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -8px;
  bottom: -8px;
  background-color: #999;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sns-box-list__item {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    height: auto;
  }
}
.sns-box-list__item__wrap {
  padding: 30px;
  overflow: hidden;
  border: 8px solid #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sns-box-list__item__wrap {
    padding: 16px;
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .sns-box-list__item__wrap {
    padding: 10px;
    border: 4px solid #fff;
  }
}
.sns-box-list .fb-page {
  width: 100%;
}

.item-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .item-wrapper {
    max-width: 94%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .item-wrapper {
    margin: 0px auto 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .item-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}

/*過去の入選作品*/
.nyusen-box {
  width: 49%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #000;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .nyusen-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px;
  }
}
.nyusen-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -8px;
  bottom: -8px;
  background-color: #999;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nyusen-box__wrap {
  border: 8px solid #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-box__wrap {
    padding: 12px;
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .nyusen-box__wrap {
    padding: 10px;
    border: 5px solid #fff;
    padding: 20px 10px 10px 10px;
  }
}
.nyusen-box__title {
  font-size: 3rem;
  color: #fce703;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .nyusen-box__title {
    margin-bottom: 10px;
  }
}
.nyusen-box__title span {
  font-size: 1.6rem;
  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: 2rem;
  }
  .nyusen-box__title span {
    font-size: 1.5rem;
  }
}

.nyusen-list {
  margin: 0 0px 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 5px 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: 12px 0 12px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  background-color: #fff;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-list li a {
    font-size: 1.4rem;
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .nyusen-list li a {
    padding: 10px 0 10px;
    font-size: 1.4rem;
  }
}
.nyusen-list li a::before {
  margin: -4px 0 0 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .nyusen-list li a::before {
    right: 8px;
  }
}
.nyusen-list li a:hover {
  background-color: #fce703;
}

.item-box {
  width: 49%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .item-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*電子書籍*/
.otaku-book-box {
  margin: 0 0 30px 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .otaku-book-box {
    padding: 6px;
  }
}
.otaku-book-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -8px;
  bottom: -8px;
  background-color: #999;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.otaku-book-box__wrap {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 8px solid #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__wrap {
    padding: 12px;
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .otaku-book-box__wrap {
    padding: 10px;
    border: 4px solid #fff;
  }
}
.otaku-book-box__img {
  width: 107px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__img {
    width: 80px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .otaku-book-box__img {
    margin-right: 20px;
  }
}
.otaku-book-box__img img {
  width: 100%;
  margin-right: 10px;
}
.otaku-book-box__data {
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__data {
    width: calc(100% - 20px - 80px);
  }
}
@media screen and (max-width: 599px) {
  .otaku-book-box__data {
    width: calc(100% - 10px - 80px);
  }
}
.otaku-book-box__title {
  margin: 0 0 14px -0.5em;
  font-size: 3.2rem;
  color: #fce703;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1100px) {
  .otaku-book-box__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .otaku-book-box__title {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.otaku-book-box__link {
  margin: 0 auto;
  padding: 10px 40px 10px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  display: block;
  position: relative;
  color: #000;
}
.otaku-book-box__link:hover {
  background-color: #fce703;
  color: #000;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-book-box__link {
    font-size: 1.4rem;
    padding: 5px 20px 5px 10px;
    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: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*アニソン風ドメインソング*/
.anison-box {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 10px;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 599px) {
  .anison-box {
    padding: 6px;
    margin-bottom: 20px;
  }
}
.anison-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -8px;
  bottom: -8px;
  background-color: #999;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.anison-box__wrap {
  border: 8px solid #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box__wrap {
    border: 5px solid #fff;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 599px) {
  .anison-box__wrap {
    border: 4px solid #fff;
    padding: 10px 10px;
  }
}
.anison-box__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.anison-box__img {
  width: 139px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box__img {
    width: 30%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .anison-box__img {
    width: 30%;
    margin-right: 10px;
  }
}
.anison-box__img img {
  width: 100%;
}
.anison-box__title {
  margin: 8px 0 26px 0px;
  font-size: 2.4rem;
  color: #fce703;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.6em;
  width: calc(100% - 149px);
}
@media screen and (max-width: 1100px) {
  .anison-box__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-box__title {
    margin: 5px 0 10px 0;
    font-size: 1.8rem;
    width: 70%;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 599px) {
  .anison-box__title {
    margin: 12px 0 10px 0px;
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0;
    width: 70%;
  }
}
.anison-box__title span {
  font-size: 3rem;
}
@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: 2rem;
  }
}

.anison-list {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .anison-list {
    padding: 0;
  }
}
@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%;
}

.result-title {
  max-width: 232px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result-title {
    max-width: 162.4px;
  }
}
@media screen and (max-width: 599px) {
  .result-title {
    max-width: 116px;
    margin-bottom: 20px;
  }
}
.result-title img {
  width: 100%;
}

.result-day {
  font-size: 8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #fce703;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result-day {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .result-day {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.result-day span {
  font-size: 5rem;
  font-weight: 900;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result-day span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .result-day span {
    font-size: 2rem;
    margin-right: 5px;
  }
}

.result-copy {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result-copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .result-copy {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
  }
}

.conv-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .conv-list {
    max-width: 94%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .conv-list {
    display: block;
    margin-bottom: 50px;
  }
}
.conv-list__item {
  width: calc((100% - 40px) / 2);
}
.conv-list__item:not(:nth-child(2n)) {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-list__item {
    width: calc((100% - 10px) / 2);
  }
  .conv-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .conv-list__item {
    width: 100%;
  }
  .conv-list__item:not(:nth-child(2n)) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.conv-list__item .btn-base {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-list__item .btn-base {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .conv-list__item .btn-base {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .conv-list.mb-l {
    margin-bottom: 60px;
  }
}

.conditiont-notes {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conditiont-notes {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .conditiont-notes {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.conditiont-notes a {
  text-decoration: underline;
  color: #fce703;
}
.conditiont-notes a:hover {
  text-decoration: none;
}

.condition-list {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
}
.condition-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .condition-list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .condition-list li {
    font-size: 1.4rem;
  }
}

.conditiont-close__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: auto;
  padding: 80px 40px 40px 40px;
}
@media screen and (max-width: 599px) {
  .conditiont-close__text {
    padding: 50px 10px 20px 10px;
  }
}
.conditiont-close__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.conditiont-close__text img {
  max-width: 940px;
  width: 100%;
  z-index: 1;
}

.about-text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-text {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-text {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.about-text .em {
  color: #fce703;
}

.about-btn-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-btn-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .about-btn-list {
    display: block;
    margin-bottom: 30px;
  }
}
.about-btn-list__item {
  width: calc((100% - 30px) / 2);
}
.about-btn-list__item:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-btn-list__item {
    width: 70%;
  }
  .about-btn-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .about-btn-list__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-btn-list__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.about-btn-list__item .btn-base {
  max-width: 100%;
  width: 100%;
}

.about-wrap {
  border: 4px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 70px 50px 50px 50px;
  margin: 0 auto 100px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-wrap {
    padding: 50px 40px 30px 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrap {
    padding: 36px 16px 16px 16px;
    text-align: left;
    margin-bottom: 50px;
    border: 3px solid #fff;
  }
}

.about-wrap__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fce703;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-wrap__title {
    font-size: 2.4rem;
    top: -36px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrap__title {
    font-size: 1.8rem;
    margin-bottom: 16px;
    top: -25px;
  }
}
.about-wrap__title__inner {
  display: inline-block;
  border: 4px solid #fff;
  padding: 10px 80px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .about-wrap__title__inner {
    border: 3px solid #fff;
    padding: 5px 30px;
  }
}
.about-wrap__title.nekomimi {
  color: #fb76af;
}

.nekomimi .about-wrap__title {
  margin-bottom: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi .about-wrap__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .nekomimi .about-wrap__title {
    margin-bottom: 40px;
  }
}
.nekomimi .about-wrap__title__inner::before {
  bottom: -16px;
}
.nekomimi .about-wrap__title__inner__text {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi .about-wrap__title__inner__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .nekomimi .about-wrap__title__inner__text {
    font-size: 1.5rem;
  }
}

.about-text__nekomimi-copy {
  color: #fb76af;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-text__nekomimi-copy {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .about-text__nekomimi-copy {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.about-text__nekomimi-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-text__nekomimi-text {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-text__nekomimi-text {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.about-text__nekomimi-text__link {
  color: #fb76af;
  text-decoration: underline;
}
.about-text__nekomimi-text__link:hover {
  text-decoration: none;
  color: #fb76af;
}

.about-text01 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .about-text01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-text01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .about-text01 {
    font-size: 1.4rem;
    text-align: left;
  }
}

.main-win {
  max-width: 1270px;
  width: 100%;
  margin: -100px auto 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .main-win {
    margin-top: -80px;
    max-width: 1153px;
  }
}
@media screen and (max-width: 1200px) {
  .main-win {
    margin-top: -60px;
    max-width: 1026px;
  }
}
@media screen and (max-width: 1100px) {
  .main-win {
    margin: -30px auto 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-win {
    max-width: 772px;
    margin: -30px auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .main-win {
    max-width: 360.6px;
    margin: 0px auto 60px;
  }
}
.main-win__item.kami {
  width: 616px;
  margin-right: 10px;
}
@media screen and (max-width: 1300px) {
  .main-win__item.kami {
    width: 554.4px;
  }
}
@media screen and (max-width: 1200px) {
  .main-win__item.kami {
    width: 492.8px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-win__item.kami {
    width: 369.6px;
  }
}
@media screen and (max-width: 599px) {
  .main-win__item.kami {
    width: 172.48px;
    margin-right: 5px;
  }
}
.main-win__item.nekomimi {
  width: 644px;
}
@media screen and (max-width: 1300px) {
  .main-win__item.nekomimi {
    width: 579.6px;
  }
}
@media screen and (max-width: 1200px) {
  .main-win__item.nekomimi {
    width: 515.2px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-win__item.nekomimi {
    width: 386.4px;
  }
}
@media screen and (max-width: 599px) {
  .main-win__item.nekomimi {
    width: 180.32px;
  }
}
.main-win__item img {
  width: 100%;
}

.main-win__sp {
  max-width: 96%;
  width: 100%;
  margin: 16px auto 40px;
}
@media screen and (max-width: 599px) {
  .main-win__sp {
    max-width: 100%;
    padding-left: 5px;
  }
}
.main-win__sp img {
  width: 100%;
}

.period-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .period-list {
    max-width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .period-list {
    margin-bottom: 0px;
  }
}
.period-list__item {
  width: calc((100% - 64px) / 3);
  position: relative;
}
.period-list__item:not(:nth-child(3n)) {
  margin-right: 32px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__item {
    width: calc((100% - 40px) / 3);
  }
  .period-list__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .period-list__item {
    width: calc((100% - 14px) / 2);
    margin-bottom: 30px;
  }
  .period-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .period-list__item:not(:nth-child(2n)) {
    margin-right: 14px;
  }
}
.period-list__item img {
  width: 100%;
}
.period-list__item.none {
  border: none;
}
.period-list__item.none::before {
  display: none;
}
.period-list__item .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.9);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0d077;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__item .close {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .period-list__item .close {
    font-size: 2rem;
  }
}
.period-list__img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.period-list__img img {
  width: 100%;
}
.period-list__img.schedule01 {
  max-width: 278px;
}
.period-list__img.schedule02 {
  max-width: 244px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__img.schedule02 {
    max-width: 173.24px;
  }
}
@media screen and (max-width: 599px) {
  .period-list__img.schedule02 {
    max-width: 122px;
  }
}
.period-list__img.schedule03 {
  max-width: 248px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__img.schedule03 {
    max-width: 173.6px;
  }
}
@media screen and (max-width: 599px) {
  .period-list__img.schedule03 {
    max-width: 124px;
  }
}
@media screen and (max-width: 599px) {
  .period-list__illust {
    margin-top: 50px;
  }
}
.period-list__illust img {
  width: 100%;
}

.news-title {
  max-width: 222px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .news-title {
    max-width: 166.5px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-title {
    max-width: 133.2px;
    margin-bottom: 20px;
  }
}
.news-title img {
  width: 100%;
}

.news-list__data {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .news-list__data {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .news-list__data {
    font-size: 1.5rem;
  }
}
.news-list__data__day {
  display: block;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .news-list__data__day {
    margin-right: 0;
  }
}
.news-list__data__title {
  display: block;
}

.syokin-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.syokin-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .syokin-list::before {
    width: 6px;
  }
}
@media screen and (max-width: 599px) {
  .syokin-list::before {
    width: 3px;
  }
}
.syokin-list__title {
  margin-bottom: 66px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .syokin-list__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .syokin-list__title {
    margin-bottom: 10px;
  }
}
.syokin-list__item {
  width: calc((100% - 110px) / 2);
  padding-bottom: 30px;
}
.syokin-list__item:not(:nth-child(2n)) {
  margin-right: 110px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .syokin-list__item {
    width: calc((100% - 60px) / 2);
  }
  .syokin-list__item:not(:nth-child(2n)) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 599px) {
  .syokin-list__item {
    width: calc((100% - 30px) / 2);
    padding-bottom: 5px;
  }
  .syokin-list__item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
.syokin-list__item img {
  width: 100%;
}

/*さくらみみって*/
.sakuramimi-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sakuramimi-wrap {
    display: block;
  }
}

.sakuramimi-img01 {
  width: 43%;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-img01 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-img01 {
    width: 80%;
    margin: 20px auto 30px;
  }
}
.sakuramimi-img01 img {
  width: 100%;
}

.sakuramimi-text-wrap {
  width: calc(57% - 60px);
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-text-wrap {
    width: calc(57% - 30px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-text-wrap {
    width: 100%;
    margin-top: 0;
  }
}

.tohyo-form-title {
  max-width: 692px;
  width: 100%;
  margin: 0px auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tohyo-form-title {
    max-width: 484.4px;
  }
}
@media screen and (max-width: 599px) {
  .tohyo-form-title {
    max-width: 346px;
    margin-bottom: 20px;
  }
}
.tohyo-form-title img {
  width: 100%;
}

.tohyo__number {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tohyo__number {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .tohyo__number {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tohyo__number li {
    margin-bottom: 16px;
  }
}
.tohyo__number--em {
  color: #fce703;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tohyo__number--em {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .tohyo__number--em {
    display: block;
    padding-left: 0;
  }
}

.tohyo__lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .tohyo__lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.tohyo-kaisetsu__link {
  color: #111;
  max-width: 560px;
  display: block;
  margin: 0 auto 50px;
  padding: 15px 15px 15px 15px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  background-color: #fce703;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .tohyo-kaisetsu__link {
    padding: 10px 10px 10px 10px;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.tohyo-kaisetsu__link span {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .tohyo-kaisetsu__link span {
    display: block;
    line-height: 1.3;
  }
}
.tohyo-kaisetsu__link span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #111;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .tohyo-kaisetsu__link span::after {
    right: 0px;
  }
}
.tohyo-kaisetsu__link:hover {
  background-color: white;
  color: #111;
}

.senryu-list li {
  font-size: 1.8rem;
  padding: 20px 10px 20px 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 599px) {
  .senryu-list li {
    font-size: 1.5rem;
    padding: 14px 10px 14px 1.1em;
  }
}
.senryu-list li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}

/*さくらみみって*/
.sakuramimi-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sakuramimi-wrap {
    display: block;
  }
}

.sakuramimi-text-wrap {
  width: calc(57% - 60px);
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-text-wrap {
    width: calc(57% - 30px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-text-wrap {
    width: 100%;
    margin-top: 0;
  }
}

.sakuramimi-text01 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-text01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-text01 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.sakuramimi-text01__link {
  text-decoration: underline;
}
.sakuramimi-text01__link:hover {
  color: #fce703;
  text-decoration: none;
}

.tohyo-form__close__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: auto;
  padding: 80px 40px 40px 40px;
}
@media screen and (max-width: 599px) {
  .tohyo-form__close__text {
    padding: 50px 10px 20px 10px;
  }
}
.tohyo-form__close__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.tohyo-form__close__text img {
  max-width: 940px;
  width: 100%;
  z-index: 1;
}

.text-link {
  color: #fce703;
  text-decoration: underline;
}
.text-link:hover {
  color: #ffedb3;
}

.taisyo-data img {
  width: 100%;
}

.otaku-taisho__table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto 0;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .otaku-taisho__table {
    margin-top: 20px;
  }
}
.otaku-taisho__table th,
.otaku-taisho__table td {
  padding: 20px 20px 20px 20px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .otaku-taisho__table th,
  .otaku-taisho__table td {
    padding: 16px;
  }
}
@media screen and (max-width: 599px) {
  .otaku-taisho__table th,
  .otaku-taisho__table td {
    padding: 10px 10px 10px 10px;
  }
}
.otaku-taisho__table th {
  width: 15%;
  font-size: 1.8rem;
  text-align: center;
  font-family: "DotGothic16", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .otaku-taisho__table th {
    width: 20%;
    font-size: 1.2rem;
  }
}
.otaku-taisho__table td {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .otaku-taisho__table td {
    font-size: 1.4rem;
  }
}

.nyako-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyako-list {
    gap: 0 3%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .nyako-list {
    gap: 0 1%;
    margin-bottom: 30px;
  }
}
.nyako-list__item {
  width: 47.5%;
  background-color: #db3a39;
  padding: 40px 40px 30px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyako-list__item {
    width: 48.5%;
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .nyako-list__item {
    width: 49.5%;
    padding: 10px 5px;
  }
}
.nyako-list__item img {
  width: 100%;
}
.nyako-list__item .nyako-x {
  background-color: #000;
  max-width: 280px;
  width: 100%;
  display: block;
  padding: 16px;
  margin: 25px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .nyako-list__item .nyako-x {
    padding: 10px 5px 5px 5px;
    margin-top: 10px;
  }
}
.nyako-list__item .nyako-x img {
  width: 150px;
}
@media screen and (max-width: 599px) {
  .nyako-list__item .nyako-x img {
    width: 100px;
  }
}
.nyako-list__item .nyako-x:hover {
  background-color: #ae1d1c;
}

.totalnumber-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
  gap: 1em;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .totalnumber-list {
    font-size: 2rem;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 599px) {
  .totalnumber-list {
    font-size: 1.2rem;
    margin-bottom: 10px;
    gap: 0.5em;
  }
}
.totalnumber-list span {
  font-size: 3.2rem;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .totalnumber-list span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .totalnumber-list span {
    font-size: 1.6rem;
  }
}

.nekomimi-taisho__selected-list {
  margin: 0 auto 0px 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 0px;
    margin-bottom: 20px;
  }
}
.nekomimi-taisho__selected-list li {
  width: 18.4%;
  padding: 8px 8px 8px;
  background-color: #fff;
  margin-left: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  color: #111;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.nekomimi-taisho__selected-list li:nth-child(5n+1) {
  margin-left: 0;
}
.nekomimi-taisho__selected-list li.cl03 {
  width: 32%;
}
.nekomimi-taisho__selected-list li.cl03:nth-child(3n+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 JP", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-number {
    font-size: 1.4rem;
  }
}

.nyusen-title01 {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nyusen-title01 {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .nyusen-title01 {
    margin-bottom: 10px;
    max-width: 200px;
  }
}
.nyusen-title01 img {
  width: 100%;
}

.nekomimi-taisho__nyusen-text {
  text-align: right;
  margin-bottom: 10px;
}

.nekomimi-taisho__selected-widmax {
  background-color: #db3a39;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  padding: 10px 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .nekomimi-taisho__selected-widmax {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .nekomimi-taisho__selected-widmax {
    font-size: 1.5rem;
    padding: 5px;
    margin-bottom: 5px;
  }
}

.em-copy01 {
  font-size: 5.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #fce703;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .em-copy01 {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .em-copy01 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@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;
}
body {
  z-index: 0;
  background-image: url(../img/bg.webp);
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: auto;
}

.main {
  position: relative;
  z-index: 0;
}

.contents-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25);
}

.sec-wrap01 {
  position: relative;
  z-index: 0;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap01 {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap01 {
    padding: 0 20px 0 10px;
  }
}

.sec-wrap02 {
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding-bottom: 24px;
  margin: 140px auto 50px auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap02 {
    margin: 100px auto 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap02 {
    margin: 40px auto 20px auto;
  }
}
.sec-wrap02.notes {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap02.notes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap02.notes {
    margin-top: 20px;
  }
}
.sec-wrap02::before, .sec-wrap02::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sec-wrap02::after {
  bottom: 0px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .sec-wrap02::after {
    width: 4px;
    height: 4px;
    left: 5px;
    bottom: 9px;
  }
}

.sec-wrap03 {
  background-color: #000;
  max-width: 1176px;
  width: 100%;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .sec-wrap03 {
    padding: 6px;
  }
}
.sec-wrap03::before, .sec-wrap03::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sec-wrap03::before {
  background-color: rgba(0, 0, 0, 0.4);
  top: 10px;
  left: 10px;
  z-index: -1;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
}
@media screen and (max-width: 599px) {
  .sec-wrap03::before {
    left: 5px;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
  }
}
.sec-wrap03::after {
  top: 10px;
  right: -24px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .sec-wrap03::after {
    top: 10px;
    right: -10px;
    width: 4px;
    height: 4px;
  }
}

.sec-wrap04 {
  border: 12px solid #fff;
  padding: 100px 80px 60px 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04 {
    border: 8px solid #fff;
    padding: 80px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04 {
    border: 5px solid #fff;
    padding: 40px 16px 20px 16px;
  }
}
.sec-wrap04.no-title {
  padding: 60px 80px 60px 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.no-title {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.no-title {
    padding: 20px 16px 20px 16px;
  }
}
.sec-wrap04.news {
  background-color: #175500;
}
.sec-wrap04.news a {
  text-decoration: underline;
  color: #fce703;
}
.sec-wrap04.news a:hover {
  text-decoration: none;
}
.sec-wrap04.syokin {
  padding: 100px 45px 60px 45px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.syokin {
    padding: 80px 25px 25px 25px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.syokin {
    padding: 40px 10px 15px 10px;
  }
}
.sec-wrap04.tohyo-tokuten {
  padding: 100px 45px 60px 45px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.tohyo-tokuten {
    padding: 80px 25px 25px 25px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.tohyo-tokuten {
    padding: 40px 10px 15px 10px;
  }
}
.sec-wrap04.sakuramimi {
  background-color: #286610;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.sakuramimi {
    padding: 70px 30px 40px 30px;
  }
}
.sec-wrap04.tohyo-form__close {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.tohyo-form__close {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.tohyo-form__close {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.taisyo {
    padding-top: 45px;
  }
}
.sec-wrap04.nyako {
  background-color: #ae1d1c;
  padding: 140px 60px 60px 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.nyako {
    padding: 90px 30px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.nyako {
    padding: 40px 16px 20px 16px;
  }
}
.sec-wrap04.notes {
  padding: 60px 60px 60px 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-wrap04.notes {
    padding: 40px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.notes {
    padding: 20px 10px 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .sec-wrap04.tosensya {
    padding: 50px 16px 20px 16px;
  }
}

.sec-base-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .sec-base-wrap {
    max-width: 94%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-base-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-base-wrap {
    margin-bottom: 30px;
  }
}
.sec-base-wrap.movie-box__wrap {
  background-color: #000;
  padding: 10px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .sec-base-wrap.movie-box__wrap {
    padding: 6px;
  }
}
.sec-base-wrap.movie-box__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -8px;
  bottom: -8px;
  background-color: #999;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-base-wrap.movie-box__wrap .movie-box__wrap02 {
  border: 8px solid #fff;
  padding: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-base-wrap.movie-box__wrap .movie-box__wrap02 {
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .sec-base-wrap.movie-box__wrap .movie-box__wrap02 {
    border: 4px solid #fff;
    padding: 16px;
  }
}

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

.condition-text01 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .condition-text01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .condition-text01 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.condition-list__title {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .condition-list__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .condition-list__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/*---------------------------------------
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: 500px;
}
.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 {
  border: 2px solid #fce703;
  color: #fce703;
  padding: 20px 10px 20px 10px;
  text-align: center;
  font-family: "DotGothic16", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .realtimeSenryu h4,
  .realtimeCara h4 {
    font-size: 1.6rem;
    line-height: 1.3em;
    padding: 10px;
  }
}

.realtimeSenryu ul {
  margin-bottom: 50px;
}

.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: #fce703;
  background-color: #000;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 599px) {
  .realtimeSenryu .item span.rank {
    margin: 0 10px 20px 0;
    font-size: 1.6rem;
    width: 40px;
  }
}

.special {
  color: #e84309;
}

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

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

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

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

.realtimeCara .nijigen ul {
  display: flex;
  flex-wrap: wrap;
}
.realtimeCara .nijigen ul li {
  width: 49.5%;
}
.realtimeCara .nijigen ul li:not(:nth-child(2n)) {
  margin-right: 1%;
}

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

.realtimeSenryu .item {
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
@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: calc(100% - 500px);
  font-weight: bold;
  text-align: left;
  color: #0044b1;
}
@media screen and (max-width: 599px) {
  .realtimeSenryu .item dd {
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 1.5rem;
    float: none;
    box-sizing: border-box;
  }
}

.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: 10px 10px 10px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.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: 10px 10px 10px 10px;
  }
}

.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: #fce703;
  background-color: #000;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 599px) {
  .realtimeCara .item dt span.rank {
    width: 3em;
    font-size: 1.6rem;
    margin: 0 15px 10px 0;
    padding: 2px 0 2px;
  }
}

.realtimeCara .item dt img {
  float: right;
}
@media screen and (max-width: 599px) {
  .realtimeCara .item dt img {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.realtimeCara .item dd {
  float: right;
  width: 250px;
  padding: 15px 0 0 0;
  color: #0044b1;
  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;
}

.btn-base {
  display: block;
  line-height: 1.2;
  border: 3px solid #000;
  padding: 32px 70px 32px 40px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 600;
  background-color: #db3a39;
  position: relative;
  background-image: url(../img/arrow01.png);
  background-size: 15px 27px;
  background-repeat: no-repeat;
  background-position: right 34px center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base {
    font-size: 2rem;
    background-size: 10.5px 18.9px;
    background-position: right 20px center;
    padding: 26px 40px 26px 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    font-size: 1.6rem;
    padding: 16px 30px 16px 20px;
    border: 2px solid #000;
    background-size: 7.5px 13.5px;
    background-position: right 10px center;
  }
}
.btn-base::before, .btn-base::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base::before, .btn-base::after {
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base::before, .btn-base::after {
    height: 4px;
  }
}
.btn-base::before {
  top: 0;
  background-color: #ed6867;
}
.btn-base::after {
  bottom: 0;
  background-color: #b50f0d;
}
.btn-base:hover {
  background-color: #d80706;
  color: #fff;
}
.btn-base:hover::before {
  background-color: #d80706;
}
.btn-base:hover::after {
  background-color: #d80706;
}
.btn-base.nekomimi {
  background-color: #fe6c01;
}
.btn-base.nekomimi::before {
  background-color: #fe9c4d;
}
.btn-base.nekomimi::after {
  background-color: #cb5921;
}
.btn-base.nekomimi:hover {
  background-color: #ff6000;
}
.btn-base.nekomimi:hover::before {
  background-color: #ff6000;
}
.btn-base.nekomimi:hover::after {
  background-color: #ff6000;
}
.btn-base.nekomimi02 {
  background-color: #f54d95;
  border: 3px solid #fff;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-base.nekomimi02 {
    border: 2px solid #fff;
  }
}
.btn-base.nekomimi02::before {
  background-color: #f47eb1;
}
.btn-base.nekomimi02::after {
  background-color: #df3980;
}
.btn-base.nekomimi02:hover {
  background-color: #ee3886;
}
.btn-base.nekomimi02:hover::before {
  background-color: #ee3886;
}
.btn-base.nekomimi02:hover::after {
  background-color: #ee3886;
}
.btn-base.realtime {
  background-color: #f54d95;
  border: 3px solid #fff;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.realtime {
    max-width: 480px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.realtime {
    border: 2px solid #fff;
  }
}
.btn-base.realtime::before {
  background-color: #f47eb1;
}
.btn-base.realtime::after {
  background-color: #df3980;
}
.btn-base.realtime:hover {
  background-color: #ee3886;
}
.btn-base.realtime:hover::before {
  background-color: #ee3886;
}
.btn-base.realtime:hover::after {
  background-color: #ee3886;
}
.btn-base.realtime .close-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.realtime .close-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.realtime .close-text {
    font-size: 1.2rem;
  }
}
.btn-base.about-media {
  border: 3px solid #fff;
  background-color: #2669d6;
}
@media screen and (max-width: 599px) {
  .btn-base.about-media {
    border: 2px solid #fff;
  }
}
.btn-base.about-media::before {
  background-color: #608dd7;
}
.btn-base.about-media::after {
  background-color: #1c4c9a;
}
.btn-base.about-media:hover {
  background-color: #0245cc;
}
.btn-base.about-media:hover::before {
  background-color: #0245cc;
}
.btn-base.about-media:hover::after {
  background-color: #0245cc;
}
.btn-base.about-otaku {
  border: 3px solid #fff;
}
@media screen and (max-width: 599px) {
  .btn-base.about-otaku {
    border: 2px solid #fff;
    margin-bottom: 50px;
  }
}
.btn-base.about-nekomimi {
  border: 3px solid #fff;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  background-color: #f54d95;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.about-nekomimi {
    max-width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.about-nekomimi {
    border: 2px solid #fff;
  }
}
.btn-base.about-nekomimi::before {
  background-color: #f47eb1;
}
.btn-base.about-nekomimi::after {
  background-color: #df3980;
}
.btn-base.about-nekomimi:hover {
  background-color: #ee3886;
}
.btn-base.about-nekomimi:hover::before {
  background-color: #ee3886;
}
.btn-base.about-nekomimi:hover::after {
  background-color: #ee3886;
}
.btn-base.send-btn {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.send-btn {
    max-width: 480px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.send-btn {
    max-width: 100%;
    border: 2px solid #fff;
  }
}
.btn-base.btn-back {
  border: 3px solid #fff;
  background-color: #999;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 40px 32px 70px;
  background-position: left 34px center;
  background-image: url(../img/arrow01-prev.png);
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.btn-back {
    padding: 26px 20px 26px 40px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.btn-back {
    padding: 16px 20px 16px 30px;
    border: 2px solid #fff;
    max-width: 80%;
  }
}
.btn-base.btn-back::before {
  background-color: #bbb;
}
.btn-base.btn-back::after {
  background-color: #666;
}
.btn-base.btn-back:hover {
  background-color: #555;
}
.btn-base.btn-back:hover::before {
  background-color: #555;
}
.btn-base.btn-back:hover::after {
  background-color: #555;
}
.btn-base.realtime-result {
  background-position: left 34px center;
  background-image: url(../img/arrow01-prev.png);
  max-width: 580px;
  width: 100%;
  margin: 40px auto 60px;
  border: 3px solid #fff;
  padding: 32px 40px 32px 70px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.realtime-result {
    padding: 26px 20px 26px 40px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.realtime-result {
    padding: 16px 20px 16px 30px;
    border: 2px solid #fff;
    max-width: 100%;
    margin: 0px auto 30px;
  }
}
.btn-base.tohyo {
  max-width: 760px;
  width: 100%;
  margin: 60px auto 30px;
  border-color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base.tohyo {
    max-width: 580px;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.tohyo {
    margin: 20px auto 10px;
  }
}

.btn-base__close {
  position: relative;
}
.btn-base__close:hover {
  pointer-events: none;
}

.btn-base__close-text {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base__close-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-base__close-text {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=interlink.css.map */