@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  background: #000 url("../img/bg.png") repeat center;
  background-attachment: fixed;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 130px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .content .block {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content .block {
    max-width: 1000px;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.content h2 {
  font-family: "Zen Old Mincho";
  text-align: center;
  line-height: 100%;
  color: #ccc;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .content h2 {
    font-size: 1.7rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 {
    margin: 0 0 70px;
    font-size: 2.6rem;
  }
}
.content h2 span {
  color: #333;
  display: block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .content h2 span {
    margin: 15px 0 0;
    font-size: 1.05rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 span {
    margin: 20px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}
.content .hero {
  height: calc(100vh - 40px);
  position: relative;
  overflow: hidden;
}
.content .hero__content {
  display: flex;
}
.content .hero__item {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .content .hero__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .content .hero__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url(../img/hero-bg.jpg) no-repeat bottom center/cover;
    padding: 0 30px;
  }
}
.content .hero__ttl h1 {
  margin: 0;
}
.content .hero__ttl h1 img {
  filter: drop-shadow(3px 3px 15px black);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content .hero__ttl h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .content .hero__ttl h1 img {
    max-width: 700px;
  }
}
.content .hero__img {
  background-color: #868782;
}
@media only screen and (max-width: 767px) {
  .content .hero__img {
    width: 100%;
  }
}
.content .hero .hero-slide {
  width: 100%;
}
.content .hero .hero-slide .add-anime {
  animation: slideAnime 10s linear 0s normal both;
}
@keyframes slideAnime {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.content .hero .hero-slide__item {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .content .hero .hero-slide__item {
    height: calc(100vh - 40px);
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  .content .hero .hero-slide__item {
    height: 100vh;
    background-position: top center;
  }
}
.content .hero .hero-slide__item.hero-slide01 {
  background-image: url(../img/h1.jpg);
}
.content .hero .hero-slide__item.hero-slide02 {
  background-image: url(../img/h2.jpg);
}
.content .hero .hero-slide__item.hero-slide03 {
  background-image: url(../img/h3.jpg);
}
.content .hero .hero-slide__arrow {
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10px;
}
.content .prod {
  background: radial-gradient(transparent 20%, #000 70%);
}
@media only screen and (max-width: 767px) {
  .content .prod__pic {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content .prod__pic {
    margin: 0 0 80px;
  }
}
.content .prod .slide {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .content .prod .slide .slick-slide {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .content .prod .slide .slick-slide {
    height: 615px;
    margin: 0 15px;
  }
}
.content .prod .slide__item {
  box-sizing: border-box;
  background: #000 url("../img/prod-bg.png") repeat center;
  padding: 20px;
  overflow: hidden;
}
.content .prod .slide__item img {
  filter: drop-shadow(0px 0px 25px black);
}
@media only screen and (min-width: 768px) {
  .content .prod .slide__item img {
    height: 550px;
  }
}
.content .prod .slick-dots li button::before {
  font-size: 10px !important;
  color: white !important;
}
.content .prod .slick-dots li .slick-active button::before {
  color: white !important;
}
.content .prod__text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content .prod__text {
    max-width: 490px;
    margin: 0 auto;
  }
}
.content .prod__name {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  border-bottom: 2px solid #666;
}
@media only screen and (max-width: 767px) {
  .content .prod__name {
    font-size: 1.3rem;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .content .prod__name {
    font-size: 1.9rem;
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}
.content .prod__price {
  color: #aaa;
  font-family: "Zen Old Mincho";
}
@media only screen and (max-width: 767px) {
  .content .prod__price {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .prod__price {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .prod__price .price-num {
    font-size: 1.2rem;
    margin: 0 5px 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .content .prod__price .price-num {
    font-size: 1.8rem;
    margin: 0 5px 0 3px;
  }
}
.content .sale {
  background: radial-gradient(transparent 20%, #000 70%);
}
.content .sale__lead {
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content .sale__lead {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__lead {
    font-size: 1.05rem;
  }
}
.content .sale__item {
  border: 1px solid #555;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content .sale__item {
    margin: 0 0 25px;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__item {
    margin: 0 0 60px;
    padding: 50px 45px 55px;
  }
}
.content .sale__item:last-child {
  margin: 0 0 0;
}
.content .sale__item_ttl {
  font-family: "Zen Old Mincho";
  color: #aaa;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content .sale__item_ttl {
    font-size: 1.15rem;
    letter-spacing: 0.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__item_ttl {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
.content .sale__item p {
  margin: 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content .sale__item p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__item p {
    font-size: 1.05rem;
    line-height: 2rem;
  }
}
.content .sale__item p .sale-strong {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .content .sale__item p .sale-strong {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__item p .sale-strong {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .sale__item p .sale-note {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__item p .sale-note {
    font-size: 0.95rem;
  }
}
.content .sale__link {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/red-bg.png) repeat center;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .content .sale__link {
    width: 100%;
    height: 60px;
    margin: 20px 0 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__link {
    width: 100%;
    max-width: 600px;
    height: 85px;
    margin: 30px auto 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .content .sale__link:hover {
    opacity: 0.8;
  }
}
.content .sale__link::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
}
@media only screen and (max-width: 767px) {
  .content .sale__link::before {
    width: 9px;
    height: 9px;
    top: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .content .sale__link::before {
    width: 12px;
    height: 12px;
    top: 40%;
  }
}
.content .sale__link.link-soon {
  pointer-events: none;
  background: #c2c2c2;
}
.content .sale__link.link-soon::before {
  content: none;
}
.content .sns {
  background: radial-gradient(transparent 20%, #000 70%);
}
@media only screen and (max-width: 767px) {
  .content .sns {
    padding: 60px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .content .sns {
    padding: 130px 0 200px;
  }
}
.content .sns__item {
  border: 1px solid #555;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .sns__item {
    width: 100%;
    height: 85px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content .sns__item {
    width: 450px;
    height: 120px;
    padding: 0 80px;
  }
}
.content .sns__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.content .sns__icon {
  width: 65px;
}
.content .sns__icon::before {
  content: "\f16d";
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  margin-right: 5px;
  font-size: 3rem;
}
.content .sns__link {
  width: calc(100% - 65px);
}
.content .sns__ttl {
  margin: 0 0 3px;
  line-height: 1;
}
.content .sns a {
  color: #fff;
}
.content .sns a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form {
  background-color: #eef1f6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .form {
    box-sizing: border-box;
    padding: 80px 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .form {
    padding: 110px 0 70px;
  }
}
.form__block {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form__block {
    margin: 0 0 25px;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .form__block {
    max-width: 850px;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 65px;
  }
}
.form__block:last-child {
  margin: 0 auto;
}
.form h2 {
  border-bottom: 2px solid #333;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .form h2 {
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .form h2 {
    margin: 0 0 40px;
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
}
.form .local-head__info {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .form .local-head__info {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head__info {
    margin: 0 0 20px;
  }
}
.form .local-head__info_tag {
  background: #ff2727;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px 0 0;
  padding: 6px 20px 5px;
  font-size: 0.8rem;
}
.form .local-head__info_date {
  color: #bebebf;
  letter-spacing: 0.1rem;
}
.form .local-head h1 {
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .form .local-head h1 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px;
  }
}
.form .local-head h1 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .form .local-head h1 span {
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head h1 span {
    margin: 15px 0 0;
  }
}
.form .local-head__note {
  margin: 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .form .local-head__note {
    padding: 10px 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head__note {
    display: inline-block;
    margin: 30px 0 0;
    padding: 5px 15px;
    font-size: 1.1rem;
  }
}
.form .local-head__note span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form .local-head__note span {
    display: block;
  }
}

.application {
  min-height: calc(100vh - 300px);
}
.application__note ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .application__note ul li {
    margin: 0 0 5px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__note ul li {
    margin: 0 0 8px;
    line-height: 1.7rem;
  }
}
.application__note ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application__form {
    margin: 40px 0 0;
  }
}
.application__form h4 {
  text-align: center;
  margin: 0 0 35px;
  display: inline-block;
  border: 1px solid #333;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .application__form h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__form h4 {
    font-size: 1.4rem;
  }
}
.application__form table {
  width: 100%;
}
.application__form table tr {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .application__form table tr {
    border-bottom: 1px solid #dbddda;
    padding: 27px 0;
  }
  .application__form table tr:first-child {
    padding: 0 0 27px;
  }
  .application__form table tr:last-child {
    border-bottom: none;
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table tr {
    margin: 0 0 30px;
  }
  .application__form table tr:last-child {
    margin: 0;
  }
}
.application__form table th {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .application__form table th {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table th {
    margin: 0 0 13px;
  }
}
.application__form table th .required {
  background: #ff3a45;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .application__form table th .required {
    font-size: 0.65rem;
    margin: 0 10px 0 0;
    padding: 3px 5px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table th .required {
    font-size: 0.7rem;
    padding: 3px 5px;
    margin: 0 10px 0 0;
  }
}
.application__form input[type=text] {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .application__form input[type=text] {
    padding: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form input[type=text] {
    padding: 18px;
  }
}
.application__form input[type=text]::-moz-placeholder {
  color: #a8a8a8;
}
.application__form input[type=text]::placeholder {
  color: #a8a8a8;
}
.application__form input[type=text]:focus {
  outline: 0;
}
.application__submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .application__submit {
    margin: 35px 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .application__submit {
    margin: 40px 0 0;
  }
}
.application__submit input[type=submit] {
  background: #e4e4e4;
  color: #363030;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 0 10px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .application__submit input[type=submit] {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__submit input[type=submit] {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.application__submit input[type=submit]:hover {
  opacity: 0.8;
}
.application__submit input[type=submit]:first-child {
  background: #096be1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .application__submit input[type=submit]:first-child {
    margin: 0 auto 15px;
  }
}
.application .msg {
  text-align: center;
  border: 2px solid #111;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .application .msg {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .msg {
    width: 60%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .complete__content p {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__content p {
    line-height: 1.7rem;
    margin: 0 0 15px;
  }
}
.complete__btn {
  background: #333;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 40px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .complete__btn {
    width: 100%;
    height: 58px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__btn {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.complete__btn:hover {
  opacity: 0.8;
}
.complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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