/* 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(80.6451612903vw, 1000px);
  padding: 0 min(1.6129032258vw, 20px);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    margin: 0;
  }
}

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 8vw;
  }
}
.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%;
  transition: 0.3s all;
}

.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%;
  transition: 0.3s all;
}

.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%;
  transition: 0.3s all;
}

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

.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 all;
  background-position: 100%;
}

.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 all;
  background-position: 100%;
}

.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 all;
  background-position: 100%;
}

.hvUnderbarRev a:hover,
.hvUnderbarRevBk a:hover,
.hvUnderbarRevylw a:hover {
  text-decoration: none;
  background-size: 0% 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.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
          animation: upin 0.4s 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.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) both;
          animation: downin 0.4s 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.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: rhin 0.4s 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.4s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: lhin 0.4s 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;
}

.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);
  }
}
.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: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
}

.loaderOut {
  opacity: 1;
  transform: translateX(-50vw);
}

.loaded .loaderOut {
  -webkit-animation: slideIn 0.5s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: slideIn 0.5s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
}

.active.loaded .loaderOut {
  opacity: 0;
  -webkit-animation: slideOut 0.5s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
          animation: slideOut 0.5s 1 cubic-bezier(0.17, 0.67, 0.37, 0.95) forwards;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 1;
    transform: translateX(-50vw);
  }
  100%, to {
    opacity: 0;
    transform: translateX(200vw);
  }
}

@keyframes slideIn {
  0% {
    opacity: 1;
    transform: translateX(-50vw);
  }
  100%, to {
    opacity: 0;
    transform: translateX(200vw);
  }
}
@-webkit-keyframes slideOut {
  0% {
    opacity: 0;
    transform: translateX(-200vw);
  }
  100%, to {
    opacity: 1;
    transform: translateX(-50vw);
  }
}
@keyframes slideOut {
  0% {
    opacity: 0;
    transform: translateX(-200vw);
  }
  100%, to {
    opacity: 1;
    transform: translateX(-50vw);
  }
}
/* ---------------------------
	Header
--------------------------- */
header {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: min(5.6451612903vw, 70px);
  padding: 0 0 0 min(3.2258064516vw, 40px);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.contPos {
  background: rgba(255, 255, 255, 0.9);
}
header h1 {
  width: min(8.8709677419vw, 110px);
  line-height: 1;
}
header h1 a {
  transition: 0.3s all;
}
header h1 a:hover {
  opacity: 0.7;
}
header .btnInq a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(15.3225806452vw, 190px);
  height: min(5.4838709677vw, 68px);
  font-size: min(1.2096774194vw, 15px);
  background: #f3cf11;
  color: #231815;
  font-weight: 500;
  gap: 0.5em;
  line-height: 1;
  border: 1px solid #f3cf11;
}
header .btnInq a polygon,
header .btnInq a rect {
  fill: #231815;
  transition: 0.3s all;
}
header .btnInq a:hover {
  background: #fff;
  color: #f3cf11;
}
header .btnInq a:hover polygon,
header .btnInq a:hover rect {
  fill: #f3cf11;
}
header div.globalMenu {
  margin: 0 min(3.2258064516vw, 40px) 0 auto;
}
header div.globalMenu ul {
  display: flex;
  align-items: center;
  gap: min(3.2258064516vw, 40px);
}
header div.globalMenu ul li a {
  font-size: min(1.1290322581vw, 14px);
}
header div.globalMenu ul li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "bahnschrift", sans-serif;
  padding-top: 0.5em;
  line-height: 1.3;
}
header div.globalMenu ul li a p span {
  font-size: min(0.8870967742vw, 11px);
  font-weight: 700;
  transition: 0.3s all;
  opacity: 0;
  color: #f3cf11;
}
header div.globalMenu ul li a:hover {
  color: #002b62;
}
header div.globalMenu ul li a:hover p span {
  opacity: 1;
}
header .pos {
  width: 0;
  height: min(0.2419354839vw, 3px);
  background: #002b62;
  position: absolute;
  left: 0;
  bottom: min(1.2096774194vw, 15px);
  z-index: 10;
  transition: 0.5s all;
}
header div.spHeader {
  display: none;
}

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

@media screen and (max-width: 767px) {
  header {
    height: 16vw;
    padding: 0 4vw 0 8vw;
    background: #002b62;
  }
  header.contPos {
    background: #002b62;
  }
  header h1 {
    width: 25.6vw;
    filter: brightness(100);
  }
  header .btnInq {
    display: none;
  }
  header div.globalMenu {
    display: none;
  }
  header div.spHeader {
    display: flex;
    width: 26.6666666667vw;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
  }
  header div.spHeader .btnContact a {
    display: flex;
    height: 16vw;
    align-items: center;
  }
  header div.spHeader .btnContact span {
    width: 9.6vw;
    height: 5.6vw;
    overflow: hidden;
    line-height: 1;
    margin-left: 5px;
  }
  header div.spHeader .btnContact svg {
    width: 9.3333333333vw;
    height: 5.6vw;
  }
  header div.spHeader .btnContact polygon,
header div.spHeader .btnContact rect {
    fill: #fff;
  }
  header div.spHeader .trigger {
    width: 16vw;
    height: 16vw;
    position: relative;
  }
  header div.spHeader .trigger span {
    width: 6.6666666667vw;
    height: 0.5333333333vw;
    display: block;
    position: absolute;
    top: 5.8666666667vw;
    left: 6.4vw;
    background: #fff;
    z-index: 300;
    transition: 0.5s all;
  }
  header div.spHeader .trigger span:nth-child(2) {
    width: 4.5333333333vw;
    top: 7.7333333333vw;
  }
  header div.spHeader .trigger span:nth-child(3) {
    width: 2.1333333333vw;
    top: 9.6vw;
  }
  header div.spHeader .trigger.open span {
    transform: rotate(45deg);
    top: 7.7333333333vw;
  }
  header div.spHeader .trigger.open span:nth-child(2) {
    transform: rotate(0);
    width: 0;
    opacity: 0;
    left: 9.6vw;
  }
  header div.spHeader .trigger.open span:nth-child(3) {
    width: 6.6666666667vw;
    top: 7.7333333333vw;
    transform: rotate(-45deg);
  }
  #contFixWrap {
    padding-top: 16vw;
  }
}
div.ddMenu {
  display: block;
  position: fixed;
  top: -180vh;
  left: 0;
  z-index: 50;
  width: 100%;
  height: calc(100% - 16vw);
  background: #002b62;
  transition: 0.5s all;
  padding-top: 16vw;
}
div.ddMenu div.menuWrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 160;
  font-size: 4.2666666667vw;
  padding: 0 9.3333333333vw;
  font-size: 4vw;
}
div.ddMenu div.menuWrap a {
  color: #fff;
}
div.ddMenu div.menuWrap ul.gMenu {
  display: flex;
  flex-wrap: wrap;
  padding: 10.6666666667vw 2.6666666667vw 0;
}
div.ddMenu div.menuWrap ul.gMenu li {
  width: 55%;
  margin-bottom: 2em;
  box-sizing: border-box;
}
div.ddMenu div.menuWrap ul.gMenu li:nth-child(2n) {
  width: 45%;
  padding-left: 1em;
}
div.ddMenu div.menuWrap .inq {
  text-align: center;
  border-bottom: 1px solid #f3cf11;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #fff;
}
div.ddMenu div.menuWrap .inq span {
  width: 6.6666666667vw;
  height: 3.7333333333vw;
  overflow: hidden;
  line-height: 1;
  margin-right: 1.3333333333vw;
}
div.ddMenu div.menuWrap .inq svg {
  width: 6.6666666667vw;
  height: 3.7333333333vw;
}
div.ddMenu div.menuWrap .inq polygon,
div.ddMenu div.menuWrap .inq rect {
  fill: #fff;
}
div.ddMenu div.menuWrap ul.linkMenu {
  padding: 0 2.6666666667vw 8vw;
}
div.ddMenu div.menuWrap ul.linkMenu li ~ li {
  margin-top: 1em;
}
div.ddMenu div.menuWrap ul.linkMenu span {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  overflow: hidden;
  line-height: 1;
  margin-left: 1.3333333333vw;
}
div.ddMenu div.menuWrap ul.linkMenu svg {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
}
div.ddMenu div.menuWrap ul.linkMenu polygon,
div.ddMenu div.menuWrap ul.linkMenu path {
  transition: 0.3s all;
  fill: #fff;
}
div.ddMenu.open {
  top: 0;
}

/* ---------------------------
	footer
--------------------------- */
footer {
  background: #002b62;
  padding: min(2.8225806452vw, 35px) min(1.6129032258vw, 20px) min(2.0161290323vw, 25px);
  color: #fff;
}
footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: min(4.0322580645vw, 50px);
  font-weight: 400;
}
footer nav h2 {
  width: min(11.4516129032vw, 142px);
  margin-right: min(2.4193548387vw, 30px);
  filter: brightness(100);
}
footer nav ul {
  display: flex;
}
footer nav li {
  margin-right: min(2.0161290323vw, 25px);
  font-size: min(1.1290322581vw, 14px);
}
footer nav li a {
  color: #fff;
}
footer nav li a:hover {
  color: #f3cf11;
}
footer div.footerBtm ul {
  display: flex;
}
footer div.footerBtm ul li {
  margin-right: min(2.4193548387vw, 30px);
  font-size: min(1.1290322581vw, 14px);
}
footer div.footerBtm ul li a {
  color: #fff;
}
footer div.footerBtm ul li a:hover {
  color: #f3cf11;
}
footer div.footerBtm ul li a:hover polygon,
footer div.footerBtm ul li a:hover path {
  fill: #f3cf11;
}
footer div.footerBtm ul.linkMenu span {
  width: min(0.8870967742vw, 11px);
  height: min(0.8870967742vw, 11px);
  overflow: hidden;
  line-height: 1;
  margin-left: 5px;
}
footer div.footerBtm ul.linkMenu svg {
  width: min(0.8870967742vw, 11px);
  height: min(0.8870967742vw, 11px);
}
footer div.footerBtm ul.linkMenu polygon,
footer div.footerBtm ul.linkMenu path {
  transition: 0.3s all;
  fill: #fff;
}
footer .cpright {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: max(-4.8387096774vw, -60px);
  font-size: min(1.1290322581vw, 14px);
}

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

@media screen and (max-width: 767px) {
  footer {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  footer nav {
    display: block;
    margin-bottom: 1.5em;
  }
  footer nav h2 {
    display: none;
  }
  footer nav ul {
    padding-bottom: 1.5em;
    flex-wrap: wrap;
    border-bottom: 1px solid #F5F5F5;
  }
  footer nav ul li {
    width: 50%;
  }
  footer nav li {
    margin-right: 0;
    margin-top: 1em;
    font-size: 3.7333333333vw;
  }
  footer div.footerBtm ul {
    display: block;
  }
  footer div.footerBtm ul.linkMenu li {
    font-size: 3.4666666667vw;
    margin-top: 1em;
  }
  footer div.footerBtm ul.linkMenu svg {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  footer .cpright {
    display: block;
    margin-top: 3em;
    position: static;
    font-size: 2.6666666667vw;
  }
  #pageTop {
    width: 16vw;
    height: 16vw;
    right: 2.6666666667vw;
    bottom: 0;
    top: auto;
  }
  #pageTop img {
    width: 12.8vw;
  }
}
div.floatingBnr div.pcBnrBox > p {
  position: fixed;
  top: calc(50% - min(10.4838709677vw, 130px));
  right: max(-8.064516129vw, -100px);
  z-index: 10;
  transition: 0.3s all;
}
div.floatingBnr div.pcBnrBox > p.active {
  right: -1px;
}
div.floatingBnr div.pcBnrBox > p a {
  background: #f3cf11;
  border: 1px solid #f3cf11;
  border-right: none;
  width: min(6.4516129032vw, 80px);
  height: min(20.9677419355vw, 260px);
  border-radius: min(1.6129032258vw, 20px) 0 0 min(1.6129032258vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f3cf11;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(1.4516129032vw, 18px);
  font-weight: 700;
  color: #231815;
}
div.floatingBnr div.pcBnrBox > p a::before {
  content: "";
  width: min(3.2258064516vw, 40px);
  height: min(3.2258064516vw, 40px);
  background: url(/img/icon_inq.png) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0.75em;
}
div.floatingBnr div.pcBnrBox > p a:hover {
  background: #fff;
  color: #f3cf11;
}

@media screen and (max-width: 767px) {
  div.floatingBnr.active div.spBnrBox {
    bottom: 0;
  }
  div.floatingBnr.toDown div.spBnrBox {
    bottom: -100px;
  }
  div.floatingBnr div.pcBnrBox {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */