@charset "UTF-8";
/* CSS Document */
.start-text {
  text-align: center;
  margin: 100px 0;
  padding: 0 15px;
}

.start-area p{
  color: #111111;
  text-align: center;
}
.wide-photo {
  width: 100vw;
  height: auto;
}
.kodawari-area {
  max-width: 1200px;
  height: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0!important;
  position: relative;
}
.material .kodawari_text {
  background-image: url(../images/concept/concept-text.jpg);
  background-size: contain;
  padding: 110px 50px 70px 225px;
  position: absolute;
  top: 16%;
  right: 0;
}
.material .kodawari-photo {
  position: absolute;
  top: 11%;
  left: 0;
}
.cakes .kodawari_text {
  background-image: url(../images/concept/concept-text.jpg);
  background-size: contain;
  padding: 110px 185px 70px 100px;
  position: absolute;
  top: 60%;
  left: 0;
}
.cakes .kodawari-photo {
  position: absolute;
  top: 55%;
  right: 0;
}
.kodawari-ttl {
  display: inline-block;
  color: #2d2d2d;
  font-size: 3rem;
  font-family: 'Noto Serif JP',serif;
  font-weight: bold;
  border-bottom: solid 1px #2d2d2d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 450px;
}
.btn-area {
  margin-bottom: 150px;
}
.btn-area .btn {
  font-weight: bold;
}
@media screen and (max-width:1110px) {
  .material .kodawari-photo {
    top: 5%;
  }

  .material .kodawari_text {
    top: 24%;
  }
  .cakes .kodawari_text {
    top: 78%;
  }
  .cakes .kodawari-photo {
    top: 60%;
  }
  .btn-area {
    margin-top: 180px;
  }

}
@media screen and (max-width:750px) {
  .start-text {
    margin: 50px 0;
  }
}
@media screen and (max-width:600px) {
  .kodawari-photo {
    width: 85%;
  }
  .material .kodawari_text,.cakes .kodawari_text {
    width: 85%;
    padding: 65px 30px 60px 30px;
  }
  .kodawari-ttl {
    width: auto;
  }
}
@media screen and (max-width:426px) {
  .material .kodawari_text {
    top: 20%;
  }
  .cakes .kodawari_text {
    top: 74%;
  }
}
@media screen and (max-width:420px) {
  .material .kodawari_text {
    top: 16%;
  }
  .cakes .kodawari_text {
    top: 71%;
  }
  .kodawari-ttl {
    font-size: 2.2rem;
  }
}
