body::-webkit-scrollbar {
  width: 0.2em;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  background-color: #000000;
}
body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.header--top {
  background: rgba(0, 0, 0, 0.4) !important;
  border-bottom: 1px solid #707070;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .header {
    padding: 0 0 0 30px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .header {
    padding: 8px 20px;
    width: calc(100% - 40px);
  }
}
.header-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-logo-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header-logo-text__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .header-logo-text__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header-logo-text__title {
    font-size: 20px;
  }
}
.header-logo-text__title--sub {
  font-size: 10px;
}
@media (max-width: 1023px) {
  .header-logo-text__title--sub {
    display: none;
  }
}
.header-logo-text .tips-space {
  display: inline-block;
  min-width: 14px;
}
@media (min-width: 1024px) {
  .header-logo__img {
    width: 135px;
    margin-right: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .header-logo__img {
    width: 142px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .header-logo__img {
    width: 80px;
    margin-right: 15px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}
.header-menu__list {
  list-style: none;
  display: flex;
}
.header-menu__list li {
  position: relative;
}
@media (min-width: 1024px) {
  .header-menu__list li {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .header-menu__list li {
    margin-right: 2vw;
    font-size: 13px;
  }
}
.header-menu__list li a {
  text-decoration: none;
  color: white;
}
.header-menu__list li .pc-sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  background: #222222;
  color: white;
  display: none;
}
.header-menu__list li .pc-sub-menu ul {
  list-style: none;
}
.header-menu__list li .pc-sub-menu ul li {
  margin-right: 0 !important;
  color: white;
  width: 140px;
  padding: 20px 20px;
  border-bottom: 1px solid #414141;
  cursor: pointer;
}
.header-menu__list li .pc-sub-menu ul li:hover {
  background: #333333;
}
.header-menu__list li .pc-sub-menu ul li:last-child {
  border-bottom: none !important;
}
.header-menu .header-menu__download-btn {
  background: #ba0015;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 120px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .header-menu .header-menu__download-btn {
    height: 100px;
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-menu .header-menu__download-btn {
    padding: 14px 10px;
    margin-left: 6px;
    font-size: 13px;
  }
}
.header-menu .header-menu__download-btn:hover {
  background: #fff;
  color: #333;
}
.header-menu .header-menu__download-btn img {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .header-menu__sp {
    display: none;
  }
}
.header-menu__sp img {
  position: relative;
  top: 5px;
}
@media (min-width: 768px) {
  .header-menu__sp img {
    width: 45px;
  }
}
.special-br {
  display: none;
}
@media (max-width: 480px) {
  .special-br {
    display: block !important;
  }
}
h1,
h2 {
  font-weight: normal;
}
.sp-menu {
  position: fixed;
  height: 100vh;
  width: 250px;
  top: 0;
  right: -300px;
  background: #222;
  z-index: 9;
  padding-top: 90px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .sp-menu {
    padding-top: 190px !important;
  }
}
.sp-menu .close-btn {
  position: absolute;
  left: 40px;
  top: 70px;
}
.sp-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.sp-menu__list .top-item {
  margin-bottom: 30px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-menu__list .top-item a {
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
}
.sp-menu__list .sp-sub {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.sp-menu__list .sub-open {
  transform: rotate(0deg);
}
.sp-menu .sub-list {
  background: #333333;
  margin-bottom: 20px;
  display: none;
}
.sp-menu .sub-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.sp-menu .sub-list ul li {
  font-size: 14px;
  color: white;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  padding: 10px 30px;
}
.sp-menu .sub-list ul a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
}
.sp-menu--active {
  right: 0 !important;
  left: auto !important;
}
.sp-menu .header-menu__download-btn {
  background: #ba0015;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 18px 0;
  margin: 0 30px;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
.sp-menu .header-menu__download-btn img {
  margin-right: 5px;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .pad-only {
    display: none !important;
  }
}
h1,
h2 {
  font-weight: normal;
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pad-only {
    display: none !important;
  }
}
@font-face {
  font-family: 'Aldrich';
  src: url('../fonts/Aldrich-Regular(1).ttf');
}
@font-face {
  font-family: 'HsW3';
  src: url('../fonts/ヒラギノ角ゴシック W3.ttc');
}
@font-face {
  font-family: 'HsW6';
  src: url('../fonts/ヒラギノ角ゴシック W6.ttc');
}
@font-face {
  font-family: 'BankGothicBT-Medium';
  src: url('../fonts/BankGothicBT-Medium.ttf');
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Noto Sans JP Regular';
  src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../fonts/NotoSansJP-Bold.otf') format('opentype');
}
body,
html {
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  width: 100vw;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.hide {
  display: none !important;
}
.footer {
  background: #000;
  display: flex;
  justify-content: center;
}
.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 150px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .footer-container {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  .footer-container .main__logo {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .footer-container .main__logo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .footer-container .menu {
    margin-top: 100px;
    display: flex;
    justify-content: center;
  }
  .footer-container .menu div {
    font-size: 14px;
    margin: 0 20px;
    color: white;
    font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  }
}
@media (max-width: 767px) {
  .footer-container .menu {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 40px;
  }
  .footer-container .menu div {
    font-size: 12px;
    color: white;
    font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  }
}
.footer-container .menu a {
  color: white;
}
.footer-container .copyright {
  margin-top: 30px;
  font-size: 12px;
  color: white;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .catalog {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding: 50px 0;
  }
}
.catalog .tips-title {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
.catalog .catalog-btn {
  width: 90vw;
  max-width: 1030px;
  background: #ba0015;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .catalog .catalog-btn {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .catalog .catalog-btn {
    padding: 20px 0;
    border: 2px solid white;
  }
}
.catalog .catalog-btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid white;
}
.catalog .catalog-btn:hover {
  background: #fff;
  border: 2px solid #ba0015;
  color: #ba0015;
}
.catalog .catalog-btn:hover::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid #ba0015;
  border-left: 7px solid transparent;
  border-right: 7px solid #ba0015;
}
.catalog .catalog-btn div:first-child {
  font-family: 'Aldrich', sans-serif;
}
@media (min-width: 768px) {
  .catalog .catalog-btn div:first-child {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .catalog .catalog-btn div:first-child {
    font-size: 18px;
  }
}
.catalog .catalog-btn div:last-child {
  font-size: 12px;
}
.product {
  width: 100vw;
}
@media (min-width: 768px) {
  .product {
    padding: 150px 0 150px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 50px 0;
  }
}
.product .head {
  width: 90vw;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 768px) {
  .product .head {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .product .head {
    flex-direction: column;
  }
}
.product .head .head-title p {
  color: #333;
  font-family: 'Aldrich', sans-serif;
}
@media (min-width: 768px) {
  .product .head .head-title p {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .product .head .head-title p {
    font-size: 50px;
  }
}
.product .head .head-title h1,
.product .head .head-title h2 {
  font-size: 12px;
}
.product .head .btn {
  background: #000;
  color: white;
  width: 166px;
  height: 60px;
  display: flex;
  padding-left: 20px;
  position: relative;
  align-items: center;
  cursor: pointer;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .product .head .btn {
    margin-top: 22px;
  }
}
.product .head .btn:hover {
  background: #fff;
  border: 2px solid #ba0015;
  color: #ba0015;
}
.product .head .btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #ba0015;
  border-left: 7px solid transparent;
  border-right: 7px solid #ba0015;
}
.product .list {
  display: flex;
  border-top: 2px solid #ba0015;
}
@media (min-width: 768px) {
  .product .list {
    padding-top: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product .list {
    padding-top: 40px;
    margin-top: 40px;
    flex-direction: column;
  }
}
.product .list a {
  color: #333;
}
.product .list .item:nth-child(1) .img-pack {
  background: #231916;
}
.product .list .item:nth-child(2) .img-pack {
  background: #3e3e3e;
}
.product .list .item:nth-child(3) .img-pack {
  background: #d6d6d6;
}
.product .list .item:nth-child(4) .img-pack {
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .product .list .item {
    width: 25vw;
  }
}
@media (max-width: 767px) {
  .product .list .item {
    margin-left: 5vw;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .product .list .item .info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
}
.product .list .item .img-pack {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product .list .item .img-pack {
    height: 18vw;
  }
}
@media (max-width: 767px) {
  .product .list .item .img-pack {
    width: 167px;
    height: 126px;
  }
}
.product .list .item .img-pack img {
  width: 100%;
  height: 100%;
  object-position: 100% center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product .list .item .img-pack img:hover {
  width: 105%;
  height: 105%;
}
.product .list .item .info {
  display: flex;
  padding-left: 20px;
}
.product .list .item .info div {
  width: fit-content;
}
.product .list .item .eng-name {
  font-family: 'Aldrich', sans-serif;
}
@media (min-width: 768px) {
  .product .list .item .eng-name {
    padding-top: 30px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product .list .item .eng-name {
    font-size: 22px;
  }
}
.product .list .item .method {
  font-size: 14px;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
}
a {
  color: #333;
}
.cta {
  background: #ba0015;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cta {
    padding: 48px 0 60px 0;
  }
}
@media (min-width: 768px) {
  .cta {
    padding: 100px 0 100px 0;
  }
}
.cta .title,
.cta .tips,
.cta .lg-tips {
  color: white;
}
.cta .title {
  font-family: 'Aldrich', sans-serif;
}
@media (min-width: 768px) {
  .cta .title {
    font-size: 80px !important;
  }
}
@media (max-width: 767px) {
  .cta .title {
    font-size: 50px !important;
  }
}
.cta .tips {
  font-size: 12px;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
.cta .lg-tips {
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .cta .lg-tips {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cta .lg-tips {
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cta .lg-tips {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .cta .lg-tips {
    margin-top: 25px;
  }
}
.cta .btn {
  background: white;
  font-family: 'Aldrich', sans-serif;
  margin-top: 37px;
  cursor: pointer;
  position: relative;
  border: 2px solid #ba0015;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .cta .btn {
    width: 680px;
    height: 142px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cta .btn {
    width: 335px;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
  }
}
.cta .btn:hover {
  background: #ba0015;
  border: 2px solid #fff;
  color: white;
}
.cta .btn:hover::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
}
.cta .btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid #333;
}
@media (min-width: 1024px) {
  main {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 50px;
  }
  main .design {
    margin-top: 50px;
  }
}
main .container {
  width: 1030px;
  max-width: 90vw;
  margin: 0 auto;
  position: relative;
}
main .top-title {
  background: #1a1a1a;
  color: #fff;
}
@media (min-width: 768px) {
  main .top-title {
    padding: 120px 0 120px 10vw;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  main .top-title {
    padding: 150px 0 50px 10vw;
  }
}
@media (max-width: 767px) {
  main .top-title {
    padding: 50px 0 50px 10vw;
  }
}
main .top-title p {
  font-family: 'Aldrich', sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  main .top-title p {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  main .top-title p {
    font-size: 80px;
  }
}
main .top-title h1 {
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  main .top-title h1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .top-title h1 {
    font-size: 12px;
  }
}
main .banner {
  background: #000;
  position: relative;
}
@media (min-width: 1024px) {
  main .banner {
    background-size: 150%;
    height: 946px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .banner {
    background-size: auto 140%;
  }
}
@media (max-width: 767px) {
  main .banner {
    background-size: auto 140%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
main .banner-text {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  animation: fadein 0.6s ease-in-out 1s forwards;
  opacity: 0;
}
@media (min-width: 1024px) {
  main .banner-text {
    padding: 120px 0 200px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .banner-text {
    padding: 22vw 0 20vw 0;
  }
}
@media (max-width: 767px) {
  main .banner-text {
    padding: 12vw 0 10vw 0;
  }
}
@media (min-width: 767px) {
  main .banner-text .logo {
    width: 245px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  main .banner-text .logo {
    width: 104px;
    margin-bottom: 60px;
  }
}
main .banner-text .tips div {
  color: white;
  margin-bottom: 6px;
}
main .banner-text .tips div span:first-child {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  main .banner-text .tips div span:first-child {
    width: 167px;
  }
}
@media (max-width: 767px) {
  main .banner-text .tips div span:first-child {
    width: 100px;
  }
}
@media (max-width: 767px) {
  main .banner-text .tips div {
    font-size: 12px;
  }
}
main .banner-text .top-tips span {
  margin-right: 20px;
  padding: 2px 5px;
  line-height: 28px;
}
main .banner-text__tips {
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
  background: #ba0015;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  main .banner-text__tips {
    font-size: 21px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 480px) {
  main .banner-text__tips {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  main .banner-text__tips {
    font-size: 14px;
  }
}
main .banner-text__title {
  font-family: 'BankGothicBT-Medium', sans-serif;
  color: #fff;
  position: relative;
  letter-spacing: 10px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  main .banner-text__title {
    font-size: 172px;
    left: 0;
    top: -20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .banner-text__title {
    font-size: 15vw;
    left: 0;
    top: 0.7vw;
  }
}
@media (max-width: 767px) {
  main .banner-text__title {
    font-size: 16vw;
    left: 0;
    top: -1.7vw;
  }
}
main .banner-instrument {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  main .banner-instrument {
    right: 10vw;
    height: 800px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .banner-instrument {
    left: 30vw;
    height: 80vw;
  }
}
@media (max-width: 767px) {
  main .banner-instrument {
    left: 26vw;
    height: 126vw;
  }
}
main .homura {
  background: #1a1a1a;
}
main .homura-content {
  color: #fff;
  position: relative;
  z-index: 4;
}
main .homura-content::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(26, 26, 26, 0.85);
  z-index: -1;
}
@media (max-width: 767px) {
  main .homura-content::before {
    width: 100%;
    height: 74%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .homura-content::before {
    width: 63%;
    height: 74%;
  }
}
@media (min-width: 1024px) {
  main .homura-content::before {
    width: 53%;
    height: 76%;
  }
}
@media (min-width: 768px) {
  main .homura-content .more-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  main .homura-content .more-bottom {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  main .homura-content {
    padding: 95px 20px 100px 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .homura-content {
    padding: 150px 0 250px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  main .homura-content {
    padding: 150px 0 300px 0;
  }
}
@media (min-width: 1400px) {
  main .homura-content {
    padding: 150px 0 300px 0;
  }
}
main .homura-content__title {
  font-family: 'Aldrich', sans-serif;
}
@media (min-width: 768px) {
  main .homura-content__title {
    font-size: 80px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  main .homura-content__title {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
main .homura-content__tips {
  font-size: 12px;
}
@media (min-width: 768px) {
  main .homura-content__tips {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  main .homura-content__tips {
    margin-bottom: 38px;
  }
}
main .homura-content__promote {
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
  display: flex;
}
@media (min-width: 768px) {
  main .homura-content__promote {
    font-size: 38px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .homura-content__promote {
    font-size: 23px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
}
main .homura-content__text {
  text-align: justify;
}
@media (min-width: 768px) {
  main .homura-content__text {
    width: min(500px, 80vw);
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  main .homura-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  main .homura-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
main .point {
  background: #000;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  main .point {
    padding: 80px 0 10px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .point {
    padding: 90px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  main .point {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 1400px) {
  main .point {
    padding: 100px 0 0 0;
  }
}
main .point .main-point-image {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  main .point .main-point-image {
    top: 320px;
    width: 110vw;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .point .main-point-image {
    top: 320px;
    width: calc(100vw * 1023 / 1600);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  main .point .main-point-image {
    top: 100px;
    width: calc(100vw * 1023 / 1600);
  }
}
@media (min-width: 1400px) {
  main .point .main-point-image {
    width: calc(100vw * 1023 / 1600);
    top: 100px;
  }
}
main .point .cross-image {
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  main .point .cross-image {
    top: -175px;
    height: 95px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  main .point .cross-image {
    top: -475px;
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  main .point .cross-image {
    top: -450px;
    height: 350px;
  }
}
@media (min-width: 1400px) {
  main .point .cross-image {
    top: -525px;
    height: 350px;
  }
}
main .point .row-title {
  display: flex;
}
@media (min-width: 768px) {
  main .point .row-title {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  main .point .row-title {
    flex-direction: column;
  }
}
main .point .row-title .head-title {
  margin-top: 60px;
  margin-right: 100px;
}
main .point .row-title .sub-info > div {
  align-items: center;
  white-space: nowrap;
  display: flex;
}
@media (max-width: 820px) and (min-width: 768px) {
  main .point .row-title .sub-info > div {
    letter-spacing: -1px;
  }
}
main .point .line-image {
  width: 100%;
}
@media (min-width: 768px) {
  main .point .line-image {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  main .point .line-image {
    margin: 30px auto;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 768px) {
  main .point .part-image {
    width: 100%;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  main .point .part-image {
    width: 100vw;
    position: relative;
    left: -5vw;
  }
}
main .point .part-tips {
  color: white;
  font-size: 14px;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  margin-bottom: 60px;
}
main .point .head-title {
  color: #fff;
}
main .point .head-title p {
  font-family: 'Aldrich', sans-serif;
}
@media (max-width: 767px) {
  main .point .head-title p {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
@media (min-width: 768px) {
  main .point .head-title p {
    font-size: 80px;
    letter-spacing: 8px;
  }
}
main .point .head-title h1,
main .point .head-title h2 {
  font-size: 12px;
}
main .point .spec-tips {
  color: white;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
  margin: 30px 0 10px 0;
}
@media (min-width: 768px) {
  main .point .spec-tips {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .point .spec-tips {
    font-size: 16px;
  }
}
main .point .spec-tips span {
  font-size: 14px;
}
main .point .table-tips {
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
  color: white;
}
@media (min-width: 768px) {
  main .point .table-tips {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  main .point .table-tips {
    font-size: 14px;
    margin: 60px 0 2px 0;
  }
}
main .point .sub-info {
  color: white;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  main .point .sub-info {
    font-size: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  main .point .sub-info {
    font-size: 22px;
    margin-top: 32px;
  }
}
main .point .sub-info div {
  margin: 5px 0;
}
@media (max-width: 767px) {
  main .point .sub-info div {
    margin-bottom: 10px !important;
  }
}
main .point .sub-info .vari-tips {
  display: flex;
}
@media (min-width: 768px) {
  main .point .sub-info .vari-tips {
    align-items: center;
  }
}
@media (max-width: 767px) {
  main .point .sub-info .vari-tips {
    flex-direction: column;
  }
}
main .point .sub-info .red-bg {
  width: fit-content;
  padding: 3px;
  background: #ba0015;
}
main .point .sub-info img {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  main .point .sub-info img {
    margin-top: 30px;
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  main .point .sub-info img {
    margin-top: 300px;
    max-width: 100%;
  }
}
main .point code {
  position: relative;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .point code::before {
  z-index: 6;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: white;
  top: 0px;
  left: 0;
}
@media (max-width: 1024px) {
  main .point .spec-table {
    overflow-x: scroll;
  }
  main .point .spec-table table td {
    min-width: 80px;
  }
}
main .point .spec-table table {
  border: 1px solid #8E8E8F;
  color: white;
  border-collapse: collapse;
  width: 100%;
}
main .point .spec-table table th,
main .point .spec-table table td {
  border: 1px solid #8E8E8F;
  text-align: center;
}
main .point .spec-table table th {
  background: #474645;
  padding: 20px 0;
  font-size: 14px;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .point .spec-table table th span {
  font-size: 12px;
}
main .point .spec-table table .cross-line {
  padding: 5px 0 !important;
}
main .point .spec-table table td {
  width: calc(100vw * 150 / 1600);
  height: 60px;
  font-size: 14px;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .point .spec-table table .grey-type {
  background: #2b2b2b;
}
main .point .varia-table {
  overflow-x: scroll;
}
main .point .varia-table table {
  border: 1px solid #8E8E8F;
  color: white;
  border-collapse: collapse;
}
main .point .varia-table table th,
main .point .varia-table table td {
  border: 1px solid #8E8E8F;
  text-align: center;
}
main .point .varia-table table th {
  background: #474645;
  padding: 20px 0;
  font-size: 14px;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .point .varia-table table th span {
  font-size: 12px;
}
main .point .varia-table table .cross-line {
  padding: 5px 0 !important;
}
main .point .varia-table table td {
  min-width: 90px;
  width: 90px;
  height: 60px;
  font-size: 14px;
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .point .varia-table table .grey-type {
  background: #2b2b2b;
}
main .point .catalog .tips-title {
  color: white !important;
}
main .content-pad {
  margin: 30px 0 20px auto;
}
@media (min-width: 1024px) {
  main .content-pad {
    padding-top: 50px;
    width: 850px;
  }
}
@media (max-width: 1023px) {
  main .content-pad {
    padding-top: 30px;
    width: 100%;
  }
}
main .content-pad .cert-image {
  max-width: 400px;
  width: 100%;
}
main .content-pad .head {
  display: flex;
}
@media (max-width: 767px) {
  main .content-pad .head {
    flex-direction: column;
  }
  main .content-pad .head .content {
    margin-left: 80px;
    margin-top: 10px;
  }
}
main .content-pad .head .title {
  width: calc(100vw * 220 / 1600);
  min-width: 160px;
  color: white;
  font-size: 22px;
  font-family: 'Noto Sans JP Bold', "Noto Sans Japanese", Meiryo, sans-serif;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 969px) {
  main .content-pad .head .title {
    padding-left: 80px;
  }
}
main .content-pad .head .title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #ba0015;
  top: 16px;
}
@media (min-width: 1024px) {
  main .content-pad .head .title::before {
    right: 104%;
  }
}
@media (max-width: 1023px) {
  main .content-pad .head .title::before {
    left: 0;
  }
}
main .content-pad .head .content {
  color: white;
  font-size: clamp(14px, 1vw, 16px);
  font-family: 'Noto Sans JP Regular', "Noto Sans Japanese", Meiryo, sans-serif;
}
main .content-pad img {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  main .content-pad .about-2 {
    width: 438px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  main .content-pad .about-2 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  main .about-pad {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  main .about-pad {
    margin-top: 40px;
  }
}
.movie-intro {
  max-width: 670px;
  margin: 0 auto;
  padding: 30px 30px 140px 30px;
}
@media (max-width: 767px) {
  .banner {
    padding: 0 30px 80px 30px;
  }
  .movie-intro {
    padding: 30px 20px 80px 20px;
  }
}
.movie-intro div {
  margin-bottom: 14px;
  font-weight: bold;
  color: white;
}
.movie-intro img {
  width: 100%;
  max-width: 670px;
  cursor: pointer;
}
.movie-modal {
  display: none;
}
.movie-modal .movie-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  left: 0;
  top: 0;
  background: rgba(26, 26, 26, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie-modal .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.movie-modal iframe {
  background: #000;
  transform: scale(0.7);
  opacity: 0;
  width: 90vw;
  max-width: 850px;
  margin: 0 30px;
  aspect-ratio: 850/474;
  transition: all 0.5s ease-in-out;
}
/*# sourceMappingURL=hayate.css.map */