@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "shingo-h";
  src: url("../font/A-OTF-ShinGoPro-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "shingo-m";
  src: url("../font/A-OTF-ShinGoPro-Medium.otf") format("opentype");
}
@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

body {
  text-align: center;
  font-size: 1em;
  line-height: 150%;
  background-color: #361e21;
  color: #eee;
  margin: 0;
  padding: 0;
  min-width: 360px;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.ja {
  word-break: break-all;
}

form {
  margin: 0;
}
form input[type=text] {
  -webkit-appearance: none;
  padding: 9px;
}
form textarea {
  padding: 9px;
}
form input[type=submit] {
  -webkit-appearance: none;
}

.form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.form th,
.form td {
  font-weight: normal;
  padding: 0 0 5px 0;
  vertical-align: middle;
}
.form th {
  width: 75px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.form td {
  width: calc(100% - 750px);
  text-align: left;
}
.form input[type=text] {
  border: 1px solid #999;
  width: 200px;
  font-size: 1rem;
}
.form input[type=submit] {
  border: 1px solid #999;
  background-color: #3d4249;
  font-size: 1rem;
  color: #fff;
  padding: 10px 20px;
}
.form textarea {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}
a:link {
  color: #f4f4d0;
  text-decoration: none;
}
a:visited, a:active {
  color: #f4f4d0;
  text-decoration: none;
}
a:hover {
  color: #f4f4d0;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}

div {
  box-sizing: border-box;
}

.header {
  background-color: #000;
  font-size: 0.875rem;
  line-height: 100%;
}
.header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.header .nav li {
  width: 25%;
  border-left: 1px solid #666;
  box-sizing: border-box;
}
.header .nav li:first-child {
  border-left: none;
}
.header .nav a {
  display: block;
  padding: 8px 0;
}

.wrap {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  background-color: #504031;
}
.wrap .content {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap .content {
    max-width: 767px;
    padding: 20px 10px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .content {
    max-width: 1280px;
    padding: 20px 20px 50px;
  }
}

.footer {
  background-color: #361e21;
  text-align: center;
  font-size: 0.875rem;
  line-height: 100%;
}
.footer__inner {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    padding: 20px 10px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    padding: 20px 20px 50px;
  }
}
.home h1 {
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.home h2 {
  background-color: #303745;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.25rem;
}
.home__content {
  background-color: #504031;
}
.home__select {
  padding: 20px 20px 35px;
  background-color: #302720;
  max-width: 600px;
  text-align: center;
  margin: auto;
  border: 15px solid #504031;
}
.home__select img {
  border: 10px solid #eee;
  margin: 10px 0 0 0;
  max-width: 100%;
}
.home .ariaru_shuppan {
  border: 66px solid #000;
}
.home .ariaru_shuppan img {
  max-width: 100%;
}
.home .limited1st {
  margin: 15px 40px 25px;
}
.home .limited1st h2 {
  border-bottom: 5px solid #4f4031;
}
.home .limited1st__inner {
  background-color: #333;
  padding: 0 0 20px 0;
}
.home .limited1st p {
  margin: 15px 0 0 0;
}
.home .limited1st p:first-child {
  margin: 0 0 0 0;
}
.home .limited1st__link a {
  background-color: #555;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 0 0 5px #333;
  font-feature-settings: "palt";
  font-weight: bold;
}
.home__information {
  margin: 30px 0 0 0;
  border: 15px solid #000;
  padding: 20px;
}
.home__hero {
  margin: 30px 0 30px 0;
}
.home__hero img {
  max-width: 100%;
}
.home__utopia {
  background: #504031;
  display: flex;
  margin: 25px 0 0 0;
}
.home__utopia a:first-child {
  margin: 0px 5px 0px 0px;
}
.home__utopia a:last-child {
  margin: 0px 0px 0px 5px;
}
.home__utopia img {
  width: 100%;
  max-width: 1280px;
  transition: 0.2s;
}
.home__utopia img:hover {
  opacity: 0.8;
}
.home .main h2 {
  border-bottom: 15px solid #504031;
}
.home .main .uchuzenshi {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home .main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
  }
  .home .main__block-middle {
    margin: 0 0 20px;
  }
  .home .main img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .home .main__panel {
    padding-left: 10px;
    width: 53%;
  }
  .home .main__panel img {
    max-width: 100%;
  }
  .home .main__pr {
    width: 57%;
  }
  .home .main__pr h1 {
    margin: 0 0 20px 0;
    background-color: #303745;
  }
  .home .main__pr img {
    max-width: 100%;
  }
  .home .main__block {
    display: flex;
    justify-content: space-between;
  }
  .home .main__block-top {
    width: 100%;
    margin: 0 0 30px;
  }
}
.home__bbs_free {
  margin: 25px 0 0 0;
}
.home__bbs_free img {
  width: 100%;
  max-width: 100%;
  border: 5px solid #000;
  box-sizing: border-box;
}
.home__bbs_official {
  margin: 15px 0 0 0;
}
.home__bbs_official img {
  width: 100%;
  max-width: 100%;
  border: 5px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .swiper-container {
    width: 335px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .home .swiper-container {
    width: 100%;
  }
}
.home .message {
  margin: 35px auto 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .message {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .home .message {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .home .message__bbs-o, .home .message__bbs-q1, .home .message__bbs-q2, .home .message__furukawa {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .message__bbs-o, .home .message__bbs-q1, .home .message__bbs-q2, .home .message__furukawa {
    width: calc(50% - 15px);
  }
}
.home .message__bbs-o {
  background-color: #6b201a;
}
.home .message__bbs-o .message__container {
  border-top: 10px solid #6b201a;
  border-bottom: 10px solid #6b201a;
}
.home .message__bbs-q1 {
  background-color: #705f5f;
}
.home .message__bbs-q1 .message__container {
  border-top: 10px solid #705f5f;
  border-bottom: 10px solid #705f5f;
}
.home .message__bbs-q2 {
  background-color: #6a624f;
}
.home .message__bbs-q2 .message__container {
  border-top: 10px solid #6a624f;
  border-bottom: 10px solid #6a624f;
}
.home .message__container {
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .home .message__container {
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) {
  .home .message__container {
    height: 1200px;
  }
}
.home .message__block {
  padding: 10px 15px;
  margin: 0 0 30px 0;
}
.home .message__block--name {
  background-color: rgba(32, 32, 32, 0.6);
  padding: 5px 10px;
}
.home .message__block--id {
  text-align: right;
  margin: 5px 5px 0 0;
  font-size: 0.85rem;
  line-height: 100%;
}
.home .message__block--comment {
  margin: 15px 10px 10px 10px;
  line-height: 170%;
}
.home .message__block--comment h1, .home .message__block--comment h2, .home .message__block--comment h3, .home .message__block--comment h4, .home .message__block--comment h5 {
  background-color: transparent !important;
  display: block !important;
  height: auto !important;
  text-align: left !important;
}
.home .message__block--res {
  line-height: 170%;
  background-color: #333;
  margin: 20px 0 0 15px;
  padding: 10px 15px;
}
.home .message__block blockquote {
  padding: 10px;
  margin: 20px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.home .message__nextpage {
  text-align: center;
}
.home .message__nextpage a {
  display: block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.home .message h3 {
  background-color: #303745;
  height: 50px;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 10px solid #504031;
}

.bbs_official h1 {
  font-size: 2rem;
  line-height: 100%;
}
.bbs_official__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 35px 0 50px 0;
}
.bbs_official__form_input {
  margin: 25px 0 0 0;
}
.bbs_official__prev {
  margin: 50px auto 0;
}
.bbs_official__prev a {
  display: inline-block;
  padding: 5px 40px;
  border: 1px solid #999;
  font-size: 1rem;
  line-height: 150%;
}

.faqcms h1 {
  margin: 20px 0 0 0;
  font-size: 2rem;
  line-height: 100%;
}
.faqcms__content {
  margin: auto;
}
.faqcms__main {
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 20px 20px;
  margin: auto;
}
.faqcms .bbs__block {
  padding: 10px 15px;
  margin: 30px auto 0;
  text-align: left;
}
.faqcms .bbs__block--add {
  margin-bottom: 200px;
}
.faqcms .bbs__block--name {
  background-color: rgba(32, 32, 32, 0.6);
  padding: 5px 10px;
}
.faqcms .bbs__block--name--add {
  font-size: 2rem;
  line-height: 1;
  padding: 18px;
}
.faqcms .bbs__block--id {
  text-align: right;
  margin: 5px 5px 0 0;
  font-size: 0.85rem;
  line-height: 100%;
}
.faqcms .bbs__block--comment {
  margin: 15px 10px 10px 10px;
  line-height: 170%;
}
.faqcms .bbs__block--res {
  line-height: 170%;
  background-color: #333;
  margin: 20px 0 0 15px;
  padding: 10px 15px;
}
.faqcms .bbs__block blockquote {
  padding: 10px;
  margin: 20px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.pager {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pager {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .pager {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
.pager li:nth-of-type(1) {
  width: 120px;
}
.pager li:nth-of-type(2) {
  width: calc(100% - 250px);
}
.pager li:nth-of-type(3) {
  width: 120px;
}
.pager__number a {
  display: inline-block;
  background-color: #333;
  padding: 10px;
  margin: 0 2px;
}
.pager__number span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px;
  margin: 0 2px;
}
.pager__prev a, .pager__next a {
  display: block;
  background-color: #333;
  padding: 10px;
}

.mokuroku__content {
  background-color: #fff;
}
.mokuroku__main {
  margin: 0 0 20px 0;
}
.mokuroku__prev, .mokuroku__next {
  margin: 30px 0 0 0;
}
.mokuroku__prev a, .mokuroku__next a {
  display: inline-block;
  padding: 10px 25px 11px;
  background-color: rgba(43, 44, 63, 0.8);
  color: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  box-shadow: 0 0 3px #ccc;
}

.speaker h1 {
  margin: 20px 0 0 0;
  font-size: 2rem;
  line-height: 100%;
}
.speaker__content {
  background-color: rgba(32, 32, 32, 0.6);
}
.speaker__main {
  margin: 30px 0 20px 0;
}
.speaker__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.speaker__list li {
  border: 1px solid #666;
  background-color: rgba(32, 32, 32, 0.2);
  padding: 20px;
  text-align: left;
  margin: 10px;
}

.comic img {
  max-width: 100%;
  border: 25px solid #2f2b2c;
}
.comic__page {
  max-width: 960px;
  margin: auto;
}
.comic__prev {
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
.comic__prev a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fff;
  font-size: 1rem;
  line-height: 150%;
}

.osaisen_list h1 {
  margin: 20px 0 40px;
  font-size: 1.5rem;
  line-height: 150%;
  padding: 0;
}
.osaisen_list__wrap {
  max-width: 1024px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  gap: 32px;
}
.osaisen_list__box {
  position: relative;
  width: 320px;
  height: 490px;
}
.osaisen_list__box p {
  margin: 0;
  display: inline-block;
}
.osaisen_list__box--img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.osaisen_list__box--serial {
  position: absolute;
  z-index: 2;
  bottom: 42px;
  right: 10px;
}
.osaisen_list__box--serial p {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background-color: #000;
  box-shadow: 0 0 3px #ccc;
}
.osaisen_list__box--page {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.osaisen_list__box--page p {
  font-size: 0.75rem;
  line-height: 100%;
  background-color: #fff;
  border: 1px solid #666;
  color: #555;
  padding: 2px 4px;
}
.osaisen_list__box--plan {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.osaisen_list__box--plan p {
  font-size: 0.75rem;
  line-height: 100%;
  background-color: #fff;
  border: 1px solid #666;
  color: #555;
  padding: 2px 4px;
}
.osaisen_list__box--date {
  position: absolute;
  z-index: 2;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 100%;
}

.osaisen_book__sp {
  max-width: 800px;
  margin: auto;
  border: 15px solid #000;
  box-sizing: border-box;
}
.osaisen_book__sp img {
  max-width: 800px;
  width: 100%;
}
.osaisen_book__yokoku {
  max-width: 800px;
  margin: auto;
  border: 15px solid #000;
  box-sizing: border-box;
}
.osaisen_book__yokoku img {
  max-width: 800px;
  width: 100%;
}
.osaisen_book__soldout {
  max-width: 960px;
  margin: 20px auto;
  border: 15px solid #000;
  box-sizing: border-box;
  padding: 30px 20px;
}
.osaisen_book__soldout--read {
  margin: 20px auto 0;
}
.osaisen_book__attention {
  max-width: 960px;
  margin: 20px auto;
  border: 15px solid #000;
  box-sizing: border-box;
}
.osaisen_book__attention img {
  max-width: 930px;
  width: 100%;
}
.osaisen_book__addmessage {
  max-width: 960px;
  margin: 20px auto;
  border: 15px solid #000;
  box-sizing: border-box;
  padding: 30px 20px;
}
.osaisen_book__addmessage--read {
  margin: 20px auto 0;
}

.pai .wrap {
  padding: 30px 10px;
}
.pai .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  background-color: rgba(0, 0, 0, 0.2);
}
.pai h1 {
  font-size: 2rem;
  line-height: 100%;
}
.pai h2 {
  font-size: 1.5rem;
  line-height: 100%;
}
.pai__adout {
  margin: 50px 0 0 0;
}
.pai__yutai {
  margin: 50px 0 0 0;
}

.youtube .wrap {
  padding: 20px 10px 30px;
}
.youtube__list {
  margin: 25px auto 0;
  border: 10px solid #000;
  width: 100%;
  max-width: 1280px;
  padding: 25px;
  background-color: #ccc5b3;
  position: relative;
  overflow: hidden;
}
.youtube__block {
  width: 100%;
  max-width: 250px;
  margin: auto;
  border: 10px solid #2e271f;
  padding: 5px;
}
.youtube__block video {
  width: 100%;
  height: auto;
  background: #000;
  margin: 0;
  padding: 0;
  display: block;
}
.youtube__block iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.utopia__countdown {
  font-family: "shingo-h";
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff9f1;
  border: #fff9f1 solid 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown {
    height: 30vw;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .utopia__countdown {
    height: 350px;
  }
}
.utopia__countdown::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  border: #4d453a solid 10px;
  border-radius: 5px;
}
.utopia__countdown--text {
  color: #4d453a;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown--text {
    text-align: right;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown--text {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .utopia__countdown--text {
    margin: 25px auto 0;
  }
}
.utopia__countdown--text h3 {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown--text h3 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown--text h3 {
    font-size: 5em;
  }
}
.utopia__countdown--timer {
  display: flex;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown--timer {
    padding-top: 0.5vw;
    justify-content: right;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown--timer {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .utopia__countdown--timer {
    justify-content: center;
  }
}
.utopia__countdown--timer h3 {
  font-size: 7.5vw;
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown--timer h3 {
    font-size: 7.5em;
  }
}
.utopia__countdown--timer h3 span {
  margin: 0 10px;
  font-family: "shingo-m";
  font-size: 0.7em;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown #countdown {
    margin-left: -1vw;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown #countdown {
    margin-left: -30px;
  }
}
.utopia__countdown .clock {
  margin: 0;
  left: 45px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown .clock {
    max-width: 13vw;
    width: 100%;
    bottom: 1.5vw;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown .clock {
    max-width: 225px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .utopia__countdown .clock {
    max-width: 100px;
    bottom: 40px;
  }
}
.utopia__countdown .clock2 {
  margin: 0;
  right: 40px;
  bottom: 20px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .utopia__countdown .clock2 {
    max-width: 5vw;
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .utopia__countdown .clock2 {
    max-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .utopia__countdown .clock2 {
    max-width: 100px;
  }
}

.tameshimodal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tameshimodal video {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: relative;
  z-index: 5000;
}
@media only screen and (max-width: 767px) {
  .tameshimodal video {
    top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.781);
    transition: 0.2s;
    cursor: pointer;
  }
  .close-btn:hover {
    background-color: rgba(0, 0, 0, 0.623);
  }
}
@media only screen and (max-width: 767px) {
  .close-btn {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
    background-color: rgba(0, 0, 0, 0.781);
    cursor: pointer;
  }
  .close-btn P {
    font-size: 30px;
    margin: 0;
  }
}

.timer__view {
  display: none;
}
.timer__display {
  display: block !important;
}

.record_furukawa h1 {
  color: #fff;
}
.record_furukawa .wrap {
  padding: 30px 0 50px 0;
}

.record_content {
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
.record_content h2 {
  text-align: center;
}

.dollar {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.regist .wrap {
  padding: 30px 0 50px;
}
.regist__main {
  max-width: 900px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .regist__main {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px 50px;
  }
}
.regist__form {
  border: 1px solid #999;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .regist__form {
    margin: 25px auto 0;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form {
    margin: 30px auto 0;
    padding: 40px 39px;
  }
}
.regist__form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.regist__form tr {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .regist__form tr {
    flex-direction: column;
  }
  .regist__form tr:last-of-type td {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form tr {
    align-items: center;
    justify-content: space-between;
  }
  .regist__form tr:last-of-type th,
  .regist__form tr:last-of-type td {
    margin: 0;
  }
}
.regist__form th,
.regist__form td {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .regist__form th,
  .regist__form td {
    margin: 0 0 20px 0;
  }
}
.regist__form th {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .regist__form th {
    text-align: left;
    margin: 0 0 10px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form th {
    width: 230px;
    text-align: right;
    padding-right: 10px;
  }
}
.regist__form td {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .regist__form td {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form td {
    width: calc(100% - 240px);
  }
}
.regist__form td span {
  margin: 0 5px;
}
.regist__form .form-note {
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .regist__form .form-note {
    margin: 0 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form .form-note {
    display: block;
  }
}
.regist__form .form-upload {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .regist__form .form-upload p {
    width: calc(100% - 120px);
  }
}
.regist__form .form-upload__btn {
  background-color: #5d4c3d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .regist__form .form-upload__btn {
    margin: 12px 0 0;
    width: 100%;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form .form-upload__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
  }
  .regist__form .form-upload__btn:hover {
    background-color: #534336;
  }
  .regist__form .form-upload__btn:hover a {
    text-decoration: none;
  }
}
.regist__form .form-upload__btn a {
  display: grid;
  place-content: center;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .regist__form .form-upload__btn a {
    padding: 0 5px;
  }
}
.regist__form input[type=text],
.regist__form input[type=email],
.regist__form input[type=tel] {
  border: 1px solid #999;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
}
.regist__form input[type=text]::-moz-placeholder, .regist__form input[type=email]::-moz-placeholder, .regist__form input[type=tel]::-moz-placeholder {
  color: #aaa;
}
.regist__form input[type=text]::placeholder,
.regist__form input[type=email]::placeholder,
.regist__form input[type=tel]::placeholder {
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .regist__form input[type=text]::-moz-placeholder, .regist__form input[type=email]::-moz-placeholder, .regist__form input[type=tel]::-moz-placeholder {
    font-size: 0.9rem;
  }
  .regist__form input[type=text]::placeholder,
  .regist__form input[type=email]::placeholder,
  .regist__form input[type=tel]::placeholder {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .regist__form .middle {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form .middle {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .regist__form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .regist__form .long {
    width: 270px;
  }
}
.regist__form .max {
  width: 100%;
}
.regist__form input[type=submit] {
  border: 1px solid #999;
  background-color: #3d4249;
  font-size: 1rem;
  color: #fff;
  padding: 10px 55px;
}
.regist__note {
  border: 1px dashed #999;
  box-sizing: border-box;
  padding: 15px;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .regist__note {
    font-size: 0.95rem;
    margin: 35px auto;
  }
}
@media only screen and (min-width: 768px) {
  .regist__note {
    margin: 25px auto;
  }
}
.regist h1 {
  font-size: 1.5rem;
  line-height: 100%;
  margin: 0;
  background-color: #000;
  padding: 20px 10px;
}

.regist-img .wrap {
  padding: 30px 0 50px;
}
.regist-img__main {
  max-width: 900px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .regist-img__main {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .regist-img__block {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img__block {
    margin: 0 0 50px;
  }
}
.regist-img__block:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .regist-img__item {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img__item {
    margin: 0 0 20px;
  }
}
.regist-img__item:last-child {
  margin: 0;
}
.regist-img__item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .regist-img__item img {
    height: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img__item img {
    height: 104px;
  }
}
.regist-img h1 {
  font-size: 1.5rem;
  margin: 0 0 30px;
  background-color: #000;
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .regist-img h1 {
    line-height: 120%;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img h1 {
    line-height: 100%;
  }
}
.regist-img h2 {
  background-color: rgba(32, 32, 32, 0.6);
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  .regist-img h2 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.regist-img h3 {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .regist-img h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .regist-img h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .regist-img .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */