/* common
----------------------------------*/
.img {
  width: 100%;
}

a {
  display: block;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_ib {
  display: none !important;
}

.sp_min {
  display: none !important;
}

.inner {
  width: 100%;
  max-width: min(90.1213171577vw, 1040px);
  padding: 0 min(1.733102253vw, 20px);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

table {
  width: 100%;
  table-layout: fixed;
}

td,
th {
  font-weight: normal;
  text-align: left;
}

.noLink a,
.noLink a:hover,
.noLink a img,
.noLink a:hover img {
  opacity: 0.6 !important;
  cursor: inherit;
}

.text_wh {
  color: #fff !important;
}

@media screen and (max-width: 1000px) {
  .tab {
    display: block !important;
  }
  .tab_non {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_ib {
    display: inline-block !important;
  }
  .inner {
    max-width: 100%;
    min-height: 0;
    padding: 0 10.6666666667vw;
  }
}
.hvUnderbar a {
  color: #fff;
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #fff calc(100% - 1px), #fff 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 100%;
  transition: 0.3s background-size;
}

.hvUnderbarBk a {
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #231815 calc(100% - 1px), #231815 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 100%;
  transition: 0.3s background-size;
}

.hvUnderbarylw a {
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #f3cf11 calc(100% - 1px), #f3cf11 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 100%;
  transition: 0.3s background-size;
}

.hvUnderbar a:hover,
.hvUnderbarBk a:hover,
.hvUnderbarylw a:hover {
  text-decoration: none;
  background-size: 100% 100%;
  background-position: 0;
}

.hvUnderbarRev a {
  color: #fff;
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #fff calc(100% - 1px), #fff 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s background-size;
  background-position: 0;
}

.hvUnderbarRevBk a {
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #231815 calc(100% - 1px), #231815 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s background-size;
  background-position: 0;
}

.hvUnderbarRevylw a {
  display: inline;
  line-height: 1.6;
  background: linear-gradient(transparent calc(100% - 1px), #f3cf11 calc(100% - 1px), #f3cf11 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s background-size;
  background-position: 0;
}

.hvUnderbarRev a:hover,
.hvUnderbarRevBk a:hover,
.hvUnderbarRevylw a:hover {
  text-decoration: none;
  background-size: 0% 100%;
  background-position: 100%;
}

@media screen and (max-width: 374px) {
  .sp_min {
    display: block;
  }
}
.upIn,
.load_upIn,
.pa_upIn {
  opacity: 0;
}
.upIn.onAnim,
.load_upIn.onAnim,
.pa_upIn.onAnim {
  -webkit-animation: upin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
          animation: upin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
}

.downIn,
.load_downIn {
  opacity: 0;
}
.downIn.onAnim,
.load_downIn.onAnim {
  -webkit-animation: downin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
          animation: downin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
}

.rhIn,
.load_rhIn {
  opacity: 0;
}
.rhIn.onAnim,
.load_rhIn.onAnim {
  -webkit-animation: rhin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: rhin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
}

.lhIn,
.load_lhIn {
  opacity: 0;
}
.lhIn.onAnim,
.load_lhIn.onAnim {
  -webkit-animation: lhin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: lhin 0.8s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
}

.smallIn,
.load_smallIn {
  transform: scale(1.05);
  transform-origin: top center;
}
.smallIn.onAnim,
.load_smallIn.onAnim {
  -webkit-animation: smallin 0.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: smallin 0.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
}

.fadeIn,
.load_fadeIn {
  opacity: 0;
}
.fadeIn.onAnim,
.load_fadeIn.onAnim {
  -webkit-animation: fadein 0.8s 1 ease-out forwards;
          animation: fadein 0.8s 1 ease-out forwards;
}

.popIn,
.load_popIn,
.pa_popIn {
  transform: scale(0.9);
  transform-origin: bottom left;
  opacity: 0;
}
.popIn.onAnim,
.load_popIn.onAnim,
.pa_popIn.onAnim {
  -webkit-animation: popin 0.3s 1 cubic-bezier(0.17, 0.67, 0.51, 1.67) both;
          animation: popin 0.3s 1 cubic-bezier(0.17, 0.67, 0.51, 1.67) both;
}

@-webkit-keyframes upin {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes upin {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes downin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes rhin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rhin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes lhin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lhin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes smallin {
  0% {
    transform: scale(1.05);
  }
  100%, to {
    transform: scale(1);
  }
}
@keyframes smallin {
  0% {
    transform: scale(1.05);
  }
  100%, to {
    transform: scale(1);
  }
}
@-webkit-keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100%, to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100%, to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100%, to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100%, to {
    opacity: 1;
  }
}
.D01 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.swiper-slide:nth-child(01) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.D02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.swiper-slide:nth-child(02) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.D03 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.swiper-slide:nth-child(03) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.D04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.swiper-slide:nth-child(04) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.D05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.swiper-slide:nth-child(05) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.D06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.swiper-slide:nth-child(06) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.D07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.swiper-slide:nth-child(07) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.D08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.swiper-slide:nth-child(08) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.D09 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.swiper-slide:nth-child(09) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.D10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.swiper-slide:nth-child(10) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.D11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}

.swiper-slide:nth-child(11) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}

.D12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.swiper-slide:nth-child(12) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.D13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.swiper-slide:nth-child(13) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.D14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.swiper-slide:nth-child(14) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.D15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.swiper-slide:nth-child(15) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.D16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.swiper-slide:nth-child(16) {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.D17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}

.swiper-slide:nth-child(17) {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}

.D18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.swiper-slide:nth-child(18) {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.D19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}

.swiper-slide:nth-child(19) {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}

.D20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
  transition-delay: 2s !important;
}

.swiper-slide:nth-child(20) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
  transition-delay: 2s !important;
}

.D21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.swiper-slide:nth-child(21) {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.D22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}

.swiper-slide:nth-child(22) {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}

.D23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}

.swiper-slide:nth-child(23) {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}

.D24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.swiper-slide:nth-child(24) {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.D25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}

.swiper-slide:nth-child(25) {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}

.D26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}

.swiper-slide:nth-child(26) {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}

.D27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.swiper-slide:nth-child(27) {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.D28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}

.swiper-slide:nth-child(28) {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}

.D29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}

.swiper-slide:nth-child(29) {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}

.D30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
  transition-delay: 3s !important;
}

.swiper-slide:nth-child(30) {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
  transition-delay: 3s !important;
}

.ttlIn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ttlIn span::before, .ttlIn span::after {
  content: "";
  width: 200%;
  height: 100%;
  background: #231815;
  position: absolute;
  z-index: 20;
  top: 0;
  left: -200%;
  transition: 0.8s all ease-in-out;
}
.ttlIn span::after {
  background: #fff;
  width: 100%;
  left: 0;
}
.ttlIn + .note {
  opacity: 0;
  text-align: center;
}
.ttlIn.onAnim span::before {
  left: 100%;
}
.ttlIn.onAnim span::after {
  left: 300%;
}
.ttlIn.onAnim span.D01::before, .ttlIn.onAnim span.D01::after {
  transition-delay: 0.2s;
}
.ttlIn.onAnim + .note {
  -webkit-animation: dnin_s 0.3s 1 ease-out forwards;
          animation: dnin_s 0.3s 1 ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.circleUpIn {
  transition: 1.2s all;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transform: translate(0, 40px);
}
.circleUpIn.onAnim {
  -webkit-clip-path: circle(80% at 50% 50%);
          clip-path: circle(80% at 50% 50%);
  transform: translate(0, 0);
}

.clipLhIn {
  transition: 0.9s -webkit-clip-path ease;
  transition: 0.9s clip-path ease;
  transition: 0.9s clip-path ease, 0.9s -webkit-clip-path ease;
  -webkit-clip-path: polygon(0 -20%, 0 -20%, 0 120%, 0 120%);
          clip-path: polygon(0 -20%, 0 -20%, 0 120%, 0 120%);
  display: block;
}
.clipLhIn.onAnim {
  -webkit-clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
          clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
}

.clipRhIn {
  transition: 0.6s -webkit-clip-path ease;
  transition: 0.6s clip-path ease;
  transition: 0.6s clip-path ease, 0.6s -webkit-clip-path ease;
  -webkit-clip-path: polygon(100% -20%, 100% -20%, 100% 120%, 100% 120%);
          clip-path: polygon(100% -20%, 100% -20%, 100% 120%, 100% 120%);
  display: block;
}
.clipRhIn.onAnim {
  -webkit-clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
          clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
}

.clipDownIn {
  transition: 0.6s -webkit-clip-path ease;
  transition: 0.6s clip-path ease;
  transition: 0.6s clip-path ease, 0.6s -webkit-clip-path ease;
  -webkit-clip-path: polygon(-100% 0, 200% 0, 200% 0, -100% 0);
          clip-path: polygon(-100% 0, 200% 0, 200% 0, -100% 0);
}
.clipDownIn.onAnim {
  -webkit-clip-path: polygon(-100% 0, 200% 0, 200% 100%, -100% 100%);
          clip-path: polygon(-100% 0, 200% 0, 200% 100%, -100% 100%);
}

body.loaded {
  position: relative;
}
body.loaded.open {
  position: fixed;
  z-index: 1;
}

/* ---------------------------
	parts
--------------------------- */
/* ---------------------------
	Loader
--------------------------- */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #231815;
}

/* ---------------------------
	Header
--------------------------- */
header div.humBtn {
  position: fixed;
  width: 100%;
  z-index: 2500;
  top: 0;
  right: 0;
  z-index: 2050;
}
header div.humBtn #trigger {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  width: min(10.3986135182vw, 120px);
  height: min(10.3986135182vw, 120px);
  padding: min(1.733102253vw, 20px) 0 min(1.4731369151vw, 17px);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
header div.humBtn #trigger .bar {
  width: min(4.3327556326vw, 50px);
  height: min(3.2928942808vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header div.humBtn #trigger .bar span {
  width: min(4.3327556326vw, 50px);
  height: min(0.1733102253vw, 2px);
  background: #fff;
  transition: 0.3s all;
}
header div.humBtn #trigger .txt {
  color: #fff;
  transition: 0.3s all;
  text-align: center;
  font-size: min(1.2131715771vw, 14px);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  header div.humBtn:hover #trigger span {
    -webkit-animation: humline 0.3s ease-in-out;
            animation: humline 0.3s ease-in-out;
  }
}
@-webkit-keyframes humline {
  0% {
    width: 0;
  }
  100% {
    width: min(4.3327556326vw, 50px);
  }
}
@keyframes humline {
  0% {
    width: 0;
  }
  100% {
    width: min(4.3327556326vw, 50px);
  }
}
header div.humBtn.open #trigger span:nth-child(2) {
  width: 0;
  transform: translateX(min(2.3396880416vw, 27px));
}
header div.humBtn.open #trigger span:first-child {
  width: min(4.7660311958vw, 55px);
  transform: translateY(min(1.5597920277vw, 18px)) rotate(45deg);
  transition-delay: 0s !important;
}
header div.humBtn.open #trigger span:last-child {
  width: min(4.7660311958vw, 55px);
  transform: translateY(max(-1.5597920277vw, -18px)) rotate(-45deg);
  transition-delay: 0s !important;
}
@media screen and (min-width: 769px) {
  header div.humBtn.open:hover #trigger span {
    -webkit-animation: none;
            animation: none;
  }
}
header .note {
  text-align: right;
  position: absolute;
  top: min(3.4662045061vw, 40px);
  right: min(12.5649913345vw, 145px);
  z-index: 20;
}

#contFixWrap {
  min-height: calc(var(--vh) * 100);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  header div.humBtn #trigger {
    width: 16vw;
    height: 16vw;
    padding: 2.6666666667vw 0 2.1333333333vw;
    border-radius: 0 0 0 2.6666666667vw;
  }
  header div.humBtn #trigger .bar {
    width: 6.6666666667vw;
    height: 5.0666666667vw;
  }
  header div.humBtn #trigger .bar span {
    width: 6.6666666667vw;
    height: 0.5333333333vw;
  }
  header div.humBtn #trigger .txt {
    font-size: 2.6666666667vw;
  }
  @-webkit-keyframes humline {
    0% {
      width: 0;
    }
    100% {
      width: 6.6666666667vw;
    }
  }
  @keyframes humline {
    0% {
      width: 0;
    }
    100% {
      width: 6.6666666667vw;
    }
  }
  header div.humBtn.open #trigger span:nth-child(2) {
    transform: translateX(3.7333333333vw);
  }
  header div.humBtn.open #trigger span:first-child {
    width: 7.4666666667vw;
    transform: translateY(2.4vw) rotate(45deg);
  }
  header div.humBtn.open #trigger span:last-child {
    width: 7.4666666667vw;
    transform: translateY(-2.4vw) rotate(-45deg);
  }
  header .note {
    font-size: 3.2vw;
    top: 5.3333333333vw;
    right: 38.6666666667vw;
  }
}
div.ddMenu {
  position: fixed;
  top: 0;
  right: max(-34.6620450607vw, -400px);
  z-index: 1950;
  width: min(34.6620450607vw, 400px);
  height: 100vh;
  background-color: #231815;
  color: #fff;
  padding-left: min(5.1993067591vw, 60px);
  padding-top: calc(50vh - min(25.9965337955vw, 300px));
  overflow: auto;
  box-sizing: border-box;
  transition: 0.3s all;
}
div.ddMenu div.menuWrap {
  min-height: min(51.993067591vw, 600px);
}
div.ddMenu nav a {
  color: #fff;
  font-size: min(2.0797227036vw, 24px);
  font-weight: 500;
  line-height: 2.4;
  padding-bottom: min(0.259965338vw, 3px);
  vertical-align: middle;
}
div.ddMenu nav a span {
  display: inline-block;
  width: min(2.0797227036vw, 24px);
  height: min(2.0797227036vw, 24px);
  margin-left: 0.5em;
}
div.ddMenu nav a span polygon,
div.ddMenu nav a span path {
  fill: #fff;
  transition: 0.3s all;
}
div.ddMenu.open {
  right: 0;
}
div.ddMenu ul.snsList {
  display: flex;
  margin-top: min(3.4662045061vw, 40px);
  gap: min(1.2998266898vw, 15px);
}
div.ddMenu ul.snsList li {
  width: min(3.8128249567vw, 44px);
}
div.ddMenu ul.snsList li a {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  div.ddMenu ul.snsList li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  div.ddMenu {
    right: -70.6666666667vw;
    width: 70.6666666667vw;
    height: calc(var(--vh) * 100 + 16vw);
    padding-bottom: 16vw;
    padding-left: 10.6666666667vw;
    padding-top: calc(50vh - 61.3333333333vw);
  }
  div.ddMenu div.menuWrap {
    min-height: 122.6666666667vw;
  }
  div.ddMenu nav a {
    font-size: 4.2666666667vw;
    padding-bottom: 0.8vw;
  }
  div.ddMenu nav a span {
    width: 4vw;
    height: 4vw;
  }
  div.ddMenu.open {
    right: 0;
  }
  div.ddMenu ul.snsList {
    margin-top: 10.6666666667vw;
    gap: 2.6666666667vw;
  }
  div.ddMenu ul.snsList li {
    width: 11.2vw;
  }
}
/* ---------------------------
	footer
--------------------------- */
footer {
  background: #231815;
  padding: min(6.4991334489vw, 75px) 0 min(3.0329289428vw, 35px);
  color: #fff;
}
footer .flogo {
  margin: 0 auto;
  width: min(25.2166377816vw, 291px);
}
footer ul.snsList {
  display: flex;
  justify-content: center;
  margin-top: min(3.4662045061vw, 40px);
  gap: min(1.2998266898vw, 15px);
}
footer ul.snsList li {
  width: min(3.8128249567vw, 44px);
}
footer ul.snsList li a {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  footer ul.snsList li a:hover {
    opacity: 0.7;
  }
}
footer nav {
  margin-top: min(3.4662045061vw, 40px);
}
footer nav ul {
  display: flex;
  justify-content: center;
  gap: 3em;
}
footer nav a {
  color: #fff;
  font-size: min(1.0398613518vw, 12px);
  font-weight: 500;
  padding-bottom: min(0.4332755633vw, 5px);
}
footer nav a span {
  width: min(1.0398613518vw, 12px);
  margin-left: 0.5em;
  display: inline-block;
}
footer nav a span polygon,
footer nav a span path {
  fill: #fff;
  transition: 0.3s all;
}
footer .btmMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(1.0398613518vw, 12px);
  margin-top: min(4.3327556326vw, 50px);
  padding: 0 min(8.6655112652vw, 100px);
}
footer .btmMenu a {
  color: #fff;
  padding-bottom: min(0.4332755633vw, 5px);
}
footer .btmMenu .cpright {
  font-size: min(0.8665511265vw, 10px);
}
footer .btmMenu .btmLogo {
  width: min(13.0849220104vw, 151px);
}
footer .btmMenu .btmLogo a {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  footer .btmMenu .btmLogo a:hover {
    opacity: 0.7;
  }
}

#pageTop {
  position: absolute;
  right: max(-3.4662045061vw, -40px);
  top: max(-1.2998266898vw, -15px);
  cursor: pointer;
  width: min(6.0658578856vw, 70px);
  height: min(6.0658578856vw, 70px);
  background: #f3cf11;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#pageTop img {
  width: min(4.3327556326vw, 50px);
}

@media screen and (max-width: 767px) {
  footer {
    padding: 16vw 0 5.3333333333vw;
  }
  footer .flogo {
    width: 75.2vw;
  }
  footer ul.snsList {
    margin-top: 8vw;
    gap: 3.4666666667vw;
  }
  footer ul.snsList li {
    width: 10.6666666667vw;
  }
  footer nav {
    margin-top: 12vw;
  }
  footer nav ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 0 10.6666666667vw;
  }
  footer nav a {
    font-size: 3.2vw;
    padding-bottom: 0;
  }
  footer nav a span {
    width: 2.6666666667vw;
  }
  footer .btmMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 3.2vw;
    margin-top: 18.6666666667vw;
    padding: 0 10.6666666667vw;
    gap: 4vw 0;
  }
  footer .btmMenu a {
    padding-bottom: 0;
  }
  footer .btmMenu .hvUnderbar {
    order: 1;
    grid-column: 1/3;
    grid-row: 1/1;
  }
  footer .btmMenu .cpright {
    font-size: 2.6666666667vw;
    order: 4;
    text-align: center;
  }
  footer .btmMenu .btmLogo {
    width: 29.8666666667vw;
    order: 3;
  }
  #pageTop {
    width: 16vw;
    height: 16vw;
    right: 2.6666666667vw;
    bottom: 0;
    top: auto;
  }
  #pageTop img {
    width: 12.8vw;
  }
}
/*# sourceMappingURL=layout.css.map */