@charset "UTF-8";
/*========================
base
=========================*/
/*
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
*/
ul, li {
  list-style: none;
}

a:hover {
  cursor: pointer;
}

/*========================
body
=========================*/
html, body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #F5F7F8;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
header {
  position: relative;
}
header .logo {
  display: block;
  width: 44px;
  height: auto;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 100;
}
header .logo svg {
  fill: #FFFFFF;
}
header .logo svg .cls-1 {
  stroke: #FFFFFF;
}
@media (min-width: 768px) {
  header .logo {
    width: 60px;
    height: 80px;
    top: 36px;
    left: 48px;
  }
}
header .logo_nav {
  display: block;
  width: 68px;
  height: 90px;
}
header .logo_nav svg {
  fill: #DAAC26;
}
header .logo_nav svg .cls-1 {
  stroke: #DAAC26;
}

body#page-top header {
  position: relative;
}
body#page-top header .logo {
  width: 2.25rem;
  top: 14px;
  left: 18px;
}
@media (min-width: 576px) {
  body#page-top header .logo {
    width: 44px;
    top: 18px;
    left: 26px;
  }
}
@media (min-width: 768px) {
  body#page-top header .logo {
    width: 60px;
    height: 80px;
    top: 36px;
    left: 48px;
  }
}
body#page-top header .logo_nav {
  display: block;
  width: 68px;
  height: 90px;
}
body#page-top header .logo_nav svg {
  fill: #DAAC26;
}
body#page-top header .logo_nav svg .cls-1 {
  stroke: #DAAC26;
}

body.mv_none header .logo svg {
  fill: #FFFFFF;
}
body.mv_none header .logo svg .cls-1 {
  stroke: #FFFFFF;
}
@media (min-width: 768px) {
  body.mv_none header .logo svg {
    fill: #000000;
  }
  body.mv_none header .logo svg .cls-1 {
    stroke: #000000;
  }
}
body.mv_none.mv_black header .logo svg {
  fill: #FFFFFF;
}
body.mv_none.mv_black header .logo svg .cls-1 {
  stroke: #FFFFFF;
}
@media (min-width: 768px) {
  body.mv_none.mv_black header .logo svg {
    fill: #FFFFFF;
  }
  body.mv_none.mv_black header .logo svg .cls-1 {
    stroke: #FFFFFF;
  }
}
/*========================
nav
=========================*/
nav.main_nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #000000;
  border-radius: 2.5rem 0 0 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1000;
  opacity: 0;
}
nav.main_nav .inner {
  height: 100vh;
  height: -webkit-fill-available;
  min-height: 608px;
  position: relative;
  overflow: scroll;
}
nav.main_nav .inner ul.nav_list li {
  border-bottom: 1px solid #191919;
}
nav.main_nav .inner ul.nav_list li a {
  display: inline-block;
  width: 100%;
}
nav.main_nav .inner ul.nav_list_bottom {
  position: absolute;
  bottom: 8px;
}
nav.main_nav .inner ul.nav_list_bottom li {
  margin-bottom: 0.5rem;
}
nav.main_nav .inner ul.nav_list_bottom li a {
  font-size: 0.75rem;
}

.open nav.main_nav {
  right: 0;
  opacity: 1;
}

/* .toggle_btn
=========================*/
.wrap-toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background-color: #DAAC26;
  z-index: 1000;
  cursor: pointer;
  animation: animation-fadeOut 0.75s forwards;
}
.wrap-toggle_btn .toggle_btn {
  display: block;
  position: relative;
  top: 25px;
  right: -25px;
  width: 22px;
  height: 22px;
  transition: all 0.5s;
  z-index: 1000;
}
.wrap-toggle_btn .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #151718;
  border-radius: 4px;
  transition: all 0.5s;
}
.wrap-toggle_btn .toggle_btn span:nth-child(1) {
  top: 6px;
}
.wrap-toggle_btn .toggle_btn span:nth-child(2) {
  top: 14px;
}
.wrap-toggle_btn .toggle_btn span:nth-child(3) {
  bottom: 6px;
}
.wrap-toggle_btn .toggle_btn span:nth-of-type(1) {
  animation: animation-bar01 0.75s forwards;
}
.wrap-toggle_btn .toggle_btn span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.wrap-toggle_btn .toggle_btn span:nth-of-type(3) {
  animation: animation-bar03 0.75s forwards;
}
.open .wrap-toggle_btn {
  background-color: #000000;
  animation: animation-fadeIn 0.75s forwards;
}
.open .wrap-toggle_btn .toggle_btn span {
  background-color: #DAAC26;
}
.open .wrap-toggle_btn .toggle_btn span:nth-of-type(1) {
  animation: active-animation-bar01 0.75s forwards;
}
.open .wrap-toggle_btn .toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
.open .wrap-toggle_btn .toggle_btn span:nth-of-type(3) {
  animation: active-animation-bar03 0.75s forwards;
}
/* #mask
==========================*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
}

/*========================
pc_nav
=========================*/
.pc_nav {
  display: block;
  width: auto;
  height: 72px;
  position: absolute;
  top: 0;
  right: 72px;
  z-index: 200;
}
.pc_nav ul {
  padding-top: 26px;
}
.pc_nav ul li a {
  font-size: 0.688rem !important;
}
@media (min-width: 900px) {
  .pc_nav ul li a {
    font-size: 0.875rem !important;
  }
}

body.mv_none .pc_nav {
  background-color: #000000;
  border-radius: 0 0 0 1.875rem;
}

body.mv_top .pc_nav {
  background-color: #000000;
  border-radius: 0 0 0 1.875rem;
}

/*========================
mask_top
=========================*/
.mask_top {
  display: block;
  width: 100%;
  height: 160px;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 100;
}

body.mv_none .mask_top {
  background: none;
}

/*========================
footer
=========================*/
footer {
  border-top: 4px solid #CCAA8F;
  position: relative;
  background-color: #2B2B2B;
}
footer #pagetop .icon-pagetop {
  display: inline-block;
  width: 68px;
  height: 68px;
  padding-top: 20px;
  position: absolute;
  top: -34px;
  left: calc(50% - 34px);
  z-index: 50;
}
footer nav ul li::after {
  display: inline-block;
  width: 1em;
  height: auto;
  content: "｜";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
footer nav ul li:first-child::before {
  display: inline-block;
  width: 1em;
  height: auto;
  content: "｜";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
footer nav ul li a:hover {
  color: #DAAC26 !important;
}
@media (min-width: 768px) {
  footer nav ul li:first-child::before {
    display: none;
  }
  footer nav ul li::after {
    display: inline-block;
    width: 1em;
    height: auto;
    content: "｜";
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
  footer nav ul li:last-child::after {
    display: none;
  }
  footer nav ul li a:hover {
    color: #DAAC26 !important;
  }
}
footer small {
  font-size: 0.6875rem !important;
}

body#page-top footer#footer_rotate {
  color: #DAAC26;
  border-top: none;
  position: absolute;
  background: none;
  top: 50%;
  bottom: 50%;
  right: -97px;
  z-index: 80;
  transform: rotate(90deg);
}
body#page-top footer#footer_rotate small {
  font-size: 0.6875rem !important;
}/*# sourceMappingURL=style.css.map */