@charset "UTF-8";
/* Scss Document */
/*メディアクエリ*/
/*header current display*/
header .headNav ul li a.nav_about:after {
  width: 100%;
}

/*header current display*/
/*title vertical*/
.titleVertical {
  width: 100%;
  height: 490px;
  margin: 0;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/about/top_back.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.titleVertical .inner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
}
.titleVertical .inner .blackBack {
  width: 100%;
  height: 330px;
  max-width: 530px;
  background-image: url("../img/common/pagetitle.png");
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 1.5rem 2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*tategaki code*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1060px) {
  .titleVertical .inner .blackBack {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 398px) {
  .titleVertical .inner .blackBack {
    align-items: flex-start;
  }
}
.titleVertical .inner .blackBack h2 {
  height: calc(330px - 5rem);
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .titleVertical .inner .blackBack h2 {
    line-height: 1.8;
  }
}
@media (max-width: 398px) {
  .titleVertical .inner .blackBack h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.titleVertical .inner .blackBack p {
  height: calc(330px - 5rem);
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .titleVertical .inner .blackBack p {
    line-height: 1.8;
  }
}
@media (max-width: 398px) {
  .titleVertical .inner .blackBack p {
    line-height: 1.5;
  }
}
.titleVertical .inner .blackBack img {
  padding-top: calc(100% - 171px);
}
@media (max-width: 398px) {
  .titleVertical .inner .blackBack img {
    height: 130px;
    padding-top: calc(100% - 130px);
  }
}

/*title vertical END*/
/*div intro*/
.intro {
  width: 100%;
  height: 100%;
  margin-bottom: 5rem;
  position: relative;
  background-image: url("../img/common/intro_bg01.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 300px;
  z-index: -99;
  text-align: center;
}
.intro:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/common/intro_bg02.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 350px;
  z-index: -99;
}
@media (max-width: 768px) {
  .intro:after {
    background-position: top 400px right;
  }
}
.intro .introCont {
  width: 100%;
  height: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 1060px) {
  .intro .introCont {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .intro .introCont {
    height: 960px;
    flex-wrap: wrap;
    padding: 60px 5%;
  }
}
.intro .introCont .txtBox {
  width: 450px;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1rem 2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*tategaki code*/
  text-align: start;
  position: relative;
}
@media (max-width: 1060px) {
  .intro .introCont .txtBox {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .intro .introCont .txtBox {
    height: 370px;
  }
}
@media (max-width: 398px) {
  .intro .introCont .txtBox {
    max-width: 300px;
  }
}
.intro .introCont .txtBox p {
  line-height: 3.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .intro .introCont .txtBox p {
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .intro .introCont .txtBox p {
    line-height: 2.8rem;
  }
}
@media (max-width: 398px) {
  .intro .introCont .txtBox p {
    line-height: 2.4rem;
    letter-spacing: 0.02em;
  }
}
.intro .introCont .txtBox p .txtLine {
  display: inline-block;
  padding-top: 8px;
  vertical-align: text-bottom;
}
.intro .introCont .txtBox .cc {
  margin-left: 2rem;
  line-height: 3rem;
}
@media (max-width: 1060px) {
  .intro .introCont .txtBox .cc {
    margin-left: 1.8rem;
  }
}
@media (max-width: 768px) {
  .intro .introCont .txtBox .cc {
    margin-left: 1rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 398px) {
  .intro .introCont .txtBox .cc {
    line-height: 2.5rem;
    font-size: 24px;
    margin-left: 10px;
  }
}
.intro .introCont .txtBox img {
  position: absolute;
  bottom: 0;
}
.intro > img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: calc(1060px + 10%);
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*div poem*/
.poem {
  width: 100%;
  height: 100%;
  margin: 0 auto 5rem;
  padding: 0;
  position: relative;
  background-image: url("../img/about/black_background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -99;
}
.poem .poemCont {
  width: 100%;
  height: 690px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 90px 5%;
  max-width: 1060px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media (max-width: 1060px) {
  .poem .poemCont {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .poem .poemCont {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
    padding: 10% 5%;
  }
}
@media (max-width: 398px) {
  .poem .poemCont {
    padding: 15% 5%;
  }
}
.poem .poemCont p {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*tategaki code*/
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1060px) {
  .poem .poemCont p {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .poem .poemCont p {
    -ms-writing-mode: unset;
    writing-mode: unset;
    line-height: 2.8rem;
    padding-top: 5px;
  }
}
@media (max-width: 398px) {
  .poem .poemCont p {
    line-height: 2.5rem;
    font-size: 16px;
  }
}
.poem .poemCont .lower {
  text-align: end;
}

/*sec about*/
#about {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 5rem;
  padding: 0 5%;
  max-width: calc(1060px + 10%);
  position: relative;
}
#about h4.baseTitle {
  font-size: 20px;
  margin: 3rem auto 2rem;
  position: relative;
  border-left: 3px solid #6a0000;
  line-height: 1.5rem;
}
#about h4.baseTitle:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
#about .twoColumn {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media (max-width: 1060px) {
  #about .twoColumn {
    flex-wrap: wrap;
  }
}
#about .twoColumn p {
  margin-top: 1rem;
  font-size: 15px;
}
@media (max-width: 1060px) {
  #about .twoColumn p {
    margin-top: 0;
    flex-basis: 100%;
  }
}
#about .twoColumn figure {
  width: 100%;
  height: auto;
  text-align: center;
}
#about .twoColumn figure img {
  width: 400px;
}
@media (max-width: 768px) {
  #about .twoColumn figure img {
    width: 100%;
    height: auto;
    max-width: 400px;
    object-fit: cover;
  }
}
@media (max-width: 1060px) {
  #about .twoColumn figure {
    max-width: 100%;
    flex-basis: 100%;
    margin: 2rem 0 0;
  }
}
#about .twoColumn:first-of-type figure img {
  width: 530px;
}
@media (max-width: 768px) {
  #about .twoColumn:first-of-type figure img {
    width: 100%;
    height: auto;
    max-width: 530px;
  }
}
#about .kodawari {
  display: block;
}
#about .kodawari figure {
  text-align: center;
  margin: 1rem auto;
}
#about .kodawari figure img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
#about .kodawari .caption {
  width: 100%;
  max-width: 600px;
  text-align: left;
}
#about .note {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2rem 3rem;
  max-width: 1060px;
  background: #f1f0e7;
}
@media (max-width: 398px) {
  #about .note {
    padding: 2rem 1.5rem;
  }
}
#about .note p:first-of-type {
  padding-bottom: 10px;
}

/*about END*/
/*background image*/
