@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&Noto+Serif+JP:wght@400;500;700;900&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #333; }

p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.1em;
  font-weight: 600; }

.min {
  font-size: 0.7em; }

#swag p, #swag span {
  font-size: 1.2em; }

@media screen and (max-width: 600px) {
  h3 {
    font-size: 1em;
    font-weight: 600; }

  #swag p, #swag span {
    font-size: 1.1em; } }
body {
  width: 100%;
  overflow-x: hidden; }
  body img {
    width: 100%;
    height: auto;
    display: block; }

.modaal-inner-wrapper .modaal-video-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 768px; }

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

section {
  display: block;
  position: relative;
  z-index: 1; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1000px;
  margin: auto; }

header {
  background-color: #910000;
  height: 80px; }
  header .colabo-logo {
    width: 160px;
    height: auto;
    position: absolute;
    top: 1em;
    left: 1em; }
  header .page-header {
    width: 60%;
    max-width: 320px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5; }

#share-bt {
  width: 48px;
  height: fit-content;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  z-index: 9; }
  #share-bt a {
    display: block;
    margin-bottom: 0.5em;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5)); }

#reserve-bt {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 10; }
  #reserve-bt a {
    padding: 2em;
    background-color: #910000;
    display: block;
    color: #fff;
    border: 2px solid #B5904D;
    border-radius: 0.4em;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); }

#main-nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #a61212;
  background-image: url(../images/menu-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: none; }
  #main-nav .nav-inner {
    position: absolute;
    width: calc(100% - 2em);
    max-width: 400px;
    height: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #main-nav .nav-inner ul li {
      font-size: 1.2em;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      margin-bottom: 0.5em;
      text-align: center; }
      #main-nav .nav-inner ul li a {
        color: #B5904D;
        text-align: center; }
        #main-nav .nav-inner ul li a:hover {
          opacity: 0.7; }

.hl {
  margin: auto;
  margin-bottom: 2em;
  max-width: 800px; }

.hl-s {
  margin: auto;
  margin-bottom: 1em;
  max-width: 600px; }
  .hl-s.badge {
    position: relative; }
    .hl-s.badge:after {
      content: "";
      display: block;
      width: 12%;
      height: 0;
      padding-top: 12%;
      background-image: url(../images/badge_2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: -35%;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-5deg); }
    .hl-s.badge.hl-s-scrap:after {
      left: -90%; }

.section-header {
  width: 100%;
  margin-bottom: 5%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffa43b 100%); }
  .section-header .sh-inner {
    width: 100%;
    max-width: 800px;
    margin: auto; }

.menu-bt {
  position: fixed;
  top: 1em;
  right: 1em;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 20; }
  .menu-bt .menu-bt-inner {
    transition: all .4s; }
    .menu-bt .menu-bt-inner span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
      background: #B5904D;
      width: 45%; }
      .menu-bt .menu-bt-inner span:nth-of-type(1) {
        top: 15px; }
      .menu-bt .menu-bt-inner span:nth-of-type(2) {
        top: 23px; }
      .menu-bt .menu-bt-inner span:nth-of-type(3) {
        top: 31px; }
  .menu-bt.active .menu-bt-inner span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%; }
  .menu-bt.active .menu-bt-inner span:nth-of-type(2) {
    opacity: 0; }
  .menu-bt.active .menu-bt-inner span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%; }

.border {
  width: 100%;
  margin-bottom: 3em;
  position: relative; }
  .border:before {
    content: "";
    width: 15%;
    height: 0;
    padding-top: 15%;
    position: absolute;
    top: -10%;
    right: 10%;
    background-image: url(../images/curve_mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.bnr {
  width: calc(90% - 2em);
  max-width: 400px;
  margin: auto;
  text-align: center;
  padding: 2em 1em;
  position: relative;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); }
  .bnr:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: url(../images/bnr_bg_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .bnr:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: url(../images/bnr_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }
  .bnr .bnr-inner {
    position: relative;
    z-index: 1;
    color: #371B00; }
  .bnr a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2; }
  .bnr:hover {
    opacity: 0.7; }

.disp-name {
  width: fit-content;
  display: block;
  margin: 2em auto;
  background-color: #fff;
  color: #910000;
  font-weight: 600;
  padding: 0.5em 6em;
  border-radius: 4em; }

.topic {
  width: calc(90% - 2em);
  max-width: 600px;
  margin: 0em auto 2em;
  text-align: center;
  padding: 2em 1em;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 2em;
  color: #B5904D;
  filter: drop-shadow(0px -1px 0px #a61212);
  background-color: #fff; }
  .topic:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: url(../images/frame_1_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .topic:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: url(../images/frame_1_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }

.tab-bt {
  width: 96%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3em; }
  .tab-bt:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .tab-bt .tab,
  .tab-bt .tab-for-sch {
    color: #fff;
    padding: 1em 1.5em;
    margin: 0 4px;
    position: relative;
    z-index: 0;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 0;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    cursor: pointer; }
    .tab-bt .tab.active,
    .tab-bt .tab-for-sch.active {
      z-index: 2;
      background-color: #910000; }
    .tab-bt .tab.dist,
    .tab-bt .tab-for-sch.dist {
      background-color: #aaa;
      color: #ccc;
      pointer-events: none; }
    .tab-bt .tab.badge:after,
    .tab-bt .tab-for-sch.badge:after {
      content: "";
      display: block;
      width: 3em;
      height: 3em;
      background-image: url(../images/badge_2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: -1.5em;
      left: -1.5em; }

.tab-display-for-sch {
  display: none; }
  .tab-display-for-sch.active {
    display: block; }

.accordion {
  display: none; }

.acd-bt {
  width: 96%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2em;
  position: relative;
  padding: 2em 0;
  cursor: pointer; }
  .acd-bt:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block; }
  .acd-bt span {
    color: #fff;
    width: 100%;
    display: block; }
    .acd-bt span:after {
      background-color: #910000;
      font-size: 0.8em;
      padding: 0.5em;
      display: block;
      width: fit-content;
      height: fit-content;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .acd-bt span.detail:after {
      content: "お申し込み&スケジュール詳細はこちら　▼"; }
    .acd-bt span.read:after {
      content: "詳しく見る"; }
  .acd-bt.active span:after {
    content: "閉じる　▲"; }

.youtube {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: auto; }
  .youtube .thum {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%; }
    .youtube .thum:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(http://img.youtube.com/vi/Z4Gc7vcJjPw/hqdefault.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .youtube a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block; }
    .youtube a:after {
      content: "";
      width: 100px;
      height: 100px;
      background-image: url(../images/play.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      pointer-events: none; }

#main-v {
  background-color: #910000;
  padding-bottom: 7%; }
  #main-v .mv-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto; }
    #main-v .mv-inner .pc {
      display: block; }
    #main-v .mv-inner .sp {
      display: none; }
  #main-v .copy-wrap .sp {
    display: none; }
  #main-v .copy-wrap p {
    color: #fff;
    text-align: center;
    margin-bottom: 0; }

#news {
  background-color: #910000;
  padding-bottom: 7%; }
  #news ul {
    width: calc(100% - 2em);
    max-width: 600px;
    padding: 0 1em;
    margin: auto;
    text-align: center;
    color: #fff;
    max-height: 300px;
    overflow-y: auto; }
    #news ul::-webkit-scrollbar {
      width: 5px;
      margin-left: 5px; }
    #news ul::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.2); }
    #news ul::-webkit-scrollbar-thumb {
      background-color: rgba(181, 144, 77, 0.8); }
    #news ul li {
      padding: 0.5em;
      border-bottom: 1px solid #B5904D;
      position: relative; }
      #news ul li .date {
        font-size: 0.8em; }
      #news ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      #news ul li:hover {
        opacity: 0.75; }

#error {
  padding: 5em 0; }
  #error .inner-wrap {
    max-width: 800px; }
  #error h1 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 1em; }
  #error .i404 {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 2em; }
  #error h3 {
    font-weight: 500; }
  #error ul {
    border: 1px solid #000;
    padding: 1em;
    padding-left: 2em; }
    #error ul li {
      list-style: square;
      margin-bottom: 0.5em; }
      #error ul li:last-of-type {
        margin-bottom: 0; }
  #error .back-btn {
    display: block;
    width: fit-content;
    padding: 1em 3em;
    background-color: #29ABE2;
    border-radius: 0.4em;
    margin: 1em auto; }
    #error .back-btn span {
      color: #fff; }

#movie {
  background-color: #910000;
  padding-bottom: 7%; }

#about {
  background-color: #371B00;
  padding-bottom: 7%; }
  #about .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #about .about-block {
    width: calc(50% - 1em);
    margin-bottom: 2em; }
    #about .about-block img {
      margin-bottom: 1em; }
    #about .about-block p {
      color: #fff;
      padding: 0 0.5em;
      margin-bottom: 0.5em; }
  #about .line-announce {
    border: 3px solid #b5904d;
    padding: 0.3em;
    margin: 2em auto 4em;
    max-width: 600px; }
    #about .line-announce .la-inner {
      display: flex;
      padding: 1em;
      border: solid 1px #fff; }
      #about .line-announce .la-inner img {
        width: 100%;
        max-width: 200px;
        margin: auto;
        margin-bottom: 0.5em;
        margin-right: 1em; }
      #about .line-announce .la-inner p {
        margin: auto;
        color: #fff;
        font-size: 0.9em; }
        #about .line-announce .la-inner p a {
          color: #ff0;
          text-decoration: underline; }
  #about .repoat-youtube {
    width: 100%;
    margin: 2em auto 4em;
    max-width: calc(600px - .6em);
    text-align: center;
    color: #fff; }
    #about .repoat-youtube .youtube {
      border: solid 1px #fff;
      padding: .3em;
      outline: 3px solid #b5904d;
      outline-offset: .3em;
      margin-bottom: 1.3em;
      width: calc(100% - 1.2em - 8px); }

#nishino {
  background-color: #eee;
  padding: 1em 0; }
  #nishino .profile-inner {
    padding: 1em;
    width: calc(100% - 2em);
    max-width: 800px;
    margin: auto;
    display: flex;
    align-items: center; }
    #nishino .profile-inner .photo {
      width: 240px; }
      #nishino .profile-inner .photo:after {
        content: "";
        width: 100%;
        padding-top: 150%;
        display: block;
        background-image: url(../images/nishino.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 0.4em; }
    #nishino .profile-inner .text {
      width: calc(100% - 1em - 240px);
      margin-left: 1em; }
      #nishino .profile-inner .text h4 {
        font-weight: bold;
        margin-bottom: 1em; }
      #nishino .profile-inner .text p {
        font-size: 0.9em; }

#reserve {
  background-color: #910000;
  padding-bottom: 7%; }
  #reserve .step {
    width: 50%;
    margin: auto;
    padding: 1em 0; }
    #reserve .step img {
      margin-bottom: 0.5em; }
    #reserve .step p {
      text-align: center;
      color: #fff;
      padding: 0 1em; }
      #reserve .step p a {
        color: #ff0;
        text-decoration: underline; }

#schedule {
  background-color: #910000;
  padding-bottom: 2%; }
  #schedule .data {
    background-color: #fff;
    width: calc(100% - 2em);
    padding: 2em 1em;
    max-width: 500px;
    margin: auto;
    text-align: center;
    border-radius: 1em;
    color: #610000;
    margin-bottom: 1em; }
    #schedule .data a {
      display: block;
      background-color: #610000;
      color: #fff;
      width: fit-content;
      font-size: 0.9em;
      padding: 1em 2em;
      margin: auto;
      border-radius: 0.4em;
      margin-top: 2em; }
      #schedule .data a.end {
        filter: grayscale(1);
        user-select: none;
        opacity: 0.8; }
  #schedule .common-bnr {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 2em auto;
    position: relative; }
    #schedule .common-bnr .aori {
      text-align: center;
      color: #fff;
      margin-bottom: 0.2em; }
    #schedule .common-bnr a {
      display: block;
      width: 100%;
      height: 100%; }

#readme {
  background-color: #910000;
  padding: 2em 0 3em; }
  #readme .readme-bt {
    color: #fff;
    padding: 0.5em 2em;
    border: 1px solid #fff;
    width: fit-content;
    margin: auto;
    margin-bottom: 2em;
    border-radius: 3em;
    cursor: pointer; }
  #readme .readme-block {
    background-color: #fff;
    padding: 2em 0;
    display: none; }
    #readme .readme-block h3 {
      margin-bottom: 0.3em; }
    #readme .readme-block ul {
      margin-bottom: 1em; }
      #readme .readme-block ul li {
        margin-bottom: 0.3em; }
        #readme .readme-block ul li:before {
          content: "・ "; }

#price {
  background-color: #371B00;
  padding-bottom: 7%; }
  #price table {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 2em; }
    #price table th {
      background-color: #910000;
      color: #fff;
      padding: 1em;
      text-align: center;
      border: 1px solid #910000; }
    #price table .youbi td {
      background-color: #fff;
      color: #371B00;
      padding: 0.5em;
      font-size: 0.8em;
      position: relative; }
      #price table .youbi td:before {
        content: "";
        display: block;
        width: 1px;
        height: 90%;
        background-color: #aaa;
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        margin: auto; }
      #price table .youbi td:first-of-type:before {
        content: none; }
      #price table .youbi td.badge:after {
        content: "";
        width: 48px;
        height: 48px;
        background-image: url(../images/badge.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    #price table td {
      padding: 1em;
      border: 1px solid #fff; }
      #price table td .price {
        font-size: 1.3em;
        color: #fff; }
        #price table td .price:after {
          content: " ／1名";
          font-size: 0.8rem;
          display: inline-block; }
      #price table td span {
        color: #fff;
        font-size: 0.8em; }
  #price p {
    text-align: center;
    color: #fff; }

#story {
  padding-bottom: 5%;
  text-align: center; }
  #story .disp-bt {
    width: 96%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 2em;
    position: relative;
    padding: 2em 0;
    cursor: pointer; }
    #story .disp-bt:before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #333;
      display: block; }
    #story .disp-bt span {
      color: #333;
      width: 100%;
      display: block; }
      #story .disp-bt span:after {
        content: "READ MORE";
        background-color: #fff;
        font-size: 0.8em;
        padding: 0.5em;
        display: block;
        width: fit-content;
        height: fit-content;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    #story .disp-bt.active span:after {
      content: "CLOSE"; }

#information {
  background-color: #910000;
  padding-bottom: 7%; }
  #information h3 {
    color: #fff;
    text-align: center; }
  #information p {
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 600px; }

#more-info {
  background-color: #910000;
  padding-bottom: 7%; }
  #more-info h3 {
    color: #fff;
    text-align: center; }
  #more-info p {
    color: #fff; }
  #more-info .bt {
    color: #910000;
    background-color: #fff;
    padding: 0.5em 2em;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 0.8em;
    margin-bottom: 2em;
    border-radius: 3em;
    cursor: pointer; }
  #more-info .youtube {
    margin-bottom: 2em; }

#bottom-bt {
  background-color: #B5904D; }
  #bottom-bt .bottom-bt-inner {
    width: 100%;
    max-width: 400px;
    display: flex;
    margin: auto; }
    #bottom-bt .bottom-bt-inner a {
      display: block;
      margin: auto; }
      #bottom-bt .bottom-bt-inner a:hover {
        opacity: 0.7; }

#page .howto-box {
  color: #fff; }
  #page .howto-box .dresscord {
    border: 1px solid #fff;
    padding: 1em;
    margin: auto;
    margin-bottom: 3em;
    max-width: 600px; }
    #page .howto-box .dresscord h3 {
      text-align: center; }
    #page .howto-box .dresscord .ng {
      font-size: 0.9em; }
  #page .howto-box .img {
    max-width: 600px;
    margin: 2em auto; }
#page .howto-img {
  border: 3px solid #b5904d;
  padding: 0.3em;
  margin: 1em auto 1em;
  max-width: 600px;
  display: block;
  width: calc(100% - 6px - 0.6em); }
#page .readme-box {
  width: calc(100% - 2em);
  max-width: 800px;
  margin: 1em auto 2em;
  background-color: #fff;
  padding: 1.5em;
  border-radius: 1em; }
  #page .readme-box h3 {
    margin-bottom: 0.75em;
    margin-top: 3em;
    color: #910000;
    position: relative;
    padding-left: 2.5em; }
    #page .readme-box h3:before {
      content: "";
      display: block;
      width: 4em;
      height: 3em;
      background-image: url(../images/readme_h.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
  #page .readme-box table {
    width: 100%; }
    #page .readme-box table td,
    #page .readme-box table th {
      padding: 0.5em;
      font-size: 0.9em; }
    #page .readme-box table th {
      background-color: #a61212;
      color: #fff;
      border-bottom: 1px solid #fff; }
    #page .readme-box table td {
      border-bottom: 1px solid #ddd; }
  #page .readme-box ul li {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em; }
    #page .readme-box ul li p {
      margin-bottom: 0; }
    #page .readme-box ul li ul {
      margin-top: 0.5em;
      padding-left: 1em;
      border-left: 1px solid #333; }
      #page .readme-box ul li ul li {
        font-size: 0.9em;
        border-bottom: 0;
        padding-bottom: 0.3em;
        margin-bottom: 0.3em; }
    #page .readme-box ul li a {
      color: #910000;
      text-decoration: underline; }
  #page .readme-box ul.faq li .q {
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative; }
    #page .readme-box ul.faq li .q:after {
      content: "";
      width: 0.6em;
      height: 0.6em;
      display: block;
      border-bottom: 1px solid #B5904D;
      border-left: 1px solid #B5904D;
      transform: rotate(-45deg);
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      margin: auto; }
    #page .readme-box ul.faq li .q.active:after {
      transform: rotate(135deg); }
  #page .readme-box ul.faq li p {
    display: none;
    margin-bottom: 0;
    margin-top: 0.3em; }

footer {
  background-color: #371B00;
  padding: 5em 0 3em; }
  footer .footer-logo {
    max-width: 400px;
    margin: auto;
    margin-bottom: 3em; }
  footer .footer-bnr {
    max-width: 400px;
    margin: auto;
    margin-bottom: 3em; }
    footer .footer-bnr a {
      display: block;
      margin-bottom: 0.5em; }
  footer .credit {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    margin: auto; }

#page {
  background-color: #910000;
  padding-bottom: 7%; }

#prologue {
  background-color: #910000;
  padding-bottom: 40px;
  text-align: center;
  color: #fff; }
  #prologue .hl {
    max-width: 480px;
    width: 96%; }
  #prologue p {
    margin: 2em auto; }

#webnazo {
  padding: 3em 0;
  position: relative; }
  #webnazo:before, #webnazo:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1em;
    opacity: .5; }
  #webnazo::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%); }
  #webnazo::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%); }
  #webnazo .mail-box {
    max-width: 800px;
    margin: auto; }
  #webnazo .m-head p {
    border-bottom: solid 1px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em; }
  #webnazo .m-body p {
    margin-bottom: 2em; }
  #webnazo .door-box {
    padding: 1em;
    width: calc(100% - 2em);
    border: solid 1px #ccc; }
    #webnazo .door-box .url {
      margin: 3em auto 2em; }
    #webnazo .door-box span {
      display: block;
      text-align: center; }
    #webnazo .door-box .copy {
      background: #000;
      padding: 1.5em;
      color: #fff;
      width: calc(90% - 3em);
      margin: auto;
      margin-top: 1em; }

.copy-alert {
  background: #000;
  padding: 1.5em;
  color: #fff;
  width: calc(90% - 3em);
  margin: auto;
  border: solid 2px #fff;
  position: fixed;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: none; }
  .copy-alert span {
    text-align: center;
    display: block; }

.ans-block {
  margin-bottom: 3em; }
  .ans-block h2 {
    font-size: 0.8em;
    letter-spacing: 0.3em;
    font-weight: 500; }
  .ans-block .search {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto; }
    .ans-block .search input {
      background-color: #fff;
      font-size: 1.2em;
      padding: 0.75em;
      padding-right: 4em;
      border-radius: 3em;
      width: calc(100% - 4.75em);
      max-width: calc(600px - 4.75em);
      text-align: left;
      border-bottom: 1px solid #914f4f;
      border-right: 1px solid #914f4f;
      border-top: 1px solid #3f0000;
      border-left: 1px solid #3f0000; }
    .ans-block .search button {
      position: absolute;
      background-color: #008338;
      color: #fff;
      top: calc(0.2em + 1px);
      right: calc(0.2em + 1px);
      width: 5rem;
      height: calc(100% - 0.4em - 2px);
      border-radius: 3em;
      text-align: center;
      cursor: pointer;
      font-size: 1em; }
      .ans-block .search button:hover {
        opacity: 0.75; }

#hint {
  background-color: #910000;
  color: #fff;
  padding: 40px 0;
  text-align: center; }
  #hint .hint-item {
    max-width: 800px;
    margin: auto;
    margin-bottom: 1em; }
    #hint .hint-item .hint-btn {
      background: #000;
      padding: 1em;
      display: block;
      margin: 1em auto;
      cursor: pointer;
      transition-duration: .3s;
      border: solid #000 1px; }
      #hint .hint-item .hint-btn.no-active {
        background: rgba(0, 0, 0, 0);
        border: solid #fff 1px;
        pointer-events: none; }
    #hint .hint-item p {
      display: none;
      margin-bottom: 2em; }

.load {
  height: 500px; }

.moon-bg {
  background: url(../images/webnazo/bg-pc.jpg);
  background-position: center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.load-logo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../images/webnazo/bg-pc.jpg);
  background-position: center;
  background-size: cover; }
  .load-logo img {
    max-width: 500px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 4px #d99e69) brightness(1.1); }

#swag {
  color: #fff;
  padding-bottom: 2em; }
  #swag p {
    margin: 1.5em auto; }
  #swag .inner-wrap {
    max-width: 600px; }
  #swag .clear-head {
    padding: 2em 0;
    border-bottom: 1px solid #d99e69;
    transition-duration: .3s;
    margin: 0 auto;
    margin-bottom: 1em; }
    #swag .clear-head img {
      margin: 0 auto;
      max-width: 150px; }
  #swag .swag-last {
    text-align: center;
    margin: 2em auto; }
    #swag .swag-last img {
      max-width: 180px;
      margin: 1em auto; }

.sns {
  text-align: center;
  margin-top: 40px; }
  .sns .sns-share {
    display: flex;
    align-items: center;
    max-width: 180px;
    margin: 1em auto; }
    .sns .sns-share a {
      max-width: 70px;
      margin: 0 auto; }

@media screen and (max-width: 600px) {
  #main-nav .nav-inner ul li {
    font-size: 1em; }

  #main-v .mv-inner .pc {
    display: none; }
  #main-v .mv-inner .sp {
    display: block; }
  #main-v .copy-wrap .sp {
    display: block; }
  #main-v .copy-wrap .pc {
    display: none; }

  .tab-bt {
    margin-top: 1em; }
    .tab-bt .tab,
    .tab-bt .tab-for-sch {
      font-size: 0.7em;
      padding: 1em .75em; }

  .topic {
    font-size: 1.5em; }

  #about .inner-wrap {
    flex-direction: column; }
    #about .inner-wrap .about-block {
      width: calc(100% - 1em);
      margin: auto;
      margin-bottom: 2em; }
    #about .inner-wrap .line-announce .la-inner {
      flex-direction: column; }
      #about .inner-wrap .line-announce .la-inner img {
        margin: auto;
        margin-bottom: 1em; }
      #about .inner-wrap .line-announce .la-inner p {
        margin: auto;
        color: #fff;
        font-size: 0.9em; }

  #reserve .step {
    width: 100%; }

  #page .readme-box {
    width: calc(100% - 2em);
    padding: 1em; }

  #price table td {
    padding: 1em 0.5em; }
    #price table td .price {
      font-size: 1rem; }
      #price table td .price span {
        font-size: 0.6em; }
  #price table .youbi td.badge:after {
    width: 40px;
    height: 40px;
    top: -50px;
    left: -15px; }

  #nishino .profile-inner {
    flex-direction: column;
    max-width: 400px; }
    #nishino .profile-inner .photo {
      width: 90%;
      margin-bottom: 2em; }
      #nishino .profile-inner .photo:after {
        content: "";
        width: 100%;
        padding-top: 150%;
        display: block;
        background-image: url(../images/nishino.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 0.4em; }
    #nishino .profile-inner .text {
      width: 100%;
      margin-left: auto; }
      #nishino .profile-inner .text h4 {
        font-weight: bold;
        margin-bottom: 1em; }
      #nishino .profile-inner .text p {
        font-size: 0.9em; }

  .moon-bg {
    background: url(../images/webnazo/bg.jpg);
    background-position: center;
    background-size: cover; }

  .load-logo {
    background: url(../images/webnazo/bg.jpg);
    background-position: center;
    background-size: cover; } }

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