@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
html {
  padding-top: 0 !important;
  margin: auto !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  font-family: 'Shippori Mincho', serif; }

body.page {
  margin: 0 0;
	min-width: 1650px;
	max-width: 1920px;
overflow-x: hidden;}
  @media screen and (max-width: 767px) {
    body.page {
	min-width: 300px;
      overflow-x: hidden; } }

body::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(154, 32, 51, 0.5); }

img {
  vertical-align: middle; }

.page {
  margin: 0 !important; }

.entry-footer {
  display: none;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }
@media screen and (min-width: 768px) {
  .sp {
    display: none; } }
.entry-header {
  display: none;
  margin: 0;
  padding: 0; }

/* header */
#sp-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  #sp-header .header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative; }
  #sp-header .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(134, 32, 51, 0.8);
    transition: ease .4s; }
  #sp-header .nav-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 80%;
    list-style: none;
    font-family: 'Shippori Mincho', serif; }
  #sp-header .nav-items__item a {
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 24px;
    color: #FFFFFF;
    text-decoration: none; }
  #sp-header .nav-items__item:last-child a {
    margin-bottom: 0; }
  #sp-header .header__hamburger {
    width: 75px;
    height: 100%;
    margin-left: auto;
    margin-right: 0; }
  #sp-header .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999; }
  #sp-header .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    filter: drop-shadow(1px 1px 1px black);
    position: relative;
    transition: ease .4s;
    display: block; }
  #sp-header .hamburger span:nth-child(1) {
    top: 0; }
  #sp-header .hamburger span:nth-child(2) {
    margin: 8px 0; }
  #sp-header .hamburger span:nth-child(3) {
    top: 0; }
  #sp-header .header__nav.active {
    transform: translateX(0); }
  #sp-header .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg); }
  #sp-header .hamburger.active span:nth-child(2) {
    opacity: 0; }
  #sp-header .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg); }
  @media screen and (min-width: 768px) {
    #sp-header {
      display: none; } }

/* footer */
footer.site-footer {
  position: relative;
  font-family: 'Shippori Mincho', serif; }
  footer.site-footer .site-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 78.13%;
    max-width: 1500px;
    margin-top: 133px;
    z-index: 105; }
    footer.site-footer .site-info .footer-logo {
      width: 157px; }
    footer.site-footer .site-info .box {
      width: 84.07%;
      max-width: 1261px;
      color: #FFFFFF; }
      footer.site-footer .site-info .box .info-box {
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #ffffff;
        padding-bottom: 60px; }
        footer.site-footer .site-info .box .info-box .info h2 {
          margin: 0;
          font-weight: normal; }
        footer.site-footer .site-info .box .info-box .info address {
          font-style: normal; }
        footer.site-footer .site-info .box .info-box .info p {
          margin: 0; }
        footer.site-footer .site-info .box .info-box .sns-box {
          display: flex;
          align-content: space-between;
          flex-wrap: wrap;
          text-align: right;
          width: 100%;
          max-width: 152px; }
          footer.site-footer .site-info .box .info-box .sns-box .sns {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%; }
            footer.site-footer .site-info .box .info-box .sns-box .sns a {
              width: 30px; }
          footer.site-footer .site-info .box .info-box .sns-box .privacy a {
            font-size: 0.8em;
            text-decoration: none;
            color: #FFFFFF; }
      footer.site-footer .site-info .box .footer-navi ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 80px 0 0;
        padding: 0; }
        footer.site-footer .site-info .box .footer-navi ul li a {
          color: #ffffff;
          text-decoration: none;
          font-size: 0.8em; }
      footer.site-footer .site-info .box .footer-navi .Copyright {
        font-size: 0.8em; }
  footer.site-footer .footer-bg {
    position: relative;
    width: 100%;
    z-index: 100; }
  @media screen and (max-width: 767px) {
    footer.site-footer .site-info {
      flex-wrap: wrap;
      width: 90%;
      max-width: 90%;
      margin-top: 60px; }
      footer.site-footer .site-info .footer-logo {
        margin: auto;
        width: 115px; }
      footer.site-footer .site-info .box {
        width: 100%;
        max-width: 100%;
        margin-top: 80px; }
        footer.site-footer .site-info .box .info-box {
          flex-wrap: wrap;
          border-bottom: none; }
          footer.site-footer .site-info .box .info-box .info {
            width: 100%;
            font-size: 0.9em;
            order: 2; }
            footer.site-footer .site-info .box .info-box .info h2 {
              margin-bottom: 1em; }
          footer.site-footer .site-info .box .info-box .sns-box {
            margin: auto;
            width: 100%;
            max-width: 100%;
            border-bottom: solid 1px #ffffff;
            padding-bottom: 1em;
            order: 1; }
            footer.site-footer .site-info .box .info-box .sns-box .sns {
              justify-content: center; }
              footer.site-footer .site-info .box .info-box .sns-box .sns a {
                margin: 0 1em; }
        footer.site-footer .site-info .box .footer-navi {
          display: none; }
        footer.site-footer .site-info .box .privacy a {
          color: #fff;
          text-decoration: none; } }

/* TOPへ */
.pageup {
  width: 100%;
  height: 50px;
  background-color: #B42033;
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 110; }
  .pageup span {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg); }

/* 応募バナー */
.footer-oubo {
  position: sticky;
  bottom: 2vw;
  left: 2vw;
  right: auto;
  z-index: 9999; }
  .footer-oubo a {
    display: block;
    width: 80%;
    max-width: 430px; }

/* 調整 */
.entry-content {
  margin: 0 !important; }

/* animation */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fuwa {
  animation-name: fadein;
  animation-duration: 3s; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(0); }
  to {
    opacity: 1;
    transform: translatey(0); } }
.fuwafuwa {
  animation: fuwafuwa 3s infinite; }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0px); } }
@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #fff; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px #fff; }
  80% {
    text-shadow: 0 0 0px #fff; }
  85% {
    opacity: 1; }
  95% {
    text-shadow: 0 0 90px #fff; }
  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0; } }
@-webkit-keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #fff; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px #fff; }
  80% {
    text-shadow: 0 0 0px #fff; }
  85% {
    opacity: 1; }
  95% {
    text-shadow: 0 0 90px #fff; }
  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0; } }
