@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;
}

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

@media only screen and (max-width: 767px) {
  .section {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}

h2 {
  text-align: center;
  line-height: 100%;
  color: #ccc;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 70px;
    font-size: 2.6rem;
  }
}
h2 span {
  color: #222;
  display: block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  h2 span {
    margin: 15px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    margin: 20px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}

.wrap {
  font-family: "Zen Old Mincho", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media only screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(rgba(171, 171, 171, 0.2), transparent, rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 50px 15px 55px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 100px 0;
  }
}

.intro {
  background-image: url(../img/intro-pic.png), url(../img/intro-bg.png);
  background-repeat: no-repeat, repeat;
}
@media only screen and (max-width: 767px) {
  .intro {
    background-position: right -60px bottom -50px, center;
    background-size: 300px, auto;
    margin: 0 0 60px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    background-position: right 220px bottom -150px, center;
    background-size: 400px, auto;
    margin: 0 0 100px;
    padding: 100px 0;
  }
}
.intro h1 {
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .intro h1 {
    margin: 0 0 25px;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    margin: 0 0 40px;
    font-size: 1.7rem;
    line-height: 100%;
  }
}
.intro h1 img {
  width: 100%;
}
.intro p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.1rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    margin: 0 0 40px;
  }
  .intro p:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    margin: 0 0 90px;
  }
}
.prod__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__pic-container {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__pic-container {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__pic {
    margin: 0 auto 25px;
    width: 65%;
  }
  .prod__pic:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod__pic {
    margin: 0 23px;
  }
}
.prod__slid {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prod .sp-button {
    width: 12px !important;
    height: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .prod__pic-item {
    margin: 0 0 40px;
  }
  .prod__pic-item:first-child {
    margin: 0 auto 40px;
    width: 65%;
  }
  .prod__pic-item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__pic-item {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .prod__pic-item:first-child .prod__version {
    margin: 50px 0 0;
  }
}
.prod__text {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .prod__text {
    width: 49%;
    margin: 0 auto;
  }
}
.prod__version {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod__version {
    margin: 13px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__version {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod__author {
    font-size: 1.05rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__author {
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}
.prod__name {
  font-weight: 600;
  border-bottom: 2px solid #666;
}
@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.15rem;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .prod__name {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}
.prod__price {
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .prod__price {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod__note {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__note {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    padding: 0 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sale__text-detail {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text-detail {
    margin: 0 0 30px;
  }
}
.sale__text-detail p {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .sale__text-detail p {
    margin: 0 0 15px;
  }
  .sale__text-detail p:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text-detail p {
    font-size: 1.3rem !important;
  }
}
.sale__text-detail p span {
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .sale__text-detail p span {
    display: block;
    font-size: 0.95rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text-detail p span {
    margin: 0 50px 0 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text-detail p span::after {
    content: "";
    background: #aaa;
    width: 25px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: -36px;
  }
}
.sale__note p {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sale__note p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__note p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
.sale .tanto {
  margin: 15px 0 0;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .sale .tanto {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale .tanto {
    font-size: 1rem;
  }
}
.sale__link-area {
  background-color: rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__link-area {
    margin: 40px 0 0;
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__link-area {
    margin: 60px auto 0;
    padding: 60px 50px;
    width: 80%;
  }
}
.sale__link-text {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .sale__link-text {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
.sale__link {
  background: url(../img/intro-bg.png) repeat center;
  position: relative;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sale__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__link {
    width: 550px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
  }
}
.sale__link:hover {
  opacity: 0.8;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .sale__link::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sale__link::before {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 5%;
    width: 9px;
    height: 9px;
  }
}
.sale__link a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sale__link a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__link a {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .otoiawase {
    margin: 0 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase {
    padding: 0 0 120px;
  }
}
.otoiawase__text {
  text-align: center;
}
.otoiawase h3 {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .otoiawase h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase p {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .application {
    box-sizing: border-box;
    padding: 30px 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application {
    padding: 70px 0 100px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}
.application .inner {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .application .inner {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .inner {
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 60px 80px;
  }
}
.application .inner h1 {
  padding: 0 0 10px;
  color: #000;
  border-bottom: #000 dotted 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .inner h1 {
    font-size: 1.2rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .application .inner h1 {
    font-size: 1.7rem;
    margin: 0 0 50px;
  }
}
.application .application_note {
  margin: 30px 0 0;
  border: #666 solid 1px;
}
@media only screen and (max-width: 767px) {
  .application .application_note {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .application_note {
    padding: 30px;
  }
}
.application .application_note h3 {
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .application .application_note h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .application_note h3 {
    font-size: 1.2rem;
  }
}
.application .application_note ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.application .application_note ul li {
  margin: 0 0 5px;
}
.application .application_note ul li span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .application .form {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .form {
    margin: 60px 0 0;
  }
}
.application .form h4 {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .application .form h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form h4 {
    font-size: 1.4rem;
  }
}
.application .form dl {
  display: flex;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .application .form dl {
    margin: 0 auto 25px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dl {
    margin: 0 auto 30px;
  }
}
.application .form dl dt {
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .application .form dl dt {
    width: 100%;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dl dt {
    text-align: right;
    width: 25%;
    margin: 0 25px 0 0;
  }
}
.application .form dl dt .required {
  color: #fff;
  background: #E84447;
  font-size: 0.6rem;
  margin-left: 7px;
  padding: 2px 7px;
  position: relative;
  top: -2px;
}
.application .form dl dd {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .application .form dl dd {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dl dd {
    margin: 0;
    width: 70%;
  }
}
.application .form__item {
  margin: 0 0 8px;
  background: #efefef;
}
.application .form__item:last-child {
  margin: 0;
}
.application .form__item label {
  cursor: pointer;
  background: #efefef;
  display: block;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .application .form__item label {
    padding: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form__item label {
    padding: 15px 20px;
  }
}
.application .form__item label p {
  margin: 0;
}
.application .form__item input[type=radio] {
  margin: 7px 10px 0 0;
}
.application .form__select-container {
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .application .form__select-container {
    padding: 0 30px 15px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form__select-container {
    display: flex;
    padding: 0 0 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .application .form__select-container p {
    margin: 0 0 8px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form__select-container p {
    margin: 0 15px 0 0;
  }
}
.application .form__select-container select {
  margin: 0 0 5px;
  padding: 8px;
}
.application .form__select-container span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .application .form__select-container span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form__select-container span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form__select {
    width: 80%;
  }
}
.application .form input[type=text] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .form input[type=text] {
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form input[type=text] {
    padding: 8px 6px;
  }
}
.application .form input[type=text]:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .application .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .long {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .application .form .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .middle {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .application .form .short {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .short {
    width: 30%;
  }
}
.application .submit_container {
  margin: 45px auto 0;
}
@media only screen and (min-width: 768px) {
  .application .submit_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.application .submit_container input[type=submit] {
  font-family: "Zen Old Mincho";
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #111;
  cursor: pointer;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .application .submit_container input[type=submit] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto 15px;
    font-size: 0.95rem;
  }
  .application .submit_container input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .application .submit_container input[type=submit] {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 13px;
    font-size: 0.95rem;
  }
}
.application .submit_container input[type=submit]:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.application .submit_container input[type=submit]:first-child {
  background: #890a0a;
  color: #fff;
}
.application .submit_container input[type=submit]:first-child:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.application .msg {
  text-align: center;
  border: #000 solid 3px;
  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 {
    box-sizing: border-box;
    padding: 0 17px;
  }
}
.complete .inner {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete .complete_content {
  display: flex;
  flex-direction: column;
}
.complete__text p {
  text-align: center;
  line-height: 1.7rem;
  margin: 0 0 15px;
  padding: 0;
}
.complete__text:last-of-type {
  margin: 0;
}
.complete .back {
  margin: 40px auto 0;
  background: #890a0a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .complete .back {
    width: 100%;
    margin: 30px 0 0;
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .back {
    width: 300px;
    margin: 40px auto 0;
    height: 50px;
    line-height: 50px;
  }
}
.complete .back:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.complete .back::before {
  content: "";
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  width: 7px;
  height: 7px;
}
@media only screen and (max-width: 767px) {
  .complete .back::before {
    top: 38%;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .back::before {
    top: 40%;
    right: 8%;
  }
}
.complete .back a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .complete .back a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete .back a {
    font-size: 1.05rem;
  }
}

.sp-selected-button {
  background-color: #fff !important;
}

.sp-button {
  border: 2px solid #fff !important;
}

@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 */