@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: url("../img/bg.png") no-repeat top left/cover fixed; }

a {
  color: #1060F4;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.global_head {
  margin: 0; }

.wrap {
  position: relative; }
  .wrap::before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(1, 34, 71, 0.8));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.content {
  position: relative;
  z-index: 99; }

.hero__ttl {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .hero__ttl {
      order: 1;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .hero__ttl {
      margin: 0 0 60px; } }
  @media only screen and (max-width: 767px) {
    .hero__ttl img {
      width: 60%;
      margin-right: -20px; } }
  @media only screen and (min-width: 768px) {
    .hero__ttl img {
      width: 400px; } }
  .hero__ttl p {
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 767px) {
      .hero__ttl p {
        margin: 20px 0 0;
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .hero__ttl p {
        margin: 20px 0 0;
        font-size: 1.6rem; } }

.section {
  color: #fff;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 60px 15px; } }
  @media only screen and (min-width: 768px) {
    .section {
      max-width: 1100px;
      width: calc(100% - 30px);
      margin: 0 auto;
      padding: 90px 100px;
      background-color: rgba(0, 0, 0, 0.5); } }

.lang {
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .lang {
      top: 18px;
      left: 20px; } }
  @media only screen and (min-width: 768px) {
    .lang {
      top: 25px;
      left: 28px; } }
  .lang__container {
    display: flex; }
  .lang__item {
    letter-spacing: 0.3rem;
    font-size: 0.8rem; }
    .lang__item:first-child {
      margin-right: 13px; }
      .lang__item:first-child::after {
        content: "/";
        margin-left: 10px;
        position: relative;
        top: -1px; }
    .lang__item a {
      color: #fff; }

@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 70px; } }
.prod__pic {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .prod__pic {
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .prod__pic {
      margin: 0 auto 30px; } }
.prod__slid {
  background: #363636;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .prod__slid {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .prod__slid {
      max-width: 600px;
      margin: 0 auto 40px; } }
  .prod__slid img {
    width: 50%; }
  .prod__slid_item {
    position: relative; }
    .prod__slid_item figure {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-top: 100%; }
      .prod__slid_item figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2)); }
@media only screen and (min-width: 768px) {
  .prod__nav_container {
    margin: 0 auto; } }
.prod__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .prod__nav li {
    height: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .prod__nav li {
        width: 29%;
        margin: 0 6px 13px; } }
    @media only screen and (min-width: 768px) {
      .prod__nav li {
        width: 20%;
        margin: 0 8px 20px; } }
    .prod__nav li img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
.prod__text_ttl {
  letter-spacing: 0.1rem; }
  @media only screen and (max-width: 767px) {
    .prod__text_ttl {
      font-size: 1.3rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .prod__text_ttl {
      text-align: center;
      margin: 0 0 15px; } }
@media only screen and (max-width: 767px) {
  .prod__text_price {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .prod__text_price {
    margin: 0 0 40px;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .prod__text_price span {
    font-size: 1.3rem; } }
@media only screen and (min-width: 768px) {
  .prod__text_price span {
    font-size: 1.4rem; } }
.prod__text_detail {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .prod__text_detail {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .prod__text_detail {
      max-width: 680px;
      margin: 0 auto; } }
  .prod__text_detail dl {
    display: flex;
    width: 100%;
    margin: 0; }
    .prod__text_detail dl:last-of-type dt {
      border-bottom: 2px solid #ddd; }
    .prod__text_detail dl:last-of-type dd {
      border-bottom: 1px solid #ddd; }
    .prod__text_detail dl dt {
      margin: 0;
      box-sizing: border-box;
      font-weight: 600;
      border-top: 2px solid #ddd; }
      @media only screen and (max-width: 767px) {
        .prod__text_detail dl dt {
          width: 30%;
          padding: 20px 10px;
          font-size: 0.9rem; } }
      @media only screen and (min-width: 768px) {
        .prod__text_detail dl dt {
          width: 25%;
          padding: 20px 15px;
          font-size: 0.9rem; } }
    .prod__text_detail dl dd {
      margin: 0;
      box-sizing: border-box;
      border-top: 1px solid #ddd; }
      @media only screen and (max-width: 767px) {
        .prod__text_detail dl dd {
          width: 70%;
          padding: 20px 15px;
          font-size: 0.95rem; } }
      @media only screen and (min-width: 768px) {
        .prod__text_detail dl dd {
          width: 75%;
          padding: 15px 20px;
          line-height: 1.9rem; } }
@media only screen and (max-width: 767px) {
  .prod__text_note {
    margin: 15px 0 0;
    font-size: 0.95rem;
    line-height: 1.7rem; } }
@media only screen and (min-width: 768px) {
  .prod__text_note {
    margin: 20px 0 0;
    line-height: 1.9rem; } }

.application_link {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 767px) {
    .application_link {
      padding: 30px 20px; } }
  @media only screen and (min-width: 768px) {
    .application_link {
      padding: 60px 50px; } }
  .application_link p {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .application_link p {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .application_link p {
        font-size: 1.1rem;
        margin: 0 0 30px; } }
  .application_link__btn {
    background: #1060F4;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px; }
    @media only screen and (max-width: 767px) {
      .application_link__btn {
        height: 60px;
        line-height: 60px; } }
    @media only screen and (min-width: 768px) {
      .application_link__btn {
        height: 75px;
        line-height: 75px;
        width: 90%; } }
    .application_link__btn:hover {
      background: #258dfd;
      transition: 0.3s; }
    .application_link__btn a {
      color: #fff;
      display: block;
      width: 100%;
      letter-spacing: 0.1rem;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        .application_link__btn a {
          font-size: 1.2rem; } }
      .application_link__btn a:hover {
        text-decoration: none; }

@media only screen and (max-width: 767px) {
  .application .content {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .application .section {
    padding: 50px 15px; } }
@media only screen and (min-width: 768px) {
  .application .section {
    padding: 80px 75px 85px; } }
.application h1 {
  letter-spacing: 0.05rem; }
  @media only screen and (max-width: 767px) {
    .application h1 {
      font-size: 1.3rem;
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .application h1 {
      font-size: 1.5rem;
      margin: 0 0 30px; } }
@media only screen and (max-width: 767px) {
  .application .form__date {
    margin: 0 0 30px;
    line-height: 1.7rem; } }
@media only screen and (min-width: 768px) {
  .application .form__date {
    margin: 0 0 25px;
    font-size: 1.05rem; } }
.application .form__note {
  border: 1px solid #ddd; }
  @media only screen and (max-width: 767px) {
    .application .form__note {
      margin: 0 0 40px;
      padding: 20px 15px; } }
  @media only screen and (min-width: 768px) {
    .application .form__note {
      margin: 0 0 50px;
      padding: 30px; } }
  .application .form__note_ttl {
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .application .form__note_ttl {
        font-size: 1.0rem;
        margin: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .application .form__note_ttl {
        font-size: 1.05rem;
        margin: 0 0 15px; } }
  .application .form__note ul {
    margin: 0 0 0 -20px;
    text-align: justify;
    text-justify: inter-ideograph; }
    .application .form__note ul li {
      margin: 0 0 8px; }
      @media only screen and (max-width: 767px) {
        .application .form__note ul li {
          font-size: 0.9rem;
          line-height: 1.7rem; } }
      @media only screen and (min-width: 768px) {
        .application .form__note ul li {
          font-size: 0.95rem;
          line-height: 1.7rem; } }
      .application .form__note ul li:last-child {
        margin: 0; }
.application .form .hissu {
  margin: 0 0 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0); }
.application .form .select {
  margin: 0 0 25px; }
.application .form__prod {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .application .form__prod_item {
      width: 48%; } }
  @media only screen and (min-width: 768px) {
    .application .form__prod_item {
      width: 40%; } }
  .application .form__prod label {
    cursor: pointer;
    display: flex; }
  .application .form__prod input {
    position: relative;
    width: 25px;
    height: 25px; }
  .application .form__prod input[type="checkbox" i] {
    margin: 0 15px 0 0; }
  .application .form__prod .select-text {
    width: calc(100% - 25px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.application .form .required {
  color: #E84447;
  font-size: 0.9rem;
  margin-left: 3px;
  position: relative;
  top: -3px;
  font-weight: 600; }
.application .form dl {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0; }
  @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 {
      padding: 30px 40px;
      border-top: 1px solid #666; } }
  @media only screen and (min-width: 768px) {
    .application .form dl:last-of-type {
      border-bottom: 1px solid #666; } }
  .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;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .application .form dl dt {
        width: 25%;
        margin: 0 25px 0 0; } }
  .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 input[type="text"],
.application .form input[type="email"] {
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 0.95rem; }
  @media only screen and (max-width: 767px) {
    .application .form input[type="text"],
    .application .form input[type="email"] {
      padding: 9px 7px; } }
  @media only screen and (min-width: 768px) {
    .application .form input[type="text"],
    .application .form input[type="email"] {
      padding: 10px 8px; } }
  .application .form input[type="text"]:focus,
  .application .form input[type="email"]: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%; } }
@media only screen and (max-width: 767px) {
  .application .form__submit {
    margin: 45px auto 0; } }
@media only screen and (min-width: 768px) {
  .application .form__submit {
    margin: 55px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: center; } }
.application .form input[type="submit"] {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  border: #fff solid 2px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  height: 45px;
  line-height: 45px; }
  @media only screen and (max-width: 767px) {
    .application .form input[type="submit"] {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .application .form input[type="submit"] {
      cursor: pointer;
      width: 300px;
      margin: 0 10px; } }
  .application .form input[type="submit"]:hover {
    background: #ccc;
    transition: 0.3s; }
  .application .form input[type="submit"]:first-child {
    background: #1060F4;
    border: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .application .form input[type="submit"]:first-child {
        margin: 0 0 15px; } }
    .application .form input[type="submit"]:first-child:hover {
      background: #258dfd;
      transition: 0.3s; }
@media only screen and (max-width: 767px) {
  .application .complete {
    margin: 0 0 100px; } }
@media only screen and (min-width: 768px) {
  .application .complete {
    text-align: center;
    padding: 300px 0 300px; } }
@media only screen and (min-width: 768px) {
  .application .complete .content {
    padding: 300px 0 400px; } }
.application .complete__ttl {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .application .complete__ttl {
      font-size: 1.2rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .application .complete__ttl {
      font-size: 1.5rem;
      margin: 0 0 40px; } }
@media only screen and (min-width: 768px) {
  .application .complete__text p {
    line-height: 1.9rem; } }
.application .complete__back {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  background: #1060F4;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  height: 45px;
  line-height: 45px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .application .complete__back {
      width: 100%;
      margin: 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .application .complete__back {
      cursor: pointer;
      width: 300px;
      margin: 40px auto 0; } }
  .application .complete__back:hover {
    background: #258dfd;
    transition: 0.3s; }
  .application .complete__back a {
    color: #fff;
    display: block;
    width: 100%; }
    .application .complete__back a:hover {
      text-decoration: none; }

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

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