/* Scss Document */
.top-links.right {
  display: none; }

.footer .link-area,
.footer .rule {
  display: none; }

.contents {
  margin-bottom: 150px;
  font-size: 16px; }
  .contents .contents-title {
    text-align: center; }
    .contents .contents-title .lead {
      display: inline-block;
      visibility: hidden;
      font-size: 1.2em;
      letter-spacing: .3em;
      padding-left: .3em;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: 900;
      font-style: normal;
      background: #c4c7cc;
      color: #000a02;
      margin-bottom: 50px;
      text-align: center;
      line-height: 1.4; }

.comment p + p {
  margin-top: .5em; }

h2 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
  color: #c4c7cc; }

h3, h4 {
  margin-bottom: 20px; }

.small {
  font-size: .7em; }

.accordion {
  border: none;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .accordion {
      width: 90%; } }
  @media screen and (max-width: 575px) {
    .accordion {
      width: 100%; } }
  .accordion .accordion-item {
    margin-bottom: 50px;
    border-radius: 18px;
    background: #000a02;
    color: #c4c7cc;
    border: 2px solid #c4c7cc !important; }
    .accordion .accordion-item button {
      height: 60px;
      border-radius: 15px !important;
      background: #c4c7cc;
      color: #000a02; }
      .accordion .accordion-item button h3 {
        margin-bottom: 0;
        font-size: 1.5; }
        .accordion .accordion-item button h3 span {
          margin-right: 1em;
          font-size: 1rem;
          border-bottom: 1px solid; }

/*==================================================*/
.grecaptcha-badge {
  visibility: hidden; }

.wrapper {
  overflow-x: clip; }

#nav .nav-icon {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: calc(1200 + 10);
  cursor: pointer; }
  @media screen and (max-width: 575px) {
    #nav .nav-icon {
      top: 20px;
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  #nav .nav-icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f6f7f8;
    transition: .5s ease; }
    #nav .nav-icon span:first-child {
      top: 25%; }
    #nav .nav-icon span:last-child {
      bottom: 25%; }
#nav .nav-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  z-index: calc(1200 - 10);
  pointer-events: none;
  transition: .5s ease; }
#nav .nav-cntn {
  position: fixed;
  top: 0;
  right: -30vw;
  width: 30vw;
  max-width: 350px;
  height: 100vh;
  height: 100lvh;
  padding: 70px 50px;
  background: #f6f7f8;
  color: #000a02;
  transition: .5s ease;
  z-index: calc(1200 - 1); }
  @media screen and (max-width: 767px) {
    #nav .nav-cntn {
      width: calc(100px + 8em);
      right: calc(-100px - 8em); } }
  #nav .nav-cntn .logo {
    width: 60%;
    min-width: 130px;
    margin-bottom: 50px; }
  #nav .nav-cntn ul {
    text-align: left; }
  @media screen and (max-width: 575px) {
    #nav .nav-cntn li {
      margin-bottom: .5em; } }
#nav.is-open .nav-icon span {
  background: #000a02; }
  #nav.is-open .nav-icon span:first-child {
    top: calc(50% - 1px);
    transform: rotate(45deg); }
  #nav.is-open .nav-icon span:last-child {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg); }
#nav.is-open .nav-back {
  pointer-events: inherit;
  backdrop-filter: blur(5px); }
#nav.is-open .nav-cntn {
  right: 0; }

#top {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #c4c7cc; }
  #top ul li {
    display: none;
    overflow: hidden; }
    #top ul li img {
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-aspect-ratio: 1) {
        #top ul li img {
          height: 100%; } }
  #top .niche {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    color: #000a02; }
    @media screen and (max-aspect-ratio: 1) {
      #top .niche {
        width: 100%;
        text-align: center;
        bottom: 50px; } }
  #top .scroll {
    position: absolute;
    right: 20px;
    top: calc(100% - 100px - 50px);
    width: 2px;
    background: #000a02;
    animation: scroll 2s ease-out infinite;
    cursor: pointer; }
    @media screen and (max-width: 575px) {
      #top .scroll {
        top: calc(100% - 100px - 30px); } }
@keyframes scroll {
  0% {
    height: 50px; }
  100% {
    height: 100px; } }
#message .main-message .lead {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  min-width: 40%; }
  #message .main-message .lead h3 {
    font-size: 3em; }
  @media screen and (max-width: 767px) {
    #message .main-message .lead div {
      font-size: 1.4em;
      line-height: 1.3;
      margin-bottom: 45px; } }
#message .main-message .comment {
  flex: 1; }
  @media screen and (min-width: calc(767px + 1px)) {
    #message .main-message .comment {
      margin-left: 50px; } }

#limited img,
#message img {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #limited img,
    #message img {
      margin-top: 30px; } }

#member ul li {
  margin: 0 -25px 100px; }
  #member ul li img, #member ul li div {
    margin: 0 25px; }
  @media screen and (max-width: 767px) {
    #member ul li {
      margin: 0 0 30px; }
      #member ul li img, #member ul li div {
        margin: 0; } }
  #member ul li img {
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      #member ul li img {
        width: 200px;
        height: 200px;
        line-height: 200px;
        margin-bottom: 15px; } }
  #member ul li h3 {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px solid #f6f7f8;
    margin-left: -50px;
    padding-left: 50px; }
  #member ul li div {
    flex: 1; }
  #member ul li:last-of-type {
    text-align: right; }
    #member ul li:last-of-type p {
      text-align: justify; }
    #member ul li:last-of-type h3 {
      margin-left: 0;
      padding-left: inherit;
      margin-right: -50px;
      padding-right: 50px; }

#identity #identity-slider li.item {
  border: 2px solid #c4c7cc;
  border-radius: 15px;
  padding: 30px 50px;
  margin: 0;
  text-align: center; }
  #identity #identity-slider li.item h3 {
    border-bottom: 1px solid;
    margin-bottom: 0; }
  #identity #identity-slider li.item .comment {
    text-align: justify; }
  #identity #identity-slider li.item .lead {
    margin-bottom: 40px;
    font-size: 1em;
    text-align: center;
    line-height: 1.3;
    padding: 0 .3em;
    background: #c4c7cc;
    color: #000a02;
    display: inline-block; }
  #identity #identity-slider li.item.evidence .images {
    margin-right: 50px; }
    #identity #identity-slider li.item.evidence .images img {
      margin-bottom: 10px;
      width: 300px; }
  #identity #identity-slider li.item.stance, #identity #identity-slider li.item.otaku {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px - 25px);
    margin-top: 50px; }
    #identity #identity-slider li.item.stance img, #identity #identity-slider li.item.otaku img {
      width: 300px;
      max-width: 100%;
      filter: grayscale(1);
      margin-bottom: 40px; }
  #identity #identity-slider li.item.stance {
    margin-right: 50px; }
#identity #identity-slider.slick-slider li.item {
  margin-top: 0;
  margin-bottom: 30px;
  transition: .5s ease;
  transform: scale(0.9); }
  @media screen and (max-width: 767px) {
    #identity #identity-slider.slick-slider li.item {
      padding: 30px 30px 0; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    #identity #identity-slider.slick-slider li.item {
      padding: 20px 15px 0; } }

  #identity #identity-slider.slick-slider li.item.slick-center {
    transform: scale(1); }
  #identity #identity-slider.slick-slider li.item .lead {
    font-size: .9em;
    margin-top: .3em; }
    @media screen and (max-width: 767px) {
      #identity #identity-slider.slick-slider li.item .lead {
        margin-bottom: 30px;
        line-height: 1.1; } }
  @media screen and (max-width: 767px) {
    #identity #identity-slider.slick-slider li.item .comment {
      line-height: 1.75;
      font-size: .85em; } }
  #identity #identity-slider.slick-slider li.item img,
  #identity #identity-slider.slick-slider li.item .images {
    margin: 0 auto 30px; }
  #identity #identity-slider.slick-slider li.item.evidence img {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #identity #identity-slider.slick-slider li.item.evidence img {
        width: 60%; } }
  #identity #identity-slider.slick-slider li.item.stance {
    margin-right: 0; }

#branding .flow #flow-accordion {
  text-align: center;
  margin-top: 50px; }
  #branding .flow #flow-accordion .accordion-item {
    text-align: justify; }
  #branding .flow #flow-accordion .arrow {
    width: 30px;
    height: 40px;
    margin: -30px auto 20px;
    transform: rotate(270deg); }
    @media screen and (max-width: 767px) {
      #branding .flow #flow-accordion .arrow {
        width: 21px;
        height: 28px; } }

#samples li.nav-item:nth-of-type(2) {
  margin: 0 25px; }
#samples li.nav-item button {
  border: 2px solid #c4c7cc;
  color: #c4c7cc;
  line-height: 1.5; }
  #samples li.nav-item button.active {
    background: #c4c7cc;
    color: #000a02; }
#samples .tab-content {
  padding: 50px 75px 75px;
  border: 2px solid #c4c7cc;
  border-radius: 0 0 15px 15px; }
  @media screen and (max-width: 767px) {
    #samples .tab-content {
      padding: 30px 15px; } }
  #samples .tab-content ul.sample-slider li {
    margin: 0 10px; }
    #samples .tab-content ul.sample-slider li img {
      width: 450px;
      height: calc(450px*2/3); }
      @media screen and (max-width: 991px) {
        #samples .tab-content ul.sample-slider li img {
          width: 350px;
          height: calc(350px*2/3);
          margin: 0 auto 40px; } }
      @media screen and (max-width: 767px) {
        #samples .tab-content ul.sample-slider li img {
          width: 250px;
          height: calc(250px*2/3); } }
    #samples .tab-content ul.sample-slider li .text {
      flex: 1;
      margin-left: 50px; }
      @media screen and (max-width: 991px) {
        #samples .tab-content ul.sample-slider li .text {
          margin-left: 0; } }
      #samples .tab-content ul.sample-slider li .text .lead {
        font-size: 1.5em;
        line-height: 1;
        margin-bottom: 25px; }
        #samples .tab-content ul.sample-slider li .text .lead .ttl {
          display: block;
          border-bottom: 1px solid; }
        #samples .tab-content ul.sample-slider li .text .lead div:last-child {
          font-size: 1rem;
          line-height: 1.5;
          text-align: right;
          display: inline-block;
          background: #c4c7cc;
          color: #000a02; }
          @media screen and (max-width: 991px) {
            #samples .tab-content ul.sample-slider li .text .lead div:last-child {
              font-size: .8rem;
              line-height: 1.3;
              padding: 0 .3em;
              text-align: inherit; } }
        @media screen and (max-width: 991px) {
          #samples .tab-content ul.sample-slider li .text .lead {
            text-align: center; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    #samples .tab-content ul.sample-slider li .text .lead {
      margin-bottom: 12.5px; } }

  #samples .tab-content .slick-arrow {
    position: absolute;
    top: 100%;
    width: 135px;
    height: 30px;
    line-height: 35px;
    font-size: 13px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      #samples .tab-content .slick-arrow {
        width: 110px;
        height: 20px;
        font-size: 12px;
        line-height: 20px; } }
    @media screen and (max-width: 767px) {
      #samples .tab-content .slick-arrow {
        width: 90px;
        height: 20px;
        line-height: 15px; } }
    #samples .tab-content .slick-arrow.prev {
      left: 0;
      padding-right: 1em;
      text-align: right;
      background-image: url("../img/lp/text-arrow_l.png"); }
      #samples .tab-content .slick-arrow.prev:hover {
        transform: translateX(-10px); }
      @media screen and (max-width: 767px) {
        #samples .tab-content .slick-arrow.prev {
          padding-right: 0; }
          #samples .tab-content .slick-arrow.prev:hover {
            transform: none; } }
    #samples .tab-content .slick-arrow.next {
      right: 0;
      padding-left: 1em;
      text-align: left;
      background-image: url("../img/lp/text-arrow_r.png"); }
      #samples .tab-content .slick-arrow.next:hover {
        transform: translateX(10px); }
      @media screen and (max-width: 767px) {
        #samples .tab-content .slick-arrow.next {
          padding-left: 0; }
          #samples .tab-content .slick-arrow.next:hover {
            transform: none; } }
  #samples .tab-content .slick-dots {
    bottom: -60px;
    line-height: 50px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      #samples .tab-content .slick-dots {
        bottom: -50px;
        line-height: 40px; } }
#samples .design-list .list {
  margin-bottom: 50px; }
  #samples .design-list .list ul {
    margin: 50px; }
    @media screen and (max-width: 767px) {
      #samples .design-list .list ul {
        margin: 30px 30px 0; } }
    #samples .design-list .list ul li {
      margin-bottom: 25px;
      width: calc(100%/4 - 25px*3/4);
      border-radius: 15px;
      border: 2px solid #c4c7cc;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #samples .design-list .list ul li {
          width: calc(100%/3 - 15px*2/3);
          margin-bottom: 15px; } }
      @media screen and (max-width: 575px) {
        #samples .design-list .list ul li {
          width: calc(100%/2 - 15px*1/2); } }
  #samples .design-list .list .small {
    text-align: right;
    margin-top: -25px; }
    @media screen and (max-width: 767px) {
      #samples .design-list .list .small {
        text-align: left;
        margin-top: 0; } }

#voice {
  margin-bottom: 75px; }
  #voice ul li.voice {
    border-radius: 15px;
    padding: 30px 30px 15px;
    background: #c4c7cc;
    color: #000a02;
    width: 30%; }
    @media screen and (max-width: 991px) {
      #voice ul li.voice {
        padding: 20px 20px 15px; } }
    @media screen and (max-width: 767px) {
      #voice ul li.voice {
        padding: 30px 30px 15px;
        margin: 0 20px 30px;
        transition: .5s ease;
        transform: scale(0.9); } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    #voice ul li.voice {
      margin: 0 auto 30px; } }
    @media screen and (max-width: 767px) {
        #voice ul li.voice.slick-center {
          transform: scale(1); } }
    #voice ul li.voice img {
      margin-bottom: 25px; }
    #voice ul li.voice .comment {
      line-height: 1.75;
      font-size: .85em; }
      #voice ul li.voice .comment .small {
        margin-top: 1em;
        text-align: right; }

#fix-contact {
  margin-bottom: 75px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  left: 100vw;
  transition: 1s ease;
  transform: translateX(100%);
  z-index: 1000;
  width: calc(130px + 80px); }
  #fix-contact div {
    background: #c4c7cc;
    color: #000a02; }
  #fix-contact img {
    border-radius: 50%;
    border: #c4c7cc 4px solid;
    filter: grayscale(1); }
  #fix-contact div {
    width: calc(130px + 40px);
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    margin-left: -40px; }
  #fix-contact img {
    width: 80px;
    height: 80px;
    line-height: 80px; }
  @media screen and (max-width: 575px) {
    #fix-contact {
      bottom: 10px;
      width: calc(100px + 60px); }
      #fix-contact div {
        width: calc(100px + 30px);
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        margin-left: -30px; }
      #fix-contact img {
        width: 60px;
        height: 60px;
        line-height: 60px; } }

#contact table {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #contact table th, #contact table td {
      display: block; } }
  #contact table th {
    vertical-align: top; }
  #contact table td {
    padding-bottom: 25px; }
    @media screen and (max-width: 767px) {
      #contact table td {
        padding-bottom: 15px; } }
    #contact table td input,
    #contact table td textarea {
      width: 100%;
      line-height: 1.75;
      font-size: .85em; }
#contact .send-button {
  display: block;
  width: 200px;
  margin: 0 auto;
  letter-spacing: 1em;
  padding-left: 1.5em;
  background: #c4c7cc;
  border: none;
  border-radius: 15px;
  color: #000a02; }
#contact .recaptha {
  font-size: .6em;
  text-align: right; }
#contact .wpcf7-response-output {
  text-align: center;
  background: #c4c7cc;
  color: #000a02;
  border: none; }

#faq {
  display: none; }

#company img {
  width: 500px;
  height: calc(500px*2/3); }
  @media screen and (max-width: 575px) {
    #company img {
      width: 95vw;
      height: calc(95vw*2/3); } }
#company .info {
  flex: 1;
  font-size: .95em;
  margin: 0 0 0 50px; }
  @media screen and (max-width: 991px) {
    #company .info {
      width: 27em;
      margin: 50px auto 0; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    #company .info {
      width: 100%;
      font-size: .8em; } }

  #company .info div {
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      #company .info div {
        text-align: center; } }
  #company .info th, #company .info td {
    vertical-align: top;
    line-height: 1.5; }
  #company .info th {
    width: 11em; }
  #company .info td {
    padding-bottom: 10px; }

footer .policy {
  display: none; }

/*==================================================*/
/*slider*/
.slider {
  padding: 0;
  opacity: 0;
  transition: .5s; }

.slick-initialized {
  opacity: 1; }

.slick-prev,
.slick-next {
  z-index: 1; }

.slick-prev {
  left: -3vw; }

.slick-next {
  right: -3vw; }

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 15px;
  opacity: 1; }

.slick-dots li button:before {
  color: var(--bear-border-color); }

.slick-dots li.slick-active button:before {
  color: var(--bear-accent-color); }

.entry-content .slick-dots {
  text-align: right; }

.entry-content .slick-dotted.slick-slider {
  margin-bottom: 0; }

.entry-content th {
  padding-right: 0;
  margin-right: 1em; }

@media (max-width: 767px) {
  .post-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .slick-prev {
    left: 3vw; }

  .slick-next {
    right: 3vw; }

  .slick-dots li {
    width: 10px;
    height: 0; }

  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    font-size: 10px; }

  .entry-content .slick-dots {
    text-align: center; } }
