.underBasic__contentsMain {
  padding: 0;
}

#wrapper.topPage .about .about__wrap {
  padding-bottom: 60px;
}
#wrapper.topPage .about .about__title {
  margin-top: 0;
}
#wrapper.topPage .archieve {
  padding: 60px 0;
  background: #ffee00;
}
#wrapper.topPage .archieve::after {
  display: none;
}
#wrapper.topPage .archieve .archieve__other {
  margin-bottom: 0;
}
#wrapper.topPage .works {
  padding: 60px 0;
  background: hsl(0, 0%, 100%);
}
#wrapper.topPage .works__column {
  margin-top: 40px;
  margin-bottom: 0;
}
#wrapper.topPage .works__content img {
  width: 100%;
}
#wrapper.topPage .works__content__title {
  text-align: center;
  font-size: 21px;
  font-family: "Noto Sans Japanese";
  font-weight: 800;
  margin-bottom: 0.75em;
}
#wrapper.topPage .works__content__title small {
  display: block;
  font-size: 14px;
}
#wrapper.topPage .works__content .__box__title {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans Japanese";
  font-weight: 800;
  margin: 0.75em 0;
}
#wrapper.topPage .works__content__text {
  font-size: 13px;
  margin-bottom: 0.75em;
  line-height: 27px;
  padding: 0 20px;
}
#wrapper.topPage .works__content ul > li small {
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 0.5em 0.5em 0 0;
}
#wrapper.topPage .works__content ol {
  list-style-type: disc;
  width: max-content;
  padding-left: 1em;
  margin: 0 auto;
}
#wrapper.topPage .works__content ol li {
  font-size: 13px;
  padding-right: 2em;
  margin-bottom: 0.75em;
}
#wrapper.topPage .works__content.--01 {
  margin-bottom: 60px;
}
#wrapper.topPage .works__content.--02 {
  margin-bottom: 0;
}
#wrapper.topPage .works__content.--02 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#wrapper.topPage .works__content.--02 ul li:first-of-type {
  grid-column: 1/-1;
}
#wrapper.topPage .system {
  padding: 60px 0;
}
#wrapper.topPage .originalvr {
  position: relative;
  z-index: 1;
}
#wrapper.topPage .originalvr::after {
  content: "";
  display: block;
  border: none;
  border-right: 100vw solid transparent;
  border-top: 60px solid #ffee00;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#wrapper.topPage .faq {
  padding: 60px 0 0;
  background: hsl(0, 0%, 100%);
}
#wrapper.topPage .faq .faq__wrap {
  margin-bottom: 0;
}
#wrapper.topPage .faq dl.accordion {
  border: 3px solid #ffee00;
}
#wrapper.topPage .faq::after {
  display: none;
}

.footer {
  background: hsl(0, 0%, 100%);
}

#ib_wrapper .pc {
  display: none !important;
}
#ib_wrapper .content {
  padding: 0 0.3rem 0.5rem;
}
#ib_wrapper .content h3 {
  margin: 0 auto 0.2rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
#ib_wrapper .content h3 img {
  display: block;
  width: 1.7rem;
  margin: 0 auto;
}
#ib_wrapper .content h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.12rem;
  background-size: 0.12rem 0.12rem;
  background-position: 0.12rem;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
#ib_wrapper .content .btn {
  transition: 0.3s;
}
#ib_wrapper .content .btn:hover {
  opacity: 0.6;
}
#ib_wrapper .content.main {
  padding: 0;
}
#ib_wrapper .content.profile {
  position: relative;
}
#ib_wrapper .content.profile h3 {
  position: absolute;
  left: -0.7rem;
  top: 1rem;
  transform: rotate(-3deg);
  z-index: 9;
}
#ib_wrapper .content.profile h3::before {
  background-image: none;
}
#ib_wrapper .content.profile h4 {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.45rem;
  position: relative;
  top: 1.7rem;
}
#ib_wrapper .content.profile h4 span img {
  height: 0.6rem;
}
#ib_wrapper .content.profile p {
  font-size: 0.14rem;
}
#ib_wrapper .content.profile p.profile_item {
  padding: 0 0.05rem;
}
#ib_wrapper .content.profile .item {
  margin: 0 auto;
  width: 3.1rem;
  height: 5.6rem;
  position: relative;
  z-index: 1;
}
#ib_wrapper .content.profile .frame {
  width: 2.9rem;
  height: 100%;
  background-image: url(/gaoyan/assets/images/profile/frame_top_sp.svg), url(/gaoyan/assets/images/profile/frame_center_sp.svg), url(/gaoyan/assets/images/profile/frame_under_sp.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0, 0 1rem, 0 5rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.1rem;
}
#ib_wrapper .content.profile .shadow {
  width: 2.9rem;
  height: 100%;
  background-size: 0.1rem 0.1rem;
  background-position: 0 0, 0.05rem 0.05rem;
  position: absolute;
  z-index: -2;
  top: 0.8rem;
  left: 0.22rem;
}
#ib_wrapper .content.profile .shadow::after {
  content: "";
  width: 3.6rem;
  height: 2rem;
  background-color: hsl(0, 0%, 100%);
  position: absolute;
  left: -0.6rem;
  bottom: -1.1rem;
  transform: rotate(1.2deg);
  z-index: -2;
}
#ib_wrapper .content.profile table {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 2rem;
}
#ib_wrapper .content.profile table tr {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.1rem;
  margin-bottom: 0.24rem;
}
#ib_wrapper .content.profile table tr:nth-of-type(2) td:nth-of-type(1) {
  width: 1.8rem;
}
#ib_wrapper .content.profile table th,
#ib_wrapper .content.profile table td {
  display: block;
}
#ib_wrapper .content.profile table th {
  white-space: nowrap;
}
#ib_wrapper .content.profile table td {
  padding-top: 0.03rem;
  line-height: 0.2rem;
}
#ib_wrapper .content.profile ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.2rem;
  position: relative;
  z-index: 1;
  top: -0.2rem;
}
#ib_wrapper .content.profile ul img {
  height: 2rem;
}
#ib_wrapper .content.profile ul li:nth-of-type(even) {
  justify-self: end;
}
#ib_wrapper .content.line figure img {
  margin: 0 auto;
}
#ib_wrapper .content.goods h4 {
  font-size: 0.18rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
#ib_wrapper .content.goods ul {
  list-style: none;
}
#ib_wrapper .content.goods ul li {
  padding: 1em;
  margin-bottom: 0.2rem;
}
#ib_wrapper .content.goods ul li.noitem {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
#ib_wrapper .content.goods .link {
  margin-top: 0.1rem;
}
#ib_wrapper .content.goods .link a,
#ib_wrapper .content.goods .link a:link {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0.25em 0;
}
#ib_wrapper .content.movie figure {
  text-align: center;
}
#ib_wrapper .content.sns figure {
  text-align: center;
}
#ib_wrapper .content.copyright h5 {
  font-size: 0.14rem;
  padding: 0.2rem 0 0;
  opacity: 70%;
}
#ib_wrapper .content.copyright h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  opacity: 70%;
}
#ib_wrapper .content.copyright p {
  font-size: 0.12rem;
}
#ib_wrapper .content.share {
  padding: 0 0.4rem 0.5rem;
}
#ib_wrapper .content.share p {
  font-size: 0.16rem;
  text-align: center;
  opacity: 0.5;
}
#ib_wrapper .content.share ul.share_snslink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.2rem;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 0.3rem;
}
#ib_wrapper .content.share img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  #wrapper.topPage .about {
    padding-bottom: 60px;
  }
  #wrapper.topPage .about .about__wrap {
    padding-bottom: 0;
  }
  #wrapper.topPage .archieve {
    padding-top: 0;
  }
  #wrapper.topPage .archieve .archieve__top {
    margin-bottom: 0;
  }
  #wrapper.topPage .archieve .archieve__other .archieve__other__title {
    margin-top: 40px;
  }
  #wrapper.topPage .works__title {
    text-align: left;
  }
  #wrapper.topPage .works__column {
    display: grid;
    grid-template-columns: 3fr 7fr;
    width: 100%;
    margin-top: 0;
  }
  #wrapper.topPage .works__column .bg {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.topPage .works__column .bg img {
    display: block;
    width: 340px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #wrapper.topPage .works__column__detail {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #wrapper.topPage .works__column__detail__title {
    font-size: 21px;
  }
  #wrapper.topPage .works__column__detail__text {
    font-size: 14px;
    line-height: 24px;
  }
  #wrapper.topPage .works__mainlist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 60px;
  }
  #wrapper.topPage .works__mainlist ul li {
    margin-bottom: 0;
  }
  #wrapper.topPage .works__content__title {
    text-align: left;
    font-size: 28px;
  }
  #wrapper.topPage .works__content__title small {
    display: inline;
    margin-left: 1em;
  }
  #wrapper.topPage .works__content .__box__title {
    text-align: left;
    font-size: 21px;
    margin: 0.75em 0;
  }
  #wrapper.topPage .works__content__text {
    font-size: 18px;
    line-height: 32px;
    padding: 0;
    margin-bottom: 1.5em;
  }
  #wrapper.topPage .works__content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #wrapper.topPage .works__content ul li {
    width: 100%;
  }
  #wrapper.topPage .works__content ul > li {
    position: relative;
    z-index: 1;
  }
  #wrapper.topPage .works__content ul > li small {
    font-size: 10px;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: -2em;
    right: 0;
  }
  #wrapper.topPage .works__content ol {
    padding-left: 1.5em;
    margin: 0;
  }
  #wrapper.topPage .works__content ol li {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  #wrapper.topPage .works__content.--01 ul {
    column-gap: 32px;
  }
  #wrapper.topPage .works__content.--01 ul > li:first-of-type {
    grid-column: 1/3;
  }
  #wrapper.topPage .works__content.--01 ul > li:nth-of-type(2) {
    grid-column: 3/4;
  }
  #wrapper.topPage .works__content.--02 ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
    column-gap: 32px;
  }
  #wrapper.topPage .works__content.--02 ul li:first-of-type {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  #wrapper.topPage .works__content.--02 ul li:nth-of-type(2) {
    grid-row: 1;
    grid-column: 3/4;
  }
  #wrapper.topPage .works__content.--02 ul li:nth-of-type(3) {
    grid-row: 2;
    grid-column: 3/4;
  }
  #wrapper.topPage .system .system__wrap {
    position: relative;
    z-index: 1;
  }
  #wrapper.topPage .system .system__title {
    text-align: left;
    margin-bottom: 160px;
  }
  #wrapper.topPage .system .system__detail02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
  #wrapper.topPage .system .system__detail02 .system__detail02__pct {
    width: 100%;
    margin-left: 0;
  }
  #wrapper.topPage .system .system__detail02 .system__detail02__text {
    width: 100%;
  }
  #wrapper.topPage .system .system__detail03 {
    display: grid;
    grid-template-columns: 7fr 3fr;
    margin-bottom: 0;
    width: 500px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  #wrapper.topPage .system .system__detail03 .system__detail03__text {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding-top: 24px;
    margin: 0;
  }
  #wrapper.topPage .system .system__detail03 .system__detail03__text strong {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  #wrapper.topPage .system .system__detail03 .system__detail03__pct {
    width: 100%;
  }
  #wrapper.topPage .originalvr {
    margin-top: 0;
  }
  #wrapper.topPage .originalvr::after {
    border-top: 130px solid #ffee00;
  }
  #wrapper.topPage .faq .faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    align-items: start;
  }
  #wrapper.topPage .faq dl.accordion dt {
    padding: 24px;
  }
  #wrapper.topPage .faq dl.accordion dt span {
    font-size: 18px;
    padding-right: 30px;
  }
  #wrapper.topPage .faq dl.accordion dd {
    padding: 0 50px 32px 24px;
  }
  #wrapper.topPage .faq dl.accordion dd p {
    font-size: 16px;
  }
  #wrapper.topPage .faq dl.accordion .faq__list__col2 div {
    width: 100%;
  }
  #ib_wrapper .sp {
    display: none !important;
  }
  #ib_wrapper .pc {
    display: block !important;
  }
  #ib_wrapper .content {
    padding: 0 0.5rem 0.8rem;
  }
  #ib_wrapper .content h3 {
    margin: 0 auto 0.4rem;
    width: 8rem;
  }
  #ib_wrapper .content h3 img {
    width: 3rem;
  }
  #ib_wrapper .content h3::before {
    height: 0.3rem;
    background-size: 0.3rem 0.3rem;
    background-position: 0.8rem;
    top: 35%;
  }
  #ib_wrapper .content.profile h3 {
    left: -2rem;
    top: 2rem;
  }
  #ib_wrapper .content.profile h4 {
    font-size: 0.24rem;
    line-height: 0.7rem;
    top: 3rem;
  }
  #ib_wrapper .content.profile h4 span img {
    height: 1rem;
  }
  #ib_wrapper .content.profile p {
    font-size: 0.24rem;
  }
  #ib_wrapper .content.profile p.profile_item {
    padding: 0 0.16rem;
  }
  #ib_wrapper .content.profile .item {
    width: 8.5rem;
    height: 8rem;
  }
  #ib_wrapper .content.profile .frame {
    width: 8rem;
    background-image: url(/gaoyan/assets/images/profile/frame_top.svg), url(/gaoyan/assets/images/profile/frame_center.svg), url(/gaoyan/assets/images/profile/frame_under.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0, 0 2.5rem, 0 7rem;
    left: 0.25rem;
  }
  #ib_wrapper .content.profile .shadow {
    width: 8rem;
    background-size: 0.2rem 0.2rem;
    background-position: 0 0, 0.1rem 0.1rem;
    top: 1.5rem;
    left: 0.5rem;
    transform: translateZ(-2px);
  }
  #ib_wrapper .content.profile .shadow::after {
    width: 9rem;
    bottom: -0.7rem;
  }
  #ib_wrapper .content.profile table {
    margin: 0.3rem auto 0;
    top: 3rem;
  }
  #ib_wrapper .content.profile table tbody {
    display: grid;
    grid-template-columns: 3fr 7fr;
    row-gap: 0.4rem;
  }
  #ib_wrapper .content.profile table tr {
    column-gap: 0.16rem;
    margin-bottom: 0;
  }
  #ib_wrapper .content.profile table tr:first-of-type, #ib_wrapper .content.profile table tr:last-of-type {
    grid-column: 1/-1;
  }
  #ib_wrapper .content.profile table td {
    padding-top: 0.1rem;
  }
  #ib_wrapper .content.profile ul {
    grid-template-columns: repeat(4, max-content);
    column-gap: 0.5rem;
    justify-content: center;
    row-gap: 0;
    margin: 0.4rem 0 0;
    top: 0;
  }
  #ib_wrapper .content.profile ul img {
    height: 2.6rem;
  }
  #ib_wrapper .content.profile ul li:nth-of-type(2) {
    margin-left: -0.3rem;
  }
  #ib_wrapper .content.line figure {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
  #ib_wrapper .content.goods h4 {
    font-size: 0.18rem;
    line-height: 1.5;
    margin-top: 0.5em;
  }
  #ib_wrapper .content.goods ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
  #ib_wrapper .content.goods ul li {
    display: grid;
    grid-template-rows: repeat(2, max-content) 1fr;
    margin-bottom: 0;
  }
  #ib_wrapper .content.goods .link {
    align-self: end;
  }
  #ib_wrapper .content.copyright h5 {
    padding: 0.2rem 0 0;
    font-size: 0.16rem;
  }
  #ib_wrapper .content.copyright h5::after {
    width: 100%;
    height: 0.01rem;
  }
  #ib_wrapper .content.copyright p {
    font-size: 0.15rem;
  }
  #ib_wrapper .content.share {
    padding: 0 0.5rem 0.8rem;
  }
  #ib_wrapper .content.share ul.share_snslink {
    grid-template-columns: repeat(4, 0.84rem);
    column-gap: 0.44rem;
  }
}/*# sourceMappingURL=vr.css.map */