@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Oswald:wght@400&family=Silkscreen&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #cc0202 url(../img/home/bg.png?1111) repeat;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #5d6884;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 100%;
}

.global_head {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.local-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .local-head {
    width: 100%;
    height: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .local-head {
    display: flex;
    background: #cc0202 url(../img/home/bg.png?1111) repeat;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .local-head__icon {
    background: #cc0202 url(../img/home/bg.png?1111) repeat;
    width: 50px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__icon {
    display: none;
  }
}
.local-head__icon.active {
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.local-head__icon.active span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 25px;
}
.local-head__icon.active span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  top: 25px;
}
.local-head__icon.active span:nth-child(3) {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  top: 25px;
  width: 20px;
}
.local-head__icon-inner {
  position: relative;
  width: 50px;
  height: 50px;
}
.local-head__icon span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}
.local-head__icon span:nth-child(1) {
  top: 18px;
}
.local-head__icon span:nth-child(2) {
  top: 25px;
}
.local-head__icon span:nth-child(3) {
  top: 32px;
  width: 15px;
  left: 22.5px;
}
@media only screen and (max-width: 768px) {
  .local-head__content {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #cc0202 url(../img/home/bg.png?1111) repeat;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 100px 0 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    pointer-events: none;
  }
  .local-head__content.active {
    opacity: 1;
    pointer-events: auto;
  }
  .local-head__content.active .local-head__sns {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__content {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .local-head__logo {
    margin: 0 auto 40px;
    text-align: center;
  }
  .local-head__logo img {
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__logo {
    display: none;
  }
}
.local-head__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .local-head__nav {
    display: flex;
    height: 90px;
  }
}
.local-head__nav li {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .local-head__nav li {
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 35px;
    height: 90px;
    line-height: 90px;
    text-align: center;
  }
  .local-head__nav li:hover span:nth-child(1) {
    transform: rotateX(-90deg);
  }
  .local-head__nav li:hover span:nth-child(2) {
    transform: rotateX(0deg);
  }
  .local-head__nav li:hover a {
    color: #cc0202;
    text-decoration: none;
    font-weight: 600;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .local-head__nav li:nth-child(1) {
    width: 115px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .local-head__nav li:nth-child(2) {
    width: 105px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .local-head__nav li:nth-child(3) {
    width: 180px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .local-head__nav li:nth-child(4) {
    width: 180px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .local-head__nav li:nth-child(5) {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .local-head__nav li span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__nav li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
  }
  .local-head__nav li span:nth-child(1) {
    transform: rotateX(0deg);
    transform-origin: 0 50% -25px;
  }
  .local-head__nav li span:nth-child(2) {
    background: #fff;
    transform: rotateX(90deg);
    transform-origin: 0 50% -25px;
  }
}
.local-head__nav li a {
  color: #fff;
}
.local-head__nav li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.local-head__nav li.nav-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .local-head__nav li.nav-logo {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__nav li.nav-logo {
    padding: 0 25px;
    line-height: 100%;
  }
}
.local-head__sns {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .local-head__sns {
    position: absolute;
    top: 460px;
    left: 120px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 120px);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 25px;
    box-sizing: border-box;
  }
}
.local-head__sns p {
  font-family: "Silkscreen", cursive;
  margin: 0;
}
.local-head__sns__container {
  display: flex;
}
.local-head__sns__item {
  margin: 0 0 0 25px;
}
.local-head__sns__item .sns-twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  content: "\f099";
}
@media only screen and (max-width: 768px) {
  .local-head__sns__item .sns-twitter::before {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__sns__item .sns-twitter::before {
    font-size: 1.3rem;
  }
}
.local-head__sns__item .sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  content: "\f16d";
}
@media only screen and (max-width: 768px) {
  .local-head__sns__item .sns-instagram::before {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .local-head__sns__item .sns-instagram::before {
    font-size: 1.3rem;
  }
}
.local-head .lang {
  display: flex;
  box-sizing: border-box;
  font-family: Helvetica Neue, sans-serif;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .local-head .lang {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: #cc0202 url(../img/home/bg.png?1111) repeat;
  }
}
@media only screen and (min-width: 769px) {
  .local-head .lang {
    width: 210px;
  }
}
.local-head .lang__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  transition: 0.5s;
  font-family: "Silkscreen", cursive;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .local-head .lang__item {
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .local-head .lang__item {
    height: 90px;
    line-height: 90px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
  .local-head .lang__item:hover span:nth-child(1) {
    transform: rotateX(-90deg);
  }
  .local-head .lang__item:hover span:nth-child(2) {
    transform: rotateX(0deg);
  }
  .local-head .lang__item:hover a {
    color: #cc0202;
  }
}
@media only screen and (max-width: 768px) {
  .local-head .lang__item span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .local-head .lang__item span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
  }
  .local-head .lang__item span:nth-child(1) {
    transform: rotateX(0deg);
    transform-origin: 0 50% -25px;
  }
  .local-head .lang__item span:nth-child(2) {
    background: #fff;
    transform: rotateX(90deg);
    transform-origin: 0 50% -25px;
  }
}
.local-head .lang__item a {
  color: #fff;
}
.local-head .lang__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.local-head .lang__item a:hover {
  text-decoration: none;
}
.local-head .lang__item.select {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .local-head .lang.active {
    background: none !important;
    width: 120px !important;
    top: 420px;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .local-head .lang.active .lang__item {
    width: 60px !important;
    height: 58px !important;
    line-height: 58px !important;
    box-sizing: border-box;
  }
  .local-head .lang.active .lang__item:first-child {
    border-left: none;
  }
}

.fixed {
  position: fixed;
}

h2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  font-family: Helvetica Neue, sans-serif;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  h2 {
    margin: 0 0 45px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    margin: 0 0 60px;
    font-size: 3.9rem;
  }
}

@media only screen and (min-width: 769px) {
  .home .local-head__content {
    position: absolute;
    height: 90px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .home .local-head__icon {
    background-color: transparent;
  }
}
@media only screen and (min-width: 769px) {
  .home .local-head__nav {
    height: 90px;
  }
}
.home .local-head .lang {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .home .local-head .lang {
    background-color: transparent;
  }
}
@media only screen and (min-width: 769px) {
  .home .local-head .lang {
    width: 200px;
    right: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .home .local-head .lang__item {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .home .inner {
    padding: 60px 30px 80px;
  }
}
@media only screen and (min-width: 769px) {
  .home .inner {
    max-width: 1100px;
    width: calc(100% - 35px);
    margin: 0 auto;
    padding: 100px 0 150px;
  }
}
.home .main {
  position: relative;
}
.home .main::before, .home .main::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .home .main::before {
    left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .home .main::before {
    left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .home .main::after {
    right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .home .main::after {
    right: 100px;
  }
}
.home .btn {
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home .btn {
    height: 75px;
    line-height: 75px;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 769px) {
  .home .btn {
    width: 69%;
    height: 110px;
    line-height: 110px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding: 0 50px;
    margin: 0 0 0 auto;
    transition: 0.5s;
  }
  .home .btn:hover {
    background: #fff;
  }
  .home .btn:hover a {
    color: #cc0202;
    font-weight: 600;
  }
  .home .btn:hover::before {
    right: 51px;
    height: 3px;
    background: #cc0202;
  }
  .home .btn:hover::after {
    right: 40px;
    border-top: solid 3px #cc0202;
    border-right: solid 3px #cc0202;
  }
}
.home .btn::before, .home .btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.home .btn::before {
  background: #fff;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .home .btn::before {
    width: 15px;
    right: 33px;
  }
}
@media only screen and (min-width: 769px) {
  .home .btn::before {
    width: 28px;
    right: 61px;
  }
}
.home .btn::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .home .btn::after {
    width: 10px;
    height: 10px;
    top: 31px;
    right: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .home .btn::after {
    width: 15px;
    height: 15px;
    top: 46px;
    right: 50px;
  }
}
.home .btn a {
  color: #fff;
  font-weight: 500;
}
.home .btn a:hover {
  text-decoration: none;
}
.home .btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .hero {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  background: #cc0202;
}
@media only screen and (max-width: 768px) {
  .home .hero {
    height: calc(100vh - 40px);
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero {
    height: calc(100vh - 40px);
    overflow: hidden;
  }
}
.home .hero__topbox {
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  background: #cc0202 url(../img/home/bg.png?1111) repeat;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home .hero__topbox {
    width: 100%;
    height: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__topbox {
    width: calc(100% - 100px);
    height: 90px;
  }
}
.home .hero__leftbox {
  background: #cc0202 url(../img/home/bg.png?1111) repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home .hero__leftbox {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__leftbox {
    position: absolute;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    left: 0;
    top: 90px;
    width: 100px;
    height: calc(100% - 90px);
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .home .hero__bottombox {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__bottombox {
    width: calc(100% - 100px);
    height: 130px;
    background: #cc0202 url(../img/home/bg.png?1111) repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    z-index: 1;
  }
}
.home .hero__rightbox {
  background: #cc0202 url(../img/home/bg.png?1111) repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home .hero__rightbox {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__rightbox {
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    top: 0;
    right: 0;
    width: 100px;
    height: calc(100% - 130px);
    z-index: 1;
  }
}
.home .hero .lead {
  overflow: hidden;
  width: 100px;
  height: 100%;
  line-height: 100px;
  position: relative;
}
.home .hero .lead.lead-left {
  transform: rotate(180deg);
}
.home .hero .lead .lead-text {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .hero .lead .lead-text:nth-of-type(odd) {
  -webkit-animation: loop1 80s -40s linear infinite;
          animation: loop1 80s -40s linear infinite;
}
.home .hero .lead .lead-text:nth-of-type(even) {
  -webkit-animation: loop2 80s linear infinite;
          animation: loop2 80s linear infinite;
}
.home .hero .lead .lead-text__item {
  padding: 20px 0;
  font-family: "Silkscreen", cursive;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@-webkit-keyframes loop1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes loop1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.home .hero__main {
  width: 100%;
  height: 100%;
}
.home .hero__main__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home .hero__main__logo {
    top: 70px;
    width: 360px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__main__logo {
    top: 130px;
    width: 900px;
  }
}
.home .hero__main__detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home .hero__main__detail {
    bottom: 120px;
    width: 360px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__main__detail {
    bottom: 160px;
    width: 900px;
  }
}
.home .hero__main__pic {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .hero__main__pic {
    height: calc(100vh - 40px);
    background: #d0adff url(../img/home/hero.jpg?1111) no-repeat center top 70px/590px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero__main__pic {
    height: 100%;
    background: #d0adff url(../img/home/hero.jpg?1111) no-repeat center top 90px/contain;
  }
}
.home .hero .update {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home .hero .update {
    left: 0;
    height: 93px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update {
    left: 100px;
    height: 130px;
    width: calc(100% - 100px);
  }
}
.home .hero .update__ttl {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Silkscreen", cursive;
}
@media only screen and (max-width: 768px) {
  .home .hero .update__ttl {
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__ttl {
    width: 150px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__content {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__content {
    width: calc(100% - 150px);
  }
}
.home .hero .update__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  overflow: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home .hero .update__list {
    width: 98%;
    height: 93px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__list {
    width: 99%;
    height: 130px;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}
@media only screen and (max-width: 768px) {
  .home .hero .update__list::-webkit-scrollbar {
    width: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__list::-webkit-scrollbar {
    width: 6px;
  }
}
.home .hero .update__list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
.home .hero .update__list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}
.home .hero .update__list__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .home .hero .update__list__item {
    height: 130px;
    padding: 0 40px;
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 768px) {
  .home .hero .update__list__item .text {
    box-sizing: border-box;
    padding: 15px;
  }
}
.home .hero .update__list__item .text span {
  font-family: Helvetica Neue, sans-serif;
  display: block;
  margin: 0 0 8px;
  letter-spacing: 0.05rem;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .home .hero .update__list__item .text span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__list__item .text span {
    font-size: 0.9rem;
  }
}
.home .hero .update__list__item .text p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .home .hero .update__list__item .text p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero .update__list__item .text p {
    font-size: 0.95rem;
  }
}
.home .intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 769px) {
  .home .intro__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .home .intro__img {
    width: 55%;
    margin: 0 auto 45px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__img {
    width: 330px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__text {
    width: calc(100% - 430px);
  }
}
.home .intro__text h3 {
  margin: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .home .intro__text h3 {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__text h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.home .intro__text p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .home .intro__text p {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__text p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 2.1rem;
  }
}
.home .intro__text p:last-child {
  margin: 0;
}
.home .info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.home .info__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .home .info__inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .home .info__inner {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .home .info__content {
    order: 2;
  }
}
.home .info__outline {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .info__outline dl {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .home .info__outline dl {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .home .info__outline dl {
    width: 49%;
    box-sizing: border-box;
    margin: 0 0 40px;
    padding: 0 0 0 30px;
  }
}
.home .info__outline dl:last-child {
  margin: 0;
}
.home .info__outline dl dt {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .home .info__outline dl dt {
    margin: 0 0 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .info__outline dl dt {
    margin: 0 0 10px;
    font-size: 1.25rem;
  }
}
.home .info__outline dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .home .info__outline dl dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .info__outline dl dd {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .info__outline dl dd span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .info__outline dl dd span {
    font-size: 0.9rem;
  }
}
.home .home-dealer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.home .home-dealer h3 {
  position: relative;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home .home-dealer h3 {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer h3 {
    font-size: 1.7rem;
    margin: 0 0 75px;
  }
}
.home .home-dealer h3::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .home .home-dealer h3::after {
    bottom: -30px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer h3::after {
    bottom: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .home .home-dealer h4 {
    margin: 0 0 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer h4 {
    margin: 0 0 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .home-dealer__text {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer__text {
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .home .home-dealer__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer__item {
    margin: 0 0 45px;
  }
}
.home .home-dealer__item:last-child {
  margin: 0;
}
.home .home-dealer__item p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home .home-dealer__item p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer__item p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
.home .home-dealer__item ul {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .home .home-dealer__item ul li {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-dealer__item ul li {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 6px;
  }
}
.home .home-dealer__item ul li:last-child {
  margin: 0;
}
.home .home-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .home .home-contact__note {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-contact__note {
    margin: 0 0 70px;
  }
}
.home .home-contact__note p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home .home-contact__note p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-contact__note p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .home-contact__note .tel {
    margin: 26px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-contact__note .tel {
    margin: 30px 0 0;
  }
}
.home .home-contact__note .tel span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 0 15px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home .home-contact__note .tel span {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-contact__note .tel span {
    font-size: 1rem;
    padding: 10px 35px;
  }
}
.home .home-contact__note .tel span::before {
  content: "";
  display: inline-block;
  background: url(../img/home/icon-tel.png?1001) no-repeat top left/contain;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .home-contact__note .tel span::before {
    width: 12px;
    height: 12px;
    top: 1px;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .home-contact__note .tel span::before {
    width: 15px;
    height: 15px;
    top: 2px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .sns__content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .home .sns__item {
    margin: 0 0 40px;
  }
  .home .sns__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .sns__item {
    width: 46%;
  }
}
.home .sns iframe.twitter-timeline {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .home .sns iframe.twitter-timeline {
    height: 400px !important;
  }
}
@media only screen and (min-width: 769px) {
  .home .sns iframe.twitter-timeline {
    height: 598px !important;
  }
}

@media only screen and (max-width: 768px) {
  .common h1 {
    margin: 0 0 40px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .common h1 {
    margin: 0 0 60px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .common h2 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .common h2 {
    margin: 0 0 25px;
  }
}
.common .main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .common .main {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .common .main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 130px 0 150px;
  }
}
.common .content {
  position: relative;
}
.common .content::before, .common .content::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .common .content::before {
    left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .common .content::before {
    left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .common .content::after {
    right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .common .content::after {
    right: 100px;
  }
}

.common-en h1 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  font-family: Helvetica Neue, sans-serif;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .common-en h1 {
    margin: 0 0 45px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .common-en h1 {
    margin: 0 0 60px;
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact .tel {
    margin: 26px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .contact .tel {
    margin: 30px 0 0;
  }
}
.contact .tel span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 0 15px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contact .tel span {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 769px) {
  .contact .tel span {
    font-size: 1rem;
    padding: 10px 35px;
  }
}
.contact .tel span::before {
  content: "";
  display: inline-block;
  background: url(../img/home/icon-tel.png?1001) no-repeat top left/contain;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact .tel span::before {
    width: 12px;
    height: 12px;
    top: 1px;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .contact .tel span::before {
    width: 15px;
    height: 15px;
    top: 2px;
    margin: 0 10px 0 0;
  }
}
.contact .tel p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .contact .tel p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 768px) {
  .complete .main {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .complete .main {
    padding: 130px 0 500px;
  }
}
@media only screen and (max-width: 768px) {
  .complete__note {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__note {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .complete__note p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .complete__note p {
    line-height: 1.9rem;
  }
}
.complete__btn {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .complete__btn {
    width: 90%;
    height: 53px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .complete__btn {
    width: 400px;
    height: 65px;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    transition: 0.5s;
  }
  .complete__btn:hover {
    background: #fff;
    font-weight: 600;
  }
  .complete__btn:hover a {
    color: #cc0202;
  }
}
.complete__btn a {
  color: #fff;
  text-decoration: none;
}
.complete__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .form__note {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 769px) {
  .form__note {
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .form__note__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 769px) {
  .form__note__item {
    margin: 0 0 50px;
  }
}
.form__note__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .form__note__item p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .form__note__item p {
    line-height: 1.9rem;
  }
}
.form__note__item ul {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .form__note__item ul li {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .form__note__item ul li {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 6px;
  }
}
.form__note__item ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .form__note__item h3 {
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .form__note__item h3 {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
}
.form__table .text {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 768px) {
  .form__table .text {
    font-size: 0.9rem;
    margin: 0 0 30px;
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .form__table .text {
    font-size: 0.95rem;
    margin: 0 0 70px;
    padding: 50px 0 0;
  }
}
.form__table table {
  width: 100%;
}
.form__table table tr {
  display: flex;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .form__table table tr {
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 28px 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table table tr {
    align-items: center;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table table tr:last-child {
    margin: 0;
  }
}
.form__table table th {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form__table table th {
    font-size: 0.9rem;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table table th {
    font-size: 0.95rem;
    width: 240px;
  }
}
.form__table table td {
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .form__table table td {
    width: calc(100% - 240px);
    padding: 0 0 0 50px;
  }
}
.form__table table .required {
  display: block;
  background: #fff;
  color: #cc0202;
  text-align: center;
  padding: 0 9px;
}
@media only screen and (max-width: 768px) {
  .form__table table .required {
    font-size: 0.65rem;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table table .required {
    font-size: 0.7rem;
    height: 21px;
    line-height: 21px;
  }
}
.form__table table .note {
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .form__table table .note {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 769px) {
  .form__table table .note {
    font-size: 0.9rem;
  }
}
.form__table input[type=text],
.form__table textarea {
  background: #f2f2f2;
  border: none;
  padding: 8px;
  box-sizing: border-box;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .form__table input[type=text],
.form__table textarea {
    padding: 14px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .form__table input[type=text],
.form__table textarea {
    padding: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table input[type=text].short,
.form__table textarea.short {
    width: 23%;
  }
}
@media only screen and (min-width: 769px) {
  .form__table input[type=text].medium,
.form__table textarea.medium {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .form__table input[type=text].long,
.form__table textarea.long {
    width: 70%;
  }
}
@media only screen and (min-width: 769px) {
  .form__table input[type=text].max,
.form__table textarea.max {
    width: 100%;
  }
}
.form__table textarea {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form__table textarea {
    height: 250px;
  }
}
@media only screen and (min-width: 769px) {
  .form__table textarea {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .form__submit {
    margin: 55px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .form__submit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 80px 0 0;
  }
}
.form__submit input[type=submit] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 768px) {
  .form__submit input[type=submit] {
    width: 90%;
    height: 53px;
    margin: 0 auto 15px;
    font-size: 0.9rem;
  }
  .form__submit input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .form__submit input[type=submit] {
    width: 400px;
    height: 65px;
    margin: 0 15px;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    transition: 0.5s;
  }
  .form__submit input[type=submit]:hover {
    background: #fff;
    color: #cc0202;
    font-weight: 600;
  }
}
.form .msg {
  border: 1px solid #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form .msg {
    margin: 0 auto;
    width: 90%;
    height: 53px;
    line-height: 53px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .form .msg {
    margin: 0 0 250px;
    width: 400px;
    height: 65px;
    line-height: 65px;
    font-size: 0.95rem;
  }
}

.fadein-top1 {
  -webkit-animation: fade 2s forwards;
          animation: fade 2s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .fadein-top2 {
    -webkit-animation: zoomin 1s forwards;
            animation: zoomin 1s forwards;
  }
}

@-webkit-keyframes zoomin {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoomin {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (min-width: 769px) {
  .fadein {
    transform: translate(0, 70px);
    transition: 1s;
  }
}
@media only screen and (min-width: 769px) {
  .fadein.scrollin {
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */