@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: url(../img/bg.png) no-repeat center/cover fixed;
  color: #fff;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #fff;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
    margin: 0 0 30px;
  }
}

.local-head__logo {
  position: fixed;
  z-index: 15;
  filter: drop-shadow(8px 8px 0 rgb(0, 0, 0));
}
@media only screen and (max-width: 767px) {
  .local-head__logo {
    top: 55px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__logo {
    top: 70px;
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__logo img {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__logo img {
    width: 160px;
  }
}
.local-head__nav-icon-container {
  position: relative;
}
.local-head__nav-icon {
  position: fixed;
  background: #000;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon {
    top: 50px;
    right: 15px;
    width: 53px;
    height: 53px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon {
    top: 60px;
    right: 40px;
    width: 70px;
    height: 70px;
  }
}
.local-head__nav-icon span {
  display: block;
  position: absolute;
  z-index: 99;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span {
    width: 20px;
    left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span {
    width: 25px;
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(1) {
    top: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(1) {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(2) {
    top: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(2) {
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(3) {
    top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(3) {
    top: 40px;
  }
}
.local-head__nav-icon.active {
  background: #111;
}
.local-head__nav-icon.active span:nth-child(1) {
  transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon.active span:nth-child(1) {
    top: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon.active span:nth-child(1) {
    top: 35px;
  }
}
.local-head__nav-icon.active span:nth-child(2) {
  transform: rotate(-30deg);
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon.active span:nth-child(2) {
    top: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon.active span:nth-child(2) {
    top: 35px;
  }
}
.local-head__nav-icon.active span:nth-child(3) {
  opacity: 0;
}
.local-head__nav-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background: #000;
  width: 100%;
  height: 100vh;
  transition: all 0.4s ease-in;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.local-head__nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Fjalla One", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .local-head__nav-menu ul {
    width: 600px;
  }
}
.local-head__nav-menu ul li {
  display: flex;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-menu ul li {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-menu ul li {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    margin: 0 0 15px;
  }
}
.local-head__nav-menu ul li:last-child {
  margin: 0;
}
.local-head__nav-menu ul a {
  color: #fff;
  text-decoration: none;
}
.local-head__nav-menu.active {
  opacity: 1;
  transition: all 0.4s;
  pointer-events: auto;
}

.top-margin {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .top-margin {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .top-margin {
    margin-top: -40px;
  }
}

.scroll__down {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  z-index: 1;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  transform-origin: left bottom;
  transform: rotate(-90deg);
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (min-width: 768px) {
  .scroll__down {
    left: auto;
    bottom: 30px;
    right: -16px;
  }
}
.scroll__down .line {
  width: 23px;
  height: 2px;
  margin-right: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .scroll__down .line {
    width: 30px;
    margin-right: 20px;
  }
}
.scroll__down .line .line__in {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: right;
  -webkit-animation: 2s line linear infinite;
  animation: 2s line linear infinite;
}
.scroll__down a {
  color: #fff;
  display: flex;
  align-items: center;
}

@-webkit-keyframes line {
  0% {
    transform: translateX(30px);
    opacity: 1;
  }
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(-30px);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}

@keyframes line {
  0% {
    transform: translateX(30px);
    opacity: 1;
  }
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(-30px);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.scroll {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  z-index: 1;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  transform-origin: left bottom;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  .scroll {
    bottom: 45px;
  }
}
.scroll:hover {
  text-decoration: none;
}
.scroll__text {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scroll__text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .scroll__text {
    font-size: 1.3rem;
    top: -37px;
    left: -35px;
    width: 100px;
  }
}
.scroll__arrow {
  width: 23px;
  height: 2px;
  margin-right: 15px;
  overflow: hidden;
}
.scroll__arrow-in {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: right;
  -webkit-animation: 2s line linear infinite;
          animation: 2s line linear infinite;
}

.wrap {
  overflow: hidden;
}

.section {
  margin: 0 auto;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    height: calc(100vh - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    max-width: 1000px;
    width: calc(100% - 30px);
    height: calc(100vh - 57px);
    margin: 0 auto;
  }
}
.hero__logo {
  position: absolute;
  z-index: 1;
  -webkit-animation: zoomIn 1s forwards;
          animation: zoomIn 1s forwards;
  filter: drop-shadow(15px 15px 0 rgb(0, 0, 0));
}
@media only screen and (max-width: 767px) {
  .hero__logo {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero__logo {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    margin: -30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__logo img {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__logo img {
    width: 85%;
  }
}
@-webkit-keyframes zoomIn {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.hero__img {
  -webkit-animation: fadeIn 2.5s ease;
          animation: fadeIn 2.5s ease;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    top: 40px;
    right: -20px;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img {
    top: 10px;
    left: -180px;
    z-index: -1;
  }
}
.hero__img img {
  filter: drop-shadow(0 0 15px rgba(129, 60, 126, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero__img img {
    width: 800px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.hero__foot {
  position: absolute;
  z-index: 1;
  filter: drop-shadow(8px 8px 0 rgb(0, 0, 0));
}
@media only screen and (max-width: 767px) {
  .hero__foot {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__foot {
    bottom: 20px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__foot img {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__foot img {
    width: 110px;
  }
}

.intro {
  background: #000;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    height: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__inner {
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: calc(100% - 45px);
    height: 1200px;
    margin: 0 auto;
  }
}
.intro__text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    margin: 0 0 350px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text {
    width: 550px;
  }
}
.intro__text p {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text p {
    line-height: 1.9rem;
  }
}
.intro__text p::last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__ttl img {
    width: 75%;
  }
}
.intro__img {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .intro__img {
    bottom: -350px;
    right: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__img {
    top: 0;
    right: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__img img {
    width: 370px;
  }
}
.prod {
  background: url(../img/prod-bg.png) repeat;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod__container {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}
.prod__img {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .prod__img {
    text-align: center;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img {
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__img h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .prod__img .slid {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img .slid {
    width: 460px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img img {
    width: 460px;
  }
}
.prod__detail {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .prod__detail {
    width: calc(100% - 460px);
    padding: 150px 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail h2 {
    margin: 0 0 50px;
  }
}
.prod__detail-text {
  font-family: "Fjalla One", sans-serif;
  text-align: left;
  filter: drop-shadow(8px 8px 0 rgb(0, 0, 0));
}
@media only screen and (min-width: 768px) {
  .prod__detail-text {
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__detail-text .prod-name {
    margin: 0 0 20px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail-text .prod-name {
    font-size: 4.9rem;
    margin: 0 0 20px;
  }
}
.prod__detail-text .prod-name .prod-name-series {
  display: block;
}
@media only screen and (max-width: 767px) {
  .prod__detail-text .prod-name .prod-name-series {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail-text .prod-name .prod-name-series {
    font-size: 1.7rem;
    margin: 0 0 10px;
  }
}
.prod__detail-text .prod-name .prod-name-sub {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prod__detail-text .prod-name .prod-name-sub {
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail-text .prod-name .prod-name-sub {
    font-size: 2rem;
    margin: -5px 0 0;
  }
}
.prod__detail-text .prod-price {
  margin: 0;
  border-top: 4px solid #fff;
}
@media only screen and (max-width: 767px) {
  .prod__detail-text .prod-price {
    font-size: 0.9rem;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail-text .prod-price {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod__detail-text .prod-price span {
    font-size: 1.7rem;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail-text .prod-price span {
    font-size: 2.2rem;
    margin: 0 7px;
  }
}
.prod .slick-dots li button:before {
  color: #fff !important;
}

.application {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .application {
    padding: 100px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .application {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .application h2 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application h2 {
    margin: 0 0 50px;
  }
}
.application h3 {
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .application h3 {
    margin: 0 0 20px;
    padding: 0 3px 5px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .application h3 {
    margin: 0 0 30px;
    padding: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .application__inner {
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .application__block {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application__block {
    margin: 0 0 60px;
  }
}
.application__block:last-child {
  margin: 0;
}
.application__period p {
  margin: 0;
}
.application__period span {
  display: block;
  margin: 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .application__period span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__period span {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .application__note {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .application__note {
    margin: 0 0 80px;
  }
}
.application__note ul {
  margin: 0 0 0 18px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .application__note ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .application__note ul li {
    margin: 0 0 7px;
  }
}
.application__note ul li:last-child {
  margin: 0;
}
.application__link {
  border: 1px solid #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .application__link {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__link {
    width: 500px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
  }
  .application__link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: 0.3s;
  }
}
.application__link::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .application__link::before {
    width: 7px;
    height: 7px;
    top: 22px;
    right: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .application__link::before {
    width: 8px;
    height: 8px;
    top: 27px;
    right: 30px;
  }
}
.application__link a {
  color: #fff;
}
.application__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.foot {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .foot {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .foot {
    height: 120px;
  }
}
.foot__sns {
  background: #111;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .foot__sns {
    width: 100%;
    order: 2;
    padding: 30px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__sns {
    width: calc(100% - 120px);
    padding: 0 40px;
  }
}
.foot__sns p {
  font-family: "Fjalla One", sans-serif;
  line-height: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .foot__sns p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .foot__sns p {
    font-size: 1.4rem;
  }
}
.foot__sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.foot__sns-list li {
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .foot__sns-list li {
    margin: 0 0 0 10px;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__sns-list li {
    margin: 0 0 0 15px;
    width: 40px;
    height: 40px;
  }
  .foot__sns-list li:hover {
    background: #fff;
    transition: 0.3s;
  }
  .foot__sns-list li:hover span::before {
    color: #111;
  }
}
.foot__sns-list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot__sns-list li span {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .foot__sns-list li span:hover::before {
    color: #DCB07C;
    transition: 0.3s;
  }
}
.foot__sns-list li span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .foot__sns-list li span::before {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .foot__sns-list li span::before {
    font-size: 1rem;
  }
}
.foot__sns-list li span.sns-twitter::before {
  content: "\f099";
}
.foot__sns-list li span.sns-facebook::before {
  content: "\f16d";
}
.foot__gotop {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .foot__gotop {
    width: 100%;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__gotop {
    width: 120px;
  }
  .foot__gotop:hover {
    background: #111;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .foot__gotop:hover span::before {
    border-bottom: 6px solid #fff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .foot__gotop:hover span::before {
    border-bottom: 8px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .foot__gotop:hover span::after {
    background: #fff;
  }
}
.foot__gotop a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot__gotop span {
  position: relative;
  display: block;
  width: 5px;
}
@media only screen and (max-width: 767px) {
  .foot__gotop span {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__gotop span {
    height: 40px;
  }
}
.foot__gotop span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border: 4px solid transparent;
}
@media only screen and (max-width: 767px) {
  .foot__gotop span::before {
    border-bottom: 6px solid #444;
  }
}
@media only screen and (min-width: 768px) {
  .foot__gotop span::before {
    border-bottom: 8px solid #444;
  }
}
.foot__gotop span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  background: #444;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .foot__gotop span::after {
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__gotop span::after {
    height: 28px;
  }
}

.form {
  background: #000;
}
.form .section {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form .section {
    margin: 0 17px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .form .section {
    max-width: 900px;
    width: calc(100% - 30px);
    margin: 0 auto 100px;
  }
}
.form__ttl {
  background: #111;
}
@media only screen and (max-width: 767px) {
  .form__ttl {
    margin: 0 0 60px;
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl {
    margin: 0 0 100px;
    padding: 50px 0 55px;
  }
}
.form__ttl h2 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 {
    margin: 0 15px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 {
    max-width: 950px;
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 3.5rem;
  }
}
.form__ttl h2 span {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: block;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 span {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 span {
    font-size: 1.1rem;
    padding-left: 70px;
  }
}
.form__ttl h2 span::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 span::before {
    top: 10px;
    left: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 span::before {
    top: 50%;
    transform: translate(-50%);
    left: 35px;
    width: 35px;
  }
}
.form__note {
  border-bottom: #ddd solid 1px;
}
@media only screen and (max-width: 767px) {
  .form__note {
    margin: 0 0 45px;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form__note {
    margin: 0 0 55px;
    padding: 0 0 40px;
  }
}
.form__note_item {
  margin: 0 0 30px;
}
.form__note_item:last-child {
  margin: 0;
}
.form__note ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.form__note ul li {
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .form__note ul li {
    font-size: 0.9rem;
  }
}
.form__note ul li:last-child {
  margin: 0;
}
.form__note p {
  margin: 0;
}
.form__note_ttl {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .form__note_ttl {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .form__note_ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form dl {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .form dl {
    margin: 0 0 40px;
  }
}
.form dl:last-child {
  margin: 0;
}
.form dl dt {
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form dl dt {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .form dl dt {
    font-size: 1rem;
  }
}
.form dl dd {
  margin: 0;
}
.form dl .apply-note {
  margin: 15px 0 0;
  font-size: 0.9rem;
  color: #ccc;
}
.form .required-text {
  color: #ff4545;
  margin: 0 0 30px;
}
.form .required {
  color: #ff4545;
  margin-left: 3px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=mail] {
  -webkit-appearance: none;
  border: 1px solid #666;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.form .mini {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form .short {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .form .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .form .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .form .middle {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .form .long {
    width: 80%;
  }
}
.form .max {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 70px 0 0;
  }
}
.form__submit_inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form__submit_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit_inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.form__submit input[type=submit] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  height: 55px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit] {
    width: 100%;
    margin: 0 0 10px;
  }
  .form__submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit input[type=submit] {
    width: 330px;
    margin: 0 13px;
  }
}
.form__submit input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .form .complete {
    min-height: calc(100vh - 500px);
  }
}
.form .complete h3 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .form .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete h3 {
    margin: 0 0 45px;
    font-size: 1.6rem;
  }
}
.form .complete p {
  margin: 0 0 20px;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .form .complete p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete p {
    font-size: 1rem;
  }
}
.form .complete p:last-child {
  margin: 0;
}
.form .complete__btn {
  border: 1px solid #fff;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form .complete__btn {
    width: 100%;
    margin: 60px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete__btn {
    width: 330px;
    margin: 70px auto 0;
  }
}
.form .complete__btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.form .complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
}
.form .complete__btn a:hover {
  text-decoration: none;
}

#particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
}/*# sourceMappingURL=style.css.map */