html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {  
   margin: 0;  
   padding: 0;  
   border: 0;  
   font-size: 100%;  
   font: inherit;  
   vertical-align: baseline; 
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background-color: var(--color-black);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    color: var(--color-txt01);
}
html[lang="ja"] body {
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  background-color: #191e19;
  background-image: url("../img/common/pc_bg.jpg");
  background-size: cover;
  background-position: center center;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(197, 184, 142, .8);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(197, 184, 142, .8);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(197, 184, 142, .8);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-main: #2C3970;
  --color-txt01: #fafafd;
  --color-black: #191e19;
  --transition: all .6s;
  --top-gap: 96px;
}

@media screen and (max-height: 950px){
  :root{
    --top-gap: 96px;
  }
}
@media screen and (max-height: 850px){
  :root{
    --top-gap: 20px;
  }
}

/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: var(--color-txt01);
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    overflow: auto;
}
body::after{
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/pc_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    animation: brushFade 4s ease-in-out alternate;
}
#header{
    width: min(430px, 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: var(--transition);
    z-index: 100;
    display: none;
}
#top #header{
    position: fixed;
}
#about #header{
    position: absolute;
}
.logo{
    position: absolute;
    top: 39px;
    width: 48px;
    right: 30px;
    z-index: 10;
}
#about .logo{
    position: absolute;
}
.logo a{
    transition: all .4s;
}
/*pc header*/
#pc_header{
    position: fixed;
    right: 5.2vw;
    top: 80px;
    display: flex;
    flex-direction: row-reverse;
    z-index: 100;
}
.logo02{
    width: 4.7vw;
    display: block;
}
.pc_menu01{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 45px;
  margin-right: 3.95vw;
  gap: 2.6vw;
}

.pc_menu01 li{
  display: block;
  flex: 0 0 auto;
  width: 26px;
  transition: var(--transition);
}

.pc_menu01 li:hover{
  transform: translateY(-5px);
}

.pc_menu01 li a{
  display: block;
  width: 26px;

  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;

  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .4em;
  white-space: nowrap;
}
/*footer*/
#footer{
    position: relative;
    background-color: var(--color-black);
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
#top #footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
}

/*.top_footer .copyright {
  font-size: 10px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: .04em;
}*/
#footer p{
    color: var(--color-txt01);
}
.copyright{
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
/*.pc_menu0{
    gap: 30px;
}*/
}
@media screen and (max-width: 1150px) {
#header{
    display: flex;
    width: 100%;
    max-width: 430px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: var(--transition);
    z-index: 100;
    height: 70px;
    background-size: contain;
    background-repeat: repeat;
    padding: 0 75px;
    justify-content: space-between;
    align-items: center;
}
#pc_header{
    display: none;
}
.hamburger{
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 32px;
    top: 32px;
    background-image: url(../icon/icon_header.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 110;
    transition: var(--transition);
}
.hamburger.active{
    background-image: url(../icon/icon_back.svg);
}
nav.globalMenuSp {
  width: 100%;
  max-width: 430px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;

  background-image: url(../img/bg/bg01.jpg);
  background-size: cover;

  z-index: 105;

  overflow-y: auto;
  overflow-x: hidden;

  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);

  transition:
    transform .6s cubic-bezier(.22, 1, .36, 1),
    opacity .6s ease,
    visibility .6s;
}
nav.globalMenuSp.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.pc_menu01{
    margin-right: 0;
    justify-content: center;
    gap: 50px;
    margin-top: 55%;
}
}
@media screen and (max-width: 768px) {
#header{
    height: 70px;
}

}
@media screen and (max-width: 500px) {
body{
}
#header{
    max-width: 100%;

}
nav.globalMenuSp{
    max-width: 100%;
}
.lang_list01{
    max-width: 100%;
}
#footer{
    max-width: 100%;
}

}