section.aniv20-kw-wrap {
  background: #ccc;
  width: 100%;
  /* height: auto;*/
  position: relative;
  height: calc(100vh - 165px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.aniv20-kw-wrap {
    height: 125vw;
    overflow: hidden;
  }
}
.dtimage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dtimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.aniv20-kw-wrap .logo {
  margin: auto;
  text-align: center;
  width: 30vw;
  /* width: 497px;*/
  z-index: 1;
  animation: logocenter 5s;
  /* animation-delay: 2s;*/
}
@media screen and (max-width: 768px) {
  section.aniv20-kw-wrap .logo {
    width: 45.8%;
  }
}
@keyframes logocenter {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  20% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.kv-temporary {
  width: 50%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*共通*/
.aniv20-outline-wrap.orangeback {
  background-image: url("../image/aniv20/orangeback.png");
  background-size: cover;
}
div.aniv20-container {
  width: clamp(320px, 88%, 1000px);
  margin: 0 auto;
}
div.aniv20-container-wide {
  width: clamp(320px, 88%, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.aniv20-container-wide {
    width: 100%;
  }
}
.reverse {
  flex-direction: row-reverse;
}
/*概要*/
section.aniv20-outline-wrap {
  width: 100%;
  padding: 120px 0;
}
@media screen and (max-width:768px) {
  section.aniv20-outline-wrap {
    padding: 60px 0;
  }
}
.aniv20-outline-contents {
  padding: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.aniv20-outline-contents.pbharf {
  padding-bottom: 40px;
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents.pbharf {
    padding-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents {
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 22px;
  }
}
.aniv20-outline-contents:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
}
/*メッセージ*/
.anivmessagetxt {
  background: #fff;
  padding: 40px 80px 40px;
  background-image: url(../image/aniv20/historyback_1.jpg);
}
@media screen and (max-width:768px) {
  .anivmessagetxt {
    padding: 20px;
  }
}
.anivmessagetxt p {
  line-height: 1.8;
  letter-spacing: .002em;
  color: #2e2727;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .anivmessagetxt p {
    font-size: 14px;
  }
}
.aniv20-outline-contents div.flex div.left.logo {
  width: 300px;
}
.aniv20-outline-contents .flex .right {
  width: 480px;
}
.aniv20-outline-contents .flex .right.message {
  width: 100%;
}
.aniv20-outline-contents .flex .right div.image {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents .flex .right div.image {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents div.flex div.left.logo {
    width: 80%;
    margin: 0 auto;
  }
  .aniv20-outline-contents .flex .right {
    width: 100%;
  }
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.aniv20-outline-contents .flex {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents .flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.aniv20-contents-wrap h2 {
  font-size: 79px;
  /* text-align: center; */
  color: #fff;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 2px solid #fff;
  display: flex;
  gap: 0px;
  align-items: baseline;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-feature-settings: "palt";
  flex-wrap: wrap;
}
.aniv20-contents-wrap h2 span {
  color: #ffdc00;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width:768px) {
  .aniv20-contents-wrap h2 {
    font-size: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .aniv20-contents-wrap h2 span {
    font-size: 22px;
  }
}
.aniv20-outline-contents .flex .right p {
  font-size: 16px;
  line-height: 1.722;
  color: #fff;
}
@media screen and (max-width:768px) {
  .aniv20-outline-contents .flex .right p {
    font-size: 16px;
  }
}
p.shomei {
  text-align: right;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:768px) {
  p.shomei {
    flex-direction: column;
    gap: 4px;
    align-items: end;
  }
}
.logomovie {
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px) {
  .logomovie {
    width: 100%;
  }
}
/*動画*/
section.aniv20-moviewrap {
  background: #fff8e5;
  width: 100%;
}
section.aniv20-moviewrap .aniv20-container {
  padding-top: 200px;
  padding-bottom: 120px;
}
@media screen and (max-width:768px) {
  section.aniv20-moviewrap .aniv20-container {
    padding-top: 176px;
    padding-bottom: 60px;
  }
}
section.aniv20-moviewrap .aniv20-container .line {
  position: absolute;
  height: 100%;
  right: 50px;
  width: 35px;
  top: 0;
  background-image: url("../image/aniv20/line.svg");
}
section.aniv20-moviewrap h2 {
  text-align: center;
  color: #553724;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  position: relative;
}
section.aniv20-moviewrap h2 span {
  display: block;
  color: #ffb900;
}
section.aniv20-moviewrap h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #553724;
  bottom: 0;
}
div.movieicon01 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  top: 165px;
}
div.movieicon02 {
  width: 250px;
  height: 200px;
  position: absolute;
  right: -100px;
  top: 104px;
}
@media screen and (max-width:768px) {
  div.movieicon01 {
    width: 100px;
    height: 100px;
    left: -100px;
    top: 176px;
  }
  div.movieicon02 {
    width: 100px;
    height: 80px;
    right: 10px;
    top: 98px;
  }
}
/*ユニフォーム*/
.aniv20uniform-wrap {
  padding: 120px 0;
  width: 100%;
  background-image: url("../image/aniv20/historyback_1.jpg");
  background-size: cover;
}
@media screen and (max-width:768px) {
  .aniv20uniform-wrap {
    /*overflow: hidden;	*/
    padding: 60px 0 60px;
  }
}
.anivunicontentsbox {
  min-height: 1170px;
}
@media screen and (max-width:768px) {
  .anivunicontentsbox {
    min-height: inherit;
  }
}
.unibtnbox {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
.unibtnbox h2 {
  color: #ff5e00;
  border-color: #553724;
}
.unibtnbox h2 span {
  color: #553724;
}
div.aniv20-container .slidebox {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 16px;
  width: 480px;
  height: 554px;
}
@media screen and (max-width:768px) {
  div.aniv20-container .slidebox {
    padding: 16px;
    width: 100%;
    height: auto;
  }
}
div.backorange {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ff5e00;
  position: absolute;
  top: 10px;
  left: 10px;
}
div.backivory {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #322f6e;
  position: absolute;
  top: 10px;
  left: 10px;
}
.aniv20uniform-wrap div.title {
  width: 490px;
  height: 280px;
  /*  position: absolute;*/
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .aniv20uniform-wrap div.title {
    width: 100%;
    height: auto;
    position: static;
  }
}
.aniv20uniform-wrap div.title h2 {
  color: #553724;
  flex-direction: column;
  border-color: #553724;
  line-height: 1.3;
}
.aniv20uniform-wrap div.title h2 span {
  color: #aa9b91;
  display: block;
  font-size: 30px;
  margin-top: -15px;
}
@media screen and (max-width:768px) {
  .aniv20uniform-wrap div.title h2 {}
  .aniv20uniform-wrap div.title h2 span {
    font-size: 22px;
  }
}
.aniv20-container .unibox {
  width: 480px;
  /*height: 644px;*/
}
@media screen and (max-width:768px) {
  .aniv20-container .unibox {
    width: 100%;
    /*height: 644px;*/
  }
}
.aniv20-container .unibox h3 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 32px;
}
.aniv20-container .unibox h3 span {
  font-size: 24px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .aniv20-container .unibox h3 span {
    font-size: 20px;
  }
}
.aniv20-container .fp1st {
  position: absolute;
  right: 0;
  top: 113px;
  color: #ff5e00;
}
.aniv20-container .fp2nd {
  position: absolute;
  left: 0;
  top: 400px;
  color: #322f6e;
}
@media screen and (max-width:768px) {
  .aniv20-container .fp1st {
    position: static;
    margin-bottom: 30px;
  }
  .aniv20-container .fp2nd {
    position: static;
    margin-bottom: 60px;
  }
}
.fp1stafter {
  position: relative;
}
.aniv20-container .fp1st h3, .aniv20-container .fp2nd h3 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .aniv20-container .fp1st h3, .aniv20-container .fp2nd h3 {
    font-size: 35px;
  }
}
.aniv20-container .fp1st h3:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  background-image: url("../image/aniv20/orangebackicon.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.aniv20-container .fp2nd h3:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  background-image: url("../image/aniv20/ivorybackicon.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .aniv20-container .fp1st h3:after, .aniv20-container .fp2nd h3:after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:768px) {
  .aniv-unibtn {
    margin-bottom: 40px;
  }
}
/*ヒストリー*/
.aniv20history {
  padding: 120px 0;
  width: 100%;
  /*background-image: url("../image/aniv20/historyback_1.jpg");*/
  background: #fff8e5;
	overflow: hidden;
}
.aniv20history h2 {
  border-color: #553724;
  color: #553724;
  position: relative;
}
.aniv20history h2 span {
  color: #a8998f;
}
/*====================================================================
slick
====================================================================*/
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #2e2727;
  ;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
/*====================================================================

ヒストリーのアコーディオン

====================================================================*/
.s_01 .accordion_one {
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .s_01 .accordion_one {
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
  }
}
.s_01 .accordion_one .accordion_header {
  background-color: #ff5e00;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width:768px) {
  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    height: 15px;
    width: 2px;
    top: 1px;
    left: 8px;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    width: 15px;
    height: 2px;
    /*	  top: 7px;
    left: 1px;*/
    top: 8px;
    left: 2px;
  }
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #ff5e00;
  border-right: 2px solid #ff5e00;
  border-bottom: 2px solid #ff5e00;
  box-sizing: border-box;
  background: #fff;
  color: #553724;
}
@media screen and (max-width:768px) {
  .s_01 .accordion_one .accordion_inner {
    padding: 20px;
  }
  .s_01 .accordion_one .accordion_inner {
    font-size: 15px;
  }
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.s_01 .accordion_one .accordion_inner .box_one div {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.s_01 .accordion_one .accordion_inner .box_one p {
  margin-bottom: 32px;
  letter-spacing: .05em;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .s_01 .accordion_one .accordion_inner .box_one p {
    margin-bottom: 16px;
    letter-spacing: .05em;
    font-size: 15px;
  }
}
.s_01 .accordion_one .accordion_inner .box_one a {
  color: #ff5e00;
  text-decoration: underline;
  letter-spacing: .05em;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header .i_box {
    width: 20px;
    height: 20px;
    margin-top: -15px;
  }
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.history-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  justify-content: space-between;
}
.histry-box {
  width: 100%;
}
@media screen and (max-width:768px) {
  .histry-box {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.history-th {
  font-size: 90px;
  color: #ff5e00;
  position: relative;
  padding-right: 31px;
  width: 213px;
  line-height: 1.4;
}
@media screen and (min-width:768px) and (max-width:1164px) {
  .history-th {
    font-size: 5vw;
    flex: 1;
    width: auto;
    padding-right: 5vw;
    padding-top: 2%;
  }
}
@media screen and (max-width:768px) {
  .history-th {
    font-size: 45px;
    text-align: left;
    padding-right: 0;
    width: 90%;
    margin-right: 0;
  }
}
.history-th:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff5e00;
  border-radius: 100vh;
  position: absolute;
  right: -1px;
  top: 55px;
  margin: auto 0;
  z-index: 2;
}
@media screen and (min-width:768px) and (max-width:1164px) {
  .history-th:after {
    right: 46px;
  }
}
@media screen and (max-width:768px) {
  .history-th:after {
    left: -12.5%;
    top: 89px;
    width: 10px;
    height: 10px;
  }
}
.history-td.flex {
  position: relative;
}
@media screen and (max-width:768px) {
  .history-td.flex {
    width: 100%;
  }
  .section.s_01 {
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1164px) {
  .history-td {
    flex: 1;
    width: auto;
  }
}
.history-td.flex:before {
  content: "";
  height: calc(100% + 16px);
  width: 2px;
  background: #ffb900;
  position: absolute;
  left: -55px;
  top: 66px;
}
@media screen and (max-width:768px) {
  .history-td.flex:before {
    left: 0;
    height: 216%;
    top: 30px;
	  height: calc(100% + 91px);
  }
}
.history-wrap div.histry-box.flex:last-child .history-td.flex:before {
  display: none;
}
.accordion_header {
  position: relative;
}
.accordion_header:before {
  content: "";
  height: 2px;
  width: 50px;
  display: inline-block;
  left: -50px;
  position: absolute;
  background-color: #ff5e00;
  top: 61px;
}
@media screen and (max-width:768px) {
  .accordion_header:before {
    top: 30px;
    left: -10%;
    width: 10%;
  }
}
.accordion_header .i_box {
  background: #fff;
}
.accordion_header.open .i_box {
  background-color: #ff5e00;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  background-color: #ff5e00;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before, .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  background-color: #fff;
}
.rhombus {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -50px;
  top: -77px;
}
.rhombus1 {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -83px;
  top: -60px;
}
.rhombus2 {
  position: absolute;
  width: 160px;
  height: 120px;
  left: -83px;
  top: 345px;
}
@media screen and (max-width:768px) {
  .rhombus {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -10px;
    top: -20px;
  }
  .rhombus1 {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -10px;
    top: -20px;
  }
  .rhombus2 {
    /*   position: absolute;
    width: 160px;
    height: 120px;
    left: -83px;
    top: 345px;*/
    display: none;
  }
}
.s_01 .accordion_one .accordion_inner .box_one p.wp-caption-text {
  text-align: left;
  color: #8a8a8a;
  margin: 3px 0 20px;
  font-size: 12px;
}
/* スクロールテキスト */
.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  bottom: -100px;
  /*  height: 93px;*/
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width:768px) {
  .scroll-list {
    bottom: -58px;
  }
}
/* liタグ */
.scroll-list li {
  font-weight: 500;
  font-size: 132px;
  /*line-height: 40px;*/
  line-height: .78;
  text-align: left;
  color: #ff5e00;
  white-space: nowrap;
  padding: 0 45px 0 0;
  margin: 0 0 0;
  animation: marquee-left 32s linear infinite;
}
/* PCの時のフォントサイズ */
@media (min-width: 600px) {
  .scroll-list li {
    font-size: 8vw;
    line-height: 1;
  }
}
@media screen and (max-width:768px) {
  .scroll-list li {
    font-size: 80px;
    height: 100%;
    line-height: 1;
  }
}
/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  position: absolute;
  bottom: -100px;
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  z-index: 1;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: nowrap;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 180s infinite linear 0.5s both;
}
.scroll-infinity__item {
  /*width: 33.3333333333vw;
  height: 160px;*/
  margin: 0 7px;
  height: 270px;
  width: 720px;
}
@media screen and (max-width:768px) {
  .scroll-infinity__item {
    width: 359px;
    height: 135px;
  }
}
.scroll-infinity__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__wrap.bottomslide {
  position: absolute;
  bottom: 98px;
  top: auto;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
div.anivuniconcept {
  padding: 80px 0;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
div.anivuniconcept:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eb5e00;
  /* mix-blend-mode: overlay;*/
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
}
div.anivuniconcept div.aniv20-container {
  z-index: 1;
  width: 80%;
  max-width: 800px;
}
div.anivuniconcept div.aniv20-container h2 {
  color: #fff;
  flex-direction: column;
  border-color: #fff;
  line-height: 1.3;
}
div.anivuniconcept div.aniv20-container p {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.unislider .slick-img h4.capmane {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.unislider .slick-img h4.capmane span {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  display: block;
}
.history.aniv20his .unislider {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .history.aniv20his .contents h2.uni2025-h2.uni2026-h2-w {
    width: 88%;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 8px;
    gap: 4px;
  }
  .unislider .slick-img h4.capmane {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .unislider .slick-img h4.capmane span {
    font-size: 18px;
  }
}
/*事業の紹介*/
.anivjigyo-wrap {
  width: 100%;
  padding: 160px 0 120px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .anivjigyo-wrap {
    padding: 40px 0 40px;
  }
  .anivjigyo-wrap.slider-bottom {
   /* padding: 120px 0 40px;*/
	  padding: 120px 0 40px;
  }
}
.anivjigyo-wrap.orangeback {
  background-image: url(../image/aniv20/orangeback.png);
  background-size: cover;
}
.anivjigyo-wrap h2 {
  flex-wrap: wrap;
  white-space: nowrap;
}
.anivjigyo-wrap h2.ayoptitle {
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  .anivjigyo-wrap h2 {
    width: 100%;
    justify-content: center;
    line-height: 1.2;
    font-size: 50px;
  }
  .anivjigyo-wrap h2.ayoptitle {
    font-size: 42px;
    gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
}
.anivjigyo-wrap h3 {
  text-align: center;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 32px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .anivjigyo-wrap h3 {
    /* font-size: 26px;*/
    margin-bottom: 20px;
    margin-top: 16px;
    text-align: left;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0;
    /* margin-bottom: 32px;*/
  }
}
section.ayo-project {
  /*display: flex; */
  justify-content: space-between;
  /* max-width: 1000px; */
  margin: 0 auto;
  /* max-width: 90vw; */
  width: 90vw;
}
@media screen and (max-width: 768px) {
  section.ayo-project {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
section.ayo-project p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.ayo-project p {
    font-size: 14px;
    line-height: 1.8;
  }
}
section.ayo-project img {
  width: 100%;
  height: auto;
}
section.ayo-project .reverse {
  flex-direction: row-reverse;
}
section.ayo-project .column {
  width: 48%;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.ayo-project .column {
    width: clamp(340px, 83.3%, 1200px);
    margin: 0 auto;
  }
}
/*右側へ要素を広げる（2カラム）*/
section.ayo-project .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  section.ayo-project .column-outside-right {
    width: 100%;
  }
}
/*左側へ要素を広げる（2カラム）*/
section.ayo-project .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  section.ayo-project .column-outside-left {
    width: 96%;
  }
}
/*右側へ要素を広げる（1カラム）*/
.outside-right {
  margin-right: calc(50% - 50vw);
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .outside-right {
    height: 200px;
  }
}
section.ayo-project .outside-right img {
  width: 100%;
  /* height: 100%;*/
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width:768px) {}
section.ayo-project .outside-right p {
  width: 100%;
  height: 100%;
  position: relative;
}
section.ayo-project .outside-right p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0.64));
}
/*左側へ要素を広げる（1カラム）*/
.outside-left {
  margin-left: calc(50% - 50vw);
  height: 400px;
  overflow: hidden;
}
section.ayo-project .outside-left img {
  width: 100%;
  /*  height: 100%;*/
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width:768px) {
  .outside-left {
    height: 200px;
  }
}
section.ayo-project .outside-left p {
  width: 100%;
  height: 100%;
  position: relative;
}
section.ayo-project .outside-left p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0.64));
}
/*
スマホで重ねる*/
@media screen and (max-width: 768px) {
  section.ayo-project .column.mobile-ayo-project-text {
    margin-top: -98px;
    margin-left: 0;
    padding: 4%;
    position: relative;
    background-color:
      rgba(255, 255, 255, 0.8);
  }
  /*	 section.ayo-project .column.mobile-ayo-project-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    mix-blend-mode: overlay;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
}*/
  section.ayo-project .column.mobile-ayo-project-text p {
    color: #2e2727;
    ;
  }
  section.ayo-project .column.mobile-ayo-project-text.right {
    margin-left: auto;
    margin-right: 0;
  }
}
/*企画イベント*/
.planned-eventwrap {
  background: #fff8e5;
  width: 100%;
  padding: 80px 0;
}
.planned-eventwrap div.title h2 {
  color: #553724;
  flex-direction: column;
  border-color: #553724;
  line-height: 1.3;
	gap: 10px;
}
.ayo-projectlist {
  position: relative;
  /* padding: 80px;*/
}
@media screen and (max-width: 768px) {
  .ayo-projectlist {
    /*  padding: 20px;*/
    padding: 0;
  }
}
/*.ayo-projectlist:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #b0974b 0%, #b0974b 45%, #FEE9A0 70%, #b0974b 85%, #b0974b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/
.ayo-projectlist p {
  font-size: 18px;
  line-height: 1.722;
  color: #553724;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ayo-projectlist p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.ayo-project-contentslist {
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .ayo-project-contentslist {
    margin-bottom: 40px;
  }
}
.ayo-project-contentslist li {
  width: 100%;
  min-height: 160px;
}
.ayo-project-contentslist li a {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ayo-project-contentslist li a {
    flex-direction: column;
  }
}
.ayo-project-contentslist li a .thum {
  border: 3px solid #ff5e00;
  min-height: 160px;
  width: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ayo-project-contentslist li a .thum {
    width: 100%;
  }
}
.ayo-project-contentslist li a .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ayo-project-contentslist li .rightcontents {
  flex: 1;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
}
.ayo-project-contentslist li .rightcontents .up {
  background-color: #ff5e00;
  width: 100%;
  flex: 1;
  padding-left: 25px;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.viewmore {
  width: 100%;
  /*height: 40px;*/
  background: #553724;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 56px;
  box-sizing: border-box;
}
.viewmore:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../image/aniv20/viewarrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.viewmore span {
  color: #fff;
  line-height: .5;
  font-size: 40px;
}
.ayo-project-contentslist li .rightcontents .up p.number {
  color: #ff5e00;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 2px #FFF;
  margin-bottom: 0;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .ayo-project-contentslist li .rightcontents .up p.number {
    font-size: 40px;
  }
}
.ayo-project-contentslist li .rightcontents .up p.title {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
button.aniv20 {
  width: 220px;
  height: 50px;
  background: none;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
}
button.aniv20 a {
  width: 220px;
  height: 50px;
  border: 2px solid #fff;
  padding: 10px 17px;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background: #eb5e00;
  display: flex;
  border-radius: 5px;
  font-size: 14px;
}
button.aniv20 a span {
  font-size: 14px;
  transition: 0.3s ease-in-out;
  letter-spacing: .08em;
}
button.aniv20:hover a {
  background: #fff;
  color: #eb5e00;
  border: 2px solid #eb5e00;
}
button.aniv20:hover a span {
  color: #eb5e00;
}
ul.ayo-project-contentslistgrid {
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: flex-start;
gap: 32px 2%;
}
@media screen and (max-width: 768px) {
	ul.ayo-project-contentslistgrid {
	gap:16px 2%;	
	}
}

ul.ayo-project-contentslistgrid li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  ul.ayo-project-contentslistgrid li {
    width: 49%;
  }
}
ul.ayo-project-contentslistgrid li a {
  display: flex;
  flex-direction: column;
}
ul.ayo-project-contentslistgrid li a .thum {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
ul.ayo-project-contentslistgrid li a .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*20周年事業のお知らせ詳細内容*/
.pagetitlewrap.aniv20-single {
  background-image: url("../image/aniv20/kv/kv_dt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pagetitlewrap.aniv20-single .logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width:768px) {
  .pagetitlewrap.aniv20-single .logo {
    width: 45%;
  }
}
.aniv20-single-wrap {
  padding: 80px 0 160px;
}
@media screen and (max-width:768px) {
  .aniv20-single-wrap {
    padding: 40px 0 80px;
  }
}
.aniv20-single-wrap.orangeback {
  background-image: url("../image/aniv20/orangeback.png");
  background-size: cover;
}
.aniv20-single-container {
  position: relative;
  width: clamp(320px, 83.3%, 1000px);
  margin: 0 auto;
}
.aniv20-single-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  /*  mix-blend-mode: overlay;
  opacity: .7;*/
  position: absolute;
  top: 0;
  left: 0;
}
.aniv20-single-contents {
  position: relative;
  z-index: 2;
  padding: 80px;
}
@media screen and (max-width:768px) {
  .aniv20-single-contents {
    padding: 20px;
  }
}

.aniv20-single-contents .wp_social_bookmarking_light{
	display: none;
}
.aniv20-single-contents h1 {
  font-size: 32px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:768px) {
  .aniv20-single-contents h1 {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
.aniv20-single-contents p {
  font-size: 18px;
  line-height: 1.722;
  color: #2e2727;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .aniv20-single-contents p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.aniv20-single-contents img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.aniv20-single-contents h2 {
  padding: 20px 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #eb6100;
  border-radius: 100vh;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}
.aniv20-single-contents h2:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  right: 5px;
  top: 5px;
  background-size: contain;
  background-image: url(../image/seasonseat2024/renofalogo.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  .aniv20-single-contents h2 {
    padding-right: 67px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .aniv20-single-contents h2:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.aniv20-single-contents h3 {
  position: relative;
  font-weight: 700;
  margin: 50px 0 25px;
  padding-left: 15px;
  border-left: 4px solid #eb5e00;
  color: #eb5e00;
  line-height: 1.1;
  font-size: 21px;
}
.aniv20-single-contents .wp_social_bookmarking_light {
  padding-top: 80px !important;
}
.aniv20-single-contents a {
  color: #eb5e00;
  text-decoration: underline;
  vertical-align: baseline;
}
p.anivjigyo-disc {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: #fff;
}
.ptharf.anivjigyo-wrap {
  padding: 40px 0 80px;
}
h4.each-jigyo-title {
  font-size: 65px;
  color: #eb5e00;
  position: absolute;
  bottom: 10px;
  left: 40px;
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  h4.each-jigyo-title {
    font-size: 29px;
    white-space: nowrap;
    left: 16px;
  }
}
h5.each-jigyo-subtitle {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  h5.each-jigyo-subtitle {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 2.8;
  }
}
h5.each-jigyo-subtitle span {
  background: #fff;
  padding: 8px 20px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
@media screen and (max-width:768px) {
  h5.each-jigyo-subtitle span {
    vertical-align: baseline;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
p.each-jigyo-txt {
  padding: 20px;
  margin-bottom: 32px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
p.each-jigyo-txt span {
  display: block;
}
@media screen and (max-width:768px) {
  p.each-jigyo-txt {
    font-size: 14px;
  }
}
p.each-jigyo-txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}
/*事業の投稿　片流れスライダー*/
#jigyo-report-wrapper {
  /*padding: 0 0 60px;*/
  padding: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60px;
}
.content_area {
  width: clamp(320px, 88%, 1000px);
  padding: 0 40px;
  margin: 0 auto;
}
#jigyo-report-wrapper .slick-list {
  overflow: visible;
}
.slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}
.content_area .slick-prev, .content_area .slick-next {
  z-index: 100;
  width: 40px;
  height: 40px;
}
.content_area .slick-prev:before, .content_area .slick-next:before {
  color: #fff;
  /*	width: 40px;
	height: 40px;*/
  font-size: 40px;
}
.content_area {
  margin-bottom: 60px;
}
.content_area.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width:560px) {
  .content_area {
    margin-bottom: 30px;
  }
  .content_area {
    padding: 0 30px;
  }
  .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
.jigyoslick-slider-card a {
  flex-direction: column;
  background-color: #553724;
  justify-content: flex-start;
  height: 100%;
}
.jigyoslick-slider-card a .bottom {
  padding: 16px 20px;
  color: #fff;
}
.jigyoslick-slider-card a .bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.jigyoslick-slider-card a .bottom .titile {
  font-size: 16px;
}
#jigyo-report-wrapper .slick-track {
  align-items: stretch;
  display: flex;
}
#jigyo-report-wrapper .slick-slide {
  height: auto;
}
.content_area .slick-slide {
  height: auto;
}
.content_area .slick-track {
  display: flex;
  align-items: stretch;
}
.aniv20-container.taxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.aniv20-container.taxlist .jigyoslick-slider-card {
  width: 32%;
}
.aniv20-container.taxlist .jigyoslick-slider-card .thum {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.aniv20-container.taxlist .jigyoslick-slider-card .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jigyoslick-slider-card .thum {
  overflow: hidden;
}
.jigyoslick-slider-card .thum img {
  transition: transform .6s ease;
}
.jigyoslick-slider-card:hover .thum img {
  transform: scale(1.1); /* 拡大 */
}
#jigyo-report-wrapper button.aniv20 {
  width: 350px;
  height: 80px;
  max-width: 80%;
}
#jigyo-report-wrapper button.aniv20 a {
  width: 100%;
  height: 100%;
}
.ayo-project-listver {
  /*width: clamp(320px, 88%, 1000px);*/
  margin: 0 auto;
  margin-bottom: 60px;
}
.upper-titlearea {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .upper-titlearea {
    height: 200px;
  }
}
.upper-titlearea.gfy-project-back {
  background-image: url("../image/aniv20/ayop/DSC_9805.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.upper-titlearea.yoa-project-back {
  background-image: url("../image/aniv20/ayop/DSC_0994.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.upper-titlearea.gfy-project-back:before, .upper-titlearea.yoa-project-back:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0.64));
}
.ayo-project-listver .upper-titlearea .txtarea {
  position: absolute;
  left: 40px;
  bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ayo-project-listver .upper-titlearea .txtarea {
    left: 16px;
  }
}
.ayo-project-listver .upper-titlearea h2 {
  font-size: 55px;
  color: #eb5e00;
 white-space: normal;
  border: none;
  padding-bottom: 0;
  position: static;
	font-family: "Anton","Noto Sans JP",sans-serif;
	margin-bottom: 8px;
	
	
}
@media screen and (max-width: 768px) {
  .ayo-project-listver .upper-titlearea h2 {
    line-height: 1;
    font-size: 25px;
	  justify-content: flex-start;
        margin-bottom: 0;
  }
}
.ayo-project-listver .upper-titlearea h3 {
  text-align: left;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: "palt";
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ayo-project-listver .upper-titlearea h3 {
    line-height: 1;
  }
}
.ayo-project-listver .upper-titlearea h3 span {
  background: #fff;
  color: #222;
	padding: 4px 16px;
}
@media screen and (max-width: 768px) {
  .ayo-project-listver .upper-titlearea h3 span {
    font-size: 19px;
	  padding: 2px 4px;
        font-weight: 700;
  }
}
.discrip-area {
  background-color: #553724;
  padding: 20px 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .discrip-area {
    padding: 16px 20px;
    color: #fff;
    font-size: 14px;
  }
}
button.viewmore {
  border: none;
  padding: 16px 56px 16px 0;
  transition: all ease-in-out .3s;
}
button.viewmore span {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  button.viewmore span {
    font-size: 24px;
  }
}
button.viewmore:after {
  transition: all ease-in-out .3s;
}
button.viewmore:hover:after {
  right: 14px;
}


.ayo-project-contentslistgrid.flex.categorypage li{
	background-color: #553724;
}
.ayo-project-contentslistgrid.flex.categorypage li .title{
padding: 16px;	
}
@media screen and (max-width: 768px) {
.ayo-project-contentslistgrid.flex.categorypage li .title{
padding: 10px;	
}
}
.ayo-project-contentslistgrid.flex.categorypage li .rightcontents p{
	color: #fff;
}

.viewmore.comingsoon:after{
	display: none;
}
@media screen and (min-width: 769px) and (max-width: 1126px) {
.relative.anivunicontentsbox{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 32px;

}
	
	.fp1st.unibox,.fp2nd.unibox{
		position: static;
	}
}

.aniv20singlepb{
	padding-bottom: 60px;
	justify-content: center;
	gap:32px;
}

@media screen and (max-width: 768px) {
.aniv20singlepb {
	flex-direction: column;
}
}


.related_videos-wrap{
	padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
	.related_videos-wrap{
	padding: 40px 0 0;
}
	
}
.ayo-project-contentslistgrid.related_videos li{
	width: 49%;
}
@media screen and (max-width: 768px) {
	.ayo-project-contentslistgrid.related_videos li{
	width:100%;
}
}

.ayo-project-contentslistgrid.related_videos p{
	margin: 0;
	position: static;

}