/*
Theme Name: naraku-theme
Version: 1.0
*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

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

html {
  color: #fff;
  overflow-x: auto;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

body {
  position: relative;
  background: url(img/tile.webp) repeat;
  background-size: 40px;
  min-width: 700px;
}
body.fixed {
  overflow: hidden;
}

body.uraguchi {
  background: #000;
}

a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
a.underline-none {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}

.l-inner-s {
  width: 100%;
  margin: 0 auto;
  max-width: 772px;
}

.box {
  border: 1px solid #FFF;
  background: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 100%;
}
.box.border-none {
  border: none;
}

p {
  font-size: 16px;
  font-weight: 500;
}

.title {
  font-size: 22px;
  font-weight: 500;
}

.center {
  text-align: center;
}

.link {
  color: #00F6FF;
  text-decoration: underline;
}
.link:visited {
  color: #7A7A7A;
}
.link:hover:not(:visited) {
  color: #00F6FF;
}
.link:hover:visited {
  color: #7A7A7A;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.red {
  color: #F81010;
}

.small {
  font-size: 14px;
}

.thread dt {
  margin-top: 20px;
  transition: opacity 1s ease-in-out;
}
.thread dd {
  margin-top: 12px;
  padding-bottom: 32px;
  border-bottom: 1px solid #FFF;
  transition: opacity 1s ease-in-out;
}

.thread dd.delete {
  text-decoration-line: line-through;
}

.more-button{
  text-align: center;
  margin-top: 20px;
}

.back {
  display: inline-block;
  width: 121px;
}

.form-area {
  width: 234px;
  margin-left: auto;
  margin-right: auto;
}

.form-item {
  position: relative;
}
.form-item:not(:first-child) {
  margin-top: 16px;
}
.form-item label {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: calc(100% + 52px);
}

.form-input {
  border: 1px solid #FFF;
  background: #000;
  height: 34px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
}

.textarea {
  border: 1px solid #FFF;
  background: #000;
  height: 150px;
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
}

.submit {
  display: inline-block;
  margin-top: 32px;
  border: 1px solid #FFF;
  background: #484848;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.submit:hover {
  background: #5a5a5a;
}

.error-message {
  color: #F81010;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  padding: 10px;
  border: 1px solid #F81010;
  background: rgba(248, 16, 16, 0.1);
  display: none;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  text-align: center;
  padding-top: 59px;
}
.p-header.uraguchi-header {
  padding-top: 66px;
}
.p-header.uraguchi-header .logo {
  max-width: 500px;
}
.p-header .logo {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
.p-header .logo img[data-original-gif] {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

/*===========================================================================*/
/*  precautions  */
/*===========================================================================*/
.p-precautions {
  margin-top: 70px;
}

/*===========================================================================*/
/*  thread  */
/*===========================================================================*/
.p-thread {
  margin-top: 94px;
}
.p-thread .title {
  margin-bottom: 26px;
}
.p-thread .thread-list {
  gap: 16px;
}
.p-thread .page-link {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-thread-new {
  margin-top: 89px;
  margin-bottom: 159px;
}
.p-thread-new .title {
  margin-bottom: 26px;
}
.p-thread-new .thread-new-wrap .box:not(:first-child) {
  margin-top: 51px;
}

.p-thread-page {
  margin-top: 57px;
  margin-bottom: 140px;
}
.p-thread-page .title {
  margin-bottom: 48px;
}
.p-thread-page .thread-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.p-create-page {
  margin-top: 71px;
  margin-bottom: 65px;
}

.p-create-form {
  margin-bottom: 54px;
  text-align: center;
}
.p-create-form .form-area {
  text-align: left;
  margin-bottom: 127px;
}

.p-uraguchi-form {
  margin-top: 137px;
  margin-bottom: 100px;
  text-align: center;
}
.p-uraguchi-form .form-area {
  margin-bottom: 33px;
  text-align: left;
}
.p-uraguchi-form .back {
  margin-top: 88px;
}

.p-uraguchi-thread {
  margin-top: 82px;
  margin-bottom: 137px;
}
.p-uraguchi-thread .title {
  margin-bottom: 21px;
}

.p-format-thread {
  margin-top: 82px;
  margin-bottom: 31px;
}
.p-format-thread .title {
  margin-bottom: 21px;
}

.p-format-form {
  margin-bottom: 100px;
  text-align: center;
}
.p-format-form .form-area {
  margin-bottom: 33px;
  text-align: left;
}
.p-format-form .back {
  margin-top: 88px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 65px;
}
.p-footer .p-footer__inner {
  border-top: 1px solid #FFF;
  padding-top: 80px;
}
.p-footer .p-footer__inner .banner {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-footer .p-footer__inner .banner img {
  width: 88px;
  border: 1px solid #FFF;
}

.p-footer .p-footer__inner .banner-bottom{
  margin-top: 25px;
  width: 664px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-footer .p-footer__inner .banner-bottom img {
  width: 100%;
  border: 1px solid #FFF;
  height: 79px;
}

/*===========================================================================*/
/*  uraguchi-pass  */
/*===========================================================================*/
.p-uraguchi-pass-form {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.p-uraguchi-pass-form .uraguchi-form-item .pass-title {
  display: block;
  margin-bottom: 20px;
}
.p-uraguchi-pass-form .uraguchi-form-item .form-input-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
}
.p-uraguchi-pass-form .uraguchi-form-item .form-input-wrap .form-input {
  width: 181px;
}
.p-uraguchi-pass-form .uraguchi-form-item .form-input-wrap .submit-pass {
  width: 51px;
  height: 34px;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 14px;
}

/*===========================================================================*/
/*  uraguchi-top  */
/*===========================================================================*/
.p-uraguchi-top {
  margin-top: 80px;
  margin-bottom: 146px;
}
.p-uraguchi-top .uraguchi-article-list {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 509px;
  margin-left: auto;
  margin-right: auto;
}
.p-uraguchi-top .uraguchi-article-list li .date {
  margin-top: 10px;
}

.p-uraguchi-article {
  margin-top: 157px;
  margin-bottom: 120px;
}
.p-uraguchi-article .article-title {
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  font-size: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #FFF;
}
.p-uraguchi-article .article-content {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 27px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #FFF;
}
.p-uraguchi-article .article-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-uraguchi-article .article-content img {
  display: inline-block;
  width: 371px;
}
.p-uraguchi-article .article-content .num {
  text-align: right;
  margin-top: 85px;
}
.p-uraguchi-article .article-content .article-num {
  text-align: right;
  margin-top: 85px;
}
.p-uraguchi-article .back-wrap {
  text-align: center;
  margin-top: 62px;
}
.p-thread-page .back-wrap {
  text-align: center;
  margin-top: 62px;
}

.uraguchi-search {
  position: absolute;
  top: 25px;
  right: 25px;
}
.uraguchi-search .search-input {
  width: 260px;
  height: 44px;
  border: 1px solid #FFF;
  background: #000;
  display: block;
  padding-right: 60px;
  padding-left: 10px;
}
.uraguchi-search .search-btn {
  width: 45px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */