@charset "UTF-8";
body {
  margin: 0;
}

h1, h2, h3, .lp__title, .lp__subtitle, .lp__text, .mainlead__text__caption, .section__subtitle, .closing__text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}

p, button, .section__btn, .section__text {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 428px) {
  p, button, .section__btn, .section__text {
    font-weight: normal;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 428px) {
  .br-sp {
    display: block;
  }
}

.container {
  width: 100%;
  background: url(../img/title_bk.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 428px) {
  .container {
    background: url(../img/title_bk_sp.jpg) no-repeat;
    background-size: 100%;
  }
}
.container__inner {
  padding-top: 700px;
}
@media screen and (max-width: 1536px) {
  .container__inner {
    padding-top: 580px;
  }
}
@media screen and (max-width: 1366px) {
  .container__inner {
    padding-top: 510px;
  }
}
@media screen and (max-width: 1280px) {
  .container__inner {
    padding-top: 470px;
  }
}
@media screen and (max-width: 820px) {
  .container__inner {
    padding-top: 300px;
  }
}
@media screen and (max-width: 428px) {
  .container__inner {
    padding-top: 175px;
  }
}

.mainlead {
  width: 980px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .mainlead {
    width: 70%;
  }
}
@media screen and (max-width: 820px) {
  .mainlead {
    width: 80%;
  }
}
.mainlead__title {
  text-align: left;
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .mainlead__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  .mainlead__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 665px) {
  .mainlead__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 428px) {
  .mainlead__title {
    font-size: 17px;
    font-weight: bold;
  }
}
.mainlead__body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 665px) {
  .mainlead__body {
    flex-direction: column;
  }
}
.mainlead__img {
  flex: 1;
}
.mainlead__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 665px) {
  .mainlead__img img {
    width: 85%;
    margin: 0 auto 20px;
  }
}
.mainlead__text {
  text-align: left;
  flex: 1.5;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .mainlead__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .mainlead__text {
    flex: 1.6;
    font-size: 14px;
  }
}
@media screen and (max-width: 665px) {
  .mainlead__text {
    font-size: 18px;
    flex: 1;
  }
}
@media screen and (max-width: 428px) {
  .mainlead__text {
    font-size: 14px;
  }
}

.atelier {
  background: url(../img/atrie_bk.jpg) no-repeat;
  background-position: 100% 0%;
  background-size: 35%;
}
@media screen and (max-width: 820px) {
  .atelier {
    background: url(../img/atrie_bk_sp.jpg) no-repeat;
    background-position: 100% 0%;
    background-size: 25%;
  }
}
@media screen and (max-width: 665px) {
  .atelier {
    background-size: 50%;
  }
}

.section {
  width: 980px;
  margin: 100px auto 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.6fr 1fr;
  grid-template-areas: "img content" "img btn";
  align-items: end;
}
@media screen and (max-width: 1280px) {
  .section {
    width: 80%;
  }
}
@media screen and (max-width: 665px) {
  .section {
    margin: 70px auto 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "content" "img" "btn";
    justify-items: center;
  }
}
.section__img {
  grid-area: img;
  width: 100%;
  justify-self: start;
}
@media screen and (max-width: 1280px) {
  .section__img {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .section__img {
    width: 80%;
  }
}
@media screen and (max-width: 894px) {
  .section__img {
    width: 95%;
  }
}
@media screen and (max-width: 820px) {
  .section__img {
    width: 80%;
  }
}
@media screen and (max-width: 795px) {
  .section__img {
    width: 90%;
  }
}
@media screen and (max-width: 665px) {
  .section__img {
    margin-top: 5px;
    width: 80%;
    flex: unset;
    margin: auto;
  }
}
.section__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-self: start;
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 665px) {
  .section__content {
    flex: unset;
  }
}
.section__title {
  font-size: 50px;
  color: #6f3200;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  .section__title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 665px) {
  .section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 428px) {
  .section__title {
    font-size: 30px;
  }
}
.section__subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media screen and (max-width: 1280px) {
  .section__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  .section__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 665px) {
  .section__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 428px) {
  .section__subtitle {
    font-size: 17px;
  }
}
.section__text {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .section__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 820px) {
  .section__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 665px) {
  .section__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 428px) {
  .section__text {
    font-size: 14px;
  }
}
.section__btn-wrap {
  width: 100%;
  grid-area: btn;
  grid-column: 2;
  justify-self: start;
}
@media screen and (max-width: 665px) {
  .section__btn-wrap {
    margin-top: 5px;
    grid-column: 1;
    justify-self: stretch;
  }
}
.section__btn {
  width: 100%;
  display: inline-block;
  background-color: #292929;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
}
.section__btn p {
  padding: 35px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .section__btn p {
    padding: 30px 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 820px) {
  .section__btn p {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 665px) {
  .section__btn p {
    padding: 25px 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 428px) {
  .section__btn p {
    padding: 20px 0;
    font-size: 14px;
  }
}

.ajiwau {
  background: url(../img/ajiwau_bk.png) no-repeat;
  background-position: 0% 0%;
  background-size: 30%;
}
@media screen and (max-width: 820px) {
  .ajiwau {
    background: url(../img/ajiwau_bk_sp.png) no-repeat;
  }
}
@media screen and (max-width: 665px) {
  .ajiwau {
    background-size: 45%;
  }
}

.section--left {
  grid-template-areas: "content img" "btn img";
  grid-template-columns: 1fr 0.6fr;
  justify-self: end;
  align-items: flex-end;
}
@media screen and (max-width: 665px) {
  .section--left {
    width: 80%;
    margin: 70px auto 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "content" "img" "btn";
    justify-items: center;
  }
}
.section--left .section__content {
  justify-self: end;
  align-items: flex-end;
}
@media screen and (max-width: 665px) {
  .section--left .section__content {
    flex: unset;
    justify-self: end;
  }
}
.section--left .section__img {
  justify-self: end;
}
@media screen and (max-width: 665px) {
  .section--left .section__img {
    justify-self: center;
  }
}
.section--left .section__btn-wrap {
  grid-column: 1;
}

.kouraku {
  background: url(../img/kouraku_bk.png) no-repeat;
  background-position: 100% 0%;
  background-size: 42%;
}
@media screen and (max-width: 665px) {
  .kouraku {
    background: url(../img/kouraku_bk_sp.png) no-repeat;
    background-position: 100% 0%;
    background-size: 60%;
  }
}

.dokusyo {
  background: url(../img/dokusyo_bk.png) no-repeat;
  background-position: 0% 0%;
  background-size: 35%;
}
@media screen and (max-width: 820px) {
  .dokusyo {
    background: url(../img/dokusyo_bk_sp.png) no-repeat;
  }
}
@media screen and (max-width: 428px) {
  .dokusyo {
    background-size: 43%;
  }
}

.kaimin {
  background: url(../img/kaimin_bk.png) no-repeat;
  background-position: 100% 0%;
  background-size: 40%;
}
@media screen and (max-width: 665px) {
  .kaimin {
    background-size: 60%;
  }
}

.footer {
  width: 100%;
}

.separator {
  text-align: center;
}
.separator--top, .separator--bottom {
  width: 8%;
  margin: 0 auto;
}
@media screen and (max-width: 665px) {
  .separator--top, .separator--bottom {
    width: 20%;
  }
}