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

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

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

a {
  text-decoration: none;
}

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

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

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

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

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

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
    position: relative;
  }
  .main-list {
    position: relative;
    min-height: 40vh;
    top: -130px;
    margin: auto;
    max-width: 1200px;
  }
  .main-list__item {
    position: absolute;
  }
  .main-list__item.otaku {
    max-width: 52%;
    top: 36px;
    left: -16px;
  }
  .main-list__item.nekomimi {
    max-width: 56%;
    top: 0;
    right: -10px;
  }
  .main-list__item.bara {
    display: none;
  }
  .main-list img {
    width: 100%;
  }
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

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

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !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;
  }
}

.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;
  }
}

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

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

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

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

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

.footer-bnr {
  margin: 80px 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;
    margin-top: 40px;
  }
}
.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: #fff;
}
@media screen and (max-width: 599px) {
  .hyousyou-text {
    margin: 20px 10px 20px;
  }
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    padding: 20px 0 18px;
  }
}
.footer-bottom__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.footer-bottom__left {
  max-width: 630px;
  margin: 12px 0 0 0;
  float: left;
  color: #fff;
}
@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 {
  color: #fff;
  text-decoration: underline;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .footer-bottom__left a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom__left a a {
    display: inline-block;
  }
}
.footer-bottom__right {
  max-width: 400px;
  text-align: right;
  float: right;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-bottom__right {
    max-width: 100%;
    text-align: center;
    float: none;
  }
}
.footer-bottom__right a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer-bottom__right a:hover {
    text-decoration: none;
  }
}

.copyright {
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
@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%;
  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 0px 10px 0px;
  }
}
@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;
}
@media screen and (max-width: 599px) {
  .header-wrap {
    justify-content: flex-start;
  }
}
.header__logo {
  width: 220px;
  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% - 540px);
  text-align: center;
  margin: 0 40px;
}
.header__more img {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__more {
    width: calc(100% - 409px);
    margin: 0 20px;
  }
  .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;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .header__sns-list {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .header__sns-list {
    display: flex;
  }
}
.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;
  }
}
@media screen and (max-width: 599px) {
  .header__sns-list li {
    float: none;
    width: auto;
  }
}
.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-title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-title {
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .main-title {
    max-width: 90%;
  }
}
.main-title img {
  width: 100%;
}

.conv-btn__list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  gap: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-btn__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .conv-btn__list {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.conv-btn__list__item {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-btn__list__item {
    max-width: calc((100% - 20px) / 2);
  }
  .conv-btn__list__item .btn-base {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .conv-btn__list__item {
    width: 100%;
  }
}

.prize-sec01 {
  box-shadow: 0px 0px 22px -1px #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-sec01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .prize-sec01 {
    margin-bottom: 30px;
  }
}
.prize-sec01 img {
  width: 100%;
}

.last-sec01 {
  margin-bottom: 70px;
  width: 1020px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .last-sec01 {
    width: 102%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .last-sec01 {
    width: 102%;
    margin-bottom: 20px;
  }
}
.last-sec01 img {
  width: 100%;
}

.prize-sec02 {
  box-shadow: 0px 0px 22px -1px #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .prize-sec02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .prize-sec02 {
    margin-bottom: 30px;
  }
}
.prize-sec02 img {
  width: 100%;
}

.period-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .period-list {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.period-list__item {
  width: calc((100% - 40px) / 3);
  position: relative;
  box-shadow: 0px 0px 22px -1px #000000;
}
@media screen and (max-width: 599px) {
  .period-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.period-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/icon-schedule01.png);
  background-size: 81px 81px;
  width: 81px;
  height: 81px;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .period-list__item::before {
    background-size: 48.6px 48.6px;
    width: 48.6px;
    height: 48.6px;
    top: -24px;
  }
}
@media screen and (max-width: 599px) {
  .period-list__item::before {
    background-size: 40.5px 40.5px;
    width: 40.5px;
    height: 40.5px;
    top: -20px;
  }
}
.period-list__item.none {
  border: none;
}
@media screen and (max-width: 599px) {
  .period-list__item.none {
    box-shadow: 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-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  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__item img {
  width: 100%;
}
.period-list__illust {
  padding-top: 10px;
}
.period-list__illust img {
  width: 80%;
}

.base-sec {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0px auto 60px auto;
  background-image: url(../img/common/bg01.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 60px 50px;
  box-shadow: 0px 0px 15px -5px #000;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .base-sec {
    padding: 40px 40px;
    margin: 0px auto 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .base-sec {
    margin: 0px auto 20px auto;
    padding: 20px;
  }
}
.base-sec__white-wrap {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .base-sec__white-wrap {
    padding: 20px;
  }
}
.base-sec.green {
  background-image: url(../img/common/bg02.webp);
}
.base-sec.blue {
  background-image: url(../img/common/bg03.webp);
}
.base-sec.sakuramimi {
  padding: 60px 70px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .base-sec.sakuramimi {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .base-sec.sakuramimi {
    padding: 20px;
  }
}

.conditiont-notes {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  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: #0c4164;
}
.conditiont-notes a:hover {
  text-decoration: none;
}

.condition-list {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
.condition-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@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;
  }
}

.result-day {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .result-day {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .result-day {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}
.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;
  color: #fff;
}
@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;
  }
}

.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: rgba(255, 255, 255, 0.6);
  position: relative;
  display: block;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}
@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: #fff;
}

.otaku-bnr {
  margin: 60px 0 50px;
  box-shadow: 0px 0px 22px -1px #000000;
  transition: 0.3s ease;
  background-color: #317486;
}
@media screen and (max-width: 599px) {
  .otaku-bnr {
    margin: 40px 0 0px;
  }
}
.otaku-bnr img {
  width: 100%;
}
@media (any-hover: hover) {
  .otaku-bnr:hover img {
    opacity: 0.7;
  }
}

.about-sec {
  box-shadow: 0px 0px 22px -1px #000000;
  margin-bottom: 60px;
  background-image: url(../img/common/bg03.webp);
  background-repeat: y;
  background-position: 0 0;
  padding: 60px 40px 60px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-sec {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-sec {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.about-title {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-title {
    max-width: 480px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .about-title {
    margin-bottom: 20px;
    width: 96%;
  }
}
.about-title img {
  width: 100%;
}

.about-text {
  text-align: center;
  color: #f8d583;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .about-text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.about-wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/slider-wrap.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrap {
    padding: 15px 10px 30px;
    background-image: url(../img/slider-wrap-sp.png);
  }
}

.about-slider-title {
  width: 328px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .about-slider-title {
    width: 280px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  .about-slider-title {
    width: 70%;
    margin-bottom: 16px;
  }
}
.about-slider-title img {
  width: 100%;
}

.contest-slider {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .contest-slider {
    max-width: 340px;
  }
}
@media screen and (max-width: 599px) {
  .contest-slider {
    max-width: auto;
    width: 210px;
  }
}
.contest-slider img {
  width: 100%;
}

.sakuramimi-title {
  max-width: 634px;
  width: 100%;
  margin: 0 auto 34px;
}
.sakuramimi-title img {
  width: 100%;
}

.sakuramimi-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .sakuramimi-wrap {
    display: block;
    margin-bottom: 20px;
  }
}

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

.sakuramimi-text01 {
  width: calc(100% - 280px - 50px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.7rem;
  margin-top: 16px;
  color: #f8d583;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-text01 {
    width: calc(70% - 20px);
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-text01 {
    width: 100%;
    font-size: 1.4rem;
  }
}

.sakuramimi-donation {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 35px;
  color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-donation {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation {
    padding: 16px;
  }
}

.sakuramimi-donation__wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__wrap {
    display: block;
  }
}

.sakuramimi-donation__img {
  width: 165px;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__img {
    margin: 0 auto 20px;
  }
}
.sakuramimi-donation__img img {
  width: 100%;
}

.sakuramimi-donation__data {
  width: calc(100% - 40px - 165px);
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__data {
    width: 100%;
  }
}

.sakuramimi-donation__data__text {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 2.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__data__text {
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.sakuramimi-donation__sns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-donation__sns {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__sns {
    display: block;
  }
}

.sakuramimi-donation__sns__title {
  width: 180px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  padding: 8px 5px;
  font-size: 1.4rem;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-donation__sns__title {
    margin: 0 auto 8px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__sns__title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sakuramimi-donation__sns__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 180px - 10px);
  gap: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sakuramimi-donation__sns__list {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__sns__list {
    width: 100%;
  }
}

.sakuramimi-donation__sns__link {
  display: block;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 1.3rem;
  width: calc((100% - 20px) / 3);
  padding: 8px 5px;
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sakuramimi-donation__sns__link {
    width: 100%;
    padding: 10px 5px;
  }
}
@media (any-hover: hover) {
  .sakuramimi-donation__sns__link:hover {
    background-color: #fff;
    color: #333;
  }
}

.sakuramimi-last {
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
}

.entry-text01 {
  color: #ead296;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .entry-text01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.entry-list {
  max-width: 100%;
  margin: 0 auto 8px;
}
.entry-list li {
  margin-left: 2.75%;
  text-align: center;
  float: left;
  width: 31.5%;
}
.entry-list li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .entry-list li {
    width: 100%;
    margin-left: 0;
  }
  .entry-list li img {
    width: 100%;
  }
}
.entry-list__photo {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .entry-list__photo {
    width: 90%;
    margin: 0 auto 5px;
    display: block;
  }
}
.entry-list__photo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.entry-list__text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 599px) {
  .entry-list__text {
    margin-bottom: 20px;
  }
}
.entry-list__text a {
  color: #ead296;
  z-index: 10;
  position: relative;
}
.entry-list__text a:hover {
  color: #fff;
}

.reception-text01 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .reception-text01 {
    font-size: 3rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 599px) {
  .reception-text01 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.reception-text01__title {
  background: none;
  color: #fff;
  margin-right: 26px;
  padding: 5px 20px 10px 20px;
  font-size: 2.8rem;
  background-color: #623a00;
  font-weight: 500;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .reception-text01__title {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 2rem;
    padding: 2px 5px 5px 5px;
  }
}
@media screen and (max-width: 599px) {
  .reception-text01__title {
    display: block;
    max-width: 120px;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1.6rem;
    padding: 2px 5px 5px 5px;
  }
}

.reception-text02 {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .reception-text02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .reception-text02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.shikkau-text01 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 600;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .shikkau-text01 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .shikkau-text01 {
    font-size: 1.6rem;
  }
}
.shikkau-text01 .text-link {
  color: #1b3d6a;
  text-decoration: underline;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .shikkau-text01 .text-link:hover {
    color: #805211;
    text-decoration: none;
  }
}

.apply-sec {
  margin: 0px auto 120px;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .apply-sec {
    max-width: 94%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-sec {
    margin: 0px auto 60px;
  }
}
@media screen and (max-width: 599px) {
  .apply-sec {
    margin-bottom: 40px;
  }
}
.apply-sec__inner {
  padding: 60px 60px 40px 60px;
  border: 1px solid #f4f0e9;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-sec__inner {
    padding: 40px 30px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .apply-sec__inner {
    padding: 20px 20px 20px 20px;
  }
}
.apply-sec__close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-sec__close__text {
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-sec__close__text {
    max-width: 80%;
  }
}
.apply-sec__close img {
  width: 100%;
}

.apply-title {
  max-width: 706px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-title {
    max-width: 494.2px;
  }
}
@media screen and (max-width: 599px) {
  .apply-title {
    max-width: 317.7px;
    margin-bottom: 20px;
  }
}
.apply-title img {
  width: 100%;
}

.apply-text01 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-text01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .apply-text01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.apply-text02 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-text02 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .apply-text02 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.apply-text02 a {
  color: #1b3d6a;
  text-decoration: underline;
}
.apply-text02 a:hover {
  color: #f4f0e9;
  text-decoration: none;
}

.apply-notice {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .apply-notice {
    margin-bottom: 20px;
  }
}
.apply-notice li {
  text-indent: -1em;
  padding-left: 1em;
}

.apply-method {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px 40px 40px 40px;
  font-size: 2rem;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-method {
    padding: 24px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .apply-method {
    padding: 20px 20px 10px 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.apply-method li {
  margin-bottom: 10px;
  text-indent: -5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-method li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .apply-method li {
    text-indent: -4rem;
    padding-left: 4rem;
  }
}
.apply-method__facelink {
  margin: 7px 0 0 0;
  display: inline-block;
  text-indent: 0 !important;
  padding: 0 26px 0 20px;
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-position: right 10px;
  position: relative;
  transition: 0.3s;
  text-decoration: underline;
  color: #dcc57f;
}
.apply-method__facelink::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 8px;
  border-left-color: #f4f0e9;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-method__facelink {
    background-position: right 5px;
  }
}
@media screen and (max-width: 599px) {
  .apply-method__facelink {
    background-image: none;
  }
  .apply-method__facelink::before {
    top: 5px;
  }
}
.apply-method__facelink:hover {
  text-decoration: none;
  color: #f4f0e9;
}

.apply-list {
  display: flex;
  flex-wrap: wrap;
}
.apply-list__item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-list__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .apply-list__item {
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
}
.apply-list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .apply-list__item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.apply-btn {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-btn {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .apply-btn {
    height: 60px;
    line-height: 60px;
  }
}
.apply-btn.email {
  background-color: #3c195f;
}
.apply-btn.email img {
  width: 170px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-btn.email img {
    width: 136px;
  }
}
@media screen and (max-width: 599px) {
  .apply-btn.email img {
    width: 85px;
  }
}
.apply-btn.insta {
  background-color: #8b1158;
}
.apply-btn.insta img {
  width: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-btn.insta img {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .apply-btn.insta img {
    width: 100px;
  }
}
.apply-btn.x {
  background-color: #000000;
}
.apply-btn.x img {
  width: 260px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-btn.x img {
    width: 208px;
  }
}
@media screen and (max-width: 599px) {
  .apply-btn.x img {
    width: 130px;
  }
}
.apply-btn.fb {
  background-color: #1150ce;
}
.apply-btn.fb img {
  width: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .apply-btn.fb img {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .apply-btn.fb img {
    width: 100px;
  }
}
.apply-btn:hover {
  transition: 0.3s;
  opacity: 0.8;
}

@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/common/mian-bg.webp);
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #263139;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  body {
    background-size: contain;
    background-image: url(../img/common/mian-bg-sp.webp);
  }
}

.contents-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .contents-wrap {
    padding: 0 20px;
  }
}

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

.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;
  }
}

.btn-base {
  width: 540px;
  background: linear-gradient(to bottom, #f43d3d 22%, #8b021c 100%, #8b021c 101%);
  display: block;
  border: 5px solid #fff;
  border-radius: 50px;
  padding: 30px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  transition: 0.3s ease;
  text-align: center;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base {
    font-size: 2.2rem;
    padding: 24px 10px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    width: 100%;
    font-size: 1.8rem;
    padding: 16px 10px 22px;
    border: 4px solid #fff;
  }
}
.btn-base::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 94%;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 70px 70px 20px 20px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .btn-base::before {
    height: 28px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base::before {
    height: 20px;
    top: 4px;
    border-radius: 100px 100px 20px 20px;
  }
}
@media (any-hover: hover) {
  .btn-base:hover {
    background: linear-gradient(to bottom, #f43d3d 22%, #f43d3d 100%, #f43d3d 101%);
    background-color: var(--cl-base-k);
    color: #fff;
  }
  .btn-base:hover::before {
    opacity: 0.4;
  }
}
.btn-base.btn-back {
  max-width: 320px;
  padding: 26px;
  background: linear-gradient(to bottom, #999 22%, #666 100%, #666 101%);
}
@media (any-hover: hover) {
  .btn-base.btn-back:hover {
    background: linear-gradient(to bottom, #666 22%, #666 100%, #666 101%);
    color: #fff;
  }
}
.btn-base.nekomimi {
  width: 500px;
}
@media screen and (max-width: 599px) {
  .btn-base.nekomimi {
    font-size: 1.5rem;
    width: 100%;
  }
}
.btn-base.blue {
  background: linear-gradient(to bottom, #5e7ef3 22%, #142f79 100%, #142f79 101%);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .btn-base.blue:hover {
    background: linear-gradient(to bottom, #5e7ef3 22%, #5e7ef3 100%, #142f79 101%);
  }
}

.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;
  }
}

.conv-btn__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .conv-btn__wrap {
    margin-bottom: 30px;
  }
}

.sec-title01 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  max-width: 580px;
  width: 100%;
  height: 98px;
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 93px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01 {
    font-size: 2.8rem;
    padding: 0 75.4px;
    height: 78.4px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01 {
    font-size: 1.8rem;
    padding: 0 40.2px;
    height: 39.2px;
    margin-bottom: 20px;
  }
}
.sec-title01::before, .sec-title01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/sec-title01-bg01.png);
  background-size: 88px 98px;
  width: 88px;
  height: 98px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01::before, .sec-title01::after {
    background-size: 70.4px 78.4px;
    width: 70.4px;
    height: 78.4px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01::before, .sec-title01::after {
    background-size: 35.2px 39.2px;
    width: 35.2px;
    height: 39.2px;
  }
}
.sec-title01::before {
  transform: scale(-1, 1);
  left: 0;
  right: auto;
}
.sec-title01.about {
  max-width: 780px;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01.about {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title01.about {
    font-size: 1.4rem;
  }
}
.sec-title01__line {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 186px);
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title01__line {
    width: calc(100% - 148.8px);
  }
}
@media screen and (max-width: 599px) {
  .sec-title01__line {
    width: calc(100% - 74.4px);
  }
}
.sec-title01__line::before, .sec-title01__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #623a00;
}
.sec-title01__line::before {
  height: 1px;
}
.sec-title01__line::after {
  height: 4px;
}
@media screen and (max-width: 599px) {
  .sec-title01__line::after {
    height: 2px;
  }
}
.sec-title01__line.up {
  top: 0;
}
.sec-title01__line.up::before {
  top: 0;
}
.sec-title01__line.up::after {
  top: 5px;
}
@media screen and (max-width: 599px) {
  .sec-title01__line.up::after {
    top: 3px;
  }
}
.sec-title01__line.down {
  bottom: 0;
}
.sec-title01__line.down::before {
  bottom: 0;
}
.sec-title01__line.down::after {
  bottom: 5px;
}
@media screen and (max-width: 599px) {
  .sec-title01__line.down::after {
    bottom: 3px;
  }
}
.sec-title01.yellow {
  color: #ead296;
}
.sec-title01.yellow::before, .sec-title01.yellow::after {
  background-image: url(../img/common/sec-title01-bg02.png);
}
.sec-title01.yellow .sec-title01__line::before, .sec-title01.yellow .sec-title01__line::after {
  background-color: #ead296;
}
.sec-title01.apply {
  max-width: 90%;
}
@media screen and (max-width: 599px) {
  .sec-title01.apply {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.sec-title01.kiyaku {
  max-width: 90%;
}
@media screen and (max-width: 599px) {
  .sec-title01.kiyaku {
    max-width: 100%;
    font-size: 1.6rem;
  }
}

.sec-title02 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-title02 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.sec-title02 span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .sec-title02 span {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=interlink.css.map */