.wholewrapper {
  background: url(../media/images/pltf/common/bg_dot.png) repeat top -4px left 28px;
}
@media screen and (max-width: 767px) {
  .wholewrapper {
    background-position: top -23px left 13px;
    background-size: 51%;
  }
}

header.header {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 980px) {
  header.header {
    opacity: 1;
    visibility: visible;
  }
}
header.header.show {
  opacity: 1;
  visibility: visible;
}

.top_header {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 980px) {
  .top_header {
    display: none;
  }
}
.top_header.header {
  position: absolute;
  box-shadow: none;
  background: transparent;
}
.top_header.header .top_header_logo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 445px;
  overflow: hidden;
  pointer-events: none;
}
.top_header.header .top_header_logo img {
  display: block;
  width: 540px;
  transform: translateX(-95px);
}
@media print, screen and (max-width: 1100px) {
  .top_header.header .top_header_logo img {
    transform: translateX(-145px);
  }
}
@media screen and (max-width: 1024px) {
  .top_header.header .top_header_logo img {
    width: 450px;
    transform: translateX(-105px);
  }
}
.top_header.header .site_logo {
  display: none;
}
.top_header.header .gnavi_wrap {
  flex: 1 1 auto;
}
.top_header.header .gnavi {
  padding-top: 19px;
}
.top_header.header .gnavi ul.depth1 {
  margin-right: 48px;
  padding-top: 6px;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi ul.depth1 {
    margin-right: 25px;
  }
}
.top_header.header .gnavi ul.depth1 li.depth1 {
  margin-right: 0;
  margin-left: 50px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi ul.depth1 li.depth1 {
    margin-left: 28px;
  }
}
.top_header.header .gnavi ul.depth1 li.depth1 a {
  color: #fff;
}
.top_header.header .gnavi .entry {
  flex: 0 0 150px;
  margin-right: 32px;
  max-width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi .entry {
    flex: 0 0 130px;
    margin-right: 20px;
  }
}
.top_header.header .gnavi .entry a {
  border-radius: 0;
  padding: 12px 30px 13px;
  border-radius: 30px;
  color: #fff;
  border: none;
  max-width: 100%;
}
.top_header.header .lang_list {
  flex: 0 0 80px;
  margin: 0;
  font-size: 14px;
  transform: translateY(3px);
}
.top_header.header .lang_list li.active a {
  color: #fff;
}
.top_header.header .lang_list li.active a::before {
  margin-top: -1px;
  border-color: transparent transparent transparent #fff;
}
.top_header.header .lang_list li a {
  padding: 3px 12px 3px;
  background-color: transparent;
  color: #064544;
  text-align: left;
}
.top_header.header .lang_list li a[href="en/"] {
  font-size: 15px;
}
@media print, screen and (min-width: 1025px) {
  .top_header.header .lang_list li a:hover {
    color: #fff;
  }
}

.snippet .news_letter {
  margin-top: 0;
}

#main.block-editor-main > section.first {
  padding-top: 0;
}

@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movie_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.top_header .top_header_logo {
  animation: fade-in 1s linear 6s both;
}
.top_header .gnavi_wrap {
  animation: fade-in 1s linear 7s both;
}
.top_header .gnavi_wrap.show {
  animation: fade-in 0s linear 0s both;
}

#main section.kv .prologue {
  animation: fade-out 1s linear 3s both;
}
#main section.kv .prologue .prologue_inner {
  animation: slide-top 2s ease-out 0.5s both;
}
#main section.kv .main_title_sleeve {
  animation: fade-in 1s linear 5s both;
}

#main section.block {
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  #main section.kv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv {
    margin-top: 40px;
  }
}
#main section.kv > div {
  padding: 0;
  max-width: 100%;
}
#main section.kv .prologue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  #main section.kv .prologue .prologue_inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .prologue .prologue_inner img {
    display: block;
    width: 100%;
  }
}
#main section.kv .movie-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  transform: scale(1.18);
  background: #000;
}
@media screen and (max-width: 980px) {
  #main section.kv .movie-item {
    transform: scale(1.38);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .movie-item {
    width: 300vw;
    transform: translateX(-100vw);
  }
}
#main section.kv .kv {
  position: relative;
  margin-bottom: 100px;
  padding-top: 56.25%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv {
    padding-top: 0;
    margin-bottom: 0px;
    min-height: 540px;
  }
}
#main section.kv .kv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#7e9fa3 0%, #385526 100%);
  opacity: 0.55;
}
#main section.kv .kv > .inner {
  position: absolute;
  z-index: 5;
  top: 33%;
  left: 0;
  right: 0;
  width: 100%;
}
@media print, screen and (max-width: 1150px) {
  #main section.kv .kv > .inner {
    top: 28%;
  }
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv > .inner {
    top: 26%;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv > .inner {
    top: 50%;
    transform: translatey(-50%);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv > .inner {
    transform: none;
  }
}
#main section.kv .kv .main_title_sleeve {
  padding-left: 61px;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main_title_sleeve {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main_title_sleeve {
    padding: 0 15px;
  }
}
#main section.kv .kv .main-top_title {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.53333333;
  letter-spacing: 0;
  color: #DDFF4E;
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-top_title {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-top_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-top_title {
    margin: 0 0 5px;
    font-size: 13px;
  }
}
#main section.kv .kv .main-top_title .main-top_title_en {
  margin-right: 7px;
  font-family: alternate-gothic-no-1-d, "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 65px;
  letter-spacing: 0.04em;
  color: #B9E500;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-3px);
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 50px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 38px;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 33px;
  }
}
#main section.kv .kv .main-title {
  margin: 18px 0 0 -6px;
  padding-bottom: 39px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 110px;
  line-height: 1.09091;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title {
    padding-bottom: 35px;
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title {
    margin: 5px 0 0;
    padding-bottom: 15px;
    font-size: 65px;
    line-height: 1.15;
  }
}
#main section.kv .kv .main-title_copy {
  margin-top: 0;
  border-top: 2px solid #DDFF4E;
  padding-top: 15px;
  max-width: 530px;
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title_copy {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title_copy {
    max-width: 100%;
  }
}
#main section.kv .kv .main-title_copy p {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.44;
  letter-spacing: 0.03em;
  text-align: left;
  color: #F3F6F6;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 15px;
  }
}
[lang="en"] #main section.kv .kv .main-title_copy p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.35714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  [lang="en"] #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  [lang="en"] #main section.kv .kv .main-title_copy p {
    font-size: 16px;
  }
}
#main .about {
  background: url(../media/images/pltf/top/pt_01.png) no-repeat top 41% left/469px;
}
#main .about > div {
  opacity: 0;
}
#main .about > div.aos-animate {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main .about {
    background-position: top 67.1% left 0;
    background-size: 62%;
  }
}
#main .about > div {
  padding-bottom: 0;
}
#main .about .block.you-tube {
  margin: -24px auto 0;
  transform: translateY(82px);
}
@media screen and (max-width: 767px) {
  #main .about .block.you-tube {
    transform: translateY(42px);
    margin: -21px auto 0;
  }
}
#main .about .block.you-tube > div {
  padding-top: 60.25%;
}
#main .news_report {
  position: relative;
  z-index: 2;
}
#main .news_report::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 28px;
  z-index: -1;
  background-color: #148560;
}
@media screen and (max-width: 767px) {
  #main .news_report::before {
    height: auto;
    bottom: 135px;
  }
}
#main .news_report .block.h2.fixedleft.white > div {
  margin-bottom: 60px;
}
#main .news_report .h3.topics {
  float: left;
}
#main .news_report .h3.topics > div {
  margin: 0;
}
#main .news_report .h3.topics > div::before {
  display: none;
}
#main .news_report .h3.topics > div h3 {
  border: none;
  background: none;
  color: white;
  padding: 0;
}
#main .news_report .to_list {
  float: right;
}
#main .news_report .to_list a {
  color: white;
  background-image: url(../media/images/pltf/common/link_arrow_white.svg);
  border-bottom-color: white;
}
#main .news_report .topic-list::before {
  display: table;
  content: '';
}
#main .news_report .topic-list .news_thumbnail_list {
  margin-bottom: 80px;
}
#main .member {
  position: relative;
  margin-top: 120px;
  padding-bottom: 39px;
}
@media screen and (max-width: 767px) {
  #main .member {
    padding-bottom: 21px;
  }
}
#main .member::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#main .member .current_count {
  margin: -50px 0 0;
  text-align: right;
}
#main .member_list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0 69px;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .member_list {
    margin: 40px 0 37px;
  }
}
#main .member_list > li {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #main .member_list > li {
    flex: 0 0 18.334%;
    margin-left: 2%;
    max-width: 220px;
    padding-top: 11.667%;
  }
  #main .member_list > li:nth-child(5n +1) {
    margin-left: 0%;
  }
  #main .member_list > li:nth-child(n +6) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  #main .member_list > li {
    flex: 0 0 32%;
    margin-left: 2%;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    padding-top: 21%;
  }
  #main .member_list > li:nth-child(3n +1) {
    margin-left: 0%;
  }
  #main .member_list > li:nth-child(n +4) {
    margin-top: 6px;
  }
}
#main .member_list > li .logo_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
#main .member_list > li a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 30px;
  height: 100%;
  transition: .3s;
}
#main .member_list > li a:hover {
  transform: scale(1.1);
}
@media print, screen and (min-width: 1025px) {
  #main .member_list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  #main .member_list > li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .member_list > li a {
    padding: 10px 15px;
    height: 100%;
  }
}
#main .member_list > li .logo_img img {
  display: block;
  object-fit: scale-down;
  max-height: 100%;
  max-width: 100%;
  height: 90px;
}
#main section.member_entry {
  background-color: #fff;
}

/*# sourceMappingURL=pltf_top.css.map */
