html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 769px) {
  a,
input[type=button],
button {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
  }

  a:hover {
    opacity: 0.5;
  }

  html {
    font-size: 62.5%;
    overflow-x: hidden;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    background-color: #f5f5f0;
  }

  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a,
input[type=button],
button {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
  }

  a:active {
    opacity: 0.5;
  }

  html, body {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #f5f5f0;
  }

  html {
    font-size: 62.5%;
  }

  body {
    font-size: 2.8rem;
  }

  body {
    line-height: 1.3;
  }
  .pc-view {
    display: none !important;
  }
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
@media all and (min-width: 769px) {
  .small_text {
    font-size: 75%;
  }
  .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  .header__wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .header__logo {
    width: 170px;
    margin: 23px 90px 0 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header__navi {
    width: 550px;
    margin: 30px 35px 0 0;
  }
  .header__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__navi ul li a {
    font-size: 16px;
    font-weight: 600;
  }
  .header__contact {
    width: 150px;
    margin: 17px 0 0 0;
  }
  .header__contact img {
    width: 100%;
  }

  .footer {
    padding: 68px 0 16px;
    background-color: #f5f5f0;
  }
  .footer.lower {
    background-color: transparent;
  }
  .footer__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .footer__text {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 45px;
  }
  .footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 72px;
  }
  .footer__contact__tel {
    width: 465px;
    text-align: center;
    font-size: 53px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 10px;
  }
  .footer__contact__tel small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
  }
  .footer__contact__btn {
    width: 440px;
  }
  .footer__contact__btn img {
    width: 100%;
  }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #d2d2d2;
  }
  .footer__bottom__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 238px;
    padding-top: 21px;
  }
  .footer__bottom__link a {
    display: block;
    font-size: 14px;
  }
  .footer__bottom__copyright {
    position: relative;
    left: -40px;
    padding-top: 24px;
    font-size: 13px;
    letter-spacing: 0.02em;
    font-family: helvetica, sans-serif;
    line-height: 1;
  }
  .footer__bottom__copyright:first-letter {
    font-size: 15px;
  }
  .footer__bottom__sns {
    width: 150px;
    padding-top: 15px;
  }
  .footer__bottom__sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__bottom__sns ul li {
    width: 30px;
  }
  .footer__bottom__sns ul li img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .small_text {
    font-size: 75%;
  }
  .header {
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .header__wrap {
    position: relative;
  }
  .header__logo {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 135px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__navi {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: #fff;
  }
  .header__navi > ul li {
    text-align: center;
  }
  .header__navi > ul li a {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
  }
  .header__navi__sns ul {
    text-align: center;
  }
  .header__navi__sns ul li {
    display: inline-block;
    margin: 0 8px;
  }
  .header__navi__sns ul li a img {
    width: 40px;
  }
  .header__navi__contact {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header__navi__contact img {
    width: 100%;
  }
  .header__navi__closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }
  .header__navi__closebtn img {
    width: 100%;
  }
  .header__menubtn {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 60px;
  }
  .header__menubtn img {
    width: 100%;
  }

  .footer {
    padding: 44px 0 16px;
    background-color: #f5f5f0;
  }
  .footer.lower {
    background-color: transparent;
  }
  .footer__text {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .footer__contact {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .footer__contact__tel {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 10px;
    padding: 20px 0;
    background-color: #fff;
    border: 1px solid #ebebe2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 30px;
  }
  .footer__contact__tel small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding-top: 10px;
  }
  .footer__contact__btn img {
    width: 100%;
  }
  .footer__bottom {
    margin: 0 20px;
    border-top: 1px solid #d2d2d2;
  }
  .footer__bottom__link {
    text-align: center;
    padding-top: 7px;
  }
  .footer__bottom__link a {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
  }
  .footer__bottom__copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 15px;
    font-family: helvetica, sans-serif;
  }
  .footer__bottom__copyright:first-letter {
    font-size: 11px;
  }
  .footer__bottom__sns {
    display: none;
  }
}
@media all and (max-width: 768px) and (max-height: 650px) {
  .header__navi {
    padding-top: 80px;
    background-color: #fff;
  }
  .header__navi > ul li {
    margin-bottom: 14px;
  }
  .header__navi > ul li a {
    font-size: 20px;
  }
  .header__navi__sns {
    padding-top: 30px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mv {
    width: 100%;
    min-width: 1000px;
    height: 600px;
    background: #000 url(../images/top/top_mv.jpg) center top no-repeat;
    background-size: auto 100%;
    margin-top: 80px;
  }
  .topPage .mv__lead {
    text-indent: -9999px;
  }
  .topPage .client {
    padding: 30px 0 38px;
    background-color: #ebebe2;
  }
  .topPage .client__wrap {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .topPage .client__wrap2 {
    width: 500px;
    margin: 0 auto;
  }
  .topPage .client ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .client ul li img {
    height: 71px;
  }
  .topPage .client__wrap2 ul li img{
    height: 50px;
  }
  .topPage .about {
    text-align: center;
    padding: 80px 0 180px;
    position: relative;
  }
  .topPage .about .about_span {
    position: absolute;
    top: 30px;
  }
  .topPage .about__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .topPage .about__title {
    width: 352px;
    margin: 0 auto 58px;
    margin-top: 100px;
  }
  .topPage .about__title img {
    width: 100%;
  }
  .topPage .about__pct {
    width: 794px;
    margin: 0 auto 35px;
  }
  .topPage .about__lead {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .topPage .about__text {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 55px;
  }
  .topPage .about__add {
    margin-bottom: 80px;
  }
  .topPage .about__add__title {
    font-size: 28px;
    font-weight: 600;
    color: #fd0010;
    margin-bottom: 28px;
  }
  .topPage .about__btn {
    width: 440px;
    margin: 0 auto;
  }
  .topPage .about__btn img {
    width: 100%;
  }
  .topPage .archieve {
    position: relative;
    padding: 180px 0 170px;
  }
  .topPage .archieve .archieve_span {
    position: absolute;
    top: 120px;
  }
  .topPage .archieve::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .archieve__top {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .topPage .archieve__top__detail {
    padding-top: 1px;
  }
  .topPage .archieve__top__detail__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 48px;
    margin-top: 100px;
  }
  .topPage .archieve__top__detail__lead {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .topPage .archieve__top__detail__text {
    font-size: 18px;
    line-height: 32px;
  }
  .topPage .archieve__top__pct {
    position: absolute;
    top: 66px;
    right: -133px;
    width: 580px;
  }
  .topPage .archieve__top__pct img {
    width: 100%;
  }
  .topPage .archieve__place {
    position: relative;
    z-index: 3;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .topPage .archieve__place ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .topPage .archieve__place ul li img {
    height: 71px;
  }
  .topPage .archieve__place .client__wrap2 ul li img {
    height: 50px;
  }
  .topPage .archieve__other {
    position: relative;
    z-index: 4;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .topPage .archieve__other__title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .topPage .archieve__other__list {
    background: url(../images/top/casestudy_location_bg.png);
    background-size: 1000px 220px;
    height: 220px;
  }
  .topPage .archieve__other__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 880px;
    padding-top: 48px;
    margin: 0 auto;
  }
  .topPage .archieve__other__list ul li {
    text-align: center;
  }
  .topPage .archieve__other__list ul li img {
    width: 100px;
  }
  .topPage .archieve__other__list ul li p {
    padding-top: 18px;
    font-size: 16px;
  }
  .topPage .archieve__btn {
    position: relative;
    z-index: 5;
    width: 440px;
    margin: 0 auto;
  }
  .topPage .archieve__btn img {
    width: 100%;
  }
  .topPage .works {
    position: relative;
    padding: 190px 0 180px;
  }
  .topPage .works .works_span {
    position: absolute;
    top: 50px;
  }
  .topPage .works__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .topPage .works__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 52px;
  }
  .topPage .works__mainlist {
    padding-bottom: 85px;
  }
  .topPage .works__mainlist ul li {
    margin-bottom: 10px;
  }
  .topPage .works__mainlist ul li img {
    width: 100%;
  }
  .topPage .works__sublist {
    margin-bottom: 105px;
  }
  .topPage .works__sublist__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 52px;
  }
  .topPage .works__sublist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .works__sublist ul li {
    width: 328px;
  }
  .topPage .works__sublist ul li img {
    width: 100%;
  }
  .topPage .works__column {
    position: relative;
    width: 760px;
    margin: 0 auto 80px;
  }
  .topPage .works__column__detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    padding-top: 45px;
  }
  .topPage .works__column__detail__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    color: #802780;
    margin-bottom: 16px;
  }
  .topPage .works__column__detail__text {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
  }
  .topPage .works__btn {
    width: 440px;
    margin: 0 auto;
  }
  .topPage .works__btn img {
    width: 100%;
  }
  .topPage .price {
    position: relative;
    padding: 190px 0 120px;
  }
  .topPage .price .price_span {
    position: absolute;
    top: 50px;
  }
  .topPage .price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .price__wrap {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .topPage .price__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 52px;
  }
  .topPage .price__pct01 {
    margin-bottom: 68px;
  }
  .topPage .price__pct01 img {
    width: 100%;
  }


  .topPage .price__waribiki{
    text-align: center;
    margin-bottom: 100px;
  }
  .topPage .price__waribiki img{
    width: 80%;
  }
  .topPage .price__discount_vr {
    font-size: 0;
    text-align: center;
    margin-bottom: 100px;
  }
  .topPage .price__discount_vr li {
    display: inline-block;
  }
  .topPage .price__discount_vr li img {
    width: 95%;
  }

  .topPage .price__discount_content {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }


  .topPage .price__subtitle {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .topPage .price__lead {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .topPage .price__lead small {
    display: block;
    font-size: 14px;
    padding-top: 13px;
  }
  .topPage .price__pct02 {
    margin-bottom: 80px;
  }
  .topPage .price__pct02 img {
    width: 100%;
  }
  .topPage .price__column {
    margin-bottom: 80px;
  }
  .topPage .price__column__title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
  }
  .topPage .price__column__text {
    height: 152px;
    background: url(../images/top/price_column_bg.png);
    background-size: 1000px 152px;
    font-size: 18px;
    line-height: 32px;
    padding: 62px 0 0 36px;
  }
  .topPage .price__btn {
    position: relative;
    z-index: 3;
    width: 440px;
    margin: 0 auto;
  }
  .topPage .price__btn img {
    width: 100%;
  }
  .topPage .system {
    position: relative;
    padding: 190px 0 180px;
  }
  .topPage .system .system_span {
    position: absolute;
    top: 50px;
  }
  .topPage .system__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .topPage .system__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 120px;
  }
  .topPage .system__movie {
    width: 800px;
    margin: 0 auto 100px;
  }
  .topPage .system__detail01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  .topPage .system__detail01__text {
    width: 430px;
    padding-top: 25px;
  }
  .topPage .system__detail01__text strong {
    display: block;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .topPage .system__detail01__text small {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .topPage .system__detail01__pct {
    width: 540px;
  }
  .topPage .system__detail01__pct img {
    width: 100%;
  }
  .topPage .system__detail02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
  }
  .topPage .system__detail02__pct {
    width: 586px;
    margin-left: -226px;
  }
  .topPage .system__detail02__pct img {
    width: 100%;
  }
  .topPage .system__detail02__text {
    width: 600px;
  }
  .topPage .system__detail02__text strong {
    display: block;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .topPage .system__detail02__text__subpct img {
    width: 100%;
  }
  .topPage .system__detail03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .topPage .system__detail03__text {
    width: 500px;
    padding-top: 75px;
    font-size: 18px;
    line-height: 32px;
    margin-left: 65px;
  }
  .topPage .system__detail03__text strong {
    display: block;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .topPage .system__detail03__pct {
    width: 360px;
    margin-right: 65px;
  }
  .topPage .system__detail03__pct img {
    width: 100%;
  }
  .topPage .system__detail04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 100px;
  }
  .topPage .system__detail04__text {
    width: 565px;
    padding-top: 75px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.05em;
  }
  .topPage .system__detail04__text strong {
    display: block;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .topPage .system__detail04__text small {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .topPage .system__detail04__pct {
    width: 320px;
    margin-left: 60px;
  }
  .topPage .system__detail04__pct img {
    width: 100%;
  }
  .topPage .system__btn {
    width: 440px;
    margin: 0 auto;
  }
  .topPage .system__btn img {
    width: 100%;
  }
  .topPage .faq {
    position: relative;
    padding: 180px 0 130px;
  }
  .topPage .faq .faq_span {
    position: absolute;
    top: 50px;
  }
  .topPage .faq::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .faq__wrap {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .topPage .faq__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 52px;
  }
  .topPage .faq__list {
    padding-bottom: 70px;
  }
  .topPage .faq__list dl {
    margin-bottom: 10px;
    background-color: #fff;
  }
  .topPage .faq__list dl dt {
    padding: 42px 50px 38px 45px;
  }
  .topPage .faq__list dl dt span {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  .topPage .faq__list dl dt span::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/top/faq_arrow.png) center top no-repeat;
    background-size: 20px 40px;
  }
  .topPage .faq__list dl dd {
    display: none;
    font-size: 18px;
    line-height: 32px;
    padding: 0 50px 45px;
  }
  .topPage .faq__list dl.selected dt span::after {
    background: url(../images/top/faq_arrow.png) center bottom no-repeat;
    background-size: 20px 40px;
  }
  .topPage .faq__list__col2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .topPage .faq__list__col2 div {
    width: 380px;
  }
  .topPage .faq__list__col2 div:nth-of-type(2) {
    width: 520px;
  }
  .topPage .faq__list__pct {
    margin-bottom: 28px;
  }
  .topPage .faq__list__pct img {
    width: 100%;
  }
  .topPage .faq__btn {
    width: 440px;
    margin: 0 auto;
  }
  .topPage .faq__btn img {
    width: 100%;
  }
  .topPage .originalvr {
    width: 100%;
    height: 720px;
    background: #000 url(../images/common/original-vr_bg.jpg) center bottom no-repeat;
    margin-top: -140px;
  }
  .topPage .originalvr__wrap {
    padding-top: 360px;
  }
  .topPage .originalvr__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 40px;
    color: #ffee00;
  }
  .topPage .originalvr__text {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
  }
  .topPage .news {
    background-color: #ebebe2;
  }
  .topPage .news__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 60px;
  }
  .topPage .news__list ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .topPage .news__list__date {
    display: block;
    width: 130px;
    font-size: 18px;
  }
  .topPage .news__list__icon {
    display: block;
    text-align: center;
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    background-color: #ffdb2a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .topPage .news__list__text {
    display: block;
    width: 778px;
    font-size: 18px;
    padding-left: 30px;
  }
  .topPage .modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .topPage .modal__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .topPage .modal__content {
    position: relative;
    width: 810px;
  }
  .topPage .modal__content__slide div div {
    position: relative;
    display: none;
  }
  .topPage .modal__content__slide div div > img {
    width: 810px;
  }
  .topPage .modal__content__slide div div.current {
    display: block;
  }
  .topPage .modal__content__slide__btn {
    position: absolute;
    bottom: 40px;
    margin-left: 190px;
    overflow: hidden;
  }
  .topPage .modal__content__slide__btn a {
    overflow: hidden;
    display: block;
    width: 440px;
    height: 120px;
  }
  .topPage .modal__content__slide__btn a:hover {
    opacity: 1;
  }
  .topPage .modal__content__slide__btn a:hover img {
    position: relative;
    top: -120px;
  }
  .topPage .modal__content__pagination {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }
  .topPage .modal__content__pagination ul {
    text-align: center;
  }
  .topPage .modal__content__pagination ul li {
    display: inline-block;
  }
  .topPage .modal__content__pagination ul li span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url(../images/top/popup_gray_circle.png) center top no-repeat;
    background-size: 40px 80px;
  }
  .topPage .modal__content__pagination ul li span:hover {
    background: url(../images/top/popup_gray_circle.png) center bottom no-repeat;
    background-size: 40px 80px;
  }
  .topPage .modal__content__pagination ul li.current span {
    background: url(../images/top/popup_yellow_circle.png);
    background-size: 40px 40px;
  }
  .topPage .modal__content__btn__prev {
    position: absolute;
    top: 205px;
    left: -78px;
  }
  .topPage .modal__content__btn__next {
    position: absolute;
    top: 205px;
    right: -78px;
  }
  .topPage .modal__content__btn span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
  }
  .topPage .modal__content__btn span img {
    width: 100%;
  }
  .topPage .modal__content__btn span:hover img {
    position: relative;
    top: -70px;
  }
  .topPage .modal__closebtn {
    position: absolute;
    top: -9px;
    right: -103px;
  }
  .topPage .modal__closebtn span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 140px;
    height: 60px;
  }
  .topPage .modal__closebtn span img {
    width: 35%;
  }
}
@media all and (max-width: 768px) {
  .topPage .mv__lead img {
    width: 100%;
  }
  .topPage .client {
    background-color: #ebebe2;
  }
  .topPage .client__wrap {
    padding: 25px 12px 15px;
  }
  .topPage .client ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .client ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-bottom: 10px;
  }
  .topPage .client ul li img {
    height: 30px;
  }
  .topPage .client ul li:nth-of-type(1) img {
    height: 30px;
  }
  .topPage .client ul li:nth-of-type(2) img {
    height: 45px;
  }
  .topPage .about {
    text-align: center;
  }
  .topPage .about__wrap {
    padding: 60px 0 100px;
  }
  .topPage .about__title {
    width: 230px;
    margin: 0 auto 40px;
  }
  .topPage .about__title img {
    width: 100%;
  }
  .topPage .about__pct {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .topPage .about__pct img {
    width: 100%;
  }
  .topPage .about__lead {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 18px;
  }
  .topPage .about__text {
    text-align: left;
    font-size: 13px;
    line-height: 27px;
    padding: 0 20px;
    margin-bottom: 35px;
  }
  .topPage .about__add {
    margin-bottom: 60px;
  }
  .topPage .about__add__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: #fd0010;
    margin-bottom: 25px;
  }
  .topPage .about__add__pct {
    padding: 0 10px;
  }
  .topPage .about__add__pct img {
    width: 100%;
  }
  .topPage .about__btn {
    padding: 0 20px;
  }
  .topPage .about__btn img {
    width: 100%;
  }
  .topPage .archieve {
    position: relative;
    padding: 100px 0 100px;
  }
  .topPage .archieve .archieve_span {
    position: absolute;
    top: 50px;
  }
  .topPage .archieve::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .archieve__top {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .topPage .archieve__top__detail {
    padding: 0 20px;
  }
  .topPage .archieve__top__detail__title {
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 38px;
  }
  .topPage .archieve__top__detail__pct {
    margin-bottom: 25px;
  }
  .topPage .archieve__top__detail__pct img {
    width: 100%;
  }
  .topPage .archieve__top__detail__lead {
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .topPage .archieve__top__detail__text {
    font-size: 13px;
    line-height: 27px;
  }
  .topPage .archieve__top__pct img {
    width: 100%;
  }
  .topPage .archieve__place {
    position: relative;
    z-index: 3;
    padding: 0 12px;
    margin-bottom: 47px;
  }
  .topPage .archieve__place ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .archieve__place ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-bottom: 10px;
  }
  .topPage .archieve__place ul li img {
    height: 30px;
  }
  .topPage .archieve__place ul li:nth-of-type(1) img {
    height: 30px;
  }
  .topPage .archieve__place ul li:nth-of-type(2) img {
    height: 45px;
  }
  .topPage .archieve__other {
    position: relative;
    z-index: 4;
    margin-bottom: 60px;
  }
  .topPage .archieve__other__title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .topPage .archieve__other__list {
    position: relative;
    padding: 0 20px;
  }
  .topPage .archieve__other__list__bg {
    display: block;
  }
  .topPage .archieve__other__list__bg img {
    width: 100%;
  }
  .topPage .archieve__other__list ul {
    position: absolute;
    top: 12%;
    left: 0;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .topPage .archieve__other__list ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
  }
  .topPage .archieve__other__list ul li:nth-of-type(1) {
    margin-left: 20px;
  }
  .topPage .archieve__other__list ul li:nth-of-type(3) {
    margin-right: 20px;
  }
  .topPage .archieve__other__list ul li img {
    width: 60px;
  }
  .topPage .archieve__other__list ul li p {
    padding-top: 5px;
    font-size: 11px;
  }
  .topPage .archieve__btn {
    position: relative;
    z-index: 5;
    padding: 0 20px;
  }
  .topPage .archieve__btn img {
    width: 100%;
  }
  .topPage .works {
    position: relative;
    padding: 100px 0 100px;
  }
  .topPage .works .works_span {
    position: absolute;
    top: 50px;
  }
  .topPage .works__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .topPage .works__mainlist {
    padding-bottom: 48px;
  }
  .topPage .works__mainlist ul li {
    margin-bottom: 3px;
  }
  .topPage .works__mainlist ul li img {
    width: 100%;
  }
  .topPage .works__sublist {
    margin-bottom: 50px;
  }
  .topPage .works__sublist__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .topPage .works__sublist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .works__sublist ul li {
    width: 32.5%;
  }
  .topPage .works__sublist ul li img {
    width: 100%;
  }
  .topPage .works__column {
    position: relative;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .topPage .works__column .bg img {
    width: 100%;
  }
  .topPage .works__column__detail {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    padding-top: 25px;
  }
  .topPage .works__column__detail__title {
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 19px;
    line-height: 1;
    color: #802780;
    margin-bottom: 15px;
  }
  .topPage .works__column__detail__text {
    font-size: 13px;
    line-height: 27px;
    color: #505050;
  }
  .topPage .works__btn {
    padding: 0 20px;
  }
  .topPage .works__btn img {
    width: 100%;
  }
  .topPage .price {
    position: relative;
    padding: 100px 0 50px;
  }
  .topPage .price .price_span {
    position: absolute;
    top: 50px;
  }
  .topPage .price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .price__wrap {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .topPage .price__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .topPage .price__pct01 {
    margin-bottom: 60px;
  }
  .topPage .price__pct01 ul li {
    margin-bottom: 30px;
  }
  .topPage .price__pct01 ul li img {
    width: 100%;
  }

  .topPage .price__discount_vr {
    display: flex;
    margin-bottom: 50px;
  }
  .topPage .price__discount_vr ul li img{
    width: 100%;
    margin-bottom: 10px;
  }

  .topPage .price__discount_content {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .topPage .price__subtitle {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 26px;
  }
  .topPage .price__lead {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .topPage .price__lead small {
    display: block;
    font-size: 10px;
    line-height: 18px;
    padding-top: 9px;
  }
  .topPage .price__pct02 {
    margin-bottom: 60px;
  }
  .topPage .price__pct02 img {
    width: 100%;
  }
  .topPage .price__column {
    margin-bottom: 60px;
  }
  .topPage .price__column__title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .topPage .price__column__text {
    position: relative;
  }
  .topPage .price__column__text .bg img {
    width: 100%;
  }
  .topPage .price__column__text p {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 90%;
    font-size: 13px;
    line-height: 24px;
  }
  .topPage .price__btn {
    position: relative;
    z-index: 3;
  }
  .topPage .price__btn img {
    width: 100%;
  }
  .topPage .system {
    position: relative;
    padding: 100px 0 100px;
  }
  .topPage .system .system_span {
    position: absolute;
    top: 50px;
  }
  .topPage .system__wrap {
    padding: 0 20px;
  }
  .topPage .system__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 38px;
  }
  .topPage .system__movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
  }
  .topPage .system__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .topPage .system__detail01 {
    margin-bottom: 50px;
  }
  .topPage .system__detail01__text strong {
    display: block;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .topPage .system__detail01__text small {
    display: block;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .topPage .system__detail01__pct {
    margin-bottom: 25px;
  }
  .topPage .system__detail01__pct img {
    width: 100%;
  }
  .topPage .system__detail02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .topPage .system__detail02__pct {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .topPage .system__detail02__pct img {
    width: 100%;
  }
  .topPage .system__detail02__text strong {
    display: block;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .topPage .system__detail02__text__subpct {
    margin: 0 -20px;
  }
  .topPage .system__detail02__text__subpct img {
    width: 100%;
  }
  .topPage .system__detail03, .topPage .system__detail04 {
    margin-bottom: 60px;
  }
  .topPage .system__detail03__text, .topPage .system__detail04__text {
    font-size: 13px;
    line-height: 24px;
  }
  .topPage .system__detail03__text strong, .topPage .system__detail04__text strong {
    display: block;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .topPage .system__detail03__pct, .topPage .system__detail04__pct {
    text-align: center;
    margin-bottom: 23px;
  }
  .topPage .system__detail03__pct img, .topPage .system__detail04__pct img {
    width: 180px;
  }
  .topPage .system__btn img {
    width: 100%;
  }
  .topPage .faq {
    position: relative;
    padding: 100px 0 50px;
  }
  .topPage .faq .faq_span {
    position: absolute;
    top: 50px;
  }
  .topPage .faq::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .topPage .faq__wrap {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .topPage .faq__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .topPage .faq__list {
    padding-bottom: 55px;
  }
  .topPage .faq__list dl {
    margin-bottom: 5px;
    background-color: #fff;
  }
  .topPage .faq__list dl dt {
    padding: 21px 15px 17px;
  }
  .topPage .faq__list dl dt span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  .topPage .faq__list dl dt span::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/top/faq_arrow.png) center top 2px no-repeat;
    background-size: 15px 30px;
  }
  .topPage .faq__list dl dd {
    display: none;
    font-size: 12px;
    line-height: 21px;
    padding: 0 15px 20px;
  }
  .topPage .faq__list dl.selected dt span::after {
    background: url(../images/top/faq_arrow.png) center bottom -2px no-repeat;
    background-size: 15px 30px;
  }
  .topPage .faq__list dl.selected dd {
    display: block;
  }
  .topPage .faq__list__pct {
    margin-bottom: 12px;
  }
  .topPage .faq__list__pct img {
    width: 100%;
  }
  .topPage .faq__btn img {
    width: 100%;
    height: auto;
  }
  .topPage .originalvr {
    width: 100%;
    height: 410px;
    background: #000 url(../images/common/original-vr_bg--sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-top: -70px;
  }
  .topPage .originalvr__wrap {
    padding-top: 170px;
  }
  .topPage .originalvr__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    color: #ffee00;
    margin-bottom: 20px;
  }
  .topPage .originalvr__text {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 20px;
  }
  .topPage .news__wrap {
    padding: 55px 0 10px;
    background-color: #ebebe2;
  }
  .topPage .news__list {
    padding: 0 20px;
  }
  .topPage .news__list ul li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
  }
  .topPage .news__list ul li:last-child {
    border-bottom: 0px;
  }
  .topPage .news__list__date {
    display: block;
    width: 78px;
    font-size: 12px;
  }
  .topPage .news__list__icon {
    position: relative;
    top: -3px;
    display: block;
    text-align: center;
    width: 60px;
    height: 20px;
    font-size: 9px;
    line-height: 20px;
    font-weight: 600;
    background-color: #ffdb2a;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .topPage .news__list__text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
  }
  .topPage .modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .topPage .modal__wrap {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
  }
  .topPage .modal .contact_li_parent {
    position: relative;
  }
  .topPage .modal__content {
    position: relative;
    width: 90vw;
    margin-left: 5%;
  }
  .topPage .modal__content__slide {
    position: relative;
  }
  .topPage .modal__content__slide ul li {
    position: relative;
  }
  .topPage .modal__content__slide__btn {
    position: absolute;
    top: 69%;
    left: 18%;
  }
  .topPage .modal__content__slide__btn a {
    text-align: center;
    display: block;
  }
  .topPage .modal__content__slide__btn a img {
    width: 80%;
  }
  .topPage .modal__content__pagination {
    position: absolute;
    bottom: -45px;
    width: 100%;
  }
  .topPage .modal__content__pagination ul {
    text-align: center;
  }
  .topPage .modal__content__pagination ul li {
    display: inline-block;
    margin: 0 -5px;
  }
  .topPage .modal__content__pagination ul li span {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images/top/popup_gray_circle--sp.png) center top no-repeat;
    background-size: 30px 30px;
  }
  .topPage .modal__content__pagination ul li.current span {
    background: url(../images/top/popup_yellow_circle--sp.png);
    background-size: 30px 30px;
  }
  .topPage .modal__content__btn {
    display: none;
  }
  .topPage .modal__closebtn {
    position: absolute;
    top: -8px;
    right: -21%;
  }
  .topPage .modal__closebtn span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 93px;
    height: 40px;
  }
  .topPage .modal__closebtn span img {
    width: 35%;
  }
}
@media all and (max-width: 350px) {
  .topPage .works__column__detail__title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .topPage .works__column__detail__text {
    font-size: 12px;
    line-height: 26px;
  }
  .topPage .works__column__detail__text br {
    display: none;
  }
  .topPage .price__column__text p {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 90%;
    font-size: 11px;
    line-height: 20px;
  }
  .topPage .originalvr {
    width: 100%;
    height: 410px;
    background: #000 url(../images/common/original-vr_bg--sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-top: -70px;
  }
  .topPage .originalvr__wrap {
    padding-top: 180px;
  }
  .topPage .originalvr__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .topPage .originalvr__text {
    font-size: 12px;
    line-height: 22px;
  }
  .topPage .originalvr__text br {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .contactPage .formErrorContent {
    color: red;
  }
  .contactPage #contents {
    margin-top: 80px;
  }
  .contactPage .titlebox {
    width: 100%;
    background-color: #ffee00;
    margin-bottom: 82px;
  }
  .contactPage .titlebox__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .contactPage .titlebox__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 53px;
    line-height: 1;
    background: url(../images/contact/contact_mv_icon.png) right 120px bottom no-repeat;
    background-size: 130px 200px;
  }
  .contactPage .form {
    width: 800px;
    margin: 0 auto 80px;
  }
  .contactPage .form__error {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 35px;
  }
  .contactPage .form__error span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    height: 40px;
    padding: 12px 30px;
    background-color: #ff1d25;
    border-radius: 20px;
  }
  .contactPage .form__input-radio {
    padding: 19px 26px;
    border: 2px solid #ebebe2;
    background-color: #ebebe2;
  }
  .contactPage .form__input-radio label {
    display: block;
  }
  .contactPage .form__input-radio label span {
    font-size: 18px;
    color: #505050;
  }
  .contactPage .form__input-radio.error {
    border: 2px solid #ff1d25;
  }
  .contactPage .form__subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    padding: 68px 0 28px;
  }
  .contactPage .form__btn {
    padding-top: 60px;
  }
  .contactPage .form dl {
    margin-bottom: 25px;
  }
  .contactPage .form dl.last {
    margin-top: 48px;
  }
  .contactPage .form dl dt {
    margin-bottom: 8px;
  }
  .contactPage .form dl dt span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    vertical-align: middle;
  }
  .contactPage .form dl dt .required {
    display: inline-block;
    font-size: 12px;
    color: #ff1d25;
    vertical-align: middle;
    margin-left: 8px;
  }
  .contactPage .form input[type=text] {
    width: 100%;
    height: 60px;
    font-size: 16px;
    background-color: #fff;
    padding: 0 15px;
    border: 2px solid #ebebe2;
  }
  .contactPage .form input[type=text].error {
    border-color: #ff1d25;
  }
  .contactPage .form input[type=text]::-webkit-input-placeholder {
    color: #ababab;
  }
  .contactPage .form input[type=text]::-moz-placeholder {
    color: #ababab;
  }
  .contactPage .form input[type=text]:-ms-input-placeholder {
    color: #ababab;
  }
  .contactPage .form textarea {
    width: 100%;
    height: 180px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #ebebe2;
  }
  .contactPage .form input[type=radio] {
    display: none;
  }
  .contactPage .form input[type=radio] + span {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    line-height: 1;
    cursor: pointer;
  }
  .contactPage .form input[type=radio] + span::before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    content: "";
    margin-top: -11px;
    background: #fff;
  }
  .contactPage .form input[type=radio]:checked + span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #1a1a1a;
  }
  .contactPage .form input[type=radio] + span::before,
.contactPage .form input[type=radio]:checked + span::after {
    border-radius: 50%;
  }
  .contactPage .form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 440px;
    height: 100px;
    cursor: pointer;
    background: url(../images/contact/contact_send_btn.png) center center no-repeat;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .contactPage .form button:hover {
    opacity: 0.6;
  }
  .contactPage .form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 440px;
    height: 100px;
    cursor: pointer;
    background: url(../images/contact/contact_send_btn.png) center center no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .contactPage .form input[type=submit]:hover {
    opacity: 0.6;
  }
  .contactPage .complete {
    width: 567px;
    margin: 100px auto;
    background: url(../images/contact/contact_send_fix_img.png) right top no-repeat;
    background-size: 130px 220px;
  }
  .contactPage .complete__detail {
    padding-top: 10px;
    margin-bottom: 80px;
  }
  .contactPage .complete__detail__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 45px;
  }
  .contactPage .complete__detail p {
    font-size: 18px;
    line-height: 32px;
  }
  .contactPage .complete__btn {
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .contactPage .formErrorContent {
    color: red;
    font-size: 14px;
  }
  .contactPage #wrapper {
    padding-top: 80px;
  }
  .contactPage .titlebox {
    width: 100%;
    background-color: #ffee00;
    margin-bottom: 28px;
  }
  .contactPage .titlebox__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 23px;
    line-height: 1;
    background: url(../images/contact/contact_mv_icon.png) right 12px bottom no-repeat;
    background-size: auto 130px;
  }
  .contactPage .form {
    padding: 0 20px;
    margin: 0 auto 5px;
  }
  .contactPage .form__error {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .contactPage .form__error span {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    height: 54px;
    padding: 8px 30px;
    background-color: #ff1d25;
    border-radius: 27px;
  }
  .contactPage .form__input-radio {
    padding: 15px 15px 12px;
    border: 2px solid #ebebe2;
    background-color: #ebebe2;
  }
  .contactPage .form__input-radio label {
    display: block;
    margin-bottom: 2px;
  }
  .contactPage .form__input-radio label span {
    font-size: 13px;
    line-height: 21px;
    color: #505050;
  }
  .contactPage .form__input-radio.error {
    border: 2px solid #ff1d25;
  }
  .contactPage .form__subtitle {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #505050;
    padding: 40px 0 15px;
  }
  .contactPage .form__btn {
    padding-top: 35px;
  }
  .contactPage .form dl {
    margin-bottom: 15px;
  }
  .contactPage .form dl dt {
    margin-bottom: 6px;
  }
  .contactPage .form dl dt span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #505050;
    vertical-align: middle;
  }
  .contactPage .form dl dt .required {
    display: inline-block;
    font-size: 9px;
    color: #ff1d25;
    vertical-align: middle;
    margin-left: 4px;
  }
  .contactPage .form input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    background-color: #fff;
    padding: 0 10px;
    border: 2px solid #ebebe2;
  }
  .contactPage .form input[type=text].error {
    border-color: #ff1d25;
  }
  .contactPage .form input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
    color: #ababab;
  }
  .contactPage .form input[type=text]::-moz-placeholder {
    font-size: 13px;
    color: #ababab;
  }
  .contactPage .form input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    color: #ababab;
  }
  .contactPage .form textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 135px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #ebebe2;
  }
  .contactPage .form input[type=radio] {
    display: none;
  }
  .contactPage .form input[type=radio] + span {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
  }
  .contactPage .form input[type=radio] + span::before {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 20px;
    height: 20px;
    content: "";
    margin-top: -11px;
    background: #fff;
  }
  .contactPage .form input[type=radio]:checked + span::after {
    position: absolute;
    content: "";
    top: 20px;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #1a1a1a;
  }
  .contactPage .form input[type=radio] + span::before,
.contactPage .form input[type=radio]:checked + span::after {
    border-radius: 50%;
  }
  .contactPage .form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%;
    height: 100px;
    cursor: pointer;
    background: url(../images/contact/contact_send_btn.png) center center no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .contactPage .form button:hover {
    opacity: 0.6;
  }
  .contactPage .form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%;
    height: 100px;
    cursor: pointer;
    background: url(../images/contact/contact_send_btn.png) center center no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .contactPage .form input[type=submit]:hover {
    opacity: 0.6;
  }
  .contactPage .complete {
    margin: 35px auto 15px;
  }
  .contactPage .complete__detail {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 55px;
  }
  .contactPage .complete__detail__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
  }
  .contactPage .complete__detail p {
    font-size: 13px;
    line-height: 24px;
  }
  .contactPage .complete__btn {
    width: 265px;
    margin: 0 auto;
  }
  .contactPage .complete__btn img {
    width: 100%;
    height: auto;
  }
}

@media all and (min-width: 769px) {
  .menuPage .mv {
    width: 100%;
    height: 500px;
    background-color: #000;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .menuPage .mv.menu-1 {
    background: url(../images/menu/kanashibari/kanashibari_mv.jpg) center top no-repeat;
    background-size: auto 100%;
  }

  .menuPage .mv.menu-2 {
    background: url(../images/menu/manhole/manhole_mv.jpg) center top no-repeat;
    background-size: auto 100%;
    margin-top: 80px;
  }
   .menuPage .mv.menu-3 {
    background: url(../images/menu/school-ghorst/shool-ghorst_mv.jpg) center top no-repeat;
    background-size: auto 100%;
  }
   .menuPage .mv.menu-4 {
    background: url(../images/menu/kurochang/kurochang_mv.jpg) center top no-repeat;
    background-size: auto 100%;
  }
  .menuPage .mv.menu-5 {
    background: url(../images/menu/hideandseekalonevr/menu_thumbnail_hirtorikakurenbo.jpg) center top no-repeat;
    background-size: auto 100%;
  }
  .menuPage .mv__title {
    text-indent: -9999px;
  }
  .menuPage .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 180px;
  }
  .menuPage .detail__title {
    width: 100%;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 38px;
  }
  .menuPage .detail__title small {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .menuPage .detail__main {
    width: 600px;
  }
  .menuPage .detail__main__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .menuPage .detail__main__pct ul li {
    margin-bottom: 10px;
  }
  .menuPage .detail__main__pct ul li img {
    width: 100%;
  }
  .menuPage .detail__sub {
    width: 320px;
  }
  .menuPage .detail__sub dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .menuPage .detail__sub dl dt {
    width: 70px;
  }
  .menuPage .detail__sub dl dt span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-radius: 12px;
    background-color: #505050;
  }
  .menuPage .detail__sub dl dd {
    width: 230px;
  }
  .menuPage .detail__sub dl dd p {
    font-size: 16px;
    line-height: 30px;
  }
  .menuPage .detail__sub__attention {
    font-size: 12px;
    line-height: 21px;
    padding-top: 23px;
  }
  .menuPage .detail__btn {
    width: 440px;
    padding-top: 70px;
    margin: 0 auto;
  }
  .menuPage .detail__btn img {
    width: 100%;
  }
  .menuPage .otherlink {
    position: relative;
    padding: 180px 0 130px;
  }
  .menuPage .otherlink::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .menuPage .otherlink__wrap {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .menuPage .otherlink__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 52px;
  }
  .menuPage .otherlink__list {
    padding-bottom: 80px;
  }
  .menuPage .otherlink__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menuPage .otherlink__list ul li {
    width: 495px;
  }
  .menuPage .otherlink__list ul li img {
    width: 100%;
  }
  .menuPage .otherlink__btn {
    width: 350px;
    margin: 0 auto;
  }
  .menuPage .otherlink__btn img {
    width: 100%;
  }
  .menuPage .originalvr {
    width: 100%;
    height: 720px;
    background: #000 url(../images/common/original-vr_bg.jpg) center bottom no-repeat;
    margin-top: -140px;
  }
  .menuPage .originalvr__wrap {
    padding-top: 360px;
  }
  .menuPage .originalvr__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 53px;
    line-height: 1;
    margin-bottom: 40px;
    color: #ffee00;
  }
  .menuPage .originalvr__text {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
  }
  .margin{
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .menuPage .mv {
    width: 100%;
    margin-bottom: 35px;
  }
  .menuPage .mv__title img {
    width: 100%;
  }
  .menuPage .detail {
    padding: 0 20px 100px;
  }
  .menuPage .detail__title {
    width: 100%;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .menuPage .detail__title small {
    display: block;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    font-size: 13px;
  }
  .menuPage .detail__main {
    margin-bottom: 40px;
  }
  .menuPage .detail__main__text {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .menuPage .detail__main__pct {
    padding-top: 20px;
  }
  .menuPage .detail__main__pct ul li {
    margin-bottom: 10px;
  }
  .menuPage .detail__main__pct ul li.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .menuPage .detail__main__pct ul li.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .menuPage .detail__main__pct ul li img {
    width: 100%;
  }
  .menuPage .detail__sub dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .menuPage .detail__sub dl dt {
    width: 65px;
  }
  .menuPage .detail__sub dl dt span {
    display: block;
    width: 100%;
    text-align: center;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
    background-color: #505050;
  }
  .menuPage .detail__sub dl dd {
    width: calc(100% - 80px);
  }
  .menuPage .detail__sub dl dd p {
    font-size: 13px;
    line-height: 24px;
  }
  .menuPage .detail__sub__attention {
    font-size: 11px;
    line-height: 19px;
    padding-top: 10px;
  }
  .menuPage .detail__btn {
    padding-top: 60px;
    margin: 0 auto;
  }
  .menuPage .detail__btn img {
    width: 100%;
    height: auto;
  }
  .menuPage .otherlink {
    position: relative;
    padding: 108px 0 60px;
  }
  .menuPage .otherlink::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffee00;
  }
  .menuPage .otherlink__wrap {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .menuPage .otherlink__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .menuPage .otherlink__list {
    padding-bottom: 50px;
  }
  .menuPage .otherlink__list ul li {
    margin-bottom: 10px;
  }
  .menuPage .otherlink__list ul li img {
    width: 100%;
  }
  .menuPage .otherlink__btn {
    width: 265px;
    margin: 0 auto;
  }
  .menuPage .otherlink__btn img {
    width: 100%;
  }
  .menuPage .originalvr {
    width: 100%;
    height: 410px;
    background: #000 url(../images/common/original-vr_bg--sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-top: -70px;
  }
  .menuPage .originalvr__wrap {
    padding-top: 170px;
  }
  .menuPage .originalvr__title {
    font-family: "Noto Sans Japanese";
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    color: #ffee00;
    margin-bottom: 20px;
  }
  .menuPage .originalvr__text {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 20px;
  }
}
@media all and (max-width: 350px) {
  .menuPage .originalvr {
    width: 100%;
    height: 410px;
    background: #000 url(../images/common/original-vr_bg--sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-top: -70px;
  }
  .menuPage .originalvr__wrap {
    padding-top: 180px;
  }
  .menuPage .originalvr__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .menuPage .originalvr__text {
    font-size: 12px;
    line-height: 22px;
  }
  .menuPage .originalvr__text br {
    display: none;
  }
}

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