.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx--bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hidden__sp {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .hidden__sp {
    display: inline-block;
  }
}

#container {
  overflow-x: hidden;
}

#about {
  max-width: 1280px;
  margin: 0 auto;
}

#about img {
  width: 100%;
}

#about figure {
  margin: 0;
}

#about .headding {
  position: relative;
  height: 154.26667vw;
  max-height: 1157px;
  margin: auto;
  padding-top: 6vw;
}

@media only screen and (min-width: 1024px) {
  #about .headding {
    padding-top: 200px;
    height: 547px;
  }
}

#about .headding .headding__ttl {
  width: 100%;
  padding-left: 6vw;
}

#about .headding .headding__ttl img {
  width: 62.53333vw;
  max-width: 469px;
}

@media only screen and (min-width: 1024px) {
  #about .headding .headding__ttl {
    padding-left: 0;
  }
  #about .headding .headding__ttl img {
    width: 313px;
  }
}

#about .headding .headding__txt__container {
  position: relative;
  width: 84vw;
  margin: auto;
  margin-top: 14.66667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

#about .headding .headding__txt__container .headding__logo {
  width: 27.06667vw;
  max-width: 203px;
  margin: auto;
}

#about .headding .headding__txt__container .headding__logo img {
  width: 27.06667vw;
  max-width: 203px;
}

#about .headding .headding__txt__container .headding__txt {
  width: 65.2vw;
  max-width: 489px;
  padding-top: 13.33333vw;
}

#about .headding .headding__txt__container .headding__txt img {
  width: 65.2vw;
  max-width: 489px;
}

@media only screen and (min-width: 1024px) {
  #about .headding .headding__txt__container {
    position: absolute;
    width: 650px;
    margin-top: 0;
    top: 388px;
    left: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  #about .headding .headding__txt__container .headding__logo {
    width: 170px;
  }
  #about .headding .headding__txt__container .headding__logo img {
    width: 170px;
  }
  #about .headding .headding__txt__container .headding__txt {
    width: 409px;
    padding-top: 27px;
  }
  #about .headding .headding__txt__container .headding__txt img {
    width: 409px;
  }
}

#about .headding .headding__kv {
  position: relative;
  width: 73.33333vw;
  max-width: 550px;
  margin-top: -3.33333vw;
  float: right;
  right: 0;
}

#about .headding .headding__kv img {
  width: 73.33333vw;
  max-width: 550px;
}

@media only screen and (min-width: 1024px) {
  #about .headding .headding__kv {
    width: 545px;
    margin-top: 0;
    top: -30px;
  }
  #about .headding .headding__kv img {
    width: 545px;
  }
}

#about .contents {
  width: 84vw;
  margin: 7.33333vw auto;
  margin-bottom: 7vw;
}

#about .contents .contents__txt__container {
  position: relative;
  padding-left: 0;
}

#about .contents .contents__txt__container .contents__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  letter-spacing: 0.1em;
  text-align: justify;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

#about .contents .contents__txt__container .contents__txt span {
  vertical-align: super;
  font-size: 10px;
}

#about .contents .contents__txt__container .txt--top {
  position: relative;
  letter-spacing: 0.05em;
  top: 0;
}

#about .contents .contents__txt__container .contents__logo__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 84vw;
  padding-top: 30px;
}

#about
  .contents
  .contents__txt__container
  .contents__logo__container
  .contents__logo {
  width: 98.5px;
}

#about
  .contents
  .contents__txt__container
  .contents__logo__container
  .contents__logo
  img {
  width: 98.5px;
}

#about
  .contents
  .contents__txt__container
  .contents__logo__container
  .txt--middle {
  padding-right: 20px;
}

#about .contents .contents__txt__container .txt--btm {
  padding-top: 55px;
  letter-spacing: 0;
}

#about .contents .contents__txt__container .contents__note {
  font-size: 11px;
  font-weight: 400;
  padding: 65px 0 0 0;
  letter-spacing: 0;
  line-height: 15px;
}

@media only screen and (min-width: 1024px) {
  #about .contents {
    position: relative;
    top: -65px;
    width: 980px;
    margin: auto;
    margin-top: -30px;
    margin-bottom: -10px;
  }
  #about .contents .contents__txt__container {
    position: relative;
    padding-left: 32px;
    border-left: 1px solid #333333;
  }
  #about .contents .contents__txt__container .contents__txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 43px;
    color: #333333;
    letter-spacing: 0;
    font-family: YuGothic, "Yu Gothic", sans-serif;
  }
  #about .contents .contents__txt__container .contents__txt span {
    vertical-align: super;
    font-size: 10px;
  }
  #about .contents .contents__txt__container .txt--top {
    position: absolute;
    top: -12px;
  }
  #about .contents .contents__txt__container .contents__logo__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 915px;
    padding-top: 45px;
  }
  #about
    .contents
    .contents__txt__container
    .contents__logo__container
    .contents__logo {
    width: 82px;
  }
  #about
    .contents
    .contents__txt__container
    .contents__logo__container
    .contents__logo
    img {
    width: 82px;
  }
  #about
    .contents
    .contents__txt__container
    .contents__logo__container
    .txt--middle {
    padding-right: 0;
  }
  #about .contents .contents__txt__container .txt--btm {
    padding-top: 50px;
    letter-spacing: 0.1em;
  }
  #about .contents .contents__txt__container .contents__note {
    font-size: 12px;
    font-weight: 400;
    padding: 30px 0 0 10px;
    letter-spacing: 0.03em;
  }
}

#about .anime--01 {
  opacity: 0;
}

#about .anime--02 {
  opacity: 0;
}

#about .paraAnime {
  opacity: 0;
}

#about .paraAnime .itemArea {
  opacity: 0;
}

#about .animate {
  -webkit-animation: slideUp 1.1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
  animation: slideUp 1.1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

#about .animate--l {
  -webkit-animation: sideSlideLeft 1.1s 0.2s forwards
    cubic-bezier(0.19, 1, 0.22, 1);
  animation: sideSlideLeft 1.1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

#about .animate--r {
  -webkit-animation: sideSlideRight 2.3s 0.2s forwards
    cubic-bezier(0.19, 1, 0.22, 1);
  animation: sideSlideRight 2.3s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

#about .animate--f {
  -webkit-animation: fadeIn 4s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
  animation: fadeIn 4s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes sideSlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes sideSlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes sideSlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes sideSlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
