/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  /* ============================================================================================ aboutSection */
  /* --------------------------------------- underline */
  .aboutSection__underLine, .aboutArticle {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  /* ============================================================== aboutInfoBlock */
  .aboutInfoBlock {
    margin-bottom: 18px;
  }
  .aboutInfoBlock__title {
    width: 130px;
    font-size: min(3.4666666667vw, 13px);
  }
  .aboutInfoBlock__detail {
    width: calc(100% - 130px);
  }
  .aboutInfo__text {
    font-size: min(3.2vw, 12px);
    line-height: 1.4;
    margin-top: 0.3em;
  }
  /* ==============================================================  aboutArticle main */
  /* --------------------------------------- aboutInfoBlock */
  .aboutMain .aboutInfoBlock__title {
    position: relative;
    top: 0.3em;
    font-size: min(3.4666666667vw, 13px);
    letter-spacing: 0;
  }
  .aboutMain .aboutInfo__text {
    line-height: 1.7;
  }
  .aboutMain .aboutInfoBlock {
    margin-top: 30px;
  }
  /* ==============================================================  about message */
  .aboutMessage__title {
    margin-bottom: 30px;
  }
  .aboutMessage .aboutInfo__text {
    line-height: 1.7;
  }
  /* ==============================================================  mapBtn */
  .mapBtn {
    margin-top: 5px;
  }
  .mapBtn .btnIcon {
    width: 130px;
    height: auto;
    padding: 4px 0 4px 10px;
  }
  .mapBtn .btnIcon__arrow {
    right: 8px;
  }
  .mapBtn__title {
    font-size: 10px;
  }
  /* ==============================================================  about history */
  /* --------------------------------------- history sticky */
  .aboutHistory__sticky {
    position: absolute;
    top: 40px;
    width: 100%;
    top: 0;
    left: 20px;
    height: 100% !important;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .aboutHistory__sticky .aboutHistory__sticky--inner {
    height: auto;
    position: sticky;
    top: 50px;
  }
  .aboutHistory {
    margin-top: 0;
    overflow: clip;
  }
  .aboutHistory .aboutSection__right {
    padding-left: 120px;
    padding-top: 20px;
  }
  .aboutHistory .aboutInfoBlock {
    display: block;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  }
  .aboutHistory .aboutInfoBlock .aboutInfoBlock__title, .aboutHistory .aboutInfoBlock .aboutInfoBlock__detail {
    width: 100%;
  }
  .aboutHistory .aboutInfoBlock .aboutInfoBlock__title {
    font-size: min(2.9333333333vw, 11px);
    margin-bottom: 5px;
  }
  .aboutHistory .aboutInfoBlock .aboutInfoBlock__detail {
    font-size: min(3.2vw, 12px);
  }
  /* --------------------------------------- history thum */
  .aboutHistory__thumWrapper {
    width: 95px;
  }
  .aboutMessage__text span {
    font-size: min(2.6666666667vw, 10px);
  }
  .aboutInfoBlock__detail {
    display: block;
  }
  .aboutInfoBlock__detail img {
    width: 100px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=about-sp.css.map */