@charset "UTF-8";
@-webkit-keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes extend {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes extend {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes hidden {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes hidden {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowlong02 {
  0% {
    width: 100%;
    opacity: 1;
  }
  2% {
    width: 100%;
    opacity: 0;
  }
  3% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes arrowlong02 {
  0% {
    width: 100%;
    opacity: 1;
  }
  2% {
    width: 100%;
    opacity: 0;
  }
  3% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes arrowslide {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes arrowslide {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img, embed, iframe, object {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

textarea {
  -webkit-appearance: none;
}

input[type=email], input[type=password], input[type=text], input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

input {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 1000px #efe9c9 inset;
  outline: none;
}

button {
  outline: none;
}

area {
  border: none;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: rgba(63, 80, 118, 0.5);
  max-height: 999999px;
}
*::before, *::after {
  will-change: all;
  box-sizing: border-box;
}

b {
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, sans-serif;
  overflow-x: hidden;
}

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:link {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}

b {
  font-weight: bold;
}

i {
  font-style: normal;
}

.clr {
  clear: both;
}

.hide {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

section {
  clear: both;
  zoom: 1;
}

article:after, section:after, .clrFx:after {
  content: "";
  clear: both;
  display: block;
}

html {
  scroll-behavior: smooth;
}

.pcitem {
  display: none !important;
}

.icon_newtab {
  display: none;
}

body {
  background-color: #151718;
}

#bg-fixed {
  display: none;
  position: fixed;
  inset: 0;
  z-index: -1;
}

#loading {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  inset: 0;
  background: #151718;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
}
#loading .sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#loading .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background: #d6c475;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
#loading .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loading .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loading .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#loading .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loading .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#loading .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#loading .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.fadein {
  opacity: 0;
  transform: translateY(1.5em);
}

.fadein.show {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

#main_sec li {
  transition-delay: calc(var(--i) * 0.2s);
}

header {
  height: 13.6vw;
  width: 100vw;
  padding: 4vw 0 0;
  background: #151718;
  border-bottom: 1px solid #a9a17f;
  position: fixed;
  z-index: 100;
}
header h1 {
  margin-left: 3vw;
  height: 5.9vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header h1 img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  #bg-fixed {
    display: none !important;
  }
  #toggle {
    position: fixed;
    top: 4vw;
    right: 4vw;
    z-index: 1000;
  }
  #toggle-box {
    position: relative;
    width: 11vw;
    height: 4.6vw;
    cursor: pointer;
  }
  #toggle-box span::before, #toggle-box span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d6c475;
    background-size: auto 100%;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.2s ease, bottom 0.2s ease;
  }
  #toggle-box span::before {
    top: 1.3vw;
  }
  #toggle-box span::after {
    bottom: 1.3vw;
  }
  .is-open #toggle-box span::before {
    top: 50%;
    transform: rotate(20deg) translatey(-50%);
    background: #e6e6e6;
  }
  .is-open #toggle-box span::after {
    top: 50%;
    transform: rotate(-20deg) translatey(-50%);
    background: #e6e6e6;
  }
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #796e3f;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-clip-path: circle(0% at 0% 100%);
            clip-path: circle(0% at 0% 100%);
    transition: opacity 0.3s ease, visibility 0.7s, -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.7s;
    transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.7s, -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #nav-content .main_wrap {
    padding: 18vw 10vw 10vw 20vw;
    position: relative;
    line-height: 1;
  }
  #nav-content .main_wrap::after {
    content: "";
    display: block;
    background: #e6e6e6;
    opacity: 0.5;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #nav-content .main_wrap li {
    opacity: 0;
    transform: translateY(2vw);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: calc(0.25s + var(--delay, 0) * 0.1s);
  }
  #nav-content .main_wrap li ul {
    margin-bottom: 6vw;
  }
  #nav-content .main_wrap li ul li {
    margin-bottom: 4vw;
  }
  #nav-content .main_wrap li ul li :last-child {
    margin-bottom: 0;
  }
  #nav-content .main_wrap li a {
    text-decoration: none;
    color: #e6e6e6;
    font-size: 4vw;
    font-weight: bold;
    width: 100%;
    display: block;
  }
  #nav-content .main_wrap li p {
    position: relative;
  }
  #nav-content .main_wrap li p::before {
    content: "";
    display: block;
    width: 6.3vw;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: -10vw;
    margin-top: -1px;
  }
  #nav-content .main_wrap li p a {
    font-size: 0;
    height: 7.7vw;
    margin-bottom: 6vw;
  }
  #nav-content .main_wrap li:nth-child(1) p a {
    background: url(../images/common/nav01.png) top left no-repeat;
    background-size: auto 100%;
  }
  #nav-content .main_wrap li:nth-child(2) p a {
    background: url(../images/common/nav02.png) top left no-repeat;
    background-size: auto 100%;
  }
  #nav-content .main_wrap li:nth-child(3) p a {
    background: url(../images/common/nav03.png) top left no-repeat;
    background-size: auto 100%;
  }
  #nav-content .sub_wrap {
    padding: 7vw 0;
    text-align: center;
    color: #e6e6e6;
    opacity: 0;
    transform: translateY(3vw);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  #nav-content .sub_wrap a {
    color: #e6e6e6;
  }
  #nav-content .sub_wrap .sitename {
    height: 8vw;
    margin-bottom: 6vw;
  }
  #nav-content .sub_wrap .sitename img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  #nav-content .sub_wrap .btn {
    width: 48vw;
    margin: 0 auto;
  }
  #nav-content .sub_wrap .btn a {
    display: block;
    width: 48vw;
    border-radius: 5vw;
    text-align: center;
    padding: 0.4em 0;
    font-size: 3vw;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
  }
  #nav-content .sub_wrap .btn a i {
    position: relative;
    padding-left: 2em;
    letter-spacing: 0.08em;
  }
  #nav-content .sub_wrap .btn a i::after {
    content: "";
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.75vw;
    background: #e6e6e6;
    -webkit-mask: url(/assets/images/svg/sns_icon_instagram.svg) center/contain no-repeat;
    mask: url(/assets/images/svg/sns_icon_instagram.svg) center/contain no-repeat;
  }
  #nav-content .sub_wrap .privacy_link {
    margin-top: 6vw;
  }
  #nav-content .sub_wrap .privacy_link a {
    font-size: 2.8vw;
    text-decoration: underline;
  }
  #top #nav-content .main_wrap li:nth-child(1) p::before {
    background: #d6c475;
  }
  #top #nav-content .main_wrap li:nth-child(1) p a {
    background: url(../images/common/nav01_current.png) top left no-repeat;
    background-size: auto 100%;
  }
  #top #nav-content .main_wrap li:nth-child(1) ul li a {
    color: #d6c475;
  }
  #top #news_sec {
    position: relative;
  }
  #top #news_sec::after {
    content: "";
    position: absolute;
    left: 6vw;
    right: 6vw;
    bottom: 0;
    height: 8vw;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(21, 23, 24, 0), #151718);
  }
}
.is-open {
  overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: circle(150% at 0% 100%);
          clip-path: circle(150% at 0% 100%);
}
.is-open #nav-content .main_wrap li {
  opacity: 1;
  transform: none;
}
.is-open #nav-content .sub_wrap {
  opacity: 1;
  transform: none;
  transition-delay: 0.55s;
}
.is-open #nav-content a {
  pointer-events: auto;
}

main {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  padding-top: 13.6vw;
}
main .container {
  padding: 20vw 6vw 20vw;
}
main .container h2 {
  margin-bottom: 10vw;
}
main .container h3 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 10vw;
  margin-top: 20vw;
}
main .btn a {
  display: block;
  width: 41vw;
  border-radius: 5vw;
  text-align: center;
  padding: 0.4em 0;
  font-size: 3vw;
  text-decoration: none;
}
main #main_sec {
  background: #151718;
  color: #e6e6e6;
}
main #main_sec a:link, main #main_sec a:visited, main #main_sec a:hover, main #main_sec a:active {
  color: #e6e6e6;
}
main #main_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #main_sec ul li {
  position: relative;
  width: 41vw;
  margin-top: 10vw;
}
main #main_sec ul li .card_link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
main #main_sec ul li .btn {
  position: relative;
  z-index: 2;
}
main #main_sec ul li:nth-child(1) {
  margin-top: 0;
}
main #main_sec ul li:nth-child(2) {
  margin-top: 0;
}
main #main_sec ul li figure img {
  border-radius: 50%;
  border: 1px solid #a9a17f;
}
main #main_sec ul li p {
  font-size: 3.8vw;
  text-align: center;
  font-weight: bold;
  padding: 0.8em 0;
}
main #main_sec ul li p.role {
  font-size: 3vw;
  font-weight: normal;
  padding: 0 0 0.8em;
  margin-top: -1em;
}
main #main_sec ul li .btn a:link {
  text-decoration: none;
}
main #sub_sec {
  background: #796e3f;
  color: #e6e6e6;
}
main #sub_sec a:link, main #sub_sec a:visited, main #sub_sec a:hover, main #sub_sec a:active {
  color: #e6e6e6;
}
main #news_sec {
  background: #151718;
  color: #e6e6e6;
  padding: 20vw 6vw 0vw;
}
main #news_sec a:link, main #news_sec a:visited, main #news_sec a:hover, main #news_sec a:active {
  color: #e6e6e6;
}
main #news_sec dl {
  overflow: scroll;
  overflow-x: hidden;
  width: 88vw;
  height: 40vw;
  display: grid;
  grid-template-columns: 28% 72%;
  align-content: start;
}
main #news_sec dl dt {
  border-bottom: 1px solid #796e3f;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
main #news_sec dl dd {
  border-bottom: 1px solid #796e3f;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
main .copyright {
  border-top: 1px solid #a9a17f;
  text-align: center;
  padding: 1em 0;
  font-size: 2.8vw;
  background: #151718;
  color: #69675c;
}
main .copyright a {
  color: #69675c;
  text-decoration: underline;
}
main .copyright .privacy_link {
  margin-bottom: 0.8em;
}

@media screen and (min-width: 768px) {
  .pcitem {
    display: block !important;
  }
  .spitem {
    display: none !important;
  }
  header {
    height: 100vh;
    padding: 40px 40px 0 40px;
    background: none;
    border-bottom: none;
    pointer-events: none;
  }
  header h1 {
    position: fixed;
    margin-left: 0;
    height: 36px;
  }
  header h1 a {
    pointer-events: auto;
  }
  header .sns_icon {
    position: fixed;
    top: 46px;
    right: 3.571vw;
  }
  header .sns_icon a {
    pointer-events: auto;
  }
  header .sns_icon a svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
    color: #d6c475;
    display: block;
  }
  header .sns_icon a:hover {
    opacity: 0.5;
  }
  header .sns_banner {
    width: 330px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header .sns_banner a {
    pointer-events: auto;
  }
  header .pagetop {
    width: 8.571vw;
    height: 8.571vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  header .pagetop a {
    display: block;
    pointer-events: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  header .pagetop a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #796e3f;
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  header .pagetop a:hover::before {
    opacity: 1;
  }
  #toggle {
    display: none;
  }
  #nav-content {
    z-index: 900;
    width: 8.571vw;
    height: auto;
    background: none;
    color: #e6e6e6;
    position: fixed;
    top: 120px;
    left: 91.429vw;
    opacity: 1;
    padding-left: 2.321vw;
  }
  #nav-content a {
    pointer-events: auto;
    color: #d6c475 !important;
  }
  #nav-content .main_wrap {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
  }
  #nav-content .main_wrap li.nest_cat {
    display: flex;
    align-items: center;
  }
  #nav-content .main_wrap li, #nav-content .main_wrap li p {
    margin-bottom: 0.1em;
  }
  #nav-content .main_wrap li:first-child {
    margin-bottom: 0.1em;
  }
  #nav-content .main_wrap li:first-child p {
    margin-bottom: 0.3em;
  }
  #nav-content .main_wrap li:first-child ul li {
    margin-bottom: 0.35em;
  }
  #nav-content .main_wrap li {
    font-size: 2.679vw;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.01em;
  }
  #nav-content .main_wrap li a {
    text-decoration: none;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  #nav-content .main_wrap li a::after {
    content: "";
    display: block;
    background: #d6c475;
    width: 2px;
    height: 0%;
    transition: 0.3s;
  }
  #nav-content .main_wrap li a:hover::after {
    height: 100%;
  }
  #nav-content .main_wrap li a.newtab {
    position: relative;
  }
  #nav-content .main_wrap li a.newtab i.icon_newtab {
    writing-mode: horizontal-tb;
    display: inline-block;
    width: 0.964vw;
    height: 0.929vw;
    margin: 0.179vw 0.321vw 0 0.429vw;
    vertical-align: top;
    background: #d6c475;
    -webkit-mask: url(../images/svg/icon_newtab.svg) center/contain no-repeat;
    mask: url(../images/svg/icon_newtab.svg) center/contain no-repeat;
  }
  #nav-content .main_wrap li ul {
    display: flex;
  }
  #nav-content .main_wrap li ul li {
    font-size: 1.607vw;
  }
  #nav-content .sub_wrap {
    display: none;
  }
  #top #nav-content .main_wrap .nav01 p a::after {
    height: 100%;
  }
  main {
    font-size: 1.143vw;
    padding-top: 0;
    padding-top: 120px;
    padding-left: 55.714vw;
  }
  main .main_container {
    width: 35.714vw;
    border-top: 1px solid #a9a17f;
    border-left: 1px solid #a9a17f;
    border-right: 1px solid #a9a17f;
    border-radius: 1.429vw 1.429vw 0 0;
    overflow: hidden;
  }
  main .container {
    padding: 7.143vw 2.143vw 7.143vw;
  }
  main .container h2 {
    margin-bottom: 3.571vw;
  }
  main .container h3 {
    font-size: 1.429vw;
    font-weight: bold;
    margin-bottom: 3.571vw;
    margin-top: 7.143vw;
  }
  main .btn a {
    display: block;
    width: 14.643vw;
    border-radius: 1.786vw;
    text-align: center;
    font-size: 1.071vw;
  }
  main #main_sec ul li {
    position: relative;
    width: 14.643vw;
    margin-top: 3.571vw;
  }
  main #main_sec ul li p {
    font-size: 1.357vw;
  }
  main #main_sec ul li p.role {
    font-size: 1.071vw;
  }
  main #news_sec {
    padding: 7.143vw 2.143vw 0vw;
  }
  main #news_sec dl {
    width: 31.429vw;
    height: 14.286vw;
    padding-right: 3.214vw;
    grid-template-columns: 35% 65%;
  }
  main #news_sec dl::-webkit-scrollbar {
    width: 0.357vw;
  }
  main #news_sec dl::-webkit-scrollbar-track {
    background: #796e3f;
  }
  main #news_sec dl::-webkit-scrollbar-thumb {
    background: #fff;
  }
  main .copyright {
    font-size: 1vw;
  }
}
.nav03.is-disabled p::before {
  opacity: 0.3;
}
.nav03.is-disabled a {
  opacity: 0.3;
  pointer-events: none;
}

.second main section {
  background: #151718;
}