.ly_fillter {
  background: url(../img/common/yellow_bg.jpg);
  background-repeat: repeat;
  border: solid 3px #96784f;
  padding: 4px;
}

.ly_fillter .ly_fillter_inner {
  background: url(../img/common/bg_white.jpg);
  background-repeat: repeat;
  border: solid 2px #96784f;
  padding: 30px;
  position: relative;
}

.search_cont h3 {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.search_cont .sort_list01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search_cont .sort_list02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sort_list01_wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reset_item {
  padding-left: 0.5em;
  position: relative;
}

.reset_item::before {
  background: #ffc9cd;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 10px;
}

.reset_item .reset-button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.reset_item:hover .reset-button {
  color: #ff6698;
}

.sort_list01 .sort_list_item {
  cursor: pointer;
  margin: 0 10px;
  padding-left: 1em;
  position: relative;
}

.sort_list01 .sort_list_item::before {
  background: #ffc9cd;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 10px;
}

.sort_list01 .sort_list_item input {
  cursor: pointer;
}

.sort_list01 .sort_list_item input[type="radio"]:checked + label {
  color: #ff6698;
}

.sort_list01 .sort_list_item label {
  cursor: pointer;
  display: inline-block;
}

.sort_list01 .sort_list_item input[type="radio"] {
  display: none;
}

.sort_list01 .sort_list_item:hover {
  color: #ff6698;
}

.sort_list02 {
  margin-top: 30px;
  position: relative;
}

.sort_list02::before {
  background-color: #ffc9cd;
  content: "";
  height: 3px;
  left: 0;
  max-width: 220px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15vw;
}

.sort_list02::after {
  background-color: #ffc9cd;
  content: "";
  height: 3px;
  max-width: 220px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15vw;
}

.sort_list02 .sort_list_item {
  cursor: pointer;
  margin: 0 20px;
  position: relative;
}

.sort_list02 .sort_list_item:hover input[type="radio"][value="series01"] + label::before {
  background: url(../img/character/cate_bg01_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item:hover input[type="radio"][value="series02"] + label::before {
  background: url(../img/character/cate_bg02_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item:hover input[type="radio"][value="series03"] + label::before {
  background: url(../img/character/cate_bg03_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input {
  cursor: pointer;
}

.sort_list02 .sort_list_item input[type="radio"][value="series01"] + label:before {
  background: url(../img/character/cate_bg01_off.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"][value="series01"]:checked + label::before {
  background: url(../img/character/cate_bg01_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"][value="series02"] + label:before {
  background: url(../img/character/cate_bg02_off.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"][value="series02"]:checked + label::before {
  background: url(../img/character/cate_bg02_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"][value="series03"] + label:before {
  background: url(../img/character/cate_bg03_off.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"][value="series03"]:checked + label::before {
  background: url(../img/character/cate_bg03_on.png) no-repeat;
  background-size: 100%;
}

.sort_list02 .sort_list_item input[type="radio"] {
  display: none;
}

.sort_list02 .sort_list_item input[type="radio"][value="medium"] + label:before {
  background-image: url(./img/medium.png);
}

.sort_list02 .sort_list_item input[type="radio"][value="large"] + label:before {
  background-image: url(./img/large.png);
}

.sort_list02 .sort_list_item input[type="radio"] + label:before {
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
}

.sort_list02 .sort_list_item label {
  cursor: pointer;
  display: inline-block;
}

.sort_list02 .sort_list_item:hover {
  color: #ff6698;
}

.page_ttlWp {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.character_list_item {
  position: relative;
}

.character_list_item .character_card {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.character_card {
  color: inherit;
  cursor: pointer;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease-in-out 600ms;
  transition: ease-in-out 600ms;
}

.front {
  background-size: cover;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}

.character_card:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.character_card:nth-child(even):hover .front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.back {
  background: #fff;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.character_card:hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.character_card:nth-child(even) .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.character_card:nth-child(even):hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

input {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
}

label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
}

li.tab_list_item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: solid 3px #ff6698;
  border-radius: 20px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

li.tab_list_item a::before {
  background: #ff6698;
  content: "";
  left: 1.1em;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg) translateY(-50%);
          transform: rotate(-45deg) skew(10deg, 10deg) translateY(-50%);
}

li.tab_list_item a::after {
  background: #ff6698;
  content: "";
  position: absolute;
  right: 0.6em;
  top: 50%;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg) translateY(-50%);
          transform: rotate(-45deg) skew(10deg, 10deg) translateY(-50%);
}

li.tab_list_item a:hover {
  background: #ff6698;
  color: #fff;
}

li.tab_list_item a:hover::before {
  background: #fff;
}

li.tab_list_item a:hover::after {
  background: #fff;
}

li.tab_list_item a.is-active {
  background: #ff6698;
  color: #fff;
}

li.tab_list_item a.is-active::before {
  background: #fff;
}

li.tab_list_item a.is-active::after {
  background: #fff;
}

.tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c_about_inner {
  background: url(../img/common/pt_green01.png);
  background-repeat: repeat;
  padding: 5px 0;
}

.about_cont {
  background: url(../img/common/yellow_bg.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.about_cont::before {
  background: url(../img/about/symbol.png);
  background-size: 100%;
  content: "";
  height: 453px;
  left: 50%;
  position: absolute;
  top: 185px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 331px;
  z-index: -1;
}

.sub_ttl {
  text-align: center;
}

.story .story_inner {
  margin: auto;
}

.story .content {
  margin-top: 40px;
}

.story .content p {
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 1px 1.3px #fff;
}

.story .content p:last-child {
  margin-bottom: 0;
}

.story_box {
  margin-bottom: 40px;
  position: relative;
}

.story_box:last-child {
  margin-bottom: 0;
  margin-top: 120px;
  padding-bottom: 100px;
}

.font_pink {
  color: #e5588b;
}

.story {
  position: relative;
  z-index: 1;
}

.story .bg {
  background: url(../img/about/story/story_bg.png);
  background-size: 100%;
  height: 447px;
  position: absolute;
  right: 0%;
  width: 702px;
  z-index: -1;
}

.line_bg {
  margin-top: 120px;
  position: relative;
  text-align: center;
}

.line_bg:before {
  background: #e55a8b;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}

.line_bg:after {
  background: #e55a8b;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}

.staff_cast .staff_cast_inner {
  margin: auto;
  max-width: 1120px;
}

.staff_cast .content {
  margin-top: 40px;
  text-shadow: 1px 1.3px #fff;
}

.staff_cast .content dt {
  color: #ff6698;
}

.staff_cast .content dd {
  color: #000;
}

.staff_cast .content dd span {
  font-size: 1rem;
}

ul.list.staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

li.item.staff_item:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

li.item.staff_item {
  margin-bottom: 30px;
  margin-right: 2%;
}

.staff_cast_box {
  margin-top: 120px;
}

ul.list.cast_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

li.item.cast_item {
  margin-bottom: 30px;
  margin-right: 2%;
}

.summary {
  position: relative;
  z-index: 1;
}

.summary .bg {
  background: url(../img/about/summary/summary_bg.png);
  background-size: 100%;
  bottom: 0;
  height: 467px;
  position: absolute;
  right: 0%;
  width: 702px;
  z-index: -1;
}

.summary .summary_inner {
  margin: auto;
  max-width: 1120px;
}

.summary .content {
  margin-top: 40px;
}

.summary .content p {
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 1px 1.3px #fff;
}

.summary .content p:last-child {
  margin-bottom: 0;
}

.summary_box {
  margin-bottom: 40px;
  position: relative;
}

.summary_box:last-child {
  margin-bottom: 0;
  margin-top: 120px;
  padding-bottom: 100px;
}

.content_bg {
  height: 245px;
  height: 19.7vw;
  margin: 80px 0;
}

.content_bg01 {
  background: url(../img/about/summary/summary_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.content_bg02 {
  background: url(../img/about/summary/summary_img02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.content_bg01 {
  background: url(../img/about/summary/summary_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.content_bg03 {
  background: url(../img/about/summary/summary_img03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.data-box {
  display: none;
}

.data-box:nth-child(3) {
  display: block;
}

.data02-box {
  display: none;
}

.data02-box:nth-child(3) {
  display: block;
}

.cate_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cate_list li {
  margin: 0 20px;
}

.cate_list li a {
  display: block;
  position: relative;
}

.cate_list li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li a:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li a:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li a:nth-child(1).is-active::before {
  opacity: 1;
}

.cate_list li a:nth-child(1):hover::before {
  opacity: 1;
}

.cate_list li a:nth-child(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li a:nth-child(2).is-active::before {
  opacity: 1;
}

.cate_list li a:nth-child(2):hover::before {
  opacity: 1;
}

.cate_list li a:nth-child(3) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li a:nth-child(3).is-active::before {
  opacity: 1;
}

.cate_list li a:nth-child(3):hover::before {
  opacity: 1;
}

.cate_list li:nth-child(1) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li:nth-child(1) a::before {
  background: url(../img/common/cate01_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.cate_list li:nth-child(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li:nth-child(2) a::before {
  background: url(../img/common/cate02_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.cate_list li:nth-child(3) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cate_list li:nth-child(3) a::before {
  background: url(../img/common/cate03_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.c_base_inner {
  padding-top: 0;
}

.staff_cast_box:first-child {
  margin-top: 0;
}

.summary_box:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 821px) {
  .page_ttlWp {
    height: 310px;
  }
  .character_list {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(5, 1fr);
  }
  .character_list_item {
    padding-top: 143%;
  }
  li.tab_list_item a {
    font-size: 1.4rem;
    width: 250px;
  }
  li.tab_list_item a::before {
    height: 10px;
    width: 10px;
  }
  li.tab_list_item a::after {
    height: 10px;
    width: 10px;
  }
  .tab_list {
    margin-top: 60px;
  }
  li.tab_list_item {
    margin: 0 20px;
  }
  .c_about_inner {
    margin-bottom: 200px;
    margin-top: 40px;
  }
  .about_cont {
    padding: 90px 0;
  }
  .story .story_inner {
    max-width: 1120px;
    width: 96%;
  }
  .story .content p {
    font-size: 1.8rem;
  }
  .story .bg {
    bottom: -90px;
  }
  .staff_cast .staff_cast_inner {
    width: 96%;
  }
  .staff_cast .content dt {
    font-size: 1.2rem;
  }
  .staff_cast .content dd {
    font-size: 1.6rem;
  }
  li.item.staff_item {
    width: 23%;
  }
  li.item.cast_item {
    width: 23%;
  }
  .summary .summary_inner {
    width: 96%;
  }
  .summary .content p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 820px) {
  .page_ttlWp {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 77.33333333333333%;
  }
  .character_list {
    display: block;
  }
  .character_list_item:not(:first-of-type) {
    margin-top: 40px;
  }
  li.tab_list_item a {
    font-size: 1.2rem;
    width: 100%;
  }
  li.tab_list_item a::before {
    height: 5px;
    width: 5px;
  }
  li.tab_list_item a::after {
    height: 5px;
    width: 5px;
  }
  .tab_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
  .tab_list .tab_list_item:first-child {
    margin: 0 auto 20px;
    width: 100%;
  }
  .tab_list .tab_list_item:first-child a {
    margin: auto;
    max-width: 49%;
  }
  .tab_list .tab_list_item:nth-child(2) {
    margin-right: 2%;
  }
  li.tab_list_item {
    width: 49%;
  }
  .c_about_inner {
    margin-bottom: 100px;
    margin-top: 40px;
  }
  .about_cont {
    padding: 40px 0;
  }
  .sub_ttl {
    margin: auto;
    width: 60%;
  }
  .story .story_inner {
    width: 90%;
  }
  .story .content p {
    font-size: 1.4rem;
  }
  .story .bg {
    bottom: -40px;
  }
  .staff_cast .staff_cast_inner {
    width: 90%;
  }
  .staff_cast .content dt {
    font-size: 1.1rem;
  }
  .staff_cast .content dd {
    font-size: 1.2rem;
  }
  li.item.staff_item {
    width: 48%;
  }
  li.item.cast_item {
    width: 48%;
  }
  .summary .summary_inner {
    width: 90%;
  }
  .summary .content p {
    font-size: 1.4rem;
    text-align: left;
  }
  .c_base_inner {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1110px) {
  .character_list {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 170px;
  }
}
