.online-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .online-cont {
    margin: 50px auto 0 auto;
  }
}
.online-cont .anchor-links {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .online-cont .anchor-links {
    margin-bottom: 60px;
  }
}
.online-cont .anchor-links .anchor-link {
  width: calc(100% / 3 - 180px / 3);
  margin-right: 90px;
  margin-bottom: 20px;
}
.online-cont .anchor-links .anchor-link:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .online-cont .anchor-links .anchor-link {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
  }
  .online-cont .anchor-links .anchor-link:nth-child(2n) {
    margin-right: 0;
  }
}
.online-cont .anchor-links .anchor-link .image {
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .online-cont .anchor-links .anchor-link .image {
    height: 150px;
    margin-bottom: 5px;
  }
}
.online-cont .anchor-links .anchor-link .image img {
  width: 100%;
}
.online-cont .creator {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .online-cont .creator {
    margin-bottom: 60px;
  }
}
.online-cont .creator .gallery {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .online-cont .creator .gallery {
    margin-bottom: 20px;
  }
}
.online-cont .creator .gallery .image {
  width: calc(100% / 4 - 30px / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}
.online-cont .creator .gallery .image:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .online-cont .creator .gallery .image {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
  }
  .online-cont .creator .gallery .image:nth-child(2n) {
    margin-right: 0;
  }
}
.online-cont .creator .gallery .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-cont .creator .name {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .online-cont .creator .name {
    margin-bottom: 20px;
  }
}
.online-cont .creator .price {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .online-cont .creator .price {
    margin-bottom: 20px;
  }
}
.online-cont .creator .stock {
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-block;
}
.online-cont .creator .postage {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .online-cont .creator .postage {
    margin-bottom: 40px;
  }
}
.online-cont .creator .postage .row {
  width: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .online-cont .creator .postage .row {
    margin-bottom: 0;
  }
}
.online-cont .creator .size {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .online-cont .creator .size {
    margin-bottom: 20px;
  }
}
.online-cont .creator .size span {
  display: block;
}
.online-cont .creator .material {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .online-cont .creator .material {
    margin-bottom: 20px;
  }
}
.online-cont .creator .material span {
  display: block;
}
.online-cont .creator .textarea {
  line-height: 2;
}

.headline-w {
  width: 100%;
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 600px) {
  .headline-w {
    margin-bottom: 30px;
  }
}

.form {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .form .headline-w {
    margin-bottom: 0;
  }
}
.form .contact-cont .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #a1a2a2;
}
.form .contact-cont .row div {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.form .contact-cont .row:last-child {
  border-bottom: none;
}
.form .contact-cont .row .left {
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .form .contact-cont .row .left {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.form .contact-cont .row .left span {
  border-radius: 5px;
  background-color: #231815;
  color: #fff;
  padding: 5px 10px;
}
.form .contact-cont .row .right {
  width: calc(100% - 215px);
}
@media (max-width: 600px) {
  .form .contact-cont .row .right {
    width: 100%;
  }
}
.form .contact-cont .row .right span {
  width: 100%;
}
.form .contact-cont .row .right input,
.form .contact-cont .row .right textarea {
  background-color: #fff;
  border: 1px solid #a1a2a2;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 600px) {
  .form .contact-cont .row .right input,
  .form .contact-cont .row .right textarea {
    padding: 5px;
  }
}
.form .contact-cont .row .right input[type=checkbox] {
  width: auto;
}
.form .contact-cont .row .right textarea {
  width: 100%;
}
.form .contact-cont .row .right.area span:first-child {
  width: 30%;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .form .contact-cont .row .right.area span:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.form .contact-cont .row .right.area span:last-child {
  width: calc(70% - 10px);
}
@media (max-width: 600px) {
  .form .contact-cont .row .right.area span:last-child {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form .contact-cont .row .right .wpcf7-list-item {
    margin: 0;
    width: 50%;
  }
}
.form .contact-cont .row:first-child .right span {
  width: auto;
}
.form .submit {
  text-align: center;
}
.form .submit input {
  width: 200px;
  color: #fff;
  text-align: center;
  background-color: #231815;
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .wpcf7-spinner {
  display: none;
}

.payment {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .payment {
    margin-bottom: 40px;
  }
}

.shipping .content p {
  margin-bottom: 20px;
}
.shipping .content .question {
  border-bottom: 1px solid #231815;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .shipping .content .question {
    margin-bottom: 10px;
  }
}
.shipping .content .answer {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .shipping .content .answer {
    margin-bottom: 20px;
  }
}