@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Medium";
  src: url(/fonts/MPLUS1p/MPLUS1p-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Regular";
  src: url(/fonts/MPLUS1p/MPLUS1p-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-ExtraBold";
  src: url(/fonts/MPLUS1p/MPLUS1p-ExtraBold.woff) format("woff");
  font-display: swap;
}
/*========*/
/* ヘッダ */
/*========*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #161616;
  color: #FFF;
  z-index: 50;
  /*.list-bt {
  	position: absolute;
  	display: flex;
  	justify-content: space-between;
  	width: 256px;
  	top: 44px;
  	right: 72px;

  	li {
  		width: 120px;
  	}

  	.h-bt {
  		display: block;
  		padding: 8px;
  		border-radius: 4px;
  		font-family: "MPLUS1p-Medium";
  		color: #333;
  		text-align: center;
  		font-size: 14px;
  		line-height: 1;
  		transform:rotate(0.03deg);

  		&.type01 {
  			background-color: #FFF;
  		}

  		&.type02 {
  			background-color: #EAD02A;
  		}
  	}
  }*/
}
@media (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
header a {
  color: #FFF;
}
header .contents {
  position: relative;
  max-width: 1232px;
  margin: 0 auto;
  padding: 16px;
}
header .h-logo {
  max-width: 380px;
}
@media (max-width: 1023px) {
  header .h-logo img {
    width: 88px;
  }
}
header .h-logo span {
  display: inline-block;
  margin-left: 40px;
  font-family: "MPLUS1p-Medium";
  font-size: 18px;
  line-height: 48px;
  transform: rotate(0.03deg);
}
@media (max-width: 1023px) {
  header .h-logo span {
    margin-left: 12px;
    font-size: 14px;
    line-height: 32px;
  }
}
header .menu {
  position: absolute;
  width: 32px;
  height: 24px;
  top: 28px;
  right: 16px;
  cursor: pointer;
  z-index: 51;
}
@media (max-width: 1023px) {
  header .menu {
    width: 24px;
    height: 16px;
	top: 24px;
  }
}
header .menu .menu-inner {
  position: relative;
  width: 32px;
  height: 24px;
}
@media (max-width: 1023px) {
  header .menu .menu-inner {
    width: 24px;
    height: 16px;
  }
}
header .menu .menu-inner span {
  position: absolute;
  right: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #EAD02A;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  header .menu .menu-inner span {
    width: 24px;
  }
}
header .menu .menu-inner span:first-child {
  top: 0;
}
header .menu .menu-inner span:nth-child(2) {
  top: 11px;
}
@media (max-width: 1023px) {
  header .menu .menu-inner span:nth-child(2) {
    top: 7px;
  }
}
header .menu .menu-inner span:last-child {
  top: 23px;
}
@media (max-width: 1023px) {
  header .menu .menu-inner span:last-child {
    top: 15px;
  }
}
header .menu.open .menu-inner span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
header .menu.open .menu-inner span:last-child {
  top: 7px;
  transform: rotate(-45deg);
}
header .menu.open .menu-inner span:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1023px) {
  header .menu.open .menu-inner span:first-child {
    top: 7px;
  }
  header .menu.open .menu-inner span:last-child {
    top: 7px;
  }
}

/* ナビゲーション
--------------------------------*/
nav.g-nv {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  top: 0;
  right: 0;
  padding-top: 120px;
  background-color: #161616;
  z-index: 20;
}
@media (max-width: 1023px) {
  nav.g-nv {
    max-width: initial;
    padding-top: 64px;
    text-align: center;
  }
}
nav.g-nv .menu-nav li {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  nav.g-nv .menu-nav li {
    margin-top: 0;
  }
}
nav.g-nv .menu-nav li a {
  display: block;
  padding: 0 16px;
  font-family: "MPLUS1p-Regular";
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  transform: rotate(0.03deg);
}
@media (max-width: 1023px) {
  nav.g-nv .menu-nav li a {
    padding: 16px;
  }
}
nav.g-nv .menu-nav li a:hover {
  text-decoration: none;
  color: #BF9F00;
}

nav.g-nv .list-sns {
  display: flex;
  padding: 24px 16px 0;
}

@media (max-width: 1023px) {
  nav.g-nv .list-sns {
    justify-content: center;
  }
}

nav.g-nv .list-sns li {
  width: 40px;
  margin-right: 12px;
}

/* ローディングアニメーション
--------------------------------*/
#bodymovin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ead02a;
  z-index: 100;
}
/*# sourceMappingURL=header.css.map */