body {
  overflow-y: auto !important;
}

#index #stage {
  background-size: 62px auto;
  width: 100%;
}

#index #stage::before {
  background-image: url(../img/common/yellow_bg.jpg);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ly_kv {
  background-image: url(../img/common/yellow_bg.jpg);
  background-repeat: repeat;
}

.ly_kv .p_kv_cont {
  position: relative;
}

.ly_kv .p_kv_cont .kv_logo {
  max-width: 400px;
  position: absolute;
  z-index: 9;
}

.ly_kv .p_kv_cont .kv_logo img {
  width: auto;
}

.ly_kv .p_kv_side {
  height: 100%;
}

.ly_kv .p_kv_side .kv_select_cont {
  position: relative;
}

.ly_kv .p_kv_side .kv_select_cont .select_ttl {
  background: url(../img/common/pt_green01.png);
  background-repeat: repeat;
  background-size: 50%;
  margin: auto;
  padding: 7px 15px;
  width: 130px;
}

.ly_kv .p_kv_side .kv_select_cont .select_ttl .inner {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 3px 0;
  text-align: center;
}

.select_list .select_list_item {
  cursor: pointer;
}

.select_list_item .btn {
  position: relative;
}

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

.select_list_item .btn_inner:hover {
  opacity: 0.8;
}

.select_list_item .btn_inner {
  color: inherit;
  cursor: pointer;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.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;
}

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

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

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

.select_list_item.is-active .btn_inner .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.select_list_item.is-active .btn_inner .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.side_info {
  margin-top: 25px;
  padding: 0 10px;
  text-align: center;
}

.side_info .bnr_list .bnr_list_item {
  margin-top: 15px;
}

.side_info .bnr_list .bnr_list_item:first-child {
  margin-top: 0;
}

.ly_movieWp {
  background-image: url(../img/common/bg_white.jpg);
  background-repeat: repeat;
  padding: 50px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_movieWp::before {
  background-image: url(../img/common/pt_green01.png);
  background-repeat: repeat-x;
  background-size: 3% auto;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ly_movieWp::after {
  background-image: url(../img/common/pt_green01.png);
  background-repeat: repeat-x;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ly_movieWp:hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_movieWp:hover .p_movie_cont::before {
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_movieWp:hover .videoWp {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_movieWp:hover .videoWp .ico_video_inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
          transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_movieWp .p_movie_cont {
  padding-top: 30vw;
  position: relative;
  z-index: 9;
}

.ly_movieWp .p_movie_cont::before {
  background: rgba(254, 64, 134, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}

.ly_movieWp .p_movie_cont .p_movie {
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoWp {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.videoWp .ico_video_inner {
  left: 52%;
  position: absolute;
  top: 52%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.videoWp .ico_video_outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_infoWp {
  position: relative;
}

.ly_infoWp::before {
  background: url(../img/top/line_bg01.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}

.ly_infoWp::after {
  background: url(../img/top/line_bg01.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  bottom: 5px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.ly_infoWp .inner h2 {
  text-align: center;
}

.p_info_cont .p_info_item {
  border-radius: 20px;
}

.p_info_cont .p_info_item .p_info_item_inner {
  position: relative;
}

.p_info_cont .p_info_item .cont_ttl {
  text-align: center;
}

.p_info_cont .p_info_item > section {
  margin-top: 30px;
  padding: 25px;
  position: relative;
  width: 100%;
}

#twi_wrap {
  background: url(../img/common/pt_green01.png) repeat;
  background-size: 10%;
}

#twi_wrap .box {
  background-color: #fff;
  padding: 0;
}

#news_wrap .news_list_item {
  border-bottom: solid 3px #886a54;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

#news_wrap .news_list_item:last-child {
  margin-bottom: 0;
}

#news_wrap .date {
  color: #e5588b;
  font-size: 1.2rem;
  font-weight: bold;
}

#news_wrap .news_list_body {
  color: #000;
  display: block;
}

#news_wrap .news_list_body:hover {
  text-decoration: underline;
}

#news_wrap .article_ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.6rem;
  overflow: hidden;
  padding-bottom: 10px;
}

.btn_area {
  margin: 30px 0 0 auto;
  text-align: center;
  width: 190px;
}

@-webkit-keyframes anim-circle {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes anim-circle {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.bnr_list_item a {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bnr_list_item a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.movieList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.movieList li .btn_01 {
  border: solid 2px #ff6698;
  height: 40px;
}

.movieList li .btn_01.is-active {
  background-color: #ff6698;
  color: #fff;
}

.p_news {
  background: url(../img/top/news_bg.jpg);
  background-repeat: repeat;
  position: relative;
}

.p_news .swiper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_news .article {
  -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;
  padding: 10px 0;
}

.p_news .article .date {
  color: #ff6698;
}

.p_news .article .date time {
  -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;
  line-height: 1;
  position: relative;
}

.p_news .article .date time span {
  display: inline-block;
}

.p_news .article .date time span img {
  display: inline-block;
  margin-right: 0.1em;
  opacity: 0.5;
}

.p_news .article .date time span img:nth-child(1) {
  opacity: 1;
}

.p_news .article .date time span img:nth-child(2) {
  opacity: 0.5;
}

.p_news .article .date time span img:nth-child(3) {
  opacity: 0.5;
}

.p_news .article .date time span img.progress-active {
  opacity: 1;
}

.p_news .article .news_list_body {
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_news .article .news_list_body:hover {
  text-decoration: underline;
}

.p_news .article .news_list_body .article_ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p_news .news_cont {
  margin: auto;
}

.p_news .news_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;
}

.p_news .btn_area {
  font-size: 12px;
  margin: 0;
}

.p_news .btn_area .c_btn {
  border: solid 1px #ff6698;
  border-radius: 12.5px;
  height: 25px;
  line-height: 1;
  margin: 0 0 0 auto;
  padding-top: 2px;
}

.tab_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;
}

.tab_list li {
  margin: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab_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%;
}

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

.tab_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%;
}

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

.tab_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%;
}

.story.data-box {
  display: none;
  margin-top: 20px;
}

.data-03.story.data-box {
  display: block;
}

@media only screen and (min-width: 821px) {
  .ly_kv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ly_kv .p_kv_cont {
    width: calc(100% - 340px);
  }
  .ly_kv .p_kv_cont .kv_logo {
    width: 12vw;
  }
  .ly_kv .p_kv_side {
    padding-top: 45px;
    width: 340px;
  }
  .ly_kv .p_kv_side .kv_select_cont {
    height: 225px;
  }
  .select_list .select_list_item {
    position: absolute;
  }
  .select_list .select_list_item:nth-child(1) {
    left: 30px;
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .select_list .select_list_item:nth-child(2) {
    right: 30px;
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .select_list .select_list_item:nth-child(3) {
    left: 50%;
    top: 85px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .select_list_item {
    width: 105px;
  }
  .select_list_item .btn {
    padding-top: 105px;
  }
  .side_info .bnr_list {
    padding-top: 40px;
  }
  .ly_movieWp:hover .videoWp {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(15deg);
            transform: translateX(-50%) translateY(-50%) rotate(15deg);
    width: 160px;
  }
  .ly_movieWp .p_movie_cont .p_movie {
    background-attachment: fixed;
    background-position: calc(100% + 150px) center;
    background-size: cover;
  }
  .videoWp {
    width: 143px;
  }
  .ly_infoWp {
    padding-bottom: 150px;
    padding-top: 105px;
  }
  .ly_infoWp::before {
    height: 100px;
  }
  .ly_infoWp::after {
    height: 100px;
  }
  .ly_infoWp .inner {
    padding: 0 75px;
  }
  .p_info_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: auto;
    max-width: 1020px;
    padding-top: 100px;
  }
  .p_info_cont .p_info_item {
    width: 45%;
  }
  .movieList {
    gap: 0 20px;
  }
  .movieList li .btn_01 {
    font-size: 1.4rem;
  }
  .p_news .article .date {
    font-size: 1.2rem;
    margin-right: 1em;
    min-width: 100px;
  }
  .p_news .article .date time span img {
    height: 14px;
    width: 15px;
  }
  .p_news .article .date time span:nth-child(2) {
    padding-left: 0.2em;
  }
  .p_news .article .news_list_body {
    font-size: 1.2rem;
  }
  .p_news .news_cont {
    width: calc(100% - 4vw);
  }
  .p_news .btn_area {
    width: 150px;
  }
  .p_news .btn_area .c_btn {
    font-size: 1.2rem;
    width: 85px;
  }
}

@media only screen and (max-width: 820px) {
  .ly_kv .p_kv_cont {
    width: 100%;
  }
  .ly_kv .p_kv_cont .kv_logo {
    width: 35%;
  }
  .ly_kv .p_kv_side {
    width: 100%;
  }
  .ly_kv .p_kv_side .kv_select_cont .select_ttl {
    display: none;
  }
  .select_list .select_list_item:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .select_list .select_list_item:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .select_list .select_list_item:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .select_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: -50px;
  }
  .select_list_item {
    width: 105px;
  }
  .select_list_item .btn {
    width: 105px;
  }
  .select_list_item {
    margin: 0 10px;
  }
  .side_info .bnr_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 40px;
  }
  .side_info .bnr_list .bnr_list_item {
    margin: 0;
    width: 46%;
  }
  .side_info .bnr_list .bnr_list_item:nth-child(n + 3) {
    margin-top: 3vw;
  }
  .ly_movieWp {
    margin-top: 50px;
  }
  .ly_movieWp:hover .videoWp {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(15deg);
            transform: translateX(-50%) translateY(-50%) rotate(15deg);
    width: 100px;
  }
  .ly_movieWp:hover .videoWp .ico_video_inner {
    width: 30px;
  }
  .ly_movieWp .p_movie_cont {
    padding-top: 56.25vw;
  }
  .ly_movieWp .p_movie_cont .p_movie {
    background-size: auto 100%;
    padding-top: 56.25vw;
  }
  .videoWp {
    width: 90px;
  }
  .videoWp .ico_video_inner {
    width: 30px;
  }
  .ly_infoWp {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .ly_infoWp::before {
    height: 50px;
  }
  .ly_infoWp::after {
    height: 50px;
  }
  .ly_infoWp .inner {
    padding: 0 2em;
  }
  .p_info_cont .p_info_item {
    padding-top: 60px;
  }
  .modal_box {
    padding-top: 56.25%;
    position: relative;
  }
  .movieList {
    gap: 0 7px;
    margin-top: 10px;
    padding: 0 0.5em;
  }
  .movieList li .btn_01 {
    font-size: 1.1rem;
    text-align: center;
  }
  .p_news .article .date {
    font-size: 1.1rem;
    margin-right: 0.7em;
    min-width: 80px;
  }
  .p_news .article .date time span img {
    height: 11px;
    width: 12px;
  }
  .p_news .article .date time span:nth-child(2) {
    padding-left: 0.2em;
  }
  .p_news .article .news_list_body {
    font-size: 1.1rem;
  }
  .p_news .news_cont {
    width: calc(100% - 2vw);
  }
  .p_news .btn_area {
    width: 80px;
  }
  .p_news .btn_area .c_btn {
    font-size: 1rem;
    width: 65px;
    width: 75px;
  }
}

@media only screen and (max-width: 480px) {
  .select_list {
    height: 80px;
  }
  .select_list_item {
    width: 80px;
  }
  .select_list_item .btn {
    width: 80px;
  }
}

@media only screen and (max-width: 375px) {
  .select_list {
    height: 75px;
  }
  .select_list_item {
    width: 75px;
  }
  .select_list_item .btn {
    width: 75px;
  }
}

@media only screen and (max-width: 320px) {
  .select_list {
    height: 70px;
  }
  .select_list_item {
    width: 70px;
  }
  .select_list_item .btn {
    width: 70px;
  }
}
