@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  body {
    background-size: 1.8rem auto;
  }
}

@media only screen and (min-width:1025px) {
  .sp-visible {
    display: none !important;
  }
  .tablet-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  .tablet-hidden {
    display: none;
  }
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .sp-visible {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  html {
    font-size: 3.125vw;
  }
  body {
    letter-spacing: 0;
  }
  .sp-hidden {
    display: none !important;
  }
  select,
  textarea,
  input[type=url],
  input[type=text],
  input[type=date],
  input[type=tel],
  input[type=email],
  input[type=submit] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

@media only screen and (min-width:1025px) {
  a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width:767px) {
  input, textarea, select {
    box-sizing: border-box;
  }
  label {
    font-size: 1.4rem;
  }
}
button {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

.editor:after {
  content: "";
  display: block;
  clear: both;
}
.editor p {
  padding-bottom: 1.5em;
}
.editor h1 {
  font-size: 2.4em;
  margin: 3em 0 2em;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding: 0.6em;
  text-align: center;
}
.editor h2 {
  font-size: 2em;
  margin: 2em 0 1.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.editor h3 {
  font-size: 1.65em;
  margin: 2em 0 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5em;
}
.editor h4 {
  font-size: 1.5em;
  margin: 2em 0 1.5em;
  border-left: 0.5rem solid rgba(255, 255, 255, 0.2);
  padding-left: 1rem;
}
.editor h5 {
  font-size: 1.4em;
  margin: 2em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.2);
  padding: 0.5em;
}
.editor h6 {
  font-size: 1.3em;
  margin: 2em 0 1.5em;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8em 1.2em;
}
@media only screen and (max-width:767px) {
  .editor h1 {
    font-size: 1.5em;
  }
  .editor h2 {
    font-size: 1.4em;
  }
  .editor h3 {
    font-size: 1.3em;
  }
  .editor h4 {
    font-size: 1.2em;
  }
  .editor h5 {
    font-size: 1.1em;
  }
  .editor h6 {
    font-size: 1em;
  }
}
.editor pre {
  display: block;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor ul {
  margin-bottom: 2.5em;
  overflow: hidden;
}
.editor ul li {
  position: relative;
  padding-bottom: 1em;
  padding-left: 1em;
}
.editor ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.editor ol {
  margin-bottom: 2.5em;
}
.editor ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1em;
}
@media only screen and (max-width:767px) {
  .editor ol li {
    margin-left: 1.5rem;
  }
}
.editor blockquote {
  display: block;
  margin: 1em 2em;
  position: relative;
}
.editor blockquote:before {
  content: "“";
  position: absolute;
  left: -1em;
  font-size: 2em;
  line-height: 1;
  opacity: 0.5;
  top: 0;
}
.editor blockquote:after {
  content: "”";
  position: absolute;
  right: -1em;
  font-size: 2em;
  line-height: 1;
  opacity: 0.5;
  bottom: 0;
}
.editor a {
  color: #fff;
  text-decoration: underline;
}
.editor a:hover {
  text-decoration: none;
}
.editor del {
  text-decoration: line-through;
}
.editor hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem;
}
.editor .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .editor .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.editor .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .editor .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.editor .wp-block-button a {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5rem;
  padding: 0.8rem 2rem;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
}
.editor .wp-block-button a:hover {
  background: #000;
  color: #fff;
}
.editor table {
  width: 100%;
  border-top: 0.1rem solid #666;
}
@media only screen and (max-width:767px) {
  .editor table {
    font-size: 0.9em;
  }
}
.editor table th {
  text-align: center;
  border-bottom: 0.1rem solid #666;
  padding: 1em;
  font-weight: 700;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width:767px) {
  .editor table th {
    padding: 0.5em;
  }
}
.editor table td {
  border-bottom: 0.1rem solid #666;
  padding: 1em;
}
@media only screen and (max-width:767px) {
  .editor table td {
    padding: 0.5em;
  }
}

#loader {
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
#loader.on {
  opacity: 0;
  z-index: -1;
}

body #wrap {
  z-index: -1;
  position: relative;
}
body #wrap.on {
  z-index: 1;
}

body {
  background: #000;
  position: relative;
  z-index: 1;
}
body:before, body:after {
  content: "";
  background: url("../img/common/bg.png") repeat-y;
  background-size: 100% auto;
  width: 72.3rem;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
}
@media only screen and (max-width:767px) {
  body:before, body:after {
    width: 100%;
  }
}
body:before {
  left: 0;
}
body:after {
  right: 0;
  transform: scaleX(-1);
}

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  position: relative;
}
.header-logo {
  width: 5.7rem;
  padding: 2rem 0 4rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .header-logo {
    width: 4rem;
    padding: 1rem 0;
  }
}
.header-logo-fixed {
  position: fixed;
  left: 4%;
  top: 3rem;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  .header-logo-fixed {
    top: 1.5rem;
  }
}
.header-logo-fixed img {
  width: 19.5rem;
}
@media only screen and (max-width:767px) {
  .header-logo-fixed img {
    width: 10rem;
  }
}
@media only screen and (max-width:767px) {
  .header-menu {
    width: 4rem;
    height: 4rem;
    margin: auto 0;
    position: fixed;
    z-index: 1000;
    border-radius: 2rem 0 0 2rem;
    right: 0;
    top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header-menu.on span {
    transform: rotate(45deg);
    margin-top: -0.15rem;
    top: 50%;
    position: absolute;
  }
  .header-menu.on span:nth-of-type(1) {
    left: 50%;
    margin-left: -1rem;
  }
  .header-menu.on span:nth-of-type(2) {
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -1rem;
  }
  .header-menu span {
    width: 2rem;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0.4rem auto;
  }
}
.header-nav {
  width: 9rem;
  position: fixed;
  top: 0;
  right: 2%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  padding-top: 15vh;
  font-family: "Forum";
}
@media only screen and (max-width:767px) {
  .header-nav {
    right: -9rem;
    transition: all 0.5s;
  }
  .header-nav.on {
    right: 0;
  }
}
.header-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-nav ul li {
  width: 100%;
}
.header-nav ul li a, .header-nav ul li span {
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .header-nav ul li a, .header-nav ul li span {
    font-size: 1rem;
    text-align: center;
  }
}
.header-nav ul li span {
  color: #beb296;
}
.header-nav ul li a {
  color: #fff;
}
@media only screen and (min-width:1025px) {
  .header-nav ul li a:hover {
    color: #beb296;
  }
}
.header-nav ul li.active a {
  color: #beb296;
}

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  overflow: hidden;
}
.container:before {
  content: "";
  width: 60rem;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
  .container:before {
    width: 90%;
  }
}
.container-header {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .container-header {
    padding: 3rem 0 2rem;
  }
}
.container-header-subttl {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Forum";
  font-weight: 400;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container-header-subttl {
    font-size: 2.4rem;
  }
}
.container-header-ttl {
  font-size: 6rem;
  font-weight: 400;
  color: #beb296;
  text-align: center;
  font-family: "Forum";
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .container-header-ttl {
    font-size: 4rem;
  }
}
.container-fig {
  text-align: center;
  margin-bottom: 2em;
}
.container-editor {
  max-width: 60rem;
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0 3rem 5rem;
}
@media only screen and (max-width:767px) {
  .container-editor {
    font-size: 1rem;
    padding: 0 3rem 2rem;
  }
}
.container-txt {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container-txt {
    font-size: 1rem;
    padding: 0 2rem 2rem;
  }
}

.page-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Forum";
  padding: 5rem 0;
}
@media only screen and (max-width:767px) {
  .page-nav {
    padding: 2rem 2rem 5rem;
  }
}
.page-nav a {
  margin: 0.5rem 1rem;
  font-size: 1.3rem;
}
.page-nav a:hover {
  color: #cfa972;
}
.page-nav a:nth-of-type(1) {
  margin-right: 2rem;
}
.page-nav a:nth-last-of-type(1) {
  margin-left: 2rem;
}
.page-nav a.disabled {
  pointer-events: none;
  color: #666;
}
.page-nav a.active {
  background: #beb296;
  font-weight: bold;
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  color: #fff;
  text-align: center;
}

.detail-nav {
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 5rem;
}
@media only screen and (max-width:767px) {
  .detail-nav {
    margin: 0 1.5rem;
  }
}
.detail-nav ul {
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: "Forum";
  background: #141312;
  padding: 0 6rem;
}
@media only screen and (max-width:767px) {
  .detail-nav ul {
    padding: 0;
  }
}
.detail-nav ul li {
  width: 100%;
}
.detail-nav ul li a {
  height: 6rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-nav ul li a:hover {
  color: #cfa972;
}
/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  position: absolute;
}
.footer-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #beb296;
  font-size: 1rem;
  font-family: "Forum";
  padding: 1.5rem;
}
@media only screen and (max-width:767px) {
  .footer-copy {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    position: static;
  }
}
.footer-nav {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
}
@media only screen and (max-width:767px) {
  .footer-nav {
    width: 100%;
    padding: 0 0.5rem;
    flex-wrap: wrap;
    position: static;
    justify-content: center;
  }
}
.footer-nav li {
  padding: 0 0.3rem;
}
.footer-nav li a {
  color: #fff;
  font-size: 1rem;
}
.aside-contact {
  max-width: 73rem;
  margin: 0 auto;
  padding: 10rem 0;
}
@media only screen and (max-width:767px) {
  .aside-contact {
    padding: 3rem 2rem;
  }
}
.aside-contact p {
  font-size: 1.3rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .aside-contact p {
    font-size: 0.9rem;
  }
}
.aside-contact a {
  max-width: 38rem;
  height: 6rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cfa972;
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
  .aside-contact a {
    max-width: 80%;
    font-size: 1.1rem;
    height: 4.2rem;
  }
}
.aside-sns {
  max-width: 60rem;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  background: rgba(26, 26, 26, 0.5);
}
@media only screen and (max-width:767px) {
  .aside-sns {
    max-width: 90%;
    padding: 3rem 0;
    margin-bottom: 1rem;
  }
}
.aside-sns-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Forum";
  color: #beb296;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .aside-sns-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.aside-sns ul {
  display: flex;
  justify-content: center;
}
.aside-sns ul li {
  margin: 0.5rem;
}
@media only screen and (max-width:767px) {
  .aside-sns ul li {
    margin: 0;
  }
}
.aside-sns ul li a {
  display: block;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width:767px) {
  .aside-sns ul li a {
    padding: 0.5rem;
  }
}
.aside-sns ul li a img {
  height: 2.5rem;
}
@media only screen and (max-width:767px) {
  .aside-sns ul li a img {
    height: 2rem;
  }
}

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