@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
.zenkakuantique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

div.hero-area {
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding: 74px 0 40px;
  }
}
div.hero-area h1 {
  width: 91%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    width: 90%;
    max-width: 1000px;
  }
}
div.hero-area p {
  width: 83%;
  margin: auto;
}
div.hero-area p.hero-txt01 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  margin: 1em auto 0.6em;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt01 {
    font-size: 25px;
    margin: 1.4em auto 1em;
  }
}
div.hero-area p.hero-txt02 {
  font-weight: 500;
  font-size: 1.14em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt02 {
    font-size: 15px;
    text-align: center;
  }
}

section.sec-oshi {
  margin-bottom: 17%;
}
@media screen and (min-width: 768px) {
  section.sec-oshi {
    margin-bottom: 75px;
  }
}
section.sec-oshi.brown div.oshi-cont01 {
  background: #cbbd8d;
}
section.sec-oshi.brown div.oshi-cont02 {
  background: #c1ab84;
}
section.sec-oshi.blue div.oshi-cont01 {
  background: #3bb9c5;
}
section.sec-oshi.blue div.oshi-cont02 {
  background: #3ba7b3;
}
@media screen and (min-width: 768px) {
  section.sec-oshi.oshi02 div.oshi-cont01 div.oshi-cont01-inner {
    max-width: 1000px;
  }
  section.sec-oshi.oshi02 div.oshi-cont01 div.oshi-cont01-inner div.oshi-img01 {
    width: 68%;
  }
  section.sec-oshi.oshi02 div.oshi-cont01 div.oshi-cont01-inner div.oshi-txtwrap {
    width: 28%;
  }
}
section.sec-oshi p {
  color: #fff;
}
section.sec-oshi p.oshi-txt01 {
  text-align: justify;
  word-break: break-all;
  width: 83%;
  margin: auto;
  font-size: 1.14em;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-oshi p.oshi-txt01 {
    font-size: 15px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-oshi p.oshi-txt01 {
    font-size: 16px;
  }
}
section.sec-oshi div.oshi-cont01 {
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont01 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont01 div.oshi-cont01-inner {
    width: 90%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-oshi div.oshi-cont01 div.oshi-cont01-inner div.oshi-img01 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont01 div.oshi-cont01-inner div.oshi-img01 {
    width: 52%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont01 div.oshi-cont01-inner div.oshi-txtwrap {
    width: 41%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont01 div.oshi-cont01-inner div.oshi-txtwrap div.oshi-txt-img {
    margin-bottom: 25px;
  }
}
section.sec-oshi div.oshi-cont02 {
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner {
    width: 90%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-img02 {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap {
    width: 45%;
    order: -1;
  }
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap {
  position: relative;
  margin-bottom: 5%;
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name {
    width: 100%;
    position: revert;
  }
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span {
  display: block;
  line-height: 1.4em;
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt01 {
  font-size: 0.9em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt01 {
    font-size: 15px;
  }
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt02 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0.2em 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt02 {
    font-size: 26px;
  }
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt02 span.small {
  font-size: 0.6em;
  display: inline;
}
section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt03 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-oshi div.oshi-cont02 div.oshi-cont02-inner div.oshi-txtwrap div.smp-wrap p.oshi-name span.txt03 {
    font-size: 15px;
  }
}/*# sourceMappingURL=oshi.css.map */