@charset "UTF-8";
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  margin: 0 !important;
  padding: 0;
  background: #353535;
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}

img {
  width: 100%;
}

p {
  font-size: 13px;
  line-height: 2em;
  text-align: justify;
}

main {
  width: 450px;
  position: absolute;
  right: 150px;
  z-index: 1;
  background: #ffff;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    right: 0;
  }
}

.pc-only {
  display: block;
  width: calc(100% - 600px);
  background: #353535;
  top: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.pc-only img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

section {
  width: 100%;
}

section .wrap {
  width: 92%;
  margin: 0 auto;
}

section.kv {
  position: relative;
}

section.kv:after {
  content: "SOLD OUT";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50% 0 0;
  background: #ffffffcc;
  text-align: center;
  box-sizing: border-box;
  font-size: 50px;
}

section.about {
  background: #353535;
  padding: 60px 0;
  color: #fff;
}

section.about h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

section.about h2 span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}

section.about p {
  font-size: 12px;
  line-height: 3em;
  text-align: center;
}

section.ishimaru {
  background: #6D1616;
  padding: 0 0 60px;
  color: #fff;
}

section.ishimaru h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
}

section.ishimaru h2 span {
  font-size: 14px;
  padding-left: 10px;
}

section.ishimaru .ishimaru_read {
  margin-bottom: 60px;
}

section.ishimaru p {
  margin-bottom: 30px;
}

section.ishimaru .ishimaru_work {
  margin-top: 40px;
}

section.tetsugaku {
  background: #2E2E2E;
  padding: 0 0 60px;
  color: #fff;
}

section.tetsugaku h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 70px 0 35px;
  position: relative;
}

section.tetsugaku h2:before {
  content: "";
  position: absolute;
  background-image: url(../image/tetsugaku_logo_small.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

section.tetsugaku h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0;
}

section.tetsugaku .read {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 45px;
}

section.tetsugaku .read span {
  display: block;
  font-size: 13px;
}

section.tetsugaku p {
  margin-bottom: 45px;
}

section.music432 {
  background: #785D51;
  padding: 0 0 60px;
  color: #fff;
}

section.music432 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0 35px;
  position: relative;
}

section.music432 h2 span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

section.music432 .read {
  font-weight: bold;
  margin-top: 55px;
  font-size: 16px;
  margin-bottom: 90px;
}

section.music432 h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

section.music432 p {
  margin-bottom: 30px;
}

section.music432 p small {
  font-size: 11px;
  line-height: 1.5em;
}

section.music432 p a {
  color: #fff;
}

section.music432 iframe {
  width: 100%;
  height: auto;
}

section.items {
  padding: 60px 0;
}

section.items .tessai_logo {
  width: auto;
  height: auto;
  display: table;
  margin: 0 auto 45px;
}

section.items h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  line-height: 2em;
}

section.items .items_set {
  margin-top: 30px;
}

section.items .items_set ul {
  list-style: none;
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 30px;
}

section.items .items_set p span {
  font-weight: bold;
  padding-left: 3em;
  font-size: 20px;
}

section.items .items_set p span + span {
  font-weight: normal;
  font-size: 10px;
  padding-left: 5px;
}

section.items .items_info {
  margin-top: 60px;
}

section.items .items_info img {
  margin-bottom: 30px;
}

section.items .items_info ul {
  list-style: none;
  margin-bottom: 30px;
}

section.items .items_info p {
  margin-bottom: 30px;
}

section.items .items_info .autodesk {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: table;
  margin: 0 auto;
  padding: 5px 20px;
  border: 1px solid #777;
  border-radius: 20px;
}

section.items .items_info .iron_items {
  padding: 20px;
  background: #eee;
}

section.items .items_info a {
  color: #000;
}

section.items .option {
  padding-left: 2em;
}

section.items .option ul {
  list-style: square;
}

section.items .option ul li {
  margin-bottom: 30px;
}

section.items .option ul li img {
  margin-bottom: 0;
}

section.items .option ul li a {
  color: #000;
  font-size: 12px;
}

#contact {
  padding: 60px 0;
  width: fit-content;
  min-width: 85%;
  max-width: 85%;
  margin: 0 auto;
}

#contact h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  line-height: 2em;
}

#contact input {
  padding: 10px 10px;
  border: 0;
  background: #eee;
  width: 100%;
}

#contact textarea {
  padding: 10px 10px;
  border: 0;
  background: #eee;
  width: 100%;
}

#contact input[type="submit"] {
  padding: 10px;
  margin-bottom: 10px;
  width: fit-content;
}

footer {
  background: #000;
  padding: 150px 0;
  color: #fff;
  text-align: center;
}

footer h2 {
  font-size: 14px;
  margin-bottom: 15px;
}

footer img {
  width: auto;
  height: auto;
}

footer p {
  text-align: center;
  margin-top: 30px;
}

footer p a {
  text-decoration: none;
  color: #fff;
}

.close_contact {
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  box-sizing: border-box;
  text-align: center;
}

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