@charset "UTF-8";


.p-historyWrap img.pc {
  display: inline-block !important
}

.p-historyWrap img.sp {
  display: none !important
}

@media screen and (max-width:768px) {

  .p-historyWrap img.pc {
    display: none !important
  }

  .p-historyWrap img.sp {
    display: inline-block !important;
    width: auto;
  }
}


/*
motion
*/
.-add-movin>div>* {
  visibility: hidden !important;
  opacity: 0 !important;
}

.-add-movin>div>*:nth-child(1) {
  transition: all .5s ease .2s;
}

.-add-movin>div>*:nth-child(2) {
  transition: all .5s ease .6s;
}

.-add-movin>div>*:nth-child(3) {
  transition: all .5s ease .8s;
}

.-add-movin>div>*:nth-child(4) {
  transition: all .5s ease .12s;
}

.-add-movin>div>.c-btn {
  transition: all .5s ease .12s;
}

.-add-movin>div>*.slideLeft {
  transform: translateX(5px) !important;
}

.-add-movin>div>*.slideRight {
  transform: translateX(-5px) !important;
}

.-add-movin>div>*.slideBottom {
  transform: translateY(-5px) !important;
}

.-add-movin>div>*.slideUp,
.-add-movin>div>.c-btn {
  transform: translateY(5px) !important;
}

.-add-movin.-display-on>div>* {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transform: translateX(0) !important;
}


@keyframes yurayura {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateX(4px);
  }

  50% {
    transform: translateX(-3px);
  }

  75% {
    transform: translateX(1px);
  }

  85% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(0px);
  }
}



.p-historyWrap {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  background: url(../img/history/bg.png) 0 0 repeat;
}

.-is-loaded .p-historyWrap {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width:769px) {

  .mv,
  .cont {
    transition: transform .3s ease;
  }

  .mv {
    margin-left: -40px;
    padding-left: 40px;
  }

  .p-content-compact .mv {
    zoom: 0.9;
    width: auto;
  }

  .p-content-compact .cont {
    zoom: 0.9;
  }
}

.p-history {
  background: url(../img/history/bg.png) repeat;
}

.p-history>* {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  transform: translateY(3px);
}

.-is-loaded .p-history>* {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mv {
  background: url(../img/history/header-bg-top.png) center top repeat-x;
  padding-top: 60px;
}

.p-header-chara-wrap {
  z-index: 1;
  height: 300px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p-header-chara-ul {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}

.-is-loaded .p-header-chara-ul {
  visibility: visible;
  opacity: 1;
}

.p-header-chara-wrap::after,
.p-header-chara-ul::after {
  display: block;
  content: "";
  clear: both;
}

.p-header-chara {
  display: block;
  width: 19.8%;
  float: left;
  height: 100px;
  position: relative;
  margin-top: 10px;
}

.-is-loaded .p-header-chara {
  transform: translateY(0px) !important;
  opacity: 1 !important;

}

.p-header-chara {
  transform: translateY(15px);
}

.p-header-chara:hover {
  animation-name: yurayura;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.p-header-chara.p-header-chara-1 {
  top: 3px;
  left: 10px;
  transition: transform 0.5s ease 0.2s;
}

.p-header-chara.p-header-chara-2 {
  top: -10px;
  left: 10px;
  transition: transform 0.5s ease 0.3s;
}

.p-header-chara.p-header-chara-3 {
  transition: transform 0.5s ease 0.4s;
  left: 10px;
}

.p-header-chara.p-header-chara-4 {
  transition: transform 0.5s ease 0.5s;
  top: 10px;
  left: 15px;
}

.p-header-chara.p-header-chara-5 {
  transition: all 0.8s ease 0.6s;
  transform: translateY(100px);
  opacity: 0;
  top: 7px;
  left: -10px;
}

.p-header-titleWrap {
  z-index: 2;
  position: relative;
  background: url(../img/history/header-bg.png) center top repeat-x;
  height: 380px;
  margin-top: -140px;
  margin-left: -120px;
  padding-left: 120px;
  text-align: center;
  padding-top: 40px;
}

.p-header-titleWrap__inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p-header-title-jp {
  position: relative;
  margin-bottom: 10px;
  text-align: center !important;
  transition: all 0.6s ease 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}

.-is-loaded .p-header-title-jp {
  transform: translateY(0);
  opacity: 1;
}

.p-header-title-jp img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.p-header-title-since {
  transition: all 0.3s cubic-bezier(.47, 1.64, .41, .8) 1.5s;
  transform: translateY(-10px);
  opacity: 0;
}

.-is-loaded .p-header-title-since {
  transform: translateY(0);
  opacity: 1;
}


.p-header-title-en {
  margin-top: -5px;
  transition: all 0.6s ease 0.7s;
  transform: translateY(10px);
  opacity: 0;
}

.-is-loaded .p-header-title-en {
  transform: translateY(0);
  opacity: 1;
}


.p-header-title-text {
  margin-top: -30px;
  transition: all 0.6s ease 1s;
  transform: translateY(5px);
  opacity: 0;
}

.-is-loaded .p-header-title-text {
  transform: translateX(0);
  opacity: 1;
}


/*============================
#p-menu-wrap
============================*/


@media screen and (min-width:768px) {

  #p-menu-wrap {
    position: fixed;
    left: 260px;
    bottom: 20px;
    z-index: 10;
    transition: all .3s ease;
  }

  .p-menu-on-bottom #p-menu-wrap {
    bottom: 154px;
  }

  .p-menu-li {
    margin-bottom: 4px;
    display: block;
  }

  .p-menu-li a {
    font-family: 'Jost', sans-serif;
    height: 36px;
    width: 82px;
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, .5);
    display: table;
    color: #b6b6b6;
    text-decoration: none;
    line-height: 1;
    font-size: 20px;
    transition: all .3s ease;
  }

  .p-content-compact .p-menu-li a,
  .p-menu-compact .p-menu-li a {
    height: 24px;
    width: 70px;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
  }

  .p-menu-li a:hover {
    background: rgba(255, 255, 255, .9);
    color: #a6a6a6;
  }

  .p-menu-li a>span {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
  }

  .p-menu-li.js-active a {
    color: #6fd0fa;
    border: 3px solid #6fd0fa;
    border-left: 0;
    background: #fff362;
  }

}

.cont {
  position: relative;
}


/*============================
.p-history
============================*/
.p-history {
  background: url(../img/history/bg-line.png) top center no-repeat;
  position: relative;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-top: 40px;
  padding-bottom: 170px;
  transition: all 0.6s ease 2s;
  transform: translateY(10px);
  opacity: 0;
}

.-is-loaded .p-history {
  transform: translateY(0);
  opacity: 1;
}


.p-yearWrap {
  position: relative;
}

.p-yearWrap>* {
  position: absolute;
}

.p-yearWrap .p-title {
  position: absolute;
  z-index: 1;
}

.p-yearWrap .p-comment {
  position: absolute;
  z-index: 1;
}

.p-yearWrap .c-btn {
  position: absolute;
  z-index: 2;
  top: 300px;
  left: 159px;
}

#year1992 {
  height: 416px;
}

#year1993 {
  height: 422px;
}


#year1999 {
  height: 468px;
}

#year2002 {
  height: 412px;
}

#year2003 {
  height: 558px;
}

#year2004 {
  height: 428px;
}

#year2005 {
  height: 446px;
}

#year2008 {
  height: 430px;
}

#year2009 {
  height: 430px;
}

#year2012 {
  height: 636px;
}

#year2014 {
  height: 464px;
}

#year2015 {
  height: 616px;
}

#year2016 {
  height: 480px;
}

#year2017 {
  height: 300px;
}

#year2018 {
  height: 584px;
}

#year2020 {
  height: 596px;
}

#year2021 {
  height: 710px;
}

.p-1992 {
  position: absolute;
  left: 320px;
  top: -23px;
}

.p-1992 .p-title {
  left: 80px;
  top: 0px;
}

.p-1992 .p-comment {
  left: -65px;
  top: 229px;
}

.p-1993 {
  position: absolute;
  left: 22px;
  top: -25px;
}

.p-1993 .p-title {
  left: 80px;
  top: 0px;
}

.p-1993 .p-comment {
  left: 480px;
  top: 250px;
}

.p-1999 {
  position: absolute;
  left: 300px;
  top: 0px;
}

.p-1999 .p-title {
  left: 80px;
  top: 0px;
}

.p-1999 .p-comment {
  left: -185px;
  top: 246px;
}

.p-2002 {
  position: absolute;
  left: 20px;
  top: -31px;
}

.p-2002 .p-title {
  left: 80px;
  top: 0px;
}

.p-2002 .p-comment {
  left: 480px;
  top: 250px;
}

.p-2003 {
  position: absolute;
  left: 61px;
  top: 166px;
}

.p-2003 .p-title {
  left: 80px;
  top: 0px;
}

.p-2003 .p-comment {
  left: 180px;
  top: -80px;
}

.p-2003-2 {
  position: absolute;
  left: 442px;
  top: 0px;
}

.p-2003-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2003-2 .p-comment {
  left: 70px;
  top: 328px;
}

.p-2004 {
  position: absolute;
  left: 173px;
  top: 0px;
}

.p-2004 .p-title {
  left: 80px;
  top: 0px;
}

.p-2004 .p-comment {
  left: -34px;
  top: 91px;
}

.p-2005 {
  position: absolute;
  left: 354px;
  top: 16px;
}

.p-2005 .p-title {
  left: 80px;
  top: 0px;
}

.p-2005 .p-comment {
  left: 282px;
  top: -93px;
}

.p-2008 {
  position: absolute;
  left: 9px;
  top: -9px;
}

.p-2008 .p-title {
  left: 80px;
  top: 0px;
}

.p-2008 .p-comment {
  left: 33px;
  top: -109px;
}

.p-2009 {
  position: absolute;
  left: 367px;
  top: -25px;
}

.p-2009 .p-title {
  left: 80px;
  top: 0px;
}

.p-2009 .p-comment {
  left: 271px;
  top: -106px;
}

.p-2012 {
  position: absolute;
  left: -29px;
  top: -25px;
}

.p-2012 .p-title {
  left: 80px;
  top: 0px;
}

.p-2012 .p-comment {
  left: 122px;
  top: -90px;
}

.p-2012-2 {
  position: absolute;
  left: 300px;
  top: 231px;
}

.p-2012-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2012-2 .p-comment {
  left: 425px;
  top: -29px;
}

.p-2014 {
  position: absolute;
  left: 200px;
  top: 0px;
}

.p-2014 .p-title {
  left: 80px;
  top: 0px;
}

.p-2014 .p-comment {
  left: 496px;
  top: 149px;
}

.p-2014 .c-btn {
  left: 173px;
  top: 347px;
}

.p-2015 {
  position: absolute;
  left: 0px;
  top: 21px;
}

.p-2015 .p-title {
  left: 80px;
  top: 0px;
}

.p-2015 .p-comment {
  left: 115px;
  top: -83px;
}

.p-2015 .c-btn {
  left: 151px;
  top: 300px;
}

.p-2015-2 {
  position: absolute;
  left: 370px;
  top: 204px;
}

.p-2015-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2015-2 .p-comment {
  left: 349px;
  top: -58px;
}

.p-2015-2 .c-btn {
  left: 151px;
  top: 300px;
}

.p-2016 {
  position: absolute;
  left: 42px;
  top: 26px;
}

.p-2016 .p-title {
  left: 80px;
  top: 0px;
}

.p-2016 .p-comment {
  left: 462px;
  top: 38px;
}

.p-2016 .c-btn {
  left: 171px;
  top: 350px;
}

.p-2017 {
  position: absolute;
  left: 413px;
  top: -74px;
}

.p-2017 .p-title {
  left: 80px;
  top: 0px;
}

.p-2017 .p-comment {
  left: -121px;
  top: 47px;
}

.p-2018 {
  position: absolute;
  left: -13px;
  top: -29px;
}

.p-2018 .p-title {
  left: 80px;
  top: 0px;
}

.p-2018 .p-comment {
  left: 420px;
  top: 12px;
}

.p-2018-2 {
  position: absolute;
  left: 347px;
  top: 155px;
}

.p-2018-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2018-2 .p-comment {
  left: -30px;
  top: 205px;
}

.p-2020 {
  position: absolute;
  left: 36px;
  top: 54px;
}

.p-2020 .p-title {
  left: 80px;
  top: 0px;
}

.p-2020 .p-comment {
  left: 43px;
  top: -72px;
}

.p-2020 .c-btn {
  left: 147px;
}

.p-2020-2 {
  position: absolute;
  left: 452px;
  top: 187px;
}

.p-2020-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2020-2 .p-comment {
  left: 262px;
  top: -78px;
}

.p-2020-2 .c-btn {
  left: 147px;
}

.p-2021 {
  position: absolute;
  left: 166px;
  top: 0px;
}

.p-2021 .p-title {
  left: 80px;
  top: 0px;
}

.p-2021 .p-comment {
  left: -50px;
  top: 223px;
}

.p-2021 .c-btn {
  left: 147px;
}

.p-2021-2 {
  position: absolute;
  left: 457px;
  top: 290px;
}

.p-2021-2 .p-title {
  left: 80px;
  top: 0px;
}

.p-2021-2 .p-comment {
  left: 212px;
  top: -94px;
}

.p-2021-2 .c-btn {
  left: 147px;
}



/*============================
#year2022
============================*/

#year2022 {
  z-index: 3;
  margin-top: -100px;
  background: url(../img/history/2022-bg-full.png) center top 139px no-repeat;
  text-align: center;
  position: relative;
  pointer-events: none;
  margin-left: -82px;
  padding-left: 82px;
  transition: all 1.5s ease;
  transform: translateY(100px);
  margin-top: -250px;
  position: relative;
  z-index: 2;
  transform: translateY(100px) translateX(20px);
}

.-add-movin#year2022 {
  opacity: 1 !important;
}

.-display-on#year2022 {
  transform: translateY(0) translateX(20px);
}

.p-yearWrap2022 {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  pointer-events: none;
}

.p-yearWrap2022__p-butterfly-1,
.p-yearWrap2022__p-butterfly-2 {
  position: absolute;
}

.p-yearWrap2022__p-butterfly-1 {
  left: 238px;
  top: 173px;

}

.p-yearWrap2022__p-butterfly-2 {
  left: 3px;
  top: -17px;
}

.p-year2022-title {
  text-align: left;
  pointer-events: none;
}

.p-year2022-title__title {
  display: inline-block;
}

.p-year2022-title__2022 {
  display: inline-block;
}

.-add-movin .p-year2022-title {
  opacity: 1 !important;
  visibility: visible !important;
}

.p-2022-items {
  position: relative;
  padding-bottom: 60px;
}

.p-2022-items>div {
  position: relative;
  height: 358px;
}

.p-2022-items--2 {
  margin-top: -120px;
}

.p-2022-items--3 {
  margin-top: -160px;

}

.p-2022-items--4 {
  margin-top: 0px;

}

.p-2022-items--5 {
  margin-top: -40px;

}

.p-2022-items>div>* {
  position: absolute;
}

.p-title-2022-1 {
  top: 0px;
  right: 136px;
}

.p-comment-2022-1 {
  top: 100px;
  right: 0px;
}

.p-title-2022-2 {
  top: 100px;
  left: 0px;
}

.p-comment-2022-2 {
  top: 0px;
  left: 0px;
}

.p-title-2022-3 {
  top: 100px;
  right: 20px;
}

.p-comment-2022-3 {
  top: 0px;
  right: 94px;
}

.p-title-2022-4 {
  top: 0px;
  left: 90px;
}

.p-comment-2022-4 {
  top: 40px;
  left: 0px;
}

.p-title-2022-5 {
  top: 0px;
  right: 150px;
}

.p-comment-2022-5 {
  top: 0px;
  right: 0px;
}


@media screen and (max-width:768px) {

  .p-historyWrap {
    padding: 0;
    background-size: 25px;
  }

  .mv {
    background: url(../img/history/header-bg-top-sp.png) center top repeat-x;
    padding-top: 30px;
    margin-left: 0px;
    background-size: auto 204px;
  }

  .p-header-chara-wrap {
    width: 100%;
    height: auto;
  }

  .p-header-chara-ul {
    padding: 0 0 0 0px;
    margin-right: -10px;
    width: auto;
  }

  .p-header-chara {
    padding-right: 10px;
  }

  .p-header-chara.p-header-chara-1 {
    width: 18%;
    top: 7px;
  }

  .p-header-chara.p-header-chara-2 {
    width: 18%;
    top: 7px;
  }

  .p-header-chara.p-header-chara-3 {
    width: 18%;
    top: 7px;
    left: 17px;
  }

  .p-header-chara.p-header-chara-4 {
    width: 18%;
    top: 7px;
    left: 23px;
  }

  .p-header-chara.p-header-chara-5 {
    width: 22%;
    padding-right: 5px;
    float: right;
    top: 0;

  }

  .p-header-titleWrap {
    margin: -24px 0 0;
    padding: 20px 0 15px 0;
    background-image: url(../img/history/header-bg-sp.png);
    background-size: auto 98px;
    height: auto;
  }

  .p-header-titleWrap__inner {
    width: 100%;
  }

  .p-header-title-jp {
    margin-bottom: 5px;
  }

  .p-header-title-since {
    position: relative;
    z-index: 3;
  }

  .p-header-title-en {
    position: relative;
    z-index: 2;
  }

  .p-header-title-text {
    margin-top: 18px;
  }

  /*============================#p-menu-wrap============================*/
  .p-menu-fix #p-menu-wrap {
    position: fixed;
    top: 19vw;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  #p-menu-wrap {
    overflow: hidden;
    max-height: 49px;
    transition: all .5s ease;
    position: relative;
    z-index: 10;
  }

  .p-menu-active #p-menu-wrap {
    max-height: 500px;
    transition: all .5s ease;
  }

  .p-menu-bar {
    position: relative;
    z-index: 2;
  }

  .p-menu-bar a {
    background: #fa7c9a;
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    line-height: 1;
  }

  .p-menu-bar a span {
    display: table-cell;
    vertical-align: middle;
    height: 49px;
  }

  .p-menu-bar-toggle::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffffff;
    border-radius: 1.5px;
    right: 20px;
    width: 3px;
    top: 13px;
    height: 20px;
    transform: rotate(0);
    transition: all .2s;
  }

  .p-menu-active .p-menu-bar-toggle::before {
    top: 22px;
    height: 1px;
    transform: rotate(180deg);
  }

  .p-menu-bar-toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 21px;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1.5px;
    transform: rotate(0);
    transition: all .5s;
  }

  .p-menu-active .p-menu-bar-toggle::after {
    transform: rotate(180deg);
  }

  .p-menu-inner {
    position: relative;
    background: #fdced9;
    padding: 6px 0;
    transform: translateY(-350px);
    transition: transform .5s ease;
    z-index: 1;
  }

  .p-menu-active .p-menu-inner {
    transform: translateY(0);
  }

  .p-menu-ul {
    width: 363px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }

  .p-menu-li {
    display: block;
  }

  .p-menu-li a {
    display: table;
    width: 100%;
    height: 50px;
    line-height: 1;
    background: #fff;
    border-radius: 5px;
    color: #a6a6a6;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 18px;
  }

  .p-menu-li a>span {
    display: table-cell;
    vertical-align: middle;
  }

  .p-menu-fix .cont {
    margin-top: 49px;
  }

  /*============================.p-history============================*/
  .p-history {
    width: 375px;
    padding: 0 0 80px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/history/bg-line-sp.png);
    background-size: 375px;
    overflow: hidden;
  }

  .p-title {
    width: auto !important;
  }

  .p-title img {
    width: auto !important;
  }

  .p-comment img {
    width: auto !important;
  }

  .p-yearWrap {
    pointer-events: none;
  }

  .p-yearWrap .c-btn {
    top: 148px;
    left: 154px;
    pointer-events: all;
    z-index: 8;
  }

  .p-yearWrap .c-btn img {
    width: auto !important;
  }

  #year1992 {
    height: 274px;
    width: 100%;
  }

  #year1993 {
    height: 232px;
  }

  #year1999 {
    height: 268px;
  }

  #year2002 {
    height: 236px;
  }

  #year2003 {
    height: 304px;
  }

  #year2004 {
    height: 304px;
  }

  #year2005 {
    height: 271px;
  }

  #year2008 {
    height: 218px;
  }

  #year2009 {
    height: 262px;
  }

  #year2012 {
    height: 375px;
  }

  #year2014 {
    height: 315px;
  }

  #year2015 {
    height: 325px;
  }

  #year2016 {
    height: 275px;
  }

  #year2017 {
    height: 263px;
  }

  #year2018 {
    height: 479px;
  }

  #year2020 {
    height: 314px;
  }

  #year2021 {
    height: 732px;
  }

  .p-1992 {
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
  }

  .p-1992 .p-title {
    left: initial;
    right: 14px;
    top: 53px;
  }

  .p-1992 .p-comment {
    left: 58px;
    top: 156px;
  }

  .p-1993 .p-title {
    left: initial;
    top: 37px;
  }

  .p-1993 .p-comment {
    left: 195px;
    top: 135px;
  }

  .p-1999 {
    left: 0px;
  }

  .p-1999 .p-title {
    left: 158px;
    top: 50px;
  }

  .p-1999 .p-comment {
    left: 7px;
    top: 164px;
  }

  .p-2002 .p-title {
    left: 10px;
    top: 64px;
  }

  .p-2002 .p-comment {
    left: 211px;
    top: 178px;
  }

  .p-2003 .p-title {
    left: -42px;
    top: -1px;
    width: 174px !important;
  }

  .p-2003 .p-comment {
    left: -12px;
    top: -53px;
  }

  .p-2003-2 {
    left: 102px;
    top: 0px;
  }

  .p-2003-2 .p-title {
    left: 92px;
    top: 54px;
  }

  .p-2003-2 .p-comment {
    left: 95px;
    top: 225px;
  }

  .p-2004 .p-title {
    left: -86px;
    top: 101px;
  }

  .p-2004 .p-comment {
    left: -163px;
    top: 140px;
  }

  .p-2005 .p-title {
    left: -201px;
    top: 65px;
  }

  .p-2005 .p-comment {
    left: -157px;
    top: 3px;
  }

  .p-2008 .p-title {
    left: 0px;
    top: 79px;
  }

  .p-2008 .p-comment {
    left: -4px;
    top: 19px;
  }

  .p-2009 .p-title {
    left: -219px;
    top: 104px;
  }

  .p-2009 .p-comment {
    left: -139px;
    top: 34px;
  }

  .p-2012 .p-title {
    left: 42px;
    top: 90px;
  }

  .p-2012 .p-comment {
    left: 40px;
    top: 32px;
  }

  .p-2012-2 .p-title {
    left: -171px;
    top: -7px;
  }

  .p-2012-2 .p-comment {
    left: 3px;
    top: -25px;
  }

  .p-yearWrap .p-2012-2 .c-btn {
    top: 142px;
    left: -146px;
  }

  .p-2014 .p-title {
    left: -105px;
    top: 92px;
  }

  .p-2014 .p-comment {
    left: 100px;
    top: 168px;
  }

  .p-yearWrap .p-2014 .c-btn {
    top: 263px;
    left: -71px;
  }

  .p-2015 .p-title {
    left: 10px;
    top: 55px;
  }

  .p-2015 .p-comment {
    left: 11px;
    top: 0px;
  }

  .p-yearWrap .p-2015 .c-btn {
    top: 206px;
    left: 27px;
  }

  .p-2015-2 {
    left: 189px;
    top: 197px;
  }

  .p-2015-2 .p-title {
    left: 0px;
    top: 0px;
  }

  .p-2015-2 .p-comment {
    left: 49px;
    top: -57px;
  }


  .p-yearWrap .p-2015-2 .c-btn {
    top: 151px;
    left: 18px;
  }

  .p-2016 {
    left: 0px;
    top: 122px;
  }

  .p-2016 .p-title {
    left: 52px;
    top: -14px;
  }

  .p-2016 .p-comment {
    left: 241px;
    top: -14px;
  }

  .p-yearWrap .p-2016 .c-btn {
    top: 163px;
    left: 84px;
  }

  .p-2017 {
    left: 0px;
    top: 0px;
  }

  .p-2017 .p-title {
    left: 163px;
    top: 116px;
  }

  .p-2017 .p-comment {
    left: 35px;
    top: 121px;
  }

  .p-2018 {
    left: 0px;
    top: 0px;
  }

  .p-2018 .p-title {
    left: 13px;
    top: 123px;
  }

  .p-2018 .p-comment {
    left: 187px;
    top: 128px;
  }

  .p-yearWrap .p-2018 .c-btn {
    top: 277px;
    left: 31px;
  }

  .p-2018-2 {
    left: 183px;
    top: 268px;
  }

  .p-2018-2 .p-title {
    top: 0px;
    left: 0px;
  }

  .p-2018-2 .p-comment {
    left: -78px;
    top: 83px;
  }

  .p-yearWrap .p-2018-2 .c-btn {
    top: 149px;
    left: 21px;
  }

  .p-2020 {
    left: 14px;
    top: 75px;
  }

  .p-2020 .p-title {
    top: 0px;
    left: 0px;
  }

  .p-2020 .p-comment {
    left: 5px;
    top: -58px;
  }

  .p-yearWrap .p-2020 .c-btn {
    top: 145px;
    left: 17px;
  }

  .p-2020-2 {
    left: 188px;
    top: 184px;
  }

  .p-2020-2 .p-title {
    left: 0px;
    top: 0px;
  }

  .p-2020-2 .p-comment {
    left: 46px;
    top: -43px;
  }

  .p-yearWrap .p-2020-2 .c-btn {
    top: 148px;
    left: 17px;
  }

  .p-2021 {
    left: 0px;
    top: 108px;
  }

  .p-2021 .p-title {
    left: 106px;
    top: 0px;
  }

  .p-2021 .p-comment {
    left: 24px;
    top: 102px;
  }

  .p-yearWrap .p-2021 .c-btn {
    top: 150px;
    left: 123px;
  }

  .p-2021-2 {
    left: 0px;
    top: 378px;
  }

  .p-2021-2 .p-title {
    left: 140px;
    top: 0px;
  }

  .p-2021-2 .p-comment {
    left: 156px;
    top: -57px;
  }

  /*============================#year2022============================*/
  #year2022 {
    background: url(../img/history/2022-bg-sp.png) center top 66px no-repeat;
    background-size: 100%;
    margin-left: 0px;
    padding-left: 0px;
    transition: all 1.5s ease;
    transform: translateY(50px);
    margin-top: -200px;
    position: relative;
    z-index: 2;
  }

  .-add-movin#year2022 {
    opacity: 1 !important;
  }

  .-display-on#year2022 {
    transform: translateY(0);
  }

  .p-yearWrap2022 {
    width: auto;
  }

  .p-yearWrap2022__p-butterfly-1 {
    left: 109px;
    top: 97px;
  }

  .p-yearWrap2022__p-butterfly-2 {
    left: 12px;
  }

  .p-year2022-title {
    padding: 0 10px;
  }

  .p-2022-items {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .p-2022-items>div {
    height: inherit;
  }

  .p-2022-items .p-2022-items--1 {
    height: 193px;
  }

  .p-2022-items .p-2022-items--2 {
    height: 230px;
    margin-top: 0;
  }

  .p-2022-items .p-2022-items--3 {
    height: 204px;
    margin-top: 0;
  }

  .p-2022-items .p-2022-items--4 {
    height: 204px;
    margin-top: 0;
  }

  .p-2022-items .p-2022-items--5 {
    height: 204px;
    margin-top: 0;
  }

  .p-title-2022-1 {
    top: 0px;
    right: 10px;
  }

  .p-comment-2022-1 {
    top: 27px;
    right: 201px;
  }

  .p-title-2022-2 {
    top: 45px;
    left: 5px;
  }

  .p-comment-2022-2 {
    top: -12px;
    left: 12px;
  }

  .p-title-2022-3 {
    top: 24px;
    right: 17px;
  }

  .p-comment-2022-3 {
    top: -50px;
    right: 10px;
  }

  .p-title-2022-4 {
    top: 14px;
    left: 68px;
  }

  .p-comment-2022-4 {
    top: -11px;
    left: 16px;
  }

  .p-title-2022-5 {
    top: 8px;
    left: 29px;
    right: auto;
  }

  .p-comment-2022-5 {
    top: -2px;
    left: 188px;
    text-align: left;
  }
}