@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}
a:hover {
  opacity: 0.6;
}

body {
  background: #10110E;
  color: #DDD;
  font-family: "Hiragino Mincho Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.25vw;
  }
}

.header {
  position: relative;
}
.header h1 {
  position: absolute;
  top: 1.389vw;
  left: 2.083vw;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .header h1 {
    font-size: 1.111vw;
  }
}
.header img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 701px) {
  .header img {
    height: 55.556vw;
  }
}

h2 {
  font-family: Karla;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.167vw;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3.333vw;
  }
}

.about {
  background: url(../img/about.png) no-repeat center top/cover;
}

.about-inner {
  margin-inline: auto;
  padding-block: 70px;
  width: 300px;
}
@media screen and (min-width: 701px) {
  .about-inner {
    padding-block: 228px;
    width: 43.611vw;
  }
}

.top-text {
  margin-top: 100px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  .top-text {
    margin-inline: auto;
    text-align: left;
    margin-top: 10.417vw;
    font-size: 1.667vw;
    width: 52.708vw;
  }
}

.company {
  margin-top: 100px;
  margin-inline: auto;
  width: 300px;
}
@media screen and (min-width: 701px) {
  .company {
    margin-top: 10.417vw;
    width: 43.611vw;
  }
}

.container {
  margin-top: 30px;
}
.container ol {
  padding-left: 30px;
  list-style: decimal;
}
@media screen and (min-width: 701px) {
  .container ol {
    padding-left: 1.389vw;
  }
}
.container li + li {
  margin-top: 20px;
}
@media screen and (min-width: 701px) {
  .container {
    margin-top: 4.861vw;
  }
  .container li + li {
    margin-top: 1.389vw;
  }
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #928f8f;
}
.flex-content:nth-child(2n) {
  background: #2f2e2e;
}
.flex-content span {
  padding-inline: 1vw;
  padding-block: 2vw;
  width: 15vw;
}
.flex-content p {
  padding-left: 1vw;
  padding-block: 2vw;
  border-left: 1px solid #928f8f;
}
.flex-content + .flex-content {
  border-top: none;
}
@media screen and (min-width: 701px) {
  .flex-content span {
    width: 8vw;
    text-align: center;
  }
}

.company-map {
  margin-top: 60px;
  text-align: center;
}
.company-map img {
  width: 300px;
}
@media screen and (min-width: 701px) {
  .company-map {
    margin-top: 3.472vw;
  }
  .company-map img {
    width: 38.889vw;
  }
}

.business {
  margin-top: 100px;
  margin-inline: auto;
  width: 300px;
}
@media screen and (min-width: 701px) {
  .business {
    margin-top: 12.5vw;
    width: 43.681vw;
  }
}

.contact {
  margin-top: 100px;
  margin-inline: auto;
  width: 300px;
}
.contact p {
  margin-top: 4.861vw;
}
@media screen and (min-width: 701px) {
  .contact {
    margin-top: 10.417vw;
    width: 43.681vw;
  }
}

.contact-container {
  margin-top: 2.778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 701px) {
  .contact-container {
    display: block;
  }
}

.contact-content + .contact-content {
  margin-top: 2.083vw;
}

.form-text {
  margin-top: 0.486vw;
  padding-left: 0.347vw;
  width: 300px;
  height: 40px;
  border: 1px solid #DDD;
  background: #10110E;
}
@media screen and (min-width: 701px) {
  .form-text {
    width: 38.889vw;
    height: 2.431vw;
  }
}

.form-textarea {
  margin-top: 0.347vw;
  padding-left: 0.347vw;
  width: 300px;
  height: 200px;
  border: 1px solid #DDD;
  background: #10110E;
}
@media screen and (min-width: 701px) {
  .form-textarea {
    width: 38.889vw;
    height: 23.819vw;
  }
}

.send-button {
  margin-top: 2.431vw;
  padding: 10px 30px;
  border: 1px solid #DDD;
  background: #10110E;
}
.send-button span {
  color: #DDD;
  font-family: "Hiragino Mincho Pro";
  font-weight: 300;
  line-height: normal;
}
.send-button:hover {
  background: #fff;
  opacity: 1;
}
.send-button:hover span {
  color: #000;
}
@media screen and (min-width: 701px) {
  .send-button {
    margin-inline: 28.472vw 0;
    padding: 0.764vw 2.708vw 0.694vw;
  }
  .send-button span {
    font-size: 1.25vw;
  }
}

.shop {
  margin-top: 100px;
  margin-inline: auto;
  width: 300px;
}
.shop p {
  margin-top: 4.861vw;
}
@media screen and (min-width: 701px) {
  .shop {
    margin-top: 10.417vw;
    width: 43.681vw;
  }
}

.shop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 701px) {
  .shop-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.083vw;
  }
}

.shop-card {
  margin-top: 4.861vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-card img {
  width: 280px;
}
.shop-card span {
  padding: 0.069vw 0 0.208vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#ECC66F), to(#A533E5));
  background: linear-gradient(0deg, #ECC66F 0%, #A533E5 100%);
  color: #10110E;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.083vw;
  width: 280px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  .shop-card {
    gap: 0.764vw;
  }
  .shop-card img {
    width: 20.833vw;
  }
  .shop-card span {
    font-size: 1.667vw;
    width: 20.833vw;
  }
}

.footer {
  margin-top: 15vw;
}

.footer-img {
  padding-bottom: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-img:nth-of-type(1) img {
  width: 70px;
}
.footer-img:nth-of-type(2) img {
  width: 80px;
}
@media screen and (min-width: 701px) {
  .footer-img {
    margin-inline: auto 165px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer-img:nth-of-type(1) img {
    width: 8.472vw;
  }
  .footer-img:nth-of-type(2) img {
    width: 6.597vw;
  }
}

.footer-img__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-img__content span {
  font-size: 10px;
}
@media screen and (min-width: 701px) {
  .footer-img__content span {
    font-size: 1.1vw;
  }
}

.thank-you-message {
  margin-top: 30px;
  margin-inline: auto;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  border: 1px solid #DDD;
}
@media screen and (min-width: 701px) {
  .thank-you-message {
    margin-top: 3.542vw;
    padding: 1.944vw 4.097vw;
    font-size: 1.389vw;
  }
}