@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700&display=swap");
.front-page .leadtextbox {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 700px) {
  .front-page .leadtextbox {
    margin-top: 100px;
  }
}
.front-page .leadtextbox h2 {
  font-size: 44px;
  margin-left: 1.6em;
  letter-spacing: 0.3em;
}
@media (max-width: 800px) {
  .front-page .leadtextbox h2 {
    font-size: 5vw;
  }
}
@media (max-width: 700px) {
  .front-page .leadtextbox h2 {
    margin-left: 1em;
  }
}
.front-page .leadtextbox p {
  font-size: 22px;
  line-height: 2.2em;
}
@media (max-width: 800px) {
  .front-page .leadtextbox p {
    font-size: 3.3vw;
    line-height: 2em;
  }
}
.front-page .front-animebox {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
}
.front-page .front-animebox .left {
  display: flex;
  gap: 1em;
  width: 25%;
  align-items: flex-end;
}
.front-page .front-animebox .center {
  display: flex;
  flex: 1;
  gap: 1em;
  flex-direction: column;
  justify-content: flex-end;
}
.front-page .front-animebox .right {
  width: 25%;
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: flex-end;
}
.front-page .front-animebox img {
  width: 100%;
  display: block;
}
.front-page .atoutchinjyukan {
  margin-top: 200px;
  width: 100%;
  background-image: url("../img/front/atout-chinjyukan-bg.jpg");
  display: flex;
  justify-content: center;
}
.front-page .atoutchinjyukan .textbox {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 96%;
  max-width: 630px;
  color: white;
}
.front-page .atoutchinjyukan .textbox h3 {
  text-align: center;
  font-size: 42px;
}
.front-page .atoutchinjyukan .textbox h4 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 1em;
  margin-bottom: 3em;
}
.front-page .atoutchinjyukan .textbox p {
  font-size: 16.5px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .front-page .atoutchinjyukan .textbox p {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.front-page .messagebox {
  margin-top: 8em;
  margin-bottom: 8em;
}
.front-page .messagebox .flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1000px) {
  .front-page .messagebox .flex2 {
    flex-direction: column;
  }
}
.front-page .messagebox .flex2 .imgbox {
  width: 50%;
}
@media (max-width: 1000px) {
  .front-page .messagebox .flex2 .imgbox {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }
}
.front-page .messagebox .flex2 .imgbox img {
  width: 100%;
}
.front-page .messagebox .flex2 .textbox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page .messagebox .flex2 .textbox p {
  font-size: 18px;
  line-height: 2.6;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.front-page .messagebox .flex2 .textbox p img.sig {
  margin-right: 2em;
}
@media (max-width: 800px) {
  .front-page .messagebox .flex2 .textbox p img.sig {
    margin-right: 1em;
  }
}
.front-page .lefttitle {
  position: absolute;
  font-size: 16px;
  color: #2a6340;
  left: -2em;
  top: 1em;
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
}
@media (max-width: 1300px) {
  .front-page .lefttitle {
    left: 10px;
  }
}
@media (max-width: 800px) {
  .front-page .lefttitle {
    writing-mode: horizontal-tb;
  }
}
.front-page .aboutus {
  padding-top: 10em;
  padding-bottom: 10em;
  background-image: url("../img/front/back.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 800px) {
  .front-page .aboutus {
    padding-top: 0em;
  }
}
@media (max-width: 800px) {
  .front-page .aboutus .lefttitle {
    text-align: center;
    width: 100%;
    left: 0;
    top: 1em;
  }
}
.front-page .aboutus .w1200 {
  position: relative;
}
.front-page .aboutus .flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .front-page .aboutus .flex2 {
    flex-direction: column;
  }
}
.front-page .aboutus .flex2 .imgbox {
  width: 50%;
}
@media (max-width: 800px) {
  .front-page .aboutus .flex2 .imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .aboutus .flex2 .imgbox img {
  width: 100%;
  max-width: 420px;
}
.front-page .aboutus .flex2 .textbox {
  width: 50%;
}
@media (max-width: 800px) {
  .front-page .aboutus .flex2 .textbox {
    width: 86%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .aboutus .flex2 .textbox .flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 800px) {
  .front-page .aboutus .flex2 .textbox .flexbox {
    align-items: center;
  }
}
.front-page .aboutus .flex2 .textbox p.title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .front-page .aboutus .flex2 .textbox p.title {
    text-align: center;
  }
}
.front-page .aboutus .flex2 .textbox p.text {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  max-width: 28em;
  text-align: justify;
}
.front-page .aboutus .flex2 .textbox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}
.front-page .aboutus .flex2 .textbox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .aboutus .flex2 .textbox .linkbtn a span {
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
}
.front-page .aboutus .flex2 .textbox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .brandstory {
  background-image: url("../img/front/brandstory-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.front-page .brandstory .w1200 {
  position: relative;
}
.front-page .brandstory .lefttitle {
  color: white;
}
@media (max-width: 800px) {
  .front-page .brandstory .lefttitle {
    top: 2em;
    text-align: center;
    width: 100%;
  }
}
.front-page .brandstory .brandstorybox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  color: white;
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 30em;
}
@media (max-width: 800px) {
  .front-page .brandstory .brandstorybox {
    display: flex;
    flex-direction: column;
    width: 86%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.front-page .brandstory .brandstorybox .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 3rem;
}
.front-page .brandstory .brandstorybox .text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.front-page .brandstory .brandstorybox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .front-page .brandstory .brandstorybox .linkbtn {
    justify-content: center;
  }
}
.front-page .brandstory .brandstorybox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .brandstory .brandstorybox .linkbtn a span {
  border-bottom: 1px solid white;
  padding-bottom: 0.3em;
}
.front-page .brandstory .brandstorybox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .ourprocess {
  background-color: #2a6340;
  color: white;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (max-width: 800px) {
  .front-page .ourprocess {
    padding-top: 2em;
  }
}
.front-page .ourprocess .lefttitle {
  color: white;
}
@media (max-width: 800px) {
  .front-page .ourprocess .lefttitle {
    text-align: center;
    width: 100%;
    top: 0em;
  }
}
.front-page .ourprocess .w1200 {
  position: relative;
}
.front-page .ourprocess .flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 {
    flex-direction: column;
  }
}
.front-page .ourprocess .flex2 .imgbox {
  width: 50%;
  text-align: center;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
}
.front-page .ourprocess .flex2 .imgbox img {
  width: 100%;
  max-width: 420px;
}
.front-page .ourprocess .flex2 .textbox {
  width: 50%;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox {
    margin-top: 2em;
    width: 86%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .ourprocess .flex2 .textbox .flexbox {
  padding: 2em;
  width: 100%;
  max-width: 30em;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox .flexbox {
    max-width: initial;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .ourprocess .flex2 .textbox .flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox .flexbox {
    align-items: center;
  }
}
.front-page .ourprocess .flex2 .textbox p.title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox p.title {
    text-align: center;
  }
}
.front-page .ourprocess .flex2 .textbox p.text {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
}
.front-page .ourprocess .flex2 .textbox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .front-page .ourprocess .flex2 .textbox .linkbtn {
    justify-content: center;
  }
}
.front-page .ourprocess .flex2 .textbox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .ourprocess .flex2 .textbox .linkbtn a span {
  border-bottom: 1px solid white;
  padding-bottom: 0.3em;
}
.front-page .ourprocess .flex2 .textbox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .product {
  padding-top: 6em;
  padding-bottom: 2em;
  background-image: url("../img/front/product-bg.jpg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 800px) {
  .front-page .product .lefttitle {
    text-align: center;
    width: 100%;
    top: -2em;
  }
}
.front-page .product .w1200 {
  position: relative;
}
.front-page .product .flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .front-page .product .flex2 {
    flex-direction: column;
  }
}
.front-page .product .flex2 .imgbox {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .product .flex2 .imgbox .title {
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .imgbox .title {
    text-align: center;
    width: 100%;
  }
}
.front-page .product .flex2 .textbox {
  width: 50%;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox {
    margin-top: 2em;
    width: 86%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .product .flex2 .textbox .flexbox {
  padding: 2em;
  width: 100%;
  max-width: 30em;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox .flexbox {
    max-width: initial;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .product .flex2 .textbox .flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox .flexbox {
    align-items: center;
  }
}
.front-page .product .flex2 .textbox p.title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox p.title {
    text-align: center;
  }
}
.front-page .product .flex2 .textbox p.text {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
}
.front-page .product .flex2 .textbox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .front-page .product .flex2 .textbox .linkbtn {
    justify-content: center;
  }
}
.front-page .product .flex2 .textbox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .product .flex2 .textbox .linkbtn a span {
  border-bottom: 1px solid black;
  padding-bottom: 0.3em;
}
.front-page .product .flex2 .textbox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .product .flex3img {
  margin-top: 3em;
  display: flex;
  gap: 1em;
}
.front-page .product .flex3img .imgbox img {
  width: 100%;
}
.front-page .specialinterview {
  padding-top: 6em;
  padding-bottom: 6em;
}
.front-page .specialinterview .w1200 {
  position: relative;
}
.front-page .specialinterview .flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 {
    flex-direction: column;
  }
  .front-page .specialinterview .flex2 .textbox {
    order: 2;
  }
}
.front-page .specialinterview .flex2 .imgbox {
  width: 50%;
  text-align: center;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .specialinterview .flex2 .imgbox img {
  width: 100%;
}
.front-page .specialinterview .flex2 .textbox {
  width: 50%;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox {
    margin-top: 2em;
    width: 86%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .specialinterview .flex2 .textbox .flexbox {
  padding: 2em;
  width: 100%;
  max-width: 30em;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox .flexbox {
    max-width: initial;
    padding: 0;
  }
}
.front-page .specialinterview .flex2 .textbox .flexbox p.title {
  color: #2a6340;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .specialinterview .flex2 .textbox .flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox .flexbox {
    align-items: center;
  }
}
.front-page .specialinterview .flex2 .textbox p.title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox p.title {
    text-align: left;
    text-align: center;
    width: 100%;
  }
}
.front-page .specialinterview .flex2 .textbox p.text {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
}
.front-page .specialinterview .flex2 .textbox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .front-page .specialinterview .flex2 .textbox .linkbtn {
    justify-content: center;
  }
}
.front-page .specialinterview .flex2 .textbox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .specialinterview .flex2 .textbox .linkbtn a span {
  border-bottom: 1px solid black;
  padding-bottom: 0.3em;
}
.front-page .specialinterview .flex2 .textbox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .newsbox {
  padding-top: 6em;
  padding-bottom: 2em;
}
.front-page .newsbox .lefttitle {
  top: -2em;
}
@media (max-width: 800px) {
  .front-page .newsbox .lefttitle {
    text-align: center;
    width: 100%;
    left: 0;
  }
}
.front-page .newsbox .newstitle {
  width: 36%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2em;
}
@media (max-width: 800px) {
  .front-page .newsbox .newstitle {
    padding-top: 0em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.front-page .newsbox .newstitle .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.front-page .newsbox .w1200 {
  position: relative;
}
.front-page .newsbox .linkbtn {
  margin-top: 2em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  display: none;
}
@media (min-width: 801px) {
  .front-page .newsbox .linkbtn.pcOnly {
    display: block;
  }
}
@media (max-width: 800px) {
  .front-page .newsbox .linkbtn.spOnly {
    display: block;
    display: flex;
    justify-content: center;
  }
}
.front-page .newsbox .linkbtn a {
  display: flex;
  align-items: center;
}
.front-page .newsbox .linkbtn a span {
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom: 1px solid black;
  padding-bottom: 0.3em;
}
.front-page .newsbox .linkbtn a img {
  margin-right: 1em;
  width: 3em;
}
.front-page .newsbox .flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .front-page .newsbox .flex2 {
    flex-direction: column;
  }
}
.front-page .newsbox .flex2 .textbox {
  flex: 1;
}
@media (max-width: 800px) {
  .front-page .newsbox .flex2 .textbox {
    margin-top: 2em;
    width: 100%;
    flex: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page .newsbox .flex2 .textbox .flexbox {
  display: flex;
  padding: 2em;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 800px) {
  .front-page .newsbox .flex2 .textbox .flexbox {
    align-items: center;
    max-width: initial;
    padding: 0;
  }
}
.front-page .newsbox .flex2 .textbox p.title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .front-page .newsbox .flex2 .textbox p.title {
    text-align: center;
  }
}
.front-page .newsbox .flex2 .textbox p.text {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
}
.front-page .newsbox .newsitem {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 800px) {
  .front-page .newsbox .newsitem {
    width: 92%;
  }
}
.front-page .newsbox .newsitem .date {
  margin-bottom: 1em;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  color: #2a6340;
  display: flex;
  gap: 0.5em;
}
.front-page .newsbox .newsitem .news_title {
  line-height: 1.6;
}/*# sourceMappingURL=front.css.map */