/* define */
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  br.pc {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  br.pc {
    display: block;
  }
}

#about_topimage {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  min-height: 55vh;
}
@media screen and (max-width: 750px) {
  #about_topimage {
    min-height: 35vh;
  }
}
@media screen and (max-width: 750px) {
  #about_topimage {
    position: relative;
    padding-top: 13.3333333333%;
    background: url(../images/mv_sp.webp) center repeat;
    background-size: cover;
    height: 100vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #about_topimage {
    background: url(../images/mv_pc.webp);
    background-position: center;
    background-size: cover;
    padding-top: 9.765625%;
  }
}
@media screen and (min-width: 1025px) {
  #about_topimage {
    background: url(../images/mv_pc.webp);
    background-position: center;
    background-size: cover;
    padding-top: 80px;
  }
}
#about_topimage .map {
  margin-bottom: 48px;
}
#about_topimage .description {
  background-color: #131313;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(700px, 70vw, 800px);
  height: 360px;
  z-index: 2;
  font-family: "Shippori Mincho";
  font-size: clamp(16px, 2.5vw, 22px);
  line-height: clamp(32px, 5vw, 40px);
  opacity: 0;
}
#about_topimage .description.active {
  opacity: 1;
  animation-name: show;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 750px) {
  #about_topimage .description {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    bottom: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #about_topimage .description {
    width: clamp(500px, 90vw, 700px);
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: clamp(32px, 5vw, 38px);
  }
}
#about_topimage .description .description_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #about_topimage .description .description_box {
    padding: 20px;
  }
}
#about_topimage .description .description_box::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100px;
  height: 70px;
  display: inline-block;
}
#about_topimage .description .description_box:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 70px;
  height: 100px;
  display: inline-block;
}
#about_topimage .description .description_box p {
  display: inline-block;
}

#page_about {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-size: 17px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #page_about {
    margin-top: 0;
    padding: 0 3.3333333333% 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #page_about {
    margin-top: 8.0078125%;
    padding: 0 4.4921875% 0;
  }
}
#page_about .about_body {
  width: 100%;
  margin: 80px auto 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 750px) {
  #page_about .about_body {
    padding: 0 3.5714285714% 4%;
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #page_about .about_body {
    padding: 128px 22px 60px;
  }
}
@media screen and (min-width: 1025px) {
  #page_about .about_body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 200px 80px 60px;
  }
}
#page_about .about_body .column {
  background: rgba(239, 239, 239, 0.6);
  position: absolute;
  top: 60vh;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .column {
    padding: 9.3333333333% 3.3333333333%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #page_about .about_body .column {
    padding: 5.859375% 4.4921875% 5.859375%;
  }
}
@media screen and (min-width: 1025px) {
  #page_about .about_body .column {
    padding: 2em 75px 1.4em;
  }
}
#page_about .about_body .column-body {
  position: relative;
}
#page_about .about_body .column-body.active {
  opacity: 1;
  animation-name: slideInBottom;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
  #page_about .about_body .column-body {
    max-width: 1280px;
    margin: 0 auto;
  }
}
#page_about .about_body .column-body .contents {
  width: 100%;
}
#page_about .about_body #toptext {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_about .about_body #toptext .description2 {
  max-width: 700px;
  border: #131313 1px solid;
  border-right: transparent;
  border-left: transparent;
  padding: 24px 1rem;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #page_about .about_body #toptext .description2 {
    font-size: 15px;
    margin: 2.4rem auto;
  }
}
#page_about .about_body #toptext h2 {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 1.4em;
  margin-left: -1.4em;
}
@media screen and (max-width: 750px) {
  #page_about .about_body #toptext h2 {
    font-size: 23px;
    padding: 0 2em;
  }
}
#page_about .about_body #toptext h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #727272;
}
@media screen and (max-width: 750px) {
  #page_about .about_body #toptext h2::before {
    width: 40px;
  }
}
#page_about .about_body #toptext span {
  font-size: 15px;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  #page_about .about_body #toptext span {
    font-size: 13px;
    float: inline-start;
    padding: 0.4em 0 0 1.2em;
    line-height: 1.4em;
  }
  #page_about .about_body #toptext span.pickup, #page_about .about_body #toptext span.latest {
    float: none;
    padding: 0.4em 0 0 1.2em;
    line-height: 1.4em;
  }
}
#page_about .about_body .midtext {
  padding: 150px 0 20px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midtext {
    padding: 90px 10px;
  }
}
#page_about .about_body .midtext.active {
  opacity: 1;
  animation-name: slideInBottom;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
}
#page_about .about_body .midtext .description3 {
  max-width: 970px;
  margin: 48px auto;
}
#page_about .about_body .midtext .description3 .gallerybtn {
  width: 200px;
  height: auto;
  margin: 20px auto;
}
#page_about .about_body .midtext .description3 .gallerybtn:hover {
  opacity: 0.6;
}
#page_about .about_body .midtext .note {
  max-width: 820px;
  margin: 90px auto 0;
}
#page_about .about_body .midtext .note .items_box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: stretch;
  width: 100%;
}
#page_about .about_body .midtext .note .items_box.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midtext .note .items_box.row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#page_about .about_body .midtext .note .items_box .items {
  flex: 1 1 auto;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midtext .note .items_box .items {
    font-size: 15px;
  }
}
#page_about .about_body .midtext .note .items_box .items .item {
  background-color: #f5f5f5;
  width: 100%;
  line-height: 1.5rem;
  padding: 8px 2rem;
  margin: 12px auto;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midtext .note .items_box .items .item {
    padding: 8px 1rem;
  }
}
#page_about .about_body .midtext .note .items_box .items .item span {
  text-decoration: underline;
}
#page_about .about_body .midtext .note .items_box .items .item a {
  text-decoration: underline;
}
#page_about .about_body .midtext .note .items_box .items.pic {
  background-color: #131313;
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  margin: 12px;
  background-image: url(../images/top_dxyl.webp);
  background-position: center top;
  background-size: 100% auto;
}
#page_about .about_body .midashi {
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  height: 170px;
  width: 100vw;
  margin-bottom: 100px;
  background-image: url(../images/top_obi_01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midashi {
    height: 80px;
  }
}
#page_about .about_body .midashi.second {
  background-image: url(../images/top_obi_02.webp);
}
#page_about .about_body .midashi .circle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 10000px;
  background-color: rgba(255, 118, 118, 0.9);
  text-align: center;
  font-family: "Shippori Mincho";
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midashi .circle {
    width: 180px;
    height: 180px;
  }
}
#page_about .about_body .midashi .circle.yellow {
  background-color: rgba(255, 252, 0, 0.8);
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midashi .circle.yellow {
    width: 180px;
    height: 180px;
  }
}
#page_about .about_body .midashi .circle p {
  font-size: clamp(16px, 2.5vw, 26px);
  line-height: clamp(32px, 5vw, 42px);
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midashi .circle p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#page_about .about_body .midashi .circle span {
  display: block;
  font-size: clamp(26px, 5vw, 43px);
  line-height: clamp(42px, 10vw, 62px);
}
@media screen and (max-width: 750px) {
  #page_about .about_body .midashi .circle span {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

.naka_midashi {
  font-size: 21px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin: 30px auto;
  font-weight: 600;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 750px) {
  .naka_midashi {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.access {
  margin-top: clamp(48px, 5.3vw, 64px);
}/*# sourceMappingURL=about.css.map */