@charset "UTF-8";
/* ========================================
Foundation
======================================== */
/* Mixin
----------------- */
html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 2.6666666667vmin;
}
@media print, screen and (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: Helvetica, Arial, "Noto Sans JP", sans-serif;
  border-right: 3px solid #000000;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  overflow: hidden;
  font-size: 1.4rem;
  letter-spacing: 0em;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
img, svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

*, *:before, *:after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

::selection {
  background: #000000;
  color: #fff;
}

figure {
  margin: 0;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
table, td, th {
  border-collapse: collapse;
}

.js-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
}

body.is-noscroll {
  position: fixed;
}

.js-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

/* ========================================
layout
======================================== */
.grecaptcha-badge {
  visibility: hidden;
}

.l-header {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  height: 65px;
  background: #fff;
  width: 100%;
  background: #fff;
  z-index: 10000000;
  position: fixed;
  left: 0;
  top: 0;
  border-right: 3px solid #000000;
  border-left: 3px solid #000000;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    height: 70px;
  }
}

.l-footer {
  border-top: 2px solid #000000;
  position: relative;
  background: #fff;
}

.l-flowing_text {
  padding-top: 70px;
  background: #000000;
}

.l-AnimeText_white {
  color: #fff;
}

.l-top_mv {
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.l-top_leadership {
  background: #000000;
}

.l-top_leadershipAnimeText {
  color: #fff;
}

.l-agent {
  padding-top: 70px;
}

.l-publishing {
  padding-top: 70px;
}

/* ========================================
Object
======================================== */
/* utility
----------------- */
.u-br-tb-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-pc {
    display: block;
  }
}

.u-br-sp-only {
  display: block;
}
@media print, screen and (min-width: 481px) {
  .u-br-sp-only {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-sp-tb {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .u-br-sp-tb {
    display: none;
  }
}

.u-br-tb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-br-tb {
    display: block;
  }
}
@media print, screen and (min-width: 1440px) {
  .u-br-tb {
    display: none;
  }
}

.u-br-tb-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-only {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-br-tb-only {
    display: none;
  }
}
@media print, screen and (min-width: 1440px) {
  .u-br-tb-only {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .u-br-pc {
    display: block;
  }
}

.u-br-pcWide {
  display: none;
}
@media print, screen and (min-width: 1440px) {
  .u-br-pcWide {
    display: block;
  }
}

.u-br-sp-pcWide {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-sp-pcWide {
    display: block;
  }
}
@media print, screen and (min-width: 1440px) {
  .u-br-sp-pcWide {
    display: none;
  }
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* component
----------------- */
.c-text_note {
  font-size: 1rem;
  color: #9F9F9F;
}
@media print, screen and (min-width: 768px) {
  .c-text_note {
    font-size: 1.2rem;
  }
}

.c-btn_style01Wrap {
  text-align: center;
}

.c-btn_style01 {
  font-size: 3.4rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01 {
    font-size: 7rem;
  }
}

.c-btn_style01::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style01::after {
    bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-btn_style01:hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
.c-btn_style02Wrap {
  text-align: center;
}

.c-btn_style02 {
  position: relative;
  padding-top: 30px;
  font-size: 3.4rem;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.c-btn_style02 .c-btn_style02_lineX {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 28px;
  background-color: #000;
}
.c-btn_style02 .c-btn_style02_lineY {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: calc(50% - 14px);
  width: 28px;
  height: 4px;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style02 {
    font-size: 7rem;
  }
}

.c-btn_style02::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-btn_style02::after {
    bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-btn_style02:hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
.c-anime_movie {
  display: flex;
  -webkit-animation: marquee 10s linear infinite forwards;
          animation: marquee 10s linear infinite forwards;
  will-change: transform;
}
@media print, screen and (min-width: 768px) {
  .c-anime_movie {
    -webkit-animation: marquee 20s linear infinite forwards;
            animation: marquee 20s linear infinite forwards;
  }
}

.c-anime_movieText {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  margin-right: 2px;
  margin-left: 2px;
  white-space: nowrap;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-anime_movieText {
    font-size: 3.6rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
.c-anime_heading {
  transform: translateY(20px);
  opacity: 0;
}

.c-anime_heading.is-move {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
}

.c-anime_movie-creative {
  position: relative;
}

.c-anime_movie-creative::before {
  content: "";
  position: absolute;
  top: 80.5px;
  left: 0;
  width: 242vw;
  height: 100%;
  -webkit-animation: creativebg 15s linear infinite forwards;
          animation: creativebg 15s linear infinite forwards;
  will-change: transform;
  background-image: url(../img/creative_bg_sp.png);
  background-position: top left;
  background-size: 121vw;
}
@media print, screen and (min-width: 768px) {
  .c-anime_movie-creative::before {
    -webkit-animation: creativebg 30s linear infinite forwards;
            animation: creativebg 30s linear infinite forwards;
  }
}

@media print, screen and (min-width: 768px) {
  .c-anime_movie-creative::before {
    top: 110.5px;
    width: 200vw;
    background-image: url(../img/creative_bg.png);
    background-position: top left;
    background-size: 100vw;
  }
}
@-webkit-keyframes creativebg {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes creativebg {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.c-heading_style01 {
  font-size: 8.4rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 4vmin;
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style01 {
    font-size: 21rem;
    margin-bottom: 40px;
  }
}

.c-heading_style01Text {
  margin-bottom: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style01Text {
    margin-bottom: 30px;
  }
}

.c-heading_style02 {
  font-size: 6rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style02 {
    font-size: 16rem;
  }
}

.c-heading_style03 {
  padding-right: 5.3%;
  padding-left: 5.3%;
  font-size: 8.4rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 4vmin;
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style03 {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading_style03 {
    font-size: 21rem;
    margin-bottom: 40px;
  }
}
.c-heading_style03 span {
  display: block;
  font-size: 6rem;
  transition: 1s;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style03 span {
    font-size: 12rem;
  }
}

.c-heading_style04 {
  font-size: 8.4rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 4vmin;
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  .c-heading_style04 {
    font-size: 21rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-news_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-news_listItem {
  border: 1px solid #000000;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-news_listItem {
    width: 33.33333%;
  }
}

.c-news_listItem:not(:last-child) {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .c-news_listItem:not(:last-child) {
    border-bottom: 1px solid #000000;
    border-right: none;
  }
}

@media print, screen and (min-width: 768px) {
  .c-news_listItem:nth-child(3n) {
    border-right: 1px solid #000000;
  }
  .c-news_listItem:not(:nth-of-type(-n+3)) {
    border-top: none;
  }
}
.c-news_listLink {
  display: flex;
  flex-flow: column;
  text-decoration: none;
  position: relative;
  z-index: 1000;
  height: 100%;
}
.c-news_listLink::after {
  content: "";
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .c-news_listLink:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 5px solid #000000;
    left: 0;
    top: 0;
  }
}

.c-news_listImgWrap {
  position: relative;
}

.c-news_listHead {
  position: absolute;
  bottom: 1.5%;
  left: 3%;
  display: flex;
  align-items: center;
  width: 100%;
}

.c-news_listDate {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-news_listDate {
    font-size: 2.8rem;
  }
}

.c-news_listCate {
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-left: 3%;
  width: 100%;
  line-height: 0.9;
}
@media print, screen and (min-width: 768px) {
  .c-news_listCate {
    font-size: 2.8rem;
    margin-left: 15px;
  }
}

.c-news_listCateItem {
  display: inline-block;
  white-space: nowrap;
}

.c-news_listCateItem:not(:last-child) {
  margin-right: 2%;
}
@media print, screen and (min-width: 768px) {
  .c-news_listCateItem:not(:last-child) {
    margin-right: 6px;
  }
}

.c-news_listImg {
  width: 100%;
  height: 100%;
  padding-top: 52.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-news_listTtl {
  padding: 2% 3% 3%;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .c-news_listTtl {
    font-size: 1.8rem;
    padding: 3% 3% 3.5%;
  }
}

.c-news_listTtl:first-line {
  font-size: 2.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-news_listTtl:first-line {
    font-size: 3rem;
  }
}

.c-newsList_text_list {
  margin-bottom: 30px;
}

.c-newsList_text_listItem {
  margin-top: 20px;
}
.c-newsList_text_listItem .c-newsList_text_listLink {
  text-decoration: none;
}
.c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listDate {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: #000000;
}
.c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl {
  max-height: 90px;
}
.c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl p {
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.4;
}
.c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl p:first-line {
  font-size: 2.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-newsList_text_listItem .c-newsList_text_listLink {
    display: flex;
    text-decoration: none;
  }
  .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listDate {
    width: 130px;
    padding-top: 5px;
    margin-right: 20px;
    font-size: 3.6rem;
  }
  .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl {
    flex: 1;
    max-height: 80px;
  }
  .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl p {
    font-size: 2rem;
    font-weight: bold;
  }
  .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl p:first-line {
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-agent_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-agent_listItem {
  border: 1px solid #000000;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-agent_listItem {
    width: 33.33333%;
  }
}

.c-agent_listItem:not(:last-child) {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .c-agent_listItem:not(:last-child) {
    border-bottom: 1px solid #000000;
    border-right: none;
  }
}

@media print, screen and (min-width: 768px) {
  .c-agent_listItem:nth-child(3n) {
    border-right: 1px solid #000000;
  }
  .c-agent_listItem:not(:nth-of-type(-n+3)) {
    border-top: none;
  }
}
.c-agent_listLink {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1000;
  height: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-agent_listLink::after {
  content: "";
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .c-agent_listLink:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 5px solid #000000;
    left: 0;
    top: 0;
  }
}

.c-agent_listTtl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2% 3% 3%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .c-agent_listTtl {
    font-size: 2rem;
    padding: 3% 3% 3.5%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-publishing_list {
    margin-right: -2px;
    display: flex;
    flex-wrap: wrap;
  }
}

.c-publishing_listItem {
  margin: 0 0 -1px;
  border: 1px solid #000000;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-publishing_listItem {
    margin: 0 0 -1px -1px;
    width: 50%;
  }
  .c-publishing_listItem.c-publishing_listItem_1x1 {
    width: 50%;
  }
  .c-publishing_listItem.c-publishing_listItem_1x1 .c-publishingList_img {
    width: 41%;
  }
  .c-publishing_listItem.c-publishing_listItem_1x1 .c-publishingList_img .c-publishingList_img_inner {
    padding-top: 100%;
  }
  .c-publishing_listItem.c-publishing_listItem_16x9 {
    width: 64.7%;
    margin: 0 auto -1px;
  }
  .c-publishing_listItem.c-publishing_listItem_16x9 .c-publishingList_img {
    width: 56%;
  }
  .c-publishing_listItem.c-publishing_listItem_16x9 .c-publishingList_img .c-publishingList_img_inner {
    padding-top: 56.25%;
  }
}

.c-publishing_listLink {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  z-index: 1000;
}
.c-publishing_listLink::after {
  content: "";
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .c-publishing_listLink:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 5px solid #000000;
    left: 0;
    top: 0;
  }
}

.c-publishing_listLink::before {
  content: "DETAIL";
  display: inline-block;
  padding: 3px 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000000;
}
@media print, screen and (min-width: 768px) {
  .c-publishing_listLink::before {
    padding: 4px 12px 0;
    font-size: 1.8rem;
  }
}

.c-publishing_listTtl {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.c-publishing_listTtl p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 20px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .c-publishing_listTtl p {
    font-size: 2.4rem;
    padding: 23px 30px;
  }
}

.c-publishingList_img {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.c-publishingList_img .c-publishingList_img_inner {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Project
----------------- */
.p-footer {
  padding-right: 5.3%;
  padding-left: 5.3%;
  display: flex;
  padding-top: 3vmin;
  padding-bottom: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}

.p-footer_logo {
  width: 20.8%;
  max-width: 120px;
  margin-right: 3.5%;
}
@media print, screen and (min-width: 768px) {
  .p-footer_logo {
    margin-right: 20px;
  }
}

.p-footer_infoLink {
  font-size: 2rem;
  display: inline-block;
  margin-top: 1.5vmin;
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_infoLink {
    font-size: 2.8rem;
    margin-top: 15px;
    margin-bottom: 7px;
  }
}

.p-footer_infoLink::after {
  height: 2px;
  bottom: 2px;
}

.p-footer_copyright {
  text-transform: uppercase;
  color: #BEBEBE;
  font-size: 1rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .p-footer_copyright {
    font-size: 1.4rem;
  }
}
.p-footer_copyright small {
  font-size: 100%;
}

.p-footer_pagetop {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 19.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_pagetop {
    width: 65px;
    height: 124px;
  }
}

.p-footer_pagetop::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  display: block;
  width: 2px;
  height: 10vmin;
  background: #000000;
}
@media print, screen and (min-width: 768px) {
  .p-footer_pagetop::after {
    height: 65px;
  }
}

.p-footer_pagetopLink {
  display: block;
  width: 100%;
  height: 100%;
}

.p-footer_pagetopText {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  transform: rotate(90deg);
  display: inline-block;
  margin-top: 11vmin;
  margin-left: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-footer_pagetopText {
    font-size: 2.2rem;
    margin-top: 72px;
    margin-left: 18px;
  }
}

.p-header_navBtn {
  display: block;
  position: absolute;
  right: 5.3%;
  width: 14%;
  height: calc(65px - 6px);
  z-index: 10000000;
  border: none;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtn {
    width: 70px;
    right: 1.4%;
    height: calc(70px - 6px);
  }
}

.p-header_navBtnBar {
  height: 2px;
  display: block;
  position: absolute;
  background-color: #000000;
}

.p-header_navBtnBar.top {
  top: 23px;
  transition: transform 0.3s;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtnBar.top {
    top: 24px;
  }
}

.p-header_navBtnBar.bottom {
  width: 60%;
  right: 0;
  bottom: 23px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtnBar.bottom {
    bottom: 24px;
  }
}

.p-header_navBtn.is-close {
  position: fixed;
}

.p-header_navBtn.is-close .top {
  transform: translate(0, 11px) rotate(45deg);
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtn.is-close .top {
    transform: translate(0, 14px) rotate(45deg);
  }
}

.p-header_navBtn.is-close .bottom {
  transform: translate(0, 0) rotate(-45deg);
  width: 100%;
  background: #fff;
}

.p-header_navWrap {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #000;
  display: none;
  overflow-y: auto;
}

.p-header_navWrap_inner {
  width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
}

.p-header_nav {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-header_nav {
    display: flex;
  }
}

.p-header_navList {
  width: 100%;
  margin: 0;
  text-align: left;
}
.p-header_navList + .p-header_navList {
  margin: 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-header_navList {
    top: 50%;
    width: 220px;
    margin: 0 50px;
  }
  .p-header_navList + .p-header_navList {
    margin: 0 20px 0;
  }
}

.p-header_navListItem {
  margin-right: 0;
}

.p-header_navListItem:not(:last-child) {
  margin-bottom: 20px;
}

.p-header_navListLink {
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_navListLink {
    font-size: 6rem;
  }
}

.p-header_news {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .p-header_news {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-header_news {
    width: 70.6%;
  }
  .p-header_cateList {
    width: 100%;
  }
  .p-header_navBtnWrap {
    width: 29.4%;
  }
}
.p-header_cateList {
  display: flex;
}

.p-header_cateListItem:first-child {
  border-left: 2px solid #000000;
}

.p-header_cateListItem {
  border-right: 2px solid #000000;
  height: calc(65px - 6px);
  padding: 0 6px;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .p-header_cateListItem {
    height: calc(70px - 6px);
    width: 140px;
    padding: 0;
  }
}
.p-header_cateListItem.current {
  background: #000000;
}
.p-header_cateListItem.current .p-header_cateListLink {
  color: #fff;
}

.p-header_cateListLink {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .p-header_cateListLink {
    font-size: 3rem;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .p-header_cateListLink:hover {
    background-color: #000000;
    color: #fff;
  }
}

.p-top_cmnHeading {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_cmnHeading {
    margin-bottom: 60px;
  }
}

.p-top_mvLogo {
  width: 54.1%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvLogo {
    width: 27.8%;
    top: 51%;
  }
}

.p-top_mvScroll {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScroll {
    transform: none;
    left: 0.5%;
    height: 130px;
  }
}

.p-top_mvScrollText {
  color: #000000;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  position: relative;
  bottom: 20px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScrollText {
    font-size: 2.2rem;
    transform: rotate(90deg);
    bottom: 40px;
  }
}

.p-top_mvScrollBar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #000000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.p-top_mvScroll::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 60px;
  background: #000000;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .p-top_mvScroll::after {
    height: 80px;
    width: 2px;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 80px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 130px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 80px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 130px;
      opacity: 0;
    }
  }
}
.p-top_news {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_news {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_news {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_news {
    padding-top: 3.6vw;
    padding-bottom: 7.3vw;
  }
}

.p-top_newsList {
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 768px) {
  .p-top_newsList {
    margin-bottom: 3.2vw;
  }
}

.p-top_corp {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_corp {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_corp {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_corp {
    padding-top: 3.6vw;
    padding-bottom: 7.3vw;
  }
}

.p-top_corpHeading {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-top_corpProf {
    display: flex;
  }
}

.p-top_corpProfHeading {
  color: #fff;
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_corpProfHeading {
    width: 33.9%;
    margin-right: 4.4%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_corpProfList {
    width: 61.7%;
  }
}

.p-top_corpProfListItem {
  display: flex;
}

.p-top_corpProfListItem:not(:last-child) {
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_corpProfListItem:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-top_corpProfListHeading {
  color: #9F9F9F;
  width: 26.8%;
  margin-right: 4%;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-top_corpProfListHeading {
    width: 13%;
    margin-right: 3.3%;
    font-size: 1.8rem;
    position: relative;
    top: 3px;
  }
}

.p-top_corpProfListDetail {
  color: #fff;
  width: 69.2%;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_corpProfListDetail {
    width: 83.7%;
    font-size: 2.4rem;
  }
}

.p-top_corpProfListDetailListItem:not(:last-child) {
  margin-bottom: 1.8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_corpProfListDetailListItem:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-top_wwa {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwa {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_wwa {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_wwa {
    padding-top: 3.6vw;
    padding-bottom: 7.3vw;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_wwaContents {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContents.mission .p-top_wwaContentsHeadingArea {
    margin-right: 3.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContents.vison {
    flex-direction: row-reverse;
  }
  .p-top_wwaContents.vison .p-top_wwaContentsHeadingArea {
    margin-left: 3.3%;
  }
  .p-top_wwaContents.vison .p-top_wwaContentsHeading,
.p-top_wwaContents.vison .p-top_wwaContentsHeadingText {
    text-align: right;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top_wwaContents.vison {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContents.guidelines .p-top_wwaContentsHeadingArea {
    margin-right: 3.3%;
  }
}

.p-top_wwaContents:not(:last-of-type) {
  margin-bottom: 6.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContents:not(:last-of-type) {
    margin-bottom: 75px;
  }
}

.p-top_wwaContentsHeadingArea {
  margin-bottom: 2.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsHeadingArea {
    margin-bottom: 0;
    margin-top: 6px;
  }
}

.p-top_wwaContentsHeading {
  margin-bottom: 1vmin;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsHeading {
    margin-bottom: 1px;
  }
}

.p-top_wwaContentsHeadingText.jp {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsHeadingText.jp {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.p-top_wwaContentsHeadingText.en {
  font-size: 2.8rem;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsHeadingText.en {
    font-size: 4.4rem;
  }
}

.p-top_wwaContentsDetailText {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsDetailText {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-top_wwaContentsDetailText:not(:last-of-type) {
  margin-bottom: 1.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaContentsDetailText:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.p-top_wwaGuideWrap {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1920px) {
  .p-top_wwaGuideWrap {
    width: 50%;
  }
}

.p-top_wwaGuide {
  width: 47.7%;
}

.p-top_wwaGuide:not(:nth-child(2n)) {
  margin-right: 4.6%;
}

.p-top_wwaGuide:not(:nth-of-type(-n+2)) {
  margin-top: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaGuide:not(:nth-of-type(-n+2)) {
    margin-top: 25px;
  }
}

.p-top_wwaGuideHeading {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.01em;
  line-height: 0.9;
  margin-bottom: 0.5vmin;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaGuideHeading {
    font-size: 5.2rem;
    margin-bottom: 0;
  }
}

.p-top_wwaGuideText {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_wwaGuideText {
    font-size: 1.8rem;
  }
}

.p-top_wwaGuideHeadingNumber {
  color: #E0E0E0;
  margin-right: 0.2em;
}

.p-top_leadership {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadership {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_leadership {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_leadership {
    padding-top: 3.6vw;
    padding-bottom: 7.3vw;
  }
}

.p-top_leadershipHeading {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .p-top_leadershipList {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_leadershipListItem {
    width: 48.25%;
  }
}

.p-top_leadershipListItem:not(:last-child) {
  margin-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListItem:not(:last-child) {
    margin-right: 3.5%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_leadershipListDetail {
    width: 65%;
  }
}

.p-top_leadershipListTtl {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListTtl {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }
}

.p-top_leadershipListName {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListName {
    font-size: 3.2rem;
  }
}

.p-top_leadershipListImg {
  width: 65.4%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListImg {
    width: 82.4%;
    margin-bottom: 25px;
  }
}

.p-top_leadershipListHead {
  margin-bottom: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListHead {
    margin-bottom: 20px;
  }
}

.p-top_leadershipListText {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .p-top_leadershipListText {
    font-size: 1.8rem;
  }
}

.p-top_group {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_group {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_group {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_group {
    padding-top: 3.6vw;
    padding-bottom: 7.3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_group {
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top_group {
    padding-top: 5vw;
    padding-bottom: 6vw;
  }
}

.p-top_groupHeading {
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupHeading {
    margin-bottom: 40px;
  }
}

.p-top_groupList {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupList {
    display: block;
  }
}

.p-top_groupListItem {
  font-size: 2.6rem;
  font-family: "Fjalla One", sans-serif;
  width: 47.7%;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupListItem {
    font-size: 4.6rem;
    float: left;
    width: auto;
  }
}

.p-top_groupListItem:not(:nth-child(2n)) {
  margin-right: 4.6%;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupListItem:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.p-top_groupListItem:not(:nth-of-type(-n+2)) {
  margin-top: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupListItem:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_groupListItem:not(:last-child) {
    margin-right: 35px;
  }
}

.p-top_groupListItemSmall {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_groupListItemSmall {
    font-size: 4rem;
  }
}

.l-top_creative {
  background-color: #000;
}

.p-top_creative {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 9vmin;
  padding-bottom: 10vmin;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .p-top_creative {
    padding-right: 140px;
    padding-left: 140px;
    padding-top: 200px;
    padding-bottom: 1px;
  }
}
.p-top_creativeList {
  margin-bottom: 5vw;
}

@media print, screen and (min-width: 768px) {
  .p-top_creativeList {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-creative_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.c-creative_listItem {
  position: relative;
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .c-creative_listItem {
    width: 50%;
    padding: 0;
  }
  .c-creative_listItem:hover {
    z-index: 10;
  }
}
@media print, screen and (min-width: 1280px) {
  .c-creative_listItem {
    width: 33.33333%;
  }
}
.p-top_newsListItem_inner {
  transition: all 0.5s ease-out;
}
.p-top_newsListItem_inner a {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
}
.p-top_newsListItem_inner a.is-move {
  transform: scale(1);
  opacity: 1;
}

.c-creative_listLink {
  position: relative;
  display: block;
}
.c-creative_listLink::after {
  content: "";
  transition: all 0.2s;
}

@media print, screen and (min-width: 768px) {
  .c-creative_listItem:hover .c-creative_listLink::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 5px solid #000000;
    left: 0;
    top: 0;
  }
}
.s-s {
  width: 50%;
}

.s-m {
  width: 70%;
}

.s-b {
  width: 100%;
}

.p-y1 {
  top: -10px;
}

.p-y2 {
  top: 0;
}

.p-y3 {
  top: 10px;
}

.p-x1 {
  margin-left: -10px;
  margin-right: auto;
}

.p-x2 {
  margin-left: auto;
  margin-right: auto;
}

.p-x3 {
  margin-left: auto;
  margin-right: -10px;
}

.z-index_1 {
  z-index: 1;
}

.z-index_2 {
  z-index: 2;
}

.z-index_3 {
  z-index: 3;
}

.z-index_4 {
  z-index: 4;
}

.z-index_5 {
  z-index: 5;
}

.z-index_6 {
  z-index: 6;
}

.z-index_7 {
  z-index: 7;
}

.z-index_8 {
  z-index: 8;
}

.z-index_9 {
  z-index: 9;
}

@media print, screen and (min-width: 768px) {
  .s-s {
    width: 100%;
  }
  .s-m {
    width: calc(100% + 40px);
    left: -40px;
  }
  .s-b {
    width: calc(100% + 80px);
    left: -80px;
  }
  .p-y1 {
    top: -40px;
  }
  .p-y2 {
    top: 0;
  }
  .p-y3 {
    top: 40px;
  }
  .p-x1 {
    left: -40px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-x2 {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-x3 {
    left: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .z-index_1 {
    z-index: 1;
  }
  .z-index_2 {
    z-index: 2;
  }
  .z-index_3 {
    z-index: 3;
  }
  .z-index_4 {
    z-index: 4;
  }
  .z-index_5 {
    z-index: 5;
  }
  .z-index_6 {
    z-index: 6;
  }
  .z-index_7 {
    z-index: 7;
  }
  .z-index_8 {
    z-index: 8;
  }
  .z-index_9 {
    z-index: 9;
  }
}
.c-creative_listTtl {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 2% 3% 3%;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .c-creative_listTtl {
    font-size: 1.8rem;
    padding: 3% 3% 3.5%;
  }
}
.p-newsList {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 24vmin;
  padding-bottom: 8vmin;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsList {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-newsList {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-newsList {
    padding-bottom: 120px;
  }
}

.p-newsList_list {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsList_list {
    margin-bottom: 60px;
  }
}

.p-newsList_pager {
  text-align: center;
  position: relative;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.page-numbers {
  font-size: 2.2rem;
  position: relative;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.page-numbers.dots::after, .page-numbers.current::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page-numbers {
    font-size: 5rem;
  }
}
.page-numbers.current .p-news_pagerNumber {
  color: #E0E0E0;
}

.page-numbers.prev {
  position: absolute;
  bottom: -8vmin;
  left: 38%;
}
@media print, screen and (min-width: 768px) {
  .page-numbers.prev {
    margin-right: 40px;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.page-numbers.next {
  position: absolute;
  bottom: -8vmin;
  right: 38%;
}
@media print, screen and (min-width: 768px) {
  .page-numbers.next {
    margin-left: 40px;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.page-numbers::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .page-numbers::after {
    bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .page-numbers:hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
.p-news_pagerNumberWrap {
  margin: 0 0.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-news_pagerNumberWrap {
    margin: 0 6px;
  }
}

.p-newsList_text {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 20px;
  padding-bottom: 14vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsList_text {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-newsList_text {
    padding-bottom: 120px;
  }
}

.p-newsDetail_heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_heading {
    font-size: 7.4rem;
    line-height: 1.15;
  }
}

.p-newsDetail_date {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin-bottom: 0.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_date {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
}

.p-newsDetail_article {
  position: relative;
}

.p-newsDetail_header {
  background: #fff;
  padding-top: 21vmin;
  padding-bottom: 4vmin;
  padding-right: 5.3%;
  padding-left: 5.3%;
  margin-bottom: 90vmin;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_header {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_header {
    padding-top: 115px;
    padding-bottom: 40px;
  }
}

.p-newsDetailBg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.p-newsDetailBgWrap {
  position: fixed;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 93.2vh;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetailBgWrap {
    top: 70px;
  }
}

.p-newsDetail_body {
  background: #fff;
}

.p-newsDetail_contents {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 3vmin;
  padding-bottom: 8vmin;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
.p-newsDetail_contents p, .p-newsDetail_contents li, .p-newsDetail_contents th, .p-newsDetail_contents td {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents p, .p-newsDetail_contents li, .p-newsDetail_contents th, .p-newsDetail_contents td {
    font-size: 1.8rem;
  }
}
.p-newsDetail_contents figure, .p-newsDetail_contents p {
  margin-top: 3vmin;
  margin-bottom: 3vmin;
}
.p-newsDetail_contents figure:first-child,
.p-newsDetail_contents p:first-child {
  margin-top: 0;
}
.p-newsDetail_contents figure:last-child,
.p-newsDetail_contents p:last-child {
  margin-bottom: 0;
}
.p-newsDetail_contents figure + h2,
.p-newsDetail_contents figure + h3,
.p-newsDetail_contents figure + h4,
.p-newsDetail_contents figure + h5 {
  margin-top: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents figure + h2,
.p-newsDetail_contents figure + h3,
.p-newsDetail_contents figure + h4,
.p-newsDetail_contents figure + h5 {
    margin-top: 40px;
  }
}
.p-newsDetail_contents h2, .p-newsDetail_contents h3, .p-newsDetail_contents h4, .p-newsDetail_contents h5 {
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h2, .p-newsDetail_contents h3, .p-newsDetail_contents h4, .p-newsDetail_contents h5 {
    margin-bottom: 5px;
  }
}
.p-newsDetail_contents h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h2 {
    font-size: 4.8rem;
    line-height: 1.15;
  }
}
.p-newsDetail_contents h3 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h3 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.p-newsDetail_contents h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h4 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.p-newsDetail_contents h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h5 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.p-newsDetail_contents h2 + p,
.p-newsDetail_contents h3 + p,
.p-newsDetail_contents h4 + p,
.p-newsDetail_contents h5 + p {
  margin-top: -0.2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents h2 + p,
.p-newsDetail_contents h3 + p,
.p-newsDetail_contents h4 + p,
.p-newsDetail_contents h5 + p {
    margin-top: 10px;
  }
}
.p-newsDetail_contents figure.is-provider-youtube > div {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.p-newsDetail_contents figure.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsDetail_contents .wp-block-media-text .wp-block-media-text__content {
  padding: 1.5vmin 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-newsDetail_contents .wp-block-media-text .wp-block-media-text__content {
    padding-left: 4%;
  }
}
.p-newsDetail_contents .wp-block-media-text.is-stacked-on-mobile {
  margin-top: 3vmin;
  margin-bottom: 3vmin;
}

.p-privacy {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 24vmin;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

.p-privacy_contents p, .p-privacy_contents li, .p-privacy_contents th, .p-privacy_contents td {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents p, .p-privacy_contents li, .p-privacy_contents th, .p-privacy_contents td {
    font-size: 1.8rem;
  }
}
.p-privacy_contents h2 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.25;
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents h2 {
    font-size: 4.4rem;
    margin-bottom: 8px;
  }
}
.p-privacy_contents h2:not(:first-of-type) {
  margin-top: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents h2:not(:first-of-type) {
    margin-top: 48px;
  }
}
.p-privacy_contents h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents h3 {
    font-size: 2.4rem;
  }
}
.p-privacy_contents h2 + h3 {
  margin-top: -1.2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents h2 + h3 {
    margin-top: -3px;
  }
}
.p-privacy_contents h3 + ol {
  margin-top: 3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents h3 + ol {
    margin-top: 20px;
  }
}
.p-privacy_contents p + h3 {
  margin-top: 2vmin;
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents p + h3 {
    margin-top: 16px;
    margin-bottom: 6px;
  }
}
.p-privacy_contents ol:not([class]) li {
  counter-increment: section;
  display: flex;
  line-height: 1.55;
}
.p-privacy_contents ol:not([class]) li:not(:last-child) {
  margin-bottom: 2vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents ol:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-privacy_contents ol:not([class]) li strong {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents ol:not([class]) li strong {
    display: inline-block;
  }
}
.p-privacy_contents ol:not([class]) li::before {
  content: counter(section, decimal-leading-zero);
  margin-right: 3%;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents ol:not([class]) li::before {
    margin-right: 17px;
  }
}
.p-privacy_contents ol li::before,
.p-privacy_contents .p-privacy_numberListNumber {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  color: #E0E0E0;
  white-space: nowrap;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents ol li::before,
.p-privacy_contents .p-privacy_numberListNumber {
    font-size: 3.8rem;
  }
}
.p-privacy_contents ul:not([class]) li::before {
  content: "・";
}
.p-privacy_contents ul:not([class]) li:not(:last-child) {
  margin-bottom: 1.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents ul:not([class]) li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.p-privacy_contents table, .p-privacy_contents td, .p-privacy_contents th {
  border-collapse: collapse;
  border: 2px solid #000000;
}
.p-privacy_contents th, .p-privacy_contents td {
  vertical-align: middle;
}
.p-privacy_contents th {
  padding: 2%;
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents th {
    font-size: 2rem;
    padding: 10px;
  }
}
.p-privacy_contents td {
  padding: 3%;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents td {
    padding: 20px;
  }
}
.p-privacy_contents td:first-child {
  width: 14%;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_contents td:first-child {
    font-size: 3.8rem;
    width: 100px;
  }
}

.p-privacy_note {
  display: block;
  margin-top: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_note {
    margin-top: 10px;
  }
}

.p-privacy_numberListTtl {
  display: flex;
}

.p-privacy_numberListWrap {
  margin-top: 5vmin;
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_numberListWrap {
    margin-top: 35px;
    margin-bottom: 5px;
  }
}

.p-privacy_numberListWrap:first-of-type {
  margin-top: 2.5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_numberListWrap:first-of-type {
    margin-top: 12px;
  }
}

.p-privacy_numberListWrap + .wp-block-table {
  margin-top: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_numberListWrap + .wp-block-table {
    margin-top: 23px;
  }
}

.p-privacy_numberListNumber {
  display: block;
  margin-right: 2%;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_numberListNumber {
    margin-right: 7px;
    line-height: 1.1 !important;
  }
}

.p-privacy_numberListWrap {
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_numberListWrap {
    margin-bottom: 12px;
  }
}

.p-privacy_list {
  padding-left: 1em;
}

.p-privacy_listItem {
  display: flex;
  line-height: 1.6;
}

.p-privacy_listItem:not(:last-child) {
  margin-bottom: 1vmin;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_listItem:not(:last-child) {
    margin-bottom: 8px;
  }
}

.p-privacy_listItemAlphabet {
  font-family: "Bebas Neue", sans-serif;
  color: #E0E0E0;
  font-size: 2rem;
  display: inline-block;
  margin-right: 2%;
  line-height: 1;
  position: relative;
  top: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-privacy_listItemAlphabet {
    font-size: 3rem;
    margin-right: 12px;
    top: 0;
  }
}

.p-contact {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 24vmin;
  padding-bottom: 8vmin;
}
@media print, screen and (min-width: 768px) {
  .p-contact {
    padding-right: 5.1%;
    padding-left: 5.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.p-contact .wpcf7-not-valid-tip {
  color: #F11B00;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-contact .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}
.p-contact .wpcf7-response-output {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  border: none !important;
  text-align: center;
  color: #F11B00 !important;
  font-weight: bold;
}

.p-contact_text {
  margin-bottom: 5vmin;
}
@media print, screen and (min-width: 768px) {
  .p-contact_text {
    margin-bottom: 55px;
  }
}
.p-contact_text p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .p-contact_text p {
    font-size: 2.4rem;
  }
}

.p-contact_formText {
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formText {
    font-size: 1.8rem;
  }
}

.p-contact_formSec:not(:last-of-type) {
  margin-bottom: 6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formSec:not(:last-of-type) {
    margin-bottom: 52px;
  }
}

.p-contact_formInner {
  margin-bottom: 4vmin;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formInner {
    margin-bottom: 50px;
  }
}

.p-contact_formInput input[type=button], .p-contact_formInput input[type=text], .p-contact_formInput input[type=submit], .p-contact_formInput input[type=image], .p-contact_formInput textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.p-contact_formInputText {
  display: block;
  width: 100%;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-size: 1.6rem;
  padding: 2vmin 0;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formInputText {
    font-size: 2.4rem;
    padding: 15px 0;
  }
}
.p-contact_formInputText:focus {
  outline: none;
}

.p-contact_formSec.message .p-contact_formInputText {
  height: 38vmin;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formSec.message .p-contact_formInputText {
    height: 240px;
  }
}

.p-contact_formBtnWrap {
  text-align: center;
}

.p-contact_formBtn {
  position: relative;
  display: inline-block;
}

.p-contact_formBtn::after {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formBtn::after {
    bottom: 8px;
  }
}

.p-contact_formBtnSend {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  font-size: 3.4rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  color: #000000;
}
@media print, screen and (min-width: 768px) {
  .p-contact_formBtnSend {
    font-size: 7rem;
  }
}

span.wpcf7-spinner {
  display: none;
}

.p-agentList {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .p-agentList {
    padding-bottom: 100px;
  }
}

.p-agentList_list {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-agentList_list {
    margin-bottom: 60px;
  }
}

.p-agentList_pager {
  text-align: center;
  position: relative;
}

.c-item_hidden {
  display: none;
}

.p-publishingList {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .p-publishingList {
    padding-bottom: 100px;
  }
}

.p-publishingList_list {
  margin-bottom: 7vmin;
}
@media print, screen and (min-width: 768px) {
  .p-publishingList_list {
    margin-bottom: 60px;
  }
}

.p-publishingList_pager {
  text-align: center;
  position: relative;
}

.c-item_hidden {
  display: none;
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #F11B00;
  overflow-y: scroll;
  z-index: 10000001;
}
.p-modal .p-modal_mv {
  display: block;
  width: 100%;
  height: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-modal .p-modal_content {
  padding: 20px 20px 30px;
}
.p-modal .p-modal_content .p-modal_ttl {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}
.p-modal .p-modal_content .p-modal_belong {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}
.p-modal .p-modal_content .p-modal_detail {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}
.p-modal .p-modal_content .p-modal_link {
  margin-top: 25px;
}
.p-modal .p-modal_content .p-modal_link a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.p-modal .p-modal_content .p-modal_note {
  padding-top: 35px;
}
.p-modal .p-modal_content .p-modal_note p {
  margin-top: 24px;
  font-size: 1.4rem;
  color: #fff;
}
.p-modal .p-modal_imgs li {
  position: relative;
  width: 100%;
  height: 63.32vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-modal .p-modal_imgs li span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 14px 20px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.p-modal .p-modal_imgs li span a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-modal .p-modal_content {
    padding: 45px 80px 80px;
  }
  .p-modal .p-modal_content .p-modal_ttl {
    font-size: 4.2rem;
  }
  .p-modal .p-modal_content .p-modal_belong {
    font-size: 4.2rem;
  }
  .p-modal .p-modal_content .p-modal_detail {
    font-size: 4.2rem;
  }
  .p-modal .p-modal_content .p-modal_link {
    margin-top: 30px;
  }
  .p-modal .p-modal_content .p-modal_link a {
    font-size: 2.8rem;
  }
  .p-modal .p-modal_content .p-modal_note {
    padding-top: 20px;
  }
  .p-modal .p-modal_content .p-modal_note p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .p-modal .p-modal_imgs li span {
    padding: 50px 80px;
    font-size: 2.4rem;
  }
}

.p-modal_closeBtn {
  display: block;
  position: fixed;
  right: 5.3%;
  width: 14%;
  height: calc(65px - 6px);
  z-index: 10000000;
  border: none;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-modal_closeBtn {
    width: 70px;
    right: 1.4%;
    height: calc(70px - 6px);
  }
}

.p-modal_closeBtn::before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-color: #000000;
  top: 23px;
  transform: translate(0, 11px) rotate(45deg);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-modal_closeBtn::before {
    top: 24px;
    transform: translate(0, 14px) rotate(45deg);
  }
}

.p-modal_closeBtn::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 23px;
  background-color: #000000;
  transform: translate(0, 0) rotate(-45deg);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-modal_closeBtn::after {
    bottom: 24px;
  }
}/*# sourceMappingURL=style.css.map */


.l-newsList_text {
  background-color: #000;
}
.l-newsList_text .l-top_newsAnimeText {
  color: #fff;
}
.l-newsList_text .p-newsList_text_heading {
  color: #fff;
}
.l-newsList_text .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listDate {
  color: #fff;
}
.l-newsList_text .c-newsList_text_listItem .c-newsList_text_listLink .c-newsList_text_listTtl p {
  color: #fff;
}
.l-newsList_text .p-top_newsBtn {
  color: #fff;
}
.l-newsList_text .p-top_newsBtn::after {
  background: #fff;
}