@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body {
  margin: 0;
  padding: 0;
  background: #000; }

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

a {
  text-decoration: none;
  color: #daa23b;
  word-break: break-all; }
  a:hover {
    text-decoration: underline; }

.layor {
  background: #000; }
  .layor__bg {
    position: fixed;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    background: url("../img/bg_2021.png") top center no-repeat;
    z-index: -1;
    opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .layor__bg {
        top: 0;
        background-size: contain; } }
    @media only screen and (min-width: 768px) {
      .layor__bg {
        top: -30px;
        background-size: auto; } }

h1 {
  padding: 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h1 {
      margin: 35px 20px 0; } }
  @media only screen and (min-width: 768px) {
    h1 {
      margin: 40px auto 0;
      max-width: 800px; } }
  h1 img {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.95)); }

.description {
  font-family: "Sawarabi Mincho"; }
  @media only screen and (max-width: 767px) {
    .description {
      margin: 0 15px 100px; } }
  @media only screen and (min-width: 768px) {
    .description {
      width: 800px;
      margin: 0 auto 150px; } }
  .description__intro {
    color: #f1f1f1; }
    @media only screen and (max-width: 767px) {
      .description__intro {
        margin: 80px 0 30px; } }
    @media only screen and (min-width: 768px) {
      .description__intro {
        margin: 230px 0 70px; } }
    .description__intro p {
      text-align: center;
      margin: 0;
      padding: 0;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.95); }
      @media only screen and (max-width: 767px) {
        .description__intro p {
          font-size: 1.05rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 768px) {
        .description__intro p {
          font-size: 1.7rem;
          line-height: 3.8rem; } }
  .description__note {
    color: #f1f1f1;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -8px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .description__note {
        margin: 0 0 60px;
        padding: 40px 25px; } }
    @media only screen and (min-width: 768px) {
      .description__note {
        margin: 0 0 90px;
        padding: 70px 25px; } }
    .description__note ul {
      display: block;
      list-style: none;
      margin: 0 0 0 -40px; }
      .description__note ul li {
        text-align: left;
        margin: 0 0 20px;
        line-height: 30px; }
        @media only screen and (max-width: 767px) {
          .description__note ul li {
            font-size: 1.0rem;
            line-height: 2.2rem; } }
        @media only screen and (min-width: 768px) {
          .description__note ul li {
            font-size: 1.3rem;
            line-height: 2.5rem; } }
    .description__note p {
      font-family: "Sawarabi Mincho";
      text-align: center;
      margin: 40px 0 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .description__note p {
          font-size: 16px;
          line-height: 35px; } }
      @media only screen and (min-width: 768px) {
        .description__note p {
          font-size: 1.3rem;
          line-height: 43px; } }
  .description__update {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 767px) {
      .description__update {
        padding: 40px 25px; } }
    @media only screen and (min-width: 768px) {
      .description__update {
        padding: 40px 50px 60px; } }
    .description__update-ttl {
      text-align: center;
      padding: 0;
      letter-spacing: 0.05em;
      font-weight: 600;
      font-family: 'Sawarabi Mincho'; }
      @media only screen and (max-width: 767px) {
        .description__update-ttl {
          font-size: 1.1rem;
          line-height: 1.1rem;
          margin: 0 0 30px; } }
      @media only screen and (min-width: 768px) {
        .description__update-ttl {
          font-size: 1.3rem;
          margin: 0 0 50px; } }
    .description__update-container {
      height: 200px;
      overflow: auto; }
    .description__update ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .description__update ul li {
        margin: 0 0 25px;
        display: flex; }
        @media only screen and (max-width: 767px) {
          .description__update ul li {
            flex-direction: column; } }
        @media only screen and (min-width: 768px) {
          .description__update ul li {
            font-size: 1.1rem;
            align-items: center; } }
        .description__update ul li:last-child {
          margin: 0; }
        .description__update ul li span {
          color: #a9a9a9; }
          @media only screen and (min-width: 768px) {
            .description__update ul li span {
              font-size: 1.0rem;
              width: 150px; } }
        .description__update ul li p {
          padding: 0; }
          @media only screen and (max-width: 767px) {
            .description__update ul li p {
              margin: 3px 0 0; } }
          @media only screen and (min-width: 768px) {
            .description__update ul li p {
              margin: 0; } }

.application {
  background-color: rgba(0, 0, 0, 0.85); }
  @media only screen and (max-width: 767px) {
    .application {
      padding: 50px 0 100px; } }
  @media only screen and (min-width: 768px) {
    .application {
      padding: 80px 0 150px; } }
  .application h2 {
    padding: 0;
    color: #daa23b;
    font-family: 'Sawarabi Mincho';
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 767px) {
      .application h2 {
        font-size: 1.3rem;
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .application h2 {
        font-size: 2.1rem;
        margin: 0 0 50px; } }
  .application__inner {
    color: #f1f1f1;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__inner {
        margin: 0 auto 0;
        padding: 20px 15px; } }
    @media only screen and (min-width: 768px) {
      .application__inner {
        width: 980px;
        margin: 0 auto; } }
    .application__inner .item-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) {
        .application__inner .item-list:before {
          content: "";
          display: block;
          width: 23.5%;
          height: 0;
          order: 1; } }
      @media only screen and (min-width: 768px) {
        .application__inner .item-list:after {
          content: "";
          display: block;
          width: 23.5%;
          height: 0; } }
      .application__inner .item-list__item {
        border: 1px solid #333;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .application__inner .item-list__item {
            width: 48%;
            margin: 0 0 35px;
            padding: 15px 15px 20px; } }
        @media only screen and (min-width: 768px) {
          .application__inner .item-list__item {
            width: 23.5%;
            margin: 0 0 40px;
            padding: 15px 15px 25px; } }
        .application__inner .item-list__item h3 {
          margin: 0 0 5px; }
          @media only screen and (max-width: 767px) {
            .application__inner .item-list__item h3 {
              font-size: 0.9rem;
              height: 85px; } }
          @media only screen and (min-width: 768px) {
            .application__inner .item-list__item h3 {
              font-size: 0.95rem;
              height: 90px; } }
        .application__inner .item-list__item .price {
          margin: 0; }
      .application__inner .item-list__inner {
        position: relative; }
      .application__inner .item-list__image {
        margin: 0 0 20px;
        padding: 10px;
        width: 100%;
        position: relative;
        background: #222;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .application__inner .item-list__image {
            height: 180px; } }
        @media only screen and (min-width: 768px) {
          .application__inner .item-list__image {
            height: 250px; } }
        .application__inner .item-list__image::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .application__inner .item-list__image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%; }
        .application__inner .item-list__image:hover {
          opacity: 0.8; }
      .application__inner .item-list__detail {
        background: #daa23b;
        margin: 20px auto 15px;
        height: 40px;
        line-height: 40px; }
        @media only screen and (max-width: 767px) {
          .application__inner .item-list__detail {
            width: 100%; } }
        @media only screen and (min-width: 768px) {
          .application__inner .item-list__detail {
            width: 75%; } }
        .application__inner .item-list__detail:hover {
          opacity: 0.8; }
        .application__inner .item-list__detail a {
          color: #fff;
          text-decoration: none;
          font-size: 0.95rem;
          font-weight: bold; }
          .application__inner .item-list__detail a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
            background-color: transparent; }
      .application__inner .item-list__input {
        padding: 11px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: #333;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .application__inner .item-list__input {
            width: 100%; } }
        @media only screen and (min-width: 768px) {
          .application__inner .item-list__input {
            width: 75%;
            margin: 0 auto; } }
        .application__inner .item-list__input:hover {
          background: #444; }
        .application__inner .item-list__input input[type=checkbox] {
          display: none; }
        .application__inner .item-list__input-box {
          position: relative;
          top: 0;
          left: 0;
          display: block;
          width: 18px;
          height: 18px;
          background: #666;
          border-radius: 3px; }
        .application__inner .item-list__input-text {
          margin: 0 0 0 10px;
          display: block;
          font-size: 0.95rem;
          font-weight: bold;
          line-height: 100%; }
      .application__inner .item-list input[type=checkbox]:checked + .item-list__input-box {
        background: #daa23b; }
        .application__inner .item-list input[type=checkbox]:checked + .item-list__input-box::before {
          content: "";
          display: block;
          position: absolute;
          top: 0.5px;
          left: 5px;
          width: 4px;
          height: 11px;
          border-right: 3px solid #fff;
          border-bottom: 3px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .application__close {
    font-family: 'Sawarabi Mincho';
    border: #f1f1f1 solid 2px; }
    @media only screen and (max-width: 767px) {
      .application__close {
        margin: 30px 0 0;
        padding: 10px 0; } }
    @media only screen and (min-width: 768px) {
      .application__close {
        margin: 60px auto 0;
        padding: 15px 0; } }
    .application__close p {
      text-align: center;
      color: #fff;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 767px) {
        .application__close p {
          font-size: 1.0rem; } }
      @media only screen and (min-width: 768px) {
        .application__close p {
          font-size: 1.2rem; } }
  .application__form {
    box-sizing: border-box;
    border: #f1f1f1 solid 1px; }
    @media only screen and (max-width: 767px) {
      .application__form {
        margin: 30px 0 0;
        padding: 40px 15px; } }
    @media only screen and (min-width: 768px) {
      .application__form {
        margin: 60px auto 0;
        padding: 55px 30px 60px; } }
    @media only screen and (min-width: 768px) {
      .application__form-container {
        display: flex;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .application__form-item {
        width: 100%;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) {
      .application__form-item {
        width: 49%;
        margin-right: 15px; } }
    .application__form-item:last-child {
      margin: 0; }
    .application__form dl {
      display: flex;
      width: 100%;
      margin: 0 0 20px;
      padding: 0 0 20px;
      box-sizing: border-box; }
      .application__form dl:last-child {
        margin: 0;
        padding: 0;
        border: none; }
      @media only screen and (max-width: 767px) {
        .application__form dl {
          flex-direction: column; } }
      .application__form dl dt {
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .application__form dl dt {
            width: 100%;
            text-align: left;
            margin: 0 0 7px;
            padding: 0;
            font-size: 0.95rem; } }
        @media only screen and (min-width: 768px) {
          .application__form dl dt {
            width: 20%;
            text-align: right;
            margin: 0;
            padding: 0; } }
      .application__form dl dd {
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .application__form dl dd {
            width: 100%;
            margin: 0;
            padding: 0; } }
        @media only screen and (min-width: 768px) {
          .application__form dl dd {
            width: 65%;
            margin-left: 30px;
            padding: 0; } }
    .application__form input[type=text], .application__form input[type=email] {
      -webkit-appearance: none;
      border: #ccc solid 1px;
      font-size: 1.0rem;
      padding: 8px;
      border-radius: 3px;
      line-height: 1;
      background: #fff;
      box-sizing: border-box; }
      .application__form input[type=text]:focus, .application__form input[type=email]:focus {
        outline: 0; }
    .application__form .name {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .application__form .short {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      .application__form .short {
        width: 40%; } }
    @media only screen and (max-width: 767px) {
      .application__form .middle {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application__form .middle {
        width: 60%; } }
    .application__form .long {
      width: 100%; }
  .application__submit-container {
    margin: 35px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .application__submit-container {
        max-width: 500px; } }
    .application__submit-container 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; }
      @media only screen and (max-width: 767px) {
        .application__submit-container input[type=submit] {
          width: 135px;
          height: 45px;
          font-size: 0.85rem; } }
      @media only screen and (min-width: 768px) {
        .application__submit-container input[type=submit] {
          width: 220px;
          height: 48px;
          font-size: 1.0rem; } }
    .application__submit-container .submit {
      color: #fff;
      background: #daa23b; }
      .application__submit-container .submit:hover {
        -ms-filter: brightness(1.2);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2); }
    .application__submit-container .reset {
      color: #444;
      background: #ccc; }
      .application__submit-container .reset:hover {
        opacity: 0.8; }

.modal_content {
  display: none; }

.modal_container {
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .modal_container {
      padding: 25px;
      max-height: 85vh;
      overflow: auto; } }
  @media only screen and (min-width: 768px) {
    .modal_container {
      padding: 40px 35px;
      max-height: 800px;
      overflow: auto; } }
  .modal_container ul {
    margin: 0;
    padding: 0; }
    .modal_container ul li {
      display: inline-block;
      margin: 0 0 25px; }
      .modal_container ul li:last-of-type {
        margin: 0; }
      @media only screen and (min-width: 768px) {
        .modal_container ul li img {
          width: 85%;
          height: auto; } }
  .modal_container .caption {
    color: #333;
    margin: 0 0 35px; }
    .modal_container .caption h3 {
      margin: 0 0 7px; }
      @media only screen and (max-width: 767px) {
        .modal_container .caption h3 {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 768px) {
        .modal_container .caption h3 {
          font-size: 1.3rem; } }
    .modal_container .caption .price {
      padding: 0;
      color: #5b6169; }
      @media only screen and (max-width: 767px) {
        .modal_container .caption .price {
          font-size: 1.0rem;
          margin: 0 0 15px; } }
      @media only screen and (min-width: 768px) {
        .modal_container .caption .price {
          font-size: 1.2rem;
          margin: 0 0 20px; } }
    .modal_container .caption .condition {
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .modal_container .caption .condition {
          font-size: 0.8rem;
          padding: 15px 0; } }
      @media only screen and (min-width: 768px) {
        .modal_container .caption .condition {
          font-size: 0.9rem;
          padding: 20px 0; } }

.modaal-content-container {
  padding: 0 !important; }

.complete {
  height: calc(100vh - 40px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .complete {
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .complete {
      width: 100%; } }
  .complete p {
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 2.1em;
    color: #fff; }
  .complete .back {
    text-align: center;
    background: #daa23b;
    margin: 50px auto 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .complete .back {
        width: 175px;
        height: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 768px) {
      .complete .back {
        width: 220px;
        height: 48px;
        line-height: 48px; } }
    .complete .back:hover {
      -ms-filter: brightness(1.2);
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    .complete .back a {
      color: #fff;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .complete .back a {
          font-size: 0.85rem; } }
      @media only screen and (min-width: 768px) {
        .complete .back a {
          font-size: 1.0rem;
          cursor: pointer; } }

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

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

.global_head {
  margin: 0;
  padding: 0; }
