.historyArea {
  padding: 43px 0 0;
}
@media (max-width: 1023px) {
  .historyArea {
    padding: 60px 0 0;
  }
}
.historyArea .wrap > .textEditor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.historyArea .wrap > .textEditor .titleBox, .historyArea .wrap > .textEditor .Txt {
  width: 50%;
}
@media (max-width: 1023px) {
  .historyArea .wrap > .textEditor .titleBox, .historyArea .wrap > .textEditor .Txt {
    width: 100%;
  }
}
.historyArea .wrap > .textEditor .titleBox {
  padding-right: 10px;
}
.historyArea .wrap > .textEditor .Txt {
  max-width: 540px;
  font-size: 16px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.5;
  padding: 1px 0 0 0;
}
@media (max-width: 1500px) {
  .historyArea .wrap > .textEditor .Txt {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .historyArea .wrap > .textEditor .Txt {
    max-width: unset;
    font-size: 16px;
  }
}
.historyArea .wrap > .textEditor .Txt .text {
  margin-bottom: 8px;
}
.historyArea .wrap > .textEditor .Txt .Img {
  margin-top: 16px;
}
.historyArea .historyBox {
  padding: 78px 103px 0;
  position: relative;
}
@media (max-width: 480px) {
  .historyArea .historyBox {
    padding: 78px 0 0;
  }
}
.historyArea .historyBox::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
}
.historyArea .historyBox .slickBtnBox {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  top: 68px;
  left: 0;
  padding: 0 2px;
}
@media (max-width: 480px) {
  .historyArea .historyBox .slickBtnBox {
    position: static;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px;
  }
  .historyArea .historyBox .slickBtnBox .slickBtn {
    margin: 0 10px;
  }
}
.historyArea .historyBox .historyList {
  margin: -9px -5px 0px;
}
.historyArea .historyBox .historyList:not(.slick-slider) .historyItem:not(:first-child) {
  display: none;
}
.historyArea .historyBox .historyList .slick-list {
  padding: 0 !important;
}
.historyArea .historyBox .historyItem {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
.historyArea .historyBox .historyItem .textEditor {
  width: calc(100% + 20px);
  margin-left: -10px;
  opacity: 0;
  transition: all 0.6s 0.1s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  font-size: 16px;
  color: #727272;
  font-weight: 400;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  text-align: center;
}
@media (max-width: 1500px) {
  .historyArea .historyBox .historyItem .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .historyArea .historyBox .historyItem .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .historyArea .historyBox .historyItem .textEditor {
    margin-left: 0;
    width: 100%;
  }
}
.historyArea .historyBox .historyItem::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0 auto;
  -webkit-transform: translateY(2px) scale(0.6154);
          transform: translateY(2px) scale(0.6154);
  transition: all 0.6s;
}
.historyArea .historyBox .historyItem .title {
  font-family: "Outfit", Cormorant Garamond, Arial, Noto Sans JP, Microsoft JhengHei, sans-serif;
  font-weight: 500;
  text-align: center;
  transition: all 0.6s;
  font-size: 40px;
  letter-spacing: -1px;
  padding: 18px 0 8px;
  -webkit-transform: translateY(-17px) scale(0.55);
          transform: translateY(-17px) scale(0.55);
}
@media (max-width: 1500px) {
  .historyArea .historyBox .historyItem .title {
    font-size: 36px;
    padding: 15px 0 5px;
  }
}
@media (max-width: 1023px) {
  .historyArea .historyBox .historyItem .title {
    font-size: 40px;
    padding: 18px 0 8px;
  }
}
@media (min-width: 1024px) {
  .historyArea .historyBox .historyItem:hover .title {
    color: #c06870;
    -webkit-transform: translateY(-17px) scale(0.6);
            transform: translateY(-17px) scale(0.6);
  }
}
.historyArea .historyBox .historyItem.current::before {
  background-color: #c06870;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.historyArea .historyBox .historyItem.current .title {
  color: #c06870;
  letter-spacing: 1.1px;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.historyArea .historyBox .historyItem.current .textEditor {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.historyArea:not(.show) .textEditor .title, .historyArea:not(.show) .textEditor .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.historyArea:not(.show) .textEditor .decoTitle {
  opacity: 0;
}
.historyArea:not(.show) .textEditor .Txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.historyArea:not(.show) .historyBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.historyArea.show .textEditor .title, .historyArea.show .textEditor .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.historyArea.show .textEditor .title {
  transition: all 0.7s;
}
.historyArea.show .textEditor .subtitle {
  transition: all 0.7s 0.1s;
}
.historyArea.show .textEditor .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.historyArea.show .textEditor .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.historyArea.show .historyBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.aboutArea {
  padding: 40px 0 21px;
}
.aboutArea .aboutItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.aboutArea .titleBox {
  margin-bottom: 42px;
}
.aboutArea .titleBox .decoTitle {
  top: 59%;
  line-height: 0.75;
  letter-spacing: 4px;
}
.aboutArea .titleBox .subtitle {
  padding-top: 6px;
  letter-spacing: 1.6px;
}
.aboutArea .Img {
  width: 51.3%;
  -webkit-mask: url(../images/mask.png) left/100% no-repeat;
          mask: url(../images/mask.png) left/100% no-repeat;
}
@media (max-width: 1023px) {
  .aboutArea .Img {
    width: 100%;
    max-width: 981px;
  }
}
.aboutArea .Img img {
  width: 100%;
}
.aboutArea .textEditor {
  width: 48.7%;
  margin: 7px 0 0px -7px;
  max-width: 635px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .aboutArea .textEditor {
    width: 100%;
    padding: 0 30px;
    margin: 60px 0 40px;
    max-width: unset;
  }
}
.aboutArea .textEditor .txtTitle {
  color: #3b3b3b;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .aboutArea .textEditor .txtTitle {
    font-size: 16px;
  }
}
.aboutArea .textEditor .text {
  color: #656565;
  font-size: 16px;
  padding: 0 0 0 2px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.75;
  margin-bottom: 19px;
}
@media (max-width: 1500px) {
  .aboutArea .textEditor .text {
    font-size: 14px;
  }
}
.aboutArea:not(.show) .textEditor .title, .aboutArea:not(.show) .textEditor .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea:not(.show) .textEditor .decoTitle {
  opacity: 0;
}
.aboutArea:not(.show) .textEditor .Txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aboutArea.show .textEditor .title, .aboutArea.show .textEditor .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.aboutArea.show .textEditor .title {
  transition: all 0.7s;
}
.aboutArea.show .textEditor .subtitle {
  transition: all 0.7s 0.1s;
}
.aboutArea.show .textEditor .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.aboutArea.show .textEditor .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.aboutArea.show .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.7s 0.4s;
}

.storyArea {
  position: relative;
  overflow: hidden;
}
.storyArea .titleBox {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .storyArea .titleBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
  }
}
.storyArea .titleBox .title, .storyArea .titleBox .subtitle, .storyArea .titleBox .decoTitle {
  color: #fff;
}
.storyArea .titleBox .title {
  padding: 0 0 0 7px;
}
@media (max-width: 1500px) {
  .storyArea .titleBox .title {
    padding: 0;
  }
}
.storyArea .titleBox .title .txt {
  position: relative;
}
.storyArea .titleBox .title .txt:not(:last-child) {
  padding-right: 33px;
}
@media (max-width: 480px) {
  .storyArea .titleBox .title .txt:not(:last-child) {
    padding-right: 20px;
  }
}
.storyArea .titleBox .title .txt:not(:last-child)::before, .storyArea .titleBox .title .txt:not(:last-child)::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 55%;
  right: -8px;
}
@media (max-width: 1540px) {
  .storyArea .titleBox .title .txt:not(:last-child)::before, .storyArea .titleBox .title .txt:not(:last-child)::after {
    width: 45px;
    right: -5px;
  }
}
@media (max-width: 480px) {
  .storyArea .titleBox .title .txt:not(:last-child)::before, .storyArea .titleBox .title .txt:not(:last-child)::after {
    width: 25px;
  }
}
.storyArea .titleBox .title .txt:not(:last-child)::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.storyArea .titleBox .title .txt:not(:last-child)::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.storyArea .titleBox .subtitle {
  padding: 4px 0 0 8px;
}
@media (max-width: 1500px) {
  .storyArea .titleBox .subtitle {
    padding: 4px 0 0;
  }
}
.storyArea .titleBox .decoTitle {
  top: 7%;
  letter-spacing: 3.7px;
}
@media (max-width: 767px) {
  .storyArea .titleBox .decoTitle {
    top: calc(7% + 80px);
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .storyArea .titleBox .decoTitle {
    top: calc(21% + 80px);
  }
}
.storyArea .storyPicList {
  position: relative;
}
@media (max-width: 767px) {
  .storyArea .storyPicList {
    display: none;
  }
}
.storyArea .storyPicList .storyPicItem .Img {
  height: 970px;
}
.storyArea .wrap {
  z-index: 1;
  padding-top: 140px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .storyArea .wrap {
    position: static;
    padding: 0;
  }
}
.storyArea .storyBox {
  width: 630px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .storyArea .storyBox {
    width: 100%;
  }
}
.storyArea .storyBox .slickBtnBox {
  display: none;
}
@media (max-width: 767px) {
  .storyArea .storyBox .slickBtnBox {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 3;
  }
  .storyArea .storyBox .slickBtnBox .slickBtn {
    color: #fff;
    margin: 0 10px;
  }
}
.storyArea .circleList {
  height: 630px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .storyArea .circleList {
    display: none;
  }
}
.storyArea .circleList::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/about_circle/circle_dot.png) center/100% no-repeat;
  top: 0;
  left: 0;
  -webkit-animation: circleAni 40s linear infinite;
          animation: circleAni 40s linear infinite;
}
@-webkit-keyframes circleAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.storyArea .circleList .circleItem {
  width: 48%;
  position: relative;
  cursor: pointer;
}
.storyArea .circleList .circleItem .Img {
  overflow: hidden;
}
.storyArea .circleList .circleItem .Img img {
  -webkit-filter: grayscale(100%) brightness(2);
          filter: grayscale(100%) brightness(2);
  transition: all 0.5s;
}
.storyArea .circleList .circleItem .title {
  position: absolute;
  z-index: 1;
  color: #353535;
  letter-spacing: 0.2px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  transition: all 0.5s;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
}
@media (max-width: 1500px) {
  .storyArea .circleList .circleItem .title {
    font-size: 14px;
  }
}
.storyArea .circleList .circleItem.current .Img img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.storyArea .circleList .circleItem.current .title {
  color: #fff;
}
@media (min-width: 1024px) {
  .storyArea .circleList .circleItem:hover .Img img {
    -webkit-filter: grayscale(0) brightness(1);
            filter: grayscale(0) brightness(1);
  }
  .storyArea .circleList .circleItem:hover .title {
    color: #fff;
  }
}
.storyArea .circleList .circleItem:nth-of-type(1) {
  padding: 0 2px;
}
.storyArea .circleList .circleItem:nth-of-type(1) .title {
  top: 96px;
  left: 130px;
  -webkit-transform: translate(-50%, -50%) rotate(-36deg);
          transform: translate(-50%, -50%) rotate(-36deg);
}
.storyArea .circleList .circleItem:nth-of-type(2) {
  margin: 0 -2px 0 0;
}
.storyArea .circleList .circleItem:nth-of-type(2) .title {
  top: 93px;
  right: -40px;
  -webkit-transform: translate(-50%, -50%) rotate(36deg);
          transform: translate(-50%, -50%) rotate(36deg);
}
.storyArea .circleList .circleItem:nth-of-type(3) {
  margin: -21.5px 0 0 -26px;
}
.storyArea .circleList .circleItem:nth-of-type(3) .title {
  top: 182px;
  left: 59px;
  -webkit-transform: translate(-50%, -50%) rotate(-108deg);
          transform: translate(-50%, -50%) rotate(-108deg);
}
.storyArea .circleList .circleItem:nth-of-type(4) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -webkit-transform: translate(25.5px, -19px);
          transform: translate(25.5px, -19px);
}
.storyArea .circleList .circleItem:nth-of-type(4) .title {
  top: 167px;
  right: -120px;
  -webkit-transform: translate(-50%, -50%) rotate(108deg);
          transform: translate(-50%, -50%) rotate(108deg);
}
.storyArea .circleList .circleItem:nth-of-type(5) {
  margin: -77px 2px 0 0px;
  width: 58.5%;
}
.storyArea .circleList .circleItem:nth-of-type(5) .title {
  top: 74px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 210px;
}
.storyArea .storyList {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72.54%;
  height: 72.54%;
  padding: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .storyArea .storyList {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
  }
}
.storyArea .storyList .storyItem {
  height: 300px;
  overflow: auto;
}
.storyArea .storyList .storyItem::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.storyArea .storyList .storyItem::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.storyArea .storyList .storyItem::-webkit-scrollbar-thumb {
  background: #c06870;
}
@media (max-width: 767px) {
  .storyArea .storyList .storyItem {
    padding: 180px 20px 120px;
    height: auto;
    position: relative;
  }
  .storyArea .storyList .storyItem::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .storyArea .storyList .storyItem .textEditor {
    min-height: 150px;
  }
}
.storyArea .storyList .storyItem .item {
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 14px 0;
}
@media (max-width: 767px) {
  .storyArea .storyList .storyItem .item {
    height: auto;
  }
}
.storyArea .storyList .storyItem .subtitle, .storyArea .storyList .storyItem .text {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
  z-index: 2;
}
.storyArea .storyList .storyItem .Img {
  display: none;
}
@media (max-width: 767px) {
  .storyArea .storyList .storyItem .Img {
    display: block;
  }
}
.storyArea .storyList .storyItem .circle {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 2;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 20px;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
@media (max-width: 767px) {
  .storyArea .storyList .storyItem .circle {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .storyArea .storyList .storyItem .circle {
    width: 120px;
    height: 120px;
  }
}
.storyArea .storyList .storyItem .circle .title {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  text-align: center;
}
@media (max-width: 480px) {
  .storyArea .storyList .storyItem .circle .title {
    font-size: 17px;
  }
}
.storyArea .storyList .storyItem .subtitle {
  padding: 10px 0 0;
  font-size: 25px;
  margin-bottom: 10px;
  letter-spacing: -0.8px;
  transition: all 0.6s 0.2s;
}
@media (max-width: 1500px) {
  .storyArea .storyList .storyItem .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .storyArea .storyList .storyItem .subtitle {
    font-size: 16px;
  }
}
.storyArea .storyList .storyItem .text {
  font-size: 16px;
  line-height: 1.73;
  letter-spacing: 0.1px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  transition: all 0.6s;
}
@media (max-width: 480px) {
  .storyArea .storyList .storyItem .text {
    font-size: 14px;
  }
}
.storyArea .storyList .storyItem .Img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.storyArea .storyList .storyItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.storyArea .storyList .storyItem.current .circle {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.storyArea .storyList .storyItem.current .subtitle, .storyArea .storyList .storyItem.current .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.storyArea .storyList .storyItem.current .subtitle {
  transition: all 0.8s;
}
.storyArea .storyList .storyItem.current .text {
  transition: all 0.8s 0.2s;
}
.storyArea .storyPicItem .Img, .storyArea .storyItem .Img {
  overflow: hidden;
}
.storyArea .storyPicItem .Img img, .storyArea .storyItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.1s 0.7s;
}
.storyArea .storyPicItem.current .Img img, .storyArea .storyItem.current .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s;
}
.storyArea:not(.show) .titleBox .title, .storyArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.storyArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.storyArea:not(.show) .storyPicList {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.storyArea:not(.show) .storyBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.storyArea.show .titleBox .title, .storyArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.storyArea.show .titleBox .title {
  transition: all 0.7s;
}
.storyArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.storyArea.show .titleBox .decoTitle {
  opacity: 0.1;
  transition: all 0.7s 0.2s;
}
.storyArea.show .storyPicList {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 2s;
}
.storyArea.show .storyBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}