@charset "UTF-8";

/* -------------------------------
 * Noto Sans Japanese
 ------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Thin.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Light.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Regular.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Medium.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Bold.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Black.woff") format("woff"), url("/wp-content/themes/miruhako/fonts/NotoSans/NotoSansCJKjp-Black.ttf") format("truetype");
}

#horror {
  background-color: #050505;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #horror {
    overflow: hidden;
    font-size: 4.27vw;
  }
}

#horror a:hover {
  opacity: 0.7;
}

#horror p {
  line-height: 1.8;
}

#horror strong {
  color: #d70212;
  font-weight: 700;
}

#horror figure {
  margin: 0;
}

#horror small {
  color: #a5a5a5;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  #horror small {
    font-size: 75%;
  }
}

#horror .btn {
  max-width: 650px;
  margin: 0 auto;
}

#horror .btn a {
  display: table;
  position: relative;
  width: 100%;
  min-height: 123px;
}

#horror .btn p {
  display: table;
  position: relative;
  width: 100%;
  min-height: 123px;
  filter: grayscale(100%);
}

#horror .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 29px;
  height: 34px;
  background-image: url(../images/horror/btn_arrow.png);
  background-size: contain;
}

#horror .btn a span {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #151333;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-image: url(../images/horror/btn_bg.jpg);
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

#horror .btn a span small {
  color: #fff;
}

#horror .btn p span {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #151333;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-image: url(../images/horror/btn_bg.jpg);
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

#horror .btn p span small {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #horror .btn {
    max-width: none;
  }

  #horror .btn a {
    min-height: 21.07vw;
  }

  #horror .btn p {
    min-height: 21.07vw;
  }

  #horror .btn a:after {
    right: 3vw;
    width: 6vw;
    height: 6.5vw;
  }

  #horror .btn a span {
    font-size: 3.5vw;
    text-shadow: 0 0 2vw #151333;
    border: 0.6vw solid #fff;
    background-size: cover;
    background-position: center;
  }

  #horror .btn p span {
    font-size: 4vw;
    text-shadow: 0 0 2vw #151333;
    border: 0.6vw solid #fff;
    background-size: cover;
    background-position: center;
  }
}

#horror article section {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#horror article section:not(#mv, #under_mv) {
  padding: 100px 0;
}

#horror article section h2 {
  margin: 0 auto 80px;
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  #horror article section {
    width: 90%;
  }

  #horror article section:not(#mv, #under_mv) {
    padding: 19vw 0;
  }

  #horror article section h2 {
    margin: 0 auto 11vw;
    max-width: none !important;
  }
}

#horror article #mv {
  max-width: 1200px;
  height: 61vw;
  max-height: 799px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#horror article #mv h1 {
  background-image: url(../images/horror/mv.png);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#horror article #mv h1.glitch_bg {
  background-color: #050505;
  background-size: 0;
  position: relative;
  overflow: hidden;
}

#horror article #mv h1.glitch_bg:before,
#horror article #mv h1.glitch_bg:after,
#horror article #mv h1.glitch_bg .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#horror article #mv h1.glitch_bg:before {
  animation: glitch-before 3s linear infinite alternate both;
  content: "";
}

#horror article #mv h1.glitch_bg:after {
  animation: glitch-after 3s linear infinite alternate both;
  content: "";
}

#horror article #mv h1.glitch_bg .channel {
  mix-blend-mode: screen;
}

#horror article #mv h1.glitch_bg .channel:before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#horror article #mv h1.glitch_bg .r {
  animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
}

#horror article #mv h1.glitch_bg .r:before {
  background: #f00;
}

#horror article #mv h1.glitch_bg .g {
  animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
}

#horror article #mv h1.glitch_bg .g:before {
  background: #0f0;
}

#horror article #mv h1.glitch_bg .b {
  animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
}

#horror article #mv h1.glitch_bg .b:before {
  background: #00f;
}

#horror article #mv h1 span {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  visibility: visible !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#horror article #mv>div {
  position: absolute;
  top: calc(100vh - 259px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#horror article #mv>div p {
  max-width: 111px;
  padding-bottom: 80px;
  position: relative;
}

#horror article #mv>div p:before,
#horror article #mv>div p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 80px;
}

#horror article #mv>div p:before {
  background-color: #9f9f9f;
}

#horror article #mv>div p:after {
  background-color: #f2f2f2;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width: 767px) {
  #horror article #mv {
    width: 100%;
    max-width: none;
  }

  #horror article #mv>div {
    display: none;
  }
}

#horror article #about {
  max-width: 1200px;
}

#horror article #about h2 {
  margin-bottom: 60px;
}

#horror article #about>div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 90px;
}

#horror article #about>div .list_content:nth-child(1) {
  order: 1;
  margin-top: 40px;
}

#horror article #about>div .list_content:nth-child(2) {
  order: 2;
}

#horror article #about>div .list_content:nth-child(3) {
  order: 0;
}

#horror article #about>p {
  max-width: 900px;
  margin: auto;
  box-shadow: 0px 0px 13px rgba(215, 2, 18, 0.6);
}

#horror article #about>p a {
  position: relative;
}

#horror article #about>p a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  background-image: url(../images/horror/icon_movie.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#horror article #about>p a,
#horror article #about>p img {
  display: block;
}

@media screen and (max-width: 767px) {
  #horror article #about {
    width: 100%;
    max-width: none;
  }

  #horror article #about h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13%;
  }

  #horror article #about>div {
    display: block;
    margin-bottom: 35vw;
  }

  #horror article #about>div .list_content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
  }

  #horror article #about>div .list_content:nth-child(1) {
    margin-top: 0;
  }

  #horror article #about>div .list_content.slick-active {
    transform: translateY(20%);
  }

  #horror article #about>div .slick-list {
    overflow: unset;
  }

  #horror article #about>div .slick-dots {
    bottom: -40%;
  }

  #horror article #about>div .slick-dots li {
    width: 4.4vw;
    height: 4.4vw;
    margin: 0 2%;
  }

  #horror article #about>div .slick-dots li button {
    width: 4.4vw;
    height: 4.4vw;
  }

  #horror article #about>div .slick-dots li button:before {
    font-size: 4.5vw;
    color: #696969;
    line-height: 1;
    width: 4.4vw;
    height: 4.4vw;
    opacity: 1;
  }

  #horror article #about>div .slick-dots li.slick-active button:before {
    color: #d70212;
  }

  #horror article #about>p {
    width: 90%;
    max-width: none;
    box-shadow: 0px 0px 2vw rgba(215, 2, 18, 0.6);
  }

  #horror article #about>p a:after {
    width: 20vw;
    height: 20vw;
  }
}

#horror article #story {
  width: 100%;
  background-image: url(../images/horror/story_bg.png);
  background-size: 1400px 50px;
}

#horror article #story p {
  text-align: center;
}

#horror article #story p strong {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #horror article #story h2 {
    width: 64%;
  }

  #horror article #story p strong {
    font-size: 5.6vw;
  }
}

#horror article #point .point_content {
  margin-bottom: 100px;
}

#horror article #point .point_content>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  margin: auto;
}

#horror article #point .point_content>div:nth-child(2n) {
  flex-flow: row-reverse;
}

#horror article #point .point_content>div figure {
  width: 60%;
  max-width: 750px;
}

#horror article #point .point_content>div div p:first-child {
  font-size: 24px;
}

#horror article #point .point_content>div div p:first-child strong {
  font-size: 28px;
}

#horror article #point .point_content>div div p:last-child {
  font-size: 18px;
}

#horror article #point .point_content>div div p:last-child strong {
  font-size: 24px;
}

#horror article #point h3 {
  max-width: 350px;
  margin: 0 auto 80px;
}

#horror article #point>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 120px;
}

#horror article #point>ul li {
  width: 50%;
  max-width: 380px;
  position: relative;
}

#horror article #point>ul li:first-child {
  padding-right: 70px;
}

#horror article #point>ul li:first-child:after {
  content: "×";
  position: absolute;
  top: calc(50% - 25px);
  right: -0.55em;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 0px 10px #d70212;
}

#horror article #point>ul li:last-child {
  padding-left: 70px;
}

#horror article #point>ul li figure a {
  box-shadow: 0px 0px 15px rgba(215, 2, 18, 0.8);
  position: relative;
}

#horror article #point>ul li figure a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  background-image: url(../images/horror/icon_popup.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#horror article #point>ul li figure a,
#horror article #point>ul li figure img {
  display: block;
}

#horror article #point>ul li figure figcaption {
  text-align: center;
  font-size: 21px;
  margin-top: 30px;
}

#horror article #point .app_box {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(215, 2, 18, 0.8);
}

#horror article #point .app_box>p {
  max-width: 104px;
  margin-right: 30px;
}

#horror article #point .app_box>div p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}

#horror article #point .app_box>div p strong {
  font-size: 21px;
}

#horror article #point .app_box>div ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#horror article #point .app_box>div ul li:first-child {
  max-width: 169px;
  margin-right: 15px;
}

#horror article #point .app_box>div ul li:last-child {
  max-width: 209px;
}

#horror article #point .app_box>div ul li a,
#horror article #point .app_box>div ul li img {
  display: block;
}

#horror article #point .app_box>div ul li a:hover {
  opacity: 1;
}

#horror article .info_box {
  max-width: 900px;
  margin: auto;
  /*display: flex;
          align-items: center;
          justify-content: center;*/
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(215, 2, 18, 0.8);
  margin-top: 70px;
}

#horror article .info_box>h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;


}

#horror article .info_box>p {
  max-width: 104px;
  margin-right: 30px;
}

#horror article .info_box>div p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}

#horror article .info_box>div p a {
  color: #d70212;
  display: block;
  text-align: center;
}

#horror article .info_box>div p strong {
  font-size: 21px;
}

#horror article .info_box>div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

#horror article .info_box>div ul li:first-child {
  /*max-width: 169px;
  margin-right: 15px;*/
  width: 100%;
  margin: 10px;
}

#horror article .info_box>div ul li:last-child {
  /*max-width: 209px;*/
  width: 100%;
}

#horror article .info_box>div ul li a,
#horror article #point .info_box>div ul li img {
  display: block;
}

#horror article .info_box>div ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #horror article .info_box>h3 {
    font-size: 22px;
  }
  #horror article .info_box>div ul{
    display: block;
  }
  #horror article .info_box>div ul li:first-child {
    margin: 0 0 40px 0;
  }


}


@media screen and (max-width: 767px) {
  #horror article .info_box{
    margin: 30px 20px;
  }

  #horror article .info_box div{
    padding: 15px;
  } 

  #horror article #point h2 {
    width: 62%;
  }

  #horror article #point .point_content {
    margin-bottom: 21%;
  }

  #horror article #point .point_content>div {
    display: block;
    max-width: none;
  }

  #horror article #point .point_content>div:first-child {
    margin-bottom: 15%;
  }

  #horror article #point .point_content>div figure {
    width: 100%;
    max-width: none;
  }

  #horror article #point .point_content>div div p {
    text-align: center;
  }

  #horror article #point .point_content>div div p:first-child {
    font-size: 4.8vw;
    margin-bottom: 3%;
  }

  #horror article #point .point_content>div div p:first-child strong {
    font-size: 6.67vw;
  }

  #horror article #point .point_content>div div p:last-child {
    font-size: 4.27vw;
  }

  #horror article #point .point_content>div div p:last-child strong {
    font-size: 5.6vw;
  }

  #horror article #point h3 {
    width: 80%;
    max-width: none;
    margin: 0 auto 16%;
  }

  #horror article #point>ul {
    max-width: none;
    margin: 0 auto 21%;
  }

  #horror article #point>ul li {
    max-width: none;
  }

  #horror article #point>ul li:first-child {
    padding-right: 5%;
  }

  #horror article #point>ul li:first-child:after {
    top: calc(50% - 2.13vw);
    font-size: 5.4vw;
    text-shadow: 0px 0px 1.5vw #d70212;
  }

  #horror article #point>ul li:last-child {
    padding-left: 5%;
  }

  #horror article #point>ul li figure a {
    box-shadow: 0px 0px 2vw rgba(215, 2, 18, 0.8);
    position: relative;
  }

  #horror article #point>ul li figure a:after {
    bottom: 1.5vw;
    right: 1.5vw;
    width: 5vw;
    height: 5vw;
  }

  #horror article #point>ul li figure figcaption {
    font-size: 4.27vw;
    margin-top: 8%;
  }

  #horror article #point .app_box {
    max-width: none;
    display: block;
    border: 0.6vw solid #fff;
    padding: 7% 0;
    box-shadow: 0px 0px 1.5vw rgba(215, 2, 18, 0.8);
  }

  #horror article #point .app_box>p {
    width: 27%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7%;
  }

  #horror article #point .app_box>div p {
    font-size: 4.27vw;
    line-height: 1.8;
    margin-bottom: 7%;
  }

  #horror article #point .app_box>div p strong {
    font-size: 4.8vw;
  }

  #horror article #point .app_box>div ul {
    width: 93%;
    margin: auto;
  }

  #horror article #point .app_box>div ul li:first-child {
    max-width: none;
    margin-right: 3%;
  }

  #horror article #point .app_box>div ul li:last-child {
    max-width: none;
  }

  #horror article #point .info_box {
    max-width: none;
    display: block;
    border: 0.6vw solid #fff;
    padding: 7% 1%;
    box-shadow: 0px 0px 1.5vw rgba(215, 2, 18, 0.8);
  }

  #horror article #point .info_box>p {
    width: 27%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7%;
  }

  #horror article #point .info_box>div p {
    font-size: 4.27vw;
    line-height: 1.8;
    margin-bottom: 7%;
  }

  #horror article #point .info_box>div p strong {
    font-size: 4.8vw;
  }

  #horror article #point .info_box>div ul {
    width: 93%;
    margin: auto;
  }

  #horror article #point .info_box>div ul li:first-child {
    max-width: none;
    margin-right: 3%;
  }

  #horror article #point .info_box>div ul li:last-child {
    max-width: none;
  }
}

#horror article #play .play_bg {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
  width: 105%;
}

#horror article #play h2 {
  margin-bottom: 100px;
}

#horror article #play>ul {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#horror article #play>ul>li {
  width: calc(33.333% - 20px);
  background-color: #050505;
  border: 2px solid #fff;
  box-shadow: 0px 0px 15px rgba(215, 2, 18, 0.8);
  box-sizing: border-box;
  margin: 0 30px 80px 0;
  text-align: center;
  padding: 65px 0 25px;
  position: relative;
}

#horror article #play>ul>li:nth-child(2) {
  width: calc(66.667% - 10px);
  margin-right: 0;
}

#horror article #play>ul>li:nth-child(2)>div {
  flex-wrap: wrap;
}

#horror article #play>ul>li:nth-child(2)>div>p {
  width: calc(100% - 60px);
  margin: 5px auto 0;
  text-align: right;
}

#horror article #play>ul>li:last-child {
  margin-right: 0;
}

#horror article #play>ul>li:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 150px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

#horror article #play>ul>li:nth-child(1):before {
  background-image: url(../images/horror/play_icon1.png);
}

#horror article #play>ul>li:nth-child(2):before {
  background-image: url(../images/horror/play_icon2.png);
}

#horror article #play>ul>li:nth-child(3):before {
  background-image: url(../images/horror/play_icon3.png);
}

#horror article #play>ul>li:nth-child(4):before {
  background-image: url(../images/horror/play_icon4.png);
}

#horror article #play>ul>li:nth-child(5):before {
  background-image: url(../images/horror/play_icon5.png);
}

#horror article #play>ul>li h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

#horror article #play>ul>li>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#horror article #play>ul>li>div small {
  display: block;
}

#horror article #play>ul>li>div>div {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

#horror article #play>ul>li>div>div ul {
  width: 50%;
  background-color: rgba(58, 52, 157, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

#horror article #play>ul>li>div>div ul li {
  padding: 15px 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

#horror article #play>ul>li>div>div ul li p {
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  /*width: 90%;*/
  margin: auto;
}

#horror article #play>ul>li>div>div ul li p span {
  font-size: 28px;
  margin: 0 10px;
}

#horror article #play>ul>li>div>div ul li:last-child {
  border-bottom: none;
}

#horror article #play>ul>li>div>div>p {
  /*width: 36.4%;*/
  margin-left: 5.8%;
  padding-left: 7.8%;
  position: relative;
  text-align: left;
}

#horror article #play>ul>li>div>div>p:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 24px;
}

#horror article #play>p {
  max-width: 900px;
  margin: -50px auto 120px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #horror article #play .play_bg {
    top: -1vw;
    width: 110%;
  }

  #horror article #play h2 {
    width: 72%;
    margin-bottom: 20vw;
  }

  #horror article #play>ul {
    max-width: none;
  }

  #horror article #play>ul>li {
    width: 100%;
    border: 0.6vw solid #fff;
    box-shadow: 0px 0px 2vw rgba(215, 2, 18, 0.8);
    margin: 0 0 14vw 0;
    padding: 14vw 0 7vw;
  }

  #horror article #play>ul>li:nth-child(2) {
    width: 100%;
  }

  #horror article #play>ul>li:nth-child(2)>div>p {
    width: 90%;
    margin: 1% auto 0;
  }

  #horror article #play>ul>li:nth-child(4) {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  #horror article #play>ul>li:nth-child(5) {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0;
  }

  #horror article #play>ul>li:before {
    top: -11vw;
    width: 36vw;
    height: 22vw;
  }

  #horror article #play>ul>li h3 {
    font-size: 5.6vw;
    margin-bottom: 5.4vw;
  }

  #horror article #play>ul>li>div p {
    font-size: 4.27vw;
    line-height: 1.3;
  }

  #horror article #play>ul>li>div>div {
    width: 90%;
    display: block;
    border: 0.6vw solid rgba(255, 255, 255, 0.5);
  }

  #horror article #play>ul>li>div>div ul {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.5);
  }

  #horror article #play>ul>li>div>div ul li {
    padding: 2% 0;
    border-bottom: none;
    width: 100%;
  }

  #horror article #play>ul>li>div>div ul li p {
    font-size: 3.74vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }

  #horror article #play>ul>li>div>div ul li p span {
    font-size: 5.8vw;
    margin: 0 3%;
  }

  #horror article #play>ul>li>div>div ul li:last-child {
    border-left: 0.6vw solid rgba(255, 255, 255, 0.5);
  }

  #horror article #play>ul>li>div>div>p {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    padding: 7% 0 3%;
  }

  #horror article #play>ul>li>div>div>p:before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 4.8vw;
  }

  #horror article #play>p {
    max-width: 900px;
    margin: 0px auto 120px;
    line-height: 1.2;
  }
}

#horror article #method>ul {
  max-width: 900px;
  margin: auto;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#horror article #method>ul>li {
  display: flex;
  justify-content: space-between;
}

#horror article #method>ul>li:first-child {
  border-bottom: 2px solid #fff;
}

#horror article #method>ul>li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 530px);
  max-width: 370px;
  text-align: center;
  background-color: rgba(58, 52, 157, 0.3);
  border-right: 2px solid #fff;
}

#horror article #method>ul>li ol {
  width: 530px;
  padding: 40px;
}

#horror article #method>ul>li ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#horror article #method>ul>li ol li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: 22px;
  background-image: url(../images/horror/method_border.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#horror article #method>ul>li ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#horror article #method>ul>li ol li:last-child:before {
  content: none;
}

#horror article #method>ul>li ol li:last-child p {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

#horror article #method>ul>li ol li figure {
  max-width: 100px;
}

#horror article #method>ul>li ol li p {
  width: calc(71% - 100px);
  margin-left: 25px;
}

#horror article #method>p {
  max-width: 900px;
  margin: 20px auto 120px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #horror article #method h2 {
    width: 64%;
  }

  #horror article #method>ul {
    max-width: none;
    border-top: none;
    border-bottom: 0.5vw solid #fff;
  }

  #horror article #method>ul>li {
    display: block;
  }

  #horror article #method>ul>li:first-child {
    border-bottom: none;
  }

  #horror article #method>ul>li h3 {
    display: block;
    width: 100%;
    max-width: none;
    border-right: none;
    font-size: 5.07vw;
    padding: 6% 0;
    border-top: 0.5vw solid #fff;
    border-bottom: 0.5vw solid #fff;
  }

  #horror article #method>ul>li ol {
    width: 100%;
    padding: 6vw 0;
  }

  #horror article #method>ul>li ol li {
    display: block;
    padding-bottom: 9.6vw;
    margin-bottom: 2.7vw;
  }

  #horror article #method>ul>li ol li:before {
    height: 4.4vw;
    background-image: url(../images/horror/method_border_sp.png);
  }

  #horror article #method>ul>li ol li figure {
    display: none;
  }

  #horror article #method>ul>li ol li p {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  #horror article #method>p {
    max-width: none;
    margin: 4% auto 14vw;
  }
}

#horror article section#notes {
  padding-bottom: 170px;
  width: 100%;
  background-image: url(../images/horror/notes_bg.png);
  background-size: 1400px 50px;
}

#horror article section#notes .notes_title {
  width: 95%;
  max-width: 900px;
  margin: auto;
  background-color: rgba(58, 52, 157, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}

#horror article section#notes .notes_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
  width: 48px;
  height: 21px;
  background-image: url(../images/horror/notes_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#horror article section#notes .notes_title.toggle_on:after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}

#horror article section#notes .notes_title h2 {
  margin-bottom: 0;
}

#horror article section#notes .notes_contents {
  width: 95%;
  max-width: 900px;
  margin: auto;
  display: none;
}

#horror article section#notes .notes_contents>ul>li {
  padding: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#horror article section#notes .notes_contents>ul>li:nth-child(2n+1) {
  background-color: #050505;
}

#horror article section#notes .notes_contents>ul>li:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

#horror article section#notes .notes_contents>ul>li h3 {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#horror article section#notes .notes_contents>ul>li h3 span {
  font-size: 25px;
  color: #d70212;
  transform: rotate(0deg);
  float: left;
  display: inline-block;
  margin-top: -0.25em;
  transition: transform 0.5s;
}

#horror article section#notes .notes_contents>ul>li h3 span.anime_on {
  animation: rotate_anime 0.1s 25;
}

#horror article section#notes .notes_contents>ul>li h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 30px auto 10px;
}

#horror article section#notes .notes_contents>ul>li>ol>li,
#horror article section#notes .notes_contents>ul>li>ul>li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-indent: -1em;
  padding-left: 1em;
}

#horror article section#notes .notes_contents>ul>li>p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-indent: -1em;
  padding-left: 1em;
}

#horror article section#notes .notes_contents>ul>li a {
  color: #d70212;
}

@media screen and (max-width: 767px) {
  #horror article section#notes {
    padding-bottom: 45vw;
  }

  #horror article section#notes .notes_title {
    width: 90%;
    max-width: none;
    border-top: 0.6vw solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.3);
    padding: 3% 0;
  }

  #horror article section#notes .notes_title:after {
    right: 5%;
    width: 9vw;
    height: 4.1vw;
  }

  #horror article section#notes .notes_title h2 {
    width: 50%;
  }

  #horror article section#notes .notes_contents {
    width: 90%;
    max-width: none;
  }

  #horror article section#notes .notes_contents>ul>li {
    padding: 4vw;
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.3);
  }

  #horror article section#notes .notes_contents>ul>li h3 {
    border-bottom: 0.4vw solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }

  #horror article section#notes .notes_contents>ul>li h3 span {
    font-size: 6vw;
  }

  #horror article section#notes .notes_contents>ul>li h4 {
    font-size: 3.4vw;
    margin: 8vw auto 2vw;
  }

  #horror article section#notes .notes_contents>ul>li>ol>li,
  #horror article section#notes .notes_contents>ul>li>ul>li {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }

  #horror article section#notes .notes_contents>ul>li>p {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }
}

#horror article section#notes {
  padding-bottom: 170px;
  width: 100%;
  background-image: url(../images/horror/notes_bg.png);
  background-size: 1400px 50px;
}

#horror article section#notes .notes_title {
  width: 95%;
  max-width: 900px;
  margin: auto;
  background-color: rgba(58, 52, 157, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}

#horror article section#notes .notes_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
  width: 48px;
  height: 21px;
  background-image: url(../images/horror/notes_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#horror article section#notes .notes_title.toggle_on:after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}

#horror article section#notes .notes_title h2 {
  margin-bottom: 0;
}

#horror article section#notes .notes_contents {
  width: 95%;
  max-width: 900px;
  margin: auto;
  display: none;
}

#horror article section#notes .notes_contents>ul>li {
  padding: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#horror article section#notes .notes_contents>ul>li:nth-child(2n+1) {
  background-color: #050505;
}

#horror article section#notes .notes_contents>ul>li:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

#horror article section#notes .notes_contents>ul>li h3 {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#horror article section#notes .notes_contents>ul>li h3 span {
  font-size: 25px;
  color: #d70212;
  transform: rotate(0deg);
  float: left;
  display: inline-block;
  margin-top: -0.25em;
  transition: transform 0.5s;
}

#horror article section#notes .notes_contents>ul>li h3 span.anime_on {
  animation: rotate_anime 0.1s 25;
}

#horror article section#notes .notes_contents>ul>li h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 30px auto 10px;
}

#horror article section#notes .notes_contents>ul>li>ol>li,
#horror article section#notes .notes_contents>ul>li>ul>li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-indent: -1em;
  padding-left: 1em;
}

#horror article section#notes .notes_contents>ul>li>p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-indent: -1em;
  padding-left: 1em;
}

#horror article section#notes .notes_contents>ul>li a {
  color: #d70212;
}

@media screen and (max-width: 767px) {
  #horror article section#notes {
    padding-bottom: 45vw;
  }

  #horror article section#notes .notes_title {
    width: 90%;
    max-width: none;
    border-top: 0.6vw solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.3);
    padding: 3% 0;
  }

  #horror article section#notes .notes_title:after {
    right: 5%;
    width: 9vw;
    height: 4.1vw;
  }

  #horror article section#notes .notes_title h2 {
    width: 50%;
  }

  #horror article section#notes .notes_contents {
    width: 90%;
    max-width: none;
  }

  #horror article section#notes .notes_contents>ul>li {
    padding: 4vw;
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.3);
  }

  #horror article section#notes .notes_contents>ul>li h3 {
    border-bottom: 0.4vw solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }

  #horror article section#notes .notes_contents>ul>li h3 span {
    font-size: 6vw;
  }

  #horror article section#notes .notes_contents>ul>li h4 {
    font-size: 3.4vw;
    margin: 8vw auto 2vw;
  }

  #horror article section#notes .notes_contents>ul>li>ol>li,
  #horror article section#notes .notes_contents>ul>li>ul>li {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }

  #horror article section#notes .notes_contents>ul>li>p {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }
}


#horror article section#qa {
  padding-bottom: 170px;
  width: 100%;
}

#horror article section#qa .qa_title {
  width: 95%;
  max-width: 900px;
  margin: auto;
}

#horror article section#qa .qa_title.toggle_on:after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}

#horror article section#qa .qa_title h2 {
  margin-bottom: 0;
}

#horror article section#qa .qa_contents {
  width: 95%;
  max-width: 900px;
  margin: auto;
}

#horror article section#qa .qa_contents>ul>li {
  padding: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#horror article section#qa .qa_contents>ul>li:nth-child(2n+1) {
  background-color: #050505;
}

#horror article section#qa .qa_contents>ul>li:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

#horror article section#qa .qa_contents>ul>li h3 {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#horror article section#qa .qa_contents>ul>li h3 span {
  font-size: 25px;
  color: #d70212;
  transform: rotate(0deg);
  float: left;
  display: inline-block;
  margin-top: -0.25em;
  transition: transform 0.5s;
  margin-right: 10px;
}

#horror article section#qa .qa_contents>ul>li h3 span.anime_on {
  animation: rotate_anime 0.1s 25;
}

#horror article section#qa .qa_contents>ul>li h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 30px auto 10px;
}

#horror article section#qa .qa_contents>ul>li>ol>li,
#horror article section#qa .qa_contents>ul>li>ul>li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  padding-left: 1em;
}

#horror article section#qa .qa_contents>ul>li>p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  text-indent: -1em;
  padding-left: 1em;
}

#horror article section#qa .qa_contents>ul>li a {
  color: #d70212;
}

@media screen and (max-width: 767px) {
  #horror article section#qa {
    padding-bottom: 45vw;
  }

  #horror article section#qa .qa_title {
    width: 90%;
    max-width: none;
    padding: 3% 0;
  }

  #horror article section#qa .qa_title:after {
    right: 5%;
    width: 9vw;
    height: 4.1vw;
  }

  #horror article section#qa .qa_title h2 {
    width: 50%;
  }

  #horror article section#qa .qa_contents {
    width: 90%;
    max-width: none;
  }

  #horror article section#qa .qa_contents>ul>li {
    padding: 4vw;
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.3);
  }

  #horror article section#qa .qa_contents>ul>li h3 {
    border-bottom: 0.4vw solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }

  #horror article section#qa .qa_contents>ul>li h3 span {
    font-size: 6vw;
  }

  #horror article section#qa .qa_contents>ul>li h4 {
    font-size: 3.4vw;
    margin: 8vw auto 2vw;
  }

  #horror article section#qa .qa_contents>ul>li>ol>li,
  #horror article section#qa .qa_contents>ul>li>ul>li {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }

  #horror article section#qa .qa_contents>ul>li>p {
    margin-bottom: 2%;
    font-size: 3.4vw;
  }
}


#horror article .horror_pagetop {
  position: fixed;
  bottom: 25px;
  right: 35px;
  max-width: 86px;
  z-index: 999;
  display: none;
  visibility: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  transition: filter 1.2s;
}

#horror article .horror_pagetop.pagetop_on {
  visibility: visible;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

#horror article .horror_pagetop a,
#horror article .horror_pagetop img {
  display: block;
}

@media screen and (max-width: 767px) {
  #horror article .horror_pagetop {
    bottom: 3vw;
    right: 3vw;
    width: 22%;
    max-width: none;
  }
}

#horror article #under_mv {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  #horror article #under_mv {
    width: 100%;
    max-width: none;
  }
}

#horror article .content_box {
  padding: 20px 0 210px !important;
}

#horror article .content_box .content_inner {
  max-width: 900px;
  border: 2px solid #fff;
  background-color: #121212;
  padding: 40px 0;
  margin: auto;
  box-shadow: 0px 0px 13px rgba(215, 2, 18, 0.6);
}

@media screen and (max-width: 767px) {
  #horror article .content_box {
    padding: 8vw 0 35vw !important;
  }

  #horror article .content_box .content_inner {
    max-width: none;
    border: 0.6vw solid #fff;
    padding: 8vw 4vw;
    box-shadow: 0px 0px 2vw rgba(215, 2, 18, 0.6);
  }
}

#horror article #store .content_inner h2 {
  margin-bottom: 30px;
}

#horror article #store .content_inner>p {
  text-align: center;
}

#horror article #store .content_inner>p strong {
  font-size: 24px;
}

#horror article #store .content_inner>ol {
  width: 100%;
  max-width: 21em;
  margin: 40px auto 0;
}

#horror article #store .content_inner>ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

#horror article #store .content_inner>ol li:last-child {
  margin-bottom: 0;
}

#horror article #store .content_inner>ol li:before {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #d70212;
  color: #fff;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

#horror article #store .content_inner>ol li:nth-child(1):before {
  content: "1";
}

#horror article #store .content_inner>ol li:nth-child(2):before {
  content: "2";
}

#horror article #store .content_inner>ol li:nth-child(3):before {
  content: "3";
}

#horror article #store .content_inner .checkbox_content {
  text-align: center;
  margin: 40px auto;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:before,
#horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
  top: -15px;
  left: 0;
  transform: rotate(-45deg);
  border-bottom: 4px solid #d70212;
  border-left: 4px solid #d70212;
  opacity: 0;
  height: 12px;
  width: 20px;
  transition: all 0.2s;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:checked:after {
  opacity: 1;
}

#horror article #store .content_inner .checkbox_content input[type="checkbox"]:checked+label {
  color: #d70212;
}

#horror article #store .content_inner .checkbox_content label {
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 700;
}

#horror article #store .content_inner .btn {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s;
}

#horror article #store .content_inner .btn a {
  pointer-events: none;
}

#horror article #store .content_inner .btn.btn_on {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#horror article #store .content_inner .btn.btn_on a {
  pointer-events: auto;
}

#horror article #store .content_inner #subContents01 {
  max-width: 650px;
  margin: 40px auto 0;
}

#horror article #store .content_inner #subContents01 .shop_header {
  background-color: #151333 !important;
}

#horror article #store .content_inner #subContents01 .shop_navi_box li {
  border-bottom: 1px solid #6c668d;
  background-color: #bcb9cf;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .second {
  background-color: #f1efff;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .second-area li {
  background-color: #fff;
}

#horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.first>a:after,
#horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.second>a:after {
  background-image: url(../images/horror/ic_arrow_table_blue.png);
}

@media screen and (max-width: 767px) {
  #horror article #store .content_inner h2 {
    margin-bottom: 4vw;
  }

  #horror article #store .content_inner>p strong {
    font-size: 5.6vw;
  }

  #horror article #store .content_inner>ol {
    max-width: 18em;
    margin: 10% auto 0;
  }

  #horror article #store .content_inner>ol li {
    font-size: 3.74vw;
    padding-left: 8%;
    margin-bottom: 4%;
  }

  #horror article #store .content_inner>ol li:before {
    top: 2.2vw;
    font-size: 3.47vw;
    width: 4.55vw;
    height: 4.55vw;
    line-height: 1;
  }

  #horror article #store .content_inner .checkbox_content {
    margin: 10% auto;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"] {
    padding-left: 8%;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"]:before {
    border-radius: 1vw;
    border: 0.6vw solid #fff;
    width: 4vw;
    height: 4vw;
  }

  #horror article #store .content_inner .checkbox_content input[type="checkbox"]:after {
    top: -3.4vw;
    border-bottom: 1vw solid #d70212;
    border-left: 1vw solid #d70212;
    width: 5vw;
    height: 3vw;
  }

  #horror article #store .content_inner #subContents01 {
    max-width: none;
    margin: 8vw auto 0;
    /*border: 0.4vw solid #fff;*/
  }

  #horror article #store .content_inner #subContents01 .shop_header {
    font-size: 4.27vw !important;
    padding: 3vw !important;
  }

  #horror article #store .content_inner #subContents01 .shop_header:after {
    width: 3vw;
    height: 1.8vw;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box {
    font-size: 3.74vw !important;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box li {
    border-bottom: 0.4vw solid #6c668d;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box li a {
    padding: 3.6vw 2vw;
  }

  #horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.first>a:after,
  #horror article #store .content_inner #subContents01 .shop_navi_box .shop_navi_parent.second>a:after {
    width: 3vw;
    height: 1.8vw;
  }
}

#horror article #ticket .ticket_box {
  margin-bottom: 60px;
}

#horror article #ticket .ticket_box:last-child {
  margin-bottom: 0;
}

#horror article #ticket .ticket_box:last-child .ticket_title {
  margin-bottom: 0;
}

#horror article #ticket .ticket_box .ticket_title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
}

#horror article #ticket .ticket_box .ticket_title a {
  color: #fff;
  position: relative;
  padding-right: 30px;
}

#horror article #ticket .ticket_box .ticket_title a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/horror/icon_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#horror article #ticket .ticket_box>div {
  margin-bottom: 40px;
}

#horror article #ticket .ticket_box .ticket_subtitle {
  text-align: center;
  margin-bottom: 20px;
}

#horror article #ticket .ticket_box .ticket_subtitle strong {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  #horror article #ticket .ticket_box {
    margin-bottom: 10.7vw;
  }

  #horror article #ticket .ticket_box .ticket_title {
    margin-bottom: 6vw;
    font-size: 4.8vw;
  }

  #horror article #ticket .ticket_box .ticket_title a {
    padding-right: 6vw;
  }

  #horror article #ticket .ticket_box .ticket_title a:after {
    width: 4vw;
    height: 4vw;
  }

  #horror article #ticket .ticket_box>div {
    margin-bottom: 8vw;
  }

  #horror article #ticket .ticket_box .ticket_subtitle {
    margin-bottom: 4vw;
    font-size: 3.74vw;
  }

  #horror article #ticket .ticket_box .ticket_subtitle strong {
    font-size: 3.74vw;
  }
}

.mfp-bg {
  opacity: 0;
  transition: opacity 1s;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 1s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-scaler iframe {
  box-shadow: 0px 0px 13px rgba(215, 2, 18, 0.8);
}

@media screen and (max-width: 767px) {
  .mfp-iframe-scaler iframe {
    box-shadow: 0px 0px 2vw rgba(215, 2, 18, 0.8);
  }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background-image: url(../images/horror/popup_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 95px;
  font-size: 0;
  opacity: 1;
  padding: 0;
}

@media screen and (max-width: 767px) {

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close,
  .mfp-inline-holder .mfp-close {
    top: 3vw;
    right: 3vw;
    width: 16vw;
    height: 21vw;
  }
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-inline-holder .mfp-close:hover {
  animation: btn-glitch 0.3s both infinite;
}

.mfp-wrap {
  background-color: #050505;
  background-image: url(../images/horror/popup_bg.jpg);
  background-size: cover;
}

.svg_box {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vh;
}

.svg_box svg {
  overflow: unset;
}

.svg_box image {
  opacity: 0;
  transform: scale(1.3);
  transition: transform 0.1s ease-in;
}

@media screen and (max-width: 767px) {
  .svg_box {
    width: 100%;
  }
}

.mfp-inline-holder {
  padding: 0;
}

.mfp-inline-holder .mfp-content .popup_box {
  padding: 50px 0;
  width: 95%;
  max-width: 900px;
  margin: auto;
}

.mfp-inline-holder .mfp-content .popup_box div figure {
  max-width: 660px;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  background-color: #050505;
  text-align: center;
  padding: 20px;
}

.mfp-inline-holder .mfp-content .popup_box div figure img {
  width: 100%;
  max-width: 460px;
}

.mfp-inline-holder .mfp-content .popup_box div p {
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.mfp-inline-holder .mfp-content .popup_box div p strong {
  color: #d70212;
  font-weight: 700;
}

.mfp-inline-holder .mfp-content .popup_box div .popup_title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

.mfp-inline-holder .mfp-content .popup_box div .popup_title strong {
  font-size: 28px;
}

.mfp-inline-holder .mfp-content .popup_box div .popup_link {
  margin-top: 30px;
}

.mfp-inline-holder .mfp-content .popup_box div .popup_link a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.mfp-inline-holder .mfp-content .popup_box div .popup_link a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 767px) {
  .mfp-inline-holder .mfp-content .popup_box {
    padding: 30vw 0;
    width: 90%;
    max-width: none;
  }

  .mfp-inline-holder .mfp-content .popup_box div figure {
    max-width: 660px;
    margin: 0 auto 5vw;
    border: 0.5vw solid #fff;
    padding: 6vw;
  }

  .mfp-inline-holder .mfp-content .popup_box div figure img {
    max-width: none;
  }

  .mfp-inline-holder .mfp-content .popup_box div p {
    font-size: 4.27vw;
  }

  .mfp-inline-holder .mfp-content .popup_box div .popup_title {
    padding-bottom: 1vw;
    margin-bottom: 6vw;
    border-bottom: 0.6vw solid rgba(255, 255, 255, 0.5);
    font-size: 4.27vw;
  }

  .mfp-inline-holder .mfp-content .popup_box div .popup_title strong {
    font-size: 6.4vw;
  }

  .mfp-inline-holder .mfp-content .popup_box div .popup_link {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 767px) {

  .fl-bnr {
    position: fixed;
    z-index: 999;
    bottom: 2vw;
    width: 52%;
    left: 0;
    right: 2vw;
    margin-left: auto;
}
.fl-bnr a {
  position: relative;
  font-size: 5.3vw;
  display: block;
  width: 100%;
  padding-top: 4.6vw;
  padding-bottom: 4.6vw;
  line-height: 1;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
  background: #D70E18;
  border-radius: 8vw 8vw;
  color: #fff;
  border-bottom: 3px solid #900404;
  text-decoration: none !important;
}
.fl-bnr a::after{
background: url(../../../wp-content/themes/miruhaco_new/images/common/shita.png) no-repeat center center / 100%;
      content: "";
      position: absolute;
      right: 3.3vw;
      top: 50%;
      transform: translateY(-50%);
      width: 5.3vw;
      height: 5.3vw;
}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }

  10%,
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes skew {
  0% {
    transform: none;
  }

  33% {
    transform: none;
  }

  33.3% {
    transform: skewX(20deg);
  }

  33.6% {
    transform: skewX(-20deg);
  }

  33.9% {
    transform: none;
  }

  66% {
    transform: none;
  }

  66.3% {
    transform: skewX(5deg);
  }

  66.6% {
    transform: skewX(-5deg);
  }

  66.9% {
    transform: none;
  }

  77% {
    transform: none;
  }

  77.3% {
    transform: skewX(15deg);
  }

  77.6% {
    transform: skewX(-15deg);
  }

  77.9% {
    transform: none;
  }
}

.glitch {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.glitch span {
  display: block;
}

.glitch:hover span {
  /*animation: glitch-anim-text 3s infinite, skew 2s infinite;*/
}

.animeset {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  transition: opacity 1s, filter 1.2s;
}

.animeset_on {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

}
@keyframes btn-glitch {
  0% {
    transform: translate(0);
  }

  12.5% {
    transform: translate(-1px, 1px);
  }

  37.5% {
    transform: translate(-1px, -1px);
  }

  62.5% {
    transform: translate(1px, 1px);
  }

  87.5% {
    transform: translate(1px, -1px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 60.70364%, 100% 60.70364%, 100% 65.24313%, 0% 65.24313%);
    transform: translate(2.14575%, 0.35347%);
  }

  2% {
    clip-path: polygon(0% 46.76415%, 100% 46.76415%, 100% 50.57221%, 0% 50.57221%);
    transform: translate(-0.37248%, -0.12503%);
  }

  4% {
    clip-path: polygon(0% 11.08011%, 100% 11.08011%, 100% 16.84662%, 0% 16.84662%);
    transform: translate(4.91556%, 0.26208%);
  }

  6% {
    clip-path: polygon(0% 48.20369%, 100% 48.20369%, 100% 49.64976%, 0% 49.64976%);
    transform: translate(3.63256%, -0.49776%);
  }

  8% {
    clip-path: polygon(0% 29.26852%, 100% 29.26852%, 100% 32.20153%, 0% 32.20153%);
    transform: translate(5.6118%, 0.06916%);
  }

  10% {
    clip-path: polygon(0% 2.5923%, 100% 2.5923%, 100% 8.3393%, 0% 8.3393%);
    transform: translate(7.64417%, -0.25604%);
  }

  12% {
    clip-path: polygon(0% 28.39686%, 100% 28.39686%, 100% 32.04334%, 0% 32.04334%);
    transform: translate(-3.11485%, 0.29461%);
  }

  14% {
    clip-path: polygon(0% 63.91764%, 100% 63.91764%, 100% 70.92674%, 0% 70.92674%);
    transform: translate(-7.41339%, 0.26525%);
  }

  16% {
    clip-path: polygon(0% 71.64354%, 100% 71.64354%, 100% 75.54859%, 0% 75.54859%);
    transform: translate(-7.01913%, 0.1616%);
  }

  18% {
    clip-path: polygon(0% 27.86305%, 100% 27.86305%, 100% 37.83506%, 0% 37.83506%);
    transform: translate(5.00113%, 0.34542%);
  }

  20%,
  100% {
    clip-path: none;
    transform: none;
  }
}

@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 78.45499%, 100% 78.45499%, 100% 81.795%, 0% 81.795%);
    transform: translate(6.82041%, -0.08757%);
  }

  2% {
    clip-path: polygon(0% 32.06516%, 100% 32.06516%, 100% 41.7406%, 0% 41.7406%);
    transform: translate(-2.44433%, 0.05142%);
  }

  4% {
    clip-path: polygon(0% 38.38139%, 100% 38.38139%, 100% 48.19613%, 0% 48.19613%);
    transform: translate(-6.71118%, -0.12056%);
  }

  6% {
    clip-path: polygon(0% 58.72098%, 100% 58.72098%, 100% 62.33739%, 0% 62.33739%);
    transform: translate(-2.43667%, -0.17207%);
  }

  8% {
    clip-path: polygon(0% 6.05149%, 100% 6.05149%, 100% 13.71225%, 0% 13.71225%);
    transform: translate(-7.22138%, 0.19267%);
  }

  10% {
    clip-path: polygon(0% 78.89014%, 100% 78.89014%, 100% 86.17608%, 0% 86.17608%);
    transform: translate(4.3084%, 0.18821%);
  }

  12% {
    clip-path: polygon(0% 2.80552%, 100% 2.80552%, 100% 12.56918%, 0% 12.56918%);
    transform: translate(-3.69659%, -0.44071%);
  }

  14% {
    clip-path: polygon(0% 76.61017%, 100% 76.61017%, 100% 80.1664%, 0% 80.1664%);
    transform: translate(2.46438%, -0.41015%);
  }

  16% {
    clip-path: polygon(0% 59.18154%, 100% 59.18154%, 100% 61.79354%, 0% 61.79354%);
    transform: translate(1.92331%, -0.43287%);
  }

  18% {
    clip-path: polygon(0% 56.92565%, 100% 56.92565%, 100% 66.00326%, 0% 66.00326%);
    transform: translate(1.18009%, -0.21029%);
  }

  20%,
  100% {
    clip-path: none;
    transform: none;
  }
}

@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.40001%, 0.3329%);
  }

  2% {
    transform: translate(1.67085%, 0.28474%);
  }

  4% {
    transform: translate(0.9983%, -0.46014%);
  }

  6% {
    transform: translate(0.92645%, -0.24156%);
  }

  8% {
    transform: translate(-1.6975%, 0.04635%);
  }

  10% {
    transform: translate(0.38346%, 0.40306%);
  }

  12% {
    transform: translate(-0.27022%, -0.35075%);
  }

  14% {
    transform: translate(1.37116%, 0.16637%);
  }

  16% {
    transform: translate(0.70887%, 0.0791%);
  }

  18% {
    transform: translate(-1.11452%, -0.16901%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-g {
  0% {
    transform: translate(1.19443%, 0.4182%);
  }

  2% {
    transform: translate(0.80726%, 0.14329%);
  }

  4% {
    transform: translate(0.20724%, 0.46877%);
  }

  6% {
    transform: translate(0.06373%, -0.09178%);
  }

  8% {
    transform: translate(-1.46268%, 0.18881%);
  }

  10% {
    transform: translate(1.82758%, 0.16959%);
  }

  12% {
    transform: translate(-0.98778%, -0.22937%);
  }

  14% {
    transform: translate(-1.03495%, -0.48995%);
  }

  16% {
    transform: translate(0.66056%, 0.42754%);
  }

  18% {
    transform: translate(-0.6428%, -0.2121%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rgb-shift-b {
  0% {
    transform: translate(0.98726%, 0.39486%);
  }

  2% {
    transform: translate(-0.67957%, 0.21667%);
  }

  4% {
    transform: translate(-0.28689%, -0.47935%);
  }

  6% {
    transform: translate(-1.94898%, 0.25147%);
  }

  8% {
    transform: translate(1.04387%, -0.17363%);
  }

  10% {
    transform: translate(1.50656%, -0.19513%);
  }

  12% {
    transform: translate(-1.19535%, -0.46183%);
  }

  14% {
    transform: translate(-0.46923%, 0.33061%);
  }

  16% {
    transform: translate(-1.19562%, 0.37907%);
  }

  18% {
    transform: translate(-1.97015%, 0.16107%);
  }

  20%,
  100% {
    transform: none;
  }
}

@keyframes rotate_anime {
  0% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(8deg);
  }
}