@charset "UTF-8";
/* CSS Document */
.top {
  margin: 0 auto min(7%, 120px);
}
.bg-top {
  position: relative;
}
.bg-top img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
  .top-img {
    display: none;
  }
  .top-img-max {
    display: block;
  }
.bg-top_text {
  max-width: 1440px;
  position: absolute;
  bottom: 42%;
  left: 10%;
  color: #7d9e90;
  font-size: clamp(3.4rem, 4vw, 5.0rem);
  font-family: 'Courier Prime', monospace;
  font-weight: 400;
  letter-spacing: clamp(0.3rem, 1vw, 0.8rem);
  text-shadow: 0px 0px 24px #fff, 1px -1px 24px #fff, -1px 1px 24px #fff, -1px -1px 24px #fff, 2px 2px 24px #fff, -2px 2px 24px #fff, 2px -2px 24px #fff, -2px -2px 24px #fff;
}
@media (min-width: 1250px) and (max-width: 1700px){
.top {
  margin: 0 auto min(7%, 120px);
}
.bg-top {
  position: relative;
}
.bg-top img {
  width: 100%;
  min-height: 250px;
  max-height: 450px;
}
  .top-img {
    display: block;
  }
  .top-img-max {
    display: none;
}
  .bg-top_text {
    bottom: 35%;
  }
}
@media (min-width: 580px) and (max-width: 1250px) {
.top {
  margin: 0 auto min(7%, 120px);
}
.bg-top {
  position: relative;
}
.bg-top img {
  width: 100%;
  min-height: 250px;
  max-height: 450px;
  object-fit: cover;
}
  .top-img {
    display: block;
  }
  .top-img-max {
    display: none;
}
 .bg-top_text {
    bottom: 35%;
  }
}
@media (max-width:580px) {
  .top {
    margin-bottom: 25px;
  }
   .top-img {
    display: block;
  }
  .top-img-max {
    display: none;
}
  .bg-top img {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
  }
  .bg-top_text {
    bottom: 28%;
    left: 10%;
    color: #7d9e90;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: clamp(0.1rem, 1vw, 0.2rem);
  }
  
}
.studio {
  margin: 0 auto min(12%, 260px);
}
.studio-wrap {
  margin-bottom: clamp(70px, 9vw, 120px);
}
.studio-text h2 {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  color: #7d9e90;
  font-weight: 500;
  letter-spacing: clamp(0.1rem, 1vw, 0.6rem);
  margin-bottom: clamp(2.8rem, 4vw, 5.0rem);
}
.studio-text p {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  line-height: clamp(2.4rem, 3vw, 3.8rem);
  letter-spacing: clamp(0.1rem, 0.5vw, 0.3rem);
  margin-bottom: clamp(1.4rem, 1.8vw, 1.6rem);
}
.studio-p-min {
  margin-bottom: 28px;
}
.studio-text p span {
  font-size: clamp(1.6rem, 2vw, 2.0rem);
  font-weight: 500;
  color: #ceb739;
}
.studio-image {
  width: 48%;
  float: right;
  margin-top: -5%;
  margin-left: 20px;
  margin-bottom: 15px;
}
.studio-image img {
  width: 100%;
  min-width: 200px;
}
@media (max-width:580px) {
  .studio {
    margin: 0 auto min(17%, 200px);
  }
  .studio-inner {
    width: calc(100% - 60px);
  }
  .studio-wrap {
    display: block;
    margin-bottom: 15%
  }
  .studio-text h2 {
    font-size: clamp(2.0rem, 2.2vw, 2.4rem);
    color: #7d9e90;
    font-weight: 500;
    letter-spacing: clamp(0.1rem, 1vw, 0.3rem);
    margin-bottom: clamp(2.8rem, 4vw, 5.0rem);
  }
  .studio-text p {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: 400;
    line-height: clamp(2.4rem, 3vw, 3.8rem);
    letter-spacing: clamp(0.1rem, 0.3vw, 0.2rem);
    margin-bottom: clamp(1.8rem, 3vw, 3.0rem);
    text-align: left;
  }
  .studio-text p span {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block
  }
  .studio-p-min p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -12px;
    letter-spacing: 0.2rem;
    margin-bottom: 25px;
  }
  .studio-image {
    display: none;
  }
  .studio-image-sp {
    display: block;
    width: 94%;
    max-width: 430px;
    margin: 0 auto min(10%, 250px);
  }
  .studio-image-sp img {
    width: 100%;
  }
  .studio-p-sp p {
    font-size: clamp(1.3rem, 1vw, 1.6rem);
  }
  .studio-address {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: clamp(1.2rem, 2.7vw, 4.4rem);
  }
}
.toy {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #acc1b4;
  border-radius: 25px;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: clamp(20px, 3vw, 30px);
  padding-left: clamp(3.2rem, 4vw, 6.0rem);
  padding-bottom: clamp(20px, 3vw, 30px);
  padding-right: clamp(60px, 14vw, 150px);
}
.toy-text {
  color: #fff;
  width: 60%;
  min-width: 190px;
  padding-top: 10px;
}
.toy h3 {
  margin-bottom: clamp(2.2rem, 3vw, 3.0rem);
  font-size: clamp(1.7rem, 2.4vw, 2.8rem);
  letter-spacing: clamp(0.0rem, 0.3vw, 0.3rem);
  font-weight: 500;
}
.toy p {
  line-height: clamp(2.8rem, 4vw, 5.0rem);
  font-size: clamp(1.4rem, 2vw, 2.0rem);
  letter-spacing: clamp(0.2rem, 1vw, 0.4rem);
  padding-left: clamp(15px, 2vw, 25px);
}
.toy-image_1 {
  width: 30%;
  min-width: 120px;
  padding-top: 10%;
  padding-right: clamp(1.8rem, 3vw, 3.0rem);
}
.toy-image_1 img {
  width: 100%;
}
.toy-image_2 {
  width: 30%;
  min-width: 120px;
}
.toy-image_2 img {
  width: 100%;
}
.toy-bear {
  position: absolute;
  width: 10%;
  min-width: 60px;
  bottom: 20px;
  right: 30px;
}
.toy-bear img {
  width: 100%;
}
@media (max-width:580px) {
  .toy {
    position: relative;
    display: block;
    justify-content: center;
    background-color: #acc1b4;
    border-radius: 25px;
    height: 300px;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: clamp(20px, 3vw, 30px);
    padding-left: clamp(3.2rem, 4vw, 6.0rem);
    padding-bottom: clamp(20px, 3vw, 30px);
    padding-right: clamp(60px, 14vw, 150px);
  }
  .toy-text {
    width: 100%;
    min-width: 150px;
    padding-top: 10px;
  }
  .toy h3 {
    margin-bottom: clamp(2.2rem, 3vw, 3.0rem);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    letter-spacing: clamp(0.0rem, 1vw, 0.6rem);
    font-weight: 500;
  }
  .toy p {
    line-height: clamp(2.8rem, 4vw, 5.0rem);
    font-size: clamp(1.4rem, 2vw, 2.0rem);
    letter-spacing: clamp(0.2rem, 1vw, 0.4rem);
    padding-left: clamp(15px, 2vw, 25px);
  }
  .toy-image_1 {
    position: absolute;
    top: 10%;
    right: 0;
    width: 40%;
    max-width: 220px;
    padding-top: 10%;
    padding-right: clamp(1.8rem, 3vw, 3.0rem);
  }
  .toy-image_1 img {
    width: 100%;
  }
  .toy-image_2 {
    position: absolute;
    bottom: 5%;
    width: 32%;
    min-width: 140px;
  }
  .toy-image_2 img {
    width: 100%;
  }
  .toy-bear {
    width: 27%;
    max-width: 80px;
    bottom: 20px;
    right: 30px;
  }
}